[PD-cvs] scripts parse-help-patches.pl,1.5,1.6

Hans-Christoph Steiner eighthave at users.sourceforge.net
Mon Nov 12 21:54:20 CET 2007


Update of /cvsroot/pure-data/scripts
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15357

Modified Files:
	parse-help-patches.pl 
Log Message:
French version imported into test pdpedia wiki

Index: parse-help-patches.pl
===================================================================
RCS file: /cvsroot/pure-data/scripts/parse-help-patches.pl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** parse-help-patches.pl	19 Oct 2007 15:56:28 -0000	1.5
--- parse-help-patches.pl	12 Nov 2007 20:54:18 -0000	1.6
***************
*** 63,107 ****
  my $language = "";
  my $dataType = "";
! my $distributions = "";
  my $status = "";
  
  
  #------------------------------------------------------------------------------#
- # Turkish
- 
  # wikipedia terms
! $stub = "Taslak";
! $template = "Åžablon";
! $category = "Kategori";
! $infobox = "Bilgi Kutusu";
  
  # pdpedia terms
! $objectclass = "Nesne Sınıfı";
  
  # page headers
! $inlets = "GiriÅŸler";
! $outlets = "Çıkışlar";
! $arguments = "Argümanlar";
! $messages = "Mesajlar";
  
  # 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";
  
  #------------------------------------------------------------------------------#
--- 63,109 ----
  my $language = "";
  my $dataType = "";
! my $distribution = "";
  my $status = "";
+ my $caption = "";
  
  
  #------------------------------------------------------------------------------#
  # wikipedia terms
! $stub = "Ébauche";
! $template = "Modèle";
! $category = "Catégorie";
! $infobox = "Infobox";
  
  # pdpedia terms
! $objectclass = "Classe d'objets";
  
  # page headers
! $inlets = "Entrées";
! $outlets = "Sorties";
! $arguments = "Arguments";
! $messages = "Messages";
  
  # infobox
! $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";
  
  #------------------------------------------------------------------------------#
***************
*** 207,211 ****
  	 print(OBJECTCLASS "| $releaseVersion         = {{$libraryName " . lc(${releaseVersion}) . "}}\n");
  	 print(OBJECTCLASS "| $releaseDate            = {{$libraryName " . lc(${releaseDate}) . "}}\n");
! 	 print(OBJECTCLASS "| $distributions          = {{$libraryName " . lc(${distributions}) . "}}\n");
  	 print(OBJECTCLASS "| $platform               = [[GNU/Linux]], [[Mac OS X]], [[Windows]]\n");
  	 print(OBJECTCLASS "}}\n\n");
--- 209,213 ----
  	 print(OBJECTCLASS "| $releaseVersion         = {{$libraryName " . lc(${releaseVersion}) . "}}\n");
  	 print(OBJECTCLASS "| $releaseDate            = {{$libraryName " . lc(${releaseDate}) . "}}\n");
! 	 print(OBJECTCLASS "| $distribution           = {{$libraryName " . lc(${distribution}) . "}}\n");
  	 print(OBJECTCLASS "| $platform               = [[GNU/Linux]], [[Mac OS X]], [[Windows]]\n");
  	 print(OBJECTCLASS "}}\n\n");
***************
*** 225,229 ****
  	 print(OBJECTCLASS "[[en:$pageName]]\n");
  	 print(OBJECTCLASS "[[es:$pageName]]\n");
! 	 print(OBJECTCLASS "[[fr:$pageName]]\n");
  	 print(OBJECTCLASS "[[nl:$pageName]]\n");
  	 print(OBJECTCLASS "[[pt:$pageName]]\n");
--- 227,231 ----
  	 print(OBJECTCLASS "[[en:$pageName]]\n");
  	 print(OBJECTCLASS "[[es:$pageName]]\n");
! #	 print(OBJECTCLASS "[[fr:$pageName]]\n");
  	 print(OBJECTCLASS "[[nl:$pageName]]\n");
  	 print(OBJECTCLASS "[[pt:$pageName]]\n");





More information about the Pd-cvs mailing list