Back to my blog Back to my projects

Dokuwiki ODT plugin

Changeset 493ed9f


Ignore:
Timestamp:
06/16/11 08:37:52 (2 years ago)
Author:
Aurélien Bompard <aurelien@…>
Branches:
master
Parents:
f76c12d
git-author:
Aurélien Bompard <aurelien@…> (06/16/11 08:37:52)
git-committer:
Aurélien Bompard <aurelien@…> (06/16/11 08:37:52)
Message:

Update language copyrights

Location:
lang
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • lang/de/lang.php

    rf76c12d r493ed9f  
    11<?php 
     2/** 
     3 * German language file 
     4 * 
     5 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html) 
     6 * @author     Aurelien Bompard <aurelien@bompard.org> 
     7 */ 
    28 
    39// settings must be present and set appropriately for the language 
  • lang/en/lang.php

    rf76c12d r493ed9f  
    11<?php 
     2/** 
     3 * English language file 
     4 * 
     5 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html) 
     6 * @author     Aurelien Bompard <aurelien@bompard.org> 
     7 */ 
    28 
    39// settings must be present and set appropriately for the language 
  • lang/fr/lang.php

    rf76c12d r493ed9f  
    11<?php 
     2/** 
     3 * French language file 
     4 * 
     5 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html) 
     6 * @author     Aurelien Bompard <aurelien@bompard.org> 
     7 */ 
    28 
    39// settings must be present and set appropriately for the language 
  • lang/fr/settings.php

    r3f7a0a4 r493ed9f  
    11<?php 
    22/** 
    3  * English language file 
     3 * French language file 
    44 * 
    55 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html) 
  • lang/ja/lang.php

    rf76c12d r493ed9f  
    11<?php 
     2/** 
     3 * Japanese language file 
     4 * 
     5 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html) 
     6 * @author     Ikuo Obataya <ikuo_obataya@symplus.co.jp> 
     7 */ 
    28 
    39// settings must be present and set appropriately for the language 
  • lang/ja/settings.php

    rb7494cf r493ed9f  
    22/** 
    33 * Japanese language file 
     4 * 
     5 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html) 
     6 * @author     Ikuo Obataya <ikuo_obataya@symplus.co.jp> 
    47 */ 
    58 
  • lang/ru/lang.php

    rf76c12d r493ed9f  
    11<?php 
     2/** 
     3 * Russian language file 
     4 * 
     5 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html) 
     6 * @author     Yuri Timofeev <tim4dev@gmail.com> 
     7 */ 
    28 
    39// settings must be present and set appropriately for the language 
  • lang/zh/lang.php

    rf76c12d r493ed9f  
    11<?php 
     2/** 
     3 * Chinese language file 
     4 * 
     5 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html) 
     6 * @author     lainme <lainme993@gmail.com> 
     7 */ 
    28 
    39// settings must be present and set appropriately for the language 
Note: See TracChangeset for help on using the changeset viewer.