Renamed LiveSupport to Campcaster.
This commit is contained in:
parent
da81b6e80c
commit
bc7aaf239b
|
@ -1,32 +1,8 @@
|
|||
<?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$
|
||||
|
||||
------------------------------------------------------------------------------*/
|
||||
/**
|
||||
* @author $Author$
|
||||
* @version $Revision$
|
||||
*/
|
||||
define('NSPACE', 'lse');
|
||||
|
||||
header("Content-type: text/plain");
|
||||
|
|
|
@ -1,32 +1,8 @@
|
|||
<?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$
|
||||
|
||||
------------------------------------------------------------------------------*/
|
||||
/**
|
||||
* @author $Author$
|
||||
* @version $Revision$
|
||||
*/
|
||||
|
||||
$storageServerPath = dirname(__FILE__)."/../../storageServer";
|
||||
?>
|
|
@ -1,32 +1,7 @@
|
|||
<?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$
|
||||
|
||||
------------------------------------------------------------------------------*/
|
||||
|
||||
/**
|
||||
* @author $Author$
|
||||
* @version $Revision$
|
||||
*/
|
||||
$storageServerPath = 'ls_storageServer';
|
||||
?>
|
||||
?>
|
|
@ -1,32 +1,8 @@
|
|||
<?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$
|
||||
|
||||
------------------------------------------------------------------------------*/
|
||||
/**
|
||||
* @author $Author$
|
||||
* @version $Revision$
|
||||
*/
|
||||
header("Content-type: text/plain");
|
||||
require_once 'conf.php';
|
||||
require_once "$storageServerPath/var/conf.php";
|
||||
|
|
|
@ -1,32 +1,8 @@
|
|||
<?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$
|
||||
|
||||
------------------------------------------------------------------------------*/
|
||||
/**
|
||||
* @author $Author$
|
||||
* @version $Revision$
|
||||
*/
|
||||
ini_set('memory_limit', '64M');
|
||||
header("Content-type: text/plain");
|
||||
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(!$infoFromFile['fileformat']){ echo "???\n"; continue; }
|
||||
if(!$infoFromFile['bitrate']){ echo "not audio?\n"; continue; }
|
||||
|
||||
|
||||
$mdata = array();
|
||||
$titleHaveSet = FALSE;
|
||||
foreach($flds as $key=>$getid3keys){
|
||||
|
|
|
@ -1,32 +1,8 @@
|
|||
<?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$
|
||||
|
||||
------------------------------------------------------------------------------*/
|
||||
/**
|
||||
* @author $Author$
|
||||
* @version $Revision$
|
||||
*/
|
||||
define('NSPACE', 'lse');
|
||||
define('VERBOSE', FALSE);
|
||||
#define('VERBOSE', TRUE);
|
||||
|
|
|
@ -1,36 +1,8 @@
|
|||
<?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');
|
||||
|
|
|
@ -1,36 +1,8 @@
|
|||
<?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$
|
||||
*/
|
||||
|
||||
/**
|
||||
|
|
|
@ -24,11 +24,11 @@
|
|||
# Author : $Author$
|
||||
# Version : $Revision$
|
||||
# Location : $URL$
|
||||
#-------------------------------------------------------------------------------
|
||||
#-------------------------------------------------------------------------------
|
||||
#-------------------------------------------------------------------------------
|
||||
# This script generates code coverage data for the module
|
||||
#-------------------------------------------------------------------------------
|
||||
module="LiveSupport GUI"
|
||||
module="Campcaster GUI"
|
||||
|
||||
reldir=`dirname $0`/..
|
||||
basedir=`cd $reldir; pwd;`
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
es:table
|
||||
{
|
||||
windowTitle:string { "Panel maestro de LiveSupport" }
|
||||
windowTitle:string { "Panel maestro de Campcaster" }
|
||||
notLoggedInMsg:string { "No ha ingresado al sistema" }
|
||||
loggedInMsg:string { "Ingresó al sistema como {0}" }
|
||||
loginButtonLabel:string { "Accesar" }
|
||||
|
@ -31,7 +31,7 @@ es:table
|
|||
|
||||
audioClipListWindow:table
|
||||
{
|
||||
windowTitle:string { "Ventana de audio clip de LiveSupport" }
|
||||
windowTitle:string { "Ventana de audio clip de Campcaster" }
|
||||
|
||||
idColumnLabel:string { "id" }
|
||||
lengthColumnLabel:string { "duración" }
|
||||
|
@ -43,7 +43,7 @@ es:table
|
|||
|
||||
scratchpadWindow:table
|
||||
{
|
||||
windowTitle:string { "Scratchpad de LiveSupport " }
|
||||
windowTitle:string { "Scratchpad de Campcaster " }
|
||||
|
||||
typeColumnLabel:string { "Tipo" }
|
||||
titleColumnLabel:string { "Título" }
|
||||
|
@ -62,7 +62,7 @@ es: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" }
|
||||
detailBoxLabel { "Detalles de las listas de reproducción" }
|
||||
|
@ -100,7 +100,7 @@ es: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" }
|
||||
titleColumnLabel:string { "título" }
|
||||
|
@ -116,7 +116,7 @@ es:table
|
|||
|
||||
schedulerWindow:table
|
||||
{
|
||||
windowTitle:string { "Ventana del programador de LiveSupport" }
|
||||
windowTitle:string { "Ventana del programador de Campcaster" }
|
||||
|
||||
startColumnLabel:string { "inicio" }
|
||||
titleColumnLabel:string { "título" }
|
||||
|
@ -129,7 +129,7 @@ es: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: " }
|
||||
minuteLabel:string { "minuto: " }
|
||||
|
@ -139,45 +139,45 @@ es: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" }
|
||||
advancedSearchTab:string { "Búsqueda avanzada" }
|
||||
browseTab:string { "Navegar" }
|
||||
|
||||
|
||||
searchByTextLabel:string { "Buscar por" }
|
||||
searchButtonLabel:string { "Buscar" }
|
||||
|
||||
|
||||
typeColumnLabel:string { "Tipo" }
|
||||
titleColumnLabel:string { "Título" }
|
||||
creatorColumnLabel:string { "Creador" }
|
||||
lengthColumnLabel:string { "Duración" }
|
||||
|
||||
|
||||
partialOperatorDisplay:string { "contiene" }
|
||||
prefixOperatorDisplay:string { "empieza con" }
|
||||
=OperatorDisplay:string { "equivale" }
|
||||
<=OperatorDisplay:string { "<=" }
|
||||
>=OperatorDisplay:string { ">=" }
|
||||
|
||||
|
||||
allStringForBrowse { "--- todo ---" }
|
||||
|
||||
|
||||
addToScratchpadMenuItem:string { "_Añadir a Scratchpad" }
|
||||
addToLiveModeMenuItem:string { "Añadir a Modo en vivo" }
|
||||
}
|
||||
|
||||
liveModeWindow:table
|
||||
{
|
||||
windowTitle:string { "Venta Modo en vivo de LiveSupport" }
|
||||
|
||||
windowTitle:string { "Venta Modo en vivo de Campcaster" }
|
||||
|
||||
cueMenuItem:string { "Previsualizar" }
|
||||
upMenuItem:string { "Desplazar hacia arriba" }
|
||||
downMenuItem:string { "Desplazar hacia abajo" }
|
||||
removeMenuItem:string { "Eliminar" }
|
||||
playMenuItem:string { "Reproduccir" }
|
||||
|
||||
|
||||
cuePlayerLabel:string { "Previsualizar" }
|
||||
}
|
||||
|
||||
|
||||
metadataTypes:table
|
||||
{
|
||||
title:string { "Título" }
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
hu:table
|
||||
{
|
||||
windowTitle:string { "LiveSupport Fő Panel" }
|
||||
windowTitle:string { "Campcaster Fő Panel" }
|
||||
notLoggedInMsg:string { "Nincs bejelentkezve" }
|
||||
loggedInMsg:string { "Bejelentkezve {0} felhasználóként" }
|
||||
loginButtonLabel:string { "bejelentkezés" }
|
||||
|
@ -37,7 +37,7 @@ hu:table
|
|||
|
||||
audioClipListWindow:table
|
||||
{
|
||||
windowTitle:string { "LiveSupport Hanganyag ablak" }
|
||||
windowTitle:string { "Campcaster Hanganyag ablak" }
|
||||
|
||||
idColumnLabel:string { "azonosító" }
|
||||
lengthColumnLabel:string { "hossz" }
|
||||
|
@ -49,7 +49,7 @@ hu:table
|
|||
|
||||
scratchpadWindow:table
|
||||
{
|
||||
windowTitle:string { "LiveSupport Praktikus csupor" }
|
||||
windowTitle:string { "Campcaster Praktikus csupor" }
|
||||
|
||||
typeColumnLabel:string { "Típus" }
|
||||
titleColumnLabel:string { "Cím" }
|
||||
|
@ -68,7 +68,7 @@ hu:table
|
|||
|
||||
playlistListWindow:table
|
||||
{
|
||||
windowTitle:string { "LiveSupport Műsorszerkesztő ablak" }
|
||||
windowTitle:string { "Campcaster Műsorszerkesztő ablak" }
|
||||
|
||||
listBoxLabel { "Műsorok" }
|
||||
detailBoxLabel { "Műsor adatai" }
|
||||
|
@ -106,7 +106,7 @@ hu:table
|
|||
|
||||
simplePlaylistManagementWindow:table
|
||||
{
|
||||
windowTitle:string { "LiveSupport Egyszerű műsorszerkesztő ablak" }
|
||||
windowTitle:string { "Campcaster Egyszerű műsorszerkesztő ablak" }
|
||||
|
||||
startColumnLabel:string { "kezdet" }
|
||||
titleColumnLabel:string { "cím" }
|
||||
|
@ -122,7 +122,7 @@ hu:table
|
|||
|
||||
schedulerWindow:table
|
||||
{
|
||||
windowTitle:string { "LiveSupport Időzítő Ablak" }
|
||||
windowTitle:string { "Campcaster Időzítő Ablak" }
|
||||
|
||||
startColumnLabel:string { "kezdet" }
|
||||
titleColumnLabel:string { "cím" }
|
||||
|
@ -134,7 +134,7 @@ hu:table
|
|||
|
||||
schedulePlaylistWindow:table
|
||||
{
|
||||
windowTitle:string { "LiveSupport Műsoridőzítő ablak" }
|
||||
windowTitle:string { "Campcaster Műsoridőzítő ablak" }
|
||||
|
||||
hourLabel:string { "óra: " }
|
||||
minuteLabel:string { "perc: " }
|
||||
|
@ -144,7 +144,7 @@ hu:table
|
|||
|
||||
searchWindow:table
|
||||
{
|
||||
windowTitle:string { "LiveSupport Keresés Ablak" }
|
||||
windowTitle:string { "Campcaster Keresés Ablak" }
|
||||
|
||||
simpleSearchTab:string { "Keresés" }
|
||||
advancedSearchTab:string { "Összetett keresés" }
|
||||
|
@ -152,12 +152,12 @@ hu:table
|
|||
|
||||
searchByTextLabel:string { "Keresési feltétel:" }
|
||||
searchButtonLabel:string { "Keress!" }
|
||||
|
||||
|
||||
typeColumnLabel:string { "Típus" }
|
||||
titleColumnLabel:string { "Cím" }
|
||||
creatorColumnLabel:string { "Előadó" }
|
||||
lengthColumnLabel:string { "Hossz" }
|
||||
|
||||
|
||||
partialOperatorDisplay:string { "része" }
|
||||
prefixOperatorDisplay:string { "kezdete" }
|
||||
=OperatorDisplay:string { "=" }
|
||||
|
@ -165,15 +165,15 @@ hu:table
|
|||
>=OperatorDisplay:string { ">=" }
|
||||
|
||||
allStringForBrowse { "--- minden ---" }
|
||||
|
||||
|
||||
addToScratchpadMenuItem:string { "_Hasznos csuporba betenni" }
|
||||
addToLiveModeMenuItem:string { "Élő _adásba" }
|
||||
}
|
||||
|
||||
liveModeWindow:table
|
||||
{
|
||||
windowTitle:string { "LiveSupport Élő adás ablak" }
|
||||
|
||||
windowTitle:string { "Campcaster Élő adás ablak" }
|
||||
|
||||
cueMenuItem:string { "_Belehallgatni" }
|
||||
upMenuItem:string { "_Fel" }
|
||||
downMenuItem:string { "_Le" }
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
nl:table
|
||||
{
|
||||
windowTitle:string { "LiveSupport Master Panel" }
|
||||
windowTitle:string { "Campcaster Master Panel" }
|
||||
notLoggedInMsg:string { "Niet aangemeld" }
|
||||
loggedInMsg:string { "Aangemeld als {0}" }
|
||||
loginButtonLabel:string { "aanmelden" }
|
||||
|
@ -31,7 +31,7 @@ nl:table
|
|||
|
||||
audioClipListWindow:table
|
||||
{
|
||||
windowTitle:string { "LiveSupport Audio Clip window" }
|
||||
windowTitle:string { "Campcaster Audio Clip window" }
|
||||
|
||||
idColumnLabel:string { "id" }
|
||||
lengthColumnLabel:string { "lengte" }
|
||||
|
@ -43,7 +43,7 @@ nl:table
|
|||
|
||||
scratchpadWindow:table
|
||||
{
|
||||
windowTitle:string { "LiveSupport Scratchpad" }
|
||||
windowTitle:string { "Campcaster Scratchpad" }
|
||||
|
||||
typeColumnLabel:string { "Type" }
|
||||
titleColumnLabel:string { "Titel" }
|
||||
|
@ -62,7 +62,7 @@ nl:table
|
|||
|
||||
playlistListWindow:table
|
||||
{
|
||||
windowTitle:string { "LiveSupport Playlist window" }
|
||||
windowTitle:string { "Campcaster Playlist window" }
|
||||
|
||||
listBoxLabel { "Playlists" }
|
||||
detailBoxLabel { "Playlist details" }
|
||||
|
@ -100,7 +100,7 @@ nl:table
|
|||
|
||||
simplePlaylistManagementWindow:table
|
||||
{
|
||||
windowTitle:string { "LiveSupport Playlist beheer window" }
|
||||
windowTitle:string { "Campcaster Playlist beheer window" }
|
||||
|
||||
startColumnLabel:string { "start" }
|
||||
titleColumnLabel:string { "titel" }
|
||||
|
@ -116,7 +116,7 @@ nl:table
|
|||
|
||||
schedulerWindow:table
|
||||
{
|
||||
windowTitle:string { "LiveSupport Scheduler window" }
|
||||
windowTitle:string { "Campcaster Scheduler window" }
|
||||
|
||||
startColumnLabel:string { "start" }
|
||||
titleColumnLabel:string { "titel" }
|
||||
|
@ -129,7 +129,7 @@ nl:table
|
|||
|
||||
schedulePlaylistWindow:table
|
||||
{
|
||||
windowTitle:string { "LiveSupport Schedule Playlist window" }
|
||||
windowTitle:string { "Campcaster Schedule Playlist window" }
|
||||
|
||||
hourLabel:string { "uur: " }
|
||||
minuteLabel:string { "minuten: " }
|
||||
|
@ -139,45 +139,45 @@ nl:table
|
|||
|
||||
searchWindow:table
|
||||
{
|
||||
windowTitle:string { "LiveSupport zoeken/bladeren window" }
|
||||
windowTitle:string { "Campcaster zoeken/bladeren window" }
|
||||
|
||||
simpleSearchTab:string { "Zoeken" }
|
||||
advancedSearchTab:string { "Geadvanceerd" }
|
||||
browseTab:string { "Bladeren" }
|
||||
|
||||
|
||||
searchByTextLabel:string { "Zoeken met" }
|
||||
searchButtonLabel:string { "Zoeken" }
|
||||
|
||||
|
||||
typeColumnLabel:string { "Type" }
|
||||
titleColumnLabel:string { "Titel" }
|
||||
creatorColumnLabel:string { "Maker" }
|
||||
lengthColumnLabel:string { "Lengte" }
|
||||
|
||||
|
||||
partialOperatorDisplay:string { "contains" }
|
||||
prefixOperatorDisplay:string { "start met" }
|
||||
=OperatorDisplay:string { "gelijk aan" }
|
||||
<=OperatorDisplay:string { "<=" }
|
||||
>=OperatorDisplay:string { ">=" }
|
||||
|
||||
|
||||
allStringForBrowse { "--- alle ---" }
|
||||
|
||||
|
||||
addToScratchpadMenuItem:string { "Toevoegen aan _Scratchpad" }
|
||||
addToLiveModeMenuItem:string { "Toevoegen aan _Live Mode" }
|
||||
}
|
||||
|
||||
liveModeWindow:table
|
||||
{
|
||||
windowTitle:string { "LiveSupport Live Mode window" }
|
||||
|
||||
windowTitle:string { "Campcaster Live Mode window" }
|
||||
|
||||
cueMenuItem:string { "_Cue" }
|
||||
upMenuItem:string { "Naar B_oven" }
|
||||
downMenuItem:string { "Naar B_eneden" }
|
||||
removeMenuItem:string { "_Verwijderen" }
|
||||
playMenuItem:string { "_Play" }
|
||||
|
||||
|
||||
cuePlayerLabel:string { "Cue" }
|
||||
}
|
||||
|
||||
|
||||
metadataTypes:table
|
||||
{
|
||||
title:string { "Titel" }
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
pl:table
|
||||
{
|
||||
windowTitle:string { "LiveSupport - Okno główne" }
|
||||
windowTitle:string { "Campcaster - Okno główne" }
|
||||
notLoggedInMsg:string { "Nie zalogowany" }
|
||||
loggedInMsg:string { "Zalogowany jako {0}" }
|
||||
loginButtonLabel:string { "Zaloguj" }
|
||||
|
@ -20,7 +20,7 @@ pl:table
|
|||
|
||||
elapsedTimeLabel:string { "minęło" }
|
||||
remainingTimeLabel:string { "zostało" }
|
||||
|
||||
|
||||
localeNotAvailableMsg:string { "Język {0} nie jest dostępny" }
|
||||
schedulerNotReachableMsg:string { "Serwer programacji nie jest dostępny" }
|
||||
storageNotReachableMsg:string { "Serwer plików nie jest dostępny" }
|
||||
|
@ -41,7 +41,7 @@ pl:table
|
|||
|
||||
audioClipListWindow:table
|
||||
{
|
||||
windowTitle:string { "LiveSupport - Okno utworu" }
|
||||
windowTitle:string { "Campcaster - Okno utworu" }
|
||||
|
||||
idColumnLabel:string { "id" }
|
||||
lengthColumnLabel:string { "długość" }
|
||||
|
@ -53,7 +53,7 @@ pl:table
|
|||
|
||||
scratchpadWindow:table
|
||||
{
|
||||
windowTitle:string { "LiveSupport - Przybornik" }
|
||||
windowTitle:string { "Campcaster - Przybornik" }
|
||||
|
||||
typeColumnLabel:string { "Rodzaj" }
|
||||
titleColumnLabel:string { "Tytuł" }
|
||||
|
@ -73,14 +73,14 @@ pl:table
|
|||
cueMenuItem:string { "Po_słuchaj" }
|
||||
addToLiveModeMenuItem:string
|
||||
{ "Dodaj do _Na żywo" }
|
||||
|
||||
|
||||
cannotEditPlaylistMsg:string
|
||||
{ "Nie udało się otworzyć listę do edycji." }
|
||||
}
|
||||
|
||||
playlistListWindow:table
|
||||
{
|
||||
windowTitle:string { "LiveSupport - Okno listy utworów" }
|
||||
windowTitle:string { "Campcaster - Okno listy utworów" }
|
||||
|
||||
listBoxLabel { "Listy utworów" }
|
||||
detailBoxLabel { "Szczegóły" }
|
||||
|
@ -104,7 +104,7 @@ pl:table
|
|||
mainSectionLabel:string { "Start" }
|
||||
musicSectionLabel:string { "Muzyka" }
|
||||
voiceSectionLabel:string { "Audycja" }
|
||||
|
||||
|
||||
lengthLabel:string { "Długość" }
|
||||
|
||||
uploadButtonLabel:string { "Załaduj" }
|
||||
|
@ -114,7 +114,7 @@ pl:table
|
|||
{ "Wybierz plik" }
|
||||
clipUploadedMsg:string { "Plik ''{0}'' został załadowany." }
|
||||
couldNotOpenFileMsg:string { "Nie udało się otworzyć pliku." }
|
||||
couldNotReadLengthMsg:string
|
||||
couldNotReadLengthMsg:string
|
||||
{ "Nie udało się ustalić długość pliku." }
|
||||
unsupportedFileTypeMsg:string
|
||||
{ "To rozszerzenie nie jest obsługiwane." }
|
||||
|
@ -123,7 +123,7 @@ pl:table
|
|||
|
||||
simplePlaylistManagementWindow:table
|
||||
{
|
||||
windowTitle:string { "LiveSupport - Zarządzanie listą utworów" }
|
||||
windowTitle:string { "Campcaster - Zarządzanie listą utworów" }
|
||||
|
||||
startColumnLabel:string { "Początek" }
|
||||
titleColumnLabel:string { "Tytuł" }
|
||||
|
@ -133,10 +133,10 @@ pl:table
|
|||
nameLabel:string { "Nazwa" }
|
||||
saveButtonLabel:string { "Zapisz" }
|
||||
closeButtonLabel:string { "Zamknij" }
|
||||
lockFadesCheckButtonLabel:string
|
||||
lockFadesCheckButtonLabel:string
|
||||
{ "Zablokuj zakończenie do następnego wprowadzenia" }
|
||||
statusBar:string { "pasek stanu" }
|
||||
|
||||
|
||||
upMenuItem:string { "Do _Góry" }
|
||||
downMenuItem:string { "Do D_ołu" }
|
||||
removeMenuItem:string { "_Usuń" }
|
||||
|
@ -149,7 +149,7 @@ pl:table
|
|||
|
||||
schedulerWindow:table
|
||||
{
|
||||
windowTitle:string { "LiveSupport - Okno programacji" }
|
||||
windowTitle:string { "Campcaster - Okno programacji" }
|
||||
|
||||
startColumnLabel:string { "Początek" }
|
||||
titleColumnLabel:string { "tytuł" }
|
||||
|
@ -162,7 +162,7 @@ pl:table
|
|||
|
||||
schedulePlaylistWindow:table
|
||||
{
|
||||
windowTitle:string { "LiveSupport - Programacja listy utworów" }
|
||||
windowTitle:string { "Campcaster - Programacja listy utworów" }
|
||||
|
||||
hourLabel:string { "godzina: " }
|
||||
minuteLabel:string { "minuta: " }
|
||||
|
@ -172,20 +172,20 @@ pl:table
|
|||
|
||||
searchWindow:table
|
||||
{
|
||||
windowTitle:string { "LiveSupport - Szukaj / Przeglądaj" }
|
||||
windowTitle:string { "Campcaster - Szukaj / Przeglądaj" }
|
||||
|
||||
simpleSearchTab:string { "Szukaj" }
|
||||
advancedSearchTab:string { "Szukanie zaawansowane" }
|
||||
browseTab:string { "Przeglądaj" }
|
||||
|
||||
|
||||
searchByTextLabel:string { "Szukaj po" }
|
||||
searchButtonLabel:string { "Szukaj" }
|
||||
|
||||
|
||||
typeColumnLabel:string { "Rodzaj" }
|
||||
titleColumnLabel:string { "Tytuł" }
|
||||
creatorColumnLabel:string { "Autor" }
|
||||
lengthColumnLabel:string { "Długość" }
|
||||
|
||||
|
||||
partialOperatorDisplay:string
|
||||
{ "zawiera" }
|
||||
prefixOperatorDisplay:string
|
||||
|
@ -193,9 +193,9 @@ pl:table
|
|||
=OperatorDisplay:string { "równa się" }
|
||||
<=OperatorDisplay:string { "<=" }
|
||||
>=OperatorDisplay:string { ">=" }
|
||||
|
||||
|
||||
allStringForBrowse { "--- wszystko ---" }
|
||||
|
||||
|
||||
addToScratchpadMenuItem:string
|
||||
{ "_Dodaj do przybornika" }
|
||||
addToLiveModeMenuItem:string
|
||||
|
@ -204,17 +204,17 @@ pl:table
|
|||
|
||||
liveModeWindow:table
|
||||
{
|
||||
windowTitle:string { "LiveSupport - Na żywo" }
|
||||
|
||||
windowTitle:string { "Campcaster - Na żywo" }
|
||||
|
||||
cueMenuItem:string { "Po_słuchaj" }
|
||||
upMenuItem:string { "Do _Góry" }
|
||||
downMenuItem:string { "Do D_ołu" }
|
||||
removeMenuItem:string { "_Usuń" }
|
||||
playMenuItem:string { "_Zagraj" }
|
||||
|
||||
|
||||
cuePlayerLabel:string { "Podgląd" }
|
||||
}
|
||||
|
||||
|
||||
metadataTypes:table
|
||||
{
|
||||
title:string { "Tytuł" }
|
||||
|
|
|
@ -20,7 +20,7 @@ root:table
|
|||
|
||||
elapsedTimeLabel:string { "elapsed" }
|
||||
remainingTimeLabel:string { "remaining" }
|
||||
|
||||
|
||||
localeNotAvailableMsg:string { "Locale {0} is not available." }
|
||||
schedulerNotReachableMsg:string { "The scheduler server is not available." }
|
||||
storageNotReachableMsg:string { "The storage server is not available." }
|
||||
|
@ -36,7 +36,7 @@ root:table
|
|||
{
|
||||
windowTitle:string { "Master Panel" }
|
||||
}
|
||||
|
||||
|
||||
loginWindow:table
|
||||
{
|
||||
windowTitle:string { "Login" }
|
||||
|
@ -45,7 +45,7 @@ root:table
|
|||
passwordLabel:string { "Password:" }
|
||||
okButtonLabel:string { "OK" }
|
||||
cancelButtonLabel:string { "Cancel" }
|
||||
|
||||
|
||||
pleaseWaitMsg:string { "Logging in, please wait." }
|
||||
}
|
||||
|
||||
|
@ -82,7 +82,7 @@ root:table
|
|||
addToLiveModeMenuItem:string { "Add To _Live Mode" }
|
||||
exportPlaylistMenuItem:string { "E_xport Playlist" }
|
||||
uploadToHubMenuItem:string { "Upload to the network hub" }
|
||||
|
||||
|
||||
cannotEditPlaylistMsg:string
|
||||
{ "Could not open playlist for editing." }
|
||||
}
|
||||
|
@ -113,7 +113,7 @@ root:table
|
|||
mainSectionLabel:string { "Main" }
|
||||
musicSectionLabel:string { "Music" }
|
||||
voiceSectionLabel:string { "Voice" }
|
||||
|
||||
|
||||
lengthLabel:string { "Duration" }
|
||||
|
||||
uploadButtonLabel:string { "Upload" }
|
||||
|
@ -123,7 +123,7 @@ root:table
|
|||
{ "Open File" }
|
||||
fileUploadedMsg:string { "Uploaded ''{0}''." }
|
||||
couldNotOpenFileMsg:string { "The file could not be opened." }
|
||||
couldNotReadLengthMsg:string
|
||||
couldNotReadLengthMsg:string
|
||||
{ "Could not determine audio clip length." }
|
||||
unsupportedFileTypeMsg:string
|
||||
{ "Unsupported file type." }
|
||||
|
@ -143,10 +143,10 @@ root:table
|
|||
nameLabel:string { "Name" }
|
||||
saveButtonLabel:string { "Save" }
|
||||
closeButtonLabel:string { "Close" }
|
||||
lockFadesCheckButtonLabel:string
|
||||
lockFadesCheckButtonLabel:string
|
||||
{ "Lock fade-out to following fade-in" }
|
||||
statusBar:string { "status bar" }
|
||||
|
||||
|
||||
upMenuItem:string { "Move _Up" }
|
||||
downMenuItem:string { "Move D_own" }
|
||||
removeMenuItem:string { "_Remove" }
|
||||
|
@ -160,7 +160,7 @@ root:table
|
|||
schedulerWindow:table
|
||||
{
|
||||
windowTitle:string { "Scheduler" }
|
||||
|
||||
|
||||
scheduleTab:string { "Schedule" }
|
||||
statusTab:string { "Status" }
|
||||
|
||||
|
@ -168,12 +168,12 @@ root:table
|
|||
titleColumnLabel:string { "title" }
|
||||
endColumnLabel:string { "end" }
|
||||
deleteMenuItem:string { "_Delete" }
|
||||
|
||||
stopCurrentlyPlayingText:string
|
||||
|
||||
stopCurrentlyPlayingText:string
|
||||
{ "Currently playing in scheduler:" }
|
||||
stopCurrentlyPlayingButtonLabel:string { "Stop" }
|
||||
stopCurrentlyPlayingDialogMsg:string { "Are you sure?" }
|
||||
|
||||
|
||||
closeButtonLabel:string { "Close" }
|
||||
}
|
||||
|
||||
|
@ -190,7 +190,7 @@ root:table
|
|||
searchWindow:table
|
||||
{
|
||||
windowTitle:string { "Search/Browse" }
|
||||
|
||||
|
||||
searchWhereLabel:string { "Search or browse on: " }
|
||||
searchWhereLocal:string { "local storage" }
|
||||
searchWhereRemote:string { "network hub" }
|
||||
|
@ -199,22 +199,22 @@ root:table
|
|||
advancedSearchTab:string { "Advanced Search" }
|
||||
browseTab:string { "Browse" }
|
||||
transportsTab:string { "Transfers" }
|
||||
|
||||
|
||||
searchButtonLabel:string { "Search" }
|
||||
|
||||
|
||||
typeColumnLabel:string { "Type" }
|
||||
titleColumnLabel:string { "Title" }
|
||||
creatorColumnLabel:string { "Creator" }
|
||||
lengthColumnLabel:string { "Length" }
|
||||
|
||||
|
||||
allStringForBrowse { "--- all ---" }
|
||||
|
||||
|
||||
addToScratchpadMenuItem:string { "_Add To Scratchpad" }
|
||||
addToLiveModeMenuItem:string { "Add To _Live Mode" }
|
||||
exportPlaylistMenuItem:string { "E_xport Playlist" }
|
||||
uploadToHubMenuItem:string { "Upload to the network hub" }
|
||||
downloadFromHubMenuItem:string { "Download from the network hub" }
|
||||
|
||||
|
||||
pleaseWaitMsg:string { "Please wait..." }
|
||||
shortErrorMsg:string { "Search failed." }
|
||||
longErrorMsg:string { "Search failed: {0}." }
|
||||
|
@ -222,15 +222,15 @@ root:table
|
|||
downloadFromHubErrorMsg:string { "Downloading from hub failed: {0}." }
|
||||
nothingFoundMsg:string { "No files found." }
|
||||
}
|
||||
|
||||
|
||||
advancedSearchEntry:table {
|
||||
fileTypeTextLabel:string { "File types" }
|
||||
allFileType:string { "all" }
|
||||
audioClipFileType:string { "audio clips" }
|
||||
playlistFileType:string { "playlists" }
|
||||
|
||||
|
||||
searchByTextLabel:string { "Search by" }
|
||||
|
||||
|
||||
partialOperatorDisplay:string
|
||||
{ "contains" }
|
||||
prefixOperatorDisplay:string
|
||||
|
@ -238,12 +238,12 @@ root:table
|
|||
=OperatorDisplay:string { "equals" }
|
||||
<=OperatorDisplay:string { "<=" }
|
||||
>=OperatorDisplay:string { ">=" }
|
||||
}
|
||||
}
|
||||
|
||||
liveModeWindow:table
|
||||
{
|
||||
windowTitle:string { "Live Mode" }
|
||||
|
||||
|
||||
cueMenuItem:string { "Pre_view" }
|
||||
upMenuItem:string { "Move _Up" }
|
||||
downMenuItem:string { "Move D_own" }
|
||||
|
@ -251,19 +251,19 @@ root:table
|
|||
playMenuItem:string { "_Play" }
|
||||
exportPlaylistMenuItem:string { "E_xport Playlist" }
|
||||
uploadToHubMenuItem:string { "Upload to the network hub" }
|
||||
|
||||
|
||||
cuePlayerLabel:string { "Preview" }
|
||||
}
|
||||
|
||||
|
||||
optionsWindow:table
|
||||
{
|
||||
windowTitle:string { "Options" }
|
||||
|
||||
|
||||
needToRestartMsg:string { "You will need to restart the "
|
||||
"application\nfor the new settings "
|
||||
"to take effect." }
|
||||
errorMsg:string { "Could not save the options: " }
|
||||
|
||||
|
||||
soundSectionLabel:string { "Sound" }
|
||||
keyBindingsSectionLabel:string { "Keyboard Shortcuts" }
|
||||
serversSectionLabel:string { "Servers" }
|
||||
|
@ -274,11 +274,11 @@ root:table
|
|||
cancelButtonLabel:string { "Cancel" }
|
||||
applyButtonLabel:string { "Apply" }
|
||||
okButtonLabel:string { "OK" }
|
||||
|
||||
|
||||
cueDeviceLabel:string { "Cue audio device:" }
|
||||
outputDeviceLabel:string { "Live Mode audio device:" }
|
||||
testButtonLabel:string { "Test" }
|
||||
|
||||
|
||||
pressAKeyMsg:string { "Press a key..." }
|
||||
keyBindingsInstructionsText:string
|
||||
{ "Double-click on the shortcut you want "
|
||||
|
@ -287,20 +287,20 @@ root:table
|
|||
"shortcut\n"
|
||||
"(or press the Escape key to cancel "
|
||||
"the operation)." }
|
||||
|
||||
|
||||
authenticationLabel:string { "Authentication server" }
|
||||
storageLabel:string { "Storage server" }
|
||||
schedulerLabel:string { "Scheduler server" }
|
||||
serverLabel:string { "address:" }
|
||||
portLabel:string { "port:" }
|
||||
pathLabel:string { "path:" }
|
||||
|
||||
|
||||
schedulerStatusText:string { "The scheduler is" }
|
||||
schedulerRunningStatus:string { "running." }
|
||||
schedulerStoppedStatus:string { "stopped." }
|
||||
schedulerStartButtonLabel:string { "Start" }
|
||||
schedulerStopButtonLabel:string { "Stop" }
|
||||
|
||||
|
||||
reportBugsToText:string { "Report bugs to: {0}" }
|
||||
}
|
||||
|
||||
|
@ -309,22 +309,22 @@ root:table
|
|||
workingStatus:string { "in progress" }
|
||||
successStatus:string { "ready" }
|
||||
faultStatus:string { "error: {0}" }
|
||||
|
||||
|
||||
titleColumnLabel:string { "Title" }
|
||||
dateColumnLabel:string { "Date" }
|
||||
statusColumnLabel:string { "Status" }
|
||||
|
||||
|
||||
mtimeTextLabel:string { "Modified since:" }
|
||||
chooseTimeButtonLabel:string { "Choose time" }
|
||||
resetTimeButtonLabel:string { "Reset" }
|
||||
|
||||
|
||||
backupButtonLabel:string { "Backup" }
|
||||
deleteButtonLabel:string { "Delete" }
|
||||
saveButtonLabel:string { "Save" }
|
||||
|
||||
|
||||
backupTitleLabel:string { "Title" }
|
||||
defaultBackupTitle:string { "new backup" }
|
||||
|
||||
|
||||
fileChooserDialogTitle:string { "Save File" }
|
||||
backupErrorMsg:string { "Backup error: " }
|
||||
}
|
||||
|
@ -332,10 +332,10 @@ root:table
|
|||
dateTimeChooserWindow:table
|
||||
{
|
||||
windowTitle:string { "Select the date and time" }
|
||||
|
||||
|
||||
cancelButtonLabel:string { "Cancel" }
|
||||
okButtonLabel:string { "OK" }
|
||||
|
||||
|
||||
hourLabel:string { "hour:" }
|
||||
minuteLabel:string { "minute:" }
|
||||
}
|
||||
|
@ -343,18 +343,18 @@ root:table
|
|||
exportPlaylistWindow:table
|
||||
{
|
||||
windowTitle:string { "Export Playlist" }
|
||||
|
||||
|
||||
playlistTitleLabel:string { "Title:" }
|
||||
formatLabel:string { "Export as:" }
|
||||
|
||||
|
||||
cancelButtonLabel:string { "Cancel" }
|
||||
saveButtonLabel:string { "Save" }
|
||||
|
||||
internalFormatName:string { "LiveSupport archive" }
|
||||
|
||||
internalFormatName:string { "Campcaster archive" }
|
||||
smilFormatName:string { "tar containing a SMIL" }
|
||||
|
||||
|
||||
fileChooserDialogTitle:string { "Save File" }
|
||||
|
||||
|
||||
createExportErrorMsg:string { "Could not export the playlist:" }
|
||||
saveExportErrorMsg:string { "Could not save the exported playlist." }
|
||||
}
|
||||
|
@ -364,17 +364,17 @@ root:table
|
|||
workingStatus:string { "in progress" }
|
||||
successStatus:string { "ready" }
|
||||
faultStatus:string { "error: {0}" }
|
||||
|
||||
|
||||
titleColumnLabel:string { "Title" }
|
||||
dateColumnLabel:string { "Date" }
|
||||
statusColumnLabel:string { "Status" }
|
||||
|
||||
|
||||
cancelUploadMenuItem:string { "Cancel upload" }
|
||||
cancelDownloadMenuItem:string { "Cancel download" }
|
||||
|
||||
|
||||
cannotCancelTransportMsg:string { "Canceling failed: {0}." }
|
||||
}
|
||||
|
||||
|
||||
restoreBackupWindow:table
|
||||
{
|
||||
windowTitle:string { "Restore Backup" }
|
||||
|
@ -427,7 +427,7 @@ root:table
|
|||
report_organizations:string { "Report organizations" }
|
||||
subject { "Subject" }
|
||||
}
|
||||
|
||||
|
||||
keyboardShortcuts:table
|
||||
{
|
||||
playAudio:string { Play }
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
sr_CS:table
|
||||
{
|
||||
windowTitle:string { "LiveSupport Master Panel" }
|
||||
windowTitle:string { "Campcaster Master Panel" }
|
||||
notLoggedInMsg:string { "Niste prijavljeni" }
|
||||
loggedInMsg:string { "Prijavljeni ste kao {0}" }
|
||||
loginButtonLabel:string { "Prijava" }
|
||||
|
@ -31,7 +31,7 @@ sr_CS:table
|
|||
|
||||
audioClipListWindow:table
|
||||
{
|
||||
windowTitle:string { "LiveSupport Audio Klipovi" }
|
||||
windowTitle:string { "Campcaster Audio Klipovi" }
|
||||
|
||||
idColumnLabel:string { "id" }
|
||||
lengthColumnLabel:string { "dužina" }
|
||||
|
@ -43,7 +43,7 @@ sr_CS:table
|
|||
|
||||
scratchpadWindow:table
|
||||
{
|
||||
windowTitle:string { "LiveSupport Priprema" }
|
||||
windowTitle:string { "Campcaster Priprema" }
|
||||
|
||||
typeColumnLabel:string { "Tip" }
|
||||
titleColumnLabel:string { "Naslov" }
|
||||
|
@ -62,7 +62,7 @@ sr_CS:table
|
|||
|
||||
playlistListWindow:table
|
||||
{
|
||||
windowTitle:string { "LiveSupport Plej lista" }
|
||||
windowTitle:string { "Campcaster Plej lista" }
|
||||
|
||||
listBoxLabel { "Plej liste" }
|
||||
detailBoxLabel { "Detalji plej liste" }
|
||||
|
@ -100,7 +100,7 @@ sr_CS:table
|
|||
|
||||
simplePlaylistManagementWindow:table
|
||||
{
|
||||
windowTitle:string { "LiveSupport Jednostavno upravljanje plej listom" }
|
||||
windowTitle:string { "Campcaster Jednostavno upravljanje plej listom" }
|
||||
|
||||
startColumnLabel:string { "počni" }
|
||||
titleColumnLabel:string { "naslov" }
|
||||
|
@ -116,7 +116,7 @@ sr_CS:table
|
|||
|
||||
schedulerWindow:table
|
||||
{
|
||||
windowTitle:string { "LiveSupport Raspored" }
|
||||
windowTitle:string { "Campcaster Raspored" }
|
||||
|
||||
startColumnLabel:string { "početak" }
|
||||
titleColumnLabel:string { "naziv" }
|
||||
|
@ -129,7 +129,7 @@ sr_CS:table
|
|||
|
||||
schedulePlaylistWindow:table
|
||||
{
|
||||
windowTitle:string { "LiveSupport Programiranje Plej Liste" }
|
||||
windowTitle:string { "Campcaster Programiranje Plej Liste" }
|
||||
|
||||
hourLabel:string { "sat: " }
|
||||
minuteLabel:string { "minut: " }
|
||||
|
@ -139,45 +139,45 @@ sr_CS:table
|
|||
|
||||
searchWindow:table
|
||||
{
|
||||
windowTitle:string { "LiveSupport Pretraga/Pregled" }
|
||||
windowTitle:string { "Campcaster Pretraga/Pregled" }
|
||||
|
||||
simpleSearchTab:string { "Pretraga" }
|
||||
advancedSearchTab:string { "Napredna pretraga" }
|
||||
browseTab:string { "Pregled" }
|
||||
|
||||
|
||||
searchByTextLabel:string { "Traži po" }
|
||||
searchButtonLabel:string { "Pretraži" }
|
||||
|
||||
|
||||
typeColumnLabel:string { "Tip" }
|
||||
titleColumnLabel:string { "Naslov" }
|
||||
creatorColumnLabel:string { "Autor" }
|
||||
lengthColumnLabel:string { "Dužina" }
|
||||
|
||||
|
||||
partialOperatorDisplay:string { "sadrži" }
|
||||
prefixOperatorDisplay:string { "počinje sa" }
|
||||
=OperatorDisplay:string { "jednako" }
|
||||
<=OperatorDisplay:string { "<=" }
|
||||
>=OperatorDisplay:string { ">=" }
|
||||
|
||||
|
||||
allStringForBrowse { "--- sve ---" }
|
||||
|
||||
|
||||
addToScratchpadMenuItem:string { "Dodaj u Pripremu " }
|
||||
addToLiveModeMenuItem:string { "Dodaj u Program Uživo" }
|
||||
}
|
||||
|
||||
liveModeWindow:table
|
||||
{
|
||||
windowTitle:string { "LiveSupport Program Uživo" }
|
||||
|
||||
windowTitle:string { "Campcaster Program Uživo" }
|
||||
|
||||
cueMenuItem:string { "Proba" }
|
||||
upMenuItem:string { "Pomeri gore" }
|
||||
downMenuItem:string { "Pomeri dole" }
|
||||
removeMenuItem:string { "Ukloni" }
|
||||
playMenuItem:string { "Pusti" }
|
||||
|
||||
|
||||
cuePlayerLabel:string { "Proba" }
|
||||
}
|
||||
|
||||
|
||||
metadataTypes:table
|
||||
{
|
||||
title:string { "Naziv" }
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
sr_CS_CYRILLIC:table
|
||||
{
|
||||
windowTitle:string { "LiveSupport Maстер Панел" }
|
||||
windowTitle:string { "Campcaster Maстер Панел" }
|
||||
notLoggedInMsg:string { "Нисте пријављени" }
|
||||
loggedInMsg:string { "Пријављени сте као {0}" }
|
||||
loginButtonLabel:string { "Пријава" }
|
||||
|
@ -31,7 +31,7 @@ sr_CS_CYRILLIC:table
|
|||
|
||||
audioClipListWindow:table
|
||||
{
|
||||
windowTitle:string { "LiveSupport Аудио Клипови" }
|
||||
windowTitle:string { "Campcaster Аудио Клипови" }
|
||||
|
||||
idColumnLabel:string { "ид" }
|
||||
lengthColumnLabel:string { "дужина" }
|
||||
|
@ -43,7 +43,7 @@ sr_CS_CYRILLIC:table
|
|||
|
||||
scratchpadWindow:table
|
||||
{
|
||||
windowTitle:string { "LiveSupport Припрема" }
|
||||
windowTitle:string { "Campcaster Припрема" }
|
||||
|
||||
typeColumnLabel:string { "Тип" }
|
||||
titleColumnLabel:string { "Наслов" }
|
||||
|
@ -62,7 +62,7 @@ sr_CS_CYRILLIC:table
|
|||
|
||||
playlistListWindow:table
|
||||
{
|
||||
windowTitle:string { "LiveSupport Плеј Листа" }
|
||||
windowTitle:string { "Campcaster Плеј Листа" }
|
||||
|
||||
listBoxLabel { "Плеј листе" }
|
||||
detailBoxLabel { "Детаљи плеј листе" }
|
||||
|
@ -99,7 +99,7 @@ sr_CS_CYRILLIC:table
|
|||
|
||||
simplePlaylistManagementWindow:table
|
||||
{
|
||||
windowTitle:string { "LiveSupport Једноставно управљање плеј листом" }
|
||||
windowTitle:string { "Campcaster Једноставно управљање плеј листом" }
|
||||
|
||||
startColumnLabel:string { "почни" }
|
||||
titleColumnLabel:string { "наслов" }
|
||||
|
@ -115,7 +115,7 @@ sr_CS_CYRILLIC:table
|
|||
|
||||
schedulerWindow:table
|
||||
{
|
||||
windowTitle:string { "LiveSupport Распоред" }
|
||||
windowTitle:string { "Campcaster Распоред" }
|
||||
|
||||
startColumnLabel:string { "почетак" }
|
||||
titleColumnLabel:string { "назив" }
|
||||
|
@ -128,7 +128,7 @@ sr_CS_CYRILLIC:table
|
|||
|
||||
schedulePlaylistWindow:table
|
||||
{
|
||||
windowTitle:string { "LiveSupport Програмирање Плеј листе" }
|
||||
windowTitle:string { "Campcaster Програмирање Плеј листе" }
|
||||
|
||||
hourLabel:string { "сат: " }
|
||||
minuteLabel:string { "минут: " }
|
||||
|
@ -138,45 +138,45 @@ sr_CS_CYRILLIC:table
|
|||
|
||||
searchWindow:table
|
||||
{
|
||||
windowTitle:string { "LiveSupport Претрага/Преглед" }
|
||||
windowTitle:string { "Campcaster Претрага/Преглед" }
|
||||
|
||||
simpleSearchTab:string { "Претрага" }
|
||||
advancedSearchTab:string { "Напредна претрага" }
|
||||
browseTab:string { "Преглед" }
|
||||
|
||||
|
||||
searchByTextLabel:string { "Тражи по" }
|
||||
searchButtonLabel:string { "Претражи" }
|
||||
|
||||
|
||||
typeColumnLabel:string { "Тип" }
|
||||
titleColumnLabel:string { "Наслов" }
|
||||
creatorColumnLabel:string { "Аутор" }
|
||||
lengthColumnLabel:string { "Дужина" }
|
||||
|
||||
|
||||
partialOperatorDisplay:string { "садржи" }
|
||||
prefixOperatorDisplay:string { "почиње са" }
|
||||
=OperatorDisplay:string { "једнако" }
|
||||
<=OperatorDisplay:string { "<=" }
|
||||
>=OperatorDisplay:string { ">=" }
|
||||
|
||||
|
||||
allStringForBrowse { "--- све ---" }
|
||||
|
||||
|
||||
addToScratchpadMenuItem:string { "Додај у Припрему " }
|
||||
addToLiveModeMenuItem:string { "Додај у Програм Уживо" }
|
||||
}
|
||||
|
||||
liveModeWindow:table
|
||||
{
|
||||
windowTitle:string { "LiveSupport Програм Уживо" }
|
||||
|
||||
windowTitle:string { "Campcaster Програм Уживо" }
|
||||
|
||||
cueMenuItem:string { "Проба" }
|
||||
upMenuItem:string { "Помери горе" }
|
||||
downMenuItem:string { "Помери доле" }
|
||||
removeMenuItem:string { "Уклони" }
|
||||
playMenuItem:string { "Пусти" }
|
||||
|
||||
|
||||
cuePlayerLabel:string { "Проба" }
|
||||
}
|
||||
|
||||
|
||||
metadataTypes:table
|
||||
{
|
||||
title:string { "Назив" }
|
||||
|
|
|
@ -24,9 +24,9 @@
|
|||
# Author : $Author$
|
||||
# Version : $Revision$
|
||||
# Location : $URL$
|
||||
#-------------------------------------------------------------------------------
|
||||
#-------------------------------------------------------------------------------
|
||||
# This script reates the database used by LiveSupport
|
||||
#-------------------------------------------------------------------------------
|
||||
# This script reates the database used by Campcaster
|
||||
#
|
||||
# Invoke as:
|
||||
# ./bin/createDatabase.sh
|
||||
|
@ -51,17 +51,17 @@ usrdir=$basedir/usr
|
|||
#-------------------------------------------------------------------------------
|
||||
printUsage()
|
||||
{
|
||||
echo "LiveSupport scheduler database creation script.";
|
||||
echo "Campcaster scheduler database creation script.";
|
||||
echo "parameters";
|
||||
echo "";
|
||||
echo " -D, --database The name of the LiveSupport database.";
|
||||
echo " [default: LiveSupport]";
|
||||
echo " -D, --database The name of the Campcaster database.";
|
||||
echo " [default: Campcaster]";
|
||||
echo " -s, --dbserver The name of the database server host.";
|
||||
echo " [default: localhost]";
|
||||
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 " [default: livesupport]";
|
||||
echo " [default: campcaster]";
|
||||
echo " -h, --help Print this message and exit.";
|
||||
echo "";
|
||||
}
|
||||
|
@ -106,18 +106,18 @@ if [ "x$dbserver" == "x" ]; then
|
|||
fi
|
||||
|
||||
if [ "x$database" == "x" ]; then
|
||||
database=LiveSupport;
|
||||
database=Campcaster;
|
||||
fi
|
||||
|
||||
if [ "x$dbuser" == "x" ]; then
|
||||
dbuser=livesupport;
|
||||
dbuser=campcaster;
|
||||
fi
|
||||
|
||||
if [ "x$dbpassword" == "x" ]; then
|
||||
dbpassword=livesupport;
|
||||
dbpassword=campcaster;
|
||||
fi
|
||||
|
||||
echo "Creating database for LiveSupport scheduler.";
|
||||
echo "Creating database for Campcaster scheduler.";
|
||||
echo "";
|
||||
echo "Using the following parameters:";
|
||||
echo "";
|
||||
|
|
|
@ -24,9 +24,9 @@
|
|||
# Author : $Author$
|
||||
# Version : $Revision$
|
||||
# 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:
|
||||
# ./bin/createOdbcDataSource.sh
|
||||
|
@ -51,11 +51,11 @@ usrdir=$basedir/usr
|
|||
#-------------------------------------------------------------------------------
|
||||
printUsage()
|
||||
{
|
||||
echo "LiveSupport scheduler ODBC DataSource creating script.";
|
||||
echo "Campcaster scheduler ODBC DataSource creating script.";
|
||||
echo "parameters";
|
||||
echo "";
|
||||
echo " -D, --database The name of the LiveSupport database.";
|
||||
echo " [default: LiveSupport]";
|
||||
echo " -D, --database The name of the Campcaster database.";
|
||||
echo " [default: Campcaster]";
|
||||
echo " -s, --dbserver The name of the database server host.";
|
||||
echo " [default: localhost]";
|
||||
echo " -h, --help Print this message and exit.";
|
||||
|
@ -93,11 +93,11 @@ if [ "x$dbserver" == "x" ]; then
|
|||
fi
|
||||
|
||||
if [ "x$database" == "x" ]; then
|
||||
database=LiveSupport;
|
||||
database=Campcaster;
|
||||
fi
|
||||
|
||||
|
||||
echo "Creating ODBC data source for LiveSupport scheduler.";
|
||||
echo "Creating ODBC data source for Campcaster scheduler.";
|
||||
echo "";
|
||||
echo "Using the following installation parameters:";
|
||||
echo "";
|
||||
|
@ -179,7 +179,7 @@ if [ "x$odbcinst_res" == "x" ]; then
|
|||
odbcinst -i -d -v -f $odbcinst_template || exit 1;
|
||||
fi
|
||||
|
||||
echo "Registering LiveSupport ODBC data source...";
|
||||
echo "Registering Campcaster ODBC data source...";
|
||||
cat $odbc_template | sed -e "$replace_sed_string" > $odbc_template_tmp
|
||||
odbcinst -i -s -l -f $odbc_template_tmp || exit 1;
|
||||
rm -f $odbc_template_tmp
|
||||
|
|
|
@ -24,11 +24,11 @@
|
|||
# Author : $Author$
|
||||
# Version : $Revision$
|
||||
# Location : $URL$
|
||||
#-------------------------------------------------------------------------------
|
||||
#-------------------------------------------------------------------------------
|
||||
#-------------------------------------------------------------------------------
|
||||
# This script generates code coverage data for the module
|
||||
#-------------------------------------------------------------------------------
|
||||
module="LiveSupport Scheduler"
|
||||
module="Campcaster Scheduler"
|
||||
|
||||
reldir=`dirname $0`/..
|
||||
basedir=`cd $reldir; pwd;`
|
||||
|
|
|
@ -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
|
||||
'start')
|
||||
echo "Starting the LiveSupport scheduler..."
|
||||
echo "Starting the Campcaster scheduler..."
|
||||
$scheduler_exe -c $config_file start
|
||||
sleep 2
|
||||
;;
|
||||
|
||||
'stop')
|
||||
echo "Stopping the LiveSupport scheduler..."
|
||||
echo "Stopping the Campcaster scheduler..."
|
||||
$scheduler_exe -c $config_file stop
|
||||
sleep 2
|
||||
;;
|
||||
|
||||
'restart')
|
||||
echo "Stopping the LiveSupport scheduler..."
|
||||
echo "Stopping the Campcaster scheduler..."
|
||||
$scheduler_exe -c $config_file stop
|
||||
sleep 2
|
||||
echo "Starting the LiveSupport scheduler..."
|
||||
echo "Starting the Campcaster scheduler..."
|
||||
$scheduler_exe -c $config_file start
|
||||
sleep 2
|
||||
;;
|
||||
|
||||
'status')
|
||||
echo "Checking LiveSupport scheduler status..."
|
||||
echo "Checking Campcaster scheduler status..."
|
||||
$scheduler_exe -c $config_file status
|
||||
;;
|
||||
|
||||
'install')
|
||||
echo "Installing LiveSupport scheduler database tables..."
|
||||
echo "Installing Campcaster scheduler database tables..."
|
||||
$scheduler_exe -c $config_file install
|
||||
;;
|
||||
|
||||
'uninstall')
|
||||
echo "Uninstalling LiveSupport scheduler database tables..."
|
||||
echo "Uninstalling Campcaster scheduler database tables..."
|
||||
$scheduler_exe -c $config_file uninstall
|
||||
;;
|
||||
|
||||
'kill')
|
||||
echo "Killing all LiveSupport scheduler processes..."
|
||||
echo "Killing all Campcaster scheduler processes..."
|
||||
killall scheduler
|
||||
sleep 2
|
||||
killall -9 scheduler
|
||||
;;
|
||||
|
||||
*)
|
||||
echo "LiveSupport scheduler System V runlevel init script."
|
||||
echo "Campcaster scheduler System V runlevel init script."
|
||||
echo ""
|
||||
echo "Usage:"
|
||||
echo " $0 start|stop|restart|status|install|uninstall|kill"
|
||||
|
|
|
@ -24,10 +24,10 @@
|
|||
# Author : $Author$
|
||||
# Version : $Revision$
|
||||
# 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/
|
||||
#-------------------------------------------------------------------------------
|
||||
|
||||
|
@ -41,7 +41,7 @@ etcdir=$basedir/etc
|
|||
srcdir=$basedir/src
|
||||
installdir=$basedir/../../usr
|
||||
|
||||
package="PEAR packages needed by LiveSupport"
|
||||
package="PEAR packages needed by Campcaster"
|
||||
|
||||
packages_required="
|
||||
Archive_Tar
|
||||
|
@ -80,10 +80,10 @@ VERSION_XML_Serializer=XML_Serializer-0.15.0
|
|||
#-------------------------------------------------------------------------------
|
||||
printUsage()
|
||||
{
|
||||
echo "LiveSupport PEAR packages install script.";
|
||||
echo "Campcaster PEAR packages install script.";
|
||||
echo " parameters:";
|
||||
echo "";
|
||||
echo " -d, --directory The LiveSupport installation directory";
|
||||
echo " -d, --directory The Campcaster installation directory";
|
||||
echo " -h, --help Print this message and exit.";
|
||||
echo "";
|
||||
}
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
#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:{}}}
|
Loading…
Reference in New Issue