~ubuntu-branches/ubuntu/dapper/phpmyadmin/dapper-updates

« back to all changes in this revision

Viewing changes to lang/bulgarian-windows-1251.inc.php

  • Committer: Bazaar Package Importer
  • Author(s): Piotr Roszatycki
  • Date: 2005-03-11 11:14:05 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20050311111405-rqgg991lcfgc69p3
Tags: 3:2.6.1-pl3-2
Fixed the bug in postinst introduced in last upload. Closes: #299034.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?php
2
 
/* $Id: bulgarian-windows-1251.inc.php,v 2.52 2004/12/01 11:30:41 lem9 Exp $ */
 
2
/* $Id: bulgarian-windows-1251.inc.php,v 2.55 2004/12/28 16:34:45 nijel Exp $ */
3
3
 
4
4
/**
5
5
 * Translated by Stanislav Yordanov <stanprog at stanprog.com>
754
754
$strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
755
755
$strNoActivity = 'No activity since %s seconds or more, please login again';  //to translate
756
756
$strApproximateCount = 'May be approximate. See FAQ 3.11';  //to translate
 
757
$strSQLExportCompatibility = 'SQL export compatibility';  //to translate
 
758
$strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause breaking of some data!';  //to translate
 
759
$strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.';  //to translate
 
760
$strAfterInsertNext = 'Edit next row';  //to translate
757
761
?>