|
From: Jirka P. <fi...@us...> - 2002-06-19 13:59:33
|
Update of /cvsroot/phpbt/phpbt/languages
In directory usw-pr-cvs1:/tmp/cvs-serv17978/phpbt/languages
Modified Files:
cz.php cz_iso-8859-2.php
Log Message:
Eh, fix again. :(
Index: cz.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/languages/cz.php,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- cz.php 19 Jun 2002 13:45:36 -0000 1.19
+++ cz.php 19 Jun 2002 13:59:30 -0000 1.20
@@ -217,7 +217,7 @@
'ColumnPreferencesSaved' => 'Vybraná pole byla uloena'
),
'INDEX' => array(
- 'FiveRecentlySubmitted' => 'Pìt nejèersvìjích bugù',
+ 'FiveRecentlySubmitted' => 'Pìt nejèerstvìjích bugù',
'FiveRecentlyClosed' => 'Pìt naposledy uzavøených bugù',
'QuickStats' => 'Rychlé statistiky',
'Status' => 'Status',
@@ -279,5 +279,3 @@
);
?>
-
-
Index: cz_iso-8859-2.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/languages/cz_iso-8859-2.php,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- cz_iso-8859-2.php 19 Jun 2002 13:45:36 -0000 1.16
+++ cz_iso-8859-2.php 19 Jun 2002 13:59:30 -0000 1.17
@@ -217,7 +217,7 @@
'ColumnPreferencesSaved' => 'Vybraná pole byla ulo¾ena'
),
'INDEX' => array(
- 'FiveRecentlySubmitted' => 'Pìt nejèersvìj¹ích bugù',
+ 'FiveRecentlySubmitted' => 'Pìt nejèerstvìj¹ích bugù',
'FiveRecentlyClosed' => 'Pìt naposledy uzavøených bugù',
'QuickStats' => 'Rychlé statistiky',
'Status' => 'Status',
@@ -279,5 +279,3 @@
);
?>
-
-
|