[PD-cvs] scripts parse-help-patches.pl,1.3,1.4

Hans-Christoph Steiner eighthave at users.sourceforge.net
Wed Oct 17 18:31:46 CEST 2007


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

Modified Files:
	parse-help-patches.pl 
Log Message:
script to create turkish templates for pdpedia

Index: parse-help-patches.pl
===================================================================
RCS file: /cvsroot/pure-data/scripts/parse-help-patches.pl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** parse-help-patches.pl	16 Oct 2007 19:50:28 -0000	1.3
--- parse-help-patches.pl	17 Oct 2007 16:31:44 -0000	1.4
***************
*** 36,40 ****
  my $category = "";
  my $infobox = "";
- my $topLevel = "";  # 
  
  # pdpedia terms
--- 36,39 ----
***************
*** 69,108 ****
  
  #------------------------------------------------------------------------------#
! # Portuguese
  
  # wikipedia terms
! $stub = "Esboço";
! $template = "Template";
! $category = "Categoria";
! $infobox = "Infobox";
  
  # pdpedia terms
! $objectclass = "Classe do objecto";
  
  # page headers
! $inlets = "Entradas";
! $outlets = "Saídas";
! $arguments = "Argumentos";
! $messages = "Mensagens";
  
  # infobox
! $name = "Nome";
! $description = "Descrição";
! $abbreviation = "Abreviatura";
! $library = "Biblioteca";
! $author = "Autor";
! $developer = "Programador";
! $releaseVersion = "Versão actual";
! $releaseDate = "Data de lançamento";
! $dependencies = "Dependências";
! $license = "Licença";
! $website = "Website";
! $programmingLanguage = "Linguagem de programação";
! $platform = "Plataforma";
! $operatingSystem = "Sistema operativo";
! $language = "Linguagem";
! $dataType = "Tipo de dado";
! $distributions = "Distribuições";
! $status = "Estado";
  
  #------------------------------------------------------------------------------#
--- 68,107 ----
  
  #------------------------------------------------------------------------------#
! # 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";
  
  #------------------------------------------------------------------------------#
***************
*** 224,227 ****
--- 223,231 ----
  	 print(OBJECTCLASS "\n\n");
  	 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");
+ 	 print(OBJECTCLASS "[[tr:$pageName]]\n");
  	 print(OBJECTCLASS "\n\n");
  	 close(OBJECTCLASS);





More information about the Pd-cvs mailing list