|
From: Jirka P. <fi...@us...> - 2002-06-19 13:45:40
|
Update of /cvsroot/phpbt/phpbt/languages
In directory usw-pr-cvs1:/tmp/cvs-serv13463/phpbt/languages
Modified Files:
cz.php cz_iso-8859-2.php en.php
Log Message:
Saved queries selectable by user and a bit of index localization.
Index: cz.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/languages/cz.php,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- cz.php 18 Jun 2002 16:36:21 -0000 1.18
+++ cz.php 19 Jun 2002 13:45:36 -0000 1.19
@@ -215,7 +215,16 @@
'Bug' => 'Bug',
'When' => 'Kdy',
'ColumnPreferencesSaved' => 'Vybraná pole byla uloena'
+ ),
+ 'INDEX' => array(
+ 'FiveRecentlySubmitted' => 'Pìt nejèersvìjích bugù',
+ 'FiveRecentlyClosed' => 'Pìt naposledy uzavøených bugù',
+ 'QuickStats' => 'Rychlé statistiky',
+ 'Status' => 'Status',
+ 'NumberOfBugs' => '# bugù',
+ 'SavedQueries' => 'Uloné dotazy'
)
+
);
// Page titles
@@ -270,3 +279,5 @@
);
?>
+
+
Index: cz_iso-8859-2.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/languages/cz_iso-8859-2.php,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- cz_iso-8859-2.php 18 Jun 2002 16:36:21 -0000 1.15
+++ cz_iso-8859-2.php 19 Jun 2002 13:45:36 -0000 1.16
@@ -215,7 +215,16 @@
'Bug' => 'Bug',
'When' => 'Kdy',
'ColumnPreferencesSaved' => 'Vybraná pole byla ulo¾ena'
+ ),
+ 'INDEX' => array(
+ 'FiveRecentlySubmitted' => 'Pìt nejèersvìj¹ích bugù',
+ 'FiveRecentlyClosed' => 'Pìt naposledy uzavøených bugù',
+ 'QuickStats' => 'Rychlé statistiky',
+ 'Status' => 'Status',
+ 'NumberOfBugs' => '# bugù',
+ 'SavedQueries' => 'Ulo¾né dotazy'
)
+
);
// Page titles
@@ -270,3 +279,5 @@
);
?>
+
+
Index: en.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/languages/en.php,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- en.php 18 Jun 2002 16:36:21 -0000 1.30
+++ en.php 19 Jun 2002 13:45:36 -0000 1.31
@@ -215,8 +215,15 @@
'Bug' => 'Bug',
'When' => 'When',
'ColumnPreferencesSaved' => 'Your bug list column preferences have been saved'
+ ),
+ 'INDEX' => array(
+ 'FiveRecentlySubmitted' => 'Five most recently submitted bugs',
+ 'FiveRecentlyClosed' => 'Five most recently closed bugs',
+ 'QuickStats' => 'Quick stats',
+ 'Status' => 'Status',
+ 'NumberOfBugs' => '# bugs',
+ 'SavedQueries' => 'Saved Queries'
)
-
);
// Page titles
|