aboutsummaryrefslogtreecommitdiff
path: root/scripts/parse-help-patches.pl
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-11-12 20:54:18 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-11-12 20:54:18 +0000
commitae0750b206846c4bfb806feed6c7de3ce747ec00 (patch)
treeb4be5ed9a44ccf45bd88a805777d9fc6f75cc992 /scripts/parse-help-patches.pl
parente822b910f21e5a05a857eba9998d6d2b9eae8795 (diff)
French version imported into test pdpedia wiki
svn path=/trunk/; revision=8980
Diffstat (limited to 'scripts/parse-help-patches.pl')
-rwxr-xr-xscripts/parse-help-patches.pl66
1 files changed, 34 insertions, 32 deletions
diff --git a/scripts/parse-help-patches.pl b/scripts/parse-help-patches.pl
index 406bf3b3..3539a9ab 100755
--- a/scripts/parse-help-patches.pl
+++ b/scripts/parse-help-patches.pl
@@ -62,47 +62,49 @@ my $platform = "";
my $operatingSystem = "";
my $language = "";
my $dataType = "";
-my $distributions = "";
+my $distribution = "";
my $status = "";
+my $caption = "";
#------------------------------------------------------------------------------#
-# Turkish
-
# wikipedia terms
-$stub = "Taslak";
-$template = "Şablon";
-$category = "Kategori";
-$infobox = "Bilgi Kutusu";
+$stub = "Ébauche";
+$template = "Modèle";
+$category = "Catégorie";
+$infobox = "Infobox";
# pdpedia terms
-$objectclass = "Nesne Sınıfı";
+$objectclass = "Classe d'objets";
# page headers
-$inlets = "Girişler";
-$outlets = "Çıkışlar";
-$arguments = "Argümanlar";
-$messages = "Mesajlar";
+$inlets = "Entrées";
+$outlets = "Sorties";
+$arguments = "Arguments";
+$messages = "Messages";
# infobox
-$name = "İsim";
-$description = "Açıklama";
-$abbreviation = "Kısaltma";
-$library = "Kütüphane";
-$author = "Yazar";
-$developer = "Geliştirici";
-$releaseVersion = "Versiyon";
-$releaseDate = "Yayım Tarihi";
-$dependencies = "Bağımlılıklar";
-$license = "Lisans";
-$website = "Web Sitesi";
-$programmingLanguage = "Programlama Dili";
-$platform = "Platform";
-$operatingSystem = "İşletim Sistemi";
-$language = "Lisan";
-$dataType = "Veri Tipi";
-$distributions = "Dağıtımlar";
-$status = "Durum";
+$name = "Nom";
+$description = "Description";
+$abbreviation = "Abréviation";
+$library = "Bibliothèque";
+$author = "Auteur";
+$developer = "Développeur";
+$releaseVersion = "Version";
+$releaseDate = "Date";
+$dependencies = "Dépendances";
+$license = "Licence";
+$website = "Site Web";
+$programmingLanguage = "Langage de programmation";
+$platform = "Plateforme";
+$operatingSystem = "Système d'exploitation";
+$language = "Langue";
+$dataType = "Type de données";
+$distribution = "Distribution";
+
+$status = "État";
+$caption = "Légende";
+$language = "Langue";
#------------------------------------------------------------------------------#
# PARSE CSV
@@ -206,7 +208,7 @@ foreach (`/sw/bin/find /Users/hans/Desktop/TODO/wiki_files_hacked/5.reference/ -
print(OBJECTCLASS "| $website = {{$libraryName " . lc(${website}) . "}}\n");
print(OBJECTCLASS "| $releaseVersion = {{$libraryName " . lc(${releaseVersion}) . "}}\n");
print(OBJECTCLASS "| $releaseDate = {{$libraryName " . lc(${releaseDate}) . "}}\n");
- print(OBJECTCLASS "| $distributions = {{$libraryName " . lc(${distributions}) . "}}\n");
+ print(OBJECTCLASS "| $distribution = {{$libraryName " . lc(${distribution}) . "}}\n");
print(OBJECTCLASS "| $platform = [[GNU/Linux]], [[Mac OS X]], [[Windows]]\n");
print(OBJECTCLASS "}}\n\n");
# print(OBJECTCLASS "\n$printText\n\n\n");
@@ -224,7 +226,7 @@ foreach (`/sw/bin/find /Users/hans/Desktop/TODO/wiki_files_hacked/5.reference/ -
print(OBJECTCLASS "[[de:$pageName]]\n");
print(OBJECTCLASS "[[en:$pageName]]\n");
print(OBJECTCLASS "[[es:$pageName]]\n");
- print(OBJECTCLASS "[[fr:$pageName]]\n");
+# print(OBJECTCLASS "[[fr:$pageName]]\n");
print(OBJECTCLASS "[[nl:$pageName]]\n");
print(OBJECTCLASS "[[pt:$pageName]]\n");
print(OBJECTCLASS "[[ru:$pageName]]\n");