Changeset 1505


Ignore:
Timestamp:
03/15/06 21:31:58 (7 years ago)
Author:
anarcat
Message:

remove all occurences of the sta_ strings in file

Location:
trunk/bureau
Files:
11 edited

Legend:

Unmodified
Added
Removed
  • trunk/bureau/admin/menu_stats.php

    r1439 r1505  
    3535?> 
    3636<tr><td nowrap="nowrap"> 
    37 <a href="sta_list.php"><?php __("Web Statistics"); ?></a><br /> 
     37<a href="webalizer_list.php"><?php __("Web Statistics"); ?></a><br /> 
    3838</td></tr> 
    3939<?php    }    ?> 
  • trunk/bureau/admin/sta_add.php

    r1439 r1505  
    4545        } 
    4646?> 
    47 <form method="post" action="sta_doadd.php" id="main" name="main"> 
     47<form method="post" action="webalizer_doadd.php" id="main" name="main"> 
    4848<table border="1" cellspacing="0" cellpadding="4"> 
    4949<tr><th><input type="hidden" name="id" value="<?php echo $id ?>" /> 
     
    6262</table> 
    6363</form> 
    64 <?php $mem->show_help("sta_add"); ?> 
     64<?php $mem->show_help("webalizer_add"); ?> 
    6565 
    6666</body> 
  • trunk/bureau/admin/sta_del.php

    r1439 r1505  
    4545} 
    4646 
    47 include("sta_list.php"); 
     47include("webalizer_list.php"); 
    4848exit(); 
    4949?> 
  • trunk/bureau/admin/sta_doadd.php

    r1439 r1505  
    3333if (!$r) { 
    3434        $error=$err->errstr(); 
    35         include("sta_add.php"); 
     35        include("webalizer_add.php"); 
    3636        exit(); 
    3737} else { 
    3838        $error=_("The statistics has been successfully created"); 
    39         include("sta_list.php"); 
     39        include("webalizer_list.php"); 
    4040        exit(); 
    4141} 
  • trunk/bureau/admin/sta_doedit.php

    r1439 r1505  
    3636        if (!$r) { 
    3737                $error=$err->errstr(); 
    38                 include("sta_edit.php"); 
     38                include("webalizer_edit.php"); 
    3939                exit(); 
    4040        } else { 
    4141                $error=_("The Statistics has been successfully changed"); 
    42                 include("sta_list.php"); 
     42                include("webalizer_list.php"); 
    4343                exit(); 
    4444        } 
  • trunk/bureau/admin/sta_edit.php

    r1439 r1505  
    5050        } 
    5151?> 
    52 <form method="post" action="sta_doedit.php" id="main" name="main"> 
     52<form method="post" action="webalizer_doedit.php" id="main" name="main"> 
    5353<table border="1" cellspacing="0" cellpadding="4"> 
    5454<tr><th><input type="hidden" name="id" value="<?php echo $id ?>" /> 
  • trunk/bureau/admin/sta_list.php

    r1444 r1505  
    4444        if ($quota->cancreate("stats")) { ?> 
    4545<p> 
    46                 - <a href="sta_add.php"><?php __("Create new Statistics"); ?></a><br /> 
     46                - <a href="webalizer_add.php"><?php __("Create new Statistics"); ?></a><br /> 
    4747</p> 
    4848<?php   } 
     
    5656 
    5757<p> 
    58 <?php __("help_sta_list"); ?> 
     58    <?php __("Here is the list of the statistics sets installed in your account :<br />Click on 'Modify' to change the statistics configuration<br />To delete a stats set, check the corresponding checkbox and click on 'Delete the checked Statistics'"); ?> 
    5959</p> 
    60 <form method="post" action="sta_del.php"> 
     60<form method="post" action="webalizer_del.php"> 
    6161<table cellspacing="0" cellpadding="4"> 
    6262<tr><th colspan="2">&nbsp;</th><th><?php __("Domain name"); ?></th><th><?php __("Language"); ?></th><th><?php __("Folder"); ?></th><th><?php __("View"); ?></th></tr> 
     
    7070        <tr class="lst<?php echo $col; ?>"> 
    7171                <td><input type="checkbox" class="inc" id="del_<?php echo $val["id"]; ?>" name="del_<?php echo $val["id"]; ?>" value="<?php echo $val["id"]; ?>" /></td> 
    72                 <td><a href="sta_edit.php?id=<?php echo $val["id"] ?>"><?php __("Edit"); ?></a></td> 
     72                <td><a href="webalizer_edit.php?id=<?php echo $val["id"] ?>"><?php __("Edit"); ?></a></td> 
    7373                <td><label for="del_<?php echo $val["id"]; ?>"><?php echo $val["hostname"] ?></label></td> 
    7474                <td><?php echo _($stats->langname[$val["lang"]]); ?></td> 
     
    8787</form> 
    8888 
    89 <?php $mem->show_help("sta_list");  
     89<?php $mem->show_help("webalizer_list");  
    9090 
    9191} 
  • trunk/bureau/locales/en_US/LC_MESSAGES/stats.po

    r1471 r1505  
     1# SOME DESCRIPTIVE TITLE. 
     2# Copyright (C) YEAR Free Software Foundation, Inc. 
     3# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. 
     4# 
     5#, fuzzy 
     6msgid "" 
     7msgstr "" 
     8"Project-Id-Version: PACKAGE VERSION\n" 
     9"PO-Revision-Date: YEAR-MO-DA HO:MI +ZONE\n" 
     10"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 
     11"Language-Team: LANGUAGE <LL@li.org>\n" 
     12"MIME-Version: 1.0\n" 
     13"Content-Type: text/plain; charset=CHARSET\n" 
     14"Content-Transfer-Encoding: 8bit\n" 
     15 
    116# English AlternC Translation 
    217# Copyright (c) 2002 the AlternC Development Team 
     
    3651msgstr "This language is not supported." 
    3752 
    38 msgid "help_sta_list" 
    39 msgstr "" 
     53msgid "Here is the list of the statistics sets installed in your account :<br />Click on 'Modify' to change the statistics configuration<br />To delete a stats set, check the corresponding checkbox and click on 'Delete the checked Statistics'" 
     54msgstr "Here is the list of the statistics sets installed in your account :<br />Click on 'Modify' to change the statistics configuration<br />To delete a stats set, check the corresponding checkbox and click on 'Delete the checked Statistics'" 
    4055 
    4156msgid "Web Statistics" 
     
    90105msgstr "Byte" 
    91106 
    92 msgid "hlp_sta_add" 
    93 msgstr "" 
     107msgid "Enter the domain name you wish to obtain statistics from. <br />Then choose the language in which those stats should be generated. <br />Finally, choose the directeory in your file space in which those directories should be stored (in the form of HTML + images). <br />It is recommended that this domain be accessible from one of your domains/subdomains. Also, you can protect this directory with the 'protected directories' menu." 
     108msgstr "Enter the domain name you wish to obtain statistics from. <br />Then choose the language in which those stats should be generated. <br />Finally, choose the directeory in your file space in which those directories should be stored (in the form of HTML + images). <br />It is recommended that this domain be accessible from one of your domains/subdomains. Also, you can protect this directory with the 'protected directories' menu." 
    94109 
  • trunk/bureau/locales/es_ES/LC_MESSAGES/stats.po

    r1471 r1505  
     1# SOME DESCRIPTIVE TITLE. 
     2# Copyright (C) YEAR Free Software Foundation, Inc. 
     3# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. 
     4# 
     5#, fuzzy 
     6msgid "" 
     7msgstr "" 
     8"Project-Id-Version: PACKAGE VERSION\n" 
     9"PO-Revision-Date: YEAR-MO-DA HO:MI +ZONE\n" 
     10"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 
     11"Language-Team: LANGUAGE <LL@li.org>\n" 
     12"MIME-Version: 1.0\n" 
     13"Content-Type: text/plain; charset=CHARSET\n" 
     14"Content-Transfer-Encoding: 8bit\n" 
     15 
    116# English AlternC Translation 
    217# Copyright (c) 2002 the AlternC Development Team 
     
    4055msgstr "Este idioma no está disponible." 
    4156 
    42 msgid "help_sta_list" 
     57msgid "Here is the list of the statistics sets installed in your account :<br />Click on 'Modify' to change the statistics configuration<br />To delete a stats set, check the corresponding checkbox and click on 'Delete the checked Statistics'" 
    4358msgstr "" 
    4459"Aquí tiene la lista de los juegos de estatísticas installadas en su cuenta:" 
     
    105120msgstr "Byte" 
    106121 
    107 #, fuzzy 
    108 msgid "hlp_sta_add" 
     122msgid "Enter the domain name you wish to obtain statistics from. <br />Then choose the language in which those stats should be generated. <br />Finally, choose the directeory in your file space in which those directories should be stored (in the form of HTML + images). <br />It is recommended that this domain be accessible from one of your domains/subdomains. Also, you can protect this directory with the 'protected directories' menu." 
    109123msgstr "" 
    110124"Entrez le nom du domaine dont vous souhaitez obtenir des statistiques de " 
  • trunk/bureau/locales/fr_FR/LC_MESSAGES/stats_manual.po

    r1458 r1505  
    7272msgstr "Créer un jeu de statistiques" 
    7373 
    74 msgid "help_sta_list" 
     74msgid "Here is the list of the statistics sets installed in your account :<br />Click on 'Modify' to change the statistics configuration<br />To delete a stats set, check the corresponding checkbox and click on 'Delete the checked Statistics'" 
    7575msgstr "" 
    7676"Voici la liste des jeux de statistiques installés sur votre compte :<br /" 
     
    8585msgstr "Octet" 
    8686 
    87 msgid "hlp_sta_list" 
     87msgid "Here is the list of the statistics sets installed in your account :<br />Click on 'Modify' to change the statistics configuration<br />To delete a stats set, check the corresponding checkbox and click on 'Delete the checked Statistics'" 
    8888msgstr "" 
    8989"Un 'jeu de statistiques' vous permet de demander la création quotidienne " 
     
    9595"statistiques web dans l'aide en ligne HELPID_200<br />" 
    9696 
    97 msgid "hlp_sta_add" 
     97msgid "Enter the domain name you wish to obtain statistics from. <br />Then choose the language in which those stats should be generated. <br />Finally, choose the directeory in your file space in which those directories should be stored (in the form of HTML + images). <br />It is recommended that this domain be accessible from one of your domains/subdomains. Also, you can protect this directory with the 'protected directories' menu." 
    9898msgstr "" 
    9999"Entrez le nom du domaine dont vous souhaitez obtenir des statistiques de " 
  • trunk/bureau/locales/stats_manual.po

    r1471 r1505  
    7070msgstr "" 
    7171 
    72 msgid "help_sta_list" 
     72msgid "Here is the list of the statistics sets installed in your account :<br />Click on 'Modify' to change the statistics configuration<br />To delete a stats set, check the corresponding checkbox and click on 'Delete the checked Statistics'" 
    7373msgstr "" 
    7474 
     
    7979msgstr "" 
    8080 
    81 msgid "hlp_sta_list" 
    82 msgstr "" 
    83  
    84 msgid "hlp_sta_add" 
     81msgid "Enter the domain name you wish to obtain statistics from. <br />Then choose the language in which those stats should be generated. <br />Finally, choose the directeory in your file space in which those directories should be stored (in the form of HTML + images). <br />It is recommended that this domain be accessible from one of your domains/subdomains. Also, you can protect this directory with the 'protected directories' menu." 
    8582msgstr "" 
    8683 
Note: See TracChangeset for help on using the changeset viewer.