Migrate separator code to gettext.

This commit is contained in:
Michal Čihař
2010-05-13 11:31:34 +02:00
parent 0dcbea28eb
commit 3436ce42cc
64 changed files with 76699 additions and 76698 deletions

View File

@@ -17,10 +17,6 @@ $charset = 'utf-8';
/* l10n: Text direction, use either ltr or rtl */
$text_dir = __('ltr');
/* l10n: Thousands separator */
$number_thousands_separator = __(',');
/* l10n: Decimal separator */
$number_decimal_separator = __('.');
$strAbortedClients = __('Aborted');
$strAccessDenied = __('Access denied');