Changeset 119


Ignore:
Timestamp:
02/21/06 23:42:08 (7 years ago)
Author:
anarcat
Message:

[project @ alternc: changeset 2003-06-15 19:09:49 by root]
ajout de l'erreur pour phpmyadmin si pas de db

Original author: root
Date: 2003-06-15 19:09:51

Location:
bureau
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • bureau/class/m_mysql.php

    r95 r119  
    11<?php 
    22/* 
    3  $Id: m_mysql.php,v 1.9 2003/06/09 20:13:40 root Exp $ 
     3 $Id: m_mysql.php,v 1.10 2003/06/15 19:09:49 root Exp $ 
    44 ---------------------------------------------------------------------- 
    55 AlternC - Web Hosting System 
     
    6868    $db->query("SELECT pass,db, bck_mode, bck_dir FROM db WHERE uid='$uid';"); 
    6969    if (!$db->num_rows()) { 
     70      $err->raise("mysql",11); 
    7071      return false; 
    7172    } 
  • bureau/locales/en_US/LC_MESSAGES/mysql.po

    r88 r119  
    22# Copyright (c) 2002 the AlternC Development Team 
    33# <tech@alternc.org> 
    4 # $Id: mysql.po,v 1.4 2003/06/09 18:18:00 root Exp $ 
     4# $Id: mysql.po,v 1.5 2003/06/15 19:09:50 root Exp $ 
    55msgid "" 
    66msgstr "" 
    7 "Project-Id-Version: $Id: mysql.po,v 1.4 2003/06/09 18:18:00 root Exp $\n" 
     7"Project-Id-Version: $Id: mysql.po,v 1.5 2003/06/15 19:09:50 root Exp $\n" 
    88"POT-Creation-Date: 2002-06-12 19:00CEST\n" 
    99"PO-Revision-Date: 2002-06-16 13:50CEST\n" 
     
    3838msgid "err_mysql_7" 
    3939msgstr "The file name you chose does not exist or is incorrect." 
     40 
     41msgid "err_mysql_8" 
     42msgstr "The password is too long (16 chars max)" 
     43 
     44msgid "err_mysql_9" 
     45msgstr "The file is incorrect or does not exist." 
     46 
     47msgid "err_mysql_10" 
     48msgstr "Your cannot create your main database : you still have other dbs !" 
     49 
     50msgid "err_mysql_11" 
     51msgstr "You have no database, vlick on 'Databases' to create the first one" 
    4052 
    4153msgid "help_sql_list_ok" 
  • bureau/locales/fr_FR/LC_MESSAGES/mysql.po

    r88 r119  
    22# Copyright (c) 2002 the AlternC Development Team 
    33# <tech@alternc.org> 
    4 # $Id: mysql.po,v 1.3 2003/06/09 18:18:02 root Exp $ 
     4# $Id: mysql.po,v 1.4 2003/06/15 19:09:51 root Exp $ 
    55msgid "" 
    66msgstr "" 
    7 "Project-Id-Version: $Id: mysql.po,v 1.3 2003/06/09 18:18:02 root Exp $\n" 
     7"Project-Id-Version: $Id: mysql.po,v 1.4 2003/06/15 19:09:51 root Exp $\n" 
    88"POT-Creation-Date: 2002-06-12 19:00CEST\n" 
    99"PO-Revision-Date: 2002-06-16 13:50CEST\n" 
     
    4747msgid "err_mysql_10" 
    4848msgstr "Erreur : vous ne pouvez créer votre base principale : il vous reste d'autres bases !" 
     49 
     50msgid "err_mysql_11" 
     51msgstr "Vous n'avez aucune base de données, cliquez sur 'Bases de données' pour en créer une" 
    4952 
    5053msgid "Your database has been successfully created" 
Note: See TracChangeset for help on using the changeset viewer.