Changeset 119
- Timestamp:
- 02/21/06 23:42:08 (7 years ago)
- Location:
- bureau
- Files:
-
- 3 edited
-
class/m_mysql.php (modified) (2 diffs)
-
locales/en_US/LC_MESSAGES/mysql.po (modified) (2 diffs)
-
locales/fr_FR/LC_MESSAGES/mysql.po (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bureau/class/m_mysql.php
r95 r119 1 1 <?php 2 2 /* 3 $Id: m_mysql.php,v 1. 9 2003/06/09 20:13:40root Exp $3 $Id: m_mysql.php,v 1.10 2003/06/15 19:09:49 root Exp $ 4 4 ---------------------------------------------------------------------- 5 5 AlternC - Web Hosting System … … 68 68 $db->query("SELECT pass,db, bck_mode, bck_dir FROM db WHERE uid='$uid';"); 69 69 if (!$db->num_rows()) { 70 $err->raise("mysql",11); 70 71 return false; 71 72 } -
bureau/locales/en_US/LC_MESSAGES/mysql.po
r88 r119 2 2 # Copyright (c) 2002 the AlternC Development Team 3 3 # <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 $ 5 5 msgid "" 6 6 msgstr "" 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" 8 8 "POT-Creation-Date: 2002-06-12 19:00CEST\n" 9 9 "PO-Revision-Date: 2002-06-16 13:50CEST\n" … … 38 38 msgid "err_mysql_7" 39 39 msgstr "The file name you chose does not exist or is incorrect." 40 41 msgid "err_mysql_8" 42 msgstr "The password is too long (16 chars max)" 43 44 msgid "err_mysql_9" 45 msgstr "The file is incorrect or does not exist." 46 47 msgid "err_mysql_10" 48 msgstr "Your cannot create your main database : you still have other dbs !" 49 50 msgid "err_mysql_11" 51 msgstr "You have no database, vlick on 'Databases' to create the first one" 40 52 41 53 msgid "help_sql_list_ok" -
bureau/locales/fr_FR/LC_MESSAGES/mysql.po
r88 r119 2 2 # Copyright (c) 2002 the AlternC Development Team 3 3 # <tech@alternc.org> 4 # $Id: mysql.po,v 1. 3 2003/06/09 18:18:02root Exp $4 # $Id: mysql.po,v 1.4 2003/06/15 19:09:51 root Exp $ 5 5 msgid "" 6 6 msgstr "" 7 "Project-Id-Version: $Id: mysql.po,v 1. 3 2003/06/09 18:18:02root Exp $\n"7 "Project-Id-Version: $Id: mysql.po,v 1.4 2003/06/15 19:09:51 root Exp $\n" 8 8 "POT-Creation-Date: 2002-06-12 19:00CEST\n" 9 9 "PO-Revision-Date: 2002-06-16 13:50CEST\n" … … 47 47 msgid "err_mysql_10" 48 48 msgstr "Erreur : vous ne pouvez créer votre base principale : il vous reste d'autres bases !" 49 50 msgid "err_mysql_11" 51 msgstr "Vous n'avez aucune base de données, cliquez sur 'Bases de données' pour en créer une" 49 52 50 53 msgid "Your database has been successfully created"
Note: See TracChangeset
for help on using the changeset viewer.
