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

« back to all changes in this revision

Viewing changes to lang/hebrew-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: hebrew-utf-8.inc.php 10110 2007-03-15 21:11:38Z lem9 $ 
 
2
/* $Id: hebrew-utf-8.inc.php 10430 2007-06-10 19:28:56Z lem9 $ 
3
3
 * Translated by Hadar Porat <hadar at banner.co.il> */
4
4
 
5
5
$charset = 'utf-8';
158
158
$strDatabaseEmpty = 'שם מאגר הנתונים ריק!';
159
159
$strDatabaseExportOptions = 'אפשרויות ייצוא מאגר נתונים';
160
160
$strDatabaseHasBeenDropped = 'מסד הנתונים %s נמחק.';
161
 
$strDatabaseNoTable = 'מאגר הנתונים מכיל שום טבלה!';
162
161
$strDatabasesDropped = '%s מסדי נתונים נמחקו בהצלחה.';
163
162
$strDatabasesStatsDisable = 'ביטול סטטיסטיקה';
164
163
$strDatabasesStatsEnable = 'הפעלת סטטיסטיקה';
702
701
$strKorean = 'Korean';  //to translate
703
702
 
704
703
$strLandscape = 'Landscape';  //to translate
705
 
$strLanguageFileNotFound = 'Language file "%1$s" not found.';  //to translate
706
704
$strLanguageUnknown = 'Unknown language: %1$s.';  //to translate
707
705
$strLatchedPages = 'Latched pages';  //to translate
708
706
$strLDI = 'CSV using LOAD DATA';  //to translate
877
875
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.';  //to translate
878
876
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.';  //to translate
879
877
$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
880
 
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.';  //to translate
 
878
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAYED queues.';  //to translate
881
879
$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
882
880
$strShowStatusOpen_filesDescr = 'The number of files that are open.';  //to translate
883
881
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).';  //to translate
1046
1044
$strErrorSaveTable = 'Error saving coordinates for Designer.';  //to translate
1047
1045
$strSnapToGrid = 'Snap to grid';  //to translate
1048
1046
$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
 
1047
$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
1049
1048
?>