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

« back to all changes in this revision

Viewing changes to lang/bulgarian-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: bulgarian-utf-8.inc.php 10110 2007-03-15 21:11:38Z lem9 $ */
 
2
/* $Id: bulgarian-utf-8.inc.php 10430 2007-06-10 19:28:56Z lem9 $ */
3
3
 
4
4
/**
5
5
 * Translated by Stanislav Yordanov <stanprog at stanprog.com>
169
169
$strDatabaseEmpty = 'Името на базата от данни е празно!';
170
170
$strDatabaseExportOptions = 'Опции за експортиране на база от данни';
171
171
$strDatabaseHasBeenDropped = 'Базата данни %s беше изтрита.';
172
 
$strDatabaseNoTable = 'Базата данни не съдържа таблица!';
173
172
$strDatabasesDropped = '%s бази от данни бяха изтрити успешно.';
174
173
$strDatabasesStatsDisable = 'Забрани статистика';
175
174
$strDatabasesStatsEnable = 'Разрешаване на статистика';
349
348
$strKorean = 'Корейски';
350
349
 
351
350
$strLandscape = 'Пейзажно';
352
 
$strLanguageFileNotFound = 'Езиковият файл "%1$s" не е намерен.';
353
351
$strLanguage = 'Език';
354
352
$strLatexCaption = 'Заглавие на таблицата';
355
353
$strLatexContent = 'Съдържание на таблица __TABLE__';
952
950
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.';  //to translate
953
951
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.';  //to translate
954
952
$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
955
 
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.';  //to translate
 
953
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAYED queues.';  //to translate
956
954
$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
957
955
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.';  //to translate
958
956
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.';  //to translate
1049
1047
$strErrorSaveTable = 'Error saving coordinates for Designer.';  //to translate
1050
1048
$strSnapToGrid = 'Snap to grid';  //to translate
1051
1049
$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
 
1050
$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
1052
1051
?>