Browse Source

Change all "..." to …

vbracco 18 years ago
parent
commit
dddf1b27a2
10 changed files with 12 additions and 12 deletions
  1. 1 1
      admin/admin.php
  2. 2 2
      admin/ajax.php
  3. 1 1
      admin/close.php
  4. 1 1
      admin/comments.php
  5. 2 2
      admin/index.php
  6. 1 1
      admin/options.php
  7. 1 1
      admin/settings.php
  8. 1 1
      admin/user.php
  9. 1 1
      comments.php
  10. 1 1
      login.php

+ 1 - 1
admin/admin.php View File

46
 	</head>
46
 	</head>
47
 	
47
 	
48
 	<body>
48
 	<body>
49
-		<div id="div-process" style="display:none;"><?php echo __("Processing request...")?></div>
49
+		<div id="div-process" style="display:none;"><?php echo __("Processing request&hellip;")?></div>
50
 		<div id="cont">
50
 		<div id="cont">
51
 			<div id="head">
51
 			<div id="head">
52
 				<h1><a href="<?php echo $conf->urlGelato;?>/admin/index.php" title="gelato :: <?php echo __("home")?>">gelato cms</a></h1>
52
 				<h1><a href="<?php echo $conf->urlGelato;?>/admin/index.php" title="gelato :: <?php echo __("home")?>">gelato cms</a></h1>

+ 2 - 2
admin/ajax.php View File

21
 			if ($_GET["action"] == "close") {
21
 			if ($_GET["action"] == "close") {
22
 				session_start();
22
 				session_start();
23
 				if ($user->closeSession()) {
23
 				if ($user->closeSession()) {
24
-					echo __("&nbsp;ending session...");
24
+					echo __("&nbsp;ending session&hellip;");
25
 				} else {
25
 				} else {
26
-					echo __("&nbsp;failure ending session...");
26
+					echo __("&nbsp;failure ending session&hellip;");
27
 				}
27
 				}
28
 			}	// $_GET["action"] == "close"
28
 			}	// $_GET["action"] == "close"
29
 			
29
 			

+ 1 - 1
admin/close.php View File

50
 <?php
50
 <?php
51
 						if ($closed) {
51
 						if ($closed) {
52
 ?>		
52
 ?>		
53
-							<h2><?php echo __("Ending session...")?></h2>
53
+							<h2><?php echo __("Ending session&hellip;")?></h2>
54
 <?php
54
 <?php
55
 						} else {	
55
 						} else {	
56
 ?>
56
 ?>

+ 1 - 1
admin/comments.php View File

88
 	</head>
88
 	</head>
89
 	
89
 	
90
 	<body>
90
 	<body>
91
-		<div id="div-process" style="display:none;"><?=__("Processing request...");?></div>
91
+		<div id="div-process" style="display:none;"><?=__("Processing request&hellip;");?></div>
92
 		<div id="cont">
92
 		<div id="cont">
93
 			<div id="head">
93
 			<div id="head">
94
 				<h1><a href="<?php echo $conf->urlGelato;?>/" title="gelato :: <?=__("home")?>">gelato cms</a></h1>
94
 				<h1><a href="<?php echo $conf->urlGelato;?>/" title="gelato :: <?=__("home")?>">gelato cms</a></h1>

+ 2 - 2
admin/index.php View File

106
 			function exit(el, path) {
106
 			function exit(el, path) {
107
 				el = $(el);
107
 				el = $(el);
108
 				el.style.display="block";
108
 				el.style.display="block";
109
-				el.setHTML('Processing request...');
109
+				el.setHTML('Processing request&hellip;');
110
 				new Ajax(path, {
110
 				new Ajax(path, {
111
 					onComplete:function(e) {
111
 					onComplete:function(e) {
112
 						el.setHTML(e).effect('opacity').custom(0,1);
112
 						el.setHTML(e).effect('opacity').custom(0,1);
133
 	</head>
133
 	</head>
134
 	
134
 	
135
 	<body>
135
 	<body>
136
-		<div id="div-process" style="display:none;"><?php echo __("Processing request...")?></div>
136
+		<div id="div-process" style="display:none;"><?php echo __("Processing request&hellip;")?></div>
137
 		<div id="cont">
137
 		<div id="cont">
138
 			<div id="head">
138
 			<div id="head">
139
 				<h1><a href="<?php echo $conf->urlGelato;?>/admin/index.php" title="gelato :: <?php echo __("home")?>">gelato cms</a></h1>
139
 				<h1><a href="<?php echo $conf->urlGelato;?>/admin/index.php" title="gelato :: <?php echo __("home")?>">gelato cms</a></h1>

+ 1 - 1
admin/options.php View File

83
 	</head>
83
 	</head>
84
 	
84
 	
85
 	<body>
85
 	<body>
86
-		<div id="div-process" style="display:none;"><?php echo __("Processing request...")?></div>
86
+		<div id="div-process" style="display:none;"><?php echo __("Processing request&hellip;")?></div>
87
 		<div id="cont">
87
 		<div id="cont">
88
 			<div id="head">
88
 			<div id="head">
89
 				<h1><a href="<?php echo $conf->urlGelato;?>/" title="gelato :: <?php echo __("home")?>">gelato cms</a></h1>
89
 				<h1><a href="<?php echo $conf->urlGelato;?>/" title="gelato :: <?php echo __("home")?>">gelato cms</a></h1>

+ 1 - 1
admin/settings.php View File

51
 	</head>
51
 	</head>
52
 	
52
 	
53
 	<body>
53
 	<body>
54
-		<div id="div-process" style="display:none;"><?php echo __("Processing request...")?></div>
54
+		<div id="div-process" style="display:none;"><?php echo __("Processing request&hellip;")?></div>
55
 		<div id="cont">
55
 		<div id="cont">
56
 			<div id="head">
56
 			<div id="head">
57
 				<h1><a href="<?php echo $conf->urlGelato;?>/" title="gelato :: <?php echo __("home")?>">gelato cms</a></h1>
57
 				<h1><a href="<?php echo $conf->urlGelato;?>/" title="gelato :: <?php echo __("home")?>">gelato cms</a></h1>

+ 1 - 1
admin/user.php View File

65
 	</head>
65
 	</head>
66
 	
66
 	
67
 	<body>
67
 	<body>
68
-		<div id="div-process" style="display:none;"><?php echo __("Processing request...");?></div>
68
+		<div id="div-process" style="display:none;"><?php echo __("Processing request&hellip;");?></div>
69
 		<div id="cont">
69
 		<div id="cont">
70
 			<div id="head">
70
 			<div id="head">
71
 				<h1><a href="<?php echo $conf->urlGelato;?>/" title="gelato :: <?php echo __("home")?>">gelato cms</a></h1>
71
 				<h1><a href="<?php echo $conf->urlGelato;?>/" title="gelato :: <?php echo __("home")?>">gelato cms</a></h1>

+ 1 - 1
comments.php View File

70
 	</head>
70
 	</head>
71
 	
71
 	
72
 	<body>
72
 	<body>
73
-		<div id="div-process" style="display:none;"><?=__("Processing request...");?></div>
73
+		<div id="div-process" style="display:none;"><?=__("Processing request&hellip;");?></div>
74
 		<div id="cont">
74
 		<div id="cont">
75
 			<div id="head">
75
 			<div id="head">
76
 				<h1><a href="<?php echo $conf->urlGelato;?>/" title="gelato :: <?=__("home")?>">gelato cms</a></h1>
76
 				<h1><a href="<?php echo $conf->urlGelato;?>/" title="gelato :: <?=__("home")?>">gelato cms</a></h1>

+ 1 - 1
login.php View File

44
 	</head>
44
 	</head>
45
 	
45
 	
46
 	<body>
46
 	<body>
47
-		<div id="div-process" style="display:none;"><?php echo __("Processing request...")?></div>
47
+		<div id="div-process" style="display:none;"><?php echo __("Processing request&hellip;")?></div>
48
 		<div id="cont">
48
 		<div id="cont">
49
 			<div id="head">
49
 			<div id="head">
50
 				<h1><a href="<?php echo $conf->urlGelato;?>/" title="gelato :: <?php echo __("home")?>">gelato cms</a></h1>
50
 				<h1><a href="<?php echo $conf->urlGelato;?>/" title="gelato :: <?php echo __("home")?>">gelato cms</a></h1>