From 13d71ed3c23bbda202fe2dc1cec47c93c3cc2d53 Mon Sep 17 00:00:00 2001 From: sebastian Date: Tue, 5 Apr 2005 15:40:44 +0000 Subject: [PATCH] *** empty log message *** --- .../htmlUI/var/html/styles_livesupport.css | 2 +- .../modules/htmlUI/var/localizer/data.inc.php | 30 +- .../htmlUI/var/localizer/display.inc.php | 2 +- .../htmlUI/var/localizer/languages.xml | 5 + .../var/localizer/locals.en.English.xml | 318 ++-- .../modules/htmlUI/var/localizer/main.php | 4 +- .../htmlUI/var/localizer/require.inc.php | 2 +- .../modules/htmlUI/var/locals.cz.Czech.xml | 1425 ++++++++++++++++ .../modules/htmlUI/var/locals.de.German.xml | 1425 ++++++++++++++++ .../modules/htmlUI/var/locals.en.English.xml | 671 ++++++-- .../htmlUI/var/locals.hu.Hungarian.xml | 1424 ++++++++++++++++ .../modules/htmlUI/var/locals.nl.Dutch.xml | 1426 +++++++++++++++- .../modules/htmlUI/var/locals.sr.Serbian.xml | 1427 ++++++++++++++++- .../htmlUI/var/templates/library/results.tpl | 27 +- .../modules/htmlUI/var/templates/menu.tpl | 18 +- .../htmlUI/var/templates/scratchpad.tpl | 74 +- .../var/templates/script/collector.js.tpl | 3 +- .../modules/htmlUI/var/ui_handler.class.php | 14 +- .../modules/htmlUI/var/ui_playlist.class.php | 14 +- .../htmlUI/var/ui_scratchpad.class.php | 34 +- 20 files changed, 7957 insertions(+), 388 deletions(-) diff --git a/livesupport/modules/htmlUI/var/html/styles_livesupport.css b/livesupport/modules/htmlUI/var/html/styles_livesupport.css index 359e3cf2a..7c83f2e6b 100755 --- a/livesupport/modules/htmlUI/var/html/styles_livesupport.css +++ b/livesupport/modules/htmlUI/var/html/styles_livesupport.css @@ -49,7 +49,7 @@ form { font-size: 12px; background-color: #F7F9FB; padding: 0 25px 0 25px; cursor: pointer; - width: 150px; + width: 170px; } .button_large { font-size: 12px; font-weight: bold; diff --git a/livesupport/modules/htmlUI/var/localizer/data.inc.php b/livesupport/modules/htmlUI/var/localizer/data.inc.php index a421eeb2a..01b611493 100755 --- a/livesupport/modules/htmlUI/var/localizer/data.inc.php +++ b/livesupport/modules/htmlUI/var/localizer/data.inc.php @@ -47,7 +47,7 @@ class Data { } function readTransXML2Arr($file, $Id) // read language-xml-file, return array - { + { $realpath = Data::_realTransPath($file, $Id, 'xml'); if ($arr = Data::readXML2Arr($realpath)) { // read file & convert it @@ -536,9 +536,11 @@ class Data { { $n = 0; - $filePattern = '/(.*).php/'; // all .php files - $functPattern1 = '/tra( )*\(( )*\'([^\']*)\'/iU'; // like tra('edit "$1"', ...); ' - $functPattern2 = '/tra( )*\(( )*"([^"]*)"/iU'; // like tra("edit '$1'", ...); " + $filePattern = '/(.*).php/'; // all .php files + $functPattern[] = '/tra( )*\(( )*\'([^\']*)\'/iU'; // like tra('edit "$1"', ...); ' + $functPattern[] = '/tra( )*\(( )*"([^"]*)"/iU'; // like tra("edit '$1'", ...); " + $functPattern[] = '/_retMsg( )*\(( )*\'([^\']*)\'/iU'; // ' + $functPattern[] = '/_retMsg( )*\(( )*"([^"]*)"/iU'; // " $files = File_Find::mapTreeMultiple($file['dir'], 1); @@ -559,20 +561,14 @@ class Data { return FALSE; foreach ($data as $line) { - if (preg_match_all($functPattern1, $line, $m)) { // collact all matches - foreach ($m[3] as $match) { - $n++; - $matches[$match] = $n; + foreach ($functPattern as $pattern) { + if (preg_match_all($pattern, $line, $m)) { // collact all matches + foreach ($m[3] as $match) { + $n++; + $matches[$match] = $n; + } } - } - - if (preg_match_all($functPattern2, $line, $m)) { // collact all matches - foreach ($m[3] as $match) { - $n++; - $matches[$match] = $n; - - } - } + } } if (is_array($matches)==FALSE) diff --git a/livesupport/modules/htmlUI/var/localizer/display.inc.php b/livesupport/modules/htmlUI/var/localizer/display.inc.php index 39a299224..50fb1a0f0 100755 --- a/livesupport/modules/htmlUI/var/localizer/display.inc.php +++ b/livesupport/modules/htmlUI/var/localizer/display.inc.php @@ -359,7 +359,7 @@ class Display { '; for($n=1; $n<=$amount; $n++) { - $html .= ""; + $html .= ""; } $html .= diff --git a/livesupport/modules/htmlUI/var/localizer/languages.xml b/livesupport/modules/htmlUI/var/localizer/languages.xml index f4bf470d1..47bd70489 100755 --- a/livesupport/modules/htmlUI/var/localizer/languages.xml +++ b/livesupport/modules/htmlUI/var/localizer/languages.xml @@ -30,4 +30,9 @@ Serbian(SR) Serbian + + es.Spanish + Spanish(SR) + Spanish + diff --git a/livesupport/modules/htmlUI/var/localizer/locals.en.English.xml b/livesupport/modules/htmlUI/var/localizer/locals.en.English.xml index 44b26e908..3e8b08ffb 100755 --- a/livesupport/modules/htmlUI/var/localizer/locals.en.English.xml +++ b/livesupport/modules/htmlUI/var/localizer/locals.en.English.xml @@ -1,161 +1,161 @@ - en.English - checked - - collect expressions - collect expressions - - - localizer - localizer - - - $1 file already exist in $2 - $1 file already exist in $2 - - - edit "$1" - edit "$1" - - - edit '$1' - edit '$1' - - - create new language file $1 - create new language file $1 - - - create new language file in - create new language file in - - - delete - delete - - - edit - edit - - - entrys: - entrys: - - - $1 and $2 files already exist in $3 - $1 and $2 files already exist in $3 - - - ok - ok - - - add new fields: - add new fields: - - - name - name - - - native name - native name - - - code - code - - - source: - source: - - - target: - target: - - - manage languages - manage languages - - - choose language - choose language - - - key: - key: - - - cannot open $1 - cannot open $1 - - - key "$1" already exists in $2-file - key "$1" already exists in $2-file - - - show only untranslated - show only untranslated - - - cannot read $1 - cannot read $1 - - - translate from: - translate from: - - - really delete this entry? - really delete this entry? - - - fully translated - completely processed - - - after - after - - - go - go - - - back - back - - - and select file type - and select file type - - - and enter a positive integer value - and enter a positive integer value - - - save to file - save to file - - - add new language - add new language - - - create language files - create language files - - - at begin - at begin - - - at end - at end - - - key - key - - \ No newline at end of file + en.English + checked + + collect expressions + collect expressions + + + localizer + localizer + + + $1 file already exist in $2 + $1 file already exist in $2 + + + edit "$1" + edit "$1" + + + edit '$1' + edit '$1' + + + create new language file $1 + create new language file $1 + + + create new language file in + create new language file in + + + delete + delete + + + edit + edit + + + entrys: + entrys: + + + $1 and $2 files already exist in $3 + $1 and $2 files already exist in $3 + + + ok + ok + + + add new fields: + add new fields: + + + name + name + + + native name + native name + + + code + code + + + source: + source: + + + target: + target: + + + manage languages + manage languages + + + choose language + choose language + + + key: + key: + + + cannot open $1 + cannot open $1 + + + key "$1" already exists in $2-file + key "$1" already exists in $2-file + + + show only untranslated + show only untranslated + + + cannot read $1 + cannot read $1 + + + translate from: + translate from: + + + really delete this entry? + really delete this entry? + + + fully translated + completely processed + + + after + after + + + go + go + + + back + back + + + and select file type + and select file type + + + and enter a positive integer value + and enter a positive integer value + + + save to file + save to file + + + add new language + add new language + + + create language files + create language files + + + at begin + at begin + + + at end + at end + + + key + key + + diff --git a/livesupport/modules/htmlUI/var/localizer/main.php b/livesupport/modules/htmlUI/var/localizer/main.php index 87a7b5604..64bd36a6c 100755 --- a/livesupport/modules/htmlUI/var/localizer/main.php +++ b/livesupport/modules/htmlUI/var/localizer/main.php @@ -149,8 +149,8 @@ switch ($_REQUEST[action]) { 'base' => $_REQUEST['base'], 'Id' => _DEFAULT_LANG_); - #$newKeys = Data::collectExprPHP($file); - $newKeys = Data::collectExprTPL($file); + $newKeys = Data::collectExprPHP($file); + $newKeys = array_merge($newKeys, Data::collectExprTPL($file)); $msg = Data::checkKeys($file, $newKeys); diff --git a/livesupport/modules/htmlUI/var/localizer/require.inc.php b/livesupport/modules/htmlUI/var/localizer/require.inc.php index bc1a1aa44..a3ad96612 100755 --- a/livesupport/modules/htmlUI/var/localizer/require.inc.php +++ b/livesupport/modules/htmlUI/var/localizer/require.inc.php @@ -12,7 +12,7 @@ require_once('helpfunctions.php'); define('_DEFAULT_LANG_', 'en.English'); define('_PREFIX_', 'locals'); -define('_PREFIX_GLOBAL_','globals'); +#define('_PREFIX_GLOBAL_','globals'); define('_LANG_BASE_', 'xml'); define('_DENY_HTML_', FALSE); define('_ENCODING_', 'UTF-8'); diff --git a/livesupport/modules/htmlUI/var/locals.cz.Czech.xml b/livesupport/modules/htmlUI/var/locals.cz.Czech.xml index 0252b3f31..cb5e985cf 100644 --- a/livesupport/modules/htmlUI/var/locals.cz.Czech.xml +++ b/livesupport/modules/htmlUI/var/locals.cz.Czech.xml @@ -1,6 +1,1431 @@ + cz.Czech + + $1 must be $2 + + + + Access denied. + + + + Already active Playlist + + + + Audioclip Data saved + + + + Cannot create Playlist + + + + Cannot delete this Playlist + + + + Cannot move item + + + + Cannot remove Item from Playlist + + + + ChangeFadeInfo failed + + + + Do + + + + Entry $1 was already on SP since $2.nMoved to Top. + + + + Entry added at $1 with ScheduleId: $2 + + + + Entry with ScheduleId $1 removed + + + + Error on add item to Playlist + + + + Error saving Settings + + + + Error uploading Logo + + + + Error: $1 + + + + File $1 was not uploadet. + + + + Folder is not empty. You can override this protection by clicking DEL again + + + + Found looked Playlist + + + + Invalid Form Data + + + + Login failed + + + + Metadata saved + + + + Missing value for $1 + + + + No Item(s) selected + + + + No Playlist is looked by You + + + + Note: Station Preferences not setup proberly. + + + + Password changed + + + + Passwords do not match. + + + + Playlist "$1" activated + + + + Playlist "$1" released + + + + Playlist "$1" reverted + + + + Playlist "$1" saved + + + + Playlist is looked by $1 + + + + ScratchPad length is not set in System Preferences, so it cannot be used. + + + + Select a Value + + + + Settings saved + + + + Stream Data changed + + + + Stream Data saved + + + + Subject $1 added. + + + + Target is not Folder + + + + Unable to release Playlist + + + + Unable to revert to looked state + + + + Unable to set "$1" to "$2" langue "$3" + + + + Unable to set $1: $2 + + + + Upload of file $1 was incomplete. + + + + Uploaded file $1 is greater than LiveSupport system setting. + + + + Uploaded file $1 is greater than setting in php.ini. + + + + Wrong old pasword. + + + + You have an Playlist already activated,n first close it + + + + Access + + + + Activate this Playlist + + + + Add Audio + + + + Add Criteria + + + + Add to Playlist + + + + Add to ScratchPad + + + + Add to active Playlist + + + + Album + + + + Artist + + + + Artist web page + + + + Audio file information web page + + + + Audio source web page + + + + BPM + + + + Bitrate + + + + Browse + + + + Buy CD web page + + + + CW + + + + Cancel + + + + Catalog number + + + + Category + + + + Change Fadein + + + + Change Fadeout + + + + Change Transition + + + + Channels + + + + Checksum + + + + Clear + + + + Clear Playlist + + + + Composer + + + + Conductor + + + + Contributor + + + + Copyright + + + + Count + + + + Creator + + + + Daily View + + + + Data + + + + Date + + + + Day + + + + Delete File + + + + Delete Playlist + + + + Description + + + + Disc number + + + + Display this Playlist + + + + Duration + + + + Edit + + + + Edit File + + + + Edit Metadata + + + + Encoded by + + + + Encoder software used + + + + Fade + + + + File + + + + File List + + + + File Management + + + + File Type + + + + File format + + + + File type + + + + Folder Structure + + + + Format + + + + Frequency + + + + Genre + + + + Go + + + + Group Name + + + + Help + + + + ISRC number + + + + Insert Playlist here + + + + Item + + + + Label + + + + Language + + + + Length + + + + Length<br><small>Enter zero for Live Stream</small> + + + + Library Search + + + + List Folder + + + + Listen to File + + + + Local Time + + + + Lyricist + + + + Lyrics + + + + MDataXML + + + + Main + + + + Maximum length of ScratchPad + + + + Media File + + + + Media Library + + + + Metadata + + + + Month + + + + Monthly View + + + + Mood + + + + Move + + + + Multiple Action: + + + + Music + + + + Name + + + + New + + + + New Password + + + + New Playlist + + + + New Playlist using File + + + + New Playlist using Item + + + + New empty Playlist + + + + No Entry + + + + No match found. + + + + No objects + + + + Old Password + + + + Open last Playlist + + + + Operator + + + + Orchestra or band + + + + Original artist + + + + Original lyricist + + + + PL Editor + + + + Page + + + + Password + + + + Playlist + + + + Playlist Editor + + + + Playlist Metadata + + + + Radio station name + + + + Radio station web page + + + + Range + + + + Rating + + + + RawAnalyze + + + + Remove + + + + Remove File from Playlist + + + + Remove Playlist + + + + Remove Selected + + + + Remove from Scratchpad + + + + Repeat Password + + + + Report date/time + + + + Report location + + + + Report organizations + + + + Reset + + + + Retype Password + + + + Revert to Saved + + + + Rows Per Page + + + + Rows per Page + + + + Sample rate + + + + Save Playlist + + + + Save and Close + + + + Save and Close Playlist + + + + Scheduler + + + + Scheduler Navigation + + + + Scratch Pad + + + + Search + + + + Search Library + + + + Signed in + + + + Station Logo + + + + Station Logo Path + + + + Station Name + + + + Station Settings + + + + Station Time + + + + Station URL + + + + StationPrefs + + + + Stream + + + + Stream URL + + + + Subject + + + + Submit + + + + System Settings + + + + Talk + + + + Time + + + + Title + + + + To Playlist + + + + Today + + + + Track number + + + + Tree view + + + + Type + + + + Upload + + + + UploadM + + + + User Password + + + + User/Groups + + + + Username + + + + Week + + + + Weekly View + + + + Year + + + + calendar week + + + + copy + + + + go up + + + + move + + + + move down + + + + move up + + + + new&nbsp;folder + + + + next + + + + permissions + + + + previous + + + + Access denied. + + + + Already active Playlist + + + + Audioclip Data saved + + + + Cannot create Playlist + + + + Cannot delete this Playlist + + + + Cannot move item + + + + Cannot remove Item from Playlist + + + + ChangeFadeInfo failed + + + + Entry $1 was already on SP since $2.nMoved to Top. + + + + Entry added at $1 with ScheduleId: $2 + + + + Entry with ScheduleId $1 removed + + + + Error on add item to Playlist + + + + Error saving Settings + + + + Error uploading Logo + + + + Error: $1 + + + + File $1 was not uploadet. + + + + Folder is not empty. You can override this protection by clicking DEL again + + + + Found looked Playlist + + + + Invalid Form Data + + + + Login failed + + + + Metadata saved + + + + No Item(s) selected + + + + No Playlist is looked by You + + + + Note: Station Preferences not setup proberly. + + + + Password changed + + + + Passwords do not match. + + + + Playlist "$1" activated + + + + Playlist "$1" released + + + + Playlist "$1" reverted + + + + Playlist "$1" saved + + + + Playlist is looked by $1 + + + + ScratchPad length is not set in System Preferences, so it cannot be used. + + + + Settings saved + + + + Stream Data changed + + + + Stream Data saved + + + + Subject $1 added. + + + + Target is not Folder + + + + Unable to release Playlist + + + + Unable to revert to looked state + + + + Unable to set "$1" to "$2" langue "$3" + + + + Unable to set $1: $2 + + + + Upload of file $1 was incomplete. + + + + Uploaded file $1 is greater than LiveSupport system setting. + + + + Uploaded file $1 is greater than setting in php.ini. + + + + Wrong old pasword. + + + + You have an Playlist already activated,n first close it + + + + 23"$1"4 + + + + 234 + + + + 123 + + + + $1 must be $2 + + + + Do + + + + Missing value for $1 + + + + Select a Value + + + + Add Criteria + + + + Album + + + + Artist web page + + + + Audio file information web page + + + + Audio source web page + + + + BPM + + + + Bitrate + + + + Buy CD web page + + + + Cancel + + + + Catalog number + + + + Category + + + + Channels + + + + Checksum + + + + Composer + + + + Conductor + + + + Contributor + + + + Copyright + + + + Date + + + + Description + + + + Disc number + + + + Encoded by + + + + Encoder software used + + + + File Type + + + + File format + + + + File type + + + + Format + + + + Frequency + + + + Genre + + + + Group Name + + + + ISRC number + + + + Label + + + + Language + + + + Length + + + + Length<br><small>Enter zero for Live Stream</small> + + + + Lyricist + + + + Lyrics + + + + Maximum length of ScratchPad + + + + Media File + + + + Mood + + + + New Password + + + + Old Password + + + + Operator + + + + Orchestra or band + + + + Original artist + + + + Original lyricist + + + + PL Editor + + + + Password + + + + Playlist + + + + Radio station name + + + + Radio station web page + + + + Rating + + + + Repeat Password + + + + Report date/time + + + + Report location + + + + Report organizations + + + + Reset + + + + Retype Password + + + + Rows Per Page + + + + Rows per Page + + + + Sample rate + + + + Search Library + + + + Station Logo + + + + Station Logo Path + + + + Station Name + + + + Station URL + + + + StationPrefs + + + + Stream URL + + + + Subject + + + + Submit + + + + System Settings + + + + Time + + + + Track number + + + + Upload + + + + User Password + + + + Username + + + + Year + + + + calendar week + + Activate this Playlist Aktivovat tento playlist diff --git a/livesupport/modules/htmlUI/var/locals.de.German.xml b/livesupport/modules/htmlUI/var/locals.de.German.xml index 0b85fe739..909c9850d 100644 --- a/livesupport/modules/htmlUI/var/locals.de.German.xml +++ b/livesupport/modules/htmlUI/var/locals.de.German.xml @@ -1,6 +1,1431 @@ + de.German + + $1 must be $2 + + + + Access denied. + + + + Already active Playlist + + + + Audioclip Data saved + + + + Cannot create Playlist + + + + Cannot delete this Playlist + + + + Cannot move item + + + + Cannot remove Item from Playlist + + + + ChangeFadeInfo failed + + + + Do + + + + Entry $1 was already on SP since $2.nMoved to Top. + + + + Entry added at $1 with ScheduleId: $2 + + + + Entry with ScheduleId $1 removed + + + + Error on add item to Playlist + + + + Error saving Settings + + + + Error uploading Logo + + + + Error: $1 + + + + File $1 was not uploadet. + + + + Folder is not empty. You can override this protection by clicking DEL again + + + + Found looked Playlist + + + + Invalid Form Data + + + + Login failed + + + + Metadata saved + + + + Missing value for $1 + + + + No Item(s) selected + + + + No Playlist is looked by You + + + + Note: Station Preferences not setup proberly. + + + + Password changed + + + + Passwords do not match. + + + + Playlist "$1" activated + + + + Playlist "$1" released + + + + Playlist "$1" reverted + + + + Playlist "$1" saved + + + + Playlist is looked by $1 + + + + ScratchPad length is not set in System Preferences, so it cannot be used. + + + + Select a Value + + + + Settings saved + + + + Stream Data changed + + + + Stream Data saved + + + + Subject $1 added. + + + + Target is not Folder + + + + Unable to release Playlist + + + + Unable to revert to looked state + + + + Unable to set "$1" to "$2" langue "$3" + + + + Unable to set $1: $2 + + + + Upload of file $1 was incomplete. + + + + Uploaded file $1 is greater than LiveSupport system setting. + + + + Uploaded file $1 is greater than setting in php.ini. + + + + Wrong old pasword. + + + + You have an Playlist already activated,n first close it + + + + Access + + + + Activate this Playlist + + + + Add Audio + + + + Add Criteria + + + + Add to Playlist + + + + Add to ScratchPad + + + + Add to active Playlist + + + + Album + + + + Artist + + + + Artist web page + + + + Audio file information web page + + + + Audio source web page + + + + BPM + + + + Bitrate + + + + Browse + + + + Buy CD web page + + + + CW + + + + Cancel + + + + Catalog number + + + + Category + + + + Change Fadein + + + + Change Fadeout + + + + Change Transition + + + + Channels + + + + Checksum + + + + Clear + + + + Clear Playlist + + + + Composer + + + + Conductor + + + + Contributor + + + + Copyright + + + + Count + + + + Creator + + + + Daily View + + + + Data + + + + Date + + + + Day + + + + Delete File + + + + Delete Playlist + + + + Description + + + + Disc number + + + + Display this Playlist + + + + Duration + + + + Edit + + + + Edit File + + + + Edit Metadata + + + + Encoded by + + + + Encoder software used + + + + Fade + + + + File + + + + File List + + + + File Management + + + + File Type + + + + File format + + + + File type + + + + Folder Structure + + + + Format + + + + Frequency + + + + Genre + + + + Go + + + + Group Name + + + + Help + + + + ISRC number + + + + Insert Playlist here + + + + Item + + + + Label + + + + Language + + + + Length + + + + Length<br><small>Enter zero for Live Stream</small> + + + + Library Search + + + + List Folder + + + + Listen to File + + + + Local Time + + + + Lyricist + + + + Lyrics + + + + MDataXML + + + + Main + + + + Maximum length of ScratchPad + + + + Media File + + + + Media Library + + + + Metadata + + + + Month + + + + Monthly View + + + + Mood + + + + Move + + + + Multiple Action: + + + + Music + + + + Name + + + + New + + + + New Password + + + + New Playlist + + + + New Playlist using File + + + + New Playlist using Item + + + + New empty Playlist + + + + No Entry + + + + No match found. + + + + No objects + + + + Old Password + + + + Open last Playlist + + + + Operator + + + + Orchestra or band + + + + Original artist + + + + Original lyricist + + + + PL Editor + + + + Page + + + + Password + + + + Playlist + + + + Playlist Editor + + + + Playlist Metadata + + + + Radio station name + + + + Radio station web page + + + + Range + + + + Rating + + + + RawAnalyze + + + + Remove + + + + Remove File from Playlist + + + + Remove Playlist + + + + Remove Selected + + + + Remove from Scratchpad + + + + Repeat Password + + + + Report date/time + + + + Report location + + + + Report organizations + + + + Reset + + + + Retype Password + + + + Revert to Saved + + + + Rows Per Page + + + + Rows per Page + + + + Sample rate + + + + Save Playlist + + + + Save and Close + + + + Save and Close Playlist + + + + Scheduler + + + + Scheduler Navigation + + + + Scratch Pad + + + + Search + + + + Search Library + + + + Signed in + + + + Station Logo + + + + Station Logo Path + + + + Station Name + + + + Station Settings + + + + Station Time + + + + Station URL + + + + StationPrefs + + + + Stream + + + + Stream URL + + + + Subject + + + + Submit + + + + System Settings + + + + Talk + + + + Time + + + + Title + + + + To Playlist + + + + Today + + + + Track number + + + + Tree view + + + + Type + + + + Upload + + + + UploadM + + + + User Password + + + + User/Groups + + + + Username + + + + Week + + + + Weekly View + + + + Year + + + + calendar week + + + + copy + + + + go up + + + + move + + + + move down + + + + move up + + + + new&nbsp;folder + + + + next + + + + permissions + + + + previous + + + + Access denied. + + + + Already active Playlist + + + + Audioclip Data saved + + + + Cannot create Playlist + + + + Cannot delete this Playlist + + + + Cannot move item + + + + Cannot remove Item from Playlist + + + + ChangeFadeInfo failed + + + + Entry $1 was already on SP since $2.nMoved to Top. + + + + Entry added at $1 with ScheduleId: $2 + + + + Entry with ScheduleId $1 removed + + + + Error on add item to Playlist + + + + Error saving Settings + + + + Error uploading Logo + + + + Error: $1 + + + + File $1 was not uploadet. + + + + Folder is not empty. You can override this protection by clicking DEL again + + + + Found looked Playlist + + + + Invalid Form Data + + + + Login failed + + + + Metadata saved + + + + No Item(s) selected + + + + No Playlist is looked by You + + + + Note: Station Preferences not setup proberly. + + + + Password changed + + + + Passwords do not match. + + + + Playlist "$1" activated + + + + Playlist "$1" released + + + + Playlist "$1" reverted + + + + Playlist "$1" saved + + + + Playlist is looked by $1 + + + + ScratchPad length is not set in System Preferences, so it cannot be used. + + + + Settings saved + + + + Stream Data changed + + + + Stream Data saved + + + + Subject $1 added. + + + + Target is not Folder + + + + Unable to release Playlist + + + + Unable to revert to looked state + + + + Unable to set "$1" to "$2" langue "$3" + + + + Unable to set $1: $2 + + + + Upload of file $1 was incomplete. + + + + Uploaded file $1 is greater than LiveSupport system setting. + + + + Uploaded file $1 is greater than setting in php.ini. + + + + Wrong old pasword. + + + + You have an Playlist already activated,n first close it + + + + 23"$1"4 + + + + 234 + + + + 123 + + + + $1 must be $2 + + + + Do + + + + Missing value for $1 + + + + Select a Value + + + + Add Criteria + + + + Album + + + + Artist web page + + + + Audio file information web page + + + + Audio source web page + + + + BPM + + + + Bitrate + + + + Buy CD web page + + + + Cancel + + + + Catalog number + + + + Category + + + + Channels + + + + Checksum + + + + Composer + + + + Conductor + + + + Contributor + + + + Copyright + + + + Date + + + + Description + + + + Disc number + + + + Encoded by + + + + Encoder software used + + + + File Type + + + + File format + + + + File type + + + + Format + + + + Frequency + + + + Genre + + + + Group Name + + + + ISRC number + + + + Label + + + + Language + + + + Length + + + + Length<br><small>Enter zero for Live Stream</small> + + + + Lyricist + + + + Lyrics + + + + Maximum length of ScratchPad + + + + Media File + + + + Mood + + + + New Password + + + + Old Password + + + + Operator + + + + Orchestra or band + + + + Original artist + + + + Original lyricist + + + + PL Editor + + + + Password + + + + Playlist + + + + Radio station name + + + + Radio station web page + + + + Rating + + + + Repeat Password + + + + Report date/time + + + + Report location + + + + Report organizations + + + + Reset + + + + Retype Password + + + + Rows Per Page + + + + Rows per Page + + + + Sample rate + + + + Search Library + + + + Station Logo + + + + Station Logo Path + + + + Station Name + + + + Station URL + + + + StationPrefs + + + + Stream URL + + + + Subject + + + + Submit + + + + System Settings + + + + Time + + + + Track number + + + + Upload + + + + User Password + + + + Username + + + + Year + + + + calendar week + + Activate this Playlist Aktive Liste diff --git a/livesupport/modules/htmlUI/var/locals.en.English.xml b/livesupport/modules/htmlUI/var/locals.en.English.xml index 7e3284ecb..f8a9c790b 100755 --- a/livesupport/modules/htmlUI/var/locals.en.English.xml +++ b/livesupport/modules/htmlUI/var/locals.en.English.xml @@ -1,11 +1,226 @@ - en.English + + $1 must be $2 + + + + Access denied. + + + + Already active Playlist + + + + Audioclip Data saved + + + + Cannot create Playlist + + + + Cannot delete this Playlist + + + + Cannot move item + + + + Cannot remove Item from Playlist + + + + ChangeFadeInfo failed + + + + Do + + + + Entry $1 was already on SP since $2.nMoved to Top. + + + + Entry added at $1 with ScheduleId: $2 + + + + Entry with ScheduleId $1 removed + + + + Error on add item to Playlist + + + + Error saving Settings + + + + Error uploading Logo + + + + Error: $1 + + + + File $1 was not uploadet. + + + + Folder is not empty. You can override this protection by clicking DEL again + + + + Found looked Playlist + + + + Invalid Form Data + + + + Login failed + + + + Metadata saved + + + + Missing value for $1 + + + + No Item(s) selected + + + + No Playlist is looked by You + + + + Note: Station Preferences not setup proberly. + + + + Password changed + + + + Passwords do not match. + + + + Playlist "$1" activated + + + + Playlist "$1" released + + + + Playlist "$1" reverted + + + + Playlist "$1" saved + + + + Playlist is looked by $1 + + + + ScratchPad length is not set in System Preferences, so it cannot be used. + + + + Select a Value + + + + Settings saved + + + + Stream Data changed + + + + Stream Data saved + + + + Subject $1 added. + + + + Target is not Folder + + + + Unable to release Playlist + + + + Unable to revert to looked state + + + + Unable to set "$1" to "$2" langue "$3" + + + + Unable to set $1: $2 + + + + Upload of file $1 was incomplete. + + + + Uploaded file $1 is greater than LiveSupport system setting. + + + + Uploaded file $1 is greater than setting in php.ini. + + + + Wrong old pasword. + + + + You have an Playlist already activated,n first close it + + + + Access + + Activate this Playlist + + Add Audio + + + + Add Criteria + + + + Add to Playlist + + Add to ScratchPad @@ -14,6 +229,58 @@ Add to active Playlist + + Album + + + + Artist + + + + Artist web page + + + + Audio file information web page + + + + Audio source web page + + + + BPM + + + + Bitrate + + + + Browse + + + + Buy CD web page + + + + CW + + + + Cancel + + + + Catalog number + + + + Category + + Change Fadein @@ -27,79 +294,11 @@ - Delete File + Channels - 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 + Checksum @@ -110,6 +309,22 @@ Clear Playlist + + Composer + + + + Conductor + + + + Contributor + + + + Copyright + + Count @@ -126,14 +341,34 @@ Data + + Date + + Day + + Delete File + + Delete Playlist + + Description + + + + Disc number + + + + Display this Playlist + + Duration @@ -142,6 +377,22 @@ Edit + + Edit File + + + + Edit Metadata + + + + Encoded by + + + + Encoder software used + + Fade @@ -158,30 +409,98 @@ File Management + + File Type + + + + File format + + + + File type + + Folder Structure + + Format + + + + Frequency + + + + Genre + + Go + + Group Name + + + + Help + + + + ISRC number + + + + Insert Playlist here + + Item - KW + Label + + + + Language + + + + Length + + + + Length<br><small>Enter zero for Live Stream</small> Library Search + + List Folder + + + + Listen to File + + Local Time + + Lyricist + + + + Lyrics + + MDataXML @@ -190,6 +509,14 @@ Main + + Maximum length of ScratchPad + + + + Media File + + Media Library @@ -206,6 +533,10 @@ Monthly View + + Mood + + Move @@ -226,10 +557,18 @@ New + + New Password + + New Playlist + + New Playlist using File + + New Playlist using Item @@ -250,14 +589,46 @@ No objects + + Old Password + + Open last Playlist + + Operator + + + + Orchestra or band + + + + Original artist + + + + Original lyricist + + + + PL Editor + + Page + + Password + + + + Playlist + + Playlist Editor @@ -266,10 +637,22 @@ Playlist Metadata + + Radio station name + + + + Radio station web page + + Range + + Rating + + RawAnalyze @@ -278,14 +661,62 @@ Remove + + Remove File from Playlist + + + + Remove Playlist + + Remove Selected + + Remove from Scratchpad + + + + Repeat Password + + + + Report date/time + + + + Report location + + + + Report organizations + + + + Reset + + + + Retype Password + + Revert to Saved + + Rows Per Page + + + + Rows per Page + + + + Sample rate + + Save Playlist @@ -294,6 +725,10 @@ Save and Close + + Save and Close Playlist + + Scheduler @@ -310,10 +745,26 @@ Search + + Search Library + + Signed in + + Station Logo + + + + Station Logo Path + + + + Station Name + + Station Settings @@ -322,14 +773,42 @@ Station Time + + Station URL + + + + StationPrefs + + Stream + + Stream URL + + + + Subject + + + + Submit + + + + System Settings + + Talk + + Time + + Title @@ -342,6 +821,10 @@ Today + + Track number + + Tree view @@ -350,14 +833,26 @@ Type + + Upload + + UploadM + + User Password + + User/Groups + + Username + + Week @@ -366,6 +861,14 @@ Weekly View + + Year + + + + calendar week + + copy @@ -402,28 +905,4 @@ 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.hu.Hungarian.xml b/livesupport/modules/htmlUI/var/locals.hu.Hungarian.xml index 9b3f610dc..dacf0fb20 100644 --- a/livesupport/modules/htmlUI/var/locals.hu.Hungarian.xml +++ b/livesupport/modules/htmlUI/var/locals.hu.Hungarian.xml @@ -2,6 +2,1430 @@ hu.Hungarian + + $1 must be $2 + + + + Access denied. + + + + Already active Playlist + + + + Audioclip Data saved + + + + Cannot create Playlist + + + + Cannot delete this Playlist + + + + Cannot move item + + + + Cannot remove Item from Playlist + + + + ChangeFadeInfo failed + + + + Do + + + + Entry $1 was already on SP since $2.nMoved to Top. + + + + Entry added at $1 with ScheduleId: $2 + + + + Entry with ScheduleId $1 removed + + + + Error on add item to Playlist + + + + Error saving Settings + + + + Error uploading Logo + + + + Error: $1 + + + + File $1 was not uploadet. + + + + Folder is not empty. You can override this protection by clicking DEL again + + + + Found looked Playlist + + + + Invalid Form Data + + + + Login failed + + + + Metadata saved + + + + Missing value for $1 + + + + No Item(s) selected + + + + No Playlist is looked by You + + + + Note: Station Preferences not setup proberly. + + + + Password changed + + + + Passwords do not match. + + + + Playlist "$1" activated + + + + Playlist "$1" released + + + + Playlist "$1" reverted + + + + Playlist "$1" saved + + + + Playlist is looked by $1 + + + + ScratchPad length is not set in System Preferences, so it cannot be used. + + + + Select a Value + + + + Settings saved + + + + Stream Data changed + + + + Stream Data saved + + + + Subject $1 added. + + + + Target is not Folder + + + + Unable to release Playlist + + + + Unable to revert to looked state + + + + Unable to set "$1" to "$2" langue "$3" + + + + Unable to set $1: $2 + + + + Upload of file $1 was incomplete. + + + + Uploaded file $1 is greater than LiveSupport system setting. + + + + Uploaded file $1 is greater than setting in php.ini. + + + + Wrong old pasword. + + + + You have an Playlist already activated,n first close it + + + + Access + + + + Activate this Playlist + + + + Add Audio + + + + Add Criteria + + + + Add to Playlist + + + + Add to ScratchPad + + + + Add to active Playlist + + + + Album + + + + Artist + + + + Artist web page + + + + Audio file information web page + + + + Audio source web page + + + + BPM + + + + Bitrate + + + + Browse + + + + Buy CD web page + + + + CW + + + + Cancel + + + + Catalog number + + + + Category + + + + Change Fadein + + + + Change Fadeout + + + + Change Transition + + + + Channels + + + + Checksum + + + + Clear + + + + Clear Playlist + + + + Composer + + + + Conductor + + + + Contributor + + + + Copyright + + + + Count + + + + Creator + + + + Daily View + + + + Data + + + + Date + + + + Day + + + + Delete File + + + + Delete Playlist + + + + Description + + + + Disc number + + + + Display this Playlist + + + + Duration + + + + Edit + + + + Edit File + + + + Edit Metadata + + + + Encoded by + + + + Encoder software used + + + + Fade + + + + File + + + + File List + + + + File Management + + + + File Type + + + + File format + + + + File type + + + + Folder Structure + + + + Format + + + + Frequency + + + + Genre + + + + Go + + + + Group Name + + + + Help + + + + ISRC number + + + + Insert Playlist here + + + + Item + + + + Label + + + + Language + + + + Length + + + + Length<br><small>Enter zero for Live Stream</small> + + + + Library Search + + + + List Folder + + + + Listen to File + + + + Local Time + + + + Lyricist + + + + Lyrics + + + + MDataXML + + + + Main + + + + Maximum length of ScratchPad + + + + Media File + + + + Media Library + + + + Metadata + + + + Month + + + + Monthly View + + + + Mood + + + + Move + + + + Multiple Action: + + + + Music + + + + Name + + + + New + + + + New Password + + + + New Playlist + + + + New Playlist using File + + + + New Playlist using Item + + + + New empty Playlist + + + + No Entry + + + + No match found. + + + + No objects + + + + Old Password + + + + Open last Playlist + + + + Operator + + + + Orchestra or band + + + + Original artist + + + + Original lyricist + + + + PL Editor + + + + Page + + + + Password + + + + Playlist + + + + Playlist Editor + + + + Playlist Metadata + + + + Radio station name + + + + Radio station web page + + + + Range + + + + Rating + + + + RawAnalyze + + + + Remove + + + + Remove File from Playlist + + + + Remove Playlist + + + + Remove Selected + + + + Remove from Scratchpad + + + + Repeat Password + + + + Report date/time + + + + Report location + + + + Report organizations + + + + Reset + + + + Retype Password + + + + Revert to Saved + + + + Rows Per Page + + + + Rows per Page + + + + Sample rate + + + + Save Playlist + + + + Save and Close + + + + Save and Close Playlist + + + + Scheduler + + + + Scheduler Navigation + + + + Scratch Pad + + + + Search + + + + Search Library + + + + Signed in + + + + Station Logo + + + + Station Logo Path + + + + Station Name + + + + Station Settings + + + + Station Time + + + + Station URL + + + + StationPrefs + + + + Stream + + + + Stream URL + + + + Subject + + + + Submit + + + + System Settings + + + + Talk + + + + Time + + + + Title + + + + To Playlist + + + + Today + + + + Track number + + + + Tree view + + + + Type + + + + Upload + + + + UploadM + + + + User Password + + + + User/Groups + + + + Username + + + + Week + + + + Weekly View + + + + Year + + + + calendar week + + + + copy + + + + go up + + + + move + + + + move down + + + + move up + + + + new&nbsp;folder + + + + next + + + + permissions + + + + previous + + + + Access denied. + + + + Already active Playlist + + + + Audioclip Data saved + + + + Cannot create Playlist + + + + Cannot delete this Playlist + + + + Cannot move item + + + + Cannot remove Item from Playlist + + + + ChangeFadeInfo failed + + + + Entry $1 was already on SP since $2.nMoved to Top. + + + + Entry added at $1 with ScheduleId: $2 + + + + Entry with ScheduleId $1 removed + + + + Error on add item to Playlist + + + + Error saving Settings + + + + Error uploading Logo + + + + Error: $1 + + + + File $1 was not uploadet. + + + + Folder is not empty. You can override this protection by clicking DEL again + + + + Found looked Playlist + + + + Invalid Form Data + + + + Login failed + + + + Metadata saved + + + + No Item(s) selected + + + + No Playlist is looked by You + + + + Note: Station Preferences not setup proberly. + + + + Password changed + + + + Passwords do not match. + + + + Playlist "$1" activated + + + + Playlist "$1" released + + + + Playlist "$1" reverted + + + + Playlist "$1" saved + + + + Playlist is looked by $1 + + + + ScratchPad length is not set in System Preferences, so it cannot be used. + + + + Settings saved + + + + Stream Data changed + + + + Stream Data saved + + + + Subject $1 added. + + + + Target is not Folder + + + + Unable to release Playlist + + + + Unable to revert to looked state + + + + Unable to set "$1" to "$2" langue "$3" + + + + Unable to set $1: $2 + + + + Upload of file $1 was incomplete. + + + + Uploaded file $1 is greater than LiveSupport system setting. + + + + Uploaded file $1 is greater than setting in php.ini. + + + + Wrong old pasword. + + + + You have an Playlist already activated,n first close it + + + + 23"$1"4 + + + + 234 + + + + 123 + + + + $1 must be $2 + + + + Do + + + + Missing value for $1 + + + + Select a Value + + + + Add Criteria + + + + Album + + + + Artist web page + + + + Audio file information web page + + + + Audio source web page + + + + BPM + + + + Bitrate + + + + Buy CD web page + + + + Cancel + + + + Catalog number + + + + Category + + + + Channels + + + + Checksum + + + + Composer + + + + Conductor + + + + Contributor + + + + Copyright + + + + Date + + + + Description + + + + Disc number + + + + Encoded by + + + + Encoder software used + + + + File Type + + + + File format + + + + File type + + + + Format + + + + Frequency + + + + Genre + + + + Group Name + + + + ISRC number + + + + Label + + + + Language + + + + Length + + + + Length<br><small>Enter zero for Live Stream</small> + + + + Lyricist + + + + Lyrics + + + + Maximum length of ScratchPad + + + + Media File + + + + Mood + + + + New Password + + + + Old Password + + + + Operator + + + + Orchestra or band + + + + Original artist + + + + Original lyricist + + + + PL Editor + + + + Password + + + + Playlist + + + + Radio station name + + + + Radio station web page + + + + Rating + + + + Repeat Password + + + + Report date/time + + + + Report location + + + + Report organizations + + + + Reset + + + + Retype Password + + + + Rows Per Page + + + + Rows per Page + + + + Sample rate + + + + Search Library + + + + Station Logo + + + + Station Logo Path + + + + Station Name + + + + Station URL + + + + StationPrefs + + + + Stream URL + + + + Subject + + + + Submit + + + + System Settings + + + + Time + + + + Track number + + + + Upload + + + + User Password + + + + Username + + + + Year + + + + calendar week + + Activate this Playlist diff --git a/livesupport/modules/htmlUI/var/locals.nl.Dutch.xml b/livesupport/modules/htmlUI/var/locals.nl.Dutch.xml index d9ee3567d..65f01a972 100644 --- a/livesupport/modules/htmlUI/var/locals.nl.Dutch.xml +++ b/livesupport/modules/htmlUI/var/locals.nl.Dutch.xml @@ -1,7 +1,1431 @@ + nl.Dutch - checked + + $1 must be $2 + + + + Access denied. + + + + Already active Playlist + + + + Audioclip Data saved + + + + Cannot create Playlist + + + + Cannot delete this Playlist + + + + Cannot move item + + + + Cannot remove Item from Playlist + + + + ChangeFadeInfo failed + + + + Do + + + + Entry $1 was already on SP since $2.nMoved to Top. + + + + Entry added at $1 with ScheduleId: $2 + + + + Entry with ScheduleId $1 removed + + + + Error on add item to Playlist + + + + Error saving Settings + + + + Error uploading Logo + + + + Error: $1 + + + + File $1 was not uploadet. + + + + Folder is not empty. You can override this protection by clicking DEL again + + + + Found looked Playlist + + + + Invalid Form Data + + + + Login failed + + + + Metadata saved + + + + Missing value for $1 + + + + No Item(s) selected + + + + No Playlist is looked by You + + + + Note: Station Preferences not setup proberly. + + + + Password changed + + + + Passwords do not match. + + + + Playlist "$1" activated + + + + Playlist "$1" released + + + + Playlist "$1" reverted + + + + Playlist "$1" saved + + + + Playlist is looked by $1 + + + + ScratchPad length is not set in System Preferences, so it cannot be used. + + + + Select a Value + + + + Settings saved + + + + Stream Data changed + + + + Stream Data saved + + + + Subject $1 added. + + + + Target is not Folder + + + + Unable to release Playlist + + + + Unable to revert to looked state + + + + Unable to set "$1" to "$2" langue "$3" + + + + Unable to set $1: $2 + + + + Upload of file $1 was incomplete. + + + + Uploaded file $1 is greater than LiveSupport system setting. + + + + Uploaded file $1 is greater than setting in php.ini. + + + + Wrong old pasword. + + + + You have an Playlist already activated,n first close it + + + + Access + + + + Activate this Playlist + + + + Add Audio + + + + Add Criteria + + + + Add to Playlist + + + + Add to ScratchPad + + + + Add to active Playlist + + + + Album + + + + Artist + + + + Artist web page + + + + Audio file information web page + + + + Audio source web page + + + + BPM + + + + Bitrate + + + + Browse + + + + Buy CD web page + + + + CW + + + + Cancel + + + + Catalog number + + + + Category + + + + Change Fadein + + + + Change Fadeout + + + + Change Transition + + + + Channels + + + + Checksum + + + + Clear + + + + Clear Playlist + + + + Composer + + + + Conductor + + + + Contributor + + + + Copyright + + + + Count + + + + Creator + + + + Daily View + + + + Data + + + + Date + + + + Day + + + + Delete File + + + + Delete Playlist + + + + Description + + + + Disc number + + + + Display this Playlist + + + + Duration + + + + Edit + + + + Edit File + + + + Edit Metadata + + + + Encoded by + + + + Encoder software used + + + + Fade + + + + File + + + + File List + + + + File Management + + + + File Type + + + + File format + + + + File type + + + + Folder Structure + + + + Format + + + + Frequency + + + + Genre + + + + Go + + + + Group Name + + + + Help + + + + ISRC number + + + + Insert Playlist here + + + + Item + + + + Label + + + + Language + + + + Length + + + + Length<br><small>Enter zero for Live Stream</small> + + + + Library Search + + + + List Folder + + + + Listen to File + + + + Local Time + + + + Lyricist + + + + Lyrics + + + + MDataXML + + + + Main + + + + Maximum length of ScratchPad + + + + Media File + + + + Media Library + + + + Metadata + + + + Month + + + + Monthly View + + + + Mood + + + + Move + + + + Multiple Action: + + + + Music + + + + Name + + + + New + + + + New Password + + + + New Playlist + + + + New Playlist using File + + + + New Playlist using Item + + + + New empty Playlist + + + + No Entry + + + + No match found. + + + + No objects + + + + Old Password + + + + Open last Playlist + + + + Operator + + + + Orchestra or band + + + + Original artist + + + + Original lyricist + + + + PL Editor + + + + Page + + + + Password + + + + Playlist + + + + Playlist Editor + + + + Playlist Metadata + + + + Radio station name + + + + Radio station web page + + + + Range + + + + Rating + + + + RawAnalyze + + + + Remove + + + + Remove File from Playlist + + + + Remove Playlist + + + + Remove Selected + + + + Remove from Scratchpad + + + + Repeat Password + + + + Report date/time + + + + Report location + + + + Report organizations + + + + Reset + + + + Retype Password + + + + Revert to Saved + + + + Rows Per Page + + + + Rows per Page + + + + Sample rate + + + + Save Playlist + + + + Save and Close + + + + Save and Close Playlist + + + + Scheduler + + + + Scheduler Navigation + + + + Scratch Pad + + + + Search + + + + Search Library + + + + Signed in + + + + Station Logo + + + + Station Logo Path + + + + Station Name + + + + Station Settings + + + + Station Time + + + + Station URL + + + + StationPrefs + + + + Stream + + + + Stream URL + + + + Subject + + + + Submit + + + + System Settings + + + + Talk + + + + Time + + + + Title + + + + To Playlist + + + + Today + + + + Track number + + + + Tree view + + + + Type + + + + Upload + + + + UploadM + + + + User Password + + + + User/Groups + + + + Username + + + + Week + + + + Weekly View + + + + Year + + + + calendar week + + + + copy + + + + go up + + + + move + + + + move down + + + + move up + + + + new&nbsp;folder + + + + next + + + + permissions + + + + previous + + + + Access denied. + + + + Already active Playlist + + + + Audioclip Data saved + + + + Cannot create Playlist + + + + Cannot delete this Playlist + + + + Cannot move item + + + + Cannot remove Item from Playlist + + + + ChangeFadeInfo failed + + + + Entry $1 was already on SP since $2.nMoved to Top. + + + + Entry added at $1 with ScheduleId: $2 + + + + Entry with ScheduleId $1 removed + + + + Error on add item to Playlist + + + + Error saving Settings + + + + Error uploading Logo + + + + Error: $1 + + + + File $1 was not uploadet. + + + + Folder is not empty. You can override this protection by clicking DEL again + + + + Found looked Playlist + + + + Invalid Form Data + + + + Login failed + + + + Metadata saved + + + + No Item(s) selected + + + + No Playlist is looked by You + + + + Note: Station Preferences not setup proberly. + + + + Password changed + + + + Passwords do not match. + + + + Playlist "$1" activated + + + + Playlist "$1" released + + + + Playlist "$1" reverted + + + + Playlist "$1" saved + + + + Playlist is looked by $1 + + + + ScratchPad length is not set in System Preferences, so it cannot be used. + + + + Settings saved + + + + Stream Data changed + + + + Stream Data saved + + + + Subject $1 added. + + + + Target is not Folder + + + + Unable to release Playlist + + + + Unable to revert to looked state + + + + Unable to set "$1" to "$2" langue "$3" + + + + Unable to set $1: $2 + + + + Upload of file $1 was incomplete. + + + + Uploaded file $1 is greater than LiveSupport system setting. + + + + Uploaded file $1 is greater than setting in php.ini. + + + + Wrong old pasword. + + + + You have an Playlist already activated,n first close it + + + + 23"$1"4 + + + + 234 + + + + 123 + + + + $1 must be $2 + + + + Do + + + + Missing value for $1 + + + + Select a Value + + + + Add Criteria + + + + Album + + + + Artist web page + + + + Audio file information web page + + + + Audio source web page + + + + BPM + + + + Bitrate + + + + Buy CD web page + + + + Cancel + + + + Catalog number + + + + Category + + + + Channels + + + + Checksum + + + + Composer + + + + Conductor + + + + Contributor + + + + Copyright + + + + Date + + + + Description + + + + Disc number + + + + Encoded by + + + + Encoder software used + + + + File Type + + + + File format + + + + File type + + + + Format + + + + Frequency + + + + Genre + + + + Group Name + + + + ISRC number + + + + Label + + + + Language + + + + Length + + + + Length<br><small>Enter zero for Live Stream</small> + + + + Lyricist + + + + Lyrics + + + + Maximum length of ScratchPad + + + + Media File + + + + Mood + + + + New Password + + + + Old Password + + + + Operator + + + + Orchestra or band + + + + Original artist + + + + Original lyricist + + + + PL Editor + + + + Password + + + + Playlist + + + + Radio station name + + + + Radio station web page + + + + Rating + + + + Repeat Password + + + + Report date/time + + + + Report location + + + + Report organizations + + + + Reset + + + + Retype Password + + + + Rows Per Page + + + + Rows per Page + + + + Sample rate + + + + Search Library + + + + Station Logo + + + + Station Logo Path + + + + Station Name + + + + Station URL + + + + StationPrefs + + + + Stream URL + + + + Subject + + + + Submit + + + + System Settings + + + + Time + + + + Track number + + + + Upload + + + + User Password + + + + Username + + + + Year + + + + calendar week + + Activate this Playlist Playlist activeren diff --git a/livesupport/modules/htmlUI/var/locals.sr.Serbian.xml b/livesupport/modules/htmlUI/var/locals.sr.Serbian.xml index 06c533994..c41630077 100755 --- a/livesupport/modules/htmlUI/var/locals.sr.Serbian.xml +++ b/livesupport/modules/htmlUI/var/locals.sr.Serbian.xml @@ -1,6 +1,1431 @@ + sr.Serbian + + $1 must be $2 + + + + Access denied. + + + + Already active Playlist + + + + Audioclip Data saved + + + + Cannot create Playlist + + + + Cannot delete this Playlist + + + + Cannot move item + + + + Cannot remove Item from Playlist + + + + ChangeFadeInfo failed + + + + Do + + + + Entry $1 was already on SP since $2.nMoved to Top. + + + + Entry added at $1 with ScheduleId: $2 + + + + Entry with ScheduleId $1 removed + + + + Error on add item to Playlist + + + + Error saving Settings + + + + Error uploading Logo + + + + Error: $1 + + + + File $1 was not uploadet. + + + + Folder is not empty. You can override this protection by clicking DEL again + + + + Found looked Playlist + + + + Invalid Form Data + + + + Login failed + + + + Metadata saved + + + + Missing value for $1 + + + + No Item(s) selected + + + + No Playlist is looked by You + + + + Note: Station Preferences not setup proberly. + + + + Password changed + + + + Passwords do not match. + + + + Playlist "$1" activated + + + + Playlist "$1" released + + + + Playlist "$1" reverted + + + + Playlist "$1" saved + + + + Playlist is looked by $1 + + + + ScratchPad length is not set in System Preferences, so it cannot be used. + + + + Select a Value + + + + Settings saved + + + + Stream Data changed + + + + Stream Data saved + + + + Subject $1 added. + + + + Target is not Folder + + + + Unable to release Playlist + + + + Unable to revert to looked state + + + + Unable to set "$1" to "$2" langue "$3" + + + + Unable to set $1: $2 + + + + Upload of file $1 was incomplete. + + + + Uploaded file $1 is greater than LiveSupport system setting. + + + + Uploaded file $1 is greater than setting in php.ini. + + + + Wrong old pasword. + + + + You have an Playlist already activated,n first close it + + + + Access + + + + Activate this Playlist + + + + Add Audio + + + + Add Criteria + + + + Add to Playlist + + + + Add to ScratchPad + + + + Add to active Playlist + + + + Album + + + + Artist + + + + Artist web page + + + + Audio file information web page + + + + Audio source web page + + + + BPM + + + + Bitrate + + + + Browse + + + + Buy CD web page + + + + CW + + + + Cancel + + + + Catalog number + + + + Category + + + + Change Fadein + + + + Change Fadeout + + + + Change Transition + + + + Channels + + + + Checksum + + + + Clear + + + + Clear Playlist + + + + Composer + + + + Conductor + + + + Contributor + + + + Copyright + + + + Count + + + + Creator + + + + Daily View + + + + Data + + + + Date + + + + Day + + + + Delete File + + + + Delete Playlist + + + + Description + + + + Disc number + + + + Display this Playlist + + + + Duration + + + + Edit + + + + Edit File + + + + Edit Metadata + + + + Encoded by + + + + Encoder software used + + + + Fade + + + + File + + + + File List + + + + File Management + + + + File Type + + + + File format + + + + File type + + + + Folder Structure + + + + Format + + + + Frequency + + + + Genre + + + + Go + + + + Group Name + + + + Help + + + + ISRC number + + + + Insert Playlist here + + + + Item + + + + Label + + + + Language + + + + Length + + + + Length<br><small>Enter zero for Live Stream</small> + + + + Library Search + + + + List Folder + + + + Listen to File + + + + Local Time + + + + Lyricist + + + + Lyrics + + + + MDataXML + + + + Main + + + + Maximum length of ScratchPad + + + + Media File + + + + Media Library + + + + Metadata + + + + Month + + + + Monthly View + + + + Mood + + + + Move + + + + Multiple Action: + + + + Music + + + + Name + + + + New + + + + New Password + + + + New Playlist + + + + New Playlist using File + + + + New Playlist using Item + + + + New empty Playlist + + + + No Entry + + + + No match found. + + + + No objects + + + + Old Password + + + + Open last Playlist + + + + Operator + + + + Orchestra or band + + + + Original artist + + + + Original lyricist + + + + PL Editor + + + + Page + + + + Password + + + + Playlist + + + + Playlist Editor + + + + Playlist Metadata + + + + Radio station name + + + + Radio station web page + + + + Range + + + + Rating + + + + RawAnalyze + + + + Remove + + + + Remove File from Playlist + + + + Remove Playlist + + + + Remove Selected + + + + Remove from Scratchpad + + + + Repeat Password + + + + Report date/time + + + + Report location + + + + Report organizations + + + + Reset + + + + Retype Password + + + + Revert to Saved + + + + Rows Per Page + + + + Rows per Page + + + + Sample rate + + + + Save Playlist + + + + Save and Close + + + + Save and Close Playlist + + + + Scheduler + + + + Scheduler Navigation + + + + Scratch Pad + + + + Search + + + + Search Library + + + + Signed in + + + + Station Logo + + + + Station Logo Path + + + + Station Name + + + + Station Settings + + + + Station Time + + + + Station URL + + + + StationPrefs + + + + Stream + + + + Stream URL + + + + Subject + + + + Submit + + + + System Settings + + + + Talk + + + + Time + + + + Title + + + + To Playlist + + + + Today + + + + Track number + + + + Tree view + + + + Type + + + + Upload + + + + UploadM + + + + User Password + + + + User/Groups + + + + Username + + + + Week + + + + Weekly View + + + + Year + + + + calendar week + + + + copy + + + + go up + + + + move + + + + move down + + + + move up + + + + new&nbsp;folder + + + + next + + + + permissions + + + + previous + + + + Access denied. + + + + Already active Playlist + + + + Audioclip Data saved + + + + Cannot create Playlist + + + + Cannot delete this Playlist + + + + Cannot move item + + + + Cannot remove Item from Playlist + + + + ChangeFadeInfo failed + + + + Entry $1 was already on SP since $2.nMoved to Top. + + + + Entry added at $1 with ScheduleId: $2 + + + + Entry with ScheduleId $1 removed + + + + Error on add item to Playlist + + + + Error saving Settings + + + + Error uploading Logo + + + + Error: $1 + + + + File $1 was not uploadet. + + + + Folder is not empty. You can override this protection by clicking DEL again + + + + Found looked Playlist + + + + Invalid Form Data + + + + Login failed + + + + Metadata saved + + + + No Item(s) selected + + + + No Playlist is looked by You + + + + Note: Station Preferences not setup proberly. + + + + Password changed + + + + Passwords do not match. + + + + Playlist "$1" activated + + + + Playlist "$1" released + + + + Playlist "$1" reverted + + + + Playlist "$1" saved + + + + Playlist is looked by $1 + + + + ScratchPad length is not set in System Preferences, so it cannot be used. + + + + Settings saved + + + + Stream Data changed + + + + Stream Data saved + + + + Subject $1 added. + + + + Target is not Folder + + + + Unable to release Playlist + + + + Unable to revert to looked state + + + + Unable to set "$1" to "$2" langue "$3" + + + + Unable to set $1: $2 + + + + Upload of file $1 was incomplete. + + + + Uploaded file $1 is greater than LiveSupport system setting. + + + + Uploaded file $1 is greater than setting in php.ini. + + + + Wrong old pasword. + + + + You have an Playlist already activated,n first close it + + + + 23"$1"4 + + + + 234 + + + + 123 + + + + $1 must be $2 + + + + Do + + + + Missing value for $1 + + + + Select a Value + + + + Add Criteria + + + + Album + + + + Artist web page + + + + Audio file information web page + + + + Audio source web page + + + + BPM + + + + Bitrate + + + + Buy CD web page + + + + Cancel + + + + Catalog number + + + + Category + + + + Channels + + + + Checksum + + + + Composer + + + + Conductor + + + + Contributor + + + + Copyright + + + + Date + + + + Description + + + + Disc number + + + + Encoded by + + + + Encoder software used + + + + File Type + + + + File format + + + + File type + + + + Format + + + + Frequency + + + + Genre + + + + Group Name + + + + ISRC number + + + + Label + + + + Language + + + + Length + + + + Length<br><small>Enter zero for Live Stream</small> + + + + Lyricist + + + + Lyrics + + + + Maximum length of ScratchPad + + + + Media File + + + + Mood + + + + New Password + + + + Old Password + + + + Operator + + + + Orchestra or band + + + + Original artist + + + + Original lyricist + + + + PL Editor + + + + Password + + + + Playlist + + + + Radio station name + + + + Radio station web page + + + + Rating + + + + Repeat Password + + + + Report date/time + + + + Report location + + + + Report organizations + + + + Reset + + + + Retype Password + + + + Rows Per Page + + + + Rows per Page + + + + Sample rate + + + + Search Library + + + + Station Logo + + + + Station Logo Path + + + + Station Name + + + + Station URL + + + + StationPrefs + + + + Stream URL + + + + Subject + + + + Submit + + + + System Settings + + + + Time + + + + Track number + + + + Upload + + + + User Password + + + + Username + + + + Year + + + + calendar week + + Activate this Playlist Aktiviraj plej listu @@ -343,7 +1768,7 @@ Tree view - Stablo + Stablo Type diff --git a/livesupport/modules/htmlUI/var/templates/library/results.tpl b/livesupport/modules/htmlUI/var/templates/library/results.tpl index 6fb6ff454..1000566fe 100755 --- a/livesupport/modules/htmlUI/var/templates/library/results.tpl +++ b/livesupport/modules/htmlUI/var/templates/library/results.tpl @@ -1,3 +1,5 @@ +{assign var="_PL_activeId" value=$PL->getActiveId()} + {if $_results.cnt > 0}
 
@@ -46,14 +48,27 @@ ##Page##:  {$_results.page+1}   ##Range##: {$_criteria.offset+1}-{if ($_criteria.offset+$_criteria.limit)>$_results.cnt}{$_results.cnt}{else}{$_criteria.offset+$_criteria.limit}{/if} - {if $_PL_activeId} - - {else} - - {/if} + + + +
{else} ##No match found.## -{/if} \ No newline at end of file +{/if} + +{assign var="_PL_activeId" value=NULL} diff --git a/livesupport/modules/htmlUI/var/templates/menu.tpl b/livesupport/modules/htmlUI/var/templates/menu.tpl index 8f46a491a..646b48905 100755 --- a/livesupport/modules/htmlUI/var/templates/menu.tpl +++ b/livesupport/modules/htmlUI/var/templates/menu.tpl @@ -1,7 +1,7 @@ - -
- +
+ diff --git a/livesupport/modules/htmlUI/var/templates/scratchpad.tpl b/livesupport/modules/htmlUI/var/templates/scratchpad.tpl index d82dc5f92..bb1645129 100755 --- a/livesupport/modules/htmlUI/var/templates/scratchpad.tpl +++ b/livesupport/modules/htmlUI/var/templates/scratchpad.tpl @@ -1,4 +1,5 @@ {assign var="_PL_activeId" value=$PL->getActiveId()} + {if is_array($SCRATCHPAD)}
@@ -10,9 +11,6 @@ - ##Title## ##Duration## ##Type## @@ -41,15 +39,17 @@ @@ -60,62 +60,4 @@ {assign var="_PL_activeId" value=NULL} - - -{* - -{assign var="_PL_activeId" value=$PL->getActiveId()} - -
-
ScratchPad -{if is_array($SCRATCHPAD)} - - - - - - - - - - - - {foreach from=$SCRATCHPAD item=i} - - - - - - - - {/foreach} - - -
[Title][Duration][Type]Remove
- {if $_PL_activeId == $i.id} - {$i.title|truncate:30} - {else} - {$i.title|truncate:30} - {/if} - {$i.duration}{$i.type} X
- - - - - [Clear] -
- -{/if} -
- -*} +{assign var="_PL_activeId" value=NULL} diff --git a/livesupport/modules/htmlUI/var/templates/script/collector.js.tpl b/livesupport/modules/htmlUI/var/templates/script/collector.js.tpl index f19efa93c..5136d8bca 100755 --- a/livesupport/modules/htmlUI/var/templates/script/collector.js.tpl +++ b/livesupport/modules/htmlUI/var/templates/script/collector.js.tpl @@ -1,7 +1,6 @@ -{*Smarty template*} - {literal}