[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [RFR] templates://phpmyadmin/{templates}



Christian Perrier wrote:
> Quoting Justin B Rye (jbr@edlug.org.uk):
>> But that's what the software does, not what you do with it.  What's
>> the word for the thing translation "consumers" are doing?  The best
>> I can manage is
>> 
>>      - administrate via localized messages in any of 50 languages.
>> 
>> and that's not good enough to convince me it's worth patching.
> 
> 
> Moreover, I'd prefer avoiding to mention a number here, as this is
> somethign that could change over time (from 50 to 60 to 70, etc.)

Fifty already was a rounded-down value (I'm assuming users don't
really care how many there are - what they care about is "does the
list include my mothertongue?").  Options:

	several languages	too modest (I'd guess it meant five)
	54+ languages		too specific
	many languages		plausible, rather vague
	dozens of languages	also plausible

I still can't find a good verb, but there's the alternative of
jumping back out of list format:

- Features:          
+ It allows administrators to:
   - browse through databases and tables;
   - create, copy, rename, alter and drop databases;
   - create, copy, rename, alter and drop tables;
-  - table maintenance;
+  - perform table maintenance;
   - add, edit and drop fields;
   - execute any SQL-statement, even multiple queries;
   - create, alter and drop indexes;
   - load text files into tables;
   - create and read dumps of tables or databases;
   - export data to SQL, CSV, XML, Word, Excel, PDF and LaTeX formats;
   - administer multiple servers;
   - manage MySQL users and privileges;
   - check server settings and runtime information with configuration hints;
   - check referential integrity in MyISAM tables;
-  - using Query-by-example (QBE), create complex queries automatically
-    connecting required tables;
+  - create complex queries using Query-by-example (QBE), automatically
+    connecting required tables;
   - create PDF graphics of database layout;
   - search globally in a database or a subset of it;
   - transform stored data into any format using a set of predefined
     functions, such as displaying BLOB-data as image or download-link;
   - support InnoDB tables and foreign keys;
   - support mysqli, the improved MySQL extension;
-  - fully internationalized and localized in several languages.
+ and is fully internationalized and localized in dozens of languages.

Patch (against the original) attached.
-- 
JBR	with qualifications in linguistics, experience as a Debian
	sysadmin, and probably no clue about this particular package
--- ../phpmyadmin.old/debian/templates	2007-11-09 08:17:52.000000000 +0000
+++ debian/templates	2007-11-13 22:00:34.000000000 +0000
@@ -1,31 +1,34 @@
 Template: phpmyadmin/reconfigure-webserver
 Type: multiselect
 Choices: apache2, apache, apache-ssl, apache-perl, lighttpd
-Default:
 _Description: Web server to reconfigure automatically:
- phpMyAdmin supports any web server that PHP does, but this automatic
- configuration process only supports Apache.
+ Please choose the web server that should be automatically configured
+ to run phpMyAdmin.
 
 Template: phpmyadmin/setup-username
 Type: string
 Default: admin
-_Description: User name for web-based setup system:
- phpMyAdmin comes with a setup script that can help you with creating
- a configuration. The script is located at http://localhost/phpmyadmin/scripts/setup.php.
- For security reasons it requires authorization.
+_Description: Username for web-based setup system:
+ The setup system for phpMyAdmin may be used, after installation, from
+ http://localhost/phpmyadmin/scripts/setup.php.
+ .
+ Access to this system requires identification with a username and a
+ password.
  .
- Leave empty if you want to use the default user name 'admin'.
+ If you leave this field empty, the default username ('admin') will be used.
 
 Template: phpmyadmin/setup-password
 Type: password
 Default:
 _Description: Password for web-based setup system:
- phpMyAdmin comes with a setup script that can help you with creating
- a configuration. The script is located at http://localhost/phpmyadmin/scripts/setup.php.
- For security reasons it requires authorization.
+ The setup system for phpMyAdmin may be used, after installation, from
+ http://localhost/phpmyadmin/scripts/setup.php.
  .
- You can manage the usernames and passwords with the `htpasswd' command.
- They are stored in the file /etc/phpmyadmin/htpasswd.setup
+ Access to this system requires identification with a username and a
+ password.
  .
- Leave empty if you want to disable access to the web-based setup.
-
+ Usernames and passwords may be managed with the `htpasswd' command and
+ are stored in /etc/phpmyadmin/htpasswd.setup.
+ .
+ If you leave this field empty, access to the web-based setup will be
+ disabled.
--- ../phpmyadmin.old/debian/control	2007-11-09 08:17:52.000000000 +0000
+++ debian/control	2007-11-15 09:33:17.000000000 +0000
@@ -14,29 +14,30 @@
 Depends: libapache2-mod-php5 | libapache-mod-php5 | php5-cgi | php5 | libapache2-mod-php4 | libapache-mod-php4 | php4 | php4-cgi, php5-mysql | php5-mysqli | php4-mysql, php5-mcrypt | php4-mcrypt, perl, ${misc:Depends}
 Recommends: apache2 | lighttpd | httpd, php5-gd | php4-gd
 Suggests: mysql-server
-Description: Administrate MySQL over the WWW
- phpMyAdmin is intended to handle the administration of MySQL over the WWW.
- Currently it can:
-   - easily browse through databases and tables
-   - create, copy, rename, alter and drop databases
-   - create, copy, rename, alter and drop tables
-   - do table maintenance
-   - add, edit and drop fields
-   - execute any SQL-statement, even multiple queries
-   - create, alter and drop indexes
-   - load text files into tables
-   - create and read dumps of tables or databases
-   - export data to SQL, CSV, XML, Word, Excel, PDF and Latex formats
-   - administer multiple servers
-   - manage MySQL users and privileges
-   - check server settings and runtime information with configuration hints
-   - check referential integrity in MyISAM tables
-   - using Query-by-example (QBE), create complex queries automatically
-     connecting required tables
-   - create PDF graphics of your Database layout
-   - search globally in a database or a subset of it
-   - transform stored data into any format using a set of predefined
-     functions, like displaying BLOB-data as image or download-link
-   - support InnoDB tables and foreign keys
-   - support mysqli, the improved MySQL extension
-   - communicate in 50 different languages
+Description: MySQL web administration tool
+ This package provides a web interface for MySQL management.
+ .
+ It allows administrators to:
+  - browse through databases and tables;
+  - create, copy, rename, alter and drop databases;
+  - create, copy, rename, alter and drop tables;
+  - perform table maintenance;
+  - add, edit and drop fields;
+  - execute any SQL-statement, even multiple queries;
+  - create, alter and drop indexes;
+  - load text files into tables;
+  - create and read dumps of tables or databases;
+  - export data to SQL, CSV, XML, Word, Excel, PDF and LaTeX formats;
+  - administer multiple servers;
+  - manage MySQL users and privileges;
+  - check server settings and runtime information with configuration hints;
+  - check referential integrity in MyISAM tables;
+  - create complex queries using Query-by-example (QBE), automatically
+    connecting required tables);
+  - create PDF graphics of database layout;
+  - search globally in a database or a subset of it;
+  - transform stored data into any format using a set of predefined
+    functions, such as displaying BLOB-data as image or download-link;
+  - support InnoDB tables and foreign keys;
+  - support mysqli, the improved MySQL extension;
+  and is fully internationalized and localized in dozens of languages.
Template: phpmyadmin/reconfigure-webserver
Type: multiselect
Choices: apache2, apache, apache-ssl, apache-perl, lighttpd
_Description: Web server to reconfigure automatically:
 Please choose the web server that should be automatically configured
 to run phpMyAdmin.

Template: phpmyadmin/setup-username
Type: string
Default: admin
_Description: Username for web-based setup system:
 The setup system for phpMyAdmin may be used, after installation, from
 http://localhost/phpmyadmin/scripts/setup.php.
 .
 Access to this system requires identification with a username and a
 password.
 .
 If you leave this field empty, the default username ('admin') will be used.

Template: phpmyadmin/setup-password
Type: password
Default:
_Description: Password for web-based setup system:
 The setup system for phpMyAdmin may be used, after installation, from
 http://localhost/phpmyadmin/scripts/setup.php.
 .
 Access to this system requires identification with a username and a
 password.
 .
 Usernames and passwords may be managed with the `htpasswd' command and
 are stored in /etc/phpmyadmin/htpasswd.setup.
 .
 If you leave this field empty, access to the web-based setup will be
 disabled.
Source: phpmyadmin
Maintainer: Thijs Kinkhorst <thijs@debian.org>
Uploaders: Michal Čihař <nijel@debian.org>
Section: web
Priority: extra
Standards-Version: 3.7.2
Build-Depends: debhelper (>= 5), dpatch, po-debconf
Homepage: http://www.phpmyadmin.net/
Vcs-Browser: https://aphrodite.kinkhorst.nl/wsvn/debian/phpmyadmin/
Vcs-Svn: https://svn.kinkhorst.nl/svn/debian/phpmyadmin/trunk

Package: phpmyadmin
Architecture: all
Depends: libapache2-mod-php5 | libapache-mod-php5 | php5-cgi | php5 | libapache2-mod-php4 | libapache-mod-php4 | php4 | php4-cgi, php5-mysql | php5-mysqli | php4-mysql, php5-mcrypt | php4-mcrypt, perl, ${misc:Depends}
Recommends: apache2 | lighttpd | httpd, php5-gd | php4-gd
Suggests: mysql-server
Description: MySQL web administration tool
 This package provides a web interface for MySQL management.
 .
 It allows administrators to:
  - browse through databases and tables;
  - create, copy, rename, alter and drop databases;
  - create, copy, rename, alter and drop tables;
  - perform table maintenance;
  - add, edit and drop fields;
  - execute any SQL-statement, even multiple queries;
  - create, alter and drop indexes;
  - load text files into tables;
  - create and read dumps of tables or databases;
  - export data to SQL, CSV, XML, Word, Excel, PDF and LaTeX formats;
  - administer multiple servers;
  - manage MySQL users and privileges;
  - check server settings and runtime information with configuration hints;
  - check referential integrity in MyISAM tables;
  - create complex queries using Query-by-example (QBE), automatically
    connecting required tables);
  - create PDF graphics of database layout;
  - search globally in a database or a subset of it;
  - transform stored data into any format using a set of predefined
    functions, such as displaying BLOB-data as image or download-link;
  - support InnoDB tables and foreign keys;
  - support mysqli, the improved MySQL extension;
  and is fully internationalized and localized in dozens of languages.

Reply to: