Make the title-<app name> more consistent. Use underscore in the label name instead of a dash. Dash is used between label type and the label name.

This commit is contained in:
markjcrane
2015-08-03 15:17:05 -06:00
parent 4ed7adeebc
commit 193137ffa6
13 changed files with 172 additions and 157 deletions
+4 -4
View File
@@ -1,10 +1,10 @@
<?php
//conferences
$text['title']['en-us'] = "Conferences";
$text['title']['es-cl'] = "Conferencias";
$text['title']['pt-pt'] = "Conferências";
$text['title']['fr-fr'] = "Conférences";
$text['title-conferences']['en-us'] = "Conferences";
$text['title-conferences']['es-cl'] = "Conferencias";
$text['title-conferences']['pt-pt'] = "Conferências";
$text['title-conferences']['fr-fr'] = "Conférences";
$text['description']['en-us'] = "Conferences is used to setup conference rooms with a name, description, and optional pin number.";
$text['description']['es-cl'] = "Las conferencias son usadas para configurar salas con un nombre, descripción y un número de acceso pin (opcional).";
+1 -1
View File
@@ -49,7 +49,7 @@ else {
//show the content
echo "<table cellpadding='0' cellspacing='0' width='100%' border='0'>\n";
echo " <tr>\n";
echo " <td valign='top'><b>".$text['title']."</b></td>\n";
echo " <td valign='top'><b>".$text['title-conferences']."</b></td>\n";
echo " <td valign='top' align='right'>\n";
if (permission_exists('conference_active_view')) {
echo " <input type='button' class='btn' alt='".$text['button-view_active']."' onclick=\"window.location='".PROJECT_PATH."/app/conferences_active/conferences_active.php';\" value='".$text['button-view_active']."'>\n";