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

« back to all changes in this revision

Viewing changes to lang/lithuanian-windows-1257.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: lithuanian-windows-1257.inc.php,v 2.50 2004/12/01 11:30:46 lem9 Exp $ */
 
2
/* $Id: lithuanian-windows-1257.inc.php,v 2.53 2004/12/28 16:34:48 nijel Exp $ */
3
3
 
4
4
$charset = 'windows-1257';
5
5
$text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left)
740
740
$strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
741
741
$strNoActivity = 'No activity since %s seconds or more, please login again';  //to translate
742
742
$strApproximateCount = 'May be approximate. See FAQ 3.11';  //to translate
 
743
$strSQLExportCompatibility = 'SQL export compatibility';  //to translate
 
744
$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
 
745
$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
 
746
$strAfterInsertNext = 'Edit next row';  //to translate
743
747
?>