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

« back to all changes in this revision

Viewing changes to lang/russian-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: russian-utf-8.inc.php 10110 2007-03-15 21:11:38Z lem9 $ */
 
2
/* $Id: russian-utf-8.inc.php 10430 2007-06-10 19:28:56Z lem9 $ */
3
3
 
4
4
/**
5
5
 * Translated by Gosha Sakovich <gt2 at users.sourceforge.net>
176
176
$strDatabaseEmpty = 'Имя базы данных не указанно!';
177
177
$strDatabaseExportOptions = 'Параметры экспорта базы данных';
178
178
$strDatabaseHasBeenDropped = 'База данных %s была удалена.';
179
 
$strDatabaseNoTable = 'Эта БД не содержит таблиц!';
180
179
$strDatabases = 'Базы данных';
181
180
$strDatabasesDropped = '%s БД были успешно удалены.';
182
181
$strDatabasesStats = 'Статистика баз данных';
365
364
 
366
365
$strLandscape = 'Ландшафт';
367
366
$strLanguage = 'Язык';
368
 
$strLanguageFileNotFound = 'Языковой файл: "%1$s" не найден.';
369
367
$strLanguageUnknown = 'Неизвестный язык: %1$s.';
370
368
$strLaTeX = 'LaTeX';
371
369
$strLatexCaption = 'Заголовок таблицы';
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
?>