Renamed LiveSupport to Campcaster.

This commit is contained in:
paul 2006-10-16 18:55:33 +00:00
parent da81b6e80c
commit bc7aaf239b
22 changed files with 226 additions and 427 deletions

View file

@ -1,32 +1,8 @@
<?php <?php
/*------------------------------------------------------------------------------ /**
* @author $Author$
Copyright (c) 2004 Media Development Loan Fund * @version $Revision$
*/
This file is part of the Campcaster project.
http://campcaster.campware.org/
To report bugs, send an e-mail to bugs@campware.org
Campcaster is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
Campcaster is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with Campcaster; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Author : $Author$
Version : $Revision$
Location : $URL$
------------------------------------------------------------------------------*/
define('NSPACE', 'lse'); define('NSPACE', 'lse');
header("Content-type: text/plain"); header("Content-type: text/plain");

View file

@ -1,32 +1,8 @@
<?php <?php
/*------------------------------------------------------------------------------ /**
* @author $Author$
Copyright (c) 2004 Media Development Loan Fund * @version $Revision$
*/
This file is part of the Campcaster project.
http://campcaster.campware.org/
To report bugs, send an e-mail to bugs@campware.org
Campcaster is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
Campcaster is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with Campcaster; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Author : $Author$
Version : $Revision$
Location : $URL$
------------------------------------------------------------------------------*/
$storageServerPath = dirname(__FILE__)."/../../storageServer"; $storageServerPath = dirname(__FILE__)."/../../storageServer";
?> ?>

View file

@ -1,32 +1,7 @@
<?php <?php
/*------------------------------------------------------------------------------ /**
* @author $Author$
Copyright (c) 2004 Media Development Loan Fund * @version $Revision$
*/
This file is part of the Campcaster project.
http://campcaster.campware.org/
To report bugs, send an e-mail to bugs@campware.org
Campcaster is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
Campcaster is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with Campcaster; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Author : $Author$
Version : $Revision$
Location : $URL$
------------------------------------------------------------------------------*/
$storageServerPath = 'ls_storageServer'; $storageServerPath = 'ls_storageServer';
?> ?>

View file

@ -1,32 +1,8 @@
<?php <?php
/*------------------------------------------------------------------------------ /**
* @author $Author$
Copyright (c) 2004 Media Development Loan Fund * @version $Revision$
*/
This file is part of the Campcaster project.
http://campcaster.campware.org/
To report bugs, send an e-mail to bugs@campware.org
Campcaster is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
Campcaster is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with Campcaster; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Author : $Author$
Version : $Revision$
Location : $URL$
------------------------------------------------------------------------------*/
header("Content-type: text/plain"); header("Content-type: text/plain");
require_once 'conf.php'; require_once 'conf.php';
require_once "$storageServerPath/var/conf.php"; require_once "$storageServerPath/var/conf.php";

View file

@ -1,32 +1,8 @@
<?php <?php
/*------------------------------------------------------------------------------ /**
* @author $Author$
Copyright (c) 2004 Media Development Loan Fund * @version $Revision$
*/
This file is part of the Campcaster project.
http://campcaster.campware.org/
To report bugs, send an e-mail to bugs@campware.org
Campcaster is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
Campcaster is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with Campcaster; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Author : $Author$
Version : $Revision$
Location : $URL$
------------------------------------------------------------------------------*/
ini_set('memory_limit', '64M'); ini_set('memory_limit', '64M');
header("Content-type: text/plain"); header("Content-type: text/plain");
echo "\n#StorageServer import script:\n"; echo "\n#StorageServer import script:\n";
@ -157,7 +133,7 @@ while($filename = fgets($stdin, 2048)){
if(isset($infoFromFile['error'])){ _err(NULL, $filename, $infoFromFile['error']); continue; } if(isset($infoFromFile['error'])){ _err(NULL, $filename, $infoFromFile['error']); continue; }
#if(!$infoFromFile['fileformat']){ echo "???\n"; continue; } #if(!$infoFromFile['fileformat']){ echo "???\n"; continue; }
if(!$infoFromFile['bitrate']){ echo "not audio?\n"; continue; } if(!$infoFromFile['bitrate']){ echo "not audio?\n"; continue; }
$mdata = array(); $mdata = array();
$titleHaveSet = FALSE; $titleHaveSet = FALSE;
foreach($flds as $key=>$getid3keys){ foreach($flds as $key=>$getid3keys){

View file

@ -1,32 +1,8 @@
<?php <?php
/*------------------------------------------------------------------------------ /**
* @author $Author$
Copyright (c) 2004 Media Development Loan Fund * @version $Revision$
*/
This file is part of the Campcaster project.
http://campcaster.campware.org/
To report bugs, send an e-mail to bugs@campware.org
Campcaster is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
Campcaster is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with Campcaster; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Author : $Author$
Version : $Revision$
Location : $URL$
------------------------------------------------------------------------------*/
define('NSPACE', 'lse'); define('NSPACE', 'lse');
define('VERBOSE', FALSE); define('VERBOSE', FALSE);
#define('VERBOSE', TRUE); #define('VERBOSE', TRUE);

View file

@ -1,36 +1,8 @@
<?php <?php
/*------------------------------------------------------------------------------
Copyright (c) 2004 Media Development Loan Fund
This file is part of the Campcaster project.
http://campcaster.campware.org/
To report bugs, send an e-mail to bugs@campware.org
Campcaster is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
Campcaster is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with Campcaster; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Author : $Author$
Version : $Revision$
Location : $URL$
------------------------------------------------------------------------------*/
/** /**
* \file conf.php * StorageServer configuration file
* storageServer configuration file * @author $Author$
* @version $Revision$
*/ */
define('LS_VERSION', '1.1'); define('LS_VERSION', '1.1');

View file

@ -1,36 +1,8 @@
<?php <?php
/*------------------------------------------------------------------------------
Copyright (c) 2004 Media Development Loan Fund
This file is part of the Campcaster project.
http://campcaster.campware.org/
To report bugs, send an e-mail to bugs@campware.org
Campcaster is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
Campcaster is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with Campcaster; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Author : $Author$
Version : $Revision$
Location : $URL$
------------------------------------------------------------------------------*/
/** /**
* \file conf.php * StorageServer configuration file
* storageServer configuration file * @author $Author$
* @version $Revision$
*/ */
/** /**

View file

@ -24,11 +24,11 @@
# Author : $Author$ # Author : $Author$
# Version : $Revision$ # Version : $Revision$
# Location : $URL$ # Location : $URL$
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
# This script generates code coverage data for the module # This script generates code coverage data for the module
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
module="LiveSupport GUI" module="Campcaster GUI"
reldir=`dirname $0`/.. reldir=`dirname $0`/..
basedir=`cd $reldir; pwd;` basedir=`cd $reldir; pwd;`

View file

@ -1,6 +1,6 @@
es:table es:table
{ {
windowTitle:string { "Panel maestro de LiveSupport" } windowTitle:string { "Panel maestro de Campcaster" }
notLoggedInMsg:string { "No ha ingresado al sistema" } notLoggedInMsg:string { "No ha ingresado al sistema" }
loggedInMsg:string { "Ingresó al sistema como {0}" } loggedInMsg:string { "Ingresó al sistema como {0}" }
loginButtonLabel:string { "Accesar" } loginButtonLabel:string { "Accesar" }
@ -31,7 +31,7 @@ es:table
audioClipListWindow:table audioClipListWindow:table
{ {
windowTitle:string { "Ventana de audio clip de LiveSupport" } windowTitle:string { "Ventana de audio clip de Campcaster" }
idColumnLabel:string { "id" } idColumnLabel:string { "id" }
lengthColumnLabel:string { "duración" } lengthColumnLabel:string { "duración" }
@ -43,7 +43,7 @@ es:table
scratchpadWindow:table scratchpadWindow:table
{ {
windowTitle:string { "Scratchpad de LiveSupport " } windowTitle:string { "Scratchpad de Campcaster " }
typeColumnLabel:string { "Tipo" } typeColumnLabel:string { "Tipo" }
titleColumnLabel:string { "Título" } titleColumnLabel:string { "Título" }
@ -62,7 +62,7 @@ es:table
playlistListWindow:table playlistListWindow:table
{ {
windowTitle:string { "Venta de lista de reproducción de LiveSupport" } windowTitle:string { "Venta de lista de reproducción de Campcaster" }
listBoxLabel { "Listas de reproducción" } listBoxLabel { "Listas de reproducción" }
detailBoxLabel { "Detalles de las listas de reproducción" } detailBoxLabel { "Detalles de las listas de reproducción" }
@ -100,7 +100,7 @@ es:table
simplePlaylistManagementWindow:table simplePlaylistManagementWindow:table
{ {
windowTitle:string { "Ventana del módulo administrativo de las listas de reproducción simples de LiveSupport" } windowTitle:string { "Ventana del módulo administrativo de las listas de reproducción simples de Campcaster" }
startColumnLabel:string { "inicio" } startColumnLabel:string { "inicio" }
titleColumnLabel:string { "título" } titleColumnLabel:string { "título" }
@ -116,7 +116,7 @@ es:table
schedulerWindow:table schedulerWindow:table
{ {
windowTitle:string { "Ventana del programador de LiveSupport" } windowTitle:string { "Ventana del programador de Campcaster" }
startColumnLabel:string { "inicio" } startColumnLabel:string { "inicio" }
titleColumnLabel:string { "título" } titleColumnLabel:string { "título" }
@ -129,7 +129,7 @@ es:table
schedulePlaylistWindow:table schedulePlaylistWindow:table
{ {
windowTitle:string { "Ventana de las listas de reproducción programadas de LiveSupport" } windowTitle:string { "Ventana de las listas de reproducción programadas de Campcaster" }
hourLabel:string { "hora: " } hourLabel:string { "hora: " }
minuteLabel:string { "minuto: " } minuteLabel:string { "minuto: " }
@ -139,45 +139,45 @@ es:table
searchWindow:table searchWindow:table
{ {
windowTitle:string { "Ventana de búsqueda/navegación de LiveSupport" } windowTitle:string { "Ventana de búsqueda/navegación de Campcaster" }
simpleSearchTab:string { "Búsqueda" } simpleSearchTab:string { "Búsqueda" }
advancedSearchTab:string { "Búsqueda avanzada" } advancedSearchTab:string { "Búsqueda avanzada" }
browseTab:string { "Navegar" } browseTab:string { "Navegar" }
searchByTextLabel:string { "Buscar por" } searchByTextLabel:string { "Buscar por" }
searchButtonLabel:string { "Buscar" } searchButtonLabel:string { "Buscar" }
typeColumnLabel:string { "Tipo" } typeColumnLabel:string { "Tipo" }
titleColumnLabel:string { "Título" } titleColumnLabel:string { "Título" }
creatorColumnLabel:string { "Creador" } creatorColumnLabel:string { "Creador" }
lengthColumnLabel:string { "Duración" } lengthColumnLabel:string { "Duración" }
partialOperatorDisplay:string { "contiene" } partialOperatorDisplay:string { "contiene" }
prefixOperatorDisplay:string { "empieza con" } prefixOperatorDisplay:string { "empieza con" }
=OperatorDisplay:string { "equivale" } =OperatorDisplay:string { "equivale" }
<=OperatorDisplay:string { "<=" } <=OperatorDisplay:string { "<=" }
>=OperatorDisplay:string { ">=" } >=OperatorDisplay:string { ">=" }
allStringForBrowse { "--- todo ---" } allStringForBrowse { "--- todo ---" }
addToScratchpadMenuItem:string { "_Añadir a Scratchpad" } addToScratchpadMenuItem:string { "_Añadir a Scratchpad" }
addToLiveModeMenuItem:string { "Añadir a Modo en vivo" } addToLiveModeMenuItem:string { "Añadir a Modo en vivo" }
} }
liveModeWindow:table liveModeWindow:table
{ {
windowTitle:string { "Venta Modo en vivo de LiveSupport" } windowTitle:string { "Venta Modo en vivo de Campcaster" }
cueMenuItem:string { "Previsualizar" } cueMenuItem:string { "Previsualizar" }
upMenuItem:string { "Desplazar hacia arriba" } upMenuItem:string { "Desplazar hacia arriba" }
downMenuItem:string { "Desplazar hacia abajo" } downMenuItem:string { "Desplazar hacia abajo" }
removeMenuItem:string { "Eliminar" } removeMenuItem:string { "Eliminar" }
playMenuItem:string { "Reproduccir" } playMenuItem:string { "Reproduccir" }
cuePlayerLabel:string { "Previsualizar" } cuePlayerLabel:string { "Previsualizar" }
} }
metadataTypes:table metadataTypes:table
{ {
title:string { "Título" } title:string { "Título" }

View file

@ -1,6 +1,6 @@
hu:table hu:table
{ {
windowTitle:string { "LiveSupport Fő Panel" } windowTitle:string { "Campcaster Fő Panel" }
notLoggedInMsg:string { "Nincs bejelentkezve" } notLoggedInMsg:string { "Nincs bejelentkezve" }
loggedInMsg:string { "Bejelentkezve {0} felhasználóként" } loggedInMsg:string { "Bejelentkezve {0} felhasználóként" }
loginButtonLabel:string { "bejelentkezés" } loginButtonLabel:string { "bejelentkezés" }
@ -37,7 +37,7 @@ hu:table
audioClipListWindow:table audioClipListWindow:table
{ {
windowTitle:string { "LiveSupport Hanganyag ablak" } windowTitle:string { "Campcaster Hanganyag ablak" }
idColumnLabel:string { "azonosító" } idColumnLabel:string { "azonosító" }
lengthColumnLabel:string { "hossz" } lengthColumnLabel:string { "hossz" }
@ -49,7 +49,7 @@ hu:table
scratchpadWindow:table scratchpadWindow:table
{ {
windowTitle:string { "LiveSupport Praktikus csupor" } windowTitle:string { "Campcaster Praktikus csupor" }
typeColumnLabel:string { "Típus" } typeColumnLabel:string { "Típus" }
titleColumnLabel:string { "Cím" } titleColumnLabel:string { "Cím" }
@ -68,7 +68,7 @@ hu:table
playlistListWindow:table playlistListWindow:table
{ {
windowTitle:string { "LiveSupport Műsorszerkesztő ablak" } windowTitle:string { "Campcaster Műsorszerkesztő ablak" }
listBoxLabel { "Műsorok" } listBoxLabel { "Műsorok" }
detailBoxLabel { "Műsor adatai" } detailBoxLabel { "Műsor adatai" }
@ -106,7 +106,7 @@ hu:table
simplePlaylistManagementWindow:table simplePlaylistManagementWindow:table
{ {
windowTitle:string { "LiveSupport Egyszerű műsorszerkesztő ablak" } windowTitle:string { "Campcaster Egyszerű műsorszerkesztő ablak" }
startColumnLabel:string { "kezdet" } startColumnLabel:string { "kezdet" }
titleColumnLabel:string { "cím" } titleColumnLabel:string { "cím" }
@ -122,7 +122,7 @@ hu:table
schedulerWindow:table schedulerWindow:table
{ {
windowTitle:string { "LiveSupport Időzítő Ablak" } windowTitle:string { "Campcaster Időzítő Ablak" }
startColumnLabel:string { "kezdet" } startColumnLabel:string { "kezdet" }
titleColumnLabel:string { "cím" } titleColumnLabel:string { "cím" }
@ -134,7 +134,7 @@ hu:table
schedulePlaylistWindow:table schedulePlaylistWindow:table
{ {
windowTitle:string { "LiveSupport Műsoridőzítő ablak" } windowTitle:string { "Campcaster Műsoridőzítő ablak" }
hourLabel:string { "óra: " } hourLabel:string { "óra: " }
minuteLabel:string { "perc: " } minuteLabel:string { "perc: " }
@ -144,7 +144,7 @@ hu:table
searchWindow:table searchWindow:table
{ {
windowTitle:string { "LiveSupport Keresés Ablak" } windowTitle:string { "Campcaster Keresés Ablak" }
simpleSearchTab:string { "Keresés" } simpleSearchTab:string { "Keresés" }
advancedSearchTab:string { "Összetett keresés" } advancedSearchTab:string { "Összetett keresés" }
@ -152,12 +152,12 @@ hu:table
searchByTextLabel:string { "Keresési feltétel:" } searchByTextLabel:string { "Keresési feltétel:" }
searchButtonLabel:string { "Keress!" } searchButtonLabel:string { "Keress!" }
typeColumnLabel:string { "Típus" } typeColumnLabel:string { "Típus" }
titleColumnLabel:string { "Cím" } titleColumnLabel:string { "Cím" }
creatorColumnLabel:string { "Előadó" } creatorColumnLabel:string { "Előadó" }
lengthColumnLabel:string { "Hossz" } lengthColumnLabel:string { "Hossz" }
partialOperatorDisplay:string { "része" } partialOperatorDisplay:string { "része" }
prefixOperatorDisplay:string { "kezdete" } prefixOperatorDisplay:string { "kezdete" }
=OperatorDisplay:string { "=" } =OperatorDisplay:string { "=" }
@ -165,15 +165,15 @@ hu:table
>=OperatorDisplay:string { ">=" } >=OperatorDisplay:string { ">=" }
allStringForBrowse { "--- minden ---" } allStringForBrowse { "--- minden ---" }
addToScratchpadMenuItem:string { "_Hasznos csuporba betenni" } addToScratchpadMenuItem:string { "_Hasznos csuporba betenni" }
addToLiveModeMenuItem:string { "Élő _adásba" } addToLiveModeMenuItem:string { "Élő _adásba" }
} }
liveModeWindow:table liveModeWindow:table
{ {
windowTitle:string { "LiveSupport Élő adás ablak" } windowTitle:string { "Campcaster Élő adás ablak" }
cueMenuItem:string { "_Belehallgatni" } cueMenuItem:string { "_Belehallgatni" }
upMenuItem:string { "_Fel" } upMenuItem:string { "_Fel" }
downMenuItem:string { "_Le" } downMenuItem:string { "_Le" }

View file

@ -1,6 +1,6 @@
nl:table nl:table
{ {
windowTitle:string { "LiveSupport Master Panel" } windowTitle:string { "Campcaster Master Panel" }
notLoggedInMsg:string { "Niet aangemeld" } notLoggedInMsg:string { "Niet aangemeld" }
loggedInMsg:string { "Aangemeld als {0}" } loggedInMsg:string { "Aangemeld als {0}" }
loginButtonLabel:string { "aanmelden" } loginButtonLabel:string { "aanmelden" }
@ -31,7 +31,7 @@ nl:table
audioClipListWindow:table audioClipListWindow:table
{ {
windowTitle:string { "LiveSupport Audio Clip window" } windowTitle:string { "Campcaster Audio Clip window" }
idColumnLabel:string { "id" } idColumnLabel:string { "id" }
lengthColumnLabel:string { "lengte" } lengthColumnLabel:string { "lengte" }
@ -43,7 +43,7 @@ nl:table
scratchpadWindow:table scratchpadWindow:table
{ {
windowTitle:string { "LiveSupport Scratchpad" } windowTitle:string { "Campcaster Scratchpad" }
typeColumnLabel:string { "Type" } typeColumnLabel:string { "Type" }
titleColumnLabel:string { "Titel" } titleColumnLabel:string { "Titel" }
@ -62,7 +62,7 @@ nl:table
playlistListWindow:table playlistListWindow:table
{ {
windowTitle:string { "LiveSupport Playlist window" } windowTitle:string { "Campcaster Playlist window" }
listBoxLabel { "Playlists" } listBoxLabel { "Playlists" }
detailBoxLabel { "Playlist details" } detailBoxLabel { "Playlist details" }
@ -100,7 +100,7 @@ nl:table
simplePlaylistManagementWindow:table simplePlaylistManagementWindow:table
{ {
windowTitle:string { "LiveSupport Playlist beheer window" } windowTitle:string { "Campcaster Playlist beheer window" }
startColumnLabel:string { "start" } startColumnLabel:string { "start" }
titleColumnLabel:string { "titel" } titleColumnLabel:string { "titel" }
@ -116,7 +116,7 @@ nl:table
schedulerWindow:table schedulerWindow:table
{ {
windowTitle:string { "LiveSupport Scheduler window" } windowTitle:string { "Campcaster Scheduler window" }
startColumnLabel:string { "start" } startColumnLabel:string { "start" }
titleColumnLabel:string { "titel" } titleColumnLabel:string { "titel" }
@ -129,7 +129,7 @@ nl:table
schedulePlaylistWindow:table schedulePlaylistWindow:table
{ {
windowTitle:string { "LiveSupport Schedule Playlist window" } windowTitle:string { "Campcaster Schedule Playlist window" }
hourLabel:string { "uur: " } hourLabel:string { "uur: " }
minuteLabel:string { "minuten: " } minuteLabel:string { "minuten: " }
@ -139,45 +139,45 @@ nl:table
searchWindow:table searchWindow:table
{ {
windowTitle:string { "LiveSupport zoeken/bladeren window" } windowTitle:string { "Campcaster zoeken/bladeren window" }
simpleSearchTab:string { "Zoeken" } simpleSearchTab:string { "Zoeken" }
advancedSearchTab:string { "Geadvanceerd" } advancedSearchTab:string { "Geadvanceerd" }
browseTab:string { "Bladeren" } browseTab:string { "Bladeren" }
searchByTextLabel:string { "Zoeken met" } searchByTextLabel:string { "Zoeken met" }
searchButtonLabel:string { "Zoeken" } searchButtonLabel:string { "Zoeken" }
typeColumnLabel:string { "Type" } typeColumnLabel:string { "Type" }
titleColumnLabel:string { "Titel" } titleColumnLabel:string { "Titel" }
creatorColumnLabel:string { "Maker" } creatorColumnLabel:string { "Maker" }
lengthColumnLabel:string { "Lengte" } lengthColumnLabel:string { "Lengte" }
partialOperatorDisplay:string { "contains" } partialOperatorDisplay:string { "contains" }
prefixOperatorDisplay:string { "start met" } prefixOperatorDisplay:string { "start met" }
=OperatorDisplay:string { "gelijk aan" } =OperatorDisplay:string { "gelijk aan" }
<=OperatorDisplay:string { "<=" } <=OperatorDisplay:string { "<=" }
>=OperatorDisplay:string { ">=" } >=OperatorDisplay:string { ">=" }
allStringForBrowse { "--- alle ---" } allStringForBrowse { "--- alle ---" }
addToScratchpadMenuItem:string { "Toevoegen aan _Scratchpad" } addToScratchpadMenuItem:string { "Toevoegen aan _Scratchpad" }
addToLiveModeMenuItem:string { "Toevoegen aan _Live Mode" } addToLiveModeMenuItem:string { "Toevoegen aan _Live Mode" }
} }
liveModeWindow:table liveModeWindow:table
{ {
windowTitle:string { "LiveSupport Live Mode window" } windowTitle:string { "Campcaster Live Mode window" }
cueMenuItem:string { "_Cue" } cueMenuItem:string { "_Cue" }
upMenuItem:string { "Naar B_oven" } upMenuItem:string { "Naar B_oven" }
downMenuItem:string { "Naar B_eneden" } downMenuItem:string { "Naar B_eneden" }
removeMenuItem:string { "_Verwijderen" } removeMenuItem:string { "_Verwijderen" }
playMenuItem:string { "_Play" } playMenuItem:string { "_Play" }
cuePlayerLabel:string { "Cue" } cuePlayerLabel:string { "Cue" }
} }
metadataTypes:table metadataTypes:table
{ {
title:string { "Titel" } title:string { "Titel" }

View file

@ -1,6 +1,6 @@
pl:table pl:table
{ {
windowTitle:string { "LiveSupport - Okno główne" } windowTitle:string { "Campcaster - Okno główne" }
notLoggedInMsg:string { "Nie zalogowany" } notLoggedInMsg:string { "Nie zalogowany" }
loggedInMsg:string { "Zalogowany jako {0}" } loggedInMsg:string { "Zalogowany jako {0}" }
loginButtonLabel:string { "Zaloguj" } loginButtonLabel:string { "Zaloguj" }
@ -20,7 +20,7 @@ pl:table
elapsedTimeLabel:string { "minęło" } elapsedTimeLabel:string { "minęło" }
remainingTimeLabel:string { "zostało" } remainingTimeLabel:string { "zostało" }
localeNotAvailableMsg:string { "Język {0} nie jest dostępny" } localeNotAvailableMsg:string { "Język {0} nie jest dostępny" }
schedulerNotReachableMsg:string { "Serwer programacji nie jest dostępny" } schedulerNotReachableMsg:string { "Serwer programacji nie jest dostępny" }
storageNotReachableMsg:string { "Serwer plików nie jest dostępny" } storageNotReachableMsg:string { "Serwer plików nie jest dostępny" }
@ -41,7 +41,7 @@ pl:table
audioClipListWindow:table audioClipListWindow:table
{ {
windowTitle:string { "LiveSupport - Okno utworu" } windowTitle:string { "Campcaster - Okno utworu" }
idColumnLabel:string { "id" } idColumnLabel:string { "id" }
lengthColumnLabel:string { "długość" } lengthColumnLabel:string { "długość" }
@ -53,7 +53,7 @@ pl:table
scratchpadWindow:table scratchpadWindow:table
{ {
windowTitle:string { "LiveSupport - Przybornik" } windowTitle:string { "Campcaster - Przybornik" }
typeColumnLabel:string { "Rodzaj" } typeColumnLabel:string { "Rodzaj" }
titleColumnLabel:string { "Tytuł" } titleColumnLabel:string { "Tytuł" }
@ -73,14 +73,14 @@ pl:table
cueMenuItem:string { "Po_słuchaj" } cueMenuItem:string { "Po_słuchaj" }
addToLiveModeMenuItem:string addToLiveModeMenuItem:string
{ "Dodaj do _Na żywo" } { "Dodaj do _Na żywo" }
cannotEditPlaylistMsg:string cannotEditPlaylistMsg:string
{ "Nie udało się otworzyć listę do edycji." } { "Nie udało się otworzyć listę do edycji." }
} }
playlistListWindow:table playlistListWindow:table
{ {
windowTitle:string { "LiveSupport - Okno listy utworów" } windowTitle:string { "Campcaster - Okno listy utworów" }
listBoxLabel { "Listy utworów" } listBoxLabel { "Listy utworów" }
detailBoxLabel { "Szczegóły" } detailBoxLabel { "Szczegóły" }
@ -104,7 +104,7 @@ pl:table
mainSectionLabel:string { "Start" } mainSectionLabel:string { "Start" }
musicSectionLabel:string { "Muzyka" } musicSectionLabel:string { "Muzyka" }
voiceSectionLabel:string { "Audycja" } voiceSectionLabel:string { "Audycja" }
lengthLabel:string { "Długość" } lengthLabel:string { "Długość" }
uploadButtonLabel:string { "Załaduj" } uploadButtonLabel:string { "Załaduj" }
@ -114,7 +114,7 @@ pl:table
{ "Wybierz plik" } { "Wybierz plik" }
clipUploadedMsg:string { "Plik ''{0}'' został załadowany." } clipUploadedMsg:string { "Plik ''{0}'' został załadowany." }
couldNotOpenFileMsg:string { "Nie udało się otworzyć pliku." } couldNotOpenFileMsg:string { "Nie udało się otworzyć pliku." }
couldNotReadLengthMsg:string couldNotReadLengthMsg:string
{ "Nie udało się ustalić długość pliku." } { "Nie udało się ustalić długość pliku." }
unsupportedFileTypeMsg:string unsupportedFileTypeMsg:string
{ "To rozszerzenie nie jest obsługiwane." } { "To rozszerzenie nie jest obsługiwane." }
@ -123,7 +123,7 @@ pl:table
simplePlaylistManagementWindow:table simplePlaylistManagementWindow:table
{ {
windowTitle:string { "LiveSupport - Zarządzanie listą utworów" } windowTitle:string { "Campcaster - Zarządzanie listą utworów" }
startColumnLabel:string { "Początek" } startColumnLabel:string { "Początek" }
titleColumnLabel:string { "Tytuł" } titleColumnLabel:string { "Tytuł" }
@ -133,10 +133,10 @@ pl:table
nameLabel:string { "Nazwa" } nameLabel:string { "Nazwa" }
saveButtonLabel:string { "Zapisz" } saveButtonLabel:string { "Zapisz" }
closeButtonLabel:string { "Zamknij" } closeButtonLabel:string { "Zamknij" }
lockFadesCheckButtonLabel:string lockFadesCheckButtonLabel:string
{ "Zablokuj zakończenie do następnego wprowadzenia" } { "Zablokuj zakończenie do następnego wprowadzenia" }
statusBar:string { "pasek stanu" } statusBar:string { "pasek stanu" }
upMenuItem:string { "Do _Góry" } upMenuItem:string { "Do _Góry" }
downMenuItem:string { "Do D_ołu" } downMenuItem:string { "Do D_ołu" }
removeMenuItem:string { "_Usuń" } removeMenuItem:string { "_Usuń" }
@ -149,7 +149,7 @@ pl:table
schedulerWindow:table schedulerWindow:table
{ {
windowTitle:string { "LiveSupport - Okno programacji" } windowTitle:string { "Campcaster - Okno programacji" }
startColumnLabel:string { "Początek" } startColumnLabel:string { "Początek" }
titleColumnLabel:string { "tytuł" } titleColumnLabel:string { "tytuł" }
@ -162,7 +162,7 @@ pl:table
schedulePlaylistWindow:table schedulePlaylistWindow:table
{ {
windowTitle:string { "LiveSupport - Programacja listy utworów" } windowTitle:string { "Campcaster - Programacja listy utworów" }
hourLabel:string { "godzina: " } hourLabel:string { "godzina: " }
minuteLabel:string { "minuta: " } minuteLabel:string { "minuta: " }
@ -172,20 +172,20 @@ pl:table
searchWindow:table searchWindow:table
{ {
windowTitle:string { "LiveSupport - Szukaj / Przeglądaj" } windowTitle:string { "Campcaster - Szukaj / Przeglądaj" }
simpleSearchTab:string { "Szukaj" } simpleSearchTab:string { "Szukaj" }
advancedSearchTab:string { "Szukanie zaawansowane" } advancedSearchTab:string { "Szukanie zaawansowane" }
browseTab:string { "Przeglądaj" } browseTab:string { "Przeglądaj" }
searchByTextLabel:string { "Szukaj po" } searchByTextLabel:string { "Szukaj po" }
searchButtonLabel:string { "Szukaj" } searchButtonLabel:string { "Szukaj" }
typeColumnLabel:string { "Rodzaj" } typeColumnLabel:string { "Rodzaj" }
titleColumnLabel:string { "Tytuł" } titleColumnLabel:string { "Tytuł" }
creatorColumnLabel:string { "Autor" } creatorColumnLabel:string { "Autor" }
lengthColumnLabel:string { "Długość" } lengthColumnLabel:string { "Długość" }
partialOperatorDisplay:string partialOperatorDisplay:string
{ "zawiera" } { "zawiera" }
prefixOperatorDisplay:string prefixOperatorDisplay:string
@ -193,9 +193,9 @@ pl:table
=OperatorDisplay:string { "równa się" } =OperatorDisplay:string { "równa się" }
<=OperatorDisplay:string { "<=" } <=OperatorDisplay:string { "<=" }
>=OperatorDisplay:string { ">=" } >=OperatorDisplay:string { ">=" }
allStringForBrowse { "--- wszystko ---" } allStringForBrowse { "--- wszystko ---" }
addToScratchpadMenuItem:string addToScratchpadMenuItem:string
{ "_Dodaj do przybornika" } { "_Dodaj do przybornika" }
addToLiveModeMenuItem:string addToLiveModeMenuItem:string
@ -204,17 +204,17 @@ pl:table
liveModeWindow:table liveModeWindow:table
{ {
windowTitle:string { "LiveSupport - Na żywo" } windowTitle:string { "Campcaster - Na żywo" }
cueMenuItem:string { "Po_słuchaj" } cueMenuItem:string { "Po_słuchaj" }
upMenuItem:string { "Do _Góry" } upMenuItem:string { "Do _Góry" }
downMenuItem:string { "Do D_ołu" } downMenuItem:string { "Do D_ołu" }
removeMenuItem:string { "_Usuń" } removeMenuItem:string { "_Usuń" }
playMenuItem:string { "_Zagraj" } playMenuItem:string { "_Zagraj" }
cuePlayerLabel:string { "Podgląd" } cuePlayerLabel:string { "Podgląd" }
} }
metadataTypes:table metadataTypes:table
{ {
title:string { "Tytuł" } title:string { "Tytuł" }

View file

@ -20,7 +20,7 @@ root:table
elapsedTimeLabel:string { "elapsed" } elapsedTimeLabel:string { "elapsed" }
remainingTimeLabel:string { "remaining" } remainingTimeLabel:string { "remaining" }
localeNotAvailableMsg:string { "Locale {0} is not available." } localeNotAvailableMsg:string { "Locale {0} is not available." }
schedulerNotReachableMsg:string { "The scheduler server is not available." } schedulerNotReachableMsg:string { "The scheduler server is not available." }
storageNotReachableMsg:string { "The storage server is not available." } storageNotReachableMsg:string { "The storage server is not available." }
@ -36,7 +36,7 @@ root:table
{ {
windowTitle:string { "Master Panel" } windowTitle:string { "Master Panel" }
} }
loginWindow:table loginWindow:table
{ {
windowTitle:string { "Login" } windowTitle:string { "Login" }
@ -45,7 +45,7 @@ root:table
passwordLabel:string { "Password:" } passwordLabel:string { "Password:" }
okButtonLabel:string { "OK" } okButtonLabel:string { "OK" }
cancelButtonLabel:string { "Cancel" } cancelButtonLabel:string { "Cancel" }
pleaseWaitMsg:string { "Logging in, please wait." } pleaseWaitMsg:string { "Logging in, please wait." }
} }
@ -82,7 +82,7 @@ root:table
addToLiveModeMenuItem:string { "Add To _Live Mode" } addToLiveModeMenuItem:string { "Add To _Live Mode" }
exportPlaylistMenuItem:string { "E_xport Playlist" } exportPlaylistMenuItem:string { "E_xport Playlist" }
uploadToHubMenuItem:string { "Upload to the network hub" } uploadToHubMenuItem:string { "Upload to the network hub" }
cannotEditPlaylistMsg:string cannotEditPlaylistMsg:string
{ "Could not open playlist for editing." } { "Could not open playlist for editing." }
} }
@ -113,7 +113,7 @@ root:table
mainSectionLabel:string { "Main" } mainSectionLabel:string { "Main" }
musicSectionLabel:string { "Music" } musicSectionLabel:string { "Music" }
voiceSectionLabel:string { "Voice" } voiceSectionLabel:string { "Voice" }
lengthLabel:string { "Duration" } lengthLabel:string { "Duration" }
uploadButtonLabel:string { "Upload" } uploadButtonLabel:string { "Upload" }
@ -123,7 +123,7 @@ root:table
{ "Open File" } { "Open File" }
fileUploadedMsg:string { "Uploaded ''{0}''." } fileUploadedMsg:string { "Uploaded ''{0}''." }
couldNotOpenFileMsg:string { "The file could not be opened." } couldNotOpenFileMsg:string { "The file could not be opened." }
couldNotReadLengthMsg:string couldNotReadLengthMsg:string
{ "Could not determine audio clip length." } { "Could not determine audio clip length." }
unsupportedFileTypeMsg:string unsupportedFileTypeMsg:string
{ "Unsupported file type." } { "Unsupported file type." }
@ -143,10 +143,10 @@ root:table
nameLabel:string { "Name" } nameLabel:string { "Name" }
saveButtonLabel:string { "Save" } saveButtonLabel:string { "Save" }
closeButtonLabel:string { "Close" } closeButtonLabel:string { "Close" }
lockFadesCheckButtonLabel:string lockFadesCheckButtonLabel:string
{ "Lock fade-out to following fade-in" } { "Lock fade-out to following fade-in" }
statusBar:string { "status bar" } statusBar:string { "status bar" }
upMenuItem:string { "Move _Up" } upMenuItem:string { "Move _Up" }
downMenuItem:string { "Move D_own" } downMenuItem:string { "Move D_own" }
removeMenuItem:string { "_Remove" } removeMenuItem:string { "_Remove" }
@ -160,7 +160,7 @@ root:table
schedulerWindow:table schedulerWindow:table
{ {
windowTitle:string { "Scheduler" } windowTitle:string { "Scheduler" }
scheduleTab:string { "Schedule" } scheduleTab:string { "Schedule" }
statusTab:string { "Status" } statusTab:string { "Status" }
@ -168,12 +168,12 @@ root:table
titleColumnLabel:string { "title" } titleColumnLabel:string { "title" }
endColumnLabel:string { "end" } endColumnLabel:string { "end" }
deleteMenuItem:string { "_Delete" } deleteMenuItem:string { "_Delete" }
stopCurrentlyPlayingText:string stopCurrentlyPlayingText:string
{ "Currently playing in scheduler:" } { "Currently playing in scheduler:" }
stopCurrentlyPlayingButtonLabel:string { "Stop" } stopCurrentlyPlayingButtonLabel:string { "Stop" }
stopCurrentlyPlayingDialogMsg:string { "Are you sure?" } stopCurrentlyPlayingDialogMsg:string { "Are you sure?" }
closeButtonLabel:string { "Close" } closeButtonLabel:string { "Close" }
} }
@ -190,7 +190,7 @@ root:table
searchWindow:table searchWindow:table
{ {
windowTitle:string { "Search/Browse" } windowTitle:string { "Search/Browse" }
searchWhereLabel:string { "Search or browse on: " } searchWhereLabel:string { "Search or browse on: " }
searchWhereLocal:string { "local storage" } searchWhereLocal:string { "local storage" }
searchWhereRemote:string { "network hub" } searchWhereRemote:string { "network hub" }
@ -199,22 +199,22 @@ root:table
advancedSearchTab:string { "Advanced Search" } advancedSearchTab:string { "Advanced Search" }
browseTab:string { "Browse" } browseTab:string { "Browse" }
transportsTab:string { "Transfers" } transportsTab:string { "Transfers" }
searchButtonLabel:string { "Search" } searchButtonLabel:string { "Search" }
typeColumnLabel:string { "Type" } typeColumnLabel:string { "Type" }
titleColumnLabel:string { "Title" } titleColumnLabel:string { "Title" }
creatorColumnLabel:string { "Creator" } creatorColumnLabel:string { "Creator" }
lengthColumnLabel:string { "Length" } lengthColumnLabel:string { "Length" }
allStringForBrowse { "--- all ---" } allStringForBrowse { "--- all ---" }
addToScratchpadMenuItem:string { "_Add To Scratchpad" } addToScratchpadMenuItem:string { "_Add To Scratchpad" }
addToLiveModeMenuItem:string { "Add To _Live Mode" } addToLiveModeMenuItem:string { "Add To _Live Mode" }
exportPlaylistMenuItem:string { "E_xport Playlist" } exportPlaylistMenuItem:string { "E_xport Playlist" }
uploadToHubMenuItem:string { "Upload to the network hub" } uploadToHubMenuItem:string { "Upload to the network hub" }
downloadFromHubMenuItem:string { "Download from the network hub" } downloadFromHubMenuItem:string { "Download from the network hub" }
pleaseWaitMsg:string { "Please wait..." } pleaseWaitMsg:string { "Please wait..." }
shortErrorMsg:string { "Search failed." } shortErrorMsg:string { "Search failed." }
longErrorMsg:string { "Search failed: {0}." } longErrorMsg:string { "Search failed: {0}." }
@ -222,15 +222,15 @@ root:table
downloadFromHubErrorMsg:string { "Downloading from hub failed: {0}." } downloadFromHubErrorMsg:string { "Downloading from hub failed: {0}." }
nothingFoundMsg:string { "No files found." } nothingFoundMsg:string { "No files found." }
} }
advancedSearchEntry:table { advancedSearchEntry:table {
fileTypeTextLabel:string { "File types" } fileTypeTextLabel:string { "File types" }
allFileType:string { "all" } allFileType:string { "all" }
audioClipFileType:string { "audio clips" } audioClipFileType:string { "audio clips" }
playlistFileType:string { "playlists" } playlistFileType:string { "playlists" }
searchByTextLabel:string { "Search by" } searchByTextLabel:string { "Search by" }
partialOperatorDisplay:string partialOperatorDisplay:string
{ "contains" } { "contains" }
prefixOperatorDisplay:string prefixOperatorDisplay:string
@ -238,12 +238,12 @@ root:table
=OperatorDisplay:string { "equals" } =OperatorDisplay:string { "equals" }
<=OperatorDisplay:string { "<=" } <=OperatorDisplay:string { "<=" }
>=OperatorDisplay:string { ">=" } >=OperatorDisplay:string { ">=" }
} }
liveModeWindow:table liveModeWindow:table
{ {
windowTitle:string { "Live Mode" } windowTitle:string { "Live Mode" }
cueMenuItem:string { "Pre_view" } cueMenuItem:string { "Pre_view" }
upMenuItem:string { "Move _Up" } upMenuItem:string { "Move _Up" }
downMenuItem:string { "Move D_own" } downMenuItem:string { "Move D_own" }
@ -251,19 +251,19 @@ root:table
playMenuItem:string { "_Play" } playMenuItem:string { "_Play" }
exportPlaylistMenuItem:string { "E_xport Playlist" } exportPlaylistMenuItem:string { "E_xport Playlist" }
uploadToHubMenuItem:string { "Upload to the network hub" } uploadToHubMenuItem:string { "Upload to the network hub" }
cuePlayerLabel:string { "Preview" } cuePlayerLabel:string { "Preview" }
} }
optionsWindow:table optionsWindow:table
{ {
windowTitle:string { "Options" } windowTitle:string { "Options" }
needToRestartMsg:string { "You will need to restart the " needToRestartMsg:string { "You will need to restart the "
"application\nfor the new settings " "application\nfor the new settings "
"to take effect." } "to take effect." }
errorMsg:string { "Could not save the options: " } errorMsg:string { "Could not save the options: " }
soundSectionLabel:string { "Sound" } soundSectionLabel:string { "Sound" }
keyBindingsSectionLabel:string { "Keyboard Shortcuts" } keyBindingsSectionLabel:string { "Keyboard Shortcuts" }
serversSectionLabel:string { "Servers" } serversSectionLabel:string { "Servers" }
@ -274,11 +274,11 @@ root:table
cancelButtonLabel:string { "Cancel" } cancelButtonLabel:string { "Cancel" }
applyButtonLabel:string { "Apply" } applyButtonLabel:string { "Apply" }
okButtonLabel:string { "OK" } okButtonLabel:string { "OK" }
cueDeviceLabel:string { "Cue audio device:" } cueDeviceLabel:string { "Cue audio device:" }
outputDeviceLabel:string { "Live Mode audio device:" } outputDeviceLabel:string { "Live Mode audio device:" }
testButtonLabel:string { "Test" } testButtonLabel:string { "Test" }
pressAKeyMsg:string { "Press a key..." } pressAKeyMsg:string { "Press a key..." }
keyBindingsInstructionsText:string keyBindingsInstructionsText:string
{ "Double-click on the shortcut you want " { "Double-click on the shortcut you want "
@ -287,20 +287,20 @@ root:table
"shortcut\n" "shortcut\n"
"(or press the Escape key to cancel " "(or press the Escape key to cancel "
"the operation)." } "the operation)." }
authenticationLabel:string { "Authentication server" } authenticationLabel:string { "Authentication server" }
storageLabel:string { "Storage server" } storageLabel:string { "Storage server" }
schedulerLabel:string { "Scheduler server" } schedulerLabel:string { "Scheduler server" }
serverLabel:string { "address:" } serverLabel:string { "address:" }
portLabel:string { "port:" } portLabel:string { "port:" }
pathLabel:string { "path:" } pathLabel:string { "path:" }
schedulerStatusText:string { "The scheduler is" } schedulerStatusText:string { "The scheduler is" }
schedulerRunningStatus:string { "running." } schedulerRunningStatus:string { "running." }
schedulerStoppedStatus:string { "stopped." } schedulerStoppedStatus:string { "stopped." }
schedulerStartButtonLabel:string { "Start" } schedulerStartButtonLabel:string { "Start" }
schedulerStopButtonLabel:string { "Stop" } schedulerStopButtonLabel:string { "Stop" }
reportBugsToText:string { "Report bugs to: {0}" } reportBugsToText:string { "Report bugs to: {0}" }
} }
@ -309,22 +309,22 @@ root:table
workingStatus:string { "in progress" } workingStatus:string { "in progress" }
successStatus:string { "ready" } successStatus:string { "ready" }
faultStatus:string { "error: {0}" } faultStatus:string { "error: {0}" }
titleColumnLabel:string { "Title" } titleColumnLabel:string { "Title" }
dateColumnLabel:string { "Date" } dateColumnLabel:string { "Date" }
statusColumnLabel:string { "Status" } statusColumnLabel:string { "Status" }
mtimeTextLabel:string { "Modified since:" } mtimeTextLabel:string { "Modified since:" }
chooseTimeButtonLabel:string { "Choose time" } chooseTimeButtonLabel:string { "Choose time" }
resetTimeButtonLabel:string { "Reset" } resetTimeButtonLabel:string { "Reset" }
backupButtonLabel:string { "Backup" } backupButtonLabel:string { "Backup" }
deleteButtonLabel:string { "Delete" } deleteButtonLabel:string { "Delete" }
saveButtonLabel:string { "Save" } saveButtonLabel:string { "Save" }
backupTitleLabel:string { "Title" } backupTitleLabel:string { "Title" }
defaultBackupTitle:string { "new backup" } defaultBackupTitle:string { "new backup" }
fileChooserDialogTitle:string { "Save File" } fileChooserDialogTitle:string { "Save File" }
backupErrorMsg:string { "Backup error: " } backupErrorMsg:string { "Backup error: " }
} }
@ -332,10 +332,10 @@ root:table
dateTimeChooserWindow:table dateTimeChooserWindow:table
{ {
windowTitle:string { "Select the date and time" } windowTitle:string { "Select the date and time" }
cancelButtonLabel:string { "Cancel" } cancelButtonLabel:string { "Cancel" }
okButtonLabel:string { "OK" } okButtonLabel:string { "OK" }
hourLabel:string { "hour:" } hourLabel:string { "hour:" }
minuteLabel:string { "minute:" } minuteLabel:string { "minute:" }
} }
@ -343,18 +343,18 @@ root:table
exportPlaylistWindow:table exportPlaylistWindow:table
{ {
windowTitle:string { "Export Playlist" } windowTitle:string { "Export Playlist" }
playlistTitleLabel:string { "Title:" } playlistTitleLabel:string { "Title:" }
formatLabel:string { "Export as:" } formatLabel:string { "Export as:" }
cancelButtonLabel:string { "Cancel" } cancelButtonLabel:string { "Cancel" }
saveButtonLabel:string { "Save" } saveButtonLabel:string { "Save" }
internalFormatName:string { "LiveSupport archive" } internalFormatName:string { "Campcaster archive" }
smilFormatName:string { "tar containing a SMIL" } smilFormatName:string { "tar containing a SMIL" }
fileChooserDialogTitle:string { "Save File" } fileChooserDialogTitle:string { "Save File" }
createExportErrorMsg:string { "Could not export the playlist:" } createExportErrorMsg:string { "Could not export the playlist:" }
saveExportErrorMsg:string { "Could not save the exported playlist." } saveExportErrorMsg:string { "Could not save the exported playlist." }
} }
@ -364,17 +364,17 @@ root:table
workingStatus:string { "in progress" } workingStatus:string { "in progress" }
successStatus:string { "ready" } successStatus:string { "ready" }
faultStatus:string { "error: {0}" } faultStatus:string { "error: {0}" }
titleColumnLabel:string { "Title" } titleColumnLabel:string { "Title" }
dateColumnLabel:string { "Date" } dateColumnLabel:string { "Date" }
statusColumnLabel:string { "Status" } statusColumnLabel:string { "Status" }
cancelUploadMenuItem:string { "Cancel upload" } cancelUploadMenuItem:string { "Cancel upload" }
cancelDownloadMenuItem:string { "Cancel download" } cancelDownloadMenuItem:string { "Cancel download" }
cannotCancelTransportMsg:string { "Canceling failed: {0}." } cannotCancelTransportMsg:string { "Canceling failed: {0}." }
} }
restoreBackupWindow:table restoreBackupWindow:table
{ {
windowTitle:string { "Restore Backup" } windowTitle:string { "Restore Backup" }
@ -427,7 +427,7 @@ root:table
report_organizations:string { "Report organizations" } report_organizations:string { "Report organizations" }
subject { "Subject" } subject { "Subject" }
} }
keyboardShortcuts:table keyboardShortcuts:table
{ {
playAudio:string { Play } playAudio:string { Play }

View file

@ -1,6 +1,6 @@
sr_CS:table sr_CS:table
{ {
windowTitle:string { "LiveSupport Master Panel" } windowTitle:string { "Campcaster Master Panel" }
notLoggedInMsg:string { "Niste prijavljeni" } notLoggedInMsg:string { "Niste prijavljeni" }
loggedInMsg:string { "Prijavljeni ste kao {0}" } loggedInMsg:string { "Prijavljeni ste kao {0}" }
loginButtonLabel:string { "Prijava" } loginButtonLabel:string { "Prijava" }
@ -31,7 +31,7 @@ sr_CS:table
audioClipListWindow:table audioClipListWindow:table
{ {
windowTitle:string { "LiveSupport Audio Klipovi" } windowTitle:string { "Campcaster Audio Klipovi" }
idColumnLabel:string { "id" } idColumnLabel:string { "id" }
lengthColumnLabel:string { "dužina" } lengthColumnLabel:string { "dužina" }
@ -43,7 +43,7 @@ sr_CS:table
scratchpadWindow:table scratchpadWindow:table
{ {
windowTitle:string { "LiveSupport Priprema" } windowTitle:string { "Campcaster Priprema" }
typeColumnLabel:string { "Tip" } typeColumnLabel:string { "Tip" }
titleColumnLabel:string { "Naslov" } titleColumnLabel:string { "Naslov" }
@ -62,7 +62,7 @@ sr_CS:table
playlistListWindow:table playlistListWindow:table
{ {
windowTitle:string { "LiveSupport Plej lista" } windowTitle:string { "Campcaster Plej lista" }
listBoxLabel { "Plej liste" } listBoxLabel { "Plej liste" }
detailBoxLabel { "Detalji plej liste" } detailBoxLabel { "Detalji plej liste" }
@ -100,7 +100,7 @@ sr_CS:table
simplePlaylistManagementWindow:table simplePlaylistManagementWindow:table
{ {
windowTitle:string { "LiveSupport Jednostavno upravljanje plej listom" } windowTitle:string { "Campcaster Jednostavno upravljanje plej listom" }
startColumnLabel:string { "počni" } startColumnLabel:string { "počni" }
titleColumnLabel:string { "naslov" } titleColumnLabel:string { "naslov" }
@ -116,7 +116,7 @@ sr_CS:table
schedulerWindow:table schedulerWindow:table
{ {
windowTitle:string { "LiveSupport Raspored" } windowTitle:string { "Campcaster Raspored" }
startColumnLabel:string { "početak" } startColumnLabel:string { "početak" }
titleColumnLabel:string { "naziv" } titleColumnLabel:string { "naziv" }
@ -129,7 +129,7 @@ sr_CS:table
schedulePlaylistWindow:table schedulePlaylistWindow:table
{ {
windowTitle:string { "LiveSupport Programiranje Plej Liste" } windowTitle:string { "Campcaster Programiranje Plej Liste" }
hourLabel:string { "sat: " } hourLabel:string { "sat: " }
minuteLabel:string { "minut: " } minuteLabel:string { "minut: " }
@ -139,45 +139,45 @@ sr_CS:table
searchWindow:table searchWindow:table
{ {
windowTitle:string { "LiveSupport Pretraga/Pregled" } windowTitle:string { "Campcaster Pretraga/Pregled" }
simpleSearchTab:string { "Pretraga" } simpleSearchTab:string { "Pretraga" }
advancedSearchTab:string { "Napredna pretraga" } advancedSearchTab:string { "Napredna pretraga" }
browseTab:string { "Pregled" } browseTab:string { "Pregled" }
searchByTextLabel:string { "Traži po" } searchByTextLabel:string { "Traži po" }
searchButtonLabel:string { "Pretraži" } searchButtonLabel:string { "Pretraži" }
typeColumnLabel:string { "Tip" } typeColumnLabel:string { "Tip" }
titleColumnLabel:string { "Naslov" } titleColumnLabel:string { "Naslov" }
creatorColumnLabel:string { "Autor" } creatorColumnLabel:string { "Autor" }
lengthColumnLabel:string { "Dužina" } lengthColumnLabel:string { "Dužina" }
partialOperatorDisplay:string { "sadrži" } partialOperatorDisplay:string { "sadrži" }
prefixOperatorDisplay:string { "počinje sa" } prefixOperatorDisplay:string { "počinje sa" }
=OperatorDisplay:string { "jednako" } =OperatorDisplay:string { "jednako" }
<=OperatorDisplay:string { "<=" } <=OperatorDisplay:string { "<=" }
>=OperatorDisplay:string { ">=" } >=OperatorDisplay:string { ">=" }
allStringForBrowse { "--- sve ---" } allStringForBrowse { "--- sve ---" }
addToScratchpadMenuItem:string { "Dodaj u Pripremu " } addToScratchpadMenuItem:string { "Dodaj u Pripremu " }
addToLiveModeMenuItem:string { "Dodaj u Program Uživo" } addToLiveModeMenuItem:string { "Dodaj u Program Uživo" }
} }
liveModeWindow:table liveModeWindow:table
{ {
windowTitle:string { "LiveSupport Program Uživo" } windowTitle:string { "Campcaster Program Uživo" }
cueMenuItem:string { "Proba" } cueMenuItem:string { "Proba" }
upMenuItem:string { "Pomeri gore" } upMenuItem:string { "Pomeri gore" }
downMenuItem:string { "Pomeri dole" } downMenuItem:string { "Pomeri dole" }
removeMenuItem:string { "Ukloni" } removeMenuItem:string { "Ukloni" }
playMenuItem:string { "Pusti" } playMenuItem:string { "Pusti" }
cuePlayerLabel:string { "Proba" } cuePlayerLabel:string { "Proba" }
} }
metadataTypes:table metadataTypes:table
{ {
title:string { "Naziv" } title:string { "Naziv" }

View file

@ -1,6 +1,6 @@
sr_CS_CYRILLIC:table sr_CS_CYRILLIC:table
{ {
windowTitle:string { "LiveSupport Maстер Панел" } windowTitle:string { "Campcaster Maстер Панел" }
notLoggedInMsg:string { "Нисте пријављени" } notLoggedInMsg:string { "Нисте пријављени" }
loggedInMsg:string { "Пријављени сте као {0}" } loggedInMsg:string { "Пријављени сте као {0}" }
loginButtonLabel:string { "Пријава" } loginButtonLabel:string { "Пријава" }
@ -31,7 +31,7 @@ sr_CS_CYRILLIC:table
audioClipListWindow:table audioClipListWindow:table
{ {
windowTitle:string { "LiveSupport Аудио Клипови" } windowTitle:string { "Campcaster Аудио Клипови" }
idColumnLabel:string { "ид" } idColumnLabel:string { "ид" }
lengthColumnLabel:string { "дужина" } lengthColumnLabel:string { "дужина" }
@ -43,7 +43,7 @@ sr_CS_CYRILLIC:table
scratchpadWindow:table scratchpadWindow:table
{ {
windowTitle:string { "LiveSupport Припрема" } windowTitle:string { "Campcaster Припрема" }
typeColumnLabel:string { "Тип" } typeColumnLabel:string { "Тип" }
titleColumnLabel:string { "Наслов" } titleColumnLabel:string { "Наслов" }
@ -62,7 +62,7 @@ sr_CS_CYRILLIC:table
playlistListWindow:table playlistListWindow:table
{ {
windowTitle:string { "LiveSupport Плеј Листа" } windowTitle:string { "Campcaster Плеј Листа" }
listBoxLabel { "Плеј листе" } listBoxLabel { "Плеј листе" }
detailBoxLabel { "Детаљи плеј листе" } detailBoxLabel { "Детаљи плеј листе" }
@ -99,7 +99,7 @@ sr_CS_CYRILLIC:table
simplePlaylistManagementWindow:table simplePlaylistManagementWindow:table
{ {
windowTitle:string { "LiveSupport Једноставно управљање плеј листом" } windowTitle:string { "Campcaster Једноставно управљање плеј листом" }
startColumnLabel:string { "почни" } startColumnLabel:string { "почни" }
titleColumnLabel:string { "наслов" } titleColumnLabel:string { "наслов" }
@ -115,7 +115,7 @@ sr_CS_CYRILLIC:table
schedulerWindow:table schedulerWindow:table
{ {
windowTitle:string { "LiveSupport Распоред" } windowTitle:string { "Campcaster Распоред" }
startColumnLabel:string { "почетак" } startColumnLabel:string { "почетак" }
titleColumnLabel:string { "назив" } titleColumnLabel:string { "назив" }
@ -128,7 +128,7 @@ sr_CS_CYRILLIC:table
schedulePlaylistWindow:table schedulePlaylistWindow:table
{ {
windowTitle:string { "LiveSupport Програмирање Плеј листе" } windowTitle:string { "Campcaster Програмирање Плеј листе" }
hourLabel:string { "сат: " } hourLabel:string { "сат: " }
minuteLabel:string { "минут: " } minuteLabel:string { "минут: " }
@ -138,45 +138,45 @@ sr_CS_CYRILLIC:table
searchWindow:table searchWindow:table
{ {
windowTitle:string { "LiveSupport Претрага/Преглед" } windowTitle:string { "Campcaster Претрага/Преглед" }
simpleSearchTab:string { "Претрага" } simpleSearchTab:string { "Претрага" }
advancedSearchTab:string { "Напредна претрага" } advancedSearchTab:string { "Напредна претрага" }
browseTab:string { "Преглед" } browseTab:string { "Преглед" }
searchByTextLabel:string { "Тражи по" } searchByTextLabel:string { "Тражи по" }
searchButtonLabel:string { "Претражи" } searchButtonLabel:string { "Претражи" }
typeColumnLabel:string { "Тип" } typeColumnLabel:string { "Тип" }
titleColumnLabel:string { "Наслов" } titleColumnLabel:string { "Наслов" }
creatorColumnLabel:string { "Аутор" } creatorColumnLabel:string { "Аутор" }
lengthColumnLabel:string { "Дужина" } lengthColumnLabel:string { "Дужина" }
partialOperatorDisplay:string { "садржи" } partialOperatorDisplay:string { "садржи" }
prefixOperatorDisplay:string { "почиње са" } prefixOperatorDisplay:string { "почиње са" }
=OperatorDisplay:string { "једнако" } =OperatorDisplay:string { "једнако" }
<=OperatorDisplay:string { "<=" } <=OperatorDisplay:string { "<=" }
>=OperatorDisplay:string { ">=" } >=OperatorDisplay:string { ">=" }
allStringForBrowse { "--- све ---" } allStringForBrowse { "--- све ---" }
addToScratchpadMenuItem:string { "Додај у Припрему " } addToScratchpadMenuItem:string { "Додај у Припрему " }
addToLiveModeMenuItem:string { "Додај у Програм Уживо" } addToLiveModeMenuItem:string { "Додај у Програм Уживо" }
} }
liveModeWindow:table liveModeWindow:table
{ {
windowTitle:string { "LiveSupport Програм Уживо" } windowTitle:string { "Campcaster Програм Уживо" }
cueMenuItem:string { "Проба" } cueMenuItem:string { "Проба" }
upMenuItem:string { "Помери горе" } upMenuItem:string { "Помери горе" }
downMenuItem:string { "Помери доле" } downMenuItem:string { "Помери доле" }
removeMenuItem:string { "Уклони" } removeMenuItem:string { "Уклони" }
playMenuItem:string { "Пусти" } playMenuItem:string { "Пусти" }
cuePlayerLabel:string { "Проба" } cuePlayerLabel:string { "Проба" }
} }
metadataTypes:table metadataTypes:table
{ {
title:string { "Назив" } title:string { "Назив" }

View file

@ -24,9 +24,9 @@
# Author : $Author$ # Author : $Author$
# Version : $Revision$ # Version : $Revision$
# Location : $URL$ # Location : $URL$
#-------------------------------------------------------------------------------
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
# This script reates the database used by LiveSupport #-------------------------------------------------------------------------------
# This script reates the database used by Campcaster
# #
# Invoke as: # Invoke as:
# ./bin/createDatabase.sh # ./bin/createDatabase.sh
@ -51,17 +51,17 @@ usrdir=$basedir/usr
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
printUsage() printUsage()
{ {
echo "LiveSupport scheduler database creation script."; echo "Campcaster scheduler database creation script.";
echo "parameters"; echo "parameters";
echo ""; echo "";
echo " -D, --database The name of the LiveSupport database."; echo " -D, --database The name of the Campcaster database.";
echo " [default: LiveSupport]"; echo " [default: Campcaster]";
echo " -s, --dbserver The name of the database server host."; echo " -s, --dbserver The name of the database server host.";
echo " [default: localhost]"; echo " [default: localhost]";
echo " -u, --dbuser The name of the database user to access the" echo " -u, --dbuser The name of the database user to access the"
echo " database. [default: livesupport]"; echo " database. [default: campcaster]";
echo " -w, --dbpassword The database user password."; echo " -w, --dbpassword The database user password.";
echo " [default: livesupport]"; echo " [default: campcaster]";
echo " -h, --help Print this message and exit."; echo " -h, --help Print this message and exit.";
echo ""; echo "";
} }
@ -106,18 +106,18 @@ if [ "x$dbserver" == "x" ]; then
fi fi
if [ "x$database" == "x" ]; then if [ "x$database" == "x" ]; then
database=LiveSupport; database=Campcaster;
fi fi
if [ "x$dbuser" == "x" ]; then if [ "x$dbuser" == "x" ]; then
dbuser=livesupport; dbuser=campcaster;
fi fi
if [ "x$dbpassword" == "x" ]; then if [ "x$dbpassword" == "x" ]; then
dbpassword=livesupport; dbpassword=campcaster;
fi fi
echo "Creating database for LiveSupport scheduler."; echo "Creating database for Campcaster scheduler.";
echo ""; echo "";
echo "Using the following parameters:"; echo "Using the following parameters:";
echo ""; echo "";

View file

@ -24,9 +24,9 @@
# Author : $Author$ # Author : $Author$
# Version : $Revision$ # Version : $Revision$
# Location : $URL$ # Location : $URL$
#-------------------------------------------------------------------------------
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
# This script creates the ODBC data source needed for LiveSupport scheduler #-------------------------------------------------------------------------------
# This script creates the ODBC data source needed for Campcaster scheduler
# #
# Invoke as: # Invoke as:
# ./bin/createOdbcDataSource.sh # ./bin/createOdbcDataSource.sh
@ -51,11 +51,11 @@ usrdir=$basedir/usr
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
printUsage() printUsage()
{ {
echo "LiveSupport scheduler ODBC DataSource creating script."; echo "Campcaster scheduler ODBC DataSource creating script.";
echo "parameters"; echo "parameters";
echo ""; echo "";
echo " -D, --database The name of the LiveSupport database."; echo " -D, --database The name of the Campcaster database.";
echo " [default: LiveSupport]"; echo " [default: Campcaster]";
echo " -s, --dbserver The name of the database server host."; echo " -s, --dbserver The name of the database server host.";
echo " [default: localhost]"; echo " [default: localhost]";
echo " -h, --help Print this message and exit."; echo " -h, --help Print this message and exit.";
@ -93,11 +93,11 @@ if [ "x$dbserver" == "x" ]; then
fi fi
if [ "x$database" == "x" ]; then if [ "x$database" == "x" ]; then
database=LiveSupport; database=Campcaster;
fi fi
echo "Creating ODBC data source for LiveSupport scheduler."; echo "Creating ODBC data source for Campcaster scheduler.";
echo ""; echo "";
echo "Using the following installation parameters:"; echo "Using the following installation parameters:";
echo ""; echo "";
@ -179,7 +179,7 @@ if [ "x$odbcinst_res" == "x" ]; then
odbcinst -i -d -v -f $odbcinst_template || exit 1; odbcinst -i -d -v -f $odbcinst_template || exit 1;
fi fi
echo "Registering LiveSupport ODBC data source..."; echo "Registering Campcaster ODBC data source...";
cat $odbc_template | sed -e "$replace_sed_string" > $odbc_template_tmp cat $odbc_template | sed -e "$replace_sed_string" > $odbc_template_tmp
odbcinst -i -s -l -f $odbc_template_tmp || exit 1; odbcinst -i -s -l -f $odbc_template_tmp || exit 1;
rm -f $odbc_template_tmp rm -f $odbc_template_tmp

View file

@ -24,11 +24,11 @@
# Author : $Author$ # Author : $Author$
# Version : $Revision$ # Version : $Revision$
# Location : $URL$ # Location : $URL$
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
# This script generates code coverage data for the module # This script generates code coverage data for the module
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
module="LiveSupport Scheduler" module="Campcaster Scheduler"
reldir=`dirname $0`/.. reldir=`dirname $0`/..
basedir=`cd $reldir; pwd;` basedir=`cd $reldir; pwd;`

View file

@ -26,7 +26,7 @@
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
# System V runlevel style invoke script for the LiveSupport Scheduler # System V runlevel style invoke script for the Campcaster Scheduler
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
@ -57,50 +57,50 @@ mode=$1
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
case "$mode" in case "$mode" in
'start') 'start')
echo "Starting the LiveSupport scheduler..." echo "Starting the Campcaster scheduler..."
$scheduler_exe -c $config_file start $scheduler_exe -c $config_file start
sleep 2 sleep 2
;; ;;
'stop') 'stop')
echo "Stopping the LiveSupport scheduler..." echo "Stopping the Campcaster scheduler..."
$scheduler_exe -c $config_file stop $scheduler_exe -c $config_file stop
sleep 2 sleep 2
;; ;;
'restart') 'restart')
echo "Stopping the LiveSupport scheduler..." echo "Stopping the Campcaster scheduler..."
$scheduler_exe -c $config_file stop $scheduler_exe -c $config_file stop
sleep 2 sleep 2
echo "Starting the LiveSupport scheduler..." echo "Starting the Campcaster scheduler..."
$scheduler_exe -c $config_file start $scheduler_exe -c $config_file start
sleep 2 sleep 2
;; ;;
'status') 'status')
echo "Checking LiveSupport scheduler status..." echo "Checking Campcaster scheduler status..."
$scheduler_exe -c $config_file status $scheduler_exe -c $config_file status
;; ;;
'install') 'install')
echo "Installing LiveSupport scheduler database tables..." echo "Installing Campcaster scheduler database tables..."
$scheduler_exe -c $config_file install $scheduler_exe -c $config_file install
;; ;;
'uninstall') 'uninstall')
echo "Uninstalling LiveSupport scheduler database tables..." echo "Uninstalling Campcaster scheduler database tables..."
$scheduler_exe -c $config_file uninstall $scheduler_exe -c $config_file uninstall
;; ;;
'kill') 'kill')
echo "Killing all LiveSupport scheduler processes..." echo "Killing all Campcaster scheduler processes..."
killall scheduler killall scheduler
sleep 2 sleep 2
killall -9 scheduler killall -9 scheduler
;; ;;
*) *)
echo "LiveSupport scheduler System V runlevel init script." echo "Campcaster scheduler System V runlevel init script."
echo "" echo ""
echo "Usage:" echo "Usage:"
echo " $0 start|stop|restart|status|install|uninstall|kill" echo " $0 start|stop|restart|status|install|uninstall|kill"

View file

@ -24,10 +24,10 @@
# Author : $Author$ # Author : $Author$
# Version : $Revision$ # Version : $Revision$
# Location : $URL$ # Location : $URL$
#-------------------------------------------------------------------------------
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
# Run this script to install PEAR packages needed by LiveSupport locally #-------------------------------------------------------------------------------
# into the Livesupport usr environment. # Run this script to install PEAR packages needed by Campcaster locally
# into the Campcaster usr environment.
# To read more about PEAR, see http://pear.php.net/ # To read more about PEAR, see http://pear.php.net/
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
@ -41,7 +41,7 @@ etcdir=$basedir/etc
srcdir=$basedir/src srcdir=$basedir/src
installdir=$basedir/../../usr installdir=$basedir/../../usr
package="PEAR packages needed by LiveSupport" package="PEAR packages needed by Campcaster"
packages_required=" packages_required="
Archive_Tar Archive_Tar
@ -80,10 +80,10 @@ VERSION_XML_Serializer=XML_Serializer-0.15.0
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
printUsage() printUsage()
{ {
echo "LiveSupport PEAR packages install script."; echo "Campcaster PEAR packages install script.";
echo " parameters:"; echo " parameters:";
echo ""; echo "";
echo " -d, --directory The LiveSupport installation directory"; echo " -d, --directory The Campcaster installation directory";
echo " -h, --help Print this message and exit."; echo " -h, --help Print this message and exit.";
echo ""; echo "";
} }

View file

@ -1,2 +1,2 @@
#PEAR_Config 0.9 #PEAR_Config 0.9
a:10:{s:15:"preferred_state";s:6:"stable";s:7:"bin_dir";s:26:"/tmp/livesupport/build/bin";s:7:"php_dir";s:31:"/tmp/livesupport/build/lib/pear";s:7:"doc_dir";s:36:"/tmp/livesupport/build/lib/pear/docs";s:8:"data_dir";s:36:"/tmp/livesupport/build/lib/pear/data";s:8:"test_dir";s:37:"/tmp/livesupport/build/lib/pear/tests";s:9:"cache_dir";s:37:"/tmp/livesupport/build/lib/pear/cache";s:9:"cache_ttl";i:300;s:7:"php_bin";s:0:"";s:10:"__channels";a:2:{s:12:"pecl.php.net";a:0:{}s:5:"__uri";a:0:{}}} a:10:{s:15:"preferred_state";s:6:"stable";s:7:"bin_dir";s:26:"/tmp/campcaster/build/bin";s:7:"php_dir";s:31:"/tmp/campcaster/build/lib/pear";s:7:"doc_dir";s:36:"/tmp/campcaster/build/lib/pear/docs";s:8:"data_dir";s:36:"/tmp/campcaster/build/lib/pear/data";s:8:"test_dir";s:37:"/tmp/campcaster/build/lib/pear/tests";s:9:"cache_dir";s:37:"/tmp/campcaster/build/lib/pear/cache";s:9:"cache_ttl";i:300;s:7:"php_bin";s:0:"";s:10:"__channels";a:2:{s:12:"pecl.php.net";a:0:{}s:5:"__uri";a:0:{}}}