From 445df7f6f11f26a620a8c9262f305b4a522b6468 Mon Sep 17 00:00:00 2001 From: sebastian Date: Fri, 25 Mar 2005 00:18:15 +0000 Subject: [PATCH] 0.9 ready --- .../htmlUI/var/formmask/generic.inc.php | 27 +- .../htmlUI/var/formmask/metadata.inc.php | 10 +- .../modules/htmlUI/var/globals.cz.Czech.xml | 2 +- .../modules/htmlUI/var/globals.de.German.xml | 2 +- .../modules/htmlUI/var/globals.nl.Dutch.xml | 2 +- .../modules/htmlUI/var/globals.sr.Serbian.xml | 5 + .../htmlUI/var/localizer/languages.xml | 5 + .../htmlUI/var/localizer/locals.nl.Dutch.xml | 39 ++ .../var/localizer/locals.sr.Serbian.xml | 122 +++++ .../modules/htmlUI/var/locals.cz.Czech.xml | 164 ++++++- .../modules/htmlUI/var/locals.de.German.xml | 246 ++++++---- .../modules/htmlUI/var/locals.en.English.xml | 76 ++++ .../htmlUI/var/locals.hu.Hungarian.xml | 163 +++++++ .../modules/htmlUI/var/locals.nl.Dutch.xml | 165 ++++++- .../modules/htmlUI/var/locals.sr.Serbian.xml | 428 ++++++++++++++++++ .../modules/htmlUI/var/templates/main.tpl | 2 +- .../htmlUI/var/templates/playlist/editor.tpl | 4 +- .../var/templates/script/contextmenu.js.tpl | 37 +- .../modules/htmlUI/var/ui_base.inc.php | 2 +- 19 files changed, 1381 insertions(+), 120 deletions(-) create mode 100755 livesupport/modules/htmlUI/var/globals.sr.Serbian.xml create mode 100755 livesupport/modules/htmlUI/var/localizer/locals.sr.Serbian.xml create mode 100755 livesupport/modules/htmlUI/var/locals.sr.Serbian.xml diff --git a/livesupport/modules/htmlUI/var/formmask/generic.inc.php b/livesupport/modules/htmlUI/var/formmask/generic.inc.php index de65a2f6f..ee0f0ea72 100755 --- a/livesupport/modules/htmlUI/var/formmask/generic.inc.php +++ b/livesupport/modules/htmlUI/var/formmask/generic.inc.php @@ -459,9 +459,11 @@ $ui_fmask = array( 'label' => 'Language', 'options' => array( 'en.English' => 'English', + 'nl.Dutch' => 'Dutch', 'cz.Czech' => 'Czech', 'de.German' => 'German', 'hu.Hungarian' => 'Hungarian', + 'sr.Serbian' => 'Serbian' ) ) ), @@ -566,6 +568,7 @@ $ui_fmask = array( 'element' => 'headline', 'type' => 'static' ), + /* array( 'element' => 'type', 'type' => 'radio', @@ -575,33 +578,51 @@ $ui_fmask = array( 'pause' => 'Pause' ), 'default' => 'fadeX' - ) + ) */ + array( + 'element' => 'type', + 'type' => 'hidden', + 'default' => 'fadeX' + ), ), 'fadeIn' => array( array( 'element' => 'headline', 'type' => 'static' ), + /* array( 'element' => 'type', 'type' => 'radio', 'label' => 'Type', 'options' => array('fadeIn' => 'Fade in'), 'default' => 'fadeIn' - ) + ) */ + array( + 'element' => 'type', + 'type' => 'hidden', + 'default' => 'fadeIn' + ), + ), 'fadeOut' => array( array( 'element' => 'headline', 'type' => 'static' ), + /* array( 'element' => 'type', 'type' => 'radio', 'label' => 'Type', 'options' => array('fadeOut' => 'Fade out'), 'default' => 'fadeOut' - ) + ) */ + array( + 'element' => 'type', + 'type' => 'hidden', + 'default' => 'fadeOut' + ), ), 'all' => array( array( diff --git a/livesupport/modules/htmlUI/var/formmask/metadata.inc.php b/livesupport/modules/htmlUI/var/formmask/metadata.inc.php index 225e01475..c58d89d99 100755 --- a/livesupport/modules/htmlUI/var/formmask/metadata.inc.php +++ b/livesupport/modules/htmlUI/var/formmask/metadata.inc.php @@ -59,10 +59,12 @@ $mask = array( 'type' => 'select', 'label' => 'Language', 'options' => array( - 'en' => 'English', - 'cz' => 'Czech', - 'de' => 'German', - 'hu' => 'Hungarian', + 'en' => 'English', + 'nl' => 'Dutch', + 'cz' => 'Czech', + 'de' => 'German', + 'hu' => 'Hungarian', + 'sr' => 'Serbian' ), 'attributes'=> array('onChange' => 'MData_switchLang()') ) diff --git a/livesupport/modules/htmlUI/var/globals.cz.Czech.xml b/livesupport/modules/htmlUI/var/globals.cz.Czech.xml index bef8e4206..3475e7938 100644 --- a/livesupport/modules/htmlUI/var/globals.cz.Czech.xml +++ b/livesupport/modules/htmlUI/var/globals.cz.Czech.xml @@ -1,5 +1,5 @@ - cz.Czech + \ No newline at end of file diff --git a/livesupport/modules/htmlUI/var/globals.de.German.xml b/livesupport/modules/htmlUI/var/globals.de.German.xml index 7ec884130..ab673e2e8 100644 --- a/livesupport/modules/htmlUI/var/globals.de.German.xml +++ b/livesupport/modules/htmlUI/var/globals.de.German.xml @@ -1,5 +1,5 @@ - de.German + \ No newline at end of file diff --git a/livesupport/modules/htmlUI/var/globals.nl.Dutch.xml b/livesupport/modules/htmlUI/var/globals.nl.Dutch.xml index 0f492bca8..96285f3ae 100644 --- a/livesupport/modules/htmlUI/var/globals.nl.Dutch.xml +++ b/livesupport/modules/htmlUI/var/globals.nl.Dutch.xml @@ -1,5 +1,5 @@ - nl.Dutch + \ No newline at end of file diff --git a/livesupport/modules/htmlUI/var/globals.sr.Serbian.xml b/livesupport/modules/htmlUI/var/globals.sr.Serbian.xml new file mode 100755 index 000000000..07ee510d1 --- /dev/null +++ b/livesupport/modules/htmlUI/var/globals.sr.Serbian.xml @@ -0,0 +1,5 @@ + + + sr.Serbian + + \ No newline at end of file diff --git a/livesupport/modules/htmlUI/var/localizer/languages.xml b/livesupport/modules/htmlUI/var/localizer/languages.xml index 3ea845e74..f4bf470d1 100755 --- a/livesupport/modules/htmlUI/var/localizer/languages.xml +++ b/livesupport/modules/htmlUI/var/localizer/languages.xml @@ -25,4 +25,9 @@ Hungarian(HU) Hungarian + + sr.Serbian + Serbian(SR) + Serbian + diff --git a/livesupport/modules/htmlUI/var/localizer/locals.nl.Dutch.xml b/livesupport/modules/htmlUI/var/localizer/locals.nl.Dutch.xml index 8415f6d0d..d5c4e6532 100644 --- a/livesupport/modules/htmlUI/var/localizer/locals.nl.Dutch.xml +++ b/livesupport/modules/htmlUI/var/localizer/locals.nl.Dutch.xml @@ -4,119 +4,158 @@ checked collect expressions + uitdrukkingen verzamelen localizer + localiseren $1 file already exist in $2 + $1 bestand bestaad reeds in $2 edit "$1" + "$1" aanpassen edit '$1' + '$1' aanpassen create new language file $1 + creëer nieuw taalbestand $1 create new language file in + creëer een nieuwe taal in delete + verwijderen edit + aanpassen entrys: + toegang: $1 and $2 files already exist in $3 + $1 and $2 bestanden bestaan reeds in $3 ok + ok add new fields: + veld toevoegen name + naam native name + oorspronkelijke naam code + kode source: + bron: target: + doel: manage languages + talen beheren choose language + kies een taal key: + sleutel cannot open $1 + kan $1 niet openen key "$1" already exists in $2-file + sleutel "$1" bestaad reeds in $2-file show only untranslated + laat alleen de onvertaalde zien cannot read $1 + $1 is niet leesbaar translate from: + vertaal formulier really delete this entry? + weet u het zeker? fully translated + voltooid after + na go + gaan back + retour and select file type + selecteer bestands type and enter a positive integer value + en geef een positieve waarde in save to file + opslaan in bestand add new language + nieuwe taal toevoegen create language files + nieuwe taal bestanden creëeren at begin + beginen op at end + eindigen op key + sleutel \ No newline at end of file diff --git a/livesupport/modules/htmlUI/var/localizer/locals.sr.Serbian.xml b/livesupport/modules/htmlUI/var/localizer/locals.sr.Serbian.xml new file mode 100755 index 000000000..ae0a1a2de --- /dev/null +++ b/livesupport/modules/htmlUI/var/localizer/locals.sr.Serbian.xml @@ -0,0 +1,122 @@ + + + sr.Serbian + checked + + collect expressions + + + localizer + + + $1 file already exist in $2 + + + edit "$1" + + + edit '$1' + + + create new language file $1 + + + create new language file in + + + delete + + + edit + + + entrys: + + + $1 and $2 files already exist in $3 + + + ok + + + add new fields: + + + name + + + native name + + + code + + + source: + + + target: + + + manage languages + + + choose language + + + key: + + + cannot open $1 + + + key "$1" already exists in $2-file + + + show only untranslated + + + cannot read $1 + + + translate from: + + + really delete this entry? + + + fully translated + + + after + + + go + + + back + + + and select file type + + + and enter a positive integer value + + + save to file + + + add new language + + + create language files + + + at begin + + + at end + + + key + + \ No newline at end of file diff --git a/livesupport/modules/htmlUI/var/locals.cz.Czech.xml b/livesupport/modules/htmlUI/var/locals.cz.Czech.xml index fe83de5b5..0252b3f31 100644 --- a/livesupport/modules/htmlUI/var/locals.cz.Czech.xml +++ b/livesupport/modules/htmlUI/var/locals.cz.Czech.xml @@ -1,266 +1,428 @@ - cz.Czech + + Activate this Playlist + Aktivovat tento playlist + + + Add to ScratchPad + Přidat na pracovní plochu + + + Add to active Playlist + Přidat do aktivního playlistu + + + Change Fadein + Změnit zesilování nástupu + + + Change Fadeout + Změnit zeslabovaní + + + Change Transition + Změnit přechod + + + Delete File + Vymazat soubor + + + Display this Playlist + Zobrazit tento playlist + + + Edit File + Editovat soubor + + + Edit Metadata + Editovat metadata + + + Insert Playlist here + Zde vložit playlist + + + List Folder + Zobrazit složku + + + Listen to File + Poslouchat soubor + + + New Playlist using File + Nový playlist s timto souborem + + + Remove File from Playlist + Odstranit soubor z playlistu + + + Remove Playlist + Odstranit playlist + + + Remove from Scratchpad + Odstranit z pracovní plochy + + + Save and Close Playlist + Uložit a zavřit playlist + + + Help + Pomoc + Access + Přístup Add Audio + Přidat audio Add to Playlist + Přidat do playlistu Artist + Umělec Browse + Procházet CW + KT Clear + Vymazat (obsah) Clear Playlist + Vyprázdnit playlist Count + Počet Creator + Tvůrce Daily View + Denní program Data + Data Day + Den Delete Playlist + Vymazat playlist Duration + Délka Edit + Editovat Fade + Prolínat File + Soubor File List + Seznam souborů File Management + Správa souborů Folder Structure + Struktura složek Go + Jdi Item + Položka KW + KT Library Search + Hledat v knihovně Local Time + Místní čas MDataXML + XML metadata Main + Hlavní Media Library + Knihovna médií Metadata + Metadata Month + Měsíc Monthly View + Program na měsíc Move + Přemístit Multiple Action: + Multiplicitní akce Music + Hudba Name + Jméno New + Nový New Playlist + Nový playlist New Playlist using Item + Nový playlist s timto souborem New empty Playlist + Nový prazdný playlist No Entry + Prazdné pole No match found. + Žadný soubor nenalezen No objects + Žadné objekty Open last Playlist + Otevřit poslední playlist Page + Stránka Playlist Editor + Editor playlistu Playlist Metadata + Metadata playlistu Range + Rozsah RawAnalyze + Analyzovat soubor Remove + Odstranit Remove Selected + Odstranit vybrané Revert to Saved + Vrátit do uloženého stavu Save Playlist + Uložit playlist Save and Close + Uložit a zavřit Scheduler + Plánovač Scheduler Navigation + Navigace v plánovači Scratch Pad + Pracovní plocha Search + Vyhledat Signed in + Zalogován Station Settings + Předvolby stanice Station Time + Mistní čas stanice Stream + Stream Talk + Mluvené slovo Title + Titul To Playlist + Do playlistu Today + Dnes Tree view + Zobrazit strom Type + Typ UploadM + Upload metadata User/Groups + Uživatelé a skupiny Week + Týden Weekly View + Týdenní program copy + kopírovat go up + jdi nahoru move + přemístit move down + posunout dolů move up + posunout nahoru new folder + nová složka next + příští permissions + práva previous + předešlý {$o.name} + {$sec.header} + $1 must be $2 + $1 musí být $2 Do + Proveďte Missing value for $1 + Chybná hodnota pro $1 Select a Value + Vyber hodnotu \ No newline at end of file diff --git a/livesupport/modules/htmlUI/var/locals.de.German.xml b/livesupport/modules/htmlUI/var/locals.de.German.xml index e301681ae..0b85fe739 100644 --- a/livesupport/modules/htmlUI/var/locals.de.German.xml +++ b/livesupport/modules/htmlUI/var/locals.de.German.xml @@ -1,329 +1,405 @@ de.German + + Activate this Playlist + Aktive Liste + + + Add to ScratchPad + In den Notizblock eintragen + + + Add to active Playlist + Zur aktiven Liste hinzufügen + + + Change Fadein + Einblenden ändern + + + Change Fadeout + Ausblenden ändern + + + Change Transition + Überblenden ändern + + + Delete File + Datei löschen + + + Display this Playlist + Diese Liste anzeigen + + + Edit File + Datei bearbeiten + + + Edit Metadata + Metadaten bearbeiten + + + Insert Playlist here + Programmliste hier einfügen + + + List Folder + Ordner anzeigen + + + Listen to File + Anhören + + + New Playlist using File + Neue Liste mit dieser Datei + + + Remove File from Playlist + Datei von der Liste entfernen + + + Remove Playlist + Liste entfernen + + + Remove from Scratchpad + Vom Notizblock löschen + + + Save and Close Playlist + Liste speichern und schließen + + + Help + Hilfe + Access - + Zugriff Add Audio - + Medien hinzufügen Add to Playlist - + Zur Liste hinzufügen Artist - + Künstler Browse - + Durchstöbern CW - + KW Clear - + Leeren Clear Playlist - + Wiedergabeliste leeren Count - + Anzahl Creator - + Erstellt von Daily View - + Tagesansicht Data - + Daten Day - + Tag Delete Playlist - + Liste löschen Duration - + Dauer Edit - + Bearbeiten Fade - + Überblenden File - + Datei File List - + Dateiliste File Management - + Dateimanagement Folder Structure - + Ordnerstruktur Go - + Los Item - + Element KW - + KW Library Search - + Medien suchen Local Time - + Lokale Zeit MDataXML - + MDataXML Main - + Haupt Media Library - + Medienbibliothek Metadata - + Metadaten Month - + Monat Monthly View - + Monatsansicht Move - + Verschieben Multiple Action: - + Aktionen Music - + Musik Name - + Name New - + Neu New Playlist - + Neue Liste New Playlist using Item - + Neue Liste mit Element New empty Playlist - + Neue leere Liste No Entry - + Kein Eintrag No match found. - + Kein Eintrag gefunden No objects - + Keine Objekte Open last Playlist - + Letzte Liste öffnen Page - + Seite Playlist Editor - + Programmlisten Playlist Metadata - + Listen-Metadaten Range - + Bereich RawAnalyze - + RohAnalyse Remove - + Entfernen Remove Selected - + Aufgewählte entfernen Revert to Saved - + Zurück zum letzten Speicherstand Save Playlist - + Programmliste speichern Save and Close - + Speichern und Schließen Scheduler - + Programmautomatik Scheduler Navigation - + Termine wählen Scratch Pad - + Notizblock Search - + Suche Signed in - + Eingetragen Station Settings - + Studio Einstellungen Station Time - + Zeit im Studio Stream - + Stream Talk - + Sprache Title - + Titel To Playlist - + Zur Liste Today - + Heute Tree view - + Baumansicht Type - + Typ UploadM - + MHochladen User/Groups - + User/Gruppen Week - + Woche Weekly View - + Wochenansicht copy - + Kopieren go up - + Nach oben move - + Verschieben move down - + hoch move up - + runter new folder - + Neuer Ordner next - + weiter permissions - + Rechte previous - + zurück {$o.name} @@ -335,18 +411,18 @@ $1 must be $2 - + $1 muss $2 sein Do - + Ausführen Missing value for $1 - + Fehlender Wert für $1 Select a Value - + Wert auswählen \ No newline at end of file diff --git a/livesupport/modules/htmlUI/var/locals.en.English.xml b/livesupport/modules/htmlUI/var/locals.en.English.xml index 816363909..7e3284ecb 100755 --- a/livesupport/modules/htmlUI/var/locals.en.English.xml +++ b/livesupport/modules/htmlUI/var/locals.en.English.xml @@ -2,6 +2,82 @@ en.English + + Activate this Playlist + + + + Add to ScratchPad + + + + Add to active Playlist + + + + Change Fadein + + + + Change Fadeout + + + + Change Transition + + + + Delete File + + + + Display this Playlist + + + + Edit File + + + + Edit Metadata + + + + Insert Playlist here + + + + List Folder + + + + Listen to File + + + + New Playlist using File + + + + Remove File from Playlist + + + + Remove Playlist + + + + Remove from Scratchpad + + + + Save and Close Playlist + + + + Help + + Access diff --git a/livesupport/modules/htmlUI/var/locals.hu.Hungarian.xml b/livesupport/modules/htmlUI/var/locals.hu.Hungarian.xml index 16e7705bb..9b3f610dc 100644 --- a/livesupport/modules/htmlUI/var/locals.hu.Hungarian.xml +++ b/livesupport/modules/htmlUI/var/locals.hu.Hungarian.xml @@ -2,265 +2,428 @@ hu.Hungarian + + Activate this Playlist + + + + Add to ScratchPad + + + + Add to active Playlist + + + + Change Fadein + + + + Change Fadeout + + + + Change Transition + + + + Delete File + + + + Display this Playlist + + + + Edit File + + + + Edit Metadata + + + + Insert Playlist here + + + + List Folder + + + + Listen to File + + + + New Playlist using File + + + + Remove File from Playlist + + + + Remove Playlist + + + + Remove from Scratchpad + + + + Save and Close Playlist + + + + Help + + Access + Add Audio + Add to Playlist + Artist + Browse + CW + Clear + Clear Playlist + Count + Creator + Daily View + Data + Day + Delete Playlist + Duration + Edit + Fade + File + File List + File Management + Folder Structure + Go + Item + KW + Library Search + Local Time + MDataXML + Main + Media Library + Metadata + Month + Monthly View + Move + Multiple Action: + Music + Name + New + New Playlist + New Playlist using Item + New empty Playlist + No Entry + No match found. + No objects + Open last Playlist + Page + Playlist Editor + Playlist Metadata + Range + RawAnalyze + Remove + Remove Selected + Revert to Saved + Save Playlist + Save and Close + Scheduler + Scheduler Navigation + Scratch Pad + Search + Signed in + Station Settings + Station Time + Stream + Talk + Title + To Playlist + Today + Tree view + Type + UploadM + User/Groups + Week + Weekly View + copy + go up + move + move down + move up + new folder + next + permissions + previous + {$o.name} + {$sec.header} + $1 must be $2 + Do + Missing value for $1 + Select a Value + \ No newline at end of file diff --git a/livesupport/modules/htmlUI/var/locals.nl.Dutch.xml b/livesupport/modules/htmlUI/var/locals.nl.Dutch.xml index 1df1a12f1..d9ee3567d 100644 --- a/livesupport/modules/htmlUI/var/locals.nl.Dutch.xml +++ b/livesupport/modules/htmlUI/var/locals.nl.Dutch.xml @@ -1,266 +1,429 @@ - nl.Dutch + checked + + Activate this Playlist + Playlist activeren + + + Add to ScratchPad + Aan ScratchPad toevoegen + + + Add to active Playlist + Aan Playlist toevoegen + + + Change Fadein + Ingang aanpassen + + + Change Fadeout + Uitgang aanpassen + + + Change Transition + Overgang aanpassen + + + Delete File + Bestand verwijderen + + + Display this Playlist + Laat deze Playlist zien + + + Edit File + Bestand aanpassen + + + Edit Metadata + Metadata aanpassen + + + Insert Playlist here + Playlist invoegen + + + List Folder + Verkenner + + + Listen to File + Beluisteren + + + New Playlist using File + Gebruik bestand voor nieuwe Playlist + + + Remove File from Playlist + Verwijder bestand uit de Playlist + + + Remove Playlist + Verwijder Playlist + + + Remove from Scratchpad + Verwijderen uit Scratchpad + + + Save and Close Playlist + Opslaan en afsluiten + + + Help + Help + Access + Toegang Add Audio + Audio toevoegen Add to Playlist + Aan playlist toevoegen Artist + Artiest Browse + Bladeren CW + CW Clear + Opschonen Clear Playlist + Playlist opschonen Count + Tellen Creator + Eigennaar Daily View + Per Dag Data + Datum Day + Dag Delete Playlist + Verwijder Playlist Duration + Duur Edit + Aanpassen Fade + Fade File + Bestand File List + Bestandslijst File Management + Verkenner Folder Structure + Bestands structuur Go + Go Item + Item KW + KW Library Search + Zoeken in bibliotheek Local Time + Lokale tijd MDataXML + MDataXML Main + Main Media Library + Bestands bibliotheek Metadata + Metadata Month + Maand Monthly View + Per Maand Move + Verplaatsen Multiple Action: + Meervoudige actie Music + Muziek Name + Naam New + Nieuw New Playlist + Nieuwe Playlist New Playlist using Item + Item gebruiken in Playlist New empty Playlist + Nieuwe lege Playlist No Entry + Geen ingang No match found. + Niet gevonden No objects + Geen objecten Open last Playlist + Laatste Playlist Page + Pagina Playlist Editor + Playlist Editor Playlist Metadata + Playlist Metadata Range + Waarde RawAnalyze + RawAnalyze Remove + Verwijderen Remove Selected + Geselecteerde verwijderen Revert to Saved + Retour naar opgeslagen Save Playlist + Playlist opslaan Save and Close + Opslaan en afsluiten Scheduler + Scheduler Scheduler Navigation + Scheduler verkenner Scratch Pad + Scratch Pad Search + Zoeken Signed in + Inschrijven Station Settings + Stations eigenschappen Station Time + Stations tijd Stream + Stream Talk + Gesproken Title + Titel To Playlist + Naar Playlist Today + Vandaag Tree view + Verkener Type + Type UploadM + UploadM User/Groups + Gebruikers/Groepen Week + Week Weekly View + Per Week copy + Kopieeren go up + Naar boven move + Verplaatsen move down + Naar beneden move up + Naar boven new folder + Nieuwe folder next + Volgende permissions + Rechten previous + Vorige {$o.name} + {$o.name} {$sec.header} + {$sec.header} $1 must be $2 + $1 moet zijn $2 Do + Do Missing value for $1 + $1 deze waarde ontbreekt Select a Value + Kies een waarde \ No newline at end of file diff --git a/livesupport/modules/htmlUI/var/locals.sr.Serbian.xml b/livesupport/modules/htmlUI/var/locals.sr.Serbian.xml new file mode 100755 index 000000000..06c533994 --- /dev/null +++ b/livesupport/modules/htmlUI/var/locals.sr.Serbian.xml @@ -0,0 +1,428 @@ + + + sr.Serbian + + Activate this Playlist + Aktiviraj plej listu + + + Add to ScratchPad + Dodaj u svaštaru + + + Add to active Playlist + Dodaj na aktivnu plej listu + + + Change Fadein + Promeni fejdin + + + Change Fadeout + Promeni fejdaut + + + Change Transition + Promeni prelaz + + + Delete File + Izbriši fajl + + + Display this Playlist + Prikaži plejlistu + + + Edit File + Uredi fajl + + + Edit Metadata + Promeni metapodatke + + + Insert Playlist here + Ubaci plej listu ovde + + + List Folder + Izlistaj direktorijum + + + Listen to File + Preslušaj fajl + + + New Playlist using File + Nova plej lista sa ovim fajlom + + + Remove File from Playlist + Izbaci sa plej liste + + + Remove Playlist + Odstrani plej listu + + + Remove from Scratchpad + Izbaci iz svaštare + + + Save and Close Playlist + Snimi i zatvori plej listu + + + Help + Pomoć + + + Access + Pristup + + + Add Audio + Dodaj audio + + + Add to Playlist + Dodaj na plej listu + + + Artist + Izvođač + + + Browse + Prelistaj + + + CW + KN + + + Clear + Očisti + + + Clear Playlist + Očisti plej listu + + + Count + Količina + + + Creator + Autor + + + Daily View + Dnevni pregled + + + Data + Podaci + + + Day + Dan + + + Delete Playlist + Obriši plej listu + + + Duration + Trajanje + + + Edit + Promeni + + + Fade + Fejd + + + File + Fajl + + + File List + Fajl lista + + + File Management + Administracija fajlova + + + Folder Structure + Struktura direktorijuma + + + Go + Rokaj + + + Item + Stavka + + + KW + + + + Library Search + Pretraga audioteke + + + Local Time + Lokalno vreme + + + MDataXML + MDataXML + + + Main + Glavno + + + Media Library + Audioteka + + + Metadata + Metapodaci + + + Month + Mesec + + + Monthly View + Mesečni pregled + + + Move + Premesti + + + Multiple Action: + Višestruka operacija + + + Music + Muzika + + + Name + Ime + + + New + Nov + + + New Playlist + Nova plej lista + + + New Playlist using Item + Nova plejlista sa stavkom + + + New empty Playlist + Nova prazna plej lista + + + No Entry + Prazno polje + + + No match found. + Nije nađeno + + + No objects + Nema tih objekata + + + Open last Playlist + Otvori poslednju plej listu + + + Page + Stranica + + + Playlist Editor + Editor plej listi + + + Playlist Metadata + Metadata plej liste + + + Range + Opseg + + + RawAnalyze + RawAnalyze + + + Remove + Odstrani + + + Remove Selected + Odstrani obeleženo + + + Revert to Saved + Vrati se na snimljenu verziju + + + Save Playlist + Snimi plej list + + + Save and Close + Snimi i zatvori + + + Scheduler + Programator + + + Scheduler Navigation + Navigacija programatorom + + + Scratch Pad + Svaštara + + + Search + Pretraga + + + Signed in + Ulogovan + + + Station Settings + Podešavanje stanice + + + Station Time + Vreme u stanici + + + Stream + Strim + + + Talk + Govor + + + Title + Naslov + + + To Playlist + Na plej listu + + + Today + Danas + + + Tree view + Stablo + + + Type + Tip + + + UploadM + AploadM + + + User/Groups + Korisnik/grup + + + Week + Nedelja + + + Weekly View + Nedeljni pregled + + + copy + iskopiraj + + + go up + idi gore + + + move + pomeri + + + move down + pomeri dole + + + move up + pomeri gore + + + new folder + novi direktorijum + + + next + sledeće + + + permissions + prava + + + previous + prethodno + + + {$o.name} + + + + {$sec.header} + + + + $1 must be $2 + $1 mora da bude $2 + + + Do + Uradi + + + Missing value for $1 + Nedostaje vrednost za $1 + + + Select a Value + Izaberi vrednost + + \ No newline at end of file diff --git a/livesupport/modules/htmlUI/var/templates/main.tpl b/livesupport/modules/htmlUI/var/templates/main.tpl index 5e7b1a672..54b13585f 100755 --- a/livesupport/modules/htmlUI/var/templates/main.tpl +++ b/livesupport/modules/htmlUI/var/templates/main.tpl @@ -2,7 +2,7 @@ {include file="header.tpl"} {include file="masterpanel.tpl"} - + diff --git a/livesupport/modules/htmlUI/var/templates/playlist/editor.tpl b/livesupport/modules/htmlUI/var/templates/playlist/editor.tpl index 97d024efd..121e89067 100755 --- a/livesupport/modules/htmlUI/var/templates/playlist/editor.tpl +++ b/livesupport/modules/htmlUI/var/templates/playlist/editor.tpl @@ -47,9 +47,9 @@ {/foreach} {if $n} - + - ##Fade## {$i.fadein_ms|string_format:"%d"} ms + ##Fade## {$i.fadeout_ms|string_format:"%d"} ms {else} diff --git a/livesupport/modules/htmlUI/var/templates/script/contextmenu.js.tpl b/livesupport/modules/htmlUI/var/templates/script/contextmenu.js.tpl index 42e54ebb3..fec481c44 100755 --- a/livesupport/modules/htmlUI/var/templates/script/contextmenu.js.tpl +++ b/livesupport/modules/htmlUI/var/templates/script/contextmenu.js.tpl @@ -27,77 +27,76 @@ function contextmenu(param) { switch (contextmenu.arguments[i]) { {/literal} case "PL.display": - contextmenuHtml = contextmenuHtml + "
  •  Display this Playlist 
  • "; + contextmenuHtml = contextmenuHtml + "
  •  ##Display this Playlist## 
  • "; break; case "PL.release": - contextmenuHtml = contextmenuHtml + "
  •  Release Playlist 
  • "; + contextmenuHtml = contextmenuHtml + "
  •  ##Save and Close Playlist## 
  • "; break; case "PL.addItem": - contextmenuHtml = contextmenuHtml + "
  •  Add to active Playlist 
  • "; + contextmenuHtml = contextmenuHtml + "
  •  ##Add to active Playlist## 
  • "; break; case "PL.removeItem": - contextmenuHtml = contextmenuHtml + "
  •  Remove Item from Playlist 
  • "; + contextmenuHtml = contextmenuHtml + "
  •  ##Remove File from Playlist## 
  • "; break; case "PL.activate": - contextmenuHtml = contextmenuHtml + "
  •  Activate this Playlist 
  • "; + contextmenuHtml = contextmenuHtml + "
  •  ##Activate this Playlist## 
  • "; break; case "PL.create": - contextmenuHtml = contextmenuHtml + "
  •  New Playlist using Item 
  • "; + contextmenuHtml = contextmenuHtml + "
  •  ##New Playlist using File## 
  • "; break; case "PL.changeFadeIn": - contextmenuHtml = contextmenuHtml + "
  •  Change Fadein 
  • "; + contextmenuHtml = contextmenuHtml + "
  •  ##Change Fadein## 
  • "; break; case "PL.changeTransition": - contextmenuHtml = contextmenuHtml + "
  •  Change Transition 
  • "; + contextmenuHtml = contextmenuHtml + "
  •  ##Change Transition## 
  • "; break; case "PL.changeFadeOut": - contextmenuHtml = contextmenuHtml + "
  •  Change Fadeout 
  • "; + contextmenuHtml = contextmenuHtml + "
  •  ##Change Fadeout## 
  • "; break; case "PL.editMetaData": - contextmenuHtml = contextmenuHtml + "
  •  Edit Metadata 
  • "; + contextmenuHtml = contextmenuHtml + "
  •  ##Edit Metadata## 
  • "; break; case "SP.addItem": - contextmenuHtml = contextmenuHtml + "
  •  Add to ScratchPad 
  • "; + contextmenuHtml = contextmenuHtml + "
  •  ##Add to ScratchPad## 
  • "; break; case "SP.removeItem": - contextmenuHtml = contextmenuHtml + "
  •  Remove from Scratchpad 
  • "; + contextmenuHtml = contextmenuHtml + "
  •  ##Remove from Scratchpad## 
  • "; break; case "listen": i++; - contextmenuHtml = contextmenuHtml + "
  •  Listen 
  • "; + contextmenuHtml = contextmenuHtml + "
  •  ##Listen to File## 
  • "; break; case "edit": - contextmenuHtml = contextmenuHtml + "
  •  Edit 
  • "; + contextmenuHtml = contextmenuHtml + "
  •  ##Edit File## 
  • "; break; case "delete": - //contextmenuHtml = contextmenuHtml + "
  •  Delete Item 
  • "; - contextmenuHtml = contextmenuHtml + "
  •  Delete Item 
  • "; + contextmenuHtml = contextmenuHtml + "
  •  ##Delete File## 
  • "; break; case "fileList": - contextmenuHtml = contextmenuHtml + "
  •  List Folder 
  • "; + contextmenuHtml = contextmenuHtml + "
  •  ##List Folder## 
  • "; break; case "SCHEDULER.addItem": - contextmenuHtml = contextmenuHtml + "
  •  Insert Playlist here 
  • "; + contextmenuHtml = contextmenuHtml + "
  •  ##Insert Playlist here## 
  • "; break; case "SCHEDULER.removeItem": - contextmenuHtml = contextmenuHtml + "
  •  Remove Playlist 
  • "; + contextmenuHtml = contextmenuHtml + "
  •  ##Remove Playlist## 
  • "; break; {literal} } diff --git a/livesupport/modules/htmlUI/var/ui_base.inc.php b/livesupport/modules/htmlUI/var/ui_base.inc.php index 822671ced..826ff40c6 100644 --- a/livesupport/modules/htmlUI/var/ui_base.inc.php +++ b/livesupport/modules/htmlUI/var/ui_base.inc.php @@ -28,7 +28,7 @@ function tra($input) if ($uiBase->langid && !is_array($GS)) { #echo "load translation"; include_once dirname(__FILE__).'/localizer/require.inc.php'; - + #echo $uiBase->langid; $GS = loadTranslations($uiBase->langid); } ## end init ####################################