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

« back to all changes in this revision

Viewing changes to lang/turkish-iso-8859-9.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: turkish-iso-8859-9.inc.php,v 2.57 2004/12/12 21:39:25 lem9 Exp $ */
 
2
/* $Id: turkish-iso-8859-9.inc.php,v 2.60 2004/12/28 16:34:50 nijel Exp $ */
3
3
 
4
4
//son g�ncelleme:12.12.04(in trapezunta)
5
5
// T�rk�e �eviri � Bora Alio�lu
754
754
$strZeroRemovesTheLimit = 'Not: Bu se�eneklerin 0\'a ayarlanmas� s�n�r� kald�r�r..';
755
755
$strZip = '"ziplenmi�"';
756
756
 
 
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
?>