~ubuntu-branches/ubuntu/hardy/phpmyadmin/hardy

« back to all changes in this revision

Viewing changes to lang/tatarish-utf-8.inc.php

  • Committer: Bazaar Package Importer
  • Author(s): Thijs Kinkhorst, Thijs Kinkhorst, Translations
  • Date: 2007-06-17 17:52:03 UTC
  • mfrom: (1.1.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20070617175203-6oa2mpmgazkhp8tl
Tags: 4:2.10.2-1

[ Thijs Kinkhorst ]
* New upstream release.
* Welcome Michal Čihař as new co-maintainer.

[ Translations ]
* Vietnamese by Clytie Siddall (Closes: #427177).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?php
2
 
/* $Id: tatarish-utf-8.inc.php 10110 2007-03-15 21:11:38Z lem9 $ */
 
2
/* $Id: tatarish-utf-8.inc.php 10430 2007-06-10 19:28:56Z lem9 $ */
3
3
 
4
4
$charset = 'utf-8';
5
5
$allow_recoding = TRUE;
178
178
$strDatabaseEmpty = 'Biremlek iseme buş!';
179
179
$strDatabaseExportOptions = 'Biremlek saqlaw köyläneşe';
180
180
$strDatabaseHasBeenDropped = '%s biremlege beterelde.';
181
 
$strDatabaseNoTable = 'Bu biremlektä tüşämälär ber genä dä yuq!';
182
181
$strDatabases = 'Biremleklär';
183
182
$strDatabasesDropped = '"%s" biremlegen beterü uñışlı uzdı.';
184
183
$strDatabasesStats = 'Biremlek nöfüsläre';
372
371
$strKorean = 'Koreyçä';
373
372
 
374
373
$strLandscape = 'Yatqırıp';
375
 
$strLanguageFileNotFound = '"%1$s" digän telläşterü bireme tabılmadı.';
376
374
$strLanguageUnknown = 'Belgesez tel: %1$s.';
377
375
$strLatchedPages = 'Berketelgän bit';
378
376
$strLatexCaption = 'Tüşämä başlığı';
942
940
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.';  //to translate
943
941
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.';  //to translate
944
942
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.';  //to translate
945
 
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.';  //to translate
 
943
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAYED queues.';  //to translate
946
944
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.';  //to translate
947
945
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).';  //to translate
948
946
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.';  //to translate
1040
1038
$strErrorSaveTable = 'Error saving coordinates for Designer.';  //to translate
1041
1039
$strSnapToGrid = 'Snap to grid';  //to translate
1042
1040
$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.';  //to translate
 
1041
$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.';  //to translate
1043
1042
?>