diff --git a/contrib/customer/customer.html b/contrib/customer/customer.html index 9faa7028b1..9a5e28ff05 100644 --- a/contrib/customer/customer.html +++ b/contrib/customer/customer.html @@ -151,7 +151,7 @@

{if $customerinfo.balance < 0}{$customerinfo.balance|mo Powered by LMS! - {t 0=$layout.lmsv}Generated by LMS $0{/t}
+ {t a=$layout.lmsv}Generated by LMS $a{/t}
© 2001-2011 LMS Developers - http://www.lms.org.pl
diff --git a/contrib/customer/index.php b/contrib/customer/index.php index 1509f13ead..853b214988 100644 --- a/contrib/customer/index.php +++ b/contrib/customer/index.php @@ -95,17 +95,17 @@ // set some template and layout variables -$SMARTY->assign_by_ref('_LANG', $_LANG); -$SMARTY->assign_by_ref('LANGDEFS', $LANGDEFS); -$SMARTY->assign_by_ref('_ui_language', $LMS->ui_lang); -$SMARTY->assign_by_ref('_language', $LMS->lang); +$SMARTY->assignByRef('_LANG', $_LANG); +$SMARTY->assignByRef('LANGDEFS', $LANGDEFS); +$SMARTY->assignByRef('_ui_language', $LMS->ui_lang); +$SMARTY->assignByRef('_language', $LMS->lang); $SMARTY->template_dir = getcwd(); $SMARTY->compile_dir = SMARTY_COMPILE_DIR; @include('locale/'.$LMS->ui_lang.'/strings.php'); $layout['lmsv'] = '1.11-cvs'; -$SMARTY->assign_by_ref('layout', $layout); +$SMARTY->assignByRef('layout', $layout); header('X-Powered-By: LMS/'.$layout['lmsv']); diff --git a/contrib/customer/locale/pl/strings.php b/contrib/customer/locale/pl/strings.php index 18f87cff9b..dbd7b3d7bd 100644 --- a/contrib/customer/locale/pl/strings.php +++ b/contrib/customer/locale/pl/strings.php @@ -27,7 +27,7 @@ $_LANG['Balance Sheet:'] = 'Bilans finansowy:'; $_LANG['Customer Information'] = 'Informacje o kliencie'; $_LANG['Name/Surname:'] = 'Nazwa/Nazwisko:'; -$_LANG['Generated by LMS $0'] = 'Wygenerowano przy użyciu LMS $0'; +$_LANG['Generated by LMS $a'] = 'Wygenerowano przy użyciu LMS $a'; $_LANG['Monthly payments:'] = 'Miesięczne opłaty:'; $_LANG['No such operations.'] = 'Brak operacji.'; $_LANG['Your IP address was not recognized by system. Please to ensure that you are using computer connected to our network, and you are not using proxy servers. Information about your balance are accessible only from registered computer.'] = 'Państwa adres IP nie został rozpoznany przez system. Proszę się upewnić, że korzystacie Państwo z komputera podłaczonego do naszej sieci i czy nie korzystacie z serwera proxy. Informacje o Państwa bilansie są dostępne tylko z zarejestrowanego komputera.'; diff --git a/contrib/customer_otherip/balanceview.html b/contrib/customer_otherip/balanceview.html index bf3dd22a17..b2d67826dc 100644 --- a/contrib/customer_otherip/balanceview.html +++ b/contrib/customer_otherip/balanceview.html @@ -10,7 +10,7 @@ -

{t 0=$customerinfo.customername}Customer Logon: $0{/t}

+

{t a=$customerinfo.customername}Customer Logon: $a{/t}


@@ -25,7 +25,7 @@

{t}Customer Account:{/t}

diff --git a/contrib/customer_otherip/balanceviewaccount.html b/contrib/customer_otherip/balanceviewaccount.html index 46fcb21bf0..c717954828 100644 --- a/contrib/customer_otherip/balanceviewaccount.html +++ b/contrib/customer_otherip/balanceviewaccount.html @@ -19,7 +19,7 @@ diff --git a/contrib/customer_otherip/class.php b/contrib/customer_otherip/class.php index a9ff9c31f2..16aae94209 100644 --- a/contrib/customer_otherip/class.php +++ b/contrib/customer_otherip/class.php @@ -96,10 +96,10 @@ // set some template and layout variables -$SMARTY->assign_by_ref('_LANG', $_LANG); -$SMARTY->assign_by_ref('LANGDEFS', $LANGDEFS); -$SMARTY->assign_by_ref('_ui_language', $LMS->ui_lang); -$SMARTY->assign_by_ref('_language', $LMS->lang); +$SMARTY->assignByRef('_LANG', $_LANG); +$SMARTY->assignByRef('LANGDEFS', $LANGDEFS); +$SMARTY->assignByRef('_ui_language', $LMS->ui_lang); +$SMARTY->assignByRef('_language', $LMS->lang); $SMARTY->template_dir = getcwd(); $SMARTY->compile_dir = SMARTY_COMPILE_DIR; @@ -107,7 +107,7 @@ $layout['lmsv'] = '1.11-cvs'; -$SMARTY->assign_by_ref('layout', $layout); -$SMARTY->assign_by_ref('_config', $CONFIG); +$SMARTY->assignByRef('layout', $layout); +$SMARTY->assignByRef('_config', $CONFIG); ?> diff --git a/contrib/customer_otherip/invoice.php b/contrib/customer_otherip/invoice.php index ffed230be8..4b925ebe4a 100644 --- a/contrib/customer_otherip/invoice.php +++ b/contrib/customer_otherip/invoice.php @@ -50,7 +50,7 @@ $invoice = $LMS->GetInvoiceContent($_GET['id']); $ntempl = docnumber($invoice['number'], $invoice['template'], $invoice['cdate']); -$layout['pagetitle'] = trans('Invoice No. $0', $ntempl); +$layout['pagetitle'] = trans('Invoice No. $a', $ntempl); $invoice['last'] = TRUE; $SMARTY->assign('invoice',$invoice); $SMARTY->display(SMARTY_TEMPLATES_DIR.'/clearheader.html'); diff --git a/contrib/customer_otherip/invoice_pdf.php b/contrib/customer_otherip/invoice_pdf.php index 5f2c7bef10..3ac64782c4 100644 --- a/contrib/customer_otherip/invoice_pdf.php +++ b/contrib/customer_otherip/invoice_pdf.php @@ -55,7 +55,7 @@ function invoice_simple_form_fill($x,$y,$scale) text_autosize(15*$scale+$x,322*$scale+$y,30*$scale, iconv("UTF-8","ISO-8859-2",$invoice['zip']." ".$invoice['city']),350*$scale); $tmp = docnumber($invoice['number'], $invoice['template'], $invoice['cdate']); - text_autosize(15*$scale+$x,215*$scale+$y,30*$scale,iconv("UTF-8","ISO-8859-2",trans('Payment for invoice No. $0',$tmp)),350*$scale); + text_autosize(15*$scale+$x,215*$scale+$y,30*$scale,iconv("UTF-8","ISO-8859-2",trans('Payment for invoice No. $a',$tmp)),350*$scale); } @@ -77,12 +77,12 @@ function invoice_main_form_fill($x,$y,$scale) text_autosize(15*$scale+$x,555*$scale+$y,30*$scale,iconv("UTF-8","ISO-8859-2",$finances['account']),950*$scale); $pdf->addtext(330*$scale+$x,495*$scale+$y,30*$scale,'X'); text_autosize(550*$scale+$x,495*$scale+$y,30*$scale,"*".number_format($invoice['total'],2,',','')."*",400*$scale); - text_autosize(15*$scale+$x,434*$scale+$y,30*$scale,iconv("UTF-8","ISO-8859-2",trans('$0 dollars $1 cents',to_words(floor($invoice['total'])),to_words(round(($invoice['total']-floor($invoice['total']))*100)))),950*$scale); + text_autosize(15*$scale+$x,434*$scale+$y,30*$scale,iconv("UTF-8","ISO-8859-2",trans('$a dollars $b cents',to_words(floor($invoice['total'])),to_words(round(($invoice['total']-floor($invoice['total']))*100)))),950*$scale); text_autosize(15*$scale+$x,372*$scale+$y,30*$scale, iconv("UTF-8","ISO-8859-2",$invoice['name']),950*$scale); text_autosize(15*$scale+$x,312*$scale+$y,30*$scale, iconv("UTF-8","ISO-8859-2",$invoice['address']." ".$invoice['zip']." ".$invoice['city']),950*$scale); $tmp = docnumber($invoice['number'], $invoice['template'], $invoice['cdate']); - text_autosize(15*$scale+$x,250*$scale+$y,30*$scale,iconv("UTF-8","ISO-8859-2",trans('Payment for invoice No. $0',$tmp)),950*$scale); + text_autosize(15*$scale+$x,250*$scale+$y,30*$scale,iconv("UTF-8","ISO-8859-2",trans('Payment for invoice No. $a',$tmp)),950*$scale); } function text_align_right($x,$y,$size,$text) @@ -136,7 +136,7 @@ function invoice_buyer($x,$y) $y=$y-text_align_left($x,$y,$font_size,iconv("UTF-8","ISO-8859-2",trans('TEN:')).' '.$invoice['ten']); else if ($invoice['ssn']) $y=$y-text_align_left($x,$y,$font_size,iconv("UTF-8","ISO-8859-2",trans('SSN:')).' '.$invoice['ssn']); - $y=$y-text_align_left($x,$y,$font_size,''.iconv("UTF-8","ISO-8859-2",trans('Customer No.: $0',sprintf('%04d',$invoice['customerid']))).''); + $y=$y-text_align_left($x,$y,$font_size,''.iconv("UTF-8","ISO-8859-2",trans('Customer No.: $a',sprintf('%04d',$invoice['customerid']))).''); return $y; } @@ -158,7 +158,7 @@ function invoice_title($x,$y) global $invoice,$pdf,$CONFIG,$type; $font_size=16; $tmp = docnumber($invoice['number'], $invoice['template'], $invoice['cdate']); - $y=$y-text_align_left($x,$y,$font_size,''.iconv("UTF-8","ISO-8859-2",trans('Invoice No. $0',$tmp)).''); + $y=$y-text_align_left($x,$y,$font_size,''.iconv("UTF-8","ISO-8859-2",trans('Invoice No. $a',$tmp)).''); $y=$y-text_align_left($x,$y,$font_size,iconv("UTF-8","ISO-8859-2",$type)); return $y; } @@ -310,7 +310,7 @@ function invoice_to_pay($x,$y) { global $pdf, $invoice; $y = $y - text_align_left($x,$y,14,iconv("UTF-8","ISO-8859-2",trans('To pay:')).' '.iconv("UTF-8","ISO-8859-2",moneyf($invoice['total']))); - $y = $y - text_align_left($x,$y,10,iconv("UTF-8","ISO-8859-2",trans('In words:')).' '.iconv("UTF-8","ISO-8859-2",trans('$0 dollars $1 cents',to_words(floor($invoice['total'])),to_words(round(($invoice['total']-floor($invoice['total']))*100))))); + $y = $y - text_align_left($x,$y,10,iconv("UTF-8","ISO-8859-2",trans('In words:')).' '.iconv("UTF-8","ISO-8859-2",trans('$a dollars $b cents',to_words(floor($invoice['total'])),to_words(round(($invoice['total']-floor($invoice['total']))*100))))); return $y; } diff --git a/contrib/customer_otherip/locale/pl/strings.php b/contrib/customer_otherip/locale/pl/strings.php index c9c605ee61..6c02e6d965 100644 --- a/contrib/customer_otherip/locale/pl/strings.php +++ b/contrib/customer_otherip/locale/pl/strings.php @@ -28,15 +28,15 @@ $_LANG['Bank:'] = 'Bank:'; $_LANG['Customer Information:'] = 'Informacje o kliencie:'; $_LANG['Customer Logon'] = 'Panel Klienta'; -$_LANG['Customer Logon: $0'] = 'Panel Klienta: $0'; +$_LANG['Customer Logon: $a'] = 'Panel Klienta: $a'; $_LANG['Errornous data was entered!'] = 'Wprowadzono niepoprawne dane!'; $_LANG['Form Printout'] = 'Wydruk formularza'; $_LANG['home page'] = 'strona domowa'; $_LANG['Payments:'] = 'Płatności:'; $_LANG['Please to fill following form with customer ID and PIN which was sent to your email.'] = 'Proszę wypełnić formularz podając ID klienta oraz PIN, który był wysłany e-mailem.'; $_LANG['Print
Payment
Form'] = 'Wydruk
Formularza
Wpłaty'; -$_LANG['We are please for punctual payment in value: $0 with comment: $1'] = 'Prosimy o terminową wpłatę w wysokości: $0 z dopiskiem: $1'; +$_LANG['We are please for punctual payment in value: $a with comment: $b'] = 'Prosimy o terminową wpłatę w wysokości: $a z dopiskiem: $b'; $_LANG['You have no outstandings towards as.'] = 'Nie posiadasz zaległości wobec nas.'; -$_LANG['You have overpayments on value: $0, they will be moved as payments for future subscriptions or services.'] = 'Posiadasz nadpłaty w wysokości: $0, zostaną one rozliczone jako płatności za przyszły abonament lub usługę.'; +$_LANG['You have overpayments on value: $a, they will be moved as payments for future subscriptions or services.'] = 'Posiadasz nadpłaty w wysokości: $a, zostaną one rozliczone jako płatności za przyszły abonament lub usługę.'; ?> \ No newline at end of file diff --git a/contrib/sqlpanel/sqlprint.html b/contrib/sqlpanel/sqlprint.html index 21cf5f0cde..214451e29d 100644 --- a/contrib/sqlpanel/sqlprint.html +++ b/contrib/sqlpanel/sqlprint.html @@ -8,7 +8,7 @@

{$layout.pagetitle}

- {t}Customer Account:{/t} ({t 0=$limit}last $0 transactions{/t}) + {t}Customer Account:{/t} ({t a=$limit}last $a transactions{/t})
- {if $customerinfo.balance < 0}

{t 0=$customerinfo.balance*-1|money_format 1=$customerinfo.id}We are please for punctual payment in value: $0 with comment: $1{/t}

{elseif $customerinfo.balance > 0}{t 0=$customerinfo.balance|money_format}You have overpayments on value: $0, they will be moved as payments for future subscriptions or services.{/t}{else}{t}You have no outstandings towards as.{/t}{/if} + {if $customerinfo.balance < 0}

{t a=($customerinfo.balance*-1)|money_format b=$customerinfo.id}We are please for punctual payment in value: $a with comment: $b{/t}

{elseif $customerinfo.balance > 0}{t 0=$customerinfo.balance|money_format}You have overpayments on value: $a, they will be moved as payments for future subscriptions or services.{/t}{else}{t}You have no outstandings towards as.{/t}{/if}
LMS {$layout.lmsv} @ {$layout.hostname}
{$smarty.now|date_format:"%A, %x"}
- {t 0=$layout.logname}Prepared by: $0{/t} + {t a=$layout.logname}Prepared by: $a{/t}
diff --git a/contrib/squid_redirector/index.php b/contrib/squid_redirector/index.php index 6654b6729b..570c73f442 100644 --- a/contrib/squid_redirector/index.php +++ b/contrib/squid_redirector/index.php @@ -86,15 +86,15 @@ // set some template and layout variables -$SMARTY->assign_by_ref('_LANG', $_LANG); -$SMARTY->assign_by_ref('LANGDEFS', $LANGDEFS); -$SMARTY->assign_by_ref('_ui_language', $LMS->ui_lang); -$SMARTY->assign_by_ref('_language', $LMS->lang); +$SMARTY->assignByRef('_LANG', $_LANG); +$SMARTY->assignByRef('LANGDEFS', $LANGDEFS); +$SMARTY->assignByRef('_ui_language', $LMS->ui_lang); +$SMARTY->assignByRef('_language', $LMS->lang); $SMARTY->template_dir = getcwd(); $SMARTY->compile_dir = SMARTY_COMPILE_DIR; include('lang.php'); -$SMARTY->assign_by_ref('layout', $layout); +$SMARTY->assignByRef('layout', $layout); if (isset($_SERVER['HTTP_X_FORWARDED_FOR'])) { diff --git a/contrib/userpanel_modules/accounts/locale/pl/strings.php b/contrib/userpanel_modules/accounts/locale/pl/strings.php index 80c70c7e97..8ae4b18c5c 100644 --- a/contrib/userpanel_modules/accounts/locale/pl/strings.php +++ b/contrib/userpanel_modules/accounts/locale/pl/strings.php @@ -44,7 +44,7 @@ $_LANG['Runs problems solving center'] = 'Uruchamia centrum rozwiązywania problemów'; $_LANG['Select:'] = 'Wybierz:'; $_LANG['Submit'] = 'Zapisz'; -$_LANG['There is no Help Center tree. Use $0this form$1 to add root item.'] = 'Nie ma jeszcze struktury Centrum Pomocy. Użyj $0tego formularza$1 aby dodać główną pozycję.'; +$_LANG['There is no Help Center tree. Use $athis form$b to add root item.'] = 'Nie ma jeszcze struktury Centrum Pomocy. Użyj $atego formularza$b aby dodać główną pozycję.'; $_LANG['This cannot be empty'] = 'To nie może być puste'; $_LANG['This module is not configured yet.'] = 'Ten moduł nie jest jeszcze skonfigurowany.'; $_LANG['This module shows problems solving center'] = 'Moduł ten wyświetla centrum rozwiązywania problemów'; diff --git a/doc/ChangeLog b/doc/ChangeLog index 5a9fb9b638..b1af10ffa0 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -30,6 +30,11 @@ version ? (????-??-??): - helpdesk: ticket categories introduced [chilan] - documents: fixed aliases sql query in default template [chilan] - userpanel/helpdesk: missed customer id in footer of the notification mail [chilan] + - ported to Smarty 3 [chilan] + ----------------------------------------------------------------- + WARNING: This update changes required version of Smarty from 2.6 to 3.x. + It was quite strongly tested with Smarty 3.1.3 + ----------------------------------------------------------------- version 1.11.13 Dira (2011-04-07) diff --git a/index.php b/index.php index e71032ae37..f7ae6aafb6 100644 --- a/index.php +++ b/index.php @@ -99,8 +99,17 @@ // test for proper version of Smarty -if (version_compare('2.6.0', $SMARTY->_version) > 0) - die('Wrong version of Smarty engine! We support only Smarty-2.x greater than 2.6.0.'); +if (constant('Smarty::SMARTY_VERSION')) + $ver_chunks = preg_split('/-/', Smarty::SMARTY_VERSION); +else + $ver_chunks = NULL; +if (count($ver_chunks) != 2 || version_compare('3.0', $ver_chunks[1]) > 0) + die('Wrong version of Smarty engine! We support only Smarty-3.x greater than 3.0.'); + +define('SMARTY_VERSION', $ver_chunks[1]); + +// uncomment this line if you're not gonna change template files no more +//$SMARTY->compile_check = false; // Read configuration of LMS-UI from database @@ -147,19 +156,19 @@ $layout['logname'] = $AUTH->logname; $layout['logid'] = $AUTH->id; $layout['lmsdbv'] = $DB->_version; -$layout['smarty_version'] = $SMARTY->_version; +$layout['smarty_version'] = SMARTY_VERSION; $layout['hostname'] = hostname(); $layout['lmsv'] = '1.11-cvs'; $layout['lmsvr'] = $LMS->_revision.'/'.$AUTH->_revision; $layout['dberrors'] =& $DB->errors; $layout['popup'] = isset($_GET['popup']) ? true : false; -$SMARTY->assign_by_ref('layout', $layout); -$SMARTY->assign_by_ref('_LANG', $_LANG); -$SMARTY->assign_by_ref('LANGDEFS', $LANGDEFS); -$SMARTY->assign_by_ref('_ui_language', $LMS->ui_lang); -$SMARTY->assign_by_ref('_language', $LMS->lang); -$SMARTY->assign_by_ref('_config',$CONFIG); +$SMARTY->assignByRef('layout', $layout); +$SMARTY->assignByRef('_LANG', $_LANG); +$SMARTY->assignByRef('LANGDEFS', $LANGDEFS); +$SMARTY->assignByRef('_ui_language', $LMS->ui_lang); +$SMARTY->assignByRef('_language', $LMS->lang); +$SMARTY->assignByRef('_config',$CONFIG); $error = NULL; // initialize error variable needed for (almost) all modules diff --git a/lib/LMS.class.php b/lib/LMS.class.php index 7c78269997..e3121aec47 100644 --- a/lib/LMS.class.php +++ b/lib/LMS.class.php @@ -1798,26 +1798,26 @@ function GetCustomerAssignments($id, $show_expired=false) break; case WEEKLY: $row['at'] = strftime("%a",mktime(0,0,0,0,$row['at']+5,0)); - $row['payday'] = trans('weekly ($0)', $row['at']); + $row['payday'] = trans('weekly ($a)', $row['at']); $row['period'] = trans('weekly'); break; case MONTHLY: - $row['payday'] = trans('monthly ($0)', $row['at']); + $row['payday'] = trans('monthly ($a)', $row['at']); $row['period'] = trans('monthly'); break; case QUARTERLY: $row['at'] = sprintf('%02d/%02d', $row['at']%100, $row['at']/100+1); - $row['payday'] = trans('quarterly ($0)', $row['at']); + $row['payday'] = trans('quarterly ($a)', $row['at']); $row['period'] = trans('quarterly'); break; case HALFYEARLY: $row['at'] = sprintf('%02d/%02d', $row['at']%100, $row['at']/100+1); - $row['payday'] = trans('half-yearly ($0)', $row['at']); + $row['payday'] = trans('half-yearly ($a)', $row['at']); $row['period'] = trans('half-yearly'); break; case YEARLY: $row['at'] = date('d/m',($row['at']-1)*86400); - $row['payday'] = trans('yearly ($0)', $row['at']); + $row['payday'] = trans('yearly ($a)', $row['at']); $row['period'] = trans('yearly'); break; } @@ -2671,19 +2671,19 @@ function GetPaymentList() $row['payday'] = trans('daily'); break; case WEEKLY: - $row['payday'] = trans('weekly ($0)', strftime("%a",mktime(0,0,0,0,$row['at']+5,0))); + $row['payday'] = trans('weekly ($a)', strftime("%a",mktime(0,0,0,0,$row['at']+5,0))); break; case MONTHLY: - $row['payday'] = trans('monthly ($0)',$row['at']); + $row['payday'] = trans('monthly ($a)',$row['at']); break; case QUARTERLY: - $row['payday'] = trans('quarterly ($0)', sprintf('%02d/%02d', $row['at']%100, $row['at']/100+1)); + $row['payday'] = trans('quarterly ($a)', sprintf('%02d/%02d', $row['at']%100, $row['at']/100+1)); break; case HALFYEARLY: - $row['payday'] = trans('half-yearly ($0)', sprintf('%02d/%02d', $row['at']%100, $row['at']/100+1)); + $row['payday'] = trans('half-yearly ($a)', sprintf('%02d/%02d', $row['at']%100, $row['at']/100+1)); break; case YEARLY: - $row['payday'] = trans('yearly ($0)', date('d/m',($row['at']-1)*86400)); + $row['payday'] = trans('yearly ($a)', date('d/m',($row['at']-1)*86400)); break; } @@ -2705,19 +2705,19 @@ function GetPayment($id) $payment['payday'] = trans('daily'); break; case WEEKLY: - $payment['payday'] = trans('weekly ($0)', strftime("%a",mktime(0,0,0,0,$payment['at']+5,0))); + $payment['payday'] = trans('weekly ($a)', strftime("%a",mktime(0,0,0,0,$payment['at']+5,0))); break; case MONTHLY: - $payment['payday'] = trans('monthly ($0)',$payment['at']); + $payment['payday'] = trans('monthly ($a)',$payment['at']); break; case QUARTERLY: - $payment['payday'] = trans('quarterly ($0)', sprintf('%02d/%02d', $payment['at']%100, $payment['at']/100+1)); + $payment['payday'] = trans('quarterly ($a)', sprintf('%02d/%02d', $payment['at']%100, $payment['at']/100+1)); break; case HALFYEARLY: - $payment['payday'] = trans('half-yearly ($0)', sprintf('%02d/%02d', $payment['at']%100, $payment['at']/100+1)); + $payment['payday'] = trans('half-yearly ($a)', sprintf('%02d/%02d', $payment['at']%100, $payment['at']/100+1)); break; case YEARLY: - $payment['payday'] = trans('yearly ($0)', date('d/m',($payment['at']-1)*86400)); + $payment['payday'] = trans('yearly ($a)', date('d/m',($payment['at']-1)*86400)); break; } return $payment; @@ -2846,7 +2846,7 @@ function GetPrefixList() for($i=30;$i>15;$i--) { $prefixlist['id'][] = $i; - $prefixlist['value'][] = trans('$0 ($1 addresses)', $i, pow(2,32-$i)); + $prefixlist['value'][] = trans('$a ($b addresses)', $i, pow(2,32-$i)); } return $prefixlist; @@ -3891,7 +3891,7 @@ function CheckOption($var, $value) case 'print_balance_list_limit': case 'networkhosts_pagelimit': if($value<=0) - return trans('Value of option "$0" must be a number grater than zero!' ,$var); + return trans('Value of option "$a" must be a number grater than zero!' ,$var); break; case 'reload_type': if($value != 'sql' && $value != 'exec') @@ -4352,9 +4352,9 @@ function SendSMS($number, $message, $messageid=0) $dir = !empty($this->CONFIG['sms']['smstools_outdir']) ? $this->CONFIG['sms']['smstools_outdir'] : '/var/spool/sms/outgoing'; if(!file_exists($dir)) - return trans('SMSTools outgoing directory not exists ($0)!', $dir); + return trans('SMSTools outgoing directory not exists ($a)!', $dir); if(!is_writable($dir)) - return trans('Unable to write to SMSTools outgoing directory ($0)!', $dir); + return trans('Unable to write to SMSTools outgoing directory ($a)!', $dir); $filename = $dir.'/lms-'.$messageid.'-'.$number; $message = clear_utf($message); @@ -4366,7 +4366,7 @@ function SendSMS($number, $message, $messageid=0) fclose($fp); } else - return trans('Unable to create file $0!', $filename); + return trans('Unable to create file $a!', $filename); return MSG_NEW; break; diff --git a/lib/Smarty/plugins/block.t.php b/lib/Smarty/plugins/block.t.php index 196bc8a2ff..461612fbdd 100644 --- a/lib/Smarty/plugins/block.t.php +++ b/lib/Smarty/plugins/block.t.php @@ -24,16 +24,20 @@ * $Id$ */ -function smarty_block_t($args, $content, &$SMARTY) +function smarty_block_t($params, $content, &$template, &$repeat) { - if($SMARTY->_tpl_vars['_LANG'][$content]) - $content = trim($SMARTY->_tpl_vars['_LANG'][$content]); - - if(is_array($args)) - foreach($args as $argid => $argval) - $content = str_replace('$'.$argid, $argval, $content); + if (!empty($content)) + { + $lang = $template->getTemplateVars('_LANG'); + if($lang[$content]) + $content = trim($lang[$content]); - return trim($content); + if(is_array($params)) + foreach($params as $paramid => $paramval) + $content = str_replace('$'.$paramid, $paramval, $content); + + return trim($content); + } } ?> diff --git a/lib/Smarty/plugins/function.bankaccount.php b/lib/Smarty/plugins/function.bankaccount.php index 49ae5afd1d..8c4b142ed6 100644 --- a/lib/Smarty/plugins/function.bankaccount.php +++ b/lib/Smarty/plugins/function.bankaccount.php @@ -24,9 +24,9 @@ * $Id$ */ -function smarty_function_bankaccount($args, &$SMARTY) +function smarty_function_bankaccount($params, $template) { - return bankaccount($args['id'], $args['account']); + return bankaccount($params['id'], $params['account']); } ?> diff --git a/lib/Smarty/plugins/function.gentime.php b/lib/Smarty/plugins/function.gentime.php index b3c26608f9..3ca48067a5 100644 --- a/lib/Smarty/plugins/function.gentime.php +++ b/lib/Smarty/plugins/function.gentime.php @@ -24,13 +24,13 @@ * $Id$ */ -function smarty_function_gentime($args,&$SMARTY) +function smarty_function_gentime($params, $template) { $time = microtime(); return sprintf('%.4f',((substr($time,0,9)) - + (substr($time,-10)) - - (substr(START_TIME,0,9)) - - (substr(START_TIME,-10)))); + + (substr($time,-10)) + - (substr(START_TIME,0,9)) + - (substr(START_TIME,-10)))); } ?> diff --git a/lib/Smarty/plugins/function.handle.php b/lib/Smarty/plugins/function.handle.php index 9fbd328ad7..6879b3f103 100644 --- a/lib/Smarty/plugins/function.handle.php +++ b/lib/Smarty/plugins/function.handle.php @@ -30,13 +30,13 @@ {handle name="nodeinfobox-end"} */ -function smarty_function_handle($args, &$SMARTY) +function smarty_function_handle($params, $template) { global $PLUGINS; // or maybe $SMARTY->_tpl_vars['PLUGINS'] assigned by ref. $result = ''; - if(isset($PLUGINS[$args['name']])) - foreach($PLUGINS[$args['name']] as $plugin) + if(isset($PLUGINS[$params['name']])) + foreach($PLUGINS[$params['name']] as $plugin) $result .= $SMARTY->fetch($plugin); return $result; diff --git a/lib/Smarty/plugins/function.memory.php b/lib/Smarty/plugins/function.memory.php index 55610cbc6c..960839482a 100644 --- a/lib/Smarty/plugins/function.memory.php +++ b/lib/Smarty/plugins/function.memory.php @@ -24,7 +24,7 @@ * $Id$ */ -function smarty_function_memory($args, &$SMARTY) +function smarty_function_memory($params, $template) { if (function_exists('memory_get_peak_usage')) return sprintf('(%.2f MB)', memory_get_peak_usage()/1024/1024); diff --git a/lib/Smarty/plugins/function.number.php b/lib/Smarty/plugins/function.number.php index d432c38f85..a823fd8cab 100644 --- a/lib/Smarty/plugins/function.number.php +++ b/lib/Smarty/plugins/function.number.php @@ -24,11 +24,11 @@ * $Id$ */ -function smarty_function_number($args,&$SMARTY) +function smarty_function_number($params, $template) { - $result = docnumber($args['number'], $args['template'], $args['time']); - if(isset($args['assign'])) - $SMARTY->assign($args['assign'], $result); + $result = docnumber($params['number'], $params['template'], $params['time']); + if(isset($params['assign'])) + $template->assign($params['assign'], $result); else return $result; } diff --git a/lib/Smarty/plugins/function.size.php b/lib/Smarty/plugins/function.size.php index fea0c7a4da..9af5c9588f 100644 --- a/lib/Smarty/plugins/function.size.php +++ b/lib/Smarty/plugins/function.size.php @@ -24,9 +24,9 @@ * $Id$ */ -function smarty_function_size($args, &$SMARTY) +function smarty_function_size($params, $template) { - $array = $args['of']; + $array = $params['of']; return sizeof($array); } diff --git a/lib/Smarty/plugins/function.sum.php b/lib/Smarty/plugins/function.sum.php index 37823ac96c..a9cbc1a244 100644 --- a/lib/Smarty/plugins/function.sum.php +++ b/lib/Smarty/plugins/function.sum.php @@ -24,20 +24,20 @@ * $Id$ */ -function smarty_function_sum($args, &$SMARTY) +function smarty_function_sum($params, $template) { - $array = $args['array']; - $format = (isset($args['string_format']) ? $args['string_format'] : '%d'); - $default = (isset($args['default']) ? $args['default'] : 0); + $array = $params['array']; + $format = (isset($params['string_format']) ? $params['string_format'] : '%d'); + $default = (isset($params['default']) ? $params['default'] : 0); if($array) foreach($array as $row) if(is_array($row)) - $result += $row[$args['column']]; + $result += $row[$params['column']]; $result = isset($result) ? $result : $default; - if(isset($args['assign'])) - $SMARTY->assign($args['assign'], $result); + if(isset($params['assign'])) + $template->assign($params['assign'], $result); else return sprintf($format, $result); } diff --git a/lib/Smarty/plugins/function.tip.php b/lib/Smarty/plugins/function.tip.php index 0de0051487..29c9eafc93 100644 --- a/lib/Smarty/plugins/function.tip.php +++ b/lib/Smarty/plugins/function.tip.php @@ -24,58 +24,60 @@ * $Id$ */ -function smarty_function_tip($args, &$SMARTY) +function smarty_function_tip($params, $template) { - if ($popup = $args['dynpopup']) + if ($popup = $params['dynpopup']) { - if(is_array($args)) - foreach($args as $argid => $argval) - $popup = str_replace('$'.$argid, $argval, $popup); + if(is_array($params)) + foreach($params as $paramid => $paramval) + $popup = str_replace('$'.$paramid, $paramval, $popup); - $text = " onmouseover=\"popup('$popup',1,".((int)$args['sticky']).",30,15)\" onmouseout=\"pophide()\""; + $text = " onmouseover=\"popup('$popup',1,".((int)$params['sticky']).",30,15)\" onmouseout=\"pophide()\""; return $text; } - else if ($popup = $args['popup']) + else if ($popup = $params['popup']) { - if(is_array($args)) - foreach($args as $argid => $argval) - $popup = str_replace('$'.$argid, $argval, $popup); + if(is_array($params)) + foreach($params as $paramid => $paramval) + $popup = str_replace('$'.$paramid, $paramval, $popup); - $text = " onclick=\"popup('$popup',1,".((int)$args['sticky']).",10,10)\" onmouseout=\"pophide();\""; + $text = " onclick=\"popup('$popup',1,".((int)$params['sticky']).",10,10)\" onmouseout=\"pophide();\""; return $text; } else { - if($SMARTY->_tpl_vars['error'][$args['trigger']]) - { - $error = str_replace("'",'\\\'',$SMARTY->_tpl_vars['error'][$args['trigger']]); - $error = str_replace('"','"',$error); - $error = str_replace("\r",'',$error); - $error = str_replace("\n",'
',$error); + $tmpl = $template->getTemplateVars('error'); + if($tmpl[$params['trigger']]) + { + $error = str_replace("'", '\\\'', $tmpl[$params['trigger']]); + $error = str_replace('"', '"', $error); + $error = str_replace("\r", '', $error); + $error = str_replace("\n", '
', $error); - $result = ' onmouseover="popup(\''.$error.'\')" onmouseout="pophide()" '; - $result .= $args['bold'] ? 'CLASS="alert bold" ' : ' CLASS="alert" '; - } - elseif($args['text'] != '') - { - $text = $args['text']; - if($SMARTY->_tpl_vars['_LANG'][$text]) - $text = trim($SMARTY->_tpl_vars['_LANG'][$text]); + $result = ' onmouseover="popup(\''.$error.'\')" onmouseout="pophide()" '; + $result .= $params['bold'] ? 'CLASS="alert bold" ' : ' CLASS="alert" '; + } + elseif($params['text'] != '') + { + $text = $params['text']; + $tmpl = $template->getTemplateVars('_LANG'); + if($tmpl[$text]) + $text = trim($tmpl[$text]); - if(is_array($args)) - foreach($args as $argid => $argval) - $text = str_replace('$'.$argid, $argval, $text); + if(is_array($params)) + foreach($params as $paramid => $paramval) + $text = str_replace('$'.$paramid, $paramval, $text); - $text = str_replace('\'','\\\'',$text); - $text = str_replace('"','"',$text); - $text = str_replace("\r",'',$text); - $text = str_replace("\n",'
',$text); + $text = str_replace('\'', '\\\'', $text); + $text = str_replace('"', '"', $text); + $text = str_replace("\r", '', $text); + $text = str_replace("\n", '
', $text); - $result .= 'onmouseover="popup(\''.$text.'\')" onmouseout="pophide()" '; - $result .= $args['bold'] ? 'CLASS="bold" ' : ''; - } + $result .= 'onmouseover="popup(\''.$text.'\')" onmouseout="pophide()" '; + $result .= $params['bold'] ? 'CLASS="bold" ' : ''; + } - return $result; + return $result; } } diff --git a/lib/Sysinfo.class.php b/lib/Sysinfo.class.php index 2c8af03e9b..9186d8bb99 100644 --- a/lib/Sysinfo.class.php +++ b/lib/Sysinfo.class.php @@ -113,7 +113,7 @@ function hostname() $hostname=$return[0]; break; default: - $return = trans('unknown OS ($0)',PHP_OS); + $return = trans('unknown OS ($a)',PHP_OS); } if($hostname=='') $hostname='N.A.'; @@ -153,7 +153,7 @@ function uptime() $result = uptimef($sys_ticks); break; default: - $result = trans('unknown OS ($0)',PHP_OS); + $result = trans('unknown OS ($a)',PHP_OS); break; } return $result; diff --git a/lib/common.php b/lib/common.php index 1ce58919bd..5daca10d25 100644 --- a/lib/common.php +++ b/lib/common.php @@ -102,7 +102,7 @@ function hostname() $hostname=$return[0]; break; default: - $return = trans('unknown OS ($0)', PHP_OS); + $return = trans('unknown OS ($a)', PHP_OS); } if(!$hostname) @@ -524,7 +524,7 @@ function isboolean($value) function moneyf($value) { global $LANGDEFS, $_language; - return sprintf($LANGDEFS[$_language]['money_format'],$value); + return sprintf($LANGDEFS[$_language]['money_format'], $value); } if (!function_exists('bcmod')) @@ -659,7 +659,7 @@ function lastonline_date($timestamp) $delta = time()-$timestamp; if ($delta > $CONFIG['phpui']['lastonline_limit']) { if($delta>59) - return trans('$0 ago ($1)', uptimef($delta), date('Y/m/d, H:i', $timestamp)); + return trans('$a ago ($1)', uptimef($delta), date('Y/m/d, H:i', $timestamp)); else return date('(Y/m/d, H:i)', $timestamp); } diff --git a/lib/definitions.php b/lib/definitions.php index db771f8b73..2217cad7a8 100644 --- a/lib/definitions.php +++ b/lib/definitions.php @@ -90,11 +90,11 @@ $GUARANTEEPERIODS = array( -1 => trans('lifetime'), 0 => trans('none'), - 12 => trans('$0 months', 12), + 12 => trans('$a months', 12), 24 => trans('24 months', 24), - 36 => trans('$0 months', 36), - 48 => trans('$0 months', 48), - 60 => trans('$0 months', 60) + 36 => trans('$a months', 36), + 48 => trans('$a months', 48), + 60 => trans('$a months', 60) ); // Internet Messengers diff --git a/lib/language.php b/lib/language.php index bf5736d400..0151229619 100644 --- a/lib/language.php +++ b/lib/language.php @@ -37,7 +37,7 @@ function trans() for($i = 1; $i < $argc; $i++) { $arg = func_get_arg($i); - $content = str_replace('$'.($i-1), $arg, $content); + $content = str_replace('$'.chr(97+$i-1), $arg, $content); } return $content; } diff --git a/lib/locale/lt/strings.php b/lib/locale/lt/strings.php index c3b3cbfe37..16da751b2e 100644 --- a/lib/locale/lt/strings.php +++ b/lib/locale/lt/strings.php @@ -24,16 +24,16 @@ * $Id$ */ -$_LANG['$0 ($1 addresses)'] = '$0 ($1 adresas)'; -$_LANG['$0 addresses'] = '$0 adresu'; -$_LANG['$0 ago ($1)'] = '$0 šitam ($1)'; -$_LANG['$0 at least one year old records have been removed.
'] = '$0 įrašai senesni nei metai buvo pašalinti.
'; -$_LANG['$0 dollars $1 cents'] = '$0 litų $1 centų'; -$_LANG['$0 months'] = '$0 mėnesių'; -$_LANG['$0 of $1 ($2): $3 <$4>'] = '$0 $1 ($2): $3 <$4>'; -$_LANG['$0 records after compacting.'] = '$0 įrašų po archivavimo.'; -$_LANG['$0 records before compacting.
'] = '$0 įrašų prieš archivavimą.
'; -$_LANG['$0 - removed, $1 - inserted
'] = '$0 - pašalintų, $1 - pridėtų
'; +$_LANG['$a ($b addresses)'] = '$a ($b adresas)'; +$_LANG['$a addresses'] = '$a adresu'; +$_LANG['$a ago ($b)'] = '$a šitam ($b)'; +$_LANG['$a at least one year old records have been removed.
'] = '$a įrašai senesni nei metai buvo pašalinti.
'; +$_LANG['$a dollars $b cents'] = '$a litų $b centų'; +$_LANG['$a months'] = '$a mėnesių'; +$_LANG['$a of $b ($c): $d <$4>'] = '$a $b ($c): $d <$4>'; +$_LANG['$a records after compacting.'] = '$a įrašų po archivavimo.'; +$_LANG['$a records before compacting.
'] = '$a įrašų prieš archivavimą.
'; +$_LANG['$a - removed, $b - inserted
'] = '$a - pašalintų, $b - pridėtų
'; $_LANG['30 days'] = '30 dienų'; $_LANG['365 days'] = '365 dienų'; $_LANG['7 days'] = '7 dienos'; @@ -44,7 +44,7 @@ $_LANG['Account'] = 'Įrašas'; $_LANG['Accounts:'] = 'Įrašai:'; $_LANG['Accounted'] = 'Įrašyta'; -$_LANG['Account Edit: $0'] = 'Įrašo redagavimas: $0'; +$_LANG['Account Edit: $a'] = 'Įrašo redagavimas: $a'; $_LANG['Accounting day:'] = 'Sąskaitos diena:'; $_LANG['Account payment'] = 'Priskaičiuok'; $_LANG['Account'] = 'Sąskaita'; @@ -123,18 +123,18 @@ $_LANG['Answer'] = 'Atsakymas'; $_LANG['Approved By'] = 'Patvirtinti'; $_LANG['Are you sure that you want to logout?'] = 'Ar tikrai norite atsijungti?'; -$_LANG['Are you sure, you want to account ALL debts of customer \\\'$0\\\'?'] = 'Ar tikrai norite atskaityti visas vartotojo gautinas sumas? Jesteś pewien, że chcesz rozliczyć WSZYSTKIE należności użytkownika \\\'$0\\\'?'; +$_LANG['Are you sure, you want to account ALL debts of customer \\\'$a\\\'?'] = 'Ar tikrai norite atskaityti visas vartotojo gautinas sumas? Jesteś pewien, że chcesz rozliczyć WSZYSTKIE należności użytkownika \\\'$a\\\'?'; $_LANG['Are you sure, you want to assign new addresses for all computers? Remember, it can make problems for your network!'] = 'Ar tikai norite priskirti naujus adresusu visiems kompiuterimas? Prisiminkite, tai gali sukelti problemas Jūsų tinkle!'; -$_LANG['Are you sure, you want to change network $0 to network \'+getText(document.remap.mapto.value)+\'?'] = 'Ar tikrai norite peradresuoti tinklą $0 į tinklą \'+getText(document.remap.mapto.value)+\'?'; +$_LANG['Are you sure, you want to change network $a to network \'+getText(document.remap.mapto.value)+\'?'] = 'Ar tikrai norite peradresuoti tinklą $a į tinklą \'+getText(document.remap.mapto.value)+\'?'; $_LANG['Are you sure, you want to check/uncheck selected invoices as accounted?'] = 'Ar tikrai norite pažymėti/atžymėti pasirinktas faktūras kaip apmokėtas?'; -$_LANG['Are you sure, you want to delete account \\\'$0\\\' and all assigned to them aliases?'] = 'Ar tikrai norite pašalinti sąsakitą \\\'$0\\\' bei visus pseudonimus su ja susijusius?'; -$_LANG['Are you sure, you want to delete address \\\'$0\\\' from database?'] = 'Ar tikrai norite ištrinti adresą \\\'$0\\\'iš duomenų bazės?'; -$_LANG['Are you sure, you want to delete alias: \\\'$0\\\'?'] = 'Ar tikrai norite ištrinti pseudonimą: \\\'$0\\\'?'; -$_LANG['Are you sure, you want to delete database backup created at $0 ?'] = 'Ar tikrai norite ištrinti duomenų bazės kopiją padarytą: $0 ?'; -$_LANG['Are you sure, you want to delete domain: \\\'$0\\\' and all accounts/aliases in that domain?'] = 'Ar tikrai norite ištrinti domeną: \\\'$0\\\' bei visas sąskaitas/pseudonimus šiame domene?'; -$_LANG['Are you sure, you want to delete node $0?'] = 'Ar tikrai norite ištrinti kompiuterį $0?'; -$_LANG['Are you sure, you want to delete node \\\'$0\\\' from database?'] = 'Ar tikrai norite ištrinti kompiuterį \\\'$0\\\' iš duomenų bazės?'; -$_LANG['Are you sure, you want to delete option \\\'$0\\\' from database?'] = 'Ar tikrai norite ištrinti pasirinktį \\\'$0\\\'iš duomenų bazės?'; +$_LANG['Are you sure, you want to delete account \\\'$a\\\' and all assigned to them aliases?'] = 'Ar tikrai norite pašalinti sąsakitą \\\'$a\\\' bei visus pseudonimus su ja susijusius?'; +$_LANG['Are you sure, you want to delete address \\\'$a\\\' from database?'] = 'Ar tikrai norite ištrinti adresą \\\'$a\\\'iš duomenų bazės?'; +$_LANG['Are you sure, you want to delete alias: \\\'$a\\\'?'] = 'Ar tikrai norite ištrinti pseudonimą: \\\'$a\\\'?'; +$_LANG['Are you sure, you want to delete database backup created at $a ?'] = 'Ar tikrai norite ištrinti duomenų bazės kopiją padarytą: $a ?'; +$_LANG['Are you sure, you want to delete domain: \\\'$a\\\' and all accounts/aliases in that domain?'] = 'Ar tikrai norite ištrinti domeną: \\\'$a\\\' bei visas sąskaitas/pseudonimus šiame domene?'; +$_LANG['Are you sure, you want to delete node $a?'] = 'Ar tikrai norite ištrinti kompiuterį $a?'; +$_LANG['Are you sure, you want to delete node \\\'$a\\\' from database?'] = 'Ar tikrai norite ištrinti kompiuterį \\\'$a\\\' iš duomenų bazės?'; +$_LANG['Are you sure, you want to delete option \\\'$a\\\' from database?'] = 'Ar tikrai norite ištrinti pasirinktį \\\'$a\\\'iš duomenų bazės?'; $_LANG['Are you sure, you want to delete selected operation(s) and/or invoice item(s)?'] = 'Ar tikrai ištrinti pažymėtas operacijas ir/arba faktūros pozicijas?'; $_LANG['Are you sure, you want to delete that connection?'] = 'Ar tikrai norite ištrinti šį sujungimą (ryšį)?'; $_LANG['Are you sure, you want to delete that device?'] = 'Ar tikrai norite ištrinti šį įrengimą?'; @@ -145,27 +145,27 @@ $_LANG['Are you sure, you want to delete that tariff?'] = 'Ar tikrai norite ištrinti šį įkainį?'; $_LANG['Are you sure, you want to delete this database backup?'] = 'Ar tikrai norite ištrinti šią duomenų bazės kopiją?'; $_LANG['Are you sure, you want to delete this liability?'] = 'JAr tikrai norite ištrinti šį įsipareigojimą?'; -$_LANG['Are you sure, you want to drop user $0 from that event?'] = 'Ar tikrai norite pašalinti vartotoją $0 iš šio įvykio?'; +$_LANG['Are you sure, you want to drop user $a from that event?'] = 'Ar tikrai norite pašalinti vartotoją $a iš šio įvykio?'; $_LANG['Are you sure, you want to generate new password?'] = 'Ar tikrai norite sugeneruoti naują slaptažodį?'; $_LANG['Are you sure, you want to generate new PIN?'] = 'Ar tikrai norite sugeneruoti naują PIN?'; $_LANG['Are you sure, you want to irreversibly delete that user account?'] = 'Ar tikrai norite panaikinti šią sąskaitą negrįžtamai?'; $_LANG['Are you sure, you want to move customers to tariff \'+getText(document.tmove.to.value)+\'?'] = 'Ar tikrai norite priskirti klientams įkainį \'+getText(document.tmove.to.value)+\'?'; -$_LANG['Are you sure, you want to readdress network $0 to network $1 ?'] = 'Ar tikrai norite peradresuoti tinklą $0 tinklui $1 ?'; -$_LANG['Are you sure, you want to recover database created at $0?'] = 'Ar tikrai norite atkurti duomenų bazę iš kopijos padarytos $0?'; -$_LANG['Are you sure, you want to remove customer \\\'$0\\\' from database?\\n\\nIf that customer have some nodes, they will be also removed and data definitely lost!'] = 'Ar tikari norite pašalinti klientą \\\'$0\\\' iš duomenų bazės?\\n\\n Jei klientas turi kompiuterius jie taip pat bus pašalinti, o jų duomenys negrįžtamai prarasti!'; +$_LANG['Are you sure, you want to readdress network $a to network $b ?'] = 'Ar tikrai norite peradresuoti tinklą $a tinklui $b ?'; +$_LANG['Are you sure, you want to recover database created at $a?'] = 'Ar tikrai norite atkurti duomenų bazę iš kopijos padarytos $a?'; +$_LANG['Are you sure, you want to remove customer \\\'$a\\\' from database?\\n\\nIf that customer have some nodes, they will be also removed and data definitely lost!'] = 'Ar tikari norite pašalinti klientą \\\'$a\\\' iš duomenų bazės?\\n\\n Jei klientas turi kompiuterius jie taip pat bus pašalinti, o jų duomenys negrįžtamai prarasti!'; $_LANG['Are you sure, you want to remove customer from group?'] = 'Ar tikrai norite pašalinti klientą iš grupės?'; -$_LANG['Are you sure, you want to remove device \\\'$0\\\' from database?'] = 'Ar tikrai norite pašalinti įrenginį \\\'$0\\\' iš duomenų bazės?'; -$_LANG['Are you sure, you want to remove host \\\'$0\\\' and all assigned configuration?'] = 'Ar tikrai norite pašalinti prieglobą \\\'$0\\\' ir visą jos konfiguraciją?'; -$_LANG['Are you sure, you want to remove instance \\\'$0\\\' and all assigned configuration?'] = 'Ar tikrai norite pašalinti atvėjį \\\'$0\\\' ir visą jo konfiguraciją?'; -$_LANG['Are you sure, you want to remove invoice \\\'$0\\\' from database?'] = 'Ar tikrai norite pašalinti faktūrą \\\'$0\\\' iš duomenų bazės?'; -$_LANG['Are you sure, you want to remove network \\\'$0\\\'?'] = 'Ar tikrai norite pašalinti tinklą \\\'$0\\\'?'; -$_LANG['Are you sure, you want to remove node \\\'$0\\\' from database?'] = 'Ar tikrai norite pašalinti kompiuterį \\\'$0\\\' iš duomenų bazės?'; -$_LANG['Are you sure, you want to remove option \\\'$0\\\' from database?'] = 'Ar tikrai norite pašalinti pasirinktį \\\'$0\\\' iš duomenų bazės?'; -$_LANG['Are you sure, you want to remove queue \\\'$0\\\' and all assigned tickets and messages?'] = 'Ar tikrai norite pašalinti eilę \\\'$0\\\' bei visas paraiškas ir žinutes su ja susijusias?'; -$_LANG['Are you sure, you want to remove receipt \\\'$0\\\' from database?'] = 'Ar tikrai norite pašalinti mokėjimo patvritinimą nr \\\'$0\\\'iš duomenų bazės?'; +$_LANG['Are you sure, you want to remove device \\\'$a\\\' from database?'] = 'Ar tikrai norite pašalinti įrenginį \\\'$a\\\' iš duomenų bazės?'; +$_LANG['Are you sure, you want to remove host \\\'$a\\\' and all assigned configuration?'] = 'Ar tikrai norite pašalinti prieglobą \\\'$a\\\' ir visą jos konfiguraciją?'; +$_LANG['Are you sure, you want to remove instance \\\'$a\\\' and all assigned configuration?'] = 'Ar tikrai norite pašalinti atvėjį \\\'$a\\\' ir visą jo konfiguraciją?'; +$_LANG['Are you sure, you want to remove invoice \\\'$a\\\' from database?'] = 'Ar tikrai norite pašalinti faktūrą \\\'$a\\\' iš duomenų bazės?'; +$_LANG['Are you sure, you want to remove network \\\'$a\\\'?'] = 'Ar tikrai norite pašalinti tinklą \\\'$a\\\'?'; +$_LANG['Are you sure, you want to remove node \\\'$a\\\' from database?'] = 'Ar tikrai norite pašalinti kompiuterį \\\'$a\\\' iš duomenų bazės?'; +$_LANG['Are you sure, you want to remove option \\\'$a\\\' from database?'] = 'Ar tikrai norite pašalinti pasirinktį \\\'$a\\\' iš duomenų bazės?'; +$_LANG['Are you sure, you want to remove queue \\\'$a\\\' and all assigned tickets and messages?'] = 'Ar tikrai norite pašalinti eilę \\\'$a\\\' bei visas paraiškas ir žinutes su ja susijusias?'; +$_LANG['Are you sure, you want to remove receipt \\\'$a\\\' from database?'] = 'Ar tikrai norite pašalinti mokėjimo patvritinimą nr \\\'$a\\\'iš duomenų bazės?'; $_LANG['Are you sure, you want to remove that customer from database?\\n\\nIf that customer have any computers, they will be automatically removed from database too, and information about them irreversible losed!'] = 'Ar tikrai norite pašalinti klientą iš duomenų bazės?\\n\\nJei klientas turi kompiuterius, jie bus pašalinti, o duomenys negrįžtamai prarasti!'; $_LANG['Are you sure, you want to remove this group?'] = 'Ar tikrai norite pašalinti šią grupę?'; -$_LANG['Are you sure, you want to remove ticket $0?'] = 'Ar tikrai norite pašalinti paraišką nr $0?'; +$_LANG['Are you sure, you want to remove ticket $a?'] = 'Ar tikrai norite pašalinti paraišką nr $a?'; $_LANG['Are you sure, you want to reorder that network?'] = 'Ar tikrai norite sutvarkyti tinklą?'; $_LANG['Are you sure, you want to restore this database backup?'] = 'Ar tikrai norite atkurti šią duomenų bazės kopiją?'; $_LANG['ascending'] = 'didėjantis'; @@ -177,15 +177,15 @@ $_LANG['Avg. monthly income:'] = 'vidur. mėn. pajamos:'; $_LANG['awaiting'] = 'laukaintis'; $_LANG['List of awaiting customers'] = 'Laukiančių klientų sąrašas'; -$_LANG['$0'] = '$0'; +$_LANG['$a'] = '$a'; $_LANG['Backup Delete'] = 'Backup Delete'; $_LANG['Backups'] = 'Atsarginės kopjos'; $_LANG['Balance'] = 'Saldo'; $_LANG['Balance:'] = 'Saldo:'; $_LANG['Balance date:'] = 'Balanso data:'; $_LANG['Balance Sheet'] = 'Operacijų istoria'; -$_LANG['Balance Sheet ($0 to $1)'] = 'Operacijų istoria ($0 iki $1)'; -$_LANG['Balance Sheet of User: $0 ($1 to $2)'] = 'Operacijų istoria vartotojui: $0 ($1 iki $2)'; +$_LANG['Balance Sheet ($a to $b)'] = 'Operacijų istoria ($a iki $b)'; +$_LANG['Balance Sheet of User: $a ($b to $c)'] = 'Operacijų istoria vartotojui: $a ($b iki $c)'; $_LANG['Allows you to logout'] = 'Darbo pabaiga'; $_LANG['Basic system information'] = 'Pagrindinė informacija apie sistemą'; $_LANG['Begin:'] = 'Pradžia:'; @@ -206,7 +206,7 @@ $_LANG['CASH'] = 'GRYNIEJI'; $_LANG['Cash Operations Import'] = 'Kasos operacijų importas'; $_LANG['Cash receipt'] = 'Mokėjimo patvritinimas'; -$_LANG['Cash Receipt No. $0'] = 'Kasos dokumentas Nr $0'; +$_LANG['Cash Receipt No. $a'] = 'Kasos dokumentas Nr $a'; $_LANG['Cash receipt template file. Default: "receipt.html". Should be placed in templates directory.'] = 'Mokėjimo patvritinimo šablonas. Pagal nutylėjimą: "receipt.html". Turi būti kataloge templates.'; $_LANG['Cash Report'] = 'Kasos ataskaita'; $_LANG['Cautions:'] = 'Pasatbos:'; @@ -239,11 +239,11 @@ $_LANG['Compacting of database removes non-essential data from database and averages existing data. This will decrease number of records in database and reduce results latency, but also decrease stats precision.'] = 'Duomenų bazės sutraukimas reiškia nereikalingų duomenų pašalinimas iš bazės bei esamų duomenų vidurkinimas, kas sumažins įrašų skaičių bazėje, o paskui sutrumpins rezultatų laukimo laiką, bet sumažins jų tikslumą'; $_LANG['Compacting parameters'] = 'Sutraukimo parametrai'; $_LANG['compressed'] = 'sutraukta'; -$_LANG['Statistics for computer $0 has been removed
'] = 'Kompiuterio $0 statistiniai duomenys yra pašalinti
'; +$_LANG['Statistics for computer $a has been removed
'] = 'Kompiuterio $a statistiniai duomenys yra pašalinti
'; $_LANG['Error during deleting data for old computers !
'] = 'Klaida šalinant statistinius duomenys pašalintų kompiuterių!
'; $_LANG['Computers found:'] = 'Rasti kompiuteriai:'; $_LANG['Configuration'] = 'Konfiguracija'; -$_LANG['Configuration of Instance: $0/$1'] = 'Atvejo konfigūracija: $0/$1'; +$_LANG['Configuration of Instance: $a/$b'] = 'Atvejo konfigūracija: $a/$b'; $_LANG['configuration reload'] = 'konfigūracijos perkrovimas '; $_LANG['Configuration Reload'] = 'Konfigūracijos perkrovimas'; $_LANG['Confirm password'] = 'Pakartok slaptažodį'; @@ -253,9 +253,9 @@ $_LANG['connected'] = 'prijungti'; $_LANG['connected'] = 'prijungtas'; $_LANG['Connected:'] = 'Prijungti:'; -$_LANG['List of Connected Customers $0$1'] = 'Prijungtų klientų sąrašas $0$1'; -$_LANG['Connected devices ($0):'] = 'Prijungti įrengimai ($0):'; -$_LANG['Connected nodes ($0):'] = 'Prijungti kompiuteriai $0):'; +$_LANG['List of Connected Customers $a$b'] = 'Prijungtų klientų sąrašas $a$b'; +$_LANG['Connected devices ($a):'] = 'Prijungti įrengimai ($a):'; +$_LANG['Connected nodes ($a):'] = 'Prijungti kompiuteriai $a):'; $_LANG['Connected:'] = 'Prijungti:'; $_LANG['List of Connected Nodes'] = 'Prijungtų kompiuterių sąrašas'; $_LANG['Connection limit:'] = 'Jungčių limitas:'; @@ -270,7 +270,7 @@ $_LANG['Copyrights, authors, etc.'] = 'Autorinės teisės, autoriai, ir t.t.'; $_LANG['Create alias'] = 'Sukurk pseudonimą'; $_LANG['Created:'] = 'Sukurtas:'; -$_LANG['Created by: $0'] = 'Skurtas šio: $0'; +$_LANG['Created by: $a'] = 'Skurtas šio: $a'; $_LANG['Create new'] = 'Sukurk nową'; $_LANG['Create time:'] = 'Skurimo data:'; $_LANG['Generating subscriptions...'] = 'Generuoju įkainius...'; @@ -281,28 +281,28 @@ $_LANG['customer'] = 'klientas'; $_LANG['Customer'] = 'Klientas'; $_LANG['Customer:'] = 'Klientas:'; -$_LANG['Customer $0 Balance Sheet ($1 to $2)'] = '$0 Kliento operacijų istorija ($1 iki $2)'; -$_LANG['Customer $0 has been removed.'] = 'Klientas $0 buvo pašalintas.'; +$_LANG['Customer $a Balance Sheet ($b to $c)'] = '$a Kliento operacijų istorija ($b iki $c)'; +$_LANG['Customer $a has been removed.'] = 'Klientas $a buvo pašalintas.'; $_LANG['Customer Account:'] = 'Kliento sąskaita (vartotojas):'; -$_LANG['Customer Balance: $0'] = 'Kliento sąskaita: $0'; +$_LANG['Customer Balance: $a'] = 'Kliento sąskaita: $a'; $_LANG['Customer Balance Sheet'] = 'Kliento operacijų istorija '; $_LANG['Customer cannot send message!'] = 'Klientas negali išsiųsti žinučių!'; -$_LANG['Customer Charging Edit: $0'] = 'Kliento įsipareigojimų redagavimas: $0'; -$_LANG['Customer Edit: $0'] = 'Kliento redagavimas: $0'; +$_LANG['Customer Charging Edit: $a'] = 'Kliento įsipareigojimų redagavimas: $a'; +$_LANG['Customer Edit: $a'] = 'Kliento redagavimas: $a'; $_LANG['Customers Group:'] = 'Klientų grupė:'; $_LANG['customer ID'] = 'Kliento ID'; $_LANG['Customer ID'] = 'Kliento ID'; $_LANG['Customer ID:'] = 'Kliento ID:'; -$_LANG['Customer Info: $0'] = 'Informacija apie klientą : $0'; -$_LANG['Node Edit: $0'] = 'Kompiuterio redagavimas : $0'; -$_LANG['Customer Information: $0'] = 'Informacija apie klientą : $0'; +$_LANG['Customer Info: $a'] = 'Informacija apie klientą : $a'; +$_LANG['Node Edit: $a'] = 'Kompiuterio redagavimas : $a'; +$_LANG['Customer Information: $a'] = 'Informacija apie klientą : $a'; $_LANG['Customer Liabilities:'] = 'Kliento įsipareigojimai:'; $_LANG['customer name'] = 'kliento pavardė '; $_LANG['Customer name'] = 'Kliento pavardė '; -$_LANG['Customer No.: $0'] = 'Kliento numeris: $0'; -$_LANG['Customer Nodes ($0):'] = 'Kliento kompiuteriai ($0):'; +$_LANG['Customer No.: $a'] = 'Kliento numeris: $a'; +$_LANG['Customer Nodes ($a):'] = 'Kliento kompiuteriai ($a):'; $_LANG['Customer not selected!'] = 'Nepasirinktas klientas !'; -$_LANG['Customer Remove: $0'] = 'Kliento pašalinimas: $0'; +$_LANG['Customer Remove: $a'] = 'Kliento pašalinimas: $a'; $_LANG['Customers'] = 'Klientai'; $_LANG['Customers:'] = 'Klientai:'; $_LANG['Customer Search'] = 'Klientų paieška'; @@ -310,10 +310,10 @@ $_LANG['Customers in Subscription:'] = 'Klientai prisikirti įkainiui:'; $_LANG['Customers List'] = 'Klientų sąrašas'; $_LANG['Customers List:'] = 'Klientų sąrašas:'; -$_LANG['Customers List $0$1'] = 'Klientų sąrašas $0$1'; +$_LANG['Customers List $a$b'] = 'Klientų sąrašas $a$b'; $_LANG['Customers: list, add, search, groups'] = 'Klientai: sąrašas, paieška, pridėjimas, grupės'; $_LANG['customers management'] = 'klientų valdymas '; -$_LANG['Customers Without Nodes List $0$1'] = 'Klientų be kompiuterių sąrašas $0$1'; +$_LANG['Customers Without Nodes List $a$b'] = 'Klientų be kompiuterių sąrašas $a$b'; $_LANG['CVS Repository'] = 'Saugykla CVS'; $_LANG['Daemon'] = 'Daemonas'; $_LANG['daemon management and configuration'] = 'daemono konfiguracija ir valdymas'; @@ -345,22 +345,22 @@ $_LANG['deleted'] = 'ištrinti'; $_LANG['Delete data older than one year'] = 'Ištrink duomenis senesnius nei metai'; $_LANG['deleted customer'] = 'ištrintas klientas'; -$_LANG['Delete Node $0'] = 'Ištrink kompiuterį $0'; +$_LANG['Delete Node $a'] = 'Ištrink kompiuterį $a'; $_LANG['Delete stats of non-existing (deleted) nodes'] = 'Ištrink neegzistuojančių (ištrintų) kompiuterių statistikas'; $_LANG['Deletion of Database Backup'] = 'Atsarginės duomenų bazės kopijos trynimas'; -$_LANG['Deletion of Device with ID: $0'] = 'Įrenginio identifikuoto: $0 trynimas'; +$_LANG['Deletion of Device with ID: $a'] = 'Įrenginio identifikuoto: $a trynimas'; $_LANG['descending'] = 'mažėjančiai '; $_LANG['Description'] = 'Aprašas'; $_LANG['Description:'] = 'Aprašas:'; $_LANG['Details'] = 'Detalės '; $_LANG['Device connected to other device or node can\'t be deleted.'] = ' Įrengimas sujungtas su kitu įrengimu arba kompiuteriu negali būti ištrintas.'; -$_LANG['Device Edit: $0 ($1)'] = 'Įrenginio redagavimas: $0 ($1)'; +$_LANG['Device Edit: $a ($b)'] = 'Įrenginio redagavimas: $a ($b)'; $_LANG['No free ports on device!'] = 'Įrenginys neturi laisvų angų (portų) '; $_LANG['No IP addresses on device.'] = 'Įrenginys neturi IP adreso .'; -$_LANG['Device Info: $0 $1 $2'] = 'Informacija apie įrenginį: $0 $1 $2'; +$_LANG['Device Info: $a $b $c'] = 'Informacija apie įrenginį: $a $b $c'; $_LANG['Device name is required!'] = 'Reikalingas įrenginio pavadinimas!'; $_LANG['Device name is too long (max.32 characters)!'] = ' Įrenginio pavadinimas yra per ilgas (maksimaliai 32 simboliai)!'; -$_LANG['IP addresses ($0):'] = ' IP adresai ($0):'; +$_LANG['IP addresses ($a):'] = ' IP adresai ($a):'; $_LANG['Device has been deleted.'] = 'Įrenginys buvo ištrintas.'; $_LANG['DHCP range:'] = ' DHCP diapazonas:'; $_LANG['Disable'] = 'Išjunk '; @@ -378,7 +378,7 @@ $_LANG['disconnected'] = 'atjungtas'; $_LANG['Disconnected:'] = 'Atjungti:'; $_LANG['Documents List'] = 'Dokumentų sąrašas'; -$_LANG['List of Disconnected Customers $0$1'] = 'Atjungtų Klientų sąrašas $0$1'; +$_LANG['List of Disconnected Customers $a$b'] = 'Atjungtų Klientų sąrašas $a$b'; $_LANG['List of Disconnected Nodes'] = 'Atjungtų kompiuterių sąrašas'; $_LANG['Discount:'] = 'Nuolaida:'; $_LANG['Display customers matching the following criteria:'] = 'Parodyk klientu atitinkančius šiuos kriterijus :'; @@ -396,7 +396,7 @@ $_LANG['Documentation'] = 'Dokumentacja'; $_LANG['Document with specified number exists!'] = 'Dokument z podanym numerem już istnieje!'; $_LANG['Domain:'] = 'Domena:'; -$_LANG['Domain Edit: $0'] = 'Edycja domeny: $0'; +$_LANG['Domain Edit: $a'] = 'Edycja domeny: $a'; $_LANG['Domain name is required!'] = 'Nazwa domeny jest wymagana!'; $_LANG['Domains'] = 'Domeny'; $_LANG['Domains List'] = 'Lista domen'; @@ -407,8 +407,8 @@ $_LANG['Download rate:'] = 'Download rate:'; $_LANG['Downrate:'] = 'Downrate:'; $_LANG['Downrate (ceil):'] = 'Downrate (ceil):'; -$_LANG['Do you want to remove $0 customer?'] = 'Czy chcesz usunąć klienta $0?'; -$_LANG['Do you want to remove queue called $0?'] = 'Czy chcesz usunąć kolejkę $0?'; +$_LANG['Do you want to remove $a customer?'] = 'Czy chcesz usunąć klienta $a?'; +$_LANG['Do you want to remove queue called $a?'] = 'Czy chcesz usunąć kolejkę $a?'; $_LANG['Draw-up date'] = 'Data wystawienia'; $_LANG['Draw-up date:'] = 'Data wystawienia:'; $_LANG['Edit'] = 'Edytuj'; @@ -561,7 +561,7 @@ $_LANG['entries'] = 'įrašų'; $_LANG['Error:'] = 'Klaida:'; $_LANG['Error!'] = 'Klaida!'; -$_LANG['Error: Unknown reload type: "$0"!'] = 'Klaida: Nežinomas perkrovimo tipas: "$0"!'; +$_LANG['Error: Unknown reload type: "$a"!'] = 'Klaida: Nežinomas perkrovimo tipas: "$a"!'; $_LANG['Event Edit'] = 'Redaguokite įvykį '; $_LANG['Event Info'] = 'Informacija apie įvykį'; $_LANG['Event Search'] = 'Įvykių paieška '; @@ -611,15 +611,15 @@ $_LANG['Gross value'] = 'Bruto vertė '; $_LANG['Gross Value:'] = 'Bruto vertė:'; $_LANG['Group:'] = 'Grupė:'; -$_LANG['(Group: $0)'] = '(Grupė: $0)'; -$_LANG['Group Edit: $0'] = 'Grupės redagavimas: $0'; -$_LANG['Group Info: $0'] = 'Informacija apie grupę : $0'; +$_LANG['(Group: $a)'] = '(Grupė: $a)'; +$_LANG['Group Edit: $a'] = 'Grupės redagavimas: $a'; +$_LANG['Group Info: $a'] = 'Informacija apie grupę : $a'; $_LANG['Group members:'] = 'Grupės nariai :'; $_LANG['Group name is too long!'] = 'Grupės pavadinimas per ilgas!'; $_LANG['Group name required!'] = 'Reikia grupės pavadinimo!'; $_LANG['Groups'] = 'Grupės'; $_LANG['Group with members cannot be deleted!'] = 'Negalima pašalinti grupės turinčios narius !'; -$_LANG['Group with name $0 already exists!'] = '$0 pavadinimo grupės jau yra !'; +$_LANG['Group with name $a already exists!'] = '$a pavadinimo grupės jau yra !'; $_LANG['Guarantee:'] = 'Garantija:'; $_LANG['Guarantee period:'] = 'Garantijos periodas:'; $_LANG['Has'] = 'Turi'; @@ -632,7 +632,7 @@ $_LANG['High'] = 'Aukštas '; $_LANG['Homedir:'] = 'Namų katalogas :'; $_LANG['Host:'] = 'Host:'; -$_LANG['Host Edit: $0'] = 'Hosto redagavimas: $0'; +$_LANG['Host Edit: $a'] = 'Hosto redagavimas: $a'; $_LANG['Hostname:'] = 'Hosto pavadinimas:'; $_LANG['Host name is required!'] = 'Reikia hosto pavadinimo !'; $_LANG['Hosts List'] = 'Hosdtų sąrašas '; @@ -690,12 +690,12 @@ $_LANG['Incorrect ZIP code!'] = 'Neteisingas pašto kodas!'; $_LANG['in debt'] = 'įsiskolinę'; $_LANG['Nodes List for Customers In Debt'] = 'Įsiskolinusių klientų kompiuterių sąrašas'; -$_LANG['Indebted Customers List $0$1'] = 'Įsiskolinusių klientų sąrašas $0$1'; +$_LANG['Indebted Customers List $a$b'] = 'Įsiskolinusių klientų sąrašas $a$b'; $_LANG['indebted owner'] = 'įsiskolinęs savininkas'; $_LANG['Info'] = 'Informacija '; -$_LANG['Info Network: $0'] = 'Informacija apie Tinklą: $0'; +$_LANG['Info Network: $a'] = 'Informacija apie Tinklą: $a'; $_LANG['in it:'] = 'tame:'; -$_LANG['Instance Edit: $0'] = 'Atvejo redagavimas: $0'; +$_LANG['Instance Edit: $a'] = 'Atvejo redagavimas: $a'; $_LANG['Instance host is required!'] = 'Atvejo hostas yra reikalingas!'; $_LANG['Instance module is required!'] = 'Atvejo modulis yra reikalingas!'; $_LANG['Instance name is required!'] = 'Atvejo pavadinimas yra reikalingas!'; @@ -709,29 +709,29 @@ $_LANG['Interface:'] = 'Sąsaja:'; $_LANG['Invalid chars in group name!'] = 'Neleistini ženklai grupės pavadinime!'; $_LANG['Invalid date format!'] = 'Neteisingas datos formatas!'; -$_LANG['Invalid date format: $0.\\nFormat accepted is \'YYYY/MM/DD hh:mm\'.'] = 'Klaidingas datos formatas: $0.\\nLeistinas formatas tai \'MMMM/MM/DD VV:mm\'.'; -$_LANG['Invalid date format: $0.\\nNo day of month value can be found.'] = 'Klaidingas datos formatas: $0.\\nNerasta mėnesio dienos vertė'; -$_LANG['Invalid date format: $0.\\nNo month value can be found.'] = 'Klaidingas datos formatas: $0.\\nNerasta mėnesio vertė.'; -$_LANG['Invalid date format: $0.\\nNo year value can be found.'] = 'Klaidingas datos formatas: $0.\\nNerasta metų vertė.'; -$_LANG['Invalid day of month value: $0.\\nAllowed range is 01-$1.'] = 'Klaidinga mėnesio diena: $0.\\nLeidžiamos reikšmės iš srities 01-$1'; -$_LANG['Invalid day of month value: $0.\\nAllowed values are unsigned integers.'] = 'Klaidinga mėnesio dienos vertė: $0.\\nLeidžiami sveiki skaičiai be ženklo.'; -$_LANG['Invalid hour value: $0.\\nAllowed range is 00-23.'] = 'Klaidinga valanda: $0.\\nLeidžiamos reikšmės iš srities 00-23'; -$_LANG['Invalid hour value: $0.\\nAllowed values are unsigned integers.'] = 'Klaidinga valanda: $0.\\nLeidžiami sveiki skaičiai be ženklo.'; -$_LANG['Invalid minutes value: $0.\\nAllowed range is 00-59.'] = 'Klaidinga minučių reikšmė: $0.\\nLeidžiamos reikšmės iš srities 00-59.'; -$_LANG['Invalid minutes value: $0.\\nAllowed values are unsigned integers.'] = 'Klaidinga minučių reikšmė: $0.\\ nLeidžiami sveiki skaičiai be ženklo.'; -$_LANG['Invalid month value: $0.\\nAllowed range is 01-12.'] = 'Klaidinga mėnesio reikšmė: $0.\\nLeidžiamos reikšmės iš srities 01-12.'; -$_LANG['Invalid month value: $0.\\nAllowed values are unsigned integers.'] = 'Klaidinga mėnesio reikšmė: $0.\\ nLeidžiami sveiki skaičiai be ženklo.'; -$_LANG['Invalid year value: $0.\\nAllowed values are unsigned integers.'] = 'Klaidingi metai: $0.\\ nLeidžiami sveiki skaičiai be ženklo.'; +$_LANG['Invalid date format: $a.\\nFormat accepted is \'YYYY/MM/DD hh:mm\'.'] = 'Klaidingas datos formatas: $a.\\nLeistinas formatas tai \'MMMM/MM/DD VV:mm\'.'; +$_LANG['Invalid date format: $a.\\nNo day of month value can be found.'] = 'Klaidingas datos formatas: $a.\\nNerasta mėnesio dienos vertė'; +$_LANG['Invalid date format: $a.\\nNo month value can be found.'] = 'Klaidingas datos formatas: $a.\\nNerasta mėnesio vertė.'; +$_LANG['Invalid date format: $a.\\nNo year value can be found.'] = 'Klaidingas datos formatas: $a.\\nNerasta metų vertė.'; +$_LANG['Invalid day of month value: $a.\\nAllowed range is 01-$b.'] = 'Klaidinga mėnesio diena: $a.\\nLeidžiamos reikšmės iš srities 01-$b'; +$_LANG['Invalid day of month value: $a.\\nAllowed values are unsigned integers.'] = 'Klaidinga mėnesio dienos vertė: $a.\\nLeidžiami sveiki skaičiai be ženklo.'; +$_LANG['Invalid hour value: $a.\\nAllowed range is 00-23.'] = 'Klaidinga valanda: $a.\\nLeidžiamos reikšmės iš srities 00-23'; +$_LANG['Invalid hour value: $a.\\nAllowed values are unsigned integers.'] = 'Klaidinga valanda: $a.\\nLeidžiami sveiki skaičiai be ženklo.'; +$_LANG['Invalid minutes value: $a.\\nAllowed range is 00-59.'] = 'Klaidinga minučių reikšmė: $a.\\nLeidžiamos reikšmės iš srities 00-59.'; +$_LANG['Invalid minutes value: $a.\\nAllowed values are unsigned integers.'] = 'Klaidinga minučių reikšmė: $a.\\ nLeidžiami sveiki skaičiai be ženklo.'; +$_LANG['Invalid month value: $a.\\nAllowed range is 01-12.'] = 'Klaidinga mėnesio reikšmė: $a.\\nLeidžiamos reikšmės iš srities 01-12.'; +$_LANG['Invalid month value: $a.\\nAllowed values are unsigned integers.'] = 'Klaidinga mėnesio reikšmė: $a.\\ nLeidžiami sveiki skaičiai be ženklo.'; +$_LANG['Invalid year value: $a.\\nAllowed values are unsigned integers.'] = 'Klaidingi metai: $a.\\ nLeidžiami sveiki skaičiai be ženklo.'; $_LANG['Invoice'] = 'Faktūra'; $_LANG['Invoice:'] = 'Faktūra:'; $_LANG['Invoice draw-up place.'] = 'Išrašymo data.'; -$_LANG['Invoice Edit: $0'] = 'Faktūros redagavimas: $0'; +$_LANG['Invoice Edit: $a'] = 'Faktūros redagavimas: $a'; $_LANG['Invoice have no items!'] = 'Faktūroje trūksta pozicijų!'; $_LANG['Invoice have no items. Use form below for items addition.'] = 'Faktūroje nėra jokių pozicijų. Pasinaudokite žemiau pateiktu blanku, kad jas pridėtumėte.'; $_LANG['Invoice No.'] = 'Faktūros numeris'; -$_LANG['Invoice No. $0'] = 'Faktūros PVM Nr $0'; +$_LANG['Invoice No. $a'] = 'Faktūros PVM Nr $a'; $_LANG['Invoice number:'] = 'Faktūros Nr:'; -$_LANG['Invoice number $0 already exists!'] = 'Faktūra su numeriu $0 jau yra!'; +$_LANG['Invoice number $a already exists!'] = 'Faktūra su numeriu $a jau yra!'; $_LANG['Invoice number must be integer!'] = 'Faktūros numeris turi būti sveikas skaičius!'; $_LANG['Invoices'] = 'Faktūros'; $_LANG['Invoices List'] = 'Faktūrų sąrašas'; @@ -756,12 +756,12 @@ $_LANG['It scans for ports in destination device!'] = 'Trūksta laisvų lizdų paskirties įrengime!'; $_LANG['It scans for ports in source device!'] = 'Trūksta laisvų lizdų šaltinio įrengime!'; $_LANG['Last:'] = 'Paskutinis:'; -$_LANG['last $0 transactions'] = 'paskutiniai $0 sandoriai'; +$_LANG['last $a transactions'] = 'paskutiniai $a sandoriai'; $_LANG['Last 30 Days'] = 'Paskutinių 30 dienų'; -$_LANG['Last date of invoice settlement is $0. If sure, you want to write invoice with date of $1, then click "Submit" again.'] = 'Paskutinės faktūros išrašymo data $0. Jei esate tikras, kad norite išrašyti faktūrą su data $1, tai dar kartą spauskite "Įrašyti".'; +$_LANG['Last date of invoice settlement is $a. If sure, you want to write invoice with date of $b, then click "Submit" again.'] = 'Paskutinės faktūros išrašymo data $a. Jei esate tikras, kad norite išrašyti faktūrą su data $b, tai dar kartą spauskite "Įrašyti".'; $_LANG['Last Day'] = 'Paskutinė diena'; $_LANG['Last day stats for all networks'] = 'Paskutinės dienos statistika iš visų tinklų'; -$_LANG['Last date of receipt settlement is $0. If sure, you want to write receipt with date of $1, then click "Submit" again.'] = 'Paskutinė kvito išrašymo diena tai $0. Jei tikrai norite išrašyti apmokėjimo liudijimą data $1 tai dar kartą spustelkite "Įrašyti ".'; +$_LANG['Last date of receipt settlement is $a. If sure, you want to write receipt with date of $b, then click "Submit" again.'] = 'Paskutinė kvito išrašymo diena tai $a. Jei tikrai norite išrašyti apmokėjimo liudijimą data $b tai dar kartą spustelkite "Įrašyti ".'; $_LANG['Last failed login:'] = 'Paskutinis klaidingas prisijungimas:'; $_LANG['Last Hour'] = 'Paskutinė valanda'; $_LANG['Last hour stats for all networks'] = 'Paskutinės valandos statistika iš visų tinklų'; @@ -770,14 +770,14 @@ $_LANG['Last month stats for all networks'] = 'Paskutinio mėnesio visų tinklų statistika '; $_LANG['last online:'] = 'paskutinis įjungtas:'; $_LANG['Last online:'] = 'Paskutinis įjungtas:'; -$_LANG['Last online: $0'] = 'Paskutinis įjungtas: $0'; +$_LANG['Last online: $a'] = 'Paskutinis įjungtas: $a'; $_LANG['Last Reload:'] = 'Paskutinis perkrovimas:'; $_LANG['Last Year'] = 'Paskutiniai metai'; $_LANG['Last year stats for all networks'] = 'Paskutinių metų visų tinklų statistika'; $_LANG['Length of (auto-generated) node password. Max.32. Default: 16.'] = 'Kompiuterio slaptažodžio ilgis (automatiškai generuoto) Max.32. Numanoma: 16.'; $_LANG['liability'] = 'įsipareigojimas'; $_LANG['Liability Report'] = 'Gautinų sumų ataskaita'; -$_LANG['Liability Report on $0'] = 'Gautinų sumų ataskaita $0'; +$_LANG['Liability Report on $a'] = 'Gautinų sumų ataskaita $a'; $_LANG['lifetime'] = 'visas gyvenimas'; $_LANG['Limit of nodes displayed on one page in Network Information. Default: 256. With 0, this information is omitted (page is displaying faster).'] = 'Rodomų kompiuterių viename Informacijos apie tinklą puslapyje limitas Numanoma: 256. Nustačius ties 0, ši informacija bus praleista (puslapis karusis greičiau).'; $_LANG['Limit of records displayed on one page in accounts list. Default: 100.'] = 'Įrašų rodomų viename sąskaitų sąrašo puslapyje limitas. Numanoma: 100.'; @@ -854,7 +854,7 @@ $_LANG['Module:'] = 'Modulis:'; $_LANG['Module Title'] = 'Modulio pavadinimas'; $_LANG['monthly'] = 'per mėnesį'; -$_LANG['monthly ($0)'] = 'per mėnesį ($0)'; +$_LANG['monthly ($a)'] = 'per mėnesį ($a)'; $_LANG['Move customers to subscription:'] = 'Perkelk klientus prie įkainio:'; $_LANG['MySQL version:'] = 'MySQL versija:'; $_LANG['Name'] = 'Pavadinimas'; @@ -869,7 +869,7 @@ $_LANG['Name/Surname:'] = 'Pavadinimas/Pavardė:'; $_LANG['First/last or Company name'] = 'Pavadinimas/Pavardė ir vardas'; $_LANG['First/last or Company name:'] = 'Pavadinimas/Pavardė ir vardas:'; -$_LANG[' (Net: $0)'] = ' (Tinklas: $0)'; +$_LANG[' (Net: $a)'] = ' (Tinklas: $a)'; $_LANG['Net device:'] = 'Tinklo įranga:'; $_LANG['Net devices:'] = 'Tinklo įrenginiai:'; $_LANG['Net Devices'] = 'Tinklo prietaisai'; @@ -881,7 +881,7 @@ $_LANG['Network Balance Sheet'] = 'Finansinių operacijų istorija'; $_LANG['Network Devices'] = 'Tinklo įrenginiai'; $_LANG['Network devices list'] = 'Tinklo įrenginių sąrašas'; -$_LANG['Network Edit: $0'] = 'Tinklo redagavimas: $0'; +$_LANG['Network Edit: $a'] = 'Tinklo redagavimas: $a'; $_LANG['Network Map'] = 'Tinklo žemėlapis'; $_LANG['Network map type. Use "flash" if you have Ming library or "gd" if your PHP supports gdlib. By default LMS will try to generate flash map, with fallback to GD if it fails.'] = 'Tinklo įrenginių žemėlapio tipas. Jei turite Ming biblioteką pasinaudokite "flash", o jeigu Jūsų PHP palaiko gdlib galite nustatyti ties "gd". Numanoma, jog LMS pabandys sugeneruoti žemėlapį flasho pagalba, o jei nepavyks, sukurs žemėlapį pasitelkdamas GD.'; $_LANG['Network name:'] = 'Tinklo pavadinimas:'; @@ -910,7 +910,7 @@ $_LANG['New Network'] = 'Naujas tinklas'; $_LANG['New network is too small!'] = 'Naujas tinklas yra per mažas!'; $_LANG['New Node'] = 'Naujas kompiuteris'; -$_LANG['New Option for Instance: $0/$1'] = 'Naujas pasirinkimas atvejui: $0/$1'; +$_LANG['New Option for Instance: $a/$b'] = 'Naujas pasirinkimas atvejui: $a/$b'; $_LANG['New password:'] = 'Naujas slaptažodis:'; $_LANG['New Payment'] = 'Naujas mokėjimas'; $_LANG['New Queue'] = 'Nauja eilė'; @@ -920,14 +920,14 @@ $_LANG['none'] = 'trūksta'; $_LANG['no.'] = 'nr.'; $_LANG['No.'] = 'Nr.'; -$_LANG['No. $0'] = 'Nr. $0'; +$_LANG['No. $a'] = 'Nr. $a'; $_LANG['no access'] = 'prieiga negalima'; $_LANG['No cash operations to import.'] = 'Trūksta kasos operacijų importui'; $_LANG['No computers were found, either exists in the database or nbtscan binary not found.'] = 'Nerasta jokių kompiuterių nebent visi kompiuteriai jau yra duomenų bazėje arba nbtscan programa yra nepasiekiama sistemoje.'; $_LANG['No configuration options in database. Click here to import them from lms.ini.'] = 'Trūksta konfigūracijos pasirinkimų duomenų bazėje. Spustelkite čia, kad galėtumėte importuoti į bazę.'; -$_LANG['Node $0 was deleted'] = 'Kompiuteris $0 buvo pašalintas'; +$_LANG['Node $a was deleted'] = 'Kompiuteris $a buvo pašalintas'; $_LANG['Node ID:'] = 'Kompiuterio ID:'; -$_LANG['Node Info: $0'] = 'Informacija apie kompiuterį: $0'; +$_LANG['Node Info: $a'] = 'Informacija apie kompiuterį: $a'; $_LANG['Node IP address'] = 'Kompiuterio IP adresas'; $_LANG['Node IP address is required!'] = 'Reikia kompiuterio IP adreso!'; $_LANG['Node name'] = 'Kompiuterio pavadinimas'; @@ -997,8 +997,8 @@ $_LANG['Open'] = 'Atidaryk'; $_LANG['opened'] = 'atidarytas'; $_LANG['Opened:'] = 'Atidaryta:'; -$_LANG['Option Edit: $0'] = 'Pasirinkties redagavimas: $0'; -$_LANG['Option Edit: $0/$1/$2'] = 'Pasirinkties redagavimas: $0/$1/$2'; +$_LANG['Option Edit: $a'] = 'Pasirinkties redagavimas: $a'; +$_LANG['Option Edit: $a/$b/$c'] = 'Pasirinkties redagavimas: $a/$b/$c'; $_LANG['Option exists!'] = 'Pasirinktis jau egzistuoja!'; $_LANG['Option name contains forbidden characters!'] = 'Pasirinkties pavadinime yra neleistinų ženklų.'; $_LANG['Option name is required!'] = 'Reikia pasirinkties pavadinimo!'; @@ -1018,20 +1018,20 @@ $_LANG['Owner ID:'] = 'Savininko identifikatorius:'; $_LANG['Packet limit:'] = 'Paketų limitas:'; $_LANG['Page:'] = 'Puslapis:'; -$_LANG['Page $0 of $1'] = 'Puslapis $0 z $1'; +$_LANG['Page $a of $b'] = 'Puslapis $a z $b'; $_LANG['Password'] = 'Slaptažodis'; $_LANG['Password:'] = 'Slaptažodis:'; $_LANG['Password Change'] = 'Slaptažodžio keitimas'; -$_LANG['Password Change for Account: $0'] = 'Sąskaitos slaptažodžio keitimas: $0'; -$_LANG['Password Change for User $0'] = 'Vartotojo slaptažodžio keitimas $0'; +$_LANG['Password Change for Account: $a'] = 'Sąskaitos slaptažodžio keitimas: $a'; +$_LANG['Password Change for User $a'] = 'Vartotojo slaptažodžio keitimas $a'; $_LANG['Password is too long (max.32 characters)!'] = 'Slaptažodis per ilgas(max.32 ženklai)!'; $_LANG['Passwords does not match!'] = 'Slaptažodžiai nesutampa!'; $_LANG['Path to file was not specified.'] = 'Kelias iki failo nenurodytas.'; $_LANG['Payment:'] = 'Mokėjimas:'; $_LANG['Payment day:'] = 'Mokėjimo diena:'; -$_LANG['Payment Edit: $0'] = 'Mokėjimo redagavimas: $0'; -$_LANG['Payment for invoice No. $0'] = 'Mokėjimas pagal faktūrą nr. $0'; -$_LANG['Payment Info: $0'] = 'Informacija apie mokėjimą: $0'; +$_LANG['Payment Edit: $a'] = 'Mokėjimo redagavimas: $a'; +$_LANG['Payment for invoice No. $a'] = 'Mokėjimas pagal faktūrą nr. $a'; +$_LANG['Payment Info: $a'] = 'Informacija apie mokėjimą: $a'; $_LANG['Payment name is required!'] = 'Reikia mokėjimo pavadinimo!'; $_LANG['Payments List'] = 'Mokėjimų sąrašas'; $_LANG['Payment type:'] = 'Mokėjimo tipas:'; @@ -1053,7 +1053,7 @@ $_LANG['Postcode:'] = 'Pašto kodas:'; $_LANG['PostgreSQL version:'] = 'Versija PostgreSQL:'; $_LANG['Prefix for account home directory. Default: /home/'] = 'Priešdėlis sąskaitos naminiam katalogui. Numanomai: /home/'; -$_LANG['Prepared by: $0'] = 'Paruoštas: $0'; +$_LANG['Prepared by: $a'] = 'Paruoštas: $a'; $_LANG['Print'] = 'Spausdink'; $_LANG['Print cash receipts'] = 'Sapusdink įmokos kvitą'; $_LANG['Print invoices'] = 'Spausdink sąskaitas faktūras'; @@ -1076,33 +1076,33 @@ $_LANG['Qualify to use current day of month for payment day. Default: 0 (off).'] = 'Išrinkite aktualią mėnesio dieną kuri laikoma naujų mokėjimų sudarymo diena. Numanoma: 0 (Išjungta).'; $_LANG['Qualify the day of month for payment day. Default: 0 (undefined).'] = 'Numanoma mėnesio diena priskiriama naujiems mėnesio mokėjimams. Numanomai: 0 (neapibrėžtas).'; $_LANG['quarterly'] = 'per ketvirtį'; -$_LANG['quarterly ($0)'] = ' per ketvirtį ($0)'; +$_LANG['quarterly ($a)'] = ' per ketvirtį ($a)'; $_LANG['Query:'] = 'Užklausa:'; $_LANG['Question'] = 'Klausimas'; $_LANG['Queue'] = 'Eilė'; $_LANG['Queue:'] = 'Eilė:'; -$_LANG['Queue Edit: $0'] = 'Eilės redagavimas: $0'; -$_LANG['Queue Info: $0'] = 'Informaciją apie eilę: $0'; +$_LANG['Queue Edit: $a'] = 'Eilės redagavimas: $a'; +$_LANG['Queue Info: $a'] = 'Informaciją apie eilę: $a'; $_LANG['Queue name must be defined!'] = 'Eilė turi turėti pavadinimą!'; $_LANG['Tickets List'] = 'Paraiškų eilė'; $_LANG['Queues List'] = 'Eilių sąrašas'; $_LANG['Queue with specified name already exists!'] = 'Eilė su tokiu pavadinimu jau yra!'; $_LANG['Quota (sh/mail/www/ftp/sql):'] = 'Limitas (sh/mail/www/ftp/sql):'; $_LANG['Read'] = 'Skaitymas'; -$_LANG['Readdressing network $0'] = 'Tinklo peradresavimas $0'; -$_LANG['Readdressing Network $0'] = 'Tinklo peradresavimas $0'; +$_LANG['Readdressing network $a'] = 'Tinklo peradresavimas $a'; +$_LANG['Readdressing Network $a'] = 'Tinklo peradresavimas $a'; $_LANG['read only (excluding helpdesk)'] = 'tik skaitymui (be Helpdesko)'; $_LANG['Reassign to network:'] = 'Perkelk į tinklą:'; $_LANG['Receipt'] = 'Pakvitavimas'; $_LANG['Receipt have no items!'] = 'Pakvitavimas neturi jokių pozicijų!'; $_LANG['Receipt have no items. Use form below for items addition.'] = 'Nėra pozicijų pakvitavime. Pasinaudokite žemiau pateiktu blanku, kad galėtumėte pridėti pozicijas.'; $_LANG['Receipt number:'] = 'Patvirtinimo numeris:'; -$_LANG['Receipt number $0 already exists!'] = 'Patvirtinimas Nr $0 jau yra!'; +$_LANG['Receipt number $a already exists!'] = 'Patvirtinimas Nr $a jau yra!'; $_LANG['Receipt number must be integer!'] = 'Patvirtinimo skaičius turi būti sveikas skaičius!'; $_LANG['Recipients:'] = 'Gavėjai:'; $_LANG['Recipient\'s e-mail:'] = 'Gavėjo el. pašto adresas:'; $_LANG['Record of Network Devices'] = 'Tinklo įrangos apskaita'; -$_LANG['records $0 - $1 of $2'] = 'įrašai $0 - $1 iš $2'; +$_LANG['records $a - $b of $c'] = 'įrašai $a - $b iš $c'; $_LANG['Registered for:'] = 'Užregistruota (kam):'; $_LANG['Register your installation today! ;-)'] = 'Užregistruok savo instaliaciją dar šiandien! ;-)'; $_LANG['Registration ID:'] = 'Registracijos Nr.:'; @@ -1112,9 +1112,9 @@ $_LANG['Remove'] = 'Pašalink'; $_LANG['Remove customer from group'] = 'Pašalink klientą iš grupės'; $_LANG['Remove customers from group'] = 'Pašalink klientus iš grupės'; -$_LANG['Remove queue ID: $0'] = 'Pašalink eilę ID: $0'; +$_LANG['Remove queue ID: $a'] = 'Pašalink eilę ID: $a'; $_LANG['Remove this item from list'] = 'Pašalink šią poziciją iš sąrašo'; -$_LANG['Removing network $0'] = 'Pašalink tinklą $0'; +$_LANG['Removing network $a'] = 'Pašalink tinklą $a'; $_LANG['Repeat password:'] = 'Pakartokite slaptažodį:'; $_LANG['Reply'] = 'Atsakymas'; $_LANG['Requester name required!'] = 'Teikiančio prašymą pavadinimas arba pavardė yra reikalinga!'; @@ -1125,7 +1125,7 @@ $_LANG['Restore'] = 'Atkurk'; $_LANG['Sale date:'] = 'Pardavimo data:'; $_LANG['Sale Registry'] = 'Pardavimų registracija'; -$_LANG['Sale Registry for period $0 - $1'] = 'Pardavimų registracija už laikotarpį $0 - $1'; +$_LANG['Sale Registry for period $a - $b'] = 'Pardavimų registracija už laikotarpį $a - $b'; $_LANG['Save'] = 'Įrašyk'; $_LANG['Save & Print'] = 'Įrašyk ir spausdink'; $_LANG['Scan'] = 'Skanuok'; @@ -1235,7 +1235,7 @@ $_LANG['SMTP settings.'] = 'SMTP nustatymai.'; $_LANG['Sorting:'] = 'Rūšiavimas:'; $_LANG['Specified address does not belongs to any network!'] = 'Pasirinktas adresas nepriklauso jokiam tinklui!'; -$_LANG['Specified address is not a network address, setting $0'] = 'Pasirinktas adresas nėra tinklo adresu, nustatau $0'; +$_LANG['Specified address is not a network address, setting $a'] = 'Pasirinktas adresas nėra tinklo adresu, nustatau $a'; $_LANG['Specified domain contains forbidden characters!'] = 'Domenas turi neleistinų ženklų nustatau!'; $_LANG['Specified e-mail is not correct!'] = 'Pasirinktas el. paštas yra neteisingas!'; $_LANG['Specified gateway address does not match with network address!'] = 'Apbirėžtas vartų adresas nepadengia tinklo adreso!'; @@ -1247,7 +1247,7 @@ $_LANG['Specified MAC address is in use!'] = 'Pasirinktas MAC adresas jau yra naudojamas!'; $_LANG['Specified name contains forbidden characters!'] = 'Pasirinktas pavadinimas turi neleistinų ženklų!'; $_LANG['Specified name is in use!'] = 'Pasirinktas pavadinimas jau yra naudojamas!'; -$_LANG['Specified name is too long (max.$0 characters)!'] = 'Pasirinktas pavadinimas yra per ilgas (daugiausia $0 ženklų)!'; +$_LANG['Specified name is too long (max.$a characters)!'] = 'Pasirinktas pavadinimas yra per ilgas (daugiausia $a ženklų)!'; $_LANG['Specify format of verbal amounts representation (on invoices). e.g. for value "1" verbal expand of 123,15 will be "one two thr 15/100". Default: 0.'] = 'Apibrėžkite skaičių žodinės reprezentacijos tipą (sąskaitose faktūrose). Pvz. vertei "1" žodinis sumos apibrėžimas 123,15 atrodys taip "vienas du tris 15/100". Numanoma: 0.'; $_LANG['Specify time (in seconds), after which node will be marked offline. It should match with frequency of running nodes activity script (i.e. lms-fping). Default: 600.'] = 'Apibrėžkite laiką (sekundėmis) po kurio kompiuteris bus laikomas išjungtu. Tai turi atitikti skripto, kuris tikrina kompiuterių aktyvumą (pvz. lms-fping), dažnumą. Numanoma: 600.'; $_LANG['SQL query executed while reload, if reload_type = sql. Default: empty. You can use \'%TIME%\' as replacement to current unix timestamp. WARNING! Semicolon is handled as query separator, which means that you can enter couple of SQL queries separated by semicolon sign.'] = 'Užklausa SQL atliekama perkrovimo metu jei reload_type = sql. Numanoma: tuščia. Užklausoje galima naudoti kintamąjį \'%TIME%\' kaip tikro laiko užrašyto formatu UNIX_TIMESTAMP pakaitalą. DĖMESIO! Kabliataškis yra laikomas užklausų atskirimo ženklu. Tai reiškia, kad galite įrašyti keletą SQL užklausų atskirtų kabliataškiais.'; @@ -1274,9 +1274,9 @@ $_LANG['System message:'] = 'Sisteminė žinutė:'; $_LANG['System version:'] = 'Sistemos versija:'; $_LANG['Table of financial operations'] = 'Finansinių operacijų lentelė'; -$_LANG['Subscription $0 already exists!'] = 'Įkainis $0 jau yra!'; -$_LANG['Subscription Edit: $0'] = 'Įkainio redagavimas: $0'; -$_LANG['Subscription Info: $0'] = 'Informacija apie įkainį: $0'; +$_LANG['Subscription $a already exists!'] = 'Įkainis $a jau yra!'; +$_LANG['Subscription Edit: $a'] = 'Įkainio redagavimas: $a'; +$_LANG['Subscription Info: $a'] = 'Informacija apie įkainį: $a'; $_LANG['Subscription List'] = 'Įkainių sąrašas'; $_LANG['Subscription name required!'] = 'Reikalingas įkainio pavadinimas!'; $_LANG['Subscription not selected!'] = 'Nepasirinktas įkainis!'; @@ -1317,13 +1317,13 @@ $_LANG['This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License Version 2 as published by the Free Software Foundation.'] = 'Ši programa yra laisvai pasiekiama, gali ją platinti toliau ir/arba tobulinti remdamasis Visuotinės Viešos Licencijos GNU, kurią išdavė Atviro kodo fondas, sąlygomis – pagal 2-ąją šios licencijos versiją arba vėlesnę'; $_LANG['This queue is empty.'] = 'Ši eilė yra tuščia.'; $_LANG['Ticket date:'] = 'Paraiškos data:'; -$_LANG['Ticket Edit: $0'] = 'Paraiškos redagavimas: $0'; +$_LANG['Ticket Edit: $a'] = 'Paraiškos redagavimas: $a'; $_LANG['Ticket History'] = 'Paraiškos istorija'; $_LANG['Ticket must have its body!'] = 'Paraiška turi būti užpildyta!'; $_LANG['Ticket must have its title!'] = 'Paraiška privalo turėti pavadinimą!'; -$_LANG['Ticket No. $0'] = 'Paraiška Nr. $0'; +$_LANG['Ticket No. $a'] = 'Paraiška Nr. $a'; $_LANG['Ticket Review'] = 'Paraiškos peržiūra'; -$_LANG['Ticket Review: $0'] = 'Paraiškos peržiūra: $0'; +$_LANG['Ticket Review: $a'] = 'Paraiškos peržiūra: $a'; $_LANG['Tickets'] = 'Paraiškos'; $_LANG['Ticket Search'] = 'Paraiškų paieška'; $_LANG['Tickets searching'] = 'Paraiškų paieška'; @@ -1341,10 +1341,10 @@ $_LANG['To (day/month/year hh:mm):'] = 'Iki (diena/mėnuo/metai vv:mm):'; $_LANG['To pay:'] = 'Iki apmokėjimo:'; $_LANG['Total:'] = 'Iš viso:'; -$_LANG['Total: $0'] = 'Iš viso: $0'; +$_LANG['Total: $a'] = 'Iš viso: $a'; $_LANG['Total Dues:'] = 'Iš viso skolininkų:'; $_LANG['Total Invoiceless Income'] = 'Bendros užsiskaitinės pajamos '; -$_LANG['Total Invoiceless Income ($0 to $1)'] = 'Bendros užsiskaitinės pajamos ($0 do $1)'; +$_LANG['Total Invoiceless Income ($a to $b)'] = 'Bendros užsiskaitinės pajamos ($a do $b)'; $_LANG['Total Tax'] = 'Mokesčių suma'; $_LANG['Type:'] = 'Tipas:'; $_LANG['Type/Quota:'] = 'Tipas/Kvota:'; @@ -1354,7 +1354,7 @@ $_LANG['Unit:'] = 'Vienetas'; $_LANG['Unitary Net Value:'] = 'Vieneto netto kaina:'; $_LANG['Unknown option. No description.'] = 'Nežinoma pasirinktis. Trūksta aprašymo.'; -$_LANG['unknown OS ($0)'] = 'nežinomas OS ($0)'; +$_LANG['unknown OS ($a)'] = 'nežinomas OS ($a)'; $_LANG['Unresolved:'] = 'Neišspręsta:'; $_LANG['Upceil:'] = 'Upceil:'; $_LANG['Upload'] = 'Upload'; @@ -1370,8 +1370,8 @@ $_LANG['User'] = 'Vartotojas'; $_LANG['User:'] = 'Vartotojas:'; $_LANG['User-defined stats'] = 'Statistika apibrėžta vartotojo'; -$_LANG['User Edit: $0'] = 'Vartotojo redagavimas: $0'; -$_LANG['User Info: $0'] = 'Informacija apie vartotoją: $0'; +$_LANG['User Edit: $a'] = 'Vartotojo redagavimas: $a'; +$_LANG['User Info: $a'] = 'Informacija apie vartotoją: $a'; $_LANG['User Interface'] = 'Vartotojo interfejs'; $_LANG['User Interface Configuration'] = 'Vartotojo interfejso konfigūracija'; $_LANG['User interface language code. If not set, language will be determined on browser settings. Default: en.'] = 'Vartotojo interfejso klabos kodas. Jei nepasirinkta, tai bus bazinė naršyklės kalba. Numanoma: en.'; @@ -1387,12 +1387,12 @@ $_LANG['Value:'] = 'Vertė:'; $_LANG['Value and description:'] = 'Vertė ir aprašymas:'; $_LANG['Value of tax rate which will be selected by default on tax rates lists. Default: 22.0'] = 'Procentinė tarifo reikšmė, kuri turi būti nurodyta tarifo pasirinkimo sąrašuose. Numanoma: 22.0'; -$_LANG['Value of option "$0" must be a number grater than zero!'] = 'Pasirinkimo vertė"$0" turi būti didesnė nei nulis!'; +$_LANG['Value of option "$a" must be a number grater than zero!'] = 'Pasirinkimo vertė"$a" turi būti didesnė nei nulis!'; $_LANG['Value required!'] = 'Reikalinga vertė!'; $_LANG['View'] = 'Rodymas'; $_LANG['waiting'] = 'laukiantis'; $_LANG['Waiting:'] = 'Laukiantis:'; -$_LANG['Warning! Debug mode (using address $0).'] = 'DĖMESIO! Redagavimo būsena (naudoju adresą $0).'; +$_LANG['Warning! Debug mode (using address $a).'] = 'DĖMESIO! Redagavimo būsena (naudoju adresą $a).'; $_LANG['Warning! This is example document (default template). You can create your own template in documents/templates/ directory.'] = 'Dėmesio tai yra pavyzdinis dokumentas (numanoma šablonas). Galite sukurti nuosavus šablonus kataloge documents/templates/.'; $_LANG['WARNING! It will backup current database content automatically'] = 'DĖMESIO! Sukels tai automatinį atsarginės kopijos dabartinės duomenų bazės sukūrimą'; $_LANG['Warning message:'] = 'Įspėjimo turinys:'; @@ -1401,7 +1401,7 @@ $_LANG['Warning! This version of LMS is under development! Remember that it might work unstable and certainly has still many bugs! If you need stability try 1.10 version!'] = 'Įspėjimas! Ši LMS versija šiuo metu plečiama! Prisimink, kad gali būti nestabili ir tikrai turi klaidų! Jei nori stabilumo išbandyk versiją 1.10!'; $_LANG['WARNING! THIS WILL DELETE ALL DATA FROM DATABASE!!!'] = 'DĖMESIO! BUS IŠTRINTI VISI DUOMENYS IŠ DUOMENŲ BAZĖS!!!'; $_LANG['weekly'] = 'savaitinis'; -$_LANG['weekly ($0)'] = 'savaitinis ($0)'; +$_LANG['weekly ($a)'] = 'savaitinis ($a)'; $_LANG['Welcome to LMS'] = 'Sveikinu LMS‘e'; $_LANG['When:'] = 'Kada:'; $_LANG['When enabled, all messages in helpdesk system (except those sent to requester) will be sent to mail server corresponding queue address. lms-rtparser script should be running on server. Messages won\'t be written directly to database, but on solely responsibility of rtparser script. Default: disabled.'] = 'Kai įjungta, visos žinutės Helpdesk sistemoje (išskyrus tas nuo pareiškėjo) bus siunčiamos pašto serveriui ataitinkamos eilės adresu. Skryptas lms-rtparser turi veikti serveryje. Žinutės duomenų bazei bus įrašytos skripto pagalba. Numanoma: išjungta.'; @@ -1417,7 +1417,7 @@ $_LANG['Wrong password or login.'] = 'Klaidingas slaptažodis arba login.'; $_LANG['www'] = 'www'; $_LANG['yearly'] = 'per metus'; -$_LANG['yearly ($0)'] = 'per metus ($0)'; +$_LANG['yearly ($a)'] = 'per metus ($a)'; $_LANG['yes'] = 'taip'; $_LANG['Yes, I am sure.'] = 'Taip, esu tikras'; $_LANG['Yes, I do.'] = 'Taip, noriu.'; @@ -1443,7 +1443,7 @@ $_LANG['You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.'] = 'Tikriausiai su šia programa gavai ir Visuotinės Viešos Licencijos GNU egzempliorių, jei ne – rašyk į Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.'; $_LANG['Zip:'] = 'Kodas:'; $_LANG['Add tax rate'] = 'Pridėk tarifą'; -$_LANG['Are you sure, you want to delete taxrate \\\'$0\\\'?'] = 'Esate tikras, kad norite pašalinti tarifą \\\'$0\\\'?'; +$_LANG['Are you sure, you want to delete taxrate \\\'$a\\\'?'] = 'Esate tikras, kad norite pašalinti tarifą \\\'$a\\\'?'; $_LANG['Binds from date:'] = 'Įpareigoja nuo:'; $_LANG['Binds to date:'] = 'Įpareigoja iki:'; $_LANG['Display this form again, when this tax rate is saved'] = 'parodyk formą dar kartą po tarifo pridėjimo'; @@ -1457,7 +1457,7 @@ $_LANG['No such tax rates in database.'] = 'Nėra mokesčio tarifų duomenų bazėje.'; $_LANG['Select taxing status'] = 'Pasirink apmokestinimo būseną'; $_LANG['Taxing:'] = 'Apmokestinimas:'; -$_LANG['Tax Rate Edit: $0'] = 'Mokesčio tarifo redagavimas: $0'; +$_LANG['Tax Rate Edit: $a'] = 'Mokesčio tarifo redagavimas: $a'; $_LANG['Tax rate label is required!'] = 'Mokesčio tarifo etiketė reikalinga!'; $_LANG['Tax Rates'] = 'Mokesčių tarifai'; $_LANG['Tax Rates Definitions'] = 'Mokesčių tarifų apibrėžimas'; @@ -1465,7 +1465,7 @@ $_LANG['Tax rate value is not numeric!'] = 'Mokesčio tarifo vertė nėra skaičius!'; $_LANG['annex'] = 'priedas'; $_LANG['Are you sure, you want to remove that document?'] = 'Esi tikras, kad nori pašalinti šį dokumentą?'; -$_LANG['Can\'t save file in "$0" directory!'] = 'Negalima įrašyti failo į katalogą "$0"!'; +$_LANG['Can\'t save file in "$a" directory!'] = 'Negalima įrašyti failo į katalogą "$a"!'; $_LANG['Customer\'s Documents:'] = 'Kliento dokumentai:'; $_LANG['Display this form again, when that document is saved'] = 'Parodyk šią formą dar kartą po dokumento pridėjimo'; $_LANG['Document number must be an integer!'] = 'Dokumento numeris turei būti sveikas skaičius!'; @@ -1496,7 +1496,7 @@ $_LANG['No. of issued documents:'] = 'Išrašyta dokumentų:'; $_LANG['Document type:'] = 'Dokumento tipas:'; $_LANG['Default:'] = 'Numanus:'; -$_LANG['Are you sure, you want to delete numberplan \\\'$0\\\'?'] = 'Esi tikras, kad nori pašalinti planą \\\'$0\\\'?'; +$_LANG['Are you sure, you want to delete numberplan \\\'$a\\\'?'] = 'Esi tikras, kad nori pašalinti planą \\\'$a\\\'?'; $_LANG['Numbering Plans List'] = 'Numeravimo planų sąrašas'; $_LANG['Add plan'] = 'Pridėk planą'; $_LANG['cash receipt'] = 'kasos dokumentas'; @@ -1508,7 +1508,7 @@ $_LANG['New Numbering Plan'] = 'Naujas numeravimo planas'; $_LANG['No such numbering plans in database.'] = 'Duomenų bazėje nėra numeravimo planų.'; $_LANG['Numbering period is required!'] = 'Numeravimo periodas yra reikalingas!'; -$_LANG['Numbering Plan Edit: $0'] = 'Numeravimo plano redagavimas: $0'; +$_LANG['Numbering Plan Edit: $a'] = 'Numeravimo plano redagavimas: $a'; $_LANG['Number template is required!'] = 'Reikalingas numerio šablonas!'; $_LANG['select document type'] = 'Išsirink dokumento tipą'; $_LANG['Selected document type has already defined default plan!'] = 'Pasirinktam dokumento tipui jau priskirtas apibrėžtas numanus planas!'; @@ -1516,18 +1516,18 @@ $_LANG['Select numbering plan'] = 'Pasirink numeravimo planą'; $_LANG['select period'] = 'pasirink periodą'; $_LANG['Template must consist "%N" specifier!'] = 'Šablonas turi būti su specyfikatoriu "%N"!'; -$_LANG['Are you sure, you want to remove credit note \\\'$0\\\' from database?'] = 'Esi tikras, jog nori pašalinti taisančią faktūrą \\\'$0\\\' iš duomenų bazės?'; +$_LANG['Are you sure, you want to remove credit note \\\'$a\\\' from database?'] = 'Esi tikras, jog nori pašalinti taisančią faktūrą \\\'$a\\\' iš duomenų bazės?'; $_LANG['Corrected to:'] = 'Ištaisyta į:'; $_LANG['credit memo'] = 'taisantis užrašas'; $_LANG['credit note'] = 'taisanti faktūra'; $_LANG['Credit note'] = 'Taisanti faktūra'; -$_LANG['Credit Note for Invoice: $0'] = 'Faktūros taisymas: $0'; -$_LANG['Credit Note No. $0'] = 'Taisymas Nr. $0'; +$_LANG['Credit Note for Invoice: $a'] = 'Faktūros taisymas: $a'; +$_LANG['Credit Note No. $a'] = 'Taisymas Nr. $a'; $_LANG['Credit note number:'] = 'Taisančios faktūros numeris:'; -$_LANG['Credit note number $0 already exists!'] = 'Faktūra taisanti numerį $0 jau yra!'; +$_LANG['Credit note number $a already exists!'] = 'Faktūra taisanti numerį $a jau yra!'; $_LANG['Credit note number must be integer!'] = 'Taisančios faktūros numeris turi būti sveikas skaičius!'; $_LANG['Enter credit note number. WARNING! Changing this number can be DANGEROUS! (leave this field empty to obtain next number)'] = 'Įveskite taisančios faktūros numerį. DĖMESIO! Šio numerio pakeitimas gali būti PAVOJINGAS! (palik šį lauką tuščią, kad gautum kitą numerį)'; -$_LANG['for Invoice No. $0'] = 'PVM Faktūrai Nr $0'; +$_LANG['for Invoice No. $a'] = 'PVM Faktūrai Nr $a'; $_LANG['Recover this item'] = 'Sugražink šią poziciją'; $_LANG['Remove this item'] = 'Ištrink šią poziciją'; $_LANG['Revise'] = 'Taisyk'; @@ -1545,7 +1545,7 @@ $_LANG['select template'] = 'pasirink šabloną'; $_LANG['Select template to generate new document if you haven\'t got prepared file'] = 'Jei neturi paruošto failo, pasirink šabloną naujo dokumento paruošimui'; $_LANG['WINS:'] = 'WINS:'; -$_LANG['last $0 documents'] = 'paskutiniai $0 dokumentai'; +$_LANG['last $a documents'] = 'paskutiniai $a dokumentai'; $_LANG['Last operation:'] = 'Paskutinė operacija:'; $_LANG['Limit of records displayed on one page in documents list. Default: 100.'] = 'Viename dokumentų sąrašo puslapyje įrašų limitas. Numanoma: 100.'; $_LANG['All documents'] = 'Visi dokumentai'; @@ -1557,7 +1557,7 @@ $_LANG['No such stats for selected period.'] = 'Nėra statistiko šiuo periodu.'; $_LANG['Receipts'] = 'Patvirtinimas'; $_LANG['Select period'] = 'Pasirink periodą'; -$_LANG['Stats of Customer $0 in month $1'] = 'Kliento statistika $0 už mėnesį $1'; +$_LANG['Stats of Customer $a in month $b'] = 'Kliento statistika $a už mėnesį $b'; $_LANG['Year:'] = 'Metai:'; $_LANG['Add items'] = 'Pridėk pozicijas'; $_LANG['Last 10 not accounted invoices:'] = 'Paskutinės 10 neapmokėtų faktūrų:'; @@ -1580,7 +1580,7 @@ $_LANG['Liability name/description is required!'] = 'Reikia įsipareigojimo pavadinimo/aprašo'; $_LANG['Liability value not specified!'] = 'Nenurodyta įsipareigojimo vertė!'; $_LANG['or'] = 'arba'; -$_LANG['Customer ID: $0'] = 'Kliento ID: $0'; +$_LANG['Customer ID: $a'] = 'Kliento ID: $a'; $_LANG['Enter balance limit (default 0)'] = 'Įveskite balanso limitą (numanoma 0)'; $_LANG['Transfer forms'] = 'Pavedimo formos'; $_LANG['Not set'] = 'Nenustatyta'; @@ -1601,46 +1601,46 @@ $_LANG['Add registry'] = 'Naujas Registras'; $_LANG['Advanced (+R)'] = 'Pažangus (+O)'; $_LANG['All receipts in that registry will be lost.'] = 'Visi patvirtinimai šiame registre bus pašalinti.'; -$_LANG['Are you sure, you want to remove registry \\\'$0\\\' and all assigned receipts?'] = 'AR esi tikras, jog nori pašalinti registrą \\\'$0\\\' ir visus susietus patvirtinimus?'; +$_LANG['Are you sure, you want to remove registry \\\'$a\\\' and all assigned receipts?'] = 'AR esi tikras, jog nori pašalinti registrą \\\'$a\\\' ir visus susietus patvirtinimus?'; $_LANG['Cash-in receipt numbering plan:'] = 'Įmokų kvitų numeravimo planas:'; $_LANG['cash operations'] = 'kasos operacijos'; $_LANG['Cash-out receipt numbering plan:'] = 'Išmokų kvitų numeravimo planas:'; $_LANG['Cash Registries List'] = 'Kasos registrų sąrašas'; -$_LANG['Cash Registry: $0'] = 'Kasos registras: $0'; -$_LANG['Cash Registry Info: $0'] = 'Informacija apie registrą: $0'; +$_LANG['Cash Registry: $a'] = 'Kasos registras: $a'; +$_LANG['Cash Registry Info: $a'] = 'Informacija apie registrą: $a'; $_LANG['CR-in'] = 'Pajamų kvitas'; $_LANG['CR-out'] = 'Išlaidų kvitas'; -$_LANG['Do you want to remove registry "$0"?'] = 'Ar tikrai nori pašalinti registrą "$0"?'; -$_LANG['Edit Cash Registry: $0'] = 'Kasos registro redagavimas: $0'; +$_LANG['Do you want to remove registry "$a"?'] = 'Ar tikrai nori pašalinti registrą "$a"?'; +$_LANG['Edit Cash Registry: $a'] = 'Kasos registro redagavimas: $a'; $_LANG['List of cash registries'] = 'Kasos registrų sąrašas'; $_LANG['New Cash Registry'] = 'Naujas kasos registras'; $_LANG['Proof of Pay-out'] = 'Įmokos kvitas'; $_LANG['Registry name must be defined!'] = 'Reikia registro pavadinimo!'; $_LANG['Registry with specified name already exists!'] = 'Registras su tokiu pavadinimu jau yra!'; -$_LANG['Removing registry "$0"'] = 'Registro pašalinimas "$0"'; -$_LANG['Selected customer is in debt for $0!'] = 'Pasirinktas klientas įsiskolinęs $0!'; +$_LANG['Removing registry "$a"'] = 'Registro pašalinimas "$a"'; +$_LANG['Selected customer is in debt for $a!'] = 'Pasirinktas klientas įsiskolinęs $a!'; $_LANG['- select numbering plan -'] = '- pasirink numeravimo planą -'; $_LANG['There are no cash registries.'] = 'Nėra kasos registrų'; $_LANG['To whom:'] = 'Kam:'; $_LANG['Cash Receipts'] = 'Kasos dokumentai'; $_LANG['Cash Registry:'] = 'Kasos registras:'; $_LANG['Moving assets:'] = 'Lėšų perkėlimas:'; -$_LANG['Moving assets from registry $0 ($1)'] = 'Lėšų iš registro perkėlimas $0 ($1)'; -$_LANG['Moving assets to registry $0'] = 'Lėšų į registrą perkėlimas $0'; +$_LANG['Moving assets from registry $a ($b)'] = 'Lėšų iš registro perkėlimas $a ($b)'; +$_LANG['Moving assets to registry $a'] = 'Lėšų į registrą perkėlimas $a'; $_LANG['Select cash registry'] = 'Pasirink kasos registrą'; $_LANG['- select registry -'] = '- pasirink registrą -'; $_LANG['Target:'] = 'Taikinys:'; $_LANG['There is no cash in selected registry!'] = 'Pasirinktame registre nėra lėšų!'; -$_LANG['There is no cash in selected registry! You can expense only $0.'] = 'Pasirinktame registre nėra lėšų! Galima išduoti tik $0.'; +$_LANG['There is no cash in selected registry! You can expense only $a.'] = 'Pasirinktame registre nėra lėšų! Galima išduoti tik $a.'; $_LANG['You don\'t have permission to add receipt in selected cash registry!'] = 'Neturi įgaliojimų pridėti dokumento rejestrui!'; $_LANG['Registry:'] = 'Registras:'; $_LANG['Expense'] = 'Išlaidos'; $_LANG['Income'] = 'Pajamos'; $_LANG['No such cash receipts in database.'] = 'Duomenų bazėje nėra kasos dokumentų.'; -$_LANG['Registry: $0'] = 'Registras: $0'; -$_LANG['Cashier: $0'] = 'Kasininkas: $0'; -$_LANG['Cash-in Receipt Edit: $0'] = 'Pajamų kvito redagavimas: $0'; -$_LANG['Cash-out Receipt Edit: $0'] = 'Išlaidų kvito redagavimas: $0'; +$_LANG['Registry: $a'] = 'Registras: $a'; +$_LANG['Cashier: $a'] = 'Kasininkas: $a'; +$_LANG['Cash-in Receipt Edit: $a'] = 'Pajamų kvito redagavimas: $a'; +$_LANG['Cash-out Receipt Edit: $a'] = 'Išlaidų kvito redagavimas: $a'; $_LANG['Cash Registry'] = 'Kasos registras'; $_LANG['payed out'] = 'išmokėjau'; $_LANG['received'] = 'gavau'; @@ -1659,7 +1659,7 @@ $_LANG['Confirm'] = 'Patvirtink'; $_LANG['Confirmed:'] = 'Patvirtintas:'; $_LANG['Deleted:'] = 'Pašalintas:'; -$_LANG['Edit Document: $0'] = 'Dokumento redagavimas: $0'; +$_LANG['Edit Document: $a'] = 'Dokumento redagavimas: $a'; $_LANG['Additional number:'] = 'Papildomas numeris:'; $_LANG['Enter additional document number'] = 'Įveskite papildomą dokumento numerį'; $_LANG['income/expense'] = 'pajamos/išlaidos'; @@ -1709,7 +1709,7 @@ $_LANG['Plan:'] = 'Planas:'; $_LANG['Additional information:'] = 'Papildoma informacija:'; $_LANG['extended format'] = 'praplėstas formatas'; -$_LANG['Page $0 from $1'] = 'Puslapis $0 z $1'; +$_LANG['Page $a from $b'] = 'Puslapis $a z $b'; $_LANG['Page total:'] = 'Iš viso puslapyje:'; $_LANG['Total from start of period:'] = 'Iš viso nuo periodo pradžios:'; $_LANG['Transfered from previous page:'] = 'Perkėlimas iš ankstesnio puslapio:'; @@ -1740,12 +1740,12 @@ $_LANG['Select request cause'] = 'Pasirink paraiškos priežastį'; $_LANG['unknown/other'] = 'nežinoma/kita'; $_LANG['unknown/other'] = 'nežinomi/kiti'; -$_LANG['Go to $0 page'] = 'Eik į puslapį $0'; +$_LANG['Go to $a page'] = 'Eik į puslapį $a'; $_LANG['Requests causes (last year):'] = 'Paraiškų priežastys (paskutiniai metai):'; $_LANG['Adds helpdesk requests causes stats on ticket view and print pages. Default: true'] = 'Prideda paraiškų priežasčių statistiką peržiūros puslapyje ir spausdinime. Numanoma: išjungta'; $_LANG['Enables page scroller designed for lists with very big number of pages. Default: false'] = 'Įjungia puslapio keitimo formą turint minty sąrašus su dideliu puslapių kiekiu. Numanoma: išjungta'; $_LANG['Support for EtherWerX devices. Default: false'] = 'Įjungia palaikymą įrenginiams EtherWerX. Numanoma: išjungta'; -$_LANG['Customers requesting more than $0 times in last $1 days'] = 'Klientai teikinatis paraiškas dažniau nei $0 kartų per paskutines $1 dienas'; +$_LANG['Customers requesting more than $a times in last $b days'] = 'Klientai teikinatis paraiškas dažniau nei $a kartų per paskutines $b dienas'; $_LANG['List of Requests'] = 'Paraiškų sąrašas'; $_LANG['Lists and reports printing'] = 'Sąrašų ir raportų spausdinimas'; $_LANG['Reports'] = 'Raportai'; @@ -1776,7 +1776,7 @@ $_LANG['- select filter -'] = '- pasirink filtrą -'; $_LANG['Settle advance'] = 'Išmokėk avansą'; $_LANG['Not accounted advances:'] = 'Neišmokėti avansai:'; -$_LANG['Advance settlement: $0'] = 'Avanso išmokėjimas: $0'; +$_LANG['Advance settlement: $a'] = 'Avanso išmokėjimas: $a'; $_LANG['settlement'] = 'išmokėjimas'; $_LANG['return'] = 'grąžinimas'; $_LANG['Recipient:'] = 'Gavėjas:'; @@ -1787,7 +1787,7 @@ $_LANG['Description is required!'] = 'Reikia aprašo!'; $_LANG['Enter receipt description'] = 'Įveskite patvirtinimo aprašą'; $_LANG['Recipient name is required!'] = 'Gavėjo pavadinimas reikalingas!'; -$_LANG['There is only $0 in registry!'] = 'Registre yra tik $0!'; +$_LANG['There is only $a in registry!'] = 'Registre yra tik $a!'; $_LANG['Value is required!'] = 'Reikalinga kvota!'; $_LANG['Delete (+R)'] = 'Šalinimas (+O)'; $_LANG['Are you sure, you want to delete that note?'] = 'Ar tikrai nori pašalinti šią pasatbą?'; @@ -1822,7 +1822,7 @@ $_LANG['Wrong datetime format!'] = 'Klaidingas datos/laiko formatas!'; $_LANG['Real state:'] = 'Tikra būsena:'; $_LANG['Select All'] = 'Pažymėk visus'; -$_LANG['There is newer version of LMS ($0) available for download from $1.'] = '$1 puslapyje yra pasiekiama nauja sistemos versija - $0.'; +$_LANG['There is newer version of LMS ($a) available for download from $b.'] = '$b puslapyje yra pasiekiama nauja sistemos versija - $a.'; $_LANG['Are you sure, you want to delete selected documents?'] = 'Ar tikrai nori pašalinti pažymėtus dokumentus?'; $_LANG['Enter Gadu-Gadu ID (optional)'] = 'Įveskite identifikavimo numerį Gadu-Gadu (pasirinktinai)'; $_LANG['Enter Skype ID (optional)'] = 'Įveskite Skype identifikatorių (pasirinktinai)'; @@ -1860,8 +1860,8 @@ $_LANG['Selected'] = 'Pažymėti'; $_LANG['customers groups management'] = 'klientų grupių valdymas'; $_LANG['Groups:'] = 'Grupės:'; -$_LANG['Group: $0'] = 'Grupė: $0'; -$_LANG['Group: all excluding $0'] = 'Grupė: visi išskyrus $0'; +$_LANG['Group: $a'] = 'Grupė: $a'; +$_LANG['Group: all excluding $a'] = 'Grupė: visi išskyrus $a'; $_LANG['Position:'] = 'Padėtis:'; $_LANG['Configuration error. Patterns array not found!'] = 'Konfigūracijos klaida. Pavyzdžių lentelė nerasta!'; $_LANG['Line:'] = 'Linija:'; @@ -1878,7 +1878,7 @@ $_LANG['Date from the future not allowed!'] = 'Data iš ateities negalima!'; $_LANG['no guarantee'] = 'brokas'; $_LANG['Select days number of cutoff suspending (optional)'] = 'Pasirink blokavimo sustabdymo dienų kiekį (pasirinktinai)'; -$_LANG['Cutoff suspended to $0'] = 'Blokavimas sustabdytas iki dienos $0'; +$_LANG['Cutoff suspended to $a'] = 'Blokavimas sustabdytas iki dienos $a'; $_LANG['Customer has got disconnected nodes!'] = 'Klientas turi išjungtų kompiuterių!'; $_LANG['Clone'] = 'Klonuok'; $_LANG['Add node to group'] = 'Pridėk kompiuterius prie grupės'; @@ -1894,14 +1894,14 @@ $_LANG['Select group to attribute to node'] = 'Pasirink grupę kad priskirtum ją kompiuteriui'; $_LANG['That node is not a member of any group.'] = 'Šis kompiuteris nepriklauso jokiai grupei.'; $_LANG['Remove Group'] = 'Ištrink grupę'; -$_LANG['Node\'s Groups ($0):'] = 'Kompiuterio grupės ($0):'; +$_LANG['Node\'s Groups ($a):'] = 'Kompiuterio grupės ($a):'; $_LANG['Are you sure, you want to delete that group?'] = 'Ar tikrai nori pašalinti šią grupę?'; $_LANG['Are you sure, you want to move members to selected group?'] = 'Ar tekaria nori perkelti šios grupės narius?'; $_LANG['Move members to group:'] = 'Perkelk narius į grupę:'; $_LANG['Select group to which you want to move members'] = 'Pasirink grupę į kurią nori perkelti narius'; $_LANG['Default period value for assignment. Default: 0'] = 'Pakrovos laikotarpio numanoma vertė. Numanomai: 0'; -$_LANG['Customer has got nodes in group(s): $0!'] = 'Kliento kompiuteris(iai) priklauso grupei(ėms): $0!'; -$_LANG['Customer has got nodes in groups: $0!'] = 'Klientas turi kompiuterius grupėse: $0!'; +$_LANG['Customer has got nodes in group(s): $a!'] = 'Kliento kompiuteris(iai) priklauso grupei(ėms): $a!'; +$_LANG['Customer has got nodes in groups: $a!'] = 'Klientas turi kompiuterius grupėse: $a!'; $_LANG['Dest. port'] = 'Tikslinis portas'; $_LANG['Device:'] = 'Įrenginys:'; $_LANG['Enter port number in device for connection (optional)'] = 'Įveskite prijungiamo įrenginio porto numerį (pasirinktinai)'; @@ -1919,15 +1919,15 @@ $_LANG['Destination:'] = 'Tikslas:'; $_LANG['Login'] = 'Prisijungimo vardas'; $_LANG['Accounts number:'] = 'Sąskaitų skaičius:'; -$_LANG['Account Info: $0'] = 'Informacija apie sąsakaitą: $0'; +$_LANG['Account Info: $a'] = 'Informacija apie sąsakaitą: $a'; $_LANG['Aliases number:'] = 'Pseudonimų skaičius:'; -$_LANG['Alias Edit: $0'] = 'Pseudonimo redagavimas: $0'; -$_LANG['Alias Info: $0'] = 'Informacija apie pseudonimą: $0'; +$_LANG['Alias Edit: $a'] = 'Pseudonimo redagavimas: $a'; +$_LANG['Alias Info: $a'] = 'Informacija apie pseudonimą: $a'; $_LANG['Are you sure, you want to delete that account?'] = 'Ar tikrai norite pašalinti šią sąskaitą?'; $_LANG['Are you sure, you want to delete that alias?'] = 'Ar tikari norite pašalinti šį pseudonimą?'; $_LANG['Are you sure, you want to delete that domain and all accounts/aliases in that domain?'] = 'Ar tikrai nori pašalinti šį domeną ir visas sąskaitas/pseudonimus su ja susijusius?'; $_LANG['Domain\'s owner:'] = 'Domeno savininkas:'; -$_LANG['Domain Info: $0'] = 'Informacija apie domeną: $0'; +$_LANG['Domain Info: $a'] = 'Informacija apie domeną: $a'; $_LANG['Hosting'] = 'Hostingas'; $_LANG['Node group:'] = 'Kompiuterių grupė:'; $_LANG['You have to select destination account!'] = 'Turi pasirinkti tikslinę sąskaitą!'; @@ -1963,12 +1963,12 @@ $_LANG['Quota limit of shell account:'] = 'shell sąskaitos dydžio limitas:'; $_LANG['Quota limit of sql account:'] = 'sql sąskaitos dydžio limitas:'; $_LANG['Quota limit of www account:'] = 'www sąskaitos dydžio limitas:'; -$_LANG['Exceeded \'$0\' accounts limit of selected customer ($1)!'] = 'Viršytas sąskaitų tipo \'$0\' skaičiaus limitas pasirinktam klientui ($1)!'; -$_LANG['Exceeded \'$0\' account quota limit of selected customer ($1)!'] = 'Viršytas sąskaitų tipo \'$0\' dydžio limitas pasirinktam klientui ($1)!'; -$_LANG['Exceeded aliases limit of selected customer ($0)!'] = 'Viršytas pseudonimų skaičiaus limitas pasirinktam klientui ($0)!'; -$_LANG['Exceeded domains limit of selected customer ($0)!'] = 'Viršytas domenų skaičiaus limitas pasirinktma klientui ($0)!'; -$_LANG['Account aliases ($0):'] = 'Šios sąskaitos pseudonimai ($0)'; -$_LANG['Are you sure, you want to delete assignment with alias: \\\'$0\\\'?'] = 'Ar tikrai nori pašalinti sąsają su pseudonimu: \\\'$0\\\'?'; +$_LANG['Exceeded \'$a\' accounts limit of selected customer ($b)!'] = 'Viršytas sąskaitų tipo \'$a\' skaičiaus limitas pasirinktam klientui ($b)!'; +$_LANG['Exceeded \'$a\' account quota limit of selected customer ($b)!'] = 'Viršytas sąskaitų tipo \'$a\' dydžio limitas pasirinktam klientui ($b)!'; +$_LANG['Exceeded aliases limit of selected customer ($a)!'] = 'Viršytas pseudonimų skaičiaus limitas pasirinktam klientui ($a)!'; +$_LANG['Exceeded domains limit of selected customer ($a)!'] = 'Viršytas domenų skaičiaus limitas pasirinktma klientui ($a)!'; +$_LANG['Account aliases ($a):'] = 'Šios sąskaitos pseudonimai ($a)'; +$_LANG['Are you sure, you want to delete assignment with alias: \\\'$a\\\'?'] = 'Ar tikrai nori pašalinti sąsają su pseudonimu: \\\'$a\\\'?'; $_LANG['Delete assignment'] = 'Ištrink sąsają'; $_LANG['There are no aliases for that account.'] = 'Šios sąskaitos pseudonimų nėra.'; $_LANG['New alias'] = 'Naujas pseudonimas'; @@ -1999,7 +1999,7 @@ $_LANG['Consent to personal data processing:'] = 'Sutikimas naudoti asmens duomenis:'; $_LANG['no consent'] = 'nėra sutikimo'; $_LANG['TRANSFER'] = 'PERVEDIMAS'; -$_LANG['Rows: $0'] = 'Eilučių skaičius: $0'; +$_LANG['Rows: $a'] = 'Eilučių skaičius: $a'; $_LANG['private person'] = 'fizinis asmuo'; $_LANG['legal entity'] = 'juridinis/ fizinis asmuo'; $_LANG['Select legal personality type'] = 'Pasirink asmens teisinį statusą'; @@ -2010,7 +2010,7 @@ $_LANG['in date:'] = 'nuo dienos:'; $_LANG['Legal personality:'] = 'Teisinis statusas:'; $_LANG['Add state'] = 'Pridėk apskritį'; -$_LANG['Are you sure, you want to delete state \\\'$0\\\'?'] = 'Ar tikrai nori pašalinti apskritį \\\'$0\\\'?'; +$_LANG['Are you sure, you want to delete state \\\'$a\\\'?'] = 'Ar tikrai nori pašalinti apskritį \\\'$a\\\'?'; $_LANG['Country States Definitions'] = 'Apskričių pavadinimai'; $_LANG['Display this form again, when this state is saved'] = 'Parodyk blanką dar kartą pridėjus apskritį'; $_LANG['Enter state name'] = 'Įveskite apskrities pavadinimą'; @@ -2019,7 +2019,7 @@ $_LANG['Select personality type'] = 'Pasirink asmens teisinį statusą'; $_LANG['States'] = 'Apskritys'; $_LANG['States List'] = 'Apskričių sąrašas'; -$_LANG['State Edit: $0'] = 'Apskrities redagavimas: $0'; +$_LANG['State Edit: $a'] = 'Apskrities redagavimas: $a'; $_LANG['State name is required!'] = 'Reikia apskrities pavadinimo!'; $_LANG['Select country state'] = 'Pasirink apskritį'; $_LANG['Select country state (optional)'] = 'Pasirink apskritį (pasirinktinai)'; @@ -2029,7 +2029,7 @@ $_LANG['nodes to groups assignment'] = 'kompiuterių pririšimas prie grupių'; $_LANG['Address is required!'] = 'Reikalimgas adresas!'; $_LANG['Add division'] = 'Nauja įmonė'; -$_LANG['Are you sure, you want to delete division \\\'$0\\\'?'] = 'Ar tikrai nori paašlinti įmonę \\\'$0\\\'?'; +$_LANG['Are you sure, you want to delete division \\\'$a\\\'?'] = 'Ar tikrai nori paašlinti įmonę \\\'$a\\\'?'; $_LANG['Bank account:'] = 'Banko sąsakaita:'; $_LANG['City is required!'] = 'Reikalingas miestas!'; $_LANG['Company Divisions Definitions'] = 'Įmonių apibrėžimai'; @@ -2039,7 +2039,7 @@ $_LANG['Division long name is required!'] = 'Reikia viso įmonės pavadinimo!'; $_LANG['Division short name is required!'] = 'Reikia sutrumpinto įmonės pavadinimo!'; $_LANG['Division with specified name already exists!'] = 'Įmonė su tokiu pavadinimu jau yra!'; -$_LANG['Edit Division: $0'] = 'Įmonės redagavimas: $0'; +$_LANG['Edit Division: $a'] = 'Įmonės redagavimas: $a'; $_LANG['Enter bank account or mass payments account prefix (optional)'] = 'Įveskite banko sąskaitos numerį arba masinių pavedimų sąskaitos prefiksą (pasirinktinai)'; $_LANG['Enter division long name'] = 'Įveskite visą įmonės pavadinimą'; $_LANG['Enter division short name'] = 'Įveskite sutrumpintą įmonės pavadinimą'; diff --git a/lib/locale/pl/strings.php b/lib/locale/pl/strings.php index dd4283d726..a89839a4e3 100644 --- a/lib/locale/pl/strings.php +++ b/lib/locale/pl/strings.php @@ -24,16 +24,16 @@ * $Id$ */ -$_LANG['$0 ($1 addresses)'] = '$0 ($1 adresów)'; -$_LANG['$0 addresses'] = '$0 adresów'; -$_LANG['$0 ago ($1)'] = '$0 temu ($1)'; -$_LANG['$0 at least one year old records have been removed.
'] = '$0 rekordów starszych niż rok zostało usuniętych.
'; -$_LANG['$0 dollars $1 cents'] = '$0 złotych $1 groszy'; -$_LANG['$0 months'] = '$0 m-cy'; -$_LANG['$0 of $1 ($2) $3:'] = '$0 z $1 ($2) $3:'; -$_LANG['$0 records after compacting.'] = '$0 rekordów po kompaktowaniu.'; -$_LANG['$0 records before compacting.
'] = '$0 rekordów przed kompaktowaniem.
'; -$_LANG['$0 - removed, $1 - inserted
'] = '$0 - usuniętych, $1 - dodanych
'; +$_LANG['$a ($b addresses)'] = '$a ($b adresów)'; +$_LANG['$a addresses'] = '$a adresów'; +$_LANG['$a ago ($b)'] = '$a temu ($b)'; +$_LANG['$a at least one year old records have been removed.
'] = '$a rekordów starszych niż rok zostało usuniętych.
'; +$_LANG['$a dollars $b cents'] = '$a złotych $b groszy'; +$_LANG['$a months'] = '$a m-cy'; +$_LANG['$a of $b ($c) $d:'] = '$a z $b ($c) $d:'; +$_LANG['$a records after compacting.'] = '$a rekordów po kompaktowaniu.'; +$_LANG['$a records before compacting.
'] = '$a rekordów przed kompaktowaniem.
'; +$_LANG['$a - removed, $b - inserted
'] = '$a - usuniętych, $b - dodanych
'; $_LANG['30 days'] = '30 dni'; $_LANG['365 days'] = '365 dni'; $_LANG['7 days'] = '7 dni'; @@ -44,7 +44,7 @@ $_LANG['Account'] = 'Rozlicz'; $_LANG['Accounts:'] = 'Konta:'; $_LANG['Accounted'] = 'Rozliczono'; -$_LANG['Account Edit: $0'] = 'Edycja konta: $0'; +$_LANG['Account Edit: $a'] = 'Edycja konta: $a'; $_LANG['Accounting day:'] = 'Dzień naliczenia:'; $_LANG['Account payment'] = 'Nalicz'; $_LANG['Account'] = 'Konto'; @@ -118,18 +118,18 @@ $_LANG['Answer'] = 'Odpowiedz'; $_LANG['Approved By'] = 'Zatwierdził'; $_LANG['Are you sure that you want to logout?'] = 'Czy na pewno chcesz się wylogować?'; -$_LANG['Are you sure, you want to account ALL debts of customer \\\'$0\\\'?'] = 'Jesteś pewien, że chcesz rozliczyć WSZYSTKIE należności użytkownika \\\'$0\\\'?'; +$_LANG['Are you sure, you want to account ALL debts of customer \\\'$a\\\'?'] = 'Jesteś pewien, że chcesz rozliczyć WSZYSTKIE należności użytkownika \\\'$a\\\'?'; $_LANG['Are you sure, you want to assign new addresses for all computers? Remember, it can make problems for your network!'] = 'Jesteś pewien, że chcesz przypisać nowe adresy do wszystkich komputerów? Pamiętaj, to może stwarzać problemy w twojej sieci!'; -$_LANG['Are you sure, you want to change network $0 to network \'+getText(document.remap.mapto.value)+\'?'] = 'Jesteś pewien, że chcesz przeadresować sieć $0 do sieci \'+getText(document.remap.mapto.value)+\'?'; +$_LANG['Are you sure, you want to change network $a to network \'+getText(document.remap.mapto.value)+\'?'] = 'Jesteś pewien, że chcesz przeadresować sieć $a do sieci \'+getText(document.remap.mapto.value)+\'?'; $_LANG['Are you sure, you want to check/uncheck selected invoices as accounted?'] = 'Jesteś pewien, że chcesz zaznaczyć/odznaczyć wybrane faktury jako rozliczone?'; -$_LANG['Are you sure, you want to delete account \\\'$0\\\' and all assigned to them aliases?'] = 'Jesteś pewien, że chcesz usunąć konto \\\'$0\\\' oraz wszystkie aliasy z nim skojarzone?'; -$_LANG['Are you sure, you want to delete address \\\'$0\\\' from database?'] = 'Jesteś pewien, że chcesz usunąć adres \\\'$0\\\' z bazy danych?'; -$_LANG['Are you sure, you want to delete alias: \\\'$0\\\'?'] = 'Jesteś pewien, że chcesz usunąć alias: \\\'$0\\\'?'; -$_LANG['Are you sure, you want to delete database backup created at $0 ?'] = 'Jesteś pewien, że chcesz usunąć kopie bazy danych utworzoną: $0 ?'; -$_LANG['Are you sure, you want to delete domain: \\\'$0\\\' and all accounts/aliases in that domain?'] = 'Jesteś pewien, że chcesz usunąć domenę: \\\'$0\\\' oraz wszystkie konta/aliasy w tej domenie?'; -$_LANG['Are you sure, you want to delete node $0?'] = 'Jesteś pewien, że chcesz usunąć komputer $0?'; -$_LANG['Are you sure, you want to delete node \\\'$0\\\' from database?'] = 'Jesteś pewien, że chcesz usunąć komputer \\\'$0\\\' z bazy danych?'; -$_LANG['Are you sure, you want to delete option \\\'$0\\\' from database?'] = 'Jesteś pewien, że chcesz usunąć opcję \\\'$0\\\' z bazy danych?'; +$_LANG['Are you sure, you want to delete account \\\'$a\\\' and all assigned to them aliases?'] = 'Jesteś pewien, że chcesz usunąć konto \\\'$a\\\' oraz wszystkie aliasy z nim skojarzone?'; +$_LANG['Are you sure, you want to delete address \\\'$a\\\' from database?'] = 'Jesteś pewien, że chcesz usunąć adres \\\'$a\\\' z bazy danych?'; +$_LANG['Are you sure, you want to delete alias: \\\'$a\\\'?'] = 'Jesteś pewien, że chcesz usunąć alias: \\\'$a\\\'?'; +$_LANG['Are you sure, you want to delete database backup created at $a ?'] = 'Jesteś pewien, że chcesz usunąć kopie bazy danych utworzoną: $a ?'; +$_LANG['Are you sure, you want to delete domain: \\\'$a\\\' and all accounts/aliases in that domain?'] = 'Jesteś pewien, że chcesz usunąć domenę: \\\'$a\\\' oraz wszystkie konta/aliasy w tej domenie?'; +$_LANG['Are you sure, you want to delete node $a?'] = 'Jesteś pewien, że chcesz usunąć komputer $a?'; +$_LANG['Are you sure, you want to delete node \\\'$a\\\' from database?'] = 'Jesteś pewien, że chcesz usunąć komputer \\\'$a\\\' z bazy danych?'; +$_LANG['Are you sure, you want to delete option \\\'$a\\\' from database?'] = 'Jesteś pewien, że chcesz usunąć opcję \\\'$a\\\' z bazy danych?'; $_LANG['Are you sure, you want to delete selected operation(s) and document item(s)?'] = 'Czy na pewno usunąć wybrane operacje wraz z pozycjami dokumentów?'; $_LANG['Are you sure, you want to delete that connection?'] = 'Jesteś pewien, że chcesz usunąć to połączenie?'; $_LANG['Are you sure, you want to delete that device?'] = 'Jesteś pewien, że chcesz usunąć to urządzenie?'; @@ -140,27 +140,27 @@ $_LANG['Are you sure, you want to delete that tariff?'] = 'Jesteś pewien, że chcesz usunąć tą taryfę?'; $_LANG['Are you sure, you want to delete this database backup?'] = 'Jesteś pewien, że chcesz usunąć tą kopię bazy danych?'; $_LANG['Are you sure, you want to delete this liability?'] = 'Jesteś pewien, że chcesz usunąć to zobowiązanie?'; -$_LANG['Are you sure, you want to drop user $0 from that event?'] = 'Jesteś pewien, że chcesz usunąć użytkownika $0 z tego zdarzenia?'; +$_LANG['Are you sure, you want to drop user $a from that event?'] = 'Jesteś pewien, że chcesz usunąć użytkownika $a z tego zdarzenia?'; $_LANG['Are you sure, you want to generate new password?'] = 'Jesteś pewien, że chcesz wygenerować nowe hasło?'; $_LANG['Are you sure, you want to generate new PIN?'] = 'Jesteś pewien, że chcesz wygenerować nowy PIN?'; $_LANG['Are you sure, you want to irreversibly delete that user account?'] = 'Jesteś pewien, że chcesz nieodwracalnie usunąć to konto?'; $_LANG['Are you sure, you want to move customers to tariff \'+getText(document.tmove.to.value)+\'?'] = 'Jesteś pewien, że chcesz przesunąć klientów do taryfy \'+getText(document.tmove.to.value)+\'?'; -$_LANG['Are you sure, you want to readdress network $0 to network $1 ?'] = 'Jesteś pewien, że chcesz przeadresować sieć $0 do sieci $1 ?'; -$_LANG['Are you sure, you want to recover database created at $0?'] = 'Czy jesteś pewien, że chcesz odtworzyć bazę danych z kopii stworzonej $0?'; -$_LANG['Are you sure, you want to remove customer \\\'$0\\\' from database?\\n\\nIf that customer have some nodes, they will be also removed and data definitely lost!'] = 'Jesteś pewien, że chcesz usunąć klienta \\\'$0\\\' z bazy danych?\\n\\nJeżeli klient posiada jakieś komputery zostaną one również usunięte, a ich dane bezpowrotnie utracone!'; +$_LANG['Are you sure, you want to readdress network $a to network $b ?'] = 'Jesteś pewien, że chcesz przeadresować sieć $a do sieci $b ?'; +$_LANG['Are you sure, you want to recover database created at $a?'] = 'Czy jesteś pewien, że chcesz odtworzyć bazę danych z kopii stworzonej $a?'; +$_LANG['Are you sure, you want to remove customer \\\'$a\\\' from database?\\n\\nIf that customer have some nodes, they will be also removed and data definitely lost!'] = 'Jesteś pewien, że chcesz usunąć klienta \\\'$a\\\' z bazy danych?\\n\\nJeżeli klient posiada jakieś komputery zostaną one również usunięte, a ich dane bezpowrotnie utracone!'; $_LANG['Are you sure, you want to remove customer from group?'] = 'Jesteś pewien, że chcesz usunąć klienta z grupy?'; -$_LANG['Are you sure, you want to remove device \\\'$0\\\' from database?'] = 'Jesteś pewien, że chcesz usunąć urządzenie \\\'$0\\\' z bazy danych?'; -$_LANG['Are you sure, you want to remove host \\\'$0\\\' and all assigned configuration?'] = 'Jesteś pewien, że chcesz usunąć hosta \\\'$0\\\' i całą jego konfigurację?'; -$_LANG['Are you sure, you want to remove instance \\\'$0\\\' and all assigned configuration?'] = 'Jesteś pewien, że chcesz usunąć instancję \\\'$0\\\' i całą jej konfigurację?'; -$_LANG['Are you sure, you want to remove invoice \\\'$0\\\' from database?'] = 'Jesteś pewien, że chcesz usunąć fakturę \\\'$0\\\' z bazy danych?'; -$_LANG['Are you sure, you want to remove network \\\'$0\\\'?'] = 'Jesteś pewien, że chcesz usunąć sieć \\\'$0\\\'?'; -$_LANG['Are you sure, you want to remove node \\\'$0\\\' from database?'] = 'Jesteś pewien, że chcesz usunąć komputer \\\'$0\\\' z bazy danych?'; -$_LANG['Are you sure, you want to remove option \\\'$0\\\' from database?'] = 'Jesteś pewien, że chcesz usunąć opcję \\\'$0\\\' z bazy danych?'; -$_LANG['Are you sure, you want to remove queue \\\'$0\\\' and all assigned tickets and messages?'] = 'Jesteś pewien, że chcesz usunąć kolejkę \\\'$0\\\' oraz wszelkie zgłoszenia i wiadomości z nią skojarzone?'; -$_LANG['Are you sure, you want to remove receipt \\\'$0\\\' from database?'] = 'Jesteś pewien, że chcesz usunąć dowód wpłaty nr \\\'$0\\\' z bazy danych?'; +$_LANG['Are you sure, you want to remove device \\\'$a\\\' from database?'] = 'Jesteś pewien, że chcesz usunąć urządzenie \\\'$a\\\' z bazy danych?'; +$_LANG['Are you sure, you want to remove host \\\'$a\\\' and all assigned configuration?'] = 'Jesteś pewien, że chcesz usunąć hosta \\\'$a\\\' i całą jego konfigurację?'; +$_LANG['Are you sure, you want to remove instance \\\'$a\\\' and all assigned configuration?'] = 'Jesteś pewien, że chcesz usunąć instancję \\\'$a\\\' i całą jej konfigurację?'; +$_LANG['Are you sure, you want to remove invoice \\\'$a\\\' from database?'] = 'Jesteś pewien, że chcesz usunąć fakturę \\\'$a\\\' z bazy danych?'; +$_LANG['Are you sure, you want to remove network \\\'$a\\\'?'] = 'Jesteś pewien, że chcesz usunąć sieć \\\'$a\\\'?'; +$_LANG['Are you sure, you want to remove node \\\'$a\\\' from database?'] = 'Jesteś pewien, że chcesz usunąć komputer \\\'$a\\\' z bazy danych?'; +$_LANG['Are you sure, you want to remove option \\\'$a\\\' from database?'] = 'Jesteś pewien, że chcesz usunąć opcję \\\'$a\\\' z bazy danych?'; +$_LANG['Are you sure, you want to remove queue \\\'$a\\\' and all assigned tickets and messages?'] = 'Jesteś pewien, że chcesz usunąć kolejkę \\\'$a\\\' oraz wszelkie zgłoszenia i wiadomości z nią skojarzone?'; +$_LANG['Are you sure, you want to remove receipt \\\'$a\\\' from database?'] = 'Jesteś pewien, że chcesz usunąć dowód wpłaty nr \\\'$a\\\' z bazy danych?'; $_LANG['Are you sure, you want to remove that customer from database?\\n\\nIf that customer have any computers, they will be automatically removed from database too, and information about them irreversible losed!'] = 'Czy na pewno chcesz usunąć tego klienta z bazy danych?\\n\\nJeśli klient ten posiada jakieś komputery, zostaną one usunięte, a dane o nich nieodwracalnie utracone!'; $_LANG['Are you sure, you want to remove this group?'] = 'Jesteś pewien, że chcesz usunąć tę grupę?'; -$_LANG['Are you sure, you want to remove ticket $0?'] = 'Jesteś pewien, że chcesz usunąć zgłoszenie nr $0?'; +$_LANG['Are you sure, you want to remove ticket $a?'] = 'Jesteś pewien, że chcesz usunąć zgłoszenie nr $a?'; $_LANG['Are you sure, you want to reorder that network?'] = 'Jesteś pewien, że chcesz uporządkować sieć?'; $_LANG['Are you sure, you want to restore this database backup?'] = 'Jesteś pewien, że chcesz przywrócić tą kopię bazy danych?'; $_LANG['ascending'] = 'rosnąco'; @@ -172,15 +172,15 @@ $_LANG['Avg. monthly income:'] = 'Śr. mies. przychód:'; $_LANG['awaiting'] = 'oczekujący'; $_LANG['List of awaiting customers'] = 'Lista klientów oczekujących'; -$_LANG['$0'] = '$0'; +$_LANG['$a'] = '$a'; $_LANG['Backup Delete'] = 'Backup Delete'; $_LANG['Backups'] = 'Kopie zapasowe'; $_LANG['Balance'] = 'Saldo'; $_LANG['Balance:'] = 'Saldo:'; $_LANG['Balance date:'] = 'Data bilansu:'; $_LANG['Balance Sheet'] = 'Historia operacji'; -$_LANG['Balance Sheet ($0 to $1)'] = 'Historia operacji ($0 do $1)'; -$_LANG['Balance Sheet of User: $0 ($1 to $2)'] = 'Historia operacji dla użytkownika: $0 ($1 do $2)'; +$_LANG['Balance Sheet ($a to $b)'] = 'Historia operacji ($a do $b)'; +$_LANG['Balance Sheet of User: $a ($b to $c)'] = 'Historia operacji dla użytkownika: $a ($b do $c)'; $_LANG['Allows you to logout'] = 'Zakończenie pracy'; $_LANG['Basic system information'] = 'Podstawowe informacje o systemie'; $_LANG['Begin:'] = 'Początek:'; @@ -200,7 +200,7 @@ $_LANG['Cash'] = 'Kasa'; $_LANG['Cash Operations Import'] = 'Import operacji kasowych'; $_LANG['Cash receipt'] = 'Dowód wpłaty'; -$_LANG['Cash Receipt No. $0'] = 'Dokument kasowy Nr $0'; +$_LANG['Cash Receipt No. $a'] = 'Dokument kasowy Nr $a'; $_LANG['Cash receipt template file. Default: "receipt.html". Should be placed in templates directory.'] = 'Szablon dowodu wpłaty. Domyślnie: "receipt.html". Powinien znajdować się w katalogu templates.'; $_LANG['Cash Report'] = 'Raport kasowy'; $_LANG['Cautions:'] = 'Uwagi:'; @@ -235,7 +235,7 @@ $_LANG['compressed'] = 'skompresowaną'; $_LANG['Computers found:'] = 'Znalezione komputery:'; $_LANG['Configuration'] = 'Konfiguracja'; -$_LANG['Configuration of Instance: $0/$1'] = 'Konfiguracja instancji: $0/$1'; +$_LANG['Configuration of Instance: $a/$b'] = 'Konfiguracja instancji: $a/$b'; $_LANG['configuration reload'] = 'przeładowanie konfiguracji'; $_LANG['Configuration Reload'] = 'Przeładowanie konfiguracji'; $_LANG['Confirm password'] = 'Powtórz hasło'; @@ -245,9 +245,9 @@ $_LANG['connected'] = 'podłączeni'; $_LANG['connected'] = 'podłączony'; $_LANG['Connected:'] = 'Podłączeni:'; -$_LANG['List of Connected Customers $0$1'] = 'Lista podłączonych klientów $0$1'; -$_LANG['Connected devices ($0):'] = 'Podłączone urządzenia ($0):'; -$_LANG['Connected nodes ($0):'] = 'Podłączone komputery ($0):'; +$_LANG['List of Connected Customers $a$b'] = 'Lista podłączonych klientów $a$b'; +$_LANG['Connected devices ($a):'] = 'Podłączone urządzenia ($a):'; +$_LANG['Connected nodes ($a):'] = 'Podłączone komputery ($a):'; $_LANG['Connected:'] = 'Podłączone:'; $_LANG['List of Connected Nodes'] = 'Lista podłączonych komputerów'; $_LANG['Connection limit:'] = 'Limit połączeń:'; @@ -263,7 +263,7 @@ $_LANG['Country:'] = 'Kraj:'; $_LANG['Create alias'] = 'Utwórz alias'; $_LANG['Created:'] = 'Utworzony:'; -$_LANG['Created by: $0'] = 'Utworzone przez: $0'; +$_LANG['Created by: $a'] = 'Utworzone przez: $a'; $_LANG['Create new'] = 'Utwórz nową'; $_LANG['Create time:'] = 'Data utworzenia:'; $_LANG['Generating subscriptions...'] = 'Generuję taryfy...'; @@ -274,26 +274,26 @@ $_LANG['customer'] = 'klient'; $_LANG['Customer'] = 'Klient'; $_LANG['Customer:'] = 'Klient:'; -$_LANG['Customer $0 Balance Sheet ($1 to $2)'] = 'Historia operacji klienta $0 ($1 do $2)'; -$_LANG['Customer $0 has been removed.'] = 'Klient $0 został usunięty.'; +$_LANG['Customer $a Balance Sheet ($b to $c)'] = 'Historia operacji klienta $a ($b do $c)'; +$_LANG['Customer $a has been removed.'] = 'Klient $a został usunięty.'; $_LANG['Customer Account:'] = 'Konto klienta:'; -$_LANG['Customer Balance: $0'] = 'Rachunek klienta: $0'; +$_LANG['Customer Balance: $a'] = 'Rachunek klienta: $a'; $_LANG['Customer Balance Sheet'] = 'Historia operacji klienta'; $_LANG['Customer cannot send message!'] = 'Klient nie może wysłać wiadomości!'; -$_LANG['Customer Edit: $0'] = 'Edycja klienta: $0'; +$_LANG['Customer Edit: $a'] = 'Edycja klienta: $a'; $_LANG['Customers Group:'] = 'Grupa klientów:'; $_LANG['customer ID'] = 'ID klienta'; $_LANG['Customer ID'] = 'ID klienta'; $_LANG['Customer ID:'] = 'ID klienta:'; -$_LANG['Customer Info: $0'] = 'Informacje o kliencie: $0'; -$_LANG['Node Edit: $0'] = 'Edycja komputera: $0'; +$_LANG['Customer Info: $a'] = 'Informacje o kliencie: $a'; +$_LANG['Node Edit: $a'] = 'Edycja komputera: $a'; $_LANG['Customer Liabilities:'] = 'Zobowiązania klienta:'; $_LANG['customer name'] = 'nazwisko klienta'; $_LANG['Customer name'] = 'Nazwisko klienta'; -$_LANG['Customer No.: $0'] = 'Numer klienta: $0'; -$_LANG['Customer Nodes ($0):'] = 'Komputery klienta ($0):'; +$_LANG['Customer No.: $a'] = 'Numer klienta: $a'; +$_LANG['Customer Nodes ($a):'] = 'Komputery klienta ($a):'; $_LANG['Customer not selected!'] = 'Nie wybrano klienta!'; -$_LANG['Customer Remove: $0'] = 'Usunięcie klienta: $0'; +$_LANG['Customer Remove: $a'] = 'Usunięcie klienta: $a'; $_LANG['Customers'] = 'Klienci'; $_LANG['Customers:'] = 'Klienci:'; $_LANG['Customer Search'] = 'Wyszukiwanie klientów'; @@ -301,10 +301,10 @@ $_LANG['Customers in Subscription:'] = 'Klienci w taryfie:'; $_LANG['Customers List'] = 'Lista klientów'; $_LANG['Customers List:'] = 'Lista klientów:'; -$_LANG['Customers List $0$1'] = 'Lista klientów $0$1'; +$_LANG['Customers List $a$b'] = 'Lista klientów $a$b'; $_LANG['Customers Management'] = 'Zarządzanie klientami'; $_LANG['customers management'] = 'zarządzanie klientami'; -$_LANG['Customers Without Nodes List $0$1'] = 'Lista klientów bez komputerów $0$1'; +$_LANG['Customers Without Nodes List $a$b'] = 'Lista klientów bez komputerów $a$b'; $_LANG['CVS Repository'] = 'Repozytorium CVS'; $_LANG['Daemon'] = 'Demon'; $_LANG['daemon management and configuration'] = 'konfiguracja i zarządzanie demonem'; @@ -336,22 +336,22 @@ $_LANG['deleted'] = 'usunięci'; $_LANG['Delete data older than one year'] = 'Usuń dane starsze niż jeden rok'; $_LANG['deleted customer'] = 'klient usunięty'; -$_LANG['Delete Node $0'] = 'Usuń komputer $0'; +$_LANG['Delete Node $a'] = 'Usuń komputer $a'; $_LANG['Delete stats of non-existing (deleted) nodes'] = 'Usuń statystyki nieistniejących (usuniętych) komputerów'; $_LANG['Deletion of Database Backup'] = 'Usunięcie kopii zapasowej bazy danych'; -$_LANG['Deletion of Device with ID: $0'] = 'Usunięcie urządzenia o identyfikatorze: $0'; +$_LANG['Deletion of Device with ID: $a'] = 'Usunięcie urządzenia o identyfikatorze: $a'; $_LANG['descending'] = 'malejąco'; $_LANG['Description'] = 'Opis'; $_LANG['Description:'] = 'Opis:'; $_LANG['Details'] = 'Szczegóły'; $_LANG['Device connected to other device or node can\'t be deleted.'] = 'Urządzenie podłączone do innego urządzenia lub komputera nie może zostać usunięte.'; -$_LANG['Device Edit: $0 ($1)'] = 'Edycja urządzenia: $0 ($1)'; +$_LANG['Device Edit: $a ($b)'] = 'Edycja urządzenia: $a ($b)'; $_LANG['No free ports on device!'] = 'Urządzenie nie posiada wolnych portów!'; $_LANG['No IP addresses on device.'] = 'Urządzenie nie posiada adresu IP.'; -$_LANG['Device Info: $0 $1 $2'] = 'Informacje o urządzeniu: $0 $1 $2'; +$_LANG['Device Info: $a $b $c'] = 'Informacje o urządzeniu: $a $b $c'; $_LANG['Device name is required!'] = 'Nazwa urządzenia jest wymagana!'; $_LANG['Device name is too long (max.32 characters)!'] = 'Nazwa urządzenia jest za długa (maksymalnie 32 znaki)!'; -$_LANG['IP addresses ($0):'] = 'Adresy IP ($0):'; +$_LANG['IP addresses ($a):'] = 'Adresy IP ($a):'; $_LANG['Device has been deleted.'] = 'Urządzenie zostało usunięte.'; $_LANG['DHCP range:'] = 'Zakres DHCP:'; $_LANG['Disable'] = 'Wyłącz'; @@ -367,7 +367,7 @@ $_LANG['disconnected'] = 'odłączony'; $_LANG['Disconnected:'] = 'Odłączone:'; $_LANG['Documents List'] = 'Lista dokumentów'; -$_LANG['List of Disconnected Customers $0$1'] = 'Lista klientów odłączonych $0$1'; +$_LANG['List of Disconnected Customers $a$b'] = 'Lista klientów odłączonych $a$b'; $_LANG['List of Disconnected Nodes'] = 'Lista odłączonych komputerów'; $_LANG['Discount:'] = 'Rabat:'; $_LANG['Display customers matching the following criteria:'] = 'Wyświetl klientów spełniających następujące kryteria:'; @@ -386,7 +386,7 @@ $_LANG['Document with specified number exists!'] = 'Dokument z podanym numerem już istnieje!'; $_LANG['Domain:'] = 'Domena:'; $_LANG['domain alias'] = 'alias domenowy'; -$_LANG['Domain Edit: $0'] = 'Edycja domeny: $0'; +$_LANG['Domain Edit: $a'] = 'Edycja domeny: $a'; $_LANG['Domain name is required!'] = 'Nazwa domeny jest wymagana!'; $_LANG['Domains'] = 'Domeny'; $_LANG['Domains List'] = 'Lista domen'; @@ -396,8 +396,8 @@ $_LANG['Download ceil:'] = 'Download ceil:'; $_LANG['Download rate:'] = 'Download rate:'; $_LANG['Downrate:'] = 'Downrate:'; -$_LANG['Do you want to remove $0 customer?'] = 'Czy chcesz usunąć klienta $0?'; -$_LANG['Do you want to remove queue called $0?'] = 'Czy chcesz usunąć kolejkę $0?'; +$_LANG['Do you want to remove $a customer?'] = 'Czy chcesz usunąć klienta $a?'; +$_LANG['Do you want to remove queue called $a?'] = 'Czy chcesz usunąć kolejkę $a?'; $_LANG['Draw-up date'] = 'Data wystawienia'; $_LANG['Draw-up date:'] = 'Data wystawienia:'; $_LANG['Edit'] = 'Edytuj'; @@ -546,7 +546,7 @@ $_LANG['entries'] = 'wpisów'; $_LANG['Error:'] = 'Błąd:'; $_LANG['Error!'] = 'Błąd!'; -$_LANG['Error: Unknown reload type: "$0"!'] = 'Błąd: Nieznany typ przeładowania: "$0"!'; +$_LANG['Error: Unknown reload type: "$a"!'] = 'Błąd: Nieznany typ przeładowania: "$a"!'; $_LANG['Event Edit'] = 'Edytuj zdarzenie'; $_LANG['Event Info'] = 'Informacje o zdarzeniu'; $_LANG['Event Search'] = 'Wyszukiwanie zdarzeń'; @@ -595,15 +595,15 @@ $_LANG['Gross value'] = 'Wartość brutto'; $_LANG['Gross Value:'] = 'Wartość brutto:'; $_LANG['Group:'] = 'Grupa:'; -$_LANG['(Group: $0)'] = '(Grupa: $0)'; -$_LANG['Group Edit: $0'] = 'Edycja grupy: $0'; -$_LANG['Group Info: $0'] = 'Informacje o grupie: $0'; +$_LANG['(Group: $a)'] = '(Grupa: $a)'; +$_LANG['Group Edit: $a'] = 'Edycja grupy: $a'; +$_LANG['Group Info: $a'] = 'Informacje o grupie: $a'; $_LANG['Group members:'] = 'Członkowie grupy:'; $_LANG['Group name is too long!'] = 'Nazwa grupy za długa!'; $_LANG['Group name required!'] = 'Wymagana nazwa grupy!'; $_LANG['Groups'] = 'Grupy'; $_LANG['Group with members cannot be deleted!'] = 'Nie można usunąć grupy posiadającej członków!'; -$_LANG['Group with name $0 already exists!'] = 'Grupa o nazwie $0 już istnieje!'; +$_LANG['Group with name $a already exists!'] = 'Grupa o nazwie $a już istnieje!'; $_LANG['Guarantee:'] = 'Gwarancja:'; $_LANG['Guarantee period:'] = 'Okres gwarancji:'; $_LANG['Has'] = 'Ma'; @@ -616,7 +616,7 @@ $_LANG['High'] = 'Wysoki'; $_LANG['Homedir:'] = 'Katalog domowy:'; $_LANG['Host:'] = 'Host:'; -$_LANG['Host Edit: $0'] = 'Edycja hosta: $0'; +$_LANG['Host Edit: $a'] = 'Edycja hosta: $a'; $_LANG['Hostname:'] = 'Nazwa hosta:'; $_LANG['Host name is required!'] = 'Nazwa hosta jest wymagana!'; $_LANG['Hosts List'] = 'Lista hostów'; @@ -674,12 +674,12 @@ $_LANG['Incorrect ZIP code! If you are sure you want to accept it, then click "Submit" again.'] = 'Niepoprawny kod pocztowy! Jeśli chcesz zaakceptować, to ponownie kliknij "Zapisz".'; $_LANG['in debt'] = 'zadłużeni'; $_LANG['Nodes List for Customers In Debt'] = 'Lista komputerów zadłużonych klientów'; -$_LANG['Indebted Customers List $0$1'] = 'Lista klientów zadłużonych $0$1'; +$_LANG['Indebted Customers List $a$b'] = 'Lista klientów zadłużonych $a$b'; $_LANG['indebted owner'] = 'zadłużony właściciel'; $_LANG['Info'] = 'Informacje'; -$_LANG['Info Network: $0'] = 'Informacje o Sieci: $0'; +$_LANG['Info Network: $a'] = 'Informacje o Sieci: $a'; $_LANG['in it:'] = 'w tym:'; -$_LANG['Instance Edit: $0'] = 'Edycja instancji: $0'; +$_LANG['Instance Edit: $a'] = 'Edycja instancji: $a'; $_LANG['Instance host is required!'] = 'Host instancji jest wymagany!'; $_LANG['Instance module is required!'] = 'Moduł instancji jest wymagany!'; $_LANG['Instance name is required!'] = 'Nazwa instancji jest wymagana!'; @@ -693,29 +693,29 @@ $_LANG['Interface:'] = 'Interfejs:'; $_LANG['Invalid chars in group name!'] = 'Niedozwolone znaki w nazwie grupy!'; $_LANG['Invalid date format!'] = 'Nieprawidłowy format daty!'; -$_LANG['Invalid date format: $0.\\nFormat accepted is \'YYYY/MM/DD hh:mm\'.'] = 'Błędny format daty: $0.\\nDozwolony format to \'YYYY/MM/DD gg:mm\'.'; -$_LANG['Invalid date format: $0.\\nNo day of month value can be found.'] = 'Błędny format daty: $0.\\nNie znaleziono numeru dnia miesiąca.'; -$_LANG['Invalid date format: $0.\\nNo month value can be found.'] = 'Błędny format daty: $0.\\nNie znaleziono numeru miesiąca.'; -$_LANG['Invalid date format: $0.\\nNo year value can be found.'] = 'Błędny format daty: $0.\\nNie znaleziono numeru roku.'; -$_LANG['Invalid day of month value: $0.\\nAllowed range is 01-$1.'] = 'Błędny dzień miesiąca: $0.\\nDozwolone są wartości z zakresu 01-$1'; -$_LANG['Invalid day of month value: $0.\\nAllowed values are unsigned integers.'] = 'Błędny dzień miesiąca: $0.\\nDozwolone są liczby całkowite bez znaku.'; -$_LANG['Invalid hour value: $0.\\nAllowed range is 00-23.'] = 'Błędna godzina: $0.\\nDozwolone są wartości z zakresu 00-23'; -$_LANG['Invalid hour value: $0.\\nAllowed values are unsigned integers.'] = 'Błędna godzina: $0.\\nDozwolone są liczby całkowite bez znaku.'; -$_LANG['Invalid minutes value: $0.\\nAllowed range is 00-59.'] = 'Błędna liczba minut: $0.\\nDozwolone są wartości z zakresu 00-59.'; -$_LANG['Invalid minutes value: $0.\\nAllowed values are unsigned integers.'] = 'Błędna liczba minut: $0.\\nDozwolone są liczby całkowite bez znaku.'; -$_LANG['Invalid month value: $0.\\nAllowed range is 01-12.'] = 'Błędny numer miesiąca: $0.\\nDozwolone są wartości z zakresu 01-12.'; -$_LANG['Invalid month value: $0.\\nAllowed values are unsigned integers.'] = 'Błędny numer miesiąca: $0.\\nDozwolone są liczby całkowite bez znaku.'; -$_LANG['Invalid year value: $0.\\nAllowed values are unsigned integers.'] = 'Błędny rok: $0.\\nDozwolone są liczby całkowite bez znaku.'; +$_LANG['Invalid date format: $a.\\nFormat accepted is \'YYYY/MM/DD hh:mm\'.'] = 'Błędny format daty: $a.\\nDozwolony format to \'YYYY/MM/DD gg:mm\'.'; +$_LANG['Invalid date format: $a.\\nNo day of month value can be found.'] = 'Błędny format daty: $a.\\nNie znaleziono numeru dnia miesiąca.'; +$_LANG['Invalid date format: $a.\\nNo month value can be found.'] = 'Błędny format daty: $a.\\nNie znaleziono numeru miesiąca.'; +$_LANG['Invalid date format: $a.\\nNo year value can be found.'] = 'Błędny format daty: $a.\\nNie znaleziono numeru roku.'; +$_LANG['Invalid day of month value: $a.\\nAllowed range is 01-$b.'] = 'Błędny dzień miesiąca: $a.\\nDozwolone są wartości z zakresu 01-$b'; +$_LANG['Invalid day of month value: $a.\\nAllowed values are unsigned integers.'] = 'Błędny dzień miesiąca: $a.\\nDozwolone są liczby całkowite bez znaku.'; +$_LANG['Invalid hour value: $a.\\nAllowed range is 00-23.'] = 'Błędna godzina: $a.\\nDozwolone są wartości z zakresu 00-23'; +$_LANG['Invalid hour value: $a.\\nAllowed values are unsigned integers.'] = 'Błędna godzina: $a.\\nDozwolone są liczby całkowite bez znaku.'; +$_LANG['Invalid minutes value: $a.\\nAllowed range is 00-59.'] = 'Błędna liczba minut: $a.\\nDozwolone są wartości z zakresu 00-59.'; +$_LANG['Invalid minutes value: $a.\\nAllowed values are unsigned integers.'] = 'Błędna liczba minut: $a.\\nDozwolone są liczby całkowite bez znaku.'; +$_LANG['Invalid month value: $a.\\nAllowed range is 01-12.'] = 'Błędny numer miesiąca: $a.\\nDozwolone są wartości z zakresu 01-12.'; +$_LANG['Invalid month value: $a.\\nAllowed values are unsigned integers.'] = 'Błędny numer miesiąca: $a.\\nDozwolone są liczby całkowite bez znaku.'; +$_LANG['Invalid year value: $a.\\nAllowed values are unsigned integers.'] = 'Błędny rok: $a.\\nDozwolone są liczby całkowite bez znaku.'; $_LANG['Invoice'] = 'Faktura'; $_LANG['Invoice:'] = 'Faktura:'; $_LANG['Invoice draw-up place.'] = 'Miejsce wystawienia.'; -$_LANG['Invoice Edit: $0'] = 'Edycja Faktury: $0'; +$_LANG['Invoice Edit: $a'] = 'Edycja Faktury: $a'; $_LANG['Invoice have no items!'] = 'Brak pozycji na fakturze!'; $_LANG['Invoice have no items. Use form below for items addition.'] = 'Faktura nie ma żadnych pozycji. Użyj poniższego formularza aby je dodać.'; $_LANG['Invoice No.'] = 'Numer faktury'; -$_LANG['Invoice No. $0'] = 'Faktura VAT Nr $0'; +$_LANG['Invoice No. $a'] = 'Faktura VAT Nr $a'; $_LANG['Invoice number:'] = 'Nr faktury:'; -$_LANG['Invoice number $0 already exists!'] = 'Faktura o numerze $0 już istnieje!'; +$_LANG['Invoice number $a already exists!'] = 'Faktura o numerze $a już istnieje!'; $_LANG['Invoice number must be integer!'] = 'Numer faktury musi być liczbą całkowitą!'; $_LANG['Invoices'] = 'Faktury'; $_LANG['Invoices List'] = 'Lista faktur'; @@ -740,12 +740,12 @@ $_LANG['It scans for ports in destination device!'] = 'Brak wolnych portów w urządzeniu docelowym!'; $_LANG['It scans for ports in source device!'] = 'Brak wolnych portów w urządzeniu źródłowym!'; $_LANG['Last:'] = 'Ostatni:'; -$_LANG['last $0 transactions'] = 'ostatnie $0 transakcji'; +$_LANG['last $a transactions'] = 'ostatnie $a transakcji'; $_LANG['Last 30 Days'] = 'Ostatnie 30 dni'; -$_LANG['Last date of invoice settlement is $0. If sure, you want to write invoice with date of $1, then click "Submit" again.'] = 'Ostatnia data wystawienia faktury to $0. Jeżeli jesteś pewien, że chcesz zapisać fakturę z datą $1, to ponownie kliknij "Zapisz".'; +$_LANG['Last date of invoice settlement is $a. If sure, you want to write invoice with date of $b, then click "Submit" again.'] = 'Ostatnia data wystawienia faktury to $a. Jeżeli jesteś pewien, że chcesz zapisać fakturę z datą $b, to ponownie kliknij "Zapisz".'; $_LANG['Last Day'] = 'Ostatni dzień'; $_LANG['Last day stats for all networks'] = 'Statystyki z ostatniego dnia dla wszystkich sieci'; -$_LANG['Last date of receipt settlement is $0. If sure, you want to write receipt with date of $1, then click "Submit" again.'] = 'Ostatnia data wystawienia pokwitowania to $0. Jeśli na pewno chcesz wystawić dowód wpłaty z datą $1 kliknij ponownie "Zapisz".'; +$_LANG['Last date of receipt settlement is $a. If sure, you want to write receipt with date of $b, then click "Submit" again.'] = 'Ostatnia data wystawienia pokwitowania to $a. Jeśli na pewno chcesz wystawić dowód wpłaty z datą $b kliknij ponownie "Zapisz".'; $_LANG['Last failed login:'] = 'Ostatnie błędne logowanie:'; $_LANG['Last Hour'] = 'Ostatnia godzina'; $_LANG['Last hour stats for all networks'] = 'Statystyki z ostatniej godziny dla wszystkich sieci'; @@ -754,14 +754,14 @@ $_LANG['Last month stats for all networks'] = 'Statystyki z ostatniego miesiąca dla wszystkich sieci'; $_LANG['last online:'] = 'ostatnio włączony:'; $_LANG['Last online:'] = 'Ostatnio włączony:'; -$_LANG['Last online: $0'] = 'Ostatnio włączony: $0'; +$_LANG['Last online: $a'] = 'Ostatnio włączony: $a'; $_LANG['Last Reload:'] = 'Ostatnie przeładowanie:'; $_LANG['Last Year'] = 'Ostatni rok'; $_LANG['Last year stats for all networks'] = 'Statystyki z ostatniego roku dla wszystkich sieci'; $_LANG['Length of (auto-generated) node password. Max.32. Default: 16.'] = 'Długość (automatycznie generowanego) hasła komputera. Max.32. Domyślnie: 16.'; $_LANG['liability'] = 'zobowiązanie'; $_LANG['Liability Report'] = 'Raport wierzytelności'; -$_LANG['Liability Report on $0'] = 'Raport wierzytelności na $0'; +$_LANG['Liability Report on $a'] = 'Raport wierzytelności na $a'; $_LANG['lifetime'] = 'wieczysta'; $_LANG['Limit of nodes displayed on one page in Network Information. Default: 256. With 0, this information is omitted (page is displaying faster).'] = 'Limit wyświetlanych komputerów na jednej stronie w Informacjach o Sieci. Domyślnie: 256. Ustawiając na 0, informacje te zostaną pominięte (strona będzie się wyświetlać szybciej).'; $_LANG['Limit of records displayed on one page in accounts list. Default: 100.'] = 'Limit wyświetlanych rekordów na jednej stronie listy kont. Domyślnie: 100.'; @@ -836,7 +836,7 @@ $_LANG['Module:'] = 'Moduł:'; $_LANG['Module Title'] = 'Tytuł modułu'; $_LANG['monthly'] = 'miesięcznie'; -$_LANG['monthly ($0)'] = 'miesięcznie ($0)'; +$_LANG['monthly ($a)'] = 'miesięcznie ($a)'; $_LANG['Move customers to subscription:'] = 'Przenieś klientów do taryfy:'; $_LANG['MySQL version:'] = 'Wersja MySQL:'; $_LANG['Name'] = 'Nazwa'; @@ -851,7 +851,7 @@ $_LANG['Name/Surname:'] = 'Nazwa/Nazwisko:'; $_LANG['First/last or Company name'] = 'Nazwa/Nazwisko i imię'; $_LANG['First/last or Company name:'] = 'Nazwa/Nazwisko i imię:'; -$_LANG[' (Net: $0)'] = ' (Sieć: $0)'; +$_LANG[' (Net: $a)'] = ' (Sieć: $a)'; $_LANG['Net device:'] = 'Urządzenie sieciowe:'; $_LANG['Net devices:'] = 'Urządzenia sieciowe:'; $_LANG['Net Devices'] = 'Osprzęt sieciowy'; @@ -863,7 +863,7 @@ $_LANG['Network Balance Sheet'] = 'Historia operacji finansowych'; $_LANG['Network Devices'] = 'Urządzenia sieciowe'; $_LANG['Network devices list'] = 'Lista urządzeń sieciowych'; -$_LANG['Network Edit: $0'] = 'Edycja sieci: $0'; +$_LANG['Network Edit: $a'] = 'Edycja sieci: $a'; $_LANG['Network Map'] = 'Mapa sieci'; $_LANG['Network map type. Use "flash" if you have Ming library or "gd" if your PHP supports gdlib. By default LMS will try to generate flash map, with fallback to GD if it fails.'] = 'Typ mapy urządzeń sieciowych. Jesli posiadasz bibliotekę Ming użyj "flash", a jeśli twoje PHP wspiera gdlib możesz ustawić na "gd". Domyślnie LMS spróbuje wygenerować mapę we flashu, a jeśli to się nie uda, utworzy mapę przy pomocy GD.'; $_LANG['Network name:'] = 'Nazwa sieci:'; @@ -892,7 +892,7 @@ $_LANG['New Network'] = 'Nowa sieć'; $_LANG['New network is too small!'] = 'Nowa sieć jest zbyt mała!'; $_LANG['New Node'] = 'Nowy komputer'; -$_LANG['New Option for Instance: $0/$1'] = 'Nowa opcja dla instancji: $0/$1'; +$_LANG['New Option for Instance: $a/$b'] = 'Nowa opcja dla instancji: $a/$b'; $_LANG['New password:'] = 'Nowe hasło:'; $_LANG['New Payment'] = 'Nowa płatność'; $_LANG['New Queue'] = 'Nowa kolejka'; @@ -902,14 +902,14 @@ $_LANG['none'] = 'brak'; $_LANG['no.'] = 'nr'; $_LANG['No.'] = 'Lp.'; -$_LANG['No. $0'] = 'Nr $0'; +$_LANG['No. $a'] = 'Nr $a'; $_LANG['no access'] = 'brak dostępu'; $_LANG['No cash operations to import.'] = 'Brak operacji kasowych do zaimportowania.'; $_LANG['No computers were found, either exists in the database or nbtscan binary not found.'] = 'Nie znaleziono żadnych komputerów bądź wszystkie komputery są już w bazie danych lub program nbtscan nie jest dostępny w systemie.'; $_LANG['No configuration options in database.'] = 'Brak opcji konfiguracyjnych w bazie danych.'; $_LANG['Click here to import them from lms.ini.'] = 'Kliknij tutaj aby je zaimportować do bazy.'; $_LANG['Node ID:'] = 'ID komputera:'; -$_LANG['Node Info: $0'] = 'Informacje o komputerze: $0'; +$_LANG['Node Info: $a'] = 'Informacje o komputerze: $a'; $_LANG['Node IP address'] = 'Adres IP komputera'; $_LANG['Node IP address is required!'] = 'Adres IP komputera jest wymagany!'; $_LANG['Node name'] = 'Nazwa komputera'; @@ -979,8 +979,8 @@ $_LANG['Open'] = 'Otwórz'; $_LANG['opened'] = 'otwarty'; $_LANG['Opened:'] = 'Otwarte:'; -$_LANG['Option Edit: $0'] = 'Edycja opcji: $0'; -$_LANG['Option Edit: $0/$1/$2'] = 'Edycja opcji: $0/$1/$2'; +$_LANG['Option Edit: $a'] = 'Edycja opcji: $a'; +$_LANG['Option Edit: $a/$b/$c'] = 'Edycja opcji: $a/$b/$c'; $_LANG['Option exists!'] = 'Opcja juz istnieje!'; $_LANG['Option name contains forbidden characters!'] = 'Nazwa opcji zawiera niedozwolone znaki.'; $_LANG['Option name is required!'] = 'Nazwa opcji jest wymagana!'; @@ -1000,20 +1000,20 @@ $_LANG['Owner ID:'] = 'Identyfikator właściciela:'; $_LANG['Packet limit:'] = 'Limit pakietów:'; $_LANG['Page:'] = 'Strona:'; -$_LANG['Page $0 of $1'] = 'Strona $0 z $1'; +$_LANG['Page $a of $b'] = 'Strona $a z $b'; $_LANG['Password'] = 'Hasło'; $_LANG['Password:'] = 'Hasło:'; $_LANG['Password Change'] = 'Zmiana hasła'; -$_LANG['Password Change for Account: $0'] = 'Zmiana hasła dla konta: $0'; -$_LANG['Password Change for User $0'] = 'Zmiana hasła dla użytkownika $0'; +$_LANG['Password Change for Account: $a'] = 'Zmiana hasła dla konta: $a'; +$_LANG['Password Change for User $a'] = 'Zmiana hasła dla użytkownika $a'; $_LANG['Password is too long (max.32 characters)!'] = 'Hasło jest za długie (max.32 znaki)!'; $_LANG['Passwords does not match!'] = 'Hasła nie pasują do siebie!'; $_LANG['Path to file was not specified.'] = 'Ścieżka do pliku nie została określona.'; $_LANG['Payment:'] = 'Płatność:'; $_LANG['Payment day:'] = 'Dzień zapłaty:'; -$_LANG['Payment Edit: $0'] = 'Edycja płatności: $0'; -$_LANG['Payment for invoice No. $0'] = 'Zapłata za fakturę VAT nr $0'; -$_LANG['Payment Info: $0'] = 'Informacje o płatności: $0'; +$_LANG['Payment Edit: $a'] = 'Edycja płatności: $a'; +$_LANG['Payment for invoice No. $a'] = 'Zapłata za fakturę VAT nr $a'; +$_LANG['Payment Info: $a'] = 'Informacje o płatności: $a'; $_LANG['Payment name is required!'] = 'Nazwa płatności jest wymagana!'; $_LANG['Payments List'] = 'Lista płatności'; $_LANG['Payment type:'] = 'Typ płatności:'; @@ -1036,7 +1036,7 @@ $_LANG['Postcode:'] = 'Kod pocztowy:'; $_LANG['PostgreSQL version:'] = 'Wersja PostgreSQL:'; $_LANG['Prefix for account home directory. Default: /home/'] = 'Prefix katalogu domowego dla konta. Domyślnie: /home/'; -$_LANG['Prepared by: $0'] = 'Przygotowany przez: $0'; +$_LANG['Prepared by: $a'] = 'Przygotowany przez: $a'; $_LANG['Print'] = 'Drukuj'; $_LANG['Print cash receipts'] = 'Drukuj dowody wpłaty'; $_LANG['Print invoices'] = 'Drukuj faktury'; @@ -1059,32 +1059,32 @@ $_LANG['Qualify to use current day of month for payment day. Default: 0 (off).'] = 'Wybieraj aktualny dzień miesiąca jako dzień tworzenia nowych płatności. Domyślnie: 0 (Wyłączone).'; $_LANG['Qualify the day of month for payment day. Default: 0 (undefined).'] = 'Domyślny dzień miesiąca przypisywany nowym płatnościom miesięcznym. Domyślnie: 0 (niezdefiniowany).'; $_LANG['quarterly'] = 'kwartalnie'; -$_LANG['quarterly ($0)'] = 'kwartalnie ($0)'; +$_LANG['quarterly ($a)'] = 'kwartalnie ($a)'; $_LANG['Query:'] = 'Zapytanie:'; $_LANG['Question'] = 'Pytanie'; $_LANG['Queue'] = 'Kolejka'; $_LANG['Queue:'] = 'Kolejka:'; -$_LANG['Queue Edit: $0'] = 'Edycja kolejki: $0'; -$_LANG['Queue Info: $0'] = 'Informacje o kolejce: $0'; +$_LANG['Queue Edit: $a'] = 'Edycja kolejki: $a'; +$_LANG['Queue Info: $a'] = 'Informacje o kolejce: $a'; $_LANG['Queue name must be defined!'] = 'Kolejka musi posiadać swoją nazwę!'; $_LANG['Tickets List'] = 'Lista zgłoszeń'; $_LANG['Queues List'] = 'Lista kolejek'; $_LANG['Queue with specified name already exists!'] = 'Kolejka o podanej nazwie już istnieje!'; $_LANG['Quota (sh/mail/www/ftp/sql):'] = 'Limit (sh/mail/www/ftp/sql):'; $_LANG['Read'] = 'Odczyt'; -$_LANG['Readdressing network $0'] = 'Przeadresowanie sieci $0'; -$_LANG['Readdressing Network $0'] = 'Przeadresowanie sieci $0'; +$_LANG['Readdressing network $a'] = 'Przeadresowanie sieci $a'; +$_LANG['Readdressing Network $a'] = 'Przeadresowanie sieci $a'; $_LANG['read only (excluding helpdesk)'] = 'tylko do odczytu (bez Helpdesku)'; $_LANG['Reassign to network:'] = 'Przenieś do sieci:'; $_LANG['Receipt'] = 'Pokwitowanie'; $_LANG['Receipt have no items!'] = 'Pokwitowanie nie ma żadnej pozycji!'; $_LANG['Receipt have no items. Use form below for items addition.'] = 'Brak pozycji na pokwitowaniu. Użyj formularza poniżej aby dodać pozycje.'; $_LANG['Receipt number:'] = 'Numer potwierdzenia:'; -$_LANG['Receipt number $0 already exists!'] = 'Potwierdzenie nr $0 już istnieje!'; +$_LANG['Receipt number $a already exists!'] = 'Potwierdzenie nr $a już istnieje!'; $_LANG['Receipt number must be integer!'] = 'Numer potwierdzenia musi być liczbą całkowitą!'; $_LANG['Recipients:'] = 'Odbiorcy:'; $_LANG['Recipient\'s e-mail:'] = 'E-mail odbiorcy:'; -$_LANG['records $0 - $1 of $2'] = 'rekordy $0 - $1 z $2'; +$_LANG['records $a - $b of $c'] = 'rekordy $a - $b z $c'; $_LANG['Registered for:'] = 'Zarejestrowano dla:'; $_LANG['Register your installation today! ;-)'] = 'Zarejestruj swoją instalację jeszcze dziś! ;-)'; $_LANG['Registration ID:'] = 'Nr rejestracyjny:'; @@ -1093,9 +1093,9 @@ $_LANG['Reload type. Allowed values: exec - call some command (most often with sudo, some script or something else, configurable below); sql - writes down to SQL (multiple queries separated with semicolon may be setup).'] = 'Typ przeładowania. Dostępne opcje: exec - wykonanie komendy (najczęściej jakiego skryptu lub innego programu przy użyciu sudo - konfigurowalne dalej); sql - zapisuje zlecenie w bazie danych SQL (konkretne zapytanie sql również może być zdefiniowane).'; $_LANG['Remove'] = 'Usuń'; $_LANG['Remove customer from group'] = 'Usuń klienta z grupy'; -$_LANG['Remove queue ID: $0'] = 'Usuń kolejkę ID: $0'; +$_LANG['Remove queue ID: $a'] = 'Usuń kolejkę ID: $a'; $_LANG['Remove this item from list'] = 'Usuń tą pozycję z listy'; -$_LANG['Removing network $0'] = 'Usuń sieć $0'; +$_LANG['Removing network $a'] = 'Usuń sieć $a'; $_LANG['Repeat password:'] = 'Powtórz hasło:'; $_LANG['Reply'] = 'Odpowiedź'; $_LANG['Requester name required!'] = 'Nazwa lub nazwisko zgłaszającego jest wymagane!'; @@ -1108,7 +1108,7 @@ $_LANG['Sale date:'] = 'Data sprzedaży:'; $_LANG['Sale date'] = 'Data sprzedaży'; $_LANG['Sale Registry'] = 'Rejestr sprzedaży'; -$_LANG['Sale Registry for period $0 - $1'] = 'Rejestr sprzedaży za okres $0 - $1'; +$_LANG['Sale Registry for period $a - $b'] = 'Rejestr sprzedaży za okres $a - $b'; $_LANG['Save'] = 'Zapisz'; $_LANG['Save & Print'] = 'Zapisz i drukuj'; $_LANG['Scan'] = 'Skanuj'; @@ -1211,7 +1211,7 @@ $_LANG['SMTP settings.'] = 'Ustawienia SMTP.'; $_LANG['Sorting:'] = 'Sortowanie:'; $_LANG['Specified address does not belongs to any network!'] = 'Wybrany adres nie należy do żadnej sieci!'; -$_LANG['Specified address is not a network address, setting $0'] = 'Wybrany adres nie jest adresem sieci, ustawiam $0'; +$_LANG['Specified address is not a network address, setting $a'] = 'Wybrany adres nie jest adresem sieci, ustawiam $a'; $_LANG['Specified domain contains forbidden characters!'] = 'Domena zawiera niepoprawne znaki ustawiam!'; $_LANG['Specified e-mail is not correct!'] = 'Wybrany email nie jest poprawny!'; $_LANG['Specified gateway address does not match with network address!'] = 'Określony adres bramy nie pokrywa się z adresem sieci!'; @@ -1223,7 +1223,7 @@ $_LANG['Specified MAC address is in use!'] = 'Wybrany adres MAC jest już w użyciu!'; $_LANG['Specified name contains forbidden characters!'] = 'Wybrana nazwa zawiera zabronione znaki!'; $_LANG['Specified name is in use!'] = 'Wybrana nazwa jest już w użyciu!'; -$_LANG['Specified name is too long (max.$0 characters)!'] = 'Wybrana nazwa jest za długa (maksymalnie $0 znaków)!'; +$_LANG['Specified name is too long (max.$a characters)!'] = 'Wybrana nazwa jest za długa (maksymalnie $a znaków)!'; $_LANG['Specify format of verbal amounts representation (on invoices). e.g. for value "1" verbal expand of 123,15 will be "one two thr 15/100". Default: 0.'] = 'Określ typ reprezentacji słownej liczb (na fakturach). np dla wartości "1" słowne określenie sumy 123,15 wędzie wyglądało "jed dwa trz 15/100". Domyślnie: 0.'; $_LANG['Specify time (in seconds), after which node will be marked offline. It should match with frequency of running nodes activity script (i.e. lms-fping). Default: 600.'] = 'Określ czas (w sekundach) po jakim komputer będzie uważany za wyłączony. Powinno się to pokrywać z częstotliwością uruchamiania skryptu dokonującego sprawdzenia aktywności komputerów (np lms-fping). Domyślnie: 600.'; $_LANG['SQL query executed while reload, if reload_type = sql. Default: empty. You can use \'%TIME%\' as replacement to current unix timestamp. WARNING! Semicolon is handled as query separator, which means that you can enter couple of SQL queries separated by semicolon sign.'] = 'Zapytanie SQL wykonywane pod czas przeładownia jeżeli reload_type = sql. Domyślnie: pusta. W zapytaniu może być użyta zmienna \'%TIME%\' jako zastępstwo właściwego czasu zapisanego w formacie UNIX_TIMESTAMP. UWAGA! Średnik jest interpretowany jako znak rozdzielający zapytania. Oznacza to, że możesz wpisać kilka zapytań SQL oddzielonych średnikami.'; @@ -1247,8 +1247,8 @@ $_LANG['System information and management'] = 'Informacje o systemie i administracja'; $_LANG['System version:'] = 'Wersja systemu:'; $_LANG['Table of financial operations'] = 'Tabela operacji finansowych'; -$_LANG['Subscription Edit: $0'] = 'Edycja taryfy: $0'; -$_LANG['Subscription Info: $0'] = 'Informacje o taryfie: $0'; +$_LANG['Subscription Edit: $a'] = 'Edycja taryfy: $a'; +$_LANG['Subscription Info: $a'] = 'Informacje o taryfie: $a'; $_LANG['Subscription List'] = 'Lista taryf'; $_LANG['Subscription name required!'] = 'Nazwa taryfy jest wymagana!'; $_LANG['Subscriptions and Network Finances Management'] = 'Taryfy i zarządzanie finansami sieci'; @@ -1289,13 +1289,13 @@ $_LANG['This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License Version 2 as published by the Free Software Foundation.'] = 'Niniejszy program jest oprogramowaniem wolnodostępnym; możesz go rozprowadzać dalej i/lub modyfikować na warunkach Powszechnej Licencji Publicznej GNU, wydanej przez Fundację Wolnodostępnego Oprogramowania - według wersji 2-giej tej Licencji lub którejś z późniejszych wersji'; $_LANG['This queue is empty.'] = 'Ta kolejka jest pusta.'; $_LANG['Ticket date:'] = 'Data zgłoszenia:'; -$_LANG['Ticket Edit: $0'] = 'Edycja zgłoszenia: $0'; +$_LANG['Ticket Edit: $a'] = 'Edycja zgłoszenia: $a'; $_LANG['Ticket History'] = 'Historia zgłoszenia'; $_LANG['Ticket must have its body!'] = 'Zgłoszenie musi mieć jakąś zawartość!'; $_LANG['Ticket must have its title!'] = 'Zgłoszenie musi mieć tytuł!'; -$_LANG['Ticket No. $0'] = 'Zgłoszenie Nr $0'; +$_LANG['Ticket No. $a'] = 'Zgłoszenie Nr $a'; $_LANG['Ticket Review'] = 'Podgląd zgłoszenia'; -$_LANG['Ticket Review: $0'] = 'Podgląd zgłoszenia: $0'; +$_LANG['Ticket Review: $a'] = 'Podgląd zgłoszenia: $a'; $_LANG['Tickets'] = 'Zgłoszenia'; $_LANG['Ticket Search'] = 'Wyszukiwanie zgłoszeń'; $_LANG['Tickets searching'] = 'Wyszukiwanie zgłoszeń'; @@ -1313,10 +1313,10 @@ $_LANG['To (day/month/year hh:mm):'] = 'Do (dzień/miesiąc/rok gg:mm):'; $_LANG['To pay:'] = 'Do zapłaty:'; $_LANG['Total:'] = 'Razem:'; -$_LANG['Total: $0'] = 'Razem: $0'; +$_LANG['Total: $a'] = 'Razem: $a'; $_LANG['Total Dues:'] = 'W tym zadłużonych:'; $_LANG['Total Invoiceless Income'] = 'Łączny przychód bezrachunkowy'; -$_LANG['Total Invoiceless Income ($0 to $1)'] = 'Łączny przychód bezrachunkowy ($0 do $1)'; +$_LANG['Total Invoiceless Income ($a to $b)'] = 'Łączny przychód bezrachunkowy ($a do $b)'; $_LANG['Total Tax'] = 'Suma PTU'; $_LANG['Type:'] = 'Typ:'; $_LANG['Type/Quota:'] = 'Typ/Quota:'; @@ -1326,7 +1326,7 @@ $_LANG['Unit:'] = 'JM:'; $_LANG['Unitary Net Value:'] = 'Cena jedn. netto:'; $_LANG['Unknown option. No description.'] = 'Nieznana opcja. Brak opisu.'; -$_LANG['unknown OS ($0)'] = 'nieznany OS ($0)'; +$_LANG['unknown OS ($a)'] = 'nieznany OS ($a)'; $_LANG['Unresolved:'] = 'Nierozwiązane:'; $_LANG['Upceil:'] = 'Upceil:'; $_LANG['Upload'] = 'Upload'; @@ -1342,8 +1342,8 @@ $_LANG['User'] = 'Użytkownik'; $_LANG['User:'] = 'Użytkownik:'; $_LANG['User-defined stats'] = 'Statystyki zdefiniowane przez użytkownika'; -$_LANG['User Edit: $0'] = 'Edycja użytkownika: $0'; -$_LANG['User Info: $0'] = 'Informacje o użytkowniku: $0'; +$_LANG['User Edit: $a'] = 'Edycja użytkownika: $a'; +$_LANG['User Info: $a'] = 'Informacje o użytkowniku: $a'; $_LANG['User Interface'] = 'Interfejs użytkownika'; $_LANG['User Interface Configuration'] = 'Konfiguracja interfejsu użytkownika'; $_LANG['System language code. If not set, language will be determined on browser settings. Default: en.'] = 'Kod językowy systemu. Jeżeli nie jest wybrany to język będzie bazował na ustawieniach przeglądarki. Domyślnie: en.'; @@ -1359,16 +1359,16 @@ $_LANG['Value:'] = 'Wartość:'; $_LANG['Value and description:'] = 'Wartość i opis:'; $_LANG['Value of tax rate which will be selected by default on tax rates lists. Default: 22.0'] = 'Wartość stawki procentowej, która ma być domyślnie zaznaczona na listach wyboru stawki. Domyślnie: 22.0'; -$_LANG['Value of option "$0" must be a number grater than zero!'] = 'Wartość opcji "$0" musi być większa od zera!'; +$_LANG['Value of option "$a" must be a number grater than zero!'] = 'Wartość opcji "$a" musi być większa od zera!'; $_LANG['View'] = 'Podgląd'; $_LANG['waiting'] = 'oczekujący'; $_LANG['Waiting:'] = 'Oczekujący:'; -$_LANG['Warning! Debug mode (using address $0).'] = 'UWAGA! Tryb debugowania (używam adresu $0).'; +$_LANG['Warning! Debug mode (using address $a).'] = 'UWAGA! Tryb debugowania (używam adresu $a).'; $_LANG['Warning! This is example document (default template). You can create your own template in documents/templates/ directory.'] = 'Uwaga to jest przykładowy dokument (domyślny szablon). Możesz utworzyć własne szablony w katalogu documents/templates/.'; $_LANG['WARNING! It will backup current database content automatically'] = 'UWAGA! Spowoduje to automatyczne utworzenie kopii zapasowej obecnej bazy danych'; $_LANG['WARNING! THIS WILL DELETE ALL DATA FROM DATABASE!!!'] = 'UWAGA! TO USUNIE WSZELKIE DANE Z BAZY!!!'; $_LANG['weekly'] = 'tygodniowo'; -$_LANG['weekly ($0)'] = 'tygodniowo ($0)'; +$_LANG['weekly ($a)'] = 'tygodniowo ($a)'; $_LANG['Welcome to LMS'] = 'Witaj w LMS'; $_LANG['When enabled, all messages in helpdesk system (except those sent to requester) will be sent to mail server corresponding queue address. lms-rtparser script should be running on server. Messages won\'t be written directly to database, but on solely responsibility of rtparser script. Default: disabled.'] = 'Kiedy włączona, wszystkie wiadomości w systemie Helpdesk (oprócz tych od zgłaszającego) będą wysyłane do serwera pocztowego na adres odpowiedniej kolejki. Skrypt lms-rtparser powinien być uruchomiony na serwerze. Wiadomości do bazy danych zostaną zapisane przez skrypt. Domyślnie: wyłączone.'; $_LANG['When enabled, system will sent notification to all users with rights for current queue after new ticket creation. Default: disabled.'] = 'Gdy włączona, system wyśle informacje o dodaniu nowego zgłoszenia do wszystkich użytkowników, którzy mają prawa do konkretnej kolejki. Domyślnie: wyłączona.'; @@ -1383,9 +1383,9 @@ $_LANG['Wrong password or login.'] = 'Złe hasło lub login.'; $_LANG['www'] = 'www'; $_LANG['half-yearly'] = 'półrocznie'; -$_LANG['half-yearly ($0)'] = 'półrocznie ($0)'; +$_LANG['half-yearly ($a)'] = 'półrocznie ($a)'; $_LANG['yearly'] = 'rocznie'; -$_LANG['yearly ($0)'] = 'rocznie ($0)'; +$_LANG['yearly ($a)'] = 'rocznie ($a)'; $_LANG['yes'] = 'tak'; $_LANG['Yes, I am sure.'] = 'Tak, jestem pewien'; $_LANG['Yes, I do.'] = 'Tak, chcę.'; @@ -1411,7 +1411,7 @@ $_LANG['You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.'] = 'Z pewnością wraz z niniejszym programem otrzymałeś też egzemplarz Powszechnej Licencji Publicznej GNU; jeśli nie - napisz do Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.'; $_LANG['Zip:'] = 'Kod:'; $_LANG['Add tax rate'] = 'Dodaj stawkę'; -$_LANG['Are you sure, you want to delete taxrate \\\'$0\\\'?'] = 'Jesteś pewien, że chcesz usunąć stawkę \\\'$0\\\'?'; +$_LANG['Are you sure, you want to delete taxrate \\\'$a\\\'?'] = 'Jesteś pewien, że chcesz usunąć stawkę \\\'$a\\\'?'; $_LANG['Binds from date:'] = 'Obowiązuje od:'; $_LANG['Binds to date:'] = 'Obowiązuje do:'; $_LANG['Display this form again, when this tax rate is saved'] = 'wyświetl formularz ponownie po dodaniu stawki'; @@ -1425,7 +1425,7 @@ $_LANG['No such tax rates in database.'] = 'Brak stawek podatkowych w bazie danych.'; $_LANG['Select taxing status'] = 'Wybierz status opodatkowania'; $_LANG['Taxing:'] = 'Opodatkowanie:'; -$_LANG['Tax Rate Edit: $0'] = 'Edycja stawki podatkowej: $0'; +$_LANG['Tax Rate Edit: $a'] = 'Edycja stawki podatkowej: $a'; $_LANG['Tax rate label is required!'] = 'Etykieta dla stawki podatkowej jest wymagana!'; $_LANG['Tax Rates'] = 'Stawki podatkowe'; $_LANG['Tax Rates Definitions'] = 'Definicje stawek podatkowych'; @@ -1433,7 +1433,7 @@ $_LANG['Tax rate value is not numeric!'] = 'Wartość stawki podatku nie jest liczbą!'; $_LANG['annex'] = 'aneks'; $_LANG['Are you sure, you want to remove that document?'] = 'Jesteś pewien, że chcesz usunąć ten dokument?'; -$_LANG['Can\'t save file in "$0" directory!'] = 'Nie można zapisać pliku w katalogu "$0"!'; +$_LANG['Can\'t save file in "$a" directory!'] = 'Nie można zapisać pliku w katalogu "$a"!'; $_LANG['contract'] = 'umowa'; $_LANG['Customer\'s Documents:'] = 'Dokumenty klienta:'; $_LANG['Display this form again, when that document is saved'] = 'Wyświetl ten formularz ponownie po dodaniu dokumentu'; @@ -1465,7 +1465,7 @@ $_LANG['No. of issued documents:'] = 'Wystawiono dokumentów:'; $_LANG['Document type:'] = 'Typ dokumentu:'; $_LANG['Default:'] = 'Domyślny:'; -$_LANG['Are you sure, you want to delete numberplan \\\'$0\\\'?'] = 'Jesteś pewien, że chcesz usunąć plan \\\'$0\\\'?'; +$_LANG['Are you sure, you want to delete numberplan \\\'$a\\\'?'] = 'Jesteś pewien, że chcesz usunąć plan \\\'$a\\\'?'; $_LANG['Numbering Plans List'] = 'Lista planów numeracyjnych'; $_LANG['Add plan'] = 'Dodaj plan'; $_LANG['cash receipt'] = 'dokument kasowy'; @@ -1477,7 +1477,7 @@ $_LANG['New Numbering Plan'] = 'Nowy plan numeracyjny'; $_LANG['No such numbering plans in database.'] = 'Brak planów numeracyjnych w bazie danych.'; $_LANG['Numbering period is required!'] = 'Okres numeracyjny jest wymagany!'; -$_LANG['Numbering Plan Edit: $0'] = 'Edycja planu numeracyjnego: $0'; +$_LANG['Numbering Plan Edit: $a'] = 'Edycja planu numeracyjnego: $a'; $_LANG['Number template is required!'] = 'Szablon numeru jest wymagany!'; $_LANG['select document type'] = 'Wybierz typ dokumentu'; $_LANG['Selected document type has already defined default plan!'] = 'Wybrany typ dokumentu posiada już zdefiniowany plan domyślny!'; @@ -1485,18 +1485,18 @@ $_LANG['Select numbering plan'] = 'Wybierz plan numeracyjny'; $_LANG['select period'] = 'wybierz okres'; $_LANG['Template must consist "%N" specifier!'] = 'Szablon musi zawierać specyfikator "%N"!'; -$_LANG['Are you sure, you want to remove credit note \\\'$0\\\' from database?'] = 'Jesteś pewien, że chcesz usunąć fakturę korygującą \\\'$0\\\' z bazy danych?'; +$_LANG['Are you sure, you want to remove credit note \\\'$a\\\' from database?'] = 'Jesteś pewien, że chcesz usunąć fakturę korygującą \\\'$a\\\' z bazy danych?'; $_LANG['Corrected to:'] = 'Poprawiono na:'; $_LANG['credit memo'] = 'nota korygująca'; $_LANG['credit note'] = 'faktura korygująca'; $_LANG['Credit note'] = 'Faktura korygująca'; -$_LANG['Credit Note for Invoice: $0'] = 'Korekta faktury: $0'; -$_LANG['Credit Note No. $0'] = 'Korekta Nr $0'; +$_LANG['Credit Note for Invoice: $a'] = 'Korekta faktury: $a'; +$_LANG['Credit Note No. $a'] = 'Korekta Nr $a'; $_LANG['Credit note number:'] = 'Numer faktury korygującej:'; -$_LANG['Credit note number $0 already exists!'] = 'Faktura korygująca numer $0 już istnieje!'; +$_LANG['Credit note number $a already exists!'] = 'Faktura korygująca numer $a już istnieje!'; $_LANG['Credit note number must be integer!'] = 'Numer faktury korygującej musi być liczbą całkowitą!'; $_LANG['Enter credit note number. WARNING! Changing this number can be DANGEROUS! (leave this field empty to obtain next number)'] = 'Wprowadź numer faktury korygującej. UWAGA! Zmiana tego numeru może być NIEBEZPIECZNA! (pozostaw to pole puste aby uzyskać kolejny numer)'; -$_LANG['for Invoice No. $0'] = 'do Faktury VAT Nr $0'; +$_LANG['for Invoice No. $a'] = 'do Faktury VAT Nr $a'; $_LANG['Recover this item'] = 'Przywróć tę pozycję'; $_LANG['Recover'] = 'Przywróć'; $_LANG['Remove this item'] = 'Usuń tę pozycję'; @@ -1515,7 +1515,7 @@ $_LANG['select template'] = 'wybierz szablon'; $_LANG['Select template to generate new document if you haven\'t got prepared file'] = 'Jeśli nie posiadasz gotowego pliku, wybierz szablon aby wygenerować nowy dokument'; $_LANG['WINS:'] = 'WINS:'; -$_LANG['last $0 documents'] = 'ostatnie $0 dokumentów'; +$_LANG['last $a documents'] = 'ostatnie $a dokumentów'; $_LANG['Last operation:'] = 'Ostatnia operacja:'; $_LANG['Limit of records displayed on one page in documents list. Default: 100.'] = 'Limit rekordów na jednej stronie listy dokumentów. Domyślnie: 100.'; $_LANG['All Documents'] = 'Wszystkie dokumenty'; @@ -1527,7 +1527,7 @@ $_LANG['No such stats for selected period.'] = 'Brak statystyk w wybranym okresie.'; $_LANG['Receipts'] = 'Potwierdzenia'; $_LANG['Select period'] = 'Wybierz okres'; -$_LANG['Stats of Customer $0 in month $1'] = 'Statystyki klienta $0 za miesiąc $1'; +$_LANG['Stats of Customer $a in month $b'] = 'Statystyki klienta $a za miesiąc $b'; $_LANG['Year:'] = 'Rok:'; $_LANG['Add items'] = 'Dodaj pozycje'; $_LANG['Last 10 not accounted invoices:'] = 'Ostatnie 10 nierozliczonych faktur:'; @@ -1545,7 +1545,7 @@ $_LANG['Incorrect date!'] = 'Niewłaściwa data!'; $_LANG['Liability:'] = 'Zobowiązanie:'; $_LANG['Liability value is required!'] = 'Kwota zobowiązania jest wymagana!'; -$_LANG['Customer ID: $0'] = 'ID klienta: $0'; +$_LANG['Customer ID: $a'] = 'ID klienta: $a'; $_LANG['Enter balance limit (default 0)'] = 'Wprowadź limit bilansu (domyślnie 0)'; $_LANG['Transfer forms'] = 'Formularze przelewu'; $_LANG['Not set'] = 'Nie ustawione'; @@ -1566,46 +1566,46 @@ $_LANG['Add registry'] = 'Nowy Rejestr'; $_LANG['Advanced (+R)'] = 'Zaawansowany (+O)'; $_LANG['All receipts in that registry will be lost.'] = 'Wszystkie potwierdzenia w tym rejestrze zostaną usunięte.'; -$_LANG['Are you sure, you want to remove registry \\\'$0\\\' and all assigned receipts?'] = 'Czy jesteś pewien, że chcesz usunąć rejestr \\\'$0\\\' i wszystkie przypisane potwierdzenia?'; +$_LANG['Are you sure, you want to remove registry \\\'$a\\\' and all assigned receipts?'] = 'Czy jesteś pewien, że chcesz usunąć rejestr \\\'$a\\\' i wszystkie przypisane potwierdzenia?'; $_LANG['Cash-in receipt numbering plan:'] = 'Plan num. dowodów wpłaty:'; $_LANG['cash operations'] = 'operacje kasowe'; $_LANG['Cash-out receipt numbering plan:'] = 'Plan num. dowodów wypłaty:'; $_LANG['Cash Registries List'] = 'Lista rejestrów kasowych'; -$_LANG['Cash Registry: $0'] = 'Rejestr kasowy: $0'; -$_LANG['Cash Registry Info: $0'] = 'Informacje o rejestrze: $0'; +$_LANG['Cash Registry: $a'] = 'Rejestr kasowy: $a'; +$_LANG['Cash Registry Info: $a'] = 'Informacje o rejestrze: $a'; $_LANG['CR-in'] = 'KP'; $_LANG['CR-out'] = 'KW'; -$_LANG['Do you want to remove registry "$0"?'] = 'Czy na pewno chcesz usunąć rejestr "$0"?'; -$_LANG['Edit Cash Registry: $0'] = 'Edycja rejestru kasowego: $0'; +$_LANG['Do you want to remove registry "$a"?'] = 'Czy na pewno chcesz usunąć rejestr "$a"?'; +$_LANG['Edit Cash Registry: $a'] = 'Edycja rejestru kasowego: $a'; $_LANG['List of cash registries'] = 'Lista rejestrów kasowych'; $_LANG['New Cash Registry'] = 'Nowy rejestr kasowy'; $_LANG['Proof of Pay-out'] = 'Dowód wypłaty'; $_LANG['Registry name must be defined!'] = 'Nazwa rejestru jest wymagana!'; $_LANG['Registry with specified name already exists!'] = 'Rejestr o podanej nazwie już istnieje!'; -$_LANG['Removing registry "$0"'] = 'Usuwanie rejestru "$0"'; -$_LANG['Selected customer is in debt for $0!'] = 'Wybrany klient jest zadłużony na $0!'; +$_LANG['Removing registry "$a"'] = 'Usuwanie rejestru "$a"'; +$_LANG['Selected customer is in debt for $a!'] = 'Wybrany klient jest zadłużony na $a!'; $_LANG['- select numbering plan -'] = '- wybierz plan numeracyjny -'; $_LANG['There are no cash registries.'] = 'Brak rejestrów kasowych'; $_LANG['To whom:'] = 'Komu:'; $_LANG['Cash Receipts'] = 'Dokumenty Kasowe'; $_LANG['Cash Registry:'] = 'Rejestr kasowy:'; $_LANG['Moving assets:'] = 'Przeniesienie środków:'; -$_LANG['Moving assets from registry $0 ($1)'] = 'Przeniesienie środków z rejestru $0 ($1)'; -$_LANG['Moving assets to registry $0'] = 'Przeniesienie środków do rejestru $0'; +$_LANG['Moving assets from registry $a ($b)'] = 'Przeniesienie środków z rejestru $a ($b)'; +$_LANG['Moving assets to registry $a'] = 'Przeniesienie środków do rejestru $a'; $_LANG['Select cash registry'] = 'Wybierz rejestr kasowy'; $_LANG['- select registry -'] = '- wybierz rejestr -'; $_LANG['Target:'] = 'Cel:'; $_LANG['There is no cash in selected registry!'] = 'Brak środków w wybranym rejestrze!'; -$_LANG['There is no cash in selected registry! You can expense only $0.'] = 'Brak środków w wybranym rejestrze! Możesz wydać tylko $0.'; +$_LANG['There is no cash in selected registry! You can expense only $a.'] = 'Brak środków w wybranym rejestrze! Możesz wydać tylko $a.'; $_LANG['You don\'t have permission to add receipt in selected cash registry!'] = 'Nie posiadasz uprawnień aby dodać dokument w wybranym rejestrze!'; $_LANG['Registry:'] = 'Rejestr:'; $_LANG['Expense'] = 'Rozchód'; $_LANG['Income'] = 'Przychód'; $_LANG['No such cash receipts in database.'] = 'Brak dokumentów kasowych w bazie danych.'; -$_LANG['Registry: $0'] = 'Rejestr: $0'; -$_LANG['Cashier: $0'] = 'Kasjer: $0'; -$_LANG['Cash-in Receipt Edit: $0'] = 'Edycja KP: $0'; -$_LANG['Cash-out Receipt Edit: $0'] = 'Edycja KW: $0'; +$_LANG['Registry: $a'] = 'Rejestr: $a'; +$_LANG['Cashier: $a'] = 'Kasjer: $a'; +$_LANG['Cash-in Receipt Edit: $a'] = 'Edycja KP: $a'; +$_LANG['Cash-out Receipt Edit: $a'] = 'Edycja KW: $a'; $_LANG['Cash Registry'] = 'Rejestr kasowy'; $_LANG['payed out'] = 'wypłaciłem'; $_LANG['received'] = 'otrzymałem'; @@ -1624,7 +1624,7 @@ $_LANG['Confirm'] = 'Zatwierdź'; $_LANG['Confirmed:'] = 'Zatwierdzony:'; $_LANG['Deleted:'] = 'Usunięty:'; -$_LANG['Edit Document: $0'] = 'Edycja dokumentu: $0'; +$_LANG['Edit Document: $a'] = 'Edycja dokumentu: $a'; $_LANG['Additional number:'] = 'Dodatkowy numer:'; $_LANG['Enter additional document number'] = 'Wprowadź dodatkowy numer dokumentu'; $_LANG['income/expense'] = 'przychód/rozchód'; @@ -1672,7 +1672,7 @@ $_LANG['Plan:'] = 'Plan:'; $_LANG['Additional information:'] = 'Informacje dodatkowe:'; $_LANG['extended format'] = 'format rozszerzony'; -$_LANG['Page $0 from $1'] = 'Strona $0 z $1'; +$_LANG['Page $a from $b'] = 'Strona $a z $b'; $_LANG['Page total:'] = 'Razem na stronie:'; $_LANG['Total from start of period:'] = 'Razem od początku okresu:'; $_LANG['Transfered from previous page:'] = 'Przeniesienie z poprzedniej strony:'; @@ -1702,12 +1702,12 @@ $_LANG['Select request cause'] = 'Wybierz przyczynę zgłoszenia'; $_LANG['unknown/other'] = 'nieznana/inna'; $_LANG['unknown/other'] = 'nieznane/inne'; -$_LANG['Go to $0 page'] = 'Idź do $0 strony'; +$_LANG['Go to $a page'] = 'Idź do $a strony'; $_LANG['Requests causes (last year):'] = 'Przyczyny zgłoszeń (ostatni rok):'; $_LANG['Adds helpdesk requests causes stats on ticket view and print pages. Default: true'] = 'Dodaje statystyki przyczyn zgłoszeń na stronie podglądu zgłoszenia oraz jego wydruku. Domyślnie: włączona'; $_LANG['Enables page scroller designed for lists with very big number of pages. Default: false'] = 'Włącza formularz zmiany strony zaprojektowany z myślą o listach z bardzo dużą ilością stron. Domyślnie: wyłączona'; $_LANG['Support for EtherWerX devices. Default: false'] = 'Włącza wsparcie dla urządzeń EtherWerX. Domyślnie: wyłączona'; -$_LANG['Customers requesting more than $0 times in last $1 days'] = 'Klienci dokonujący zgłoszeń częściej niż $0 razy w ciągu ostatnich $1 dni'; +$_LANG['Customers requesting more than $a times in last $b days'] = 'Klienci dokonujący zgłoszeń częściej niż $a razy w ciągu ostatnich $b dni'; $_LANG['List of Requests'] = 'Lista zgłoszeń'; $_LANG['Lists and reports printing'] = 'Wydruk list i raportów'; $_LANG['Reports'] = 'Raporty'; @@ -1738,7 +1738,7 @@ $_LANG['- select filter -'] = '- wybierz filtr -'; $_LANG['Settle advance'] = 'Rozlicz zaliczkę'; $_LANG['Not accounted advances:'] = 'Nierozliczone zaliczki:'; -$_LANG['Advance settlement: $0'] = 'Rozliczenie zaliczki: $0'; +$_LANG['Advance settlement: $a'] = 'Rozliczenie zaliczki: $a'; $_LANG['settlement'] = 'rozliczenie'; $_LANG['return'] = 'zwrot'; $_LANG['Recipient:'] = 'Odbiorca:'; @@ -1749,7 +1749,7 @@ $_LANG['Description is required!'] = 'Opis jest wymagany!'; $_LANG['Enter receipt description'] = 'Wprowadź opis potwierdzenia'; $_LANG['Recipient name is required!'] = 'Nazwa odbiorcy jest wymagana!'; -$_LANG['There is only $0 in registry!'] = 'W rejestrze jest tylko $0!'; +$_LANG['There is only $a in registry!'] = 'W rejestrze jest tylko $a!'; $_LANG['Value is required!'] = 'Kwota jest wymagana!'; $_LANG['Delete (+R)'] = 'Usuwanie (+O)'; $_LANG['Are you sure, you want to delete that note?'] = 'Czy na pewno chcesz usunąć tą notatkę?'; @@ -1783,7 +1783,7 @@ $_LANG['Wrong datetime format!'] = 'Błędny format daty/czasu!'; $_LANG['Real state:'] = 'Stan rzeczywisty:'; $_LANG['Select All'] = 'Zaznacz wszystkich'; -$_LANG['There is newer version of LMS ($0) available for download from $1.'] = 'Na stronie $1 jest już dostępna nowsza wersja systemu - $0.'; +$_LANG['There is newer version of LMS ($a) available for download from $b.'] = 'Na stronie $b jest już dostępna nowsza wersja systemu - $a.'; $_LANG['Are you sure, you want to delete selected documents?'] = 'Czy na pewno chcesz usunąć zaznaczone dokumenty?'; $_LANG['Enter Gadu-Gadu ID (optional)'] = 'Wprowadź identyfikator komunikatora Gadu-Gadu (opcjonalnie)'; $_LANG['Enter Skype ID (optional)'] = 'Wprowadź identyfikator komunikatora Skype (opcjonalnie)'; @@ -1821,8 +1821,8 @@ $_LANG['Selected'] = 'Wybrane'; $_LANG['customers groups management'] = 'zarządzanie grupami klientów'; $_LANG['Groups:'] = 'Grupy:'; -$_LANG['Group: $0'] = 'Grupa: $0'; -$_LANG['Group: all excluding $0'] = 'Grupa: wszystkie oprócz $0'; +$_LANG['Group: $a'] = 'Grupa: $a'; +$_LANG['Group: all excluding $a'] = 'Grupa: wszystkie oprócz $a'; $_LANG['Position:'] = 'Stanowisko:'; $_LANG['Configuration error. Patterns array not found!'] = 'Błąd w konfiguracji. Nie znaleziono tablicy wzorców!'; $_LANG['Line:'] = 'Linia:'; @@ -1839,7 +1839,7 @@ $_LANG['Date from the future not allowed!'] = 'Data z przyszłości nie jest dozwolona!'; $_LANG['no guarantee'] = 'brak'; $_LANG['Select days number of cutoff suspending (optional)'] = 'Wybierz ilość dni zawieszenia blokowania (opcjonalnie)'; -$_LANG['Cutoff suspended to $0'] = 'Blokowanie zawieszone do dnia $0'; +$_LANG['Cutoff suspended to $a'] = 'Blokowanie zawieszone do dnia $a'; $_LANG['Customer has got disconnected nodes!'] = 'Klient posiada odłączone komputery!'; $_LANG['Clone'] = 'Klonuj'; $_LANG['Add node to group'] = 'Dodaj komputer do grupy'; @@ -1855,14 +1855,14 @@ $_LANG['Select group to attribute to node'] = 'Wybierz grupę aby przypisać ją do komputera'; $_LANG['That node is not a member of any group.'] = 'Ten komputer nie należy do żadnej grupy.'; $_LANG['Remove Group'] = 'Usuń grupę'; -$_LANG['Node\'s Groups ($0):'] = 'Grupy komputera ($0):'; +$_LANG['Node\'s Groups ($a):'] = 'Grupy komputera ($a):'; $_LANG['Are you sure, you want to delete that group?'] = 'Jesteś pewien, że chcesz usunąć tą grupę?'; $_LANG['Are you sure, you want to move members to selected group?'] = 'Czy jesteś pewien, że chcesz przenieść członków do wybranej grupy?'; $_LANG['Move members to group:'] = 'Przenieś członków do grupy:'; $_LANG['Select group to which you want to move members'] = 'Wybierz grupę, do której chcesz przenieść członków'; $_LANG['Default period value for assignment. Default: 0'] = 'Domyślna wartość okresu obciążenia. Domyślnie: 0'; -$_LANG['Customer has got nodes in group(s): $0!'] = 'Komputer(y) klienta należą do grup(y): $0!'; -$_LANG['Customer has got nodes in groups: $0!'] = 'Klient posiada komputery w grupach: $0!'; +$_LANG['Customer has got nodes in group(s): $a!'] = 'Komputer(y) klienta należą do grup(y): $a!'; +$_LANG['Customer has got nodes in groups: $a!'] = 'Klient posiada komputery w grupach: $a!'; $_LANG['Dest. port'] = 'Port docelowy'; $_LANG['Device:'] = 'Urządzenie:'; $_LANG['Enter port number in device for connection (optional)'] = 'Wprowadź numer portu urządzenia podłączanego (opcjonalnie)'; @@ -1880,15 +1880,15 @@ $_LANG['Destination:'] = 'Cel:'; $_LANG['Login'] = 'Login'; $_LANG['Accounts number:'] = 'Liczba kont:'; -$_LANG['Account Info: $0'] = 'Informacje o koncie: $0'; +$_LANG['Account Info: $a'] = 'Informacje o koncie: $a'; $_LANG['Aliases number:'] = 'Liczba aliasów:'; -$_LANG['Alias Edit: $0'] = 'Edycja aliasu: $0'; -$_LANG['Alias Info: $0'] = 'Informacje o aliasie: $0'; +$_LANG['Alias Edit: $a'] = 'Edycja aliasu: $a'; +$_LANG['Alias Info: $a'] = 'Informacje o aliasie: $a'; $_LANG['Are you sure, you want to delete that account?'] = 'Jesteś pewien, że chcesz usunąć to konto?'; $_LANG['Are you sure, you want to delete that alias?'] = 'Jesteś pewien, że chcesz usunąć ten alias?'; $_LANG['Are you sure, you want to delete that domain and all accounts/aliases in that domain?'] = 'Jesteś pewien, że chcesz usunąć tą domenę i wszystkie konta/aliasy w niej?'; $_LANG['Domain\'s owner:'] = 'Właściciel domeny:'; -$_LANG['Domain Info: $0'] = 'Informacje o domenie: $0'; +$_LANG['Domain Info: $a'] = 'Informacje o domenie: $a'; $_LANG['Hosting'] = 'Hosting'; $_LANG['Node group:'] = 'Grupa komputerów:'; $_LANG['You have to select destination account!'] = 'Musisz wybrać konto docelowe!'; @@ -1925,12 +1925,12 @@ $_LANG['Quota limit of shell account:'] = 'Limit rozmiaru konta shellowego:'; $_LANG['Quota limit of sql account:'] = 'Limit rozmiaru konta sql:'; $_LANG['Quota limit of www account:'] = 'Limit rozmiaru konta www:'; -$_LANG['Exceeded \'$0\' accounts limit of selected customer ($1)!'] = 'Przekroczony limit liczby kont typu \'$0\' dla wybranego klienta ($1)!'; -$_LANG['Exceeded \'$0\' account quota limit of selected customer ($1)!'] = 'Przekroczony limit rozmiaru konta typu \'$0\' dla wybranego klienta ($1)!'; -$_LANG['Exceeded aliases limit of selected customer ($0)!'] = 'Przekroczony limit liczby aliasów dla wybranego klienta ($0)!'; -$_LANG['Exceeded domains limit of selected customer ($0)!'] = 'Przekroczony limit liczby domen dla wybranego klienta ($0)!'; -$_LANG['Account aliases ($0):'] = 'Aliasy tego konta ($0)'; -$_LANG['Are you sure, you want to delete assignment with alias: \\\'$0\\\'?'] = 'Czy jesteś pewien, że chcesz usunąć powiązanie z aliasem: \\\'$0\\\'?'; +$_LANG['Exceeded \'$a\' accounts limit of selected customer ($b)!'] = 'Przekroczony limit liczby kont typu \'$a\' dla wybranego klienta ($b)!'; +$_LANG['Exceeded \'$a\' account quota limit of selected customer ($b)!'] = 'Przekroczony limit rozmiaru konta typu \'$a\' dla wybranego klienta ($b)!'; +$_LANG['Exceeded aliases limit of selected customer ($a)!'] = 'Przekroczony limit liczby aliasów dla wybranego klienta ($a)!'; +$_LANG['Exceeded domains limit of selected customer ($a)!'] = 'Przekroczony limit liczby domen dla wybranego klienta ($a)!'; +$_LANG['Account aliases ($a):'] = 'Aliasy tego konta ($a)'; +$_LANG['Are you sure, you want to delete assignment with alias: \\\'$a\\\'?'] = 'Czy jesteś pewien, że chcesz usunąć powiązanie z aliasem: \\\'$a\\\'?'; $_LANG['Delete assignment'] = 'Usuń powiązanie'; $_LANG['There are no aliases for that account.'] = 'Brak aliasów do tego konta.'; $_LANG['New alias'] = 'Nowy alias'; @@ -1962,7 +1962,7 @@ $_LANG['Consent to electronic invoices:'] = 'Zgoda na faktury elektroniczne:'; $_LANG['Consent to invoices delivery via e-mail:'] = 'Zgoda na dostarczanie faktur pocztą elektroniczną:'; $_LANG['Consent to messages delivery via e-mail or sms:'] = 'Zgoda na dostarczanie informacji pocztą elektr. lub smsem:'; -$_LANG['Rows: $0'] = 'Liczba wierszy: $0'; +$_LANG['Rows: $a'] = 'Liczba wierszy: $a'; $_LANG['private person'] = 'osoba fizyczna'; $_LANG['legal entity'] = 'osoba prawna / firma'; $_LANG['Select legal personality type'] = 'Wybierz typ osobowości prawnej'; @@ -1973,7 +1973,7 @@ $_LANG['in date:'] = 'z dnia:'; $_LANG['Legal personality:'] = 'Osobowość prawna:'; $_LANG['Add state'] = 'Dodaj województwo'; -$_LANG['Are you sure, you want to delete state \\\'$0\\\'?'] = 'Czy na pewno chcesz usunąć województwo \\\'$0\\\'?'; +$_LANG['Are you sure, you want to delete state \\\'$a\\\'?'] = 'Czy na pewno chcesz usunąć województwo \\\'$a\\\'?'; $_LANG['Country States Definitions'] = 'Definicje województw'; $_LANG['Display this form again, when this state is saved'] = 'wyświetl formularz ponownie po dodaniu województwa'; $_LANG['Enter state name'] = 'Wprowadź nazwę województwa'; @@ -1981,7 +1981,7 @@ $_LANG['No such states in database.'] = 'Brak województw w bazie danych.'; $_LANG['States'] = 'Województwa'; $_LANG['States List'] = 'Lista województw'; -$_LANG['State Edit: $0'] = 'Edycja województwa: $0'; +$_LANG['State Edit: $a'] = 'Edycja województwa: $a'; $_LANG['State name is required!'] = 'Nazwa województwa jest wymagana!'; $_LANG['Select country state'] = 'Wybierz województwo'; $_LANG['Select country state (optional)'] = 'Wybierz województwo (opcjonalnie)'; @@ -1991,7 +1991,7 @@ $_LANG['nodes to groups assignment'] = 'przypisywanie komputerów do grup'; $_LANG['Address is required!'] = 'Adres jest wymagany!'; $_LANG['Add division'] = 'Nowa firma'; -$_LANG['Are you sure, you want to delete division \\\'$0\\\'?'] = 'Czy na pewno chcesz usunąć firmę \\\'$0\\\'?'; +$_LANG['Are you sure, you want to delete division \\\'$a\\\'?'] = 'Czy na pewno chcesz usunąć firmę \\\'$a\\\'?'; $_LANG['Bank account:'] = 'Konto bankowe:'; $_LANG['City is required!'] = 'Miasto jest wymagane!'; $_LANG['Company Divisions Definitions'] = 'Definicje firm (oddziałów)'; @@ -2001,7 +2001,7 @@ $_LANG['Division long name is required!'] = 'Pełna nazwa firmy jest wymagana!'; $_LANG['Division short name is required!'] = 'Skrócona nazwa firmy jest wymagana!'; $_LANG['Division with specified name already exists!'] = 'Firma o podanej nazwie już istnieje!'; -$_LANG['Edit Division: $0'] = 'Edycja firmy: $0'; +$_LANG['Edit Division: $a'] = 'Edycja firmy: $a'; $_LANG['Enter bank account or mass payments account prefix (optional)'] = 'Wprowadź konto bankowe lub prefiks konta płatności masowych (opcjonalnie)'; $_LANG['Enter division long name'] = 'Wprowadź pełną nazwę firmy'; $_LANG['Enter division short name'] = 'Wprowadź skróconą nazwę firmy'; @@ -2053,12 +2053,12 @@ $_LANG['Voip account phone number is too long (max.32 characters)!'] = 'Podany numer telefonu jest za długi (max. 32 znaki)!'; $_LANG['Specified phone is in use!'] = 'Podany numer telefonu jest w użyciu!'; $_LANG['Specified phone number contains forbidden characters or is too short!'] = 'Podany numer telefonu zawiera zabronione znaki lub jest za krótki!'; -$_LANG['Are you sure, you want to remove voip account \'$0\' from database?'] = 'Jesteś pewien, że chcesz usunąć kont VoIP \'$0\' z bazy danych?'; -$_LANG['Are you sure, you want to remove voip account \\\'$0\\\' from database?'] = 'Jesteś pewien, że chcesz usunąć kont VoIP \\\'$0\\\' z bazy danych?'; -$_LANG['Delete Voip Account $0'] = 'Usuń konto VoIP: $0'; -$_LANG['Voip Account Info: $0'] = 'Informacje o koncie: $0'; -$_LANG['Voip Account Edit: $0'] = 'Edycja konta VoIP: $0'; -$_LANG['Voip Accounts ($0):'] = 'Konta VoIP ($0):'; +$_LANG['Are you sure, you want to remove voip account \'$a\' from database?'] = 'Jesteś pewien, że chcesz usunąć kont VoIP \'$a\' z bazy danych?'; +$_LANG['Are you sure, you want to remove voip account \\\'$a\\\' from database?'] = 'Jesteś pewien, że chcesz usunąć kont VoIP \\\'$a\\\' z bazy danych?'; +$_LANG['Delete Voip Account $a'] = 'Usuń konto VoIP: $a'; +$_LANG['Voip Account Info: $a'] = 'Informacje o koncie: $a'; +$_LANG['Voip Account Edit: $a'] = 'Edycja konta VoIP: $a'; +$_LANG['Voip Accounts ($a):'] = 'Konta VoIP ($a):'; $_LANG['Import'] = 'Importuj'; $_LANG['Download (CSV)'] = 'Pobierz (CSV)'; $_LANG['Download all (TXT)'] = 'Pobierz wszystkie (TXT)'; @@ -2074,12 +2074,12 @@ $_LANG['Select country'] = 'Wybierz kraj'; $_LANG['Select country (optional)'] = 'Wybierz kraj (opcjonalnie)'; $_LANG['VoIP'] = 'VoIP'; -$_LANG['Voip account $0 was deleted'] = 'Konto VoIP $0 zostało usunięte'; +$_LANG['Voip account $a was deleted'] = 'Konto VoIP $a zostało usunięte'; $_LANG['Voip account owner is not connected!'] = 'Właściciel konta VoIP nie jest podłaczony!'; $_LANG['Selected numbering plan doesn\'t match customer\'s division!'] = 'Wybrany plan numeracyjny nie należy do firmy klienta!'; $_LANG['with document'] = 'z dokumentem'; $_LANG['without document'] = 'bez dokumentu'; -$_LANG['$0 records for deleted nodes has been removed.
'] = '$0 rekordów nieistniejących komputerów zostało usuniętych.
'; +$_LANG['$a records for deleted nodes has been removed.
'] = '$a rekordów nieistniejących komputerów zostało usuniętych.
'; $_LANG['- select category -'] = '- wybierz kategorię -'; $_LANG['Available:'] = 'Dostępne:'; $_LANG['Selected:'] = 'Wybrane:'; @@ -2089,7 +2089,7 @@ $_LANG['DOWNLOAD'] = 'DOWNLOAD'; $_LANG['UPLOAD'] = 'UPLOAD'; $_LANG['Customer Timetable:'] = 'Terminarz klienta:'; -$_LANG['last $0 events'] = 'ostatnie $0 zdarzeń'; +$_LANG['last $a events'] = 'ostatnie $a zdarzeń'; $_LANG['There are no events in timetable.'] = 'Brak zdarzeń w kalendarzu.'; $_LANG['Notices'] = 'Powiadomienia'; $_LANG['Allows you to send notices to customers'] = 'Pozwala wysyłać powiadomienia do klientów'; @@ -2106,7 +2106,7 @@ $_LANG['List of sent messages'] = 'Lista wysłanych wiadomości'; $_LANG['Messages List'] = 'Lista wiadomości'; $_LANG['Message Add'] = 'Nowa wiadomość'; -$_LANG['Message Info: $0'] = 'Informacje o wiadomości: $0'; +$_LANG['Message Info: $a'] = 'Informacje o wiadomości: $a'; $_LANG['messaging (email, sms)'] = 'komunikacja (e-mail, sms)'; $_LANG['Notice content:'] = 'Treść powiadomienia:'; $_LANG['No such messages in database.'] = 'Brak wiadomości w bazie danych.'; @@ -2142,12 +2142,12 @@ $_LANG['SMS "service" not set!'] = 'Nie ustawiona opcja "sms/service"!'; $_LANG['Unknown SMS service!'] = 'Nierozpoznana usługa SMS!'; $_LANG['Wrong phone number format!'] = 'Błędny format numeru telefonicznego!'; -$_LANG['SMSTools outgoing directory not exists ($0)!'] = 'Katalog wiadomości wychodzących SMSTools nie istnieje ($0)!'; -$_LANG['Unable to create file $0!'] = 'Nie można utworzyć pliku $0!'; -$_LANG['Unable to write to SMSTools outgoing directory ($0)!'] = 'Nie można zapisywać do katalogu wiadomości wychodzących SMSTools ($0)!'; +$_LANG['SMSTools outgoing directory not exists ($a)!'] = 'Katalog wiadomości wychodzących SMSTools nie istnieje ($a)!'; +$_LANG['Unable to create file $a!'] = 'Nie można utworzyć pliku $a!'; +$_LANG['Unable to write to SMSTools outgoing directory ($a)!'] = 'Nie można zapisywać do katalogu wiadomości wychodzących SMSTools ($a)!'; $_LANG['All Messages'] = 'Wszystkie wiadomości'; $_LANG['Customer Messages:'] = 'Wiadomości klienta:'; -$_LANG['last $0 messages'] = 'ostatnie $0 wiadomości'; +$_LANG['last $a messages'] = 'ostatnie $a wiadomości'; $_LANG['There are no messages in database.'] = 'Brak wiadomości w bazie danych.'; $_LANG['Check invoices as accounted when importing cash operations. Default: false'] = 'Automatyczne oznaczanie faktur jako rozliczonych podczas importu operacji kasowych. Domyślnie: wyłączona'; $_LANG['Command which returns IP-MAC bindings. Default: internal backend'] = 'Komenda zwracająca powiązania IP-MAC. Domyślnie: obsługa wewnętrzna'; @@ -2168,7 +2168,7 @@ $_LANG['Creating'] = 'Tworzenie'; $_LANG['Deleting'] = 'Usuwanie'; $_LANG['Document Types List'] = 'Lista typów dokumentów'; -$_LANG['Document Type Edit: $0'] = 'Edycja typu dokumentu: $0'; +$_LANG['Document Type Edit: $a'] = 'Edycja typu dokumentu: $a'; $_LANG['Editing'] = 'Edycja'; $_LANG['Confirming'] = 'Zatwierdzanie'; $_LANG['payment pre-summons'] = 'przedsądowe wezwanie do zapłaty'; @@ -2176,10 +2176,10 @@ $_LANG['Users access rights to documents by type'] = 'Uprawnienia do dokumentów wg typu'; $_LANG['Viewing'] = 'Podgląd'; $_LANG['Add source'] = 'Nowe źródło'; -$_LANG['Are you sure, you want to remove source \\\'$0\\\'?'] = 'Czy na pewno chcesz usunąć źródło \\\'$0\\\'?'; +$_LANG['Are you sure, you want to remove source \\\'$a\\\'?'] = 'Czy na pewno chcesz usunąć źródło \\\'$a\\\'?'; $_LANG['Cash Import History'] = 'Historia importu płatności'; -$_LANG['Cash Import History ($0 to $1)'] = 'Historia importu płatności ($0 do $1)'; -$_LANG['Cash Import Source Edit: $0'] = 'Edycja źródła importu: $0'; +$_LANG['Cash Import History ($a to $b)'] = 'Historia importu płatności ($a do $b)'; +$_LANG['Cash Import Source Edit: $a'] = 'Edycja źródła importu: $a'; $_LANG['Cash Import Source List'] = 'Lista źródeł importu płatności'; $_LANG['Cash Import Source New'] = 'Nowe źródło importu'; $_LANG['Display this form again, when this source is saved'] = 'Wyświetl ten formularz ponownie po dodaniu źródła'; @@ -2201,22 +2201,22 @@ $_LANG['Use current division data:'] = 'Zastosuj dane bieżącej firmy (oddziału):'; $_LANG['Seller data change'] = 'Zmiana danych sprzedawcy'; $_LANG['Are you sure, you want to check/uncheck selected debit notes as accounted?'] = 'Czy na pewno chcesz oznaczyć wybrane noty obciążeniowe jako rozliczone/nierozliczone?'; -$_LANG['Are you sure, you want to remove debit note \\\'$0\\\' from database?'] = 'Czy na pewno chcesz usunąć notę obciążeniową \\\'$0\\\' z bazy danych?'; +$_LANG['Are you sure, you want to remove debit note \\\'$a\\\' from database?'] = 'Czy na pewno chcesz usunąć notę obciążeniową \\\'$a\\\' z bazy danych?'; $_LANG['debit note'] = 'nota obciążeniowa'; $_LANG['Debit note'] = 'Nota obciążeniowa'; $_LANG['Debit Notes'] = 'Noty obciążeniowe'; $_LANG['Debit Notes List'] = 'Lista not obc.'; $_LANG['Debit Notes List'] = 'Lista not obciążeniowych'; $_LANG['Debit note have no items. Use form below for items addition.'] = 'Nota obciążeniowa nie posiada danych. Użyj poniższego formularza aby dodać rekord.'; -$_LANG['Debit Note No. $0'] = 'Nota obciążeniowa Nr $0'; +$_LANG['Debit Note No. $a'] = 'Nota obciążeniowa Nr $a'; $_LANG['Debit note number:'] = 'Numer noty obciążeniowej:'; -$_LANG['Debit note number $0 already exists!'] = 'Numer noty obciążeniowej $0 już istnieje!'; +$_LANG['Debit note number $a already exists!'] = 'Numer noty obciążeniowej $a już istnieje!'; $_LANG['Debit note number must be integer!'] = 'Numer noty obciążeniowej musi być liczbą całkowitą!'; $_LANG['Document has no items!'] = 'Dokument nie posiada jeszcze pozycji!'; $_LANG['Enter description'] = 'Wprowadź opis'; $_LANG['Enter note number. WARNING! Changing this number can be DANGEROUS! (leave this field empty to obtain next number)'] = 'Wprowadź numer noty. UWAGA! Zmiana numeru może być NIEBEZPIECZNA! (pozostaw to pole puste aby uzyskać kolejny numer)'; $_LANG['Generate debit note'] = 'Tworzenie noty obciążeniowej'; -$_LANG['Last date of debit note settlement is $0. If sure, you want to write note with date of $1, then click "Submit" again.'] = 'Data wystawienia ostatniej noty obciążeniowej to $0. Jeśli na pewno chcesz wystawić notę z datą $1 naciśnij "Zapisz" ponownie.'; +$_LANG['Last date of debit note settlement is $a. If sure, you want to write note with date of $b, then click "Submit" again.'] = 'Data wystawienia ostatniej noty obciążeniowej to $a. Jeśli na pewno chcesz wystawić notę z datą $b naciśnij "Zapisz" ponownie.'; $_LANG['List of debit notes'] = 'Lista not obciążeniowych'; $_LANG['New Debit Note'] = 'Nowa nota obc.'; $_LANG['New Debit Note'] = 'Nowa nota obciążeniowa'; @@ -2233,7 +2233,7 @@ $_LANG['transactions'] = 'transakcje'; $_LANG['invoices'] = 'faktury'; $_LANG['debit notes'] = 'noty obciążeniowe'; -$_LANG['Debit Note Edit: $0'] = 'Edycja noty: $0'; +$_LANG['Debit Note Edit: $a'] = 'Edycja noty: $a'; $_LANG['default'] = 'domyślny'; $_LANG['(domain alias)'] = '(alias domenowy)'; $_LANG['night:'] = 'noc:'; @@ -2280,7 +2280,7 @@ $_LANG['Add new STM channel'] = 'Utworzenie nowego kanału STM'; $_LANG['Are you sure, you want to delete this channel?'] = 'Czy na pewno chcesz usunąć ten kanał?'; $_LANG['Channels List'] = 'Lista kanałów'; -$_LANG['Channel Edit: $0'] = 'Edycja kanału: $0'; +$_LANG['Channel Edit: $a'] = 'Edycja kanału: $a'; $_LANG['Channel name:'] = 'Nazwa kanału:'; $_LANG['Channel name is required!'] = 'Nazwa kanału jest wymagana!'; $_LANG['Channel name too long!'] = 'Nazwa kanału jest zbyt długa!'; @@ -2290,14 +2290,14 @@ $_LANG['Enter maximal download value (optional)'] = 'Wprowadź maksymalną wartość downloadu (opcjonalnie)'; $_LANG['Enter maximal upload value'] = 'Wprowadź maksymalną wartość uploadu'; $_LANG['Enter maximal upload value (optional)'] = 'Wprowadź maksymalną wartość uploadu (opcjonalnie)'; -$_LANG['Info Channel: $0'] = 'Informacje o kanale: $0'; +$_LANG['Info Channel: $a'] = 'Informacje o kanale: $a'; $_LANG['List of STM channels'] = 'Lista kanałów STM'; $_LANG['Network Devices Management'] = 'Zarządzanie urządzeniami sieciowymi'; $_LANG['New Channel'] = 'Nowy kanał'; $_LANG['Night Downceil:'] = 'Nocny downceil:'; $_LANG['Night Upceil:'] = 'Nocny upceil:'; $_LANG['No such channels in database.'] = 'Brak kanałów w bazie danych.'; -$_LANG['Removing channel $0'] = 'Usuwanie kanału $0'; +$_LANG['Removing channel $a'] = 'Usuwanie kanału $a'; $_LANG['This field must contain number greater than 8!'] = 'To pole musi zawierać liczbę większą od 8!'; $_LANG['TTL'] = 'TTL'; $_LANG['Add device to the channel'] = 'Dodaj urządzenie do kanału'; @@ -2350,9 +2350,9 @@ $_LANG['Add MAC address'] = 'Dodaj adres MAC'; $_LANG['Accounting:'] = 'Naliczanie:'; $_LANG['check all'] = 'zaznacz wszystkie'; -$_LANG['Liability Edit: $0'] = 'Edycja zobowiązania: $0'; +$_LANG['Liability Edit: $a'] = 'Edycja zobowiązania: $a'; $_LANG['New Liability'] = 'Nowe zobowiązanie'; -$_LANG['New Liability: $0'] = 'Nowe zobowiązanie: $0'; +$_LANG['New Liability: $a'] = 'Nowe zobowiązanie: $a'; $_LANG['Numbering Plan:'] = 'Plan numeracyjny:'; $_LANG['Payment Type:'] = 'Typ płatności:'; $_LANG['Select liability type'] = 'Wybierz typ zobowiązania'; @@ -2365,10 +2365,10 @@ $_LANG['transfer/cash'] = 'przelew/gotówka'; $_LANG['with settlement'] = 'z wyrównaniem'; $_LANG['Liability\'s Options:'] = 'Opcje zobowiązania:'; -$_LANG['Channel Devices ($0):'] = 'Urządzenia w kanale ($0)'; -$_LANG['Channel Nodes ($0):'] = 'Komputery w kanale ($0)'; +$_LANG['Channel Devices ($a):'] = 'Urządzenia w kanale ($a)'; +$_LANG['Channel Nodes ($a):'] = 'Komputery w kanale ($a)'; $_LANG['Default payment type not defined!'] = 'Domyślny typ płatności nie zdefiniowany!'; -$_LANG['Devices ($0):'] = 'Urządzenia ($0)'; +$_LANG['Devices ($a):'] = 'Urządzenia ($a)'; $_LANG['No devices found in database.'] = 'Nie znaleziono urządzeń w bazie danych.'; $_LANG['No nodes found in database.'] = 'Nie znaleziono komputerów w bazie danych.'; $_LANG['Select default invoices payment type'] = 'Wybierz domyślny typ płatności faktury'; @@ -2381,12 +2381,12 @@ $_LANG['Enter zip code of service address (optional)'] = 'Wprowadź kod pocztowy dla adresu do doręczeń (opcjonalnie)'; $_LANG['All cash operations from that package will be lost.'] = 'Wszystkie operacje kasowe z tego pakietu zostaną usunięte.'; $_LANG['Are you sure, you want to delete this package and related operations?'] = 'Czy na pewno chcesz usunąć tą paczkę i powiązane operacje?'; -$_LANG['Do you want to remove package "$0"?'] = 'Czy chesz usunąć paczkę "$0"?'; +$_LANG['Do you want to remove package "$a"?'] = 'Czy chesz usunąć paczkę "$a"?'; $_LANG['Filename:'] = 'Nazwa pliku:'; -$_LANG['last $0 packages'] = 'ostatnie $0 paczek'; +$_LANG['last $a packages'] = 'ostatnie $a paczek'; $_LANG['Packages:'] = 'Paczki:'; $_LANG['Records:'] = 'Rekordy:'; -$_LANG['Removing package "$0"'] = 'Usuwanie paczki "$0"'; +$_LANG['Removing package "$a"'] = 'Usuwanie paczki "$a"'; $_LANG['There are no packages in database.'] = 'Brak paczek w bazie danych.'; $_LANG['period undefined'] = 'okres niezdefiniowany'; $_LANG['Select time period of tariff accounting'] = 'Wybierz okres naliczania taryfy'; @@ -2397,8 +2397,8 @@ $_LANG['Are you sure, you want to delete this assignment?'] = 'Czy na pewno chcesz usunąć to powiązanie?'; $_LANG['Are you sure, you want to delete this promotion?'] = 'Czy na pewno chcesz usunąć tą promocję?'; $_LANG['Are you sure, you want to delete this schema?'] = 'Czy na pewno chcesz usunąć ten schemat?'; -$_LANG['Are you sure, you want to remove promotion \\\'$0\\\'?'] = 'Czy na pewno chcesz usunąć promocję \\\'$0\\\'?'; -$_LANG['Are you sure, you want to remove schema \\\'$0\\\'?'] = 'Czy na pewno chcesz usunąć schemat \\\'$0\\\'?'; +$_LANG['Are you sure, you want to remove promotion \\\'$a\\\'?'] = 'Czy na pewno chcesz usunąć promocję \\\'$a\\\'?'; +$_LANG['Are you sure, you want to remove schema \\\'$a\\\'?'] = 'Czy na pewno chcesz usunąć schemat \\\'$a\\\'?'; $_LANG['Display this form again, when this promotion is saved'] = 'Wyświetl formularz ponownie po dodaniu tej promocji'; $_LANG['Display this form again, when this schema is saved'] = 'Wyświetl formularz ponownie po dodaniu tego schematu'; $_LANG['Edit assignment'] = 'Edytuj powiązanie'; @@ -2407,23 +2407,23 @@ $_LANG['Enter schema name'] = 'Wprowadź nazwę schematu'; $_LANG['Enter subscription value for specified period'] = 'Wprowadź kwotę abonamentu w wybranym okresie'; $_LANG['List of promotions'] = 'Lista promocji'; -$_LANG['Months $0-$1'] = 'M-ce $0-$1'; -$_LANG['Month $0'] = 'M-c $0'; +$_LANG['Months $a-$b'] = 'M-ce $a-$b'; +$_LANG['Month $a'] = 'M-c $a'; $_LANG['New Promotion'] = 'Nowa promocja'; $_LANG['New Schema'] = 'Nowy schemat'; $_LANG['Periods:'] = 'Okresy:'; $_LANG['Promotion:'] = 'Promocja:'; $_LANG['Promotions'] = 'Promocje'; $_LANG['Promotions List'] = 'Lista promocji'; -$_LANG['Promotion\'s Schemas ($0):'] = 'Schematy promocji ($0)'; -$_LANG['Promotion\'s Tariffs ($0):'] = 'Taryfy promocji ($0)'; -$_LANG['Promotion Edit: $0'] = 'Edycja promocji: $0'; -$_LANG['Promotion Info: $0'] = 'Informacje o promocji: $0'; +$_LANG['Promotion\'s Schemas ($a):'] = 'Schematy promocji ($a)'; +$_LANG['Promotion\'s Tariffs ($a):'] = 'Taryfy promocji ($a)'; +$_LANG['Promotion Edit: $a'] = 'Edycja promocji: $a'; +$_LANG['Promotion Info: $a'] = 'Informacje o promocji: $a'; $_LANG['Promotion name is required!'] = 'Nazwa promocji jest wymagana!'; $_LANG['Schemas:'] = 'Schematy:'; -$_LANG['Schema\'s Tariffs ($0):'] = 'Taryfy schematu ($0)'; -$_LANG['Schema Edit: $0'] = 'Edycja schematu: $0'; -$_LANG['Schema Info: $0'] = 'Informacje o schemacie: $0'; +$_LANG['Schema\'s Tariffs ($a):'] = 'Taryfy schematu ($a)'; +$_LANG['Schema Edit: $a'] = 'Edycja schematu: $a'; +$_LANG['Schema Info: $a'] = 'Informacje o schemacie: $a'; $_LANG['Schema name is required!'] = 'Nazwa schematu jest wymagana!'; $_LANG['Select length of the period (in months)'] = 'Wybierz długość okresu (w miesiącach)'; $_LANG['Select subscription'] = 'Wybierz taryfę'; @@ -2452,7 +2452,7 @@ $_LANG['SMS message is empty!'] = 'Wiadomość SMS jest pusta!'; $_LANG['First name cannot be empty!'] = 'Pole Imię nie może być puste!'; $_LANG['Last/Company name cannot be empty!'] = 'Pole Nazwisko/Nazwa firmy nie może być puste!'; -$_LANG['Warning! Debug mode (using phone $0).'] = 'UWAGA! Tryb debugowania (używam numeru $0).'; +$_LANG['Warning! Debug mode (using phone $a).'] = 'UWAGA! Tryb debugowania (używam numeru $a).'; $_LANG['RBE'] = 'EDG/KRS'; $_LANG['ICN'] = 'Dow. os.'; $_LANG['Option'] = 'Opcja'; @@ -2487,7 +2487,7 @@ $_LANG['Enter category name'] = 'Podaj nazwę kategorii'; $_LANG['Owners:'] = 'Właściciele:'; -$_LANG['Are you sure, you want to remove category \\\'$0\\\'?'] = 'Jesteś pewien, że chcesz usunąć kategorię \\\'$0\\\'?'; +$_LANG['Are you sure, you want to remove category \\\'$a\\\'?'] = 'Jesteś pewien, że chcesz usunąć kategorię \\\'$a\\\'?'; $_LANG['Categories:'] = 'Kategorie:'; $_LANG['Category'] = 'Kategoria'; $_LANG['Category:'] = 'Kategoria'; @@ -2496,10 +2496,10 @@ $_LANG['Category name must be defined!'] = 'Kategoria musi posiadać swoją nazwę!'; $_LANG['Category with specified name already exists!'] = 'Kategoria o podanej nazwie już istnieje!'; $_LANG['New Category'] = 'Nowa kategoria'; -$_LANG['Remove category ID: $0'] = 'Usuń kategorię: $0'; -$_LANG['Do you want to remove category called $0?'] = 'Czy chcesz usunąć kategorię $0?'; -$_LANG['Category Edit: $0'] = 'Edycja kategorii: $0'; -$_LANG['Category Info: $0'] = 'Informacje o kategorii: $0'; +$_LANG['Remove category ID: $a'] = 'Usuń kategorię: $a'; +$_LANG['Do you want to remove category called $a?'] = 'Czy chcesz usunąć kategorię $a?'; +$_LANG['Category Edit: $a'] = 'Edycja kategorii: $a'; +$_LANG['Category Info: $a'] = 'Informacje o kategorii: $a'; $_LANG['Categories List'] = 'Lista kategorii'; $_LANG['List of categories'] = 'Lista kategorii'; $_LANG['Add new category'] = 'Utworzenie nowej kategorii'; diff --git a/lib/locale/ro/strings.php b/lib/locale/ro/strings.php index 62f8ec922b..fced0e1c43 100644 --- a/lib/locale/ro/strings.php +++ b/lib/locale/ro/strings.php @@ -24,15 +24,15 @@ * $Id$ */ -$_LANG['$0 ($1 addresses)'] = '$0 ($1 adrese)'; -$_LANG['$0 addresses'] = '$0 adrese'; -$_LANG['$0 ago ($1)'] = '$0 înainte ($1)'; -$_LANG['$0 at least one year old records have been removed.
'] = '$0 înregistrările de cel puţin un an au fost şterse.
'; -$_LANG['$0 dollars $1 cents'] = '$0 RON $1 bani'; -$_LANG['$0 of $1 ($2): $3 <$4>'] = '$0 din $1 ($2): $3 <$4>'; -$_LANG['$0 records after compacting.'] = '$0 înregistrări după compactare.'; -$_LANG['$0 records before compacting.
'] = '$0 înregistrări înainte de compactare.
'; -$_LANG['$0 - removed, $1 - inserted
'] = '$0 - şterse, $1 - introduse
'; +$_LANG['$a ($b addresses)'] = '$a ($b adrese)'; +$_LANG['$a addresses'] = '$a adrese'; +$_LANG['$a ago ($b)'] = '$a înainte ($b)'; +$_LANG['$a at least one year old records have been removed.
'] = '$a înregistrările de cel puţin un an au fost şterse.
'; +$_LANG['$a dollars $b cents'] = '$a RON $b bani'; +$_LANG['$a of $b ($c): $d <$4>'] = '$a din $b ($c): $d <$4>'; +$_LANG['$a records after compacting.'] = '$a înregistrări după compactare.'; +$_LANG['$a records before compacting.
'] = '$a înregistrări înainte de compactare.
'; +$_LANG['$a - removed, $b - inserted
'] = '$a - şterse, $b - introduse
'; $_LANG['30 days'] = '30 zile'; $_LANG['365 days'] = '365 zile'; $_LANG['7 days'] = '7 zile'; @@ -43,7 +43,7 @@ $_LANG['Account'] = 'Cont'; $_LANG['Account:'] = 'Cont:'; $_LANG['Accounted'] = 'Contabilizat'; -$_LANG['Account Edit: $0'] = 'Editare cont: $0'; +$_LANG['Account Edit: $a'] = 'Editare cont: $a'; $_LANG['Accounting day:'] = 'Zi contabilitate:'; $_LANG['Account payment'] = 'Plată cont'; $_LANG['Account'] = 'Cont'; @@ -122,18 +122,18 @@ $_LANG['Answer'] = 'Răspuns'; $_LANG['Approved By'] = 'Aprobat De'; $_LANG['Are you sure that you want to logout?'] = 'Sunteţi sigur că vreţi să ieşiţi?'; -$_LANG['Are you sure, you want to account ALL debts of customer \\\'$0\\\'?'] = 'Sunteţi sigur că vreţi să contabilizaţi TOATE datoriile utilizatorului \\\'$0\\\'?'; +$_LANG['Are you sure, you want to account ALL debts of customer \\\'$a\\\'?'] = 'Sunteţi sigur că vreţi să contabilizaţi TOATE datoriile utilizatorului \\\'$a\\\'?'; $_LANG['Are you sure, you want to assign new addresses for all computers? Remember, it can make problems for your network!'] = 'Sunteţi sigur că vreţi să stabiliţi noi adrese pt. toate calculatoarele? Reţineţi, poate cauza probleme reţelei!'; -$_LANG['Are you sure, you want to change network $0 to network \'+getText(document.remap.mapto.value)+\'?'] = 'Sunteţi sigur că vreţi să schimbaţi reţeaua $0 cu reţeaua \'+getText(document.remap.mapto.value)+\'?'; +$_LANG['Are you sure, you want to change network $a to network \'+getText(document.remap.mapto.value)+\'?'] = 'Sunteţi sigur că vreţi să schimbaţi reţeaua $a cu reţeaua \'+getText(document.remap.mapto.value)+\'?'; $_LANG['Are you sure, you want to check/uncheck selected invoices as accounted?'] = 'Sunteţi sigur că vreţi să selectaţi/deselectaţi factura selectată ca şi contabilizată?'; -$_LANG['Are you sure, you want to delete account \\\'$0\\\' and all assigned to them aliases?'] = 'Sunteţi sigur că vreţi să ştergeţi contul \\\'$0\\\' şi toate alias-urile atribuite acestuia?'; -$_LANG['Are you sure, you want to delete address \\\'$0\\\' from database?'] = 'Sunteţi sigur că vreţi să ştergeţi adresa \\\'$0\\\' din baza de date?'; -$_LANG['Are you sure, you want to delete alias: \\\'$0\\\'?'] = 'Sunteţi sigur că vreţi să ştergeţi alias-ul: \\\'$0\\\'?'; -$_LANG['Are you sure, you want to delete database backup created at $0 ?'] = 'Sunteţi sigur că vreţi să ştergeţi : $0 ?'; -$_LANG['Are you sure, you want to delete domain: \\\'$0\\\' and all accounts in that domain?'] = 'Sunteţi sigur, vreţi să ştergeţi domeniul: \\\'$0\\\' şi toate conturile din acel domeniu?'; -$_LANG['Are you sure, you want to delete node $0?'] = 'Sunteţi sigur, vreţi să ştergeţi calculatorul $0?'; -$_LANG['Are you sure, you want to delete node \\\'$0\\\' from database?'] = 'Sunteţi sigur, vreţi să ştergeţi calculatorul \\\'$0\\\' din baza de date?'; -$_LANG['Are you sure, you want to delete option \\\'$0\\\' from database?'] = 'Sunteţi sigur, vreţi să ştergeţi optiunea \\\'$0\\\' din baza de date?'; +$_LANG['Are you sure, you want to delete account \\\'$a\\\' and all assigned to them aliases?'] = 'Sunteţi sigur că vreţi să ştergeţi contul \\\'$a\\\' şi toate alias-urile atribuite acestuia?'; +$_LANG['Are you sure, you want to delete address \\\'$a\\\' from database?'] = 'Sunteţi sigur că vreţi să ştergeţi adresa \\\'$a\\\' din baza de date?'; +$_LANG['Are you sure, you want to delete alias: \\\'$a\\\'?'] = 'Sunteţi sigur că vreţi să ştergeţi alias-ul: \\\'$a\\\'?'; +$_LANG['Are you sure, you want to delete database backup created at $a ?'] = 'Sunteţi sigur că vreţi să ştergeţi : $a ?'; +$_LANG['Are you sure, you want to delete domain: \\\'$a\\\' and all accounts in that domain?'] = 'Sunteţi sigur, vreţi să ştergeţi domeniul: \\\'$a\\\' şi toate conturile din acel domeniu?'; +$_LANG['Are you sure, you want to delete node $a?'] = 'Sunteţi sigur, vreţi să ştergeţi calculatorul $a?'; +$_LANG['Are you sure, you want to delete node \\\'$a\\\' from database?'] = 'Sunteţi sigur, vreţi să ştergeţi calculatorul \\\'$a\\\' din baza de date?'; +$_LANG['Are you sure, you want to delete option \\\'$a\\\' from database?'] = 'Sunteţi sigur, vreţi să ştergeţi optiunea \\\'$a\\\' din baza de date?'; $_LANG['Are you sure, you want to delete selected operation(s) and/or invoice item(s)?'] = 'Sunteţi sigur, vreţi să ştergeţi operaţiunea şi/sau obiectul(le) facturii?'; $_LANG['Are you sure, you want to delete that connection?'] = 'Sunteţi sigur, vreţi să ştergeţi conexiunea?'; $_LANG['Are you sure, you want to delete that device?'] = 'Sunteţi sigur, vreţi să ştergeţi echipamentul?'; @@ -144,27 +144,27 @@ $_LANG['Are you sure, you want to delete that tariff?'] = 'Sunteţi sigur, vreţi să ştergeţi tariful?'; $_LANG['Are you sure, you want to delete this database backup?'] = 'Sunteţi sigur, vreţi să ştergeţi copia de siguranţă a bazei de date?'; $_LANG['Are you sure, you want to delete this liability?'] = 'Sunteţi sigur, vreţi să ştergeţi datoria?'; -$_LANG['Are you sure, you want to drop user $0 from that event?'] = 'Sunteţi sigur, vreţi să ştergeţi utilizatorul $0 din acel eveniment?'; +$_LANG['Are you sure, you want to drop user $a from that event?'] = 'Sunteţi sigur, vreţi să ştergeţi utilizatorul $a din acel eveniment?'; $_LANG['Are you sure, you want to generate new password?'] = 'Sunteţi sigur, vreţi să generaţi parolă nouă?'; $_LANG['Are you sure, you want to generate new PIN?'] = 'Sunteţi sigur, vreţi să generaţi PIN nou?'; $_LANG['Are you sure, you want to irreversibly delete that user account?'] = 'Sunteţi sigur, vreţi să ştergeţi permanent acel cont?'; $_LANG['Are you sure, you want to move customers to tariff \'+getText(document.tmove.to.value)+\'?'] = 'Sunteţi sigur, vreţi să mutaţi clientul la abonamentul \'+getText(document.tmove.to.value)+\'?'; -$_LANG['Are you sure, you want to readdress network $0 to network $1 ?'] = 'Sunteţi sigur, vreţi să readresaţi reţeaua $0 la reţeaua $1 ?'; -$_LANG['Are you sure, you want to recover database created at $0?'] = 'Sunteţi sigur, vreţi să recuperaţi baza de date creată la $0?'; -$_LANG['Are you sure, you want to remove customer \\\'$0\\\' from database?\\n\\nIf that customer have some nodes, they will be also removed and data definitely lost!'] = 'Sunteţi sigur, vreţi să ştergeţi clientul \\\'$0\\\' din baza de date?\\n\\nDacă clientul are câteva calculatoare, ele vor fi şterse si datele complet pierdute!'; +$_LANG['Are you sure, you want to readdress network $a to network $b ?'] = 'Sunteţi sigur, vreţi să readresaţi reţeaua $a la reţeaua $b ?'; +$_LANG['Are you sure, you want to recover database created at $a?'] = 'Sunteţi sigur, vreţi să recuperaţi baza de date creată la $a?'; +$_LANG['Are you sure, you want to remove customer \\\'$a\\\' from database?\\n\\nIf that customer have some nodes, they will be also removed and data definitely lost!'] = 'Sunteţi sigur, vreţi să ştergeţi clientul \\\'$a\\\' din baza de date?\\n\\nDacă clientul are câteva calculatoare, ele vor fi şterse si datele complet pierdute!'; $_LANG['Are you sure, you want to remove customer from group?'] = 'Sunteţi sigur, vreţi să ştergeţi clientul din categorie?'; -$_LANG['Are you sure, you want to remove device \\\'$0\\\' from database?'] = 'Sunteţi sigur, vreţi să ştergeţi echipamentul \\\'$0\\\' din baza de date?'; -$_LANG['Are you sure, you want to remove host \\\'$0\\\' and all assigned configuration?'] = 'Sunteţi sigur, vreţi să ştergeţi host-ul \\\'$0\\\' şi toată configuraţia atribuită?'; -$_LANG['Are you sure, you want to remove instance \\\'$0\\\' and all assigned configuration?'] = 'Sunteţi sigur, vreţi să ştergeţi instanţa \\\'$0\\\' şi toată configuratia atribuită?'; -$_LANG['Are you sure, you want to remove invoice \\\'$0\\\' from database?'] = 'Sunteţi sigur, vreţi să ştergeţi factura \\\'$0\\\' din baza de date?'; -$_LANG['Are you sure, you want to remove network \\\'$0\\\'?'] = 'Sunteţi sigur, vreţi să ştergeţi reţeaua \\\'$0\\\'?'; -$_LANG['Are you sure, you want to remove node \\\'$0\\\' from database?'] = 'Sunteţi sigur, vreţi să ştergeţi calculatorul \\\'$0\\\' din baza de date?'; -$_LANG['Are you sure, you want to remove option \\\'$0\\\' from database?'] = 'Sunteţi sigur, vreţi să ştergeţi opţiunea \\\'$0\\\' din baza de date?'; -$_LANG['Are you sure, you want to remove queue \\\'$0\\\' and all assigned tickets and messages?'] = 'Sunteţi sigur, vreţi să ştergeţi coada \\\'$0\\\' si toate reclamaţiile şi mesajele atribuite?'; -$_LANG['Are you sure, you want to remove receipt \\\'$0\\\' from database?'] = 'Sunteţi sigur, vreţi să ştergeţi chitanţa nr \\\'$0\\\' din baza de date?'; +$_LANG['Are you sure, you want to remove device \\\'$a\\\' from database?'] = 'Sunteţi sigur, vreţi să ştergeţi echipamentul \\\'$a\\\' din baza de date?'; +$_LANG['Are you sure, you want to remove host \\\'$a\\\' and all assigned configuration?'] = 'Sunteţi sigur, vreţi să ştergeţi host-ul \\\'$a\\\' şi toată configuraţia atribuită?'; +$_LANG['Are you sure, you want to remove instance \\\'$a\\\' and all assigned configuration?'] = 'Sunteţi sigur, vreţi să ştergeţi instanţa \\\'$a\\\' şi toată configuratia atribuită?'; +$_LANG['Are you sure, you want to remove invoice \\\'$a\\\' from database?'] = 'Sunteţi sigur, vreţi să ştergeţi factura \\\'$a\\\' din baza de date?'; +$_LANG['Are you sure, you want to remove network \\\'$a\\\'?'] = 'Sunteţi sigur, vreţi să ştergeţi reţeaua \\\'$a\\\'?'; +$_LANG['Are you sure, you want to remove node \\\'$a\\\' from database?'] = 'Sunteţi sigur, vreţi să ştergeţi calculatorul \\\'$a\\\' din baza de date?'; +$_LANG['Are you sure, you want to remove option \\\'$a\\\' from database?'] = 'Sunteţi sigur, vreţi să ştergeţi opţiunea \\\'$a\\\' din baza de date?'; +$_LANG['Are you sure, you want to remove queue \\\'$a\\\' and all assigned tickets and messages?'] = 'Sunteţi sigur, vreţi să ştergeţi coada \\\'$a\\\' si toate reclamaţiile şi mesajele atribuite?'; +$_LANG['Are you sure, you want to remove receipt \\\'$a\\\' from database?'] = 'Sunteţi sigur, vreţi să ştergeţi chitanţa nr \\\'$a\\\' din baza de date?'; $_LANG['Are you sure, you want to remove that customer from database?\\n\\nIf that customer have any computers, they will be automatically removed from database too, and information about them irreversible losed!'] = 'Sunteţi sigur, vreţi să ştergeţi acel client din baza de date?\\n\\nDacă acel client are calculatoare, ele vor fi şterse automat din baza de date la fel, şi informaţiile despre ele pierdute ireversibil!'; $_LANG['Are you sure, you want to remove this group?'] = 'Sunteţi sigur, vreţi să ştergeţi acest grup?'; -$_LANG['Are you sure, you want to remove ticket $0?'] = 'Sunteţi sigur, vreţi să ştergeţi reclamaţia nr $0?'; +$_LANG['Are you sure, you want to remove ticket $a?'] = 'Sunteţi sigur, vreţi să ştergeţi reclamaţia nr $a?'; $_LANG['Are you sure, you want to reorder that network?'] = 'Sunteţi sigur, vreţi să rearanjaţi acea reţea?'; $_LANG['Are you sure, you want to restore this database backup?'] = 'Sunteţi sigur, vreţi să restauraţi această bază de date?'; $_LANG['ascending'] = 'crescător'; @@ -176,15 +176,15 @@ $_LANG['Avg. monthly income:'] = 'Câştig lunar mediu:'; $_LANG['awaiting'] = 'în aşteptare'; $_LANG['List of awaiting customers'] = 'Listă clienţi în aşteptare'; -$_LANG['$0'] = '$0'; +$_LANG['$a'] = '$a'; $_LANG['Backup Delete'] = 'Şterge Backup'; $_LANG['Backups'] = 'Copii de Siguranţă'; $_LANG['Balance'] = 'Balanţă'; $_LANG['Balance:'] = 'Balanţă:'; $_LANG['Balance date:'] = 'Dată Balanţă:'; $_LANG['Balance Sheet'] = 'Pagină Balanţă'; -$_LANG['Balance Sheet ($0 to $1)'] = 'Pagină Balanţă ($0 la $1)'; -$_LANG['Balance Sheet of User: $0 ($1 to $2)'] = 'Pagină Balanţă de Utilizatori: $0 ($1 do $2)'; +$_LANG['Balance Sheet ($a to $b)'] = 'Pagină Balanţă ($a la $b)'; +$_LANG['Balance Sheet of User: $a ($b to $c)'] = 'Pagină Balanţă de Utilizatori: $a ($b do $c)'; $_LANG['Allows you to logout'] = 'Vă permite să ieşiţi'; $_LANG['Basic system information'] = 'Informaţii sistem de bază'; $_LANG['Begin:'] = 'Început:'; @@ -202,7 +202,7 @@ $_LANG['CASH'] = 'CASH'; $_LANG['Cash Operations Import'] = 'Cash Operations Import'; $_LANG['Cash receipt'] = 'Chitanţa'; -$_LANG['Cash Receipt No. $0'] = 'Chitanţa Nr $0'; +$_LANG['Cash Receipt No. $a'] = 'Chitanţa Nr $a'; $_LANG['Cash Receipts'] = 'Chitanţa'; $_LANG['Cash receipt template file. Default: "receipt.html". Should be placed in templates directory.'] = 'Şablon Chitanţa. Prestabilit: "receipt.html". Ar trebui pus în directorul templates.'; $_LANG['Cash Report'] = 'Raport Bani'; @@ -236,10 +236,10 @@ $_LANG['Compacting of database removes non-essential data from database and averages existing data. This will decrease number of records in database and reduce results latency, but also decrease stats precision.'] = 'Compactarea bazei de date elimină datele neesenţiale din baza de date şi face o medie a datelor existente. Aceasta va micşora numărul de înregistrări din baza de date şi va reduce latenţa rezultatelor, dar va micşora şi precizia statisticilor'; $_LANG['Compacting parameters'] = 'Compactare parametri'; $_LANG['compressed'] = 'compresat'; -$_LANG['Statistics for computer $0 has been removed
'] = 'Statisticile pt. calculatorul $0 au fost eliminate
'; +$_LANG['Statistics for computer $a has been removed
'] = 'Statisticile pt. calculatorul $a au fost eliminate
'; $_LANG['Computers found:'] = 'Calculatoare găsite:'; $_LANG['Configuration'] = 'Configurare'; -$_LANG['Configuration of Instance: $0/$1'] = 'Configurare a Instanţei: $0/$1'; +$_LANG['Configuration of Instance: $a/$b'] = 'Configurare a Instanţei: $a/$b'; $_LANG['configuration reload'] = 'reâncărcare configuraţie'; $_LANG['Configuration Reload'] = 'Reâncărcare Configuraţie'; $_LANG['Confirm password'] = 'Confirmare parola'; @@ -250,7 +250,7 @@ $_LANG['connected'] = 'conectaţi'; $_LANG['connected'] = 'conectat'; $_LANG['Connected:'] = 'Conectat:'; -$_LANG['List of Connected Customers $0$1'] = 'Lista cu clienţi conectaţi $0$1'; +$_LANG['List of Connected Customers $a$b'] = 'Lista cu clienţi conectaţi $a$b'; $_LANG['Connected devices:'] = 'Echipamente conectate:'; $_LANG['Connected Nodes:'] = 'Calculatoare Conectate:'; $_LANG['List of Connected Nodes'] = 'Lista calculatoarelor conectate'; @@ -266,7 +266,7 @@ $_LANG['Copyrights, authors, etc.'] = 'Drepturi de autor, autori, etc.'; $_LANG['Create alias'] = 'Crează alias'; $_LANG['Created:'] = 'Creat:'; -$_LANG['Created by: $0'] = 'Creat de: $0'; +$_LANG['Created by: $a'] = 'Creat de: $a'; $_LANG['Create new'] = 'Crează nou'; $_LANG['Create time:'] = 'Data creării:'; $_LANG['Generating subscriptions...'] = 'Generează abonamente...'; @@ -278,26 +278,26 @@ $_LANG['customer'] = 'client'; $_LANG['Customer'] = 'Clientul'; $_LANG['Customer:'] = 'Clientul:'; -$_LANG['Customer $0 Balance Sheet ($1 to $2)'] = 'Bilanţ client $0 (de la $1 până la $2)'; -$_LANG['Customer $0 has been removed.'] = 'Clientul $0 a fost şters.'; +$_LANG['Customer $a Balance Sheet ($b to $c)'] = 'Bilanţ client $a (de la $b până la $c)'; +$_LANG['Customer $a has been removed.'] = 'Clientul $a a fost şters.'; $_LANG['Customer Account:'] = 'Cont client:'; -$_LANG['Customer Balance: $0'] = 'Balanţă client: $0'; +$_LANG['Customer Balance: $a'] = 'Balanţă client: $a'; $_LANG['Customer Balance Sheet'] = 'Bilanţ client'; $_LANG['Customer cannot send message!'] = 'Clientul nu poate trimite mesaj!'; -$_LANG['Customer Charging Edit: $0'] = 'Editare notă de plată client: $0'; -$_LANG['Customer Edit: $0'] = 'Editare client: $0'; +$_LANG['Customer Charging Edit: $a'] = 'Editare notă de plată client: $a'; +$_LANG['Customer Edit: $a'] = 'Editare client: $a'; $_LANG['customer ID'] = 'identficator client'; $_LANG['Customer ID'] = 'Identificator client'; $_LANG['Customer ID:'] = 'Identificator client:'; -$_LANG['Customer Info: $0'] = 'Informaţii despre client: $0'; -$_LANG['Customer Information: $0'] = 'Informaţii despre client: $0'; +$_LANG['Customer Info: $a'] = 'Informaţii despre client: $a'; +$_LANG['Customer Information: $a'] = 'Informaţii despre client: $a'; $_LANG['Customer Liabilities:'] = 'Datorii client:'; $_LANG['customer name'] = 'nume client'; $_LANG['Customer name'] = 'Nume client'; -$_LANG['Customer No.: $0'] = 'Număr client: $0'; -$_LANG['Customer Nodes ($0):'] = 'Calculatoarele client ($0):'; +$_LANG['Customer No.: $a'] = 'Număr client: $a'; +$_LANG['Customer Nodes ($a):'] = 'Calculatoarele client ($a):'; $_LANG['Customer not selected!'] = 'Nici un client selectat!'; -$_LANG['Customer Remove: $0'] = 'Eliminare client: $0'; +$_LANG['Customer Remove: $a'] = 'Eliminare client: $a'; $_LANG['Customers'] = 'Clienţi'; $_LANG['Customers:'] = 'Clienţi:'; $_LANG['Customer Search'] = 'Căutare client'; @@ -305,10 +305,10 @@ $_LANG['Customers in Subscription:'] = 'Clienţi în Abonament :'; $_LANG['Customers List'] = 'Listă clienţi'; $_LANG['Customers List:'] = 'Listă clienţi:'; -$_LANG['Customers List $0$1'] = 'Lista clienţi $0$1'; +$_LANG['Customers List $a$b'] = 'Lista clienţi $a$b'; $_LANG['Customers: list, add, search, groups'] = 'Clienţi: lista, adaugă, caută, categorii'; $_LANG['customers management'] = 'management clienţi'; -$_LANG['Customers Without Nodes List $0$1'] = 'Lista clienţi fără calculatoare $0$1'; +$_LANG['Customers Without Nodes List $a$b'] = 'Lista clienţi fără calculatoare $a$b'; $_LANG['CVS Repository'] = 'Repozitoriu CVS'; $_LANG['Daemon'] = 'Demon'; $_LANG['daemon management and configuration'] = 'management şi configurare demonem'; @@ -338,19 +338,19 @@ $_LANG['deleted'] = 'Şterşi'; $_LANG['Delete data older than one year'] = 'Şterge date mai vechi de un an'; $_LANG['deleted customer'] = 'client şters'; -$_LANG['Delete Node $0'] = 'Şterge calculator $0'; +$_LANG['Delete Node $a'] = 'Şterge calculator $a'; $_LANG['Delete stats of non-existing (deleted) nodes'] = 'Şterge statistici ale calculatoarelor inexistente (şterse)'; $_LANG['Deletion of Database Backup'] = 'Usunięcie kopii zapasowej baza de date'; -$_LANG['Deletion of Device with ID: $0'] = 'Ştergere Echipament cu ID: $0'; +$_LANG['Deletion of Device with ID: $a'] = 'Ştergere Echipament cu ID: $a'; $_LANG['descending'] = 'descrescător'; $_LANG['Description'] = 'Descriere'; $_LANG['Description:'] = 'Descriere:'; $_LANG['Details'] = 'Detalii'; $_LANG['Device connected to other device or node can\'t be deleted.'] = 'Un echipament conectat la un alt echipament sau calculaotr nu poate fi şters.'; -$_LANG['Device Edit: $0 ($1)'] = 'Editare echipament: $0 ($1)'; +$_LANG['Device Edit: $a ($b)'] = 'Editare echipament: $a ($b)'; $_LANG['No free ports on device!'] = 'Nu mai sunt porturi libere in acest echipament!'; $_LANG['No IP addresses on device.'] = 'Echipamentul nu are alocat nici un IP'; -$_LANG['Device Info: $0 $1 $2'] = 'Informatii echipament: $0 $1 $2'; +$_LANG['Device Info: $a $b $c'] = 'Informatii echipament: $a $b $c'; $_LANG['Device name is required!'] = 'Nume echipament este obligatoriu de completat!'; $_LANG['Device name is too long (max.32 characters)!'] = 'Nume echipament este prea lung (max. 32 caractere)!'; $_LANG['IP addresses of device:'] = 'Adresele ip ale echipamentului:'; @@ -370,7 +370,7 @@ $_LANG['disconnected'] = 'deconectat'; $_LANG['Disconnected:'] = 'Deconectaţi:'; $_LANG['Documents List'] = 'Listă documente'; -$_LANG['List of Disconnected Customers $0$1'] = 'Listă Clienţi Deconectaţi $0$1'; +$_LANG['List of Disconnected Customers $a$b'] = 'Listă Clienţi Deconectaţi $a$b'; $_LANG['List of Disconnected Nodes'] = 'Listă Calculatoare Deconectate'; $_LANG['Discount:'] = 'Reducere:'; $_LANG['Display customers matching the following criteria:'] = 'Afişare clienţi corespunzând cu următorul criteriu:'; @@ -387,7 +387,7 @@ $_LANG['Documentation'] = 'Documentaţie'; $_LANG['Document with specified number exists!'] = 'Documentul cu numărul specificat există deja!'; $_LANG['Domain:'] = 'Domeniu:'; -$_LANG['Domain Edit: $0'] = 'Editare domeniu: $0'; +$_LANG['Domain Edit: $a'] = 'Editare domeniu: $a'; $_LANG['Domain name is required!'] = 'Nume domeniu este obligatoriu de completat!'; $_LANG['Domains'] = 'Domenii'; $_LANG['Domains List'] = 'Listă domenii'; @@ -398,8 +398,8 @@ $_LANG['Download rate:'] = 'Download rate:'; $_LANG['Downrate:'] = 'Downrate:'; $_LANG['Downrate (ceil):'] = 'Downrate (ceil):'; -$_LANG['Do you want to remove $0 customer?'] = 'Vrei să elimini clientul $0?'; -$_LANG['Do you want to remove queue called $0?'] = 'Vrei să elimini coada numită $0?'; +$_LANG['Do you want to remove $a customer?'] = 'Vrei să elimini clientul $a?'; +$_LANG['Do you want to remove queue called $a?'] = 'Vrei să elimini coada numită $a?'; $_LANG['Draw-up date'] = 'Data emiterii'; $_LANG['Draw-up date:'] = 'Data emiterii:'; $_LANG['Edit'] = 'Editează'; @@ -546,7 +546,7 @@ $_LANG['entries'] = 'intrări'; $_LANG['Error:'] = 'Eroare:'; $_LANG['Error!'] = 'Eroare!'; -$_LANG['Error: Unknown reload type: "$0"!'] = 'Eroare: Tip de reâncărcare necunoscut: "$0"!'; +$_LANG['Error: Unknown reload type: "$a"!'] = 'Eroare: Tip de reâncărcare necunoscut: "$a"!'; $_LANG['Event Edit'] = 'Editează Eveniment'; $_LANG['Event Info'] = 'Informaţii despre Eveniment'; $_LANG['Event Search'] = 'Căutare Eveniment'; @@ -594,9 +594,9 @@ $_LANG['Gross value'] = 'Valoare brută'; $_LANG['Gross Value:'] = 'Valoare brută:'; $_LANG['Group:'] = 'Categorie:'; -$_LANG['(Group: $0)'] = '(Categorie: $0)'; -$_LANG['Group Edit: $0'] = 'Editare categorie: $0'; -$_LANG['Group Info: $0'] = 'Informaţii despre grupie: $0'; +$_LANG['(Group: $a)'] = '(Categorie: $a)'; +$_LANG['Group Edit: $a'] = 'Editare categorie: $a'; +$_LANG['Group Info: $a'] = 'Informaţii despre grupie: $a'; $_LANG['Group List'] = 'Listă categorie'; $_LANG['Group members:'] = 'Membri categorie:'; $_LANG['Group name is too long!'] = 'Nume categorie prea lung!'; @@ -604,7 +604,7 @@ $_LANG['Groups'] = 'Categoriile'; $_LANG['Groups Membership:'] = 'Membru al categoriilor:'; $_LANG['Group with members cannot be deleted!'] = 'Categoriile cu membri nu pot fi şterse!'; -$_LANG['Group with name $0 already exists!'] = 'Categoria cu nume $0 există deja!'; +$_LANG['Group with name $a already exists!'] = 'Categoria cu nume $a există deja!'; $_LANG['Has'] = 'Are'; $_LANG['Headers:'] = 'Headers:'; $_LANG['Helpdesk'] = 'Helpdesk'; @@ -615,7 +615,7 @@ $_LANG['High'] = 'Înalt'; $_LANG['Homedir:'] = 'Homedir:'; $_LANG['Host:'] = 'Host:'; -$_LANG['Host Edit: $0'] = 'Editare host: $0'; +$_LANG['Host Edit: $a'] = 'Editare host: $a'; $_LANG['Hostname:'] = 'Nume Host:'; $_LANG['Host name is required!'] = 'Nume host este obligatoriu de completat!'; $_LANG['Hosts List'] = 'Listă host-uri'; @@ -674,12 +674,12 @@ $_LANG['Incorrect ZIP code!'] = 'Incorect: Cod Poştal!'; $_LANG['in debt'] = 'datornici'; $_LANG['Nodes List for Customers In Debt'] = 'Listă calculatoare pentru clienţi in datorie'; -$_LANG['Indebted Customers List $0$1'] = 'Lista clienţi îndatoraţi $0$1'; +$_LANG['Indebted Customers List $a$b'] = 'Lista clienţi îndatoraţi $a$b'; $_LANG['indebted owner'] = 'deţinător îndatorat'; $_LANG['Info'] = 'Informaţii'; -$_LANG['Info Network: $0'] = 'Informaţii despre Reţea: $0'; +$_LANG['Info Network: $a'] = 'Informaţii despre Reţea: $a'; $_LANG['in it:'] = 'in acesta:'; -$_LANG['Instance Edit: $0'] = 'Editare instanţă: $0'; +$_LANG['Instance Edit: $a'] = 'Editare instanţă: $a'; $_LANG['Instance host is required!'] = 'Host-ul instanţei este obligatoriu de completat!'; $_LANG['Instance module is required!'] = 'Modulul instanţei este obligatoriu de completat!'; $_LANG['Instance name is required!'] = 'Numele instanţei este obligatoriu de completat!'; @@ -692,29 +692,29 @@ $_LANG['Interested Customers List'] = 'Listă clienţi interesaţi'; $_LANG['Interface:'] = 'Interfaţă:'; $_LANG['Invalid chars in group name!'] = 'Caractere invalide în numele categoriei!'; -$_LANG['Invalid date format: $0.\\nFormat accepted is \'YYYY/MM/DD hh:mm\'.'] = 'Incorect: forma datei: $0.\\nForma acceptată e \'AAAA/LL/ZZ oo:mm\'.'; -$_LANG['Invalid date format: $0.\\nNo day of month value can be found.'] = 'Incorect: forma datei: $0.\\nNu se găseşte nici o valoare a zilei din lună.'; -$_LANG['Invalid date format: $0.\\nNo month value can be found.'] = 'Incorect: format dată: $0.\\nNu se găsesşte nici o valoare a lunii.'; -$_LANG['Invalid date format: $0.\\nNo year value can be found.'] = 'Incorect: format dată: $0.\\nNu se găsesşte nici o valoare a anului.'; -$_LANG['Invalid day of month value: $0.\\nAllowed range is 01-$1.'] = 'Incorect: ziua lună: $0.\\nPlaja de numere permisă e 01-$1'; -$_LANG['Invalid day of month value: $0.\\nAllowed values are unsigned integers.'] = 'Incorect: ziua lună: $0.\\nValori permise sunt unsigned integers .'; -$_LANG['Invalid hour value: $0.\\nAllowed range is 00-23.'] = 'Valoare a orei invalidă: $0.\\nPlaja de numere permisă e 00-23'; -$_LANG['Invalid hour value: $0.\\nAllowed values are unsigned integers.'] = 'Valoare a orei invalidă: $0.\\nAllowed values are unsigned integers.'; -$_LANG['Invalid minutes value: $0.\\nAllowed range is 00-59.'] = 'Valoare a minutelor invalidă: $0.\\nPlaja de numere permisă e 00-59.'; -$_LANG['Invalid minutes value: $0.\\nAllowed values are unsigned integers.'] = 'Valoare a minutelor invalidă: $0.\\nAllowed values are unsigned integers.'; -$_LANG['Invalid month value: $0.\\nAllowed range is 01-12.'] = 'Incorect: număr lună: $0.\\nPlaja de numere permisă e 01-12.'; -$_LANG['Invalid month value: $0.\\nAllowed values are unsigned integers.'] = 'Incorect: număr lună: $0.\\nAllowed values are unsigned integers.'; -$_LANG['Invalid year value: $0.\\nAllowed values are unsigned integers.'] = 'Incorect: an: $0.\\nAllowed values are unsigned integers.'; +$_LANG['Invalid date format: $a.\\nFormat accepted is \'YYYY/MM/DD hh:mm\'.'] = 'Incorect: forma datei: $a.\\nForma acceptată e \'AAAA/LL/ZZ oo:mm\'.'; +$_LANG['Invalid date format: $a.\\nNo day of month value can be found.'] = 'Incorect: forma datei: $a.\\nNu se găseşte nici o valoare a zilei din lună.'; +$_LANG['Invalid date format: $a.\\nNo month value can be found.'] = 'Incorect: format dată: $a.\\nNu se găsesşte nici o valoare a lunii.'; +$_LANG['Invalid date format: $a.\\nNo year value can be found.'] = 'Incorect: format dată: $a.\\nNu se găsesşte nici o valoare a anului.'; +$_LANG['Invalid day of month value: $a.\\nAllowed range is 01-$b.'] = 'Incorect: ziua lună: $a.\\nPlaja de numere permisă e 01-$b'; +$_LANG['Invalid day of month value: $a.\\nAllowed values are unsigned integers.'] = 'Incorect: ziua lună: $a.\\nValori permise sunt unsigned integers .'; +$_LANG['Invalid hour value: $a.\\nAllowed range is 00-23.'] = 'Valoare a orei invalidă: $a.\\nPlaja de numere permisă e 00-23'; +$_LANG['Invalid hour value: $a.\\nAllowed values are unsigned integers.'] = 'Valoare a orei invalidă: $a.\\nAllowed values are unsigned integers.'; +$_LANG['Invalid minutes value: $a.\\nAllowed range is 00-59.'] = 'Valoare a minutelor invalidă: $a.\\nPlaja de numere permisă e 00-59.'; +$_LANG['Invalid minutes value: $a.\\nAllowed values are unsigned integers.'] = 'Valoare a minutelor invalidă: $a.\\nAllowed values are unsigned integers.'; +$_LANG['Invalid month value: $a.\\nAllowed range is 01-12.'] = 'Incorect: număr lună: $a.\\nPlaja de numere permisă e 01-12.'; +$_LANG['Invalid month value: $a.\\nAllowed values are unsigned integers.'] = 'Incorect: număr lună: $a.\\nAllowed values are unsigned integers.'; +$_LANG['Invalid year value: $a.\\nAllowed values are unsigned integers.'] = 'Incorect: an: $a.\\nAllowed values are unsigned integers.'; $_LANG['Invoice'] = 'Factura'; $_LANG['Invoice:'] = 'Factura:'; $_LANG['Invoice draw-up place.'] = 'Invoice draw-up place.'; -$_LANG['Invoice Edit: $0'] = 'Editare Factură: $0'; +$_LANG['Invoice Edit: $a'] = 'Editare Factură: $a'; $_LANG['Invoice have no items!'] = 'Nici un pozycji na fakturze!'; $_LANG['Invoice have no items. Use form below for items addition.'] = 'Factura nu are articole. Folosiţi formularul de mai jos pt. adăugare articole.'; $_LANG['Invoice No.'] = 'Număr factură'; -$_LANG['Invoice No. $0'] = 'Factura Nr $0'; +$_LANG['Invoice No. $a'] = 'Factura Nr $a'; $_LANG['Invoice number:'] = 'Nr factură:'; -$_LANG['Invoice number $0 already exists!'] = 'Factura o numerze $0 există deja!'; +$_LANG['Invoice number $a already exists!'] = 'Factura o numerze $a există deja!'; $_LANG['Invoice number must be integer!'] = 'Număr factură trebuie să fie numeric(integer)!'; $_LANG['Invoices'] = 'Facturi'; $_LANG['Invoices List'] = 'Listă facturi'; @@ -733,12 +733,12 @@ $_LANG['Items:'] = 'Articole:'; $_LANG['pcs.'] = 'buc.'; $_LANG['It scans for free ports in selected device!'] = 'Nici un wolnych porturi w wybranym urządzeniu!'; -$_LANG['last $0 transactions'] = 'ultimele $0 tranzacţii'; +$_LANG['last $a transactions'] = 'ultimele $a tranzacţii'; $_LANG['Last 30 Days'] = 'Ultimele 30 zile'; -$_LANG['Last date of invoice settlement is $0. If sure, you want to write invoice with date of $1, then click "Submit" again.'] = 'Ultima dată a achitării facturii este $0. Dacă eşti sigur că vrei să scrii factura cu data de $1, atunci apasă OK din nou.'; +$_LANG['Last date of invoice settlement is $a. If sure, you want to write invoice with date of $b, then click "Submit" again.'] = 'Ultima dată a achitării facturii este $a. Dacă eşti sigur că vrei să scrii factura cu data de $b, atunci apasă OK din nou.'; $_LANG['Last Day'] = 'Ultima zi'; $_LANG['Last day stats for all networks'] = 'Statistici pe ultima zi pt. toate reţelele'; -$_LANG['Last date of receipt settlement is $0. If sure, you want to write receipt with date of $1, then click "Submit" again.'] = 'Ultima data a achitării chitanţei este $0. Dacă eşti sigur că vrei sa scrii faactura cu data de $1, atunci apasă OK din nou.'; +$_LANG['Last date of receipt settlement is $a. If sure, you want to write receipt with date of $b, then click "Submit" again.'] = 'Ultima data a achitării chitanţei este $a. Dacă eşti sigur că vrei sa scrii faactura cu data de $b, atunci apasă OK din nou.'; $_LANG['Last failed login:'] = 'Ultima autentificare nereuşită:'; $_LANG['Last Hour'] = 'Ultima oră'; $_LANG['Last hour stats for all networks'] = 'Statistici pe ultima oră pentru toate reţelele'; @@ -753,7 +753,7 @@ $_LANG['Length of (auto-generated) node password. Max.32. Default: 16.'] = 'Lungimea parolei (auto-generată) a calculatorului. Max.32. Prestabilit: 16.'; $_LANG['liability'] = 'datoria'; $_LANG['Liability Report'] = 'Raport restanţă'; -$_LANG['Liability Report on $0'] = 'Raport restanţă pe $0'; +$_LANG['Liability Report on $a'] = 'Raport restanţă pe $a'; $_LANG['Limit of nodes displayed on one page in Network Information. Default: 256. With 0, this information is omitted (page is displaying faster).'] = 'Limita de calculatoare afişate pe o pagină în Informaţii despre Reţea. Prestabilit: 256. Cu 0, această informaţie este omisă (pagina este afişată mai repede).'; $_LANG['Limit of records displayed on one page in accounts list. Default: 100.'] = 'Limita de înregistrări afişate pe o pagină in Lista conturi. Prestabilit: 100.'; $_LANG['Limit of records displayed on one page in aliases list. Default: 100.'] = 'Limita de înregistrări afişate pe o pagină in Lista alias-urilor. Prestabilit: 100.'; @@ -825,7 +825,7 @@ $_LANG['Module:'] = 'Modul:'; $_LANG['Module Title'] = 'Titlu modul'; $_LANG['monthly'] = 'lunar'; -$_LANG['monthly ($0)'] = 'lunar ($0)'; +$_LANG['monthly ($a)'] = 'lunar ($a)'; $_LANG['Move customers to subscription:'] = 'Mută clienţi pe tariful:'; $_LANG['MySQL version:'] = 'Versiune MySQL:'; $_LANG['Name'] = 'Nume'; @@ -840,7 +840,7 @@ $_LANG['Name/Surname:'] = 'Nume/Nume Firmă:'; $_LANG['First/last or Company name'] = 'Nume/Prenume sau Nume Firmă'; $_LANG['First/last or Company name:'] = 'Nume/Prenume sau Nume Firmă:'; -$_LANG[' (Net: $0)'] = ' (Reţea: $0)'; +$_LANG[' (Net: $a)'] = ' (Reţea: $a)'; $_LANG['Net device:'] = 'Echipament reţea:'; $_LANG['Net devices:'] = 'Echipamente reţea:'; $_LANG['Net Devices'] = 'Echipament reţea'; @@ -852,7 +852,7 @@ $_LANG['Network Balance Sheet'] = 'Bilanţ reţea'; $_LANG['Network Devices'] = 'Echipamente reţea'; $_LANG['Network devices list'] = 'Lista echipamnte reţea'; -$_LANG['Network Edit: $0'] = 'Editare reţea: $0'; +$_LANG['Network Edit: $a'] = 'Editare reţea: $a'; $_LANG['Network Map'] = 'Hartă reţea'; $_LANG['Network map type. Use "flash" if you have Ming library or "gd" if your PHP supports gdlib. By default LMS will try to generate flash map, with fallback to GD if it fails.'] = 'Tip mapy urządzeń sieciowych. Jesli posiadasz bibliotekę Ming użyj "flash", a jeśli twoje PHP wspiera gdlib możesz ustawić na "gd". Prestabilit LMS spróbuje wygenerować mapę we flashu, a jeśli to się nie uda, utworzy mapę przy pomocy GD.'; $_LANG['Network name:'] = 'Nume reţea:'; @@ -883,7 +883,7 @@ $_LANG['New Network'] = 'Reţea Nouă '; $_LANG['New network is too small!'] = 'Noua reţea e prea mică!'; $_LANG['New Node'] = 'Calculator nou'; -$_LANG['New Option for Instance: $0/$1'] = 'Opţiune Nouă a Instanţei: $0/$1'; +$_LANG['New Option for Instance: $a/$b'] = 'Opţiune Nouă a Instanţei: $a/$b'; $_LANG['New password:'] = 'Parola Nouă:'; $_LANG['New Payment'] = 'Plată Nouă'; $_LANG['New Queue'] = 'Coadă Nouă'; @@ -892,13 +892,13 @@ $_LANG['New User'] = 'Utlizator Nou'; $_LANG['no.'] = 'nr'; $_LANG['No.'] = 'Nr. crt.'; -$_LANG['No. $0'] = 'Nr $0'; +$_LANG['No. $a'] = 'Nr $a'; $_LANG['no access'] = 'acces interzis'; $_LANG['No cash operations to import.'] = 'Nici o operaţie financiară de importat.'; $_LANG['No computers were found, either exists in the database or nbtscan binary not found.'] = 'Nici un calculator nu a fost găsit, ori nu există in baza de date, ori executabilul de la nbtscan nu a fost găsit '; -$_LANG['Node $0 was deleted'] = 'Calculatorul $0 a fost şters'; +$_LANG['Node $a was deleted'] = 'Calculatorul $a a fost şters'; $_LANG['Node ID:'] = 'ID(Identificator) calculator:'; -$_LANG['Node Info: $0'] = 'Info Calculator: $0'; +$_LANG['Node Info: $a'] = 'Info Calculator: $a'; $_LANG['Node IP address'] = 'Adresa IP calculator'; $_LANG['Node IP address is required!'] = 'Adresa IP a calculatorului este obligatoriu de completat!'; $_LANG['Node name'] = 'Nume calculator'; @@ -967,8 +967,8 @@ $_LANG['Open'] = 'Deschide'; $_LANG['opened'] = 'deschis'; $_LANG['Opened:'] = 'Deschis:'; -$_LANG['Option Edit: $0'] = 'Editare opţiune: $0'; -$_LANG['Option Edit: $0/$1/$2'] = 'Editare opţiune: $0/$1/$2'; +$_LANG['Option Edit: $a'] = 'Editare opţiune: $a'; +$_LANG['Option Edit: $a/$b/$c'] = 'Editare opţiune: $a/$b/$c'; $_LANG['Option exists!'] = 'Opţiunea există!'; $_LANG['Option name contains forbidden characters!'] = 'Nume opţiune conţine niedozwolone caractere.'; $_LANG['Option name is required!'] = 'Nume opţiune este obligatoriu de completat!'; @@ -988,20 +988,20 @@ $_LANG['Owner ID:'] = 'Identificator deţinător:'; $_LANG['Packet limit:'] = 'Packet limit:'; $_LANG['Page:'] = 'Pagina:'; -$_LANG['Page $0 of $1'] = 'Pagina $0 z $1'; +$_LANG['Page $a of $b'] = 'Pagina $a z $b'; $_LANG['Password'] = 'Parola'; $_LANG['Password:'] = 'Parola:'; $_LANG['Password Change'] = 'Schimbare parola'; -$_LANG['Password Change for Account: $0'] = 'Schimbare parola dla cont: $0'; -$_LANG['Password Change for User $0'] = 'Schimbare parola dla utilizator $0'; +$_LANG['Password Change for Account: $a'] = 'Schimbare parola dla cont: $a'; +$_LANG['Password Change for User $a'] = 'Schimbare parola dla utilizator $a'; $_LANG['Password is too long (max.32 characters)!'] = 'Parola jest za długie (max.32 caractere)!'; $_LANG['Passwords does not match!'] = 'Hasła nie pasują do siebie!'; $_LANG['Path to file was not specified.'] = 'Calea către fişier nu a fost specificată.'; $_LANG['Payment:'] = 'Plată:'; $_LANG['Payment day:'] = 'Zi de plată:'; -$_LANG['Payment Edit: $0'] = 'Editare plată: $0'; -$_LANG['Payment for invoice No. $0'] = 'Plata pentru factură nr $0'; -$_LANG['Payment Info: $0'] = 'Informaţii despre plată: $0'; +$_LANG['Payment Edit: $a'] = 'Editare plată: $a'; +$_LANG['Payment for invoice No. $a'] = 'Plata pentru factură nr $a'; +$_LANG['Payment Info: $a'] = 'Informaţii despre plată: $a'; $_LANG['Payment name is required!'] = 'Nume plată este obligatoriu de completat!'; $_LANG['Payments List'] = 'Lista plată'; $_LANG['Payment type:'] = 'Tip plată:'; @@ -1023,7 +1023,7 @@ $_LANG['Postcode:'] = 'Cod Poştal:'; $_LANG['PostgreSQL version:'] = 'Versiune PostgreSQL:'; $_LANG['Prefix for account home directory. Default: /home/'] = 'Prefix pt. directorul contului. Prestabilit: /home/'; -$_LANG['Prepared by: $0'] = 'Prelucrat de: $0'; +$_LANG['Prepared by: $a'] = 'Prelucrat de: $a'; $_LANG['Print'] = 'Printare'; $_LANG['Print cash receipts'] = 'Printare chitanţe'; $_LANG['Print invoices'] = 'Printare factură'; @@ -1042,32 +1042,32 @@ $_LANG['Put in order'] = 'Ordonează'; $_LANG['Qualification operator:'] = 'Calificare operator:'; $_LANG['quarterly'] = 'trimestrial'; -$_LANG['quarterly ($0)'] = 'trimestrial ($0)'; +$_LANG['quarterly ($a)'] = 'trimestrial ($a)'; $_LANG['Query:'] = 'Query:'; $_LANG['Question'] = 'Întrebare'; $_LANG['Queue'] = 'Coadă'; $_LANG['Queue:'] = 'Coadă:'; -$_LANG['Queue Edit: $0'] = 'Editare Coadă: $0'; -$_LANG['Queue Info: $0'] = 'Informaţii despre Coadă: $0'; +$_LANG['Queue Edit: $a'] = 'Editare Coadă: $a'; +$_LANG['Queue Info: $a'] = 'Informaţii despre Coadă: $a'; $_LANG['Queue name must be defined!'] = 'Nume Coadă trebuie să fie definit!'; $_LANG['Queues List'] = 'Lista Cozi'; $_LANG['Queue with specified name already exists!'] = 'Coada cu numele specificat există deja!'; $_LANG['Quota (sh/mail/www/ftp/sql):'] = 'Limit (sh/mail/www/ftp/sql):'; $_LANG['Read'] = 'Citeşte'; -$_LANG['Readdressing network $0'] = 'Przeadresowanie reţea $0'; -$_LANG['Readdressing Network $0'] = 'Przeadresowanie reţea $0'; +$_LANG['Readdressing network $a'] = 'Przeadresowanie reţea $a'; +$_LANG['Readdressing Network $a'] = 'Przeadresowanie reţea $a'; $_LANG['read only (excluding helpdesk)'] = 'read only (fără Helpdesk)'; $_LANG['Reassign to network:'] = 'Przeadresuj reţea:'; $_LANG['Receipt'] = 'Chitanţă'; $_LANG['Receipt have no items!'] = 'Factura nu conţine nici un articol!'; $_LANG['Receipt have no items. Use form below for items addition.'] = 'Nici un articol în factură. Folosiţi formularul de mai jos pentru adăugare de articole.'; $_LANG['Receipt number:'] = 'Număr chitanţă:'; -$_LANG['Receipt number $0 already exists!'] = 'Chitanţa nr $0 există deja!'; +$_LANG['Receipt number $a already exists!'] = 'Chitanţa nr $a există deja!'; $_LANG['Receipt number must be integer!'] = 'Număr chitanţă trebuie să fie interger (numeric)!'; $_LANG['Recipients:'] = 'Destinatar:'; $_LANG['Recipient\'s e-mail:'] = 'E-mail destinatar:'; $_LANG['Record of Network Devices'] = 'Evidenţa echipamentelor de reţea'; -$_LANG['records $0 - $1 of $2'] = 'înregistrări $0 - $1 din $2'; +$_LANG['records $a - $b of $c'] = 'înregistrări $a - $b din $c'; $_LANG['Registered for:'] = 'Înregistrat pentru:'; $_LANG['Register your installation today! ;-)'] = 'Înregistrează instalarea ta azi! ;-)'; $_LANG['Registration ID:'] = 'Nr înregistrare:'; @@ -1076,9 +1076,9 @@ $_LANG['Reload type. Allowed values: exec - call some command (most often with sudo, some script or something else, configurable below); sql - writes down to SQL (multiple queries separated with semicolon may be setup).'] = 'Reload type. Allowed values: exec - call some command (most often with sudo, some script or something else, configurable below); sql - writes down to SQL (multiple queries separated with semicolon may be setup).'; $_LANG['Remove'] = 'Elimină'; $_LANG['Remove customer from group'] = 'Elimină client din categorie'; -$_LANG['Remove queue ID: $0'] = 'Elimină coada ID: $0'; +$_LANG['Remove queue ID: $a'] = 'Elimină coada ID: $a'; $_LANG['Remove this item from list'] = 'Elimină acest articol din listă'; -$_LANG['Removing network $0'] = 'Şterge reţea $0'; +$_LANG['Removing network $a'] = 'Şterge reţea $a'; $_LANG['Repeat password:'] = 'Repetă parola:'; $_LANG['Replace device:'] = 'Înlocuieşte echipament:'; $_LANG['Reply'] = 'Răspunde'; @@ -1090,7 +1090,7 @@ $_LANG['Restore'] = 'Refă'; $_LANG['Sale date:'] = 'Data Vânzării:'; $_LANG['Sale Registry'] = 'Registru Vânzări'; -$_LANG['Sale Registry for period $0 - $1'] = 'Registru Vânzări pentru perioada $0 - $1'; +$_LANG['Sale Registry for period $a - $b'] = 'Registru Vânzări pentru perioada $a - $b'; $_LANG['Save'] = 'Salvare'; $_LANG['Save & Print'] = 'Salvează şi printează'; $_LANG['Scan'] = 'Scanează'; @@ -1194,7 +1194,7 @@ $_LANG['SMTP settings.'] = 'Setări SMTP.'; $_LANG['Sorting:'] = 'Ordonare:'; $_LANG['Specified address does not belongs to any network!'] = 'Adresa specificată nu apartine nici unei reţele!'; -$_LANG['Specified address is not a network address, setting $0'] = 'Adresa specificată nu e o adresă de reţea, setăm $0'; +$_LANG['Specified address is not a network address, setting $a'] = 'Adresa specificată nu e o adresă de reţea, setăm $a'; $_LANG['Specified domain contains forbidden characters!'] = 'Domeniul specificat conţine caractere interzise!'; $_LANG['Specified e-mail is not correct!'] = 'Email-ul specificat nu e corect!'; $_LANG['Specified gateway address does not match with network address!'] = 'Adresa gateway specificată nu se potriveşte cu adresa de reţea!'; @@ -1206,7 +1206,7 @@ $_LANG['Specified MAC address is in use!'] = 'Adresa MAC specificată este folosită deja!'; $_LANG['Specified name contains forbidden characters!'] = 'Numele specificat conţine caractere INTERZISE!'; $_LANG['Specified name is in use!'] = 'Numele specificat este folosit deja!'; -$_LANG['Specified name is too long (max.$0 characters)!'] = 'Numele specificat este prea lung (max.$0 caractere)!'; +$_LANG['Specified name is too long (max.$a characters)!'] = 'Numele specificat este prea lung (max.$a caractere)!'; $_LANG['Specify customer contract template. It can include comma separated list of contract templates with their names. Default: contract.html.'] = 'Selectaţi template contract client. Opţiunea poate include listă separată de virgule de template-uri de contracte cu numele lor. Prestabilit: contract.html.'; $_LANG['Specify format of verbal amounts representation (on invoices). e.g. for value "1" verbal expand of 123,15 will be "one two thr 15/100". Default: 0.'] = 'Specify format of verbal amounts representation (on invoices). e.g. for value "1" verbal expand of 123,15 will be "one two thr 15/100". Prestabilit: 0.'; $_LANG['SSN'] = 'CNP'; @@ -1231,9 +1231,9 @@ $_LANG['System message:'] = 'Mesaj sistem:'; $_LANG['System version:'] = 'Versiune sistem:'; $_LANG['Table of financial operations'] = 'Tabela operaţii financiare'; -$_LANG['Subscription $0 already exists!'] = 'Abonamentul $0 există deja!'; -$_LANG['Subscription Edit: $0'] = 'Editare abonament: $0'; -$_LANG['Subscription Info: $0'] = 'Informaţii despre Abonament: $0'; +$_LANG['Subscription $a already exists!'] = 'Abonamentul $a există deja!'; +$_LANG['Subscription Edit: $a'] = 'Editare abonament: $a'; +$_LANG['Subscription Info: $a'] = 'Informaţii despre Abonament: $a'; $_LANG['Subscription List'] = 'Lista Abonamente'; $_LANG['Subscription name required!'] = 'Nume abonament este obligatoriu de completat!'; $_LANG['Subscription not selected!'] = 'Abonament neselctat!'; @@ -1273,12 +1273,12 @@ $_LANG['this page:'] = 'această paginaă:'; $_LANG['This queue is empty.'] = 'Această coadă este goală.'; $_LANG['Ticket date:'] = 'Data reclamaţie:'; -$_LANG['Ticket Edit: $0'] = 'Editare Reclamaţie: $0'; +$_LANG['Ticket Edit: $a'] = 'Editare Reclamaţie: $a'; $_LANG['Ticket History'] = 'Istoria Reclamaţii'; $_LANG['Ticket must have its body!'] = 'Reclamaţie trebuie să aiba un corp de conţinut!'; $_LANG['Ticket must have its title!'] = 'Reclamaţia trebuie să aiba un titlu!'; $_LANG['Ticket No.'] = 'Reclamaţie Nr'; -$_LANG['Ticket No. $0'] = 'Reclamaţie Nr $0'; +$_LANG['Ticket No. $a'] = 'Reclamaţie Nr $a'; $_LANG['Ticket Review'] = 'Revizuire reclamaţie'; $_LANG['Tickets'] = 'Reclamaţii'; $_LANG['Ticket Search'] = 'Caută Reclamaţie'; @@ -1297,10 +1297,10 @@ $_LANG['To (day/month/year hh:mm):'] = 'Do (ziua/luna/an gg:mm):'; $_LANG['To pay:'] = 'De plătit:'; $_LANG['Total:'] = 'Total:'; -$_LANG['Total: $0'] = 'Total: $0'; +$_LANG['Total: $a'] = 'Total: $a'; $_LANG['Total Dues:'] = 'Cotizaţie Totală:'; $_LANG['Total Invoiceless Income'] = 'Total venituri nefacturate'; -$_LANG['Total Invoiceless Income ($0 to $1)'] = 'Total venituri nefacturate ($0 do $1)'; +$_LANG['Total Invoiceless Income ($a to $b)'] = 'Total venituri nefacturate ($a do $b)'; $_LANG['Total Tax'] = 'Suma TVA'; $_LANG['Type:'] = 'Tip:'; $_LANG['Type/Limit:'] = 'Tip/Limit:'; @@ -1309,7 +1309,7 @@ $_LANG['Unit:'] = 'UM:'; $_LANG['Unitary Net Value:'] = 'Preţ unitar net (fără TVA):'; $_LANG['Unknown option. No description.'] = 'Opţiune necunoscută. Nici o descriere.'; -$_LANG['unknown OS ($0)'] = 'OS necunsocut ($0)'; +$_LANG['unknown OS ($a)'] = 'OS necunsocut ($a)'; $_LANG['Upceil:'] = 'Upceil:'; $_LANG['Upload'] = 'Upload'; $_LANG['Upload ceil:'] = 'Upload ceil:'; @@ -1324,8 +1324,8 @@ $_LANG['User'] = 'Utilizator'; $_LANG['User:'] = 'Utilizator:'; $_LANG['User-defined stats'] = 'Statistici definite de utilizator'; -$_LANG['User Edit: $0'] = 'Editare utilizator: $0'; -$_LANG['User Info: $0'] = 'Informaţii despre utilizator: $0'; +$_LANG['User Edit: $a'] = 'Editare utilizator: $a'; +$_LANG['User Info: $a'] = 'Informaţii despre utilizator: $a'; $_LANG['User Interface'] = 'Interfaţă Utilizator'; $_LANG['User Interface Configuration'] = 'Configurare Interfaţă Utilizator'; $_LANG['User interface language code. If not set, language will be determined on browser settings. Default: en.'] = 'Cod de limbă al interfeţei utilizator. Dacă nu e setat, limbajul va fi determinat de setările browserului. Prestabilit: en.'; @@ -1341,12 +1341,12 @@ $_LANG['Value:'] = 'Valoare:'; $_LANG['Value and description:'] = 'Valoare şi descriere:'; $_LANG['Value of tax rate which will be selected by default on tax rates lists. Default: 22.0'] = 'Valoare stawki procentowej, która ma być domyślnie zaznaczona na listach wyboru stawki. Prestabilit: 22.0'; -$_LANG['Value of option "$0" must be a number grater than zero!'] = 'Valoare opţiune "$0" trebuie być większa od zera!'; +$_LANG['Value of option "$a" must be a number grater than zero!'] = 'Valoare opţiune "$a" trebuie być większa od zera!'; $_LANG['Value required!'] = 'Valoare obligatoriu!'; $_LANG['View'] = 'Vizualizare'; $_LANG['waiting'] = 'în aşteptare'; $_LANG['Waiting:'] = 'În aşteptare:'; -$_LANG['Warning! Debug mode (using address $0).'] = 'ATENTIE! Mod depanare (folosind adresa $0).'; +$_LANG['Warning! Debug mode (using address $a).'] = 'ATENTIE! Mod depanare (folosind adresa $a).'; $_LANG['Warning! This is example document (default template). You can create your own template in documents/templates/ directory.'] = 'Acesta este un document exemplu (şablon prestabilit). Vă puteţi crea propriile şsabloane în directorul documents/templates/.'; $_LANG['WARNING! It will backup current database content automatically'] = 'ATENTIE! Va salva automat copii de siguranţă la baza de date'; $_LANG['Warning message:'] = 'Mesaj de atenţionare:'; @@ -1355,7 +1355,7 @@ $_LANG['Warnings'] = 'Atenţionări'; $_LANG['WARNING! THIS WILL DELETE ALL DATA FROM DATABASE!!!'] = 'ATENTIE! ACEASTA VA ŞTERGE TOATE DATELE DIN BAZA DE DATE!!!'; $_LANG['weekly'] = 'săptămânal'; -$_LANG['weekly ($0)'] = 'săptămânal ($0)'; +$_LANG['weekly ($a)'] = 'săptămânal ($a)'; $_LANG['Welcome to LMS'] = 'Bine aţi venit LMS'; $_LANG['When:'] = 'Cand:'; $_LANG['When enabled, all messages in helpdesk system (except those sent to requester) will be sent to mail server corresponding queue address. lms-rtparser script should be running on server. Messages won\'t be written directly to database, but on solely responsibility of rtparser script. Default: disabled.'] = 'Când e activat, toate mesajele din sistemul helpdesk (cu excepţia celor trimise celui care a cerut) vor fi trimse către adresa cozii corespunzătoare serverului mail. Scriptul lms-rtparser trebuie să fie activ pe server. Mesajele nu vor fi scrise direct in baza de date, ci doar in responsabilitatea scriptului rtparser. Prestabilit: dezactivat.'; @@ -1372,7 +1372,7 @@ $_LANG['Wrong password or login.'] = 'Utilizator sau parola greşită.'; $_LANG['www'] = 'www'; $_LANG['yearly'] = 'anual'; -$_LANG['yearly ($0)'] = 'anual ($0)'; +$_LANG['yearly ($a)'] = 'anual ($a)'; $_LANG['yes'] = 'da'; $_LANG['Yes, I am sure.'] = 'Da, sunt sigur'; $_LANG['Yes, I do.'] = 'Da, o fac.'; @@ -1398,7 +1398,7 @@ $_LANG['You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.'] = 'You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.'; $_LANG['Zip:'] = 'Cod Poştal:'; $_LANG['Add tax rate'] = 'Adaugă rata taxe'; -$_LANG['Are you sure, you want to delete taxrate \\\'$0\\\'?'] = 'Eşti sigur, vrei să ştergi rata taxei \\\'$0\\\'?'; +$_LANG['Are you sure, you want to delete taxrate \\\'$a\\\'?'] = 'Eşti sigur, vrei să ştergi rata taxei \\\'$a\\\'?'; $_LANG['Binds from date:'] = 'Binds from date:'; $_LANG['Binds to date:'] = 'Binds to date:'; $_LANG['Display this form again, when this tax rate is saved'] = 'Afişează acest formular din nou, după salvarea tax rate-ului'; @@ -1412,7 +1412,7 @@ $_LANG['No such tax rates in database.'] = 'No such tax rates in database.'; $_LANG['Select taxing status'] = 'Selectaţi status taxe'; $_LANG['Taxing:'] = 'Taxing:'; -$_LANG['Tax Rate Edit: $0'] = 'Editare Tax Rate: $0'; +$_LANG['Tax Rate Edit: $a'] = 'Editare Tax Rate: $a'; $_LANG['Tax rate label is required!'] = 'Eticheta pt. tax rate este obligatoriu de completat!'; $_LANG['Tax Rates'] = 'Tax Rates'; $_LANG['Tax Rates Definitions'] = 'Definiţii Tax Rates'; @@ -1420,7 +1420,7 @@ $_LANG['Tax rate value is not numeric!'] = 'Valoare Tax rate nu e numeric!'; $_LANG['annex'] = 'anexă'; $_LANG['Are you sure, you want to remove that document?'] = 'Sunteţi sigur, vreţi să ştergeţi acest document?'; -$_LANG['Can\'t save file in "$0" directory!'] = 'Nu se poatze salva fişierul în directorul "$0"!'; +$_LANG['Can\'t save file in "$a" directory!'] = 'Nu se poatze salva fişierul în directorul "$a"!'; $_LANG['contract'] = 'contract'; $_LANG['Customer\'s Documents:'] = 'Documente client:'; $_LANG['Display this form again, when that document is saved'] = 'Afişează acest formular iar, după salvarea documentului'; @@ -1452,7 +1452,7 @@ $_LANG['No. of issued documents:'] = 'Wystawiono documente:'; $_LANG['Document type:'] = 'Format document:'; $_LANG['Default:'] = 'Prestabilit:'; -$_LANG['Are you sure, you want to delete numberplan \\\'$0\\\'?'] = 'Sunteţi sigur, vreţi să ştergeţi plan \\\'$0\\\'?'; +$_LANG['Are you sure, you want to delete numberplan \\\'$a\\\'?'] = 'Sunteţi sigur, vreţi să ştergeţi plan \\\'$a\\\'?'; $_LANG['Numbering Plans List'] = 'Lista plan de numerotare'; $_LANG['Add plan'] = 'Adaugă plan'; $_LANG['cash receipt'] = 'chitanţă'; @@ -1464,7 +1464,7 @@ $_LANG['New Numbering Plan'] = 'Nou plan de numerotare'; $_LANG['No such numbering plans in database.'] = 'Nici un asemenea plan de numerotare în baza de date.'; $_LANG['Numbering period is required!'] = 'Perioada de numerotare este obligatoriu de completat!'; -$_LANG['Numbering Plan Edit: $0'] = 'Editare plan de numerotare: $0'; +$_LANG['Numbering Plan Edit: $a'] = 'Editare plan de numerotare: $a'; $_LANG['Number template is required!'] = 'Şablon număr este obligatoriu de completat!'; $_LANG['select document type'] = 'Selectaţi formatul documentului'; $_LANG['Selected document type has already defined default plan!'] = 'Formatul selectat al documentului are deja specificat planul prestabilit!'; @@ -1472,17 +1472,17 @@ $_LANG['Select numbering plan'] = 'Selectaţi plan numerotare'; $_LANG['select period'] = 'selectează perioada'; $_LANG['Template must consist "%N" specifier!'] = 'Şablonul trebuie să conţină referinţa "%N"!'; -$_LANG['Are you sure, you want to remove credit note \\\'$0\\\' from database?'] = 'Sunteţi sigur, vreţi să ştergeţi factura proformă \\\'$0\\\' din baza de date?'; +$_LANG['Are you sure, you want to remove credit note \\\'$a\\\' from database?'] = 'Sunteţi sigur, vreţi să ştergeţi factura proformă \\\'$a\\\' din baza de date?'; $_LANG['Corrected to:'] = 'Corectată în:'; $_LANG['credit memo'] = 'nota memo'; $_LANG['credit note'] = 'factura proformă(credit note)'; $_LANG['Credit note'] = 'Factura Proformă'; -$_LANG['Credit Note for Invoice: $0'] = 'Proformă pt. factura: $0'; -$_LANG['Credit Note No. $0'] = 'Proformă Nr $0'; +$_LANG['Credit Note for Invoice: $a'] = 'Proformă pt. factura: $a'; +$_LANG['Credit Note No. $a'] = 'Proformă Nr $a'; $_LANG['Credit note number:'] = 'Număr factură proformă:'; -$_LANG['Credit note number $0 already exists!'] = 'Factura proformă număr $0 există deja!'; +$_LANG['Credit note number $a already exists!'] = 'Factura proformă număr $a există deja!'; $_LANG['Credit note number must be integer!'] = 'Numărul facturii proforme trebuie să fie numeric!'; -$_LANG['for Invoice No. $0'] = 'pt. Factura Nr $0'; +$_LANG['for Invoice No. $a'] = 'pt. Factura Nr $a'; $_LANG['Recover this item'] = 'Refă acestr articol'; $_LANG['Remove this item'] = 'Şterge acest articol'; $_LANG['Revise'] = 'Corectare'; @@ -1500,7 +1500,7 @@ $_LANG['select template'] = 'selectează şablon'; $_LANG['Select template to generate new document if you haven\'t got prepared file'] = 'Selectează şablon pt. a genera document nou dacă nu ai un fişier anume pregătit deja'; $_LANG['WINS:'] = 'WINS:'; -$_LANG['last $0 documents'] = 'Ultimele $0 documente'; +$_LANG['last $a documents'] = 'Ultimele $a documente'; $_LANG['Last operation:'] = 'Ultima operaţie:'; $_LANG['Limit of records displayed on one page in documents list. Default: 100.'] = 'Limit înregistrări afişate în Lista documente. Prestabilit: 100.'; $_LANG['Avg. download speed'] = 'Avg. download speed'; @@ -1511,7 +1511,7 @@ $_LANG['No such stats for selected period.'] = 'Nu sunt statistici pentru perioada selectată.'; $_LANG['Receipts'] = 'Chitanţe'; $_LANG['Select period'] = 'Selectaţi perioada'; -$_LANG['Stats of Customer $0 in month $1'] = 'Statistici client $0 în luna $1'; +$_LANG['Stats of Customer $a in month $b'] = 'Statistici client $a în luna $b'; $_LANG['Year:'] = 'An:'; $_LANG['Add items'] = 'Adaugă articol'; $_LANG['Last 10 not accounted invoices:'] = 'Ultimele 10 facturi not accounted:'; @@ -1534,7 +1534,7 @@ $_LANG['Liability name/description is required!'] = 'Nume/descriere datorie este obligatoriu de completat!'; $_LANG['Liability value not specified!'] = 'Valoare datorie nespecificată!'; $_LANG['or'] = 'sau'; -$_LANG['Customer ID: $0'] = 'ID client: $0'; +$_LANG['Customer ID: $a'] = 'ID client: $a'; $_LANG['Enter balance limit (default 0)'] = 'Introdu limită bilanţ (prestabilit 0)'; $_LANG['or Group:'] = 'sau Categorie:'; $_LANG['Transfer forms'] = 'Formulare de transfer'; @@ -1559,7 +1559,7 @@ $_LANG['advance'] = ''; $_LANG['Advanced (+R)'] = ''; $_LANG['Advance return'] = ''; -$_LANG['Advance settlement: $0'] = ''; +$_LANG['Advance settlement: $a'] = ''; $_LANG['all'] = 'toţi'; $_LANG['All documents'] = 'Toate documentele'; $_LANG['All invoices'] = 'Toate facturile'; @@ -1571,7 +1571,7 @@ $_LANG['Are you sure, you want to delete last operation?'] = 'Eşti sigur, vrei să ştergi ultima operaţie'; $_LANG['Are you sure, you want to delete selected entry?'] = 'Eşti sigur, vrei să ştergi intrarea selectată'; $_LANG['Are you sure, you want to delete that note?'] = 'Eşti sigur, vrei să stergi acea nota'; -$_LANG['Are you sure, you want to remove registry \\\'$0\\\' and all assigned receipts?'] = 'Eşti sigur, vrei să elimini registrul \\\'$0\\\' şi toate chitanţele asociate?'; +$_LANG['Are you sure, you want to remove registry \\\'$a\\\' and all assigned receipts?'] = 'Eşti sigur, vrei să elimini registrul \\\'$a\\\' şi toate chitanţele asociate?'; $_LANG['assets move'] = ''; $_LANG['ass. move'] = ''; $_LANG['Cash history'] = 'Istoric Plăţi'; @@ -1579,19 +1579,19 @@ $_LANG['Cash History Entry Info'] = 'Info Intrare din Istoric Plăţi'; $_LANG['Cash History Last Entry:'] = 'Ultima Intrare din Istoric Plăţi'; $_LANG['Cash History of Registry:'] = 'Istoric Plăţi din registru'; -$_LANG['Cashier: $0'] = 'Încasat de: $0'; -$_LANG['Cash-in Receipt Edit: $0'] = 'Editare chitanţă de încasare'; +$_LANG['Cashier: $a'] = 'Încasat de: $a'; +$_LANG['Cash-in Receipt Edit: $a'] = 'Editare chitanţă de încasare'; $_LANG['Cash-in receipt number:'] = 'Numar Chitanţă încasare'; $_LANG['Cash-in receipt numbering plan:'] = 'Plan de numerotare chitanţe de încasare'; $_LANG['cash operations'] = 'operaţii financiare'; -$_LANG['Cash-out Receipt Edit: $0'] = 'Editare chitantă de plată(iesire)'; +$_LANG['Cash-out Receipt Edit: $a'] = 'Editare chitantă de plată(iesire)'; $_LANG['Cash-out receipt number:'] = 'Numar chitanta de plata(iesire)'; $_LANG['Cash-out receipt numbering plan:'] = 'Plan de numerotare chitante de plată(iesire)'; $_LANG['Cash Registries List'] = 'Lista de Registre Financiare'; $_LANG['Cash Registry'] = 'Registru financiar'; $_LANG['Cash Registry:'] = 'Registru financiar:'; -$_LANG['Cash Registry: $0'] = 'Registru financiar: $0'; -$_LANG['Cash Registry Info: $0'] = 'Info Registru financiar: $0'; +$_LANG['Cash Registry: $a'] = 'Registru financiar: $a'; +$_LANG['Cash Registry Info: $a'] = 'Info Registru financiar: $a'; $_LANG['Cash state:'] = 'Situatie Financiara'; $_LANG['Cash state value is required!'] = 'Valoarea situaţiei financiare este necesara!'; $_LANG['Cause:'] = 'Cauza'; @@ -1610,7 +1610,7 @@ $_LANG['Customer has got unconfirmed documents!'] = 'Clientul are documente neconfirmate'; $_LANG['customer sheet'] = 'Fişă client'; $_LANG['Customers list is empty!'] = 'Lista clienţi este goală'; -$_LANG['Customers requesting more than $0 times in last $1 days'] = 'Cererea Clienţilor de mai mult de $0 ori în ultimele $1 zile'; +$_LANG['Customers requesting more than $a times in last $b days'] = 'Cererea Clienţilor de mai mult de $a ori în ultimele $b zile'; $_LANG['customer\'s side'] = 'partea clienţilor'; $_LANG['Data limit:'] = 'Limita datei'; $_LANG['days'] = 'zile'; @@ -1627,9 +1627,9 @@ $_LANG['Documents: list, searching, adding'] = 'Documente: listare, căutare, adăugare'; $_LANG['Documents mass creation'] = 'Creare Documente în masa'; $_LANG['Document template not selected!'] = 'Şablon Documente neselectat'; -$_LANG['Do you want to remove registry "$0"?'] = 'Vrei să ştergi Registrul "$0"'; -$_LANG['Edit Cash Registry: $0'] = 'Editeaza Registrul Financiar: $0'; -$_LANG['Edit Document: $0'] = 'Editează document'; +$_LANG['Do you want to remove registry "$a"?'] = 'Vrei să ştergi Registrul "$a"'; +$_LANG['Edit Cash Registry: $a'] = 'Editeaza Registrul Financiar: $a'; +$_LANG['Edit Document: $a'] = 'Editează document'; $_LANG['Enable/disable MAC address checking'] = 'Activeză/Dezactivează verificarea adreselor MAC'; ?> diff --git a/lib/locale/sk/strings.php b/lib/locale/sk/strings.php index 89472064c5..35588418a5 100644 --- a/lib/locale/sk/strings.php +++ b/lib/locale/sk/strings.php @@ -24,16 +24,16 @@ * $Id$ */ -$_LANG['$0 ($1 addresses)'] = '$0 ($1 adresy)'; -$_LANG['$0 addresses'] = '$0 adresy'; -$_LANG['$0 ago ($1)'] = '$0 pred ($1)'; -$_LANG['$0 at least one year old records have been removed.
'] = '$0 záznamy staršie ako jeden rok budú zmazané.
'; -$_LANG['$0 dollars $1 cents'] = '$0 euro $1 centov'; -$_LANG['$0 months'] = '$0 mesačne'; -$_LANG['$0 of $1 ($2): $3 <$4>'] = '$0 z $1 ($2): $3 <$4>'; -$_LANG['$0 records after compacting.'] = '$0 záznamy po zkompletovaní.'; -$_LANG['$0 records before compacting.
'] = '$0 záznamy pred zkompletovaním.
'; -$_LANG['$0 - removed, $1 - inserted
'] = '$0 - zmazaných, $1 - vložených
'; +$_LANG['$a ($b addresses)'] = '$a ($b adresy)'; +$_LANG['$a addresses'] = '$a adresy'; +$_LANG['$a ago ($b)'] = '$a pred ($b)'; +$_LANG['$a at least one year old records have been removed.
'] = '$a záznamy staršie ako jeden rok budú zmazané.
'; +$_LANG['$a dollars $b cents'] = '$a euro $b centov'; +$_LANG['$a months'] = '$a mesačne'; +$_LANG['$a of $b ($c): $d <$4>'] = '$a z $b ($c): $d <$4>'; +$_LANG['$a records after compacting.'] = '$a záznamy po zkompletovaní.'; +$_LANG['$a records before compacting.
'] = '$a záznamy pred zkompletovaním.
'; +$_LANG['$a - removed, $b - inserted
'] = '$a - zmazaných, $b - vložených
'; $_LANG['30 days'] = '30 dní'; $_LANG['365 days'] = '365 dní'; $_LANG['7 days'] = '7 dní'; @@ -44,7 +44,7 @@ $_LANG['Account'] = '=Účet'; $_LANG['Account:'] = 'Účet:'; $_LANG['Accounted'] = 'Zaplatené'; -$_LANG['Account Edit: $0'] = 'Editácia účtu: $0'; +$_LANG['Account Edit: $a'] = 'Editácia účtu: $a'; $_LANG['Accounting day:'] = 'Deň zaučtovania:'; $_LANG['Account payment'] = 'Splatnosť'; $_LANG['Account'] = 'Účet'; @@ -123,18 +123,18 @@ $_LANG['Answer'] = 'Odpoveď'; $_LANG['Approved By'] = 'Potvrdené'; $_LANG['Are you sure that you want to logout?'] = 'Trváte na odpojení zo systému?'; -$_LANG['Are you sure, you want to account ALL debts of customer \\\'$0\\\'?'] = 'Trváš na výúčtovaní VŠETKÝCH zákazníkových pohladávkach \\\'$0\\\'?'; +$_LANG['Are you sure, you want to account ALL debts of customer \\\'$a\\\'?'] = 'Trváš na výúčtovaní VŠETKÝCH zákazníkových pohladávkach \\\'$a\\\'?'; $_LANG['Are you sure, you want to assign new addresses for all computers? Remember, it can make problems for your network!'] = 'Trváš na pridelení nových adries pre VŠETKY počítače? Pozor, môže to spôsobiť problémy v sieti!'; -$_LANG['Are you sure, you want to change network $0 to network \'+getText(document.remap.mapto.value)+\'?'] = 'Trváš na zmene siete $0 sieť \'+getText(document.remap.mapto.value)+\'?'; +$_LANG['Are you sure, you want to change network $a to network \'+getText(document.remap.mapto.value)+\'?'] = 'Trváš na zmene siete $a sieť \'+getText(document.remap.mapto.value)+\'?'; $_LANG['Are you sure, you want to check/uncheck selected invoices as accounted?'] = 'Trváš na tom, že chceš zaznačiť/odznačiť zvolené faktúry ako zaplatené?'; -$_LANG['Are you sure, you want to delete account \\\'$0\\\' and all assigned to them aliases?'] = 'Trváš na tom, že chceš odstrániť tento účet \\\'$0\\\' a všetky väzby k tomuto aliasu?'; -$_LANG['Are you sure, you want to delete address \\\'$0\\\' from database?'] = 'Trváš na zmazaní adresy \\\'$0\\\' z databazy?'; -$_LANG['Are you sure, you want to delete alias: \\\'$0\\\'?'] = 'Trváš na zmazaní aliasu: \\\'$0\\\'?'; -$_LANG['Are you sure, you want to delete database backup created at $0 ?'] = 'Trváš na zmazani zálohy databázy vytvorenej v: $0 ?'; -$_LANG['Are you sure, you want to delete domain: \\\'$0\\\' and all accounts in that domain?'] = 'Trvás na zmazaní domény: \\\'$0\\\' a všetkych účtov v tejto doméne?'; -$_LANG['Are you sure, you want to delete node $0?'] = 'Trváš na zmazaní počítača $0?'; -$_LANG['Are you sure, you want to delete node \\\'$0\\\' from database?'] = 'Trváš na zmazaní počítača \\\'$0\\\' z databazy ?'; -$_LANG['Are you sure, you want to delete option \\\'$0\\\' from database?'] = 'Trváš na zmazaní voľby \\\'$0\\\' z databazy ?'; +$_LANG['Are you sure, you want to delete account \\\'$a\\\' and all assigned to them aliases?'] = 'Trváš na tom, že chceš odstrániť tento účet \\\'$a\\\' a všetky väzby k tomuto aliasu?'; +$_LANG['Are you sure, you want to delete address \\\'$a\\\' from database?'] = 'Trváš na zmazaní adresy \\\'$a\\\' z databazy?'; +$_LANG['Are you sure, you want to delete alias: \\\'$a\\\'?'] = 'Trváš na zmazaní aliasu: \\\'$a\\\'?'; +$_LANG['Are you sure, you want to delete database backup created at $a ?'] = 'Trváš na zmazani zálohy databázy vytvorenej v: $a ?'; +$_LANG['Are you sure, you want to delete domain: \\\'$a\\\' and all accounts in that domain?'] = 'Trvás na zmazaní domény: \\\'$a\\\' a všetkych účtov v tejto doméne?'; +$_LANG['Are you sure, you want to delete node $a?'] = 'Trváš na zmazaní počítača $a?'; +$_LANG['Are you sure, you want to delete node \\\'$a\\\' from database?'] = 'Trváš na zmazaní počítača \\\'$a\\\' z databazy ?'; +$_LANG['Are you sure, you want to delete option \\\'$a\\\' from database?'] = 'Trváš na zmazaní voľby \\\'$a\\\' z databazy ?'; $_LANG['Are you sure, you want to delete selected operation(s) and/or invoice item(s)?'] = 'Trváš na zmazaní označenej(ich) operácie(ií) a/alebo bodu(ov) faktúry?'; $_LANG['Are you sure, you want to delete that connection?'] = 'Trváš na zmazaní tohto pripojenia?'; $_LANG['Are you sure, you want to delete that device?'] = 'Trváš na zmazaní tohto zariadenia?'; @@ -145,27 +145,27 @@ $_LANG['Are you sure, you want to delete that tariff?'] = 'Trváš na zmazaní tohto tarifu?'; $_LANG['Are you sure, you want to delete this database backup?'] = 'Si presvedčený, že chceš odstrániť túto zálohu databázy?'; $_LANG['Are you sure, you want to delete this liability?'] = 'Si presvedčený, že chceš zmazať tento záväzok?'; -$_LANG['Are you sure, you want to drop user $0 from that event?'] = 'Si presvedčený, že chceš vypustiť užívateľa $0 z tejto udalosti?'; +$_LANG['Are you sure, you want to drop user $a from that event?'] = 'Si presvedčený, že chceš vypustiť užívateľa $a z tejto udalosti?'; $_LANG['Are you sure, you want to generate new password?'] = 'Si presvedčený, že chceš vygenerovať nové heslo?'; $_LANG['Are you sure, you want to generate new PIN?'] = 'Si presvedčený, že chceš vygenerovať nový PIN?'; $_LANG['Are you sure, you want to irreversibly delete that user account?'] = 'Si presvedčený, že chceš nenávratne odstrániť tento užívateľský účet?'; $_LANG['Are you sure, you want to move customers to tariff \'+getText(document.tmove.to.value)+\'?'] = 'Si presvedčený, že chceš premiestniť zákazníka do trarifu \'+getText(document.tmove.to.value)+\'?'; -$_LANG['Are you sure, you want to readdress network $0 to network $1 ?'] = 'Si presvedčený, že chceš zmeniť sieť $0 na sieť $1 ?'; -$_LANG['Are you sure, you want to recover database created at $0?'] = 'Si presvedčený, že chceš obnoviť databázu zo zálohy vytvorenej $0?'; -$_LANG['Are you sure, you want to remove customer \\\'$0\\\' from database?\\n\\nIf that customer have some nodes, they will be also removed and data definitely lost!'] = 'Si presvedčený, že chceš odstrániť zákazníka \\\'$0\\\' z databázy ?\\n\\nNakoľko tento zákazník má niekoľko počítačov, ktoré budú taktiež odstránené a všetky údaje definitívne ztratené!'; +$_LANG['Are you sure, you want to readdress network $a to network $b ?'] = 'Si presvedčený, že chceš zmeniť sieť $a na sieť $b ?'; +$_LANG['Are you sure, you want to recover database created at $a?'] = 'Si presvedčený, že chceš obnoviť databázu zo zálohy vytvorenej $a?'; +$_LANG['Are you sure, you want to remove customer \\\'$a\\\' from database?\\n\\nIf that customer have some nodes, they will be also removed and data definitely lost!'] = 'Si presvedčený, že chceš odstrániť zákazníka \\\'$a\\\' z databázy ?\\n\\nNakoľko tento zákazník má niekoľko počítačov, ktoré budú taktiež odstránené a všetky údaje definitívne ztratené!'; $_LANG['Are you sure, you want to remove customer from group?'] = 'Si presvedčený, že chceš odstraniť zákazníka zo skupiny?'; -$_LANG['Are you sure, you want to remove device \\\'$0\\\' from database?'] = 'Si presvedčený, že chceš odstrániť zariadenie \\\'$0\\\' z databazy?'; -$_LANG['Are you sure, you want to remove host \\\'$0\\\' and all assigned configuration?'] = 'Si presvedčený, že chceš odstrániť hosťa \\\'$0\\\' a celú jeho konfiguráciu?'; -$_LANG['Are you sure, you want to remove instance \\\'$0\\\' and all assigned configuration?'] = 'Si presvedčený, že chceš odstrániť inštanciu \\\'$0\\\' a celú jej konfiguráciu?'; -$_LANG['Are you sure, you want to remove invoice \\\'$0\\\' from database?'] = 'Si presvedčený, že chceš odstrániť faktúru \\\'$0\\\' z databazy?'; -$_LANG['Are you sure, you want to remove network \\\'$0\\\'?'] = 'Si presvedčený, že chceš odstrániť sieť \\\'$0\\\'?'; -$_LANG['Are you sure, you want to remove node \\\'$0\\\' from database?'] = 'Si presvedčený, že chceš odstrániť počítač \\\'$0\\\' z databazy?'; -$_LANG['Are you sure, you want to remove option \\\'$0\\\' from database?'] = 'Si presvedčený, že chceš odstrániť voľbu \\\'$0\\\' z databazy?'; -$_LANG['Are you sure, you want to remove queue \\\'$0\\\' and all assigned tickets and messages?'] = 'Si presvedčený, že chceš odstrániť radu \\\'$0\\\' a k nej pridelené lístky a správy?'; -$_LANG['Are you sure, you want to remove receipt \\\'$0\\\' from database?'] = 'Si presvedčený, že chceš odstrániť potvrdenku \\\'$0\\\' z databazy?'; +$_LANG['Are you sure, you want to remove device \\\'$a\\\' from database?'] = 'Si presvedčený, že chceš odstrániť zariadenie \\\'$a\\\' z databazy?'; +$_LANG['Are you sure, you want to remove host \\\'$a\\\' and all assigned configuration?'] = 'Si presvedčený, že chceš odstrániť hosťa \\\'$a\\\' a celú jeho konfiguráciu?'; +$_LANG['Are you sure, you want to remove instance \\\'$a\\\' and all assigned configuration?'] = 'Si presvedčený, že chceš odstrániť inštanciu \\\'$a\\\' a celú jej konfiguráciu?'; +$_LANG['Are you sure, you want to remove invoice \\\'$a\\\' from database?'] = 'Si presvedčený, že chceš odstrániť faktúru \\\'$a\\\' z databazy?'; +$_LANG['Are you sure, you want to remove network \\\'$a\\\'?'] = 'Si presvedčený, že chceš odstrániť sieť \\\'$a\\\'?'; +$_LANG['Are you sure, you want to remove node \\\'$a\\\' from database?'] = 'Si presvedčený, že chceš odstrániť počítač \\\'$a\\\' z databazy?'; +$_LANG['Are you sure, you want to remove option \\\'$a\\\' from database?'] = 'Si presvedčený, že chceš odstrániť voľbu \\\'$a\\\' z databazy?'; +$_LANG['Are you sure, you want to remove queue \\\'$a\\\' and all assigned tickets and messages?'] = 'Si presvedčený, že chceš odstrániť radu \\\'$a\\\' a k nej pridelené lístky a správy?'; +$_LANG['Are you sure, you want to remove receipt \\\'$a\\\' from database?'] = 'Si presvedčený, že chceš odstrániť potvrdenku \\\'$a\\\' z databazy?'; $_LANG['Are you sure, you want to remove that customer from database?\\n\\nIf that customer have any computers, they will be automatically removed from database too, and information about them irreversible losed!'] = 'Si presvedčený, že chceš odobrať tohto zákazníka z databázy?\\n\\nPokial má tento zákazník počítače, tak všetky informácie o nich budu nenávratne odstránené!'; $_LANG['Are you sure, you want to remove this group?'] = 'Si presvedčený, že chceš odstrániť tuto skupinu?'; -$_LANG['Are you sure, you want to remove ticket $0?'] = 'Si presvedčený, že chceš odstrániť lístok $0?'; +$_LANG['Are you sure, you want to remove ticket $a?'] = 'Si presvedčený, že chceš odstrániť lístok $a?'; $_LANG['Are you sure, you want to reorder that network?'] = 'Si presvedčený, že chceš reorganizovať túto sieť?'; $_LANG['Are you sure, you want to restore this database backup?'] = 'Si presvedčený, že chceš obnoviť tuto zálohu databázy?'; $_LANG['ascending'] = 'vzostupný'; @@ -177,15 +177,15 @@ $_LANG['Avg. monthly income:'] = 'Priemerný mesačný príjem:'; $_LANG['awaiting'] = 'čakajúci'; $_LANG['List of awaiting customers'] = 'Zoznam čakajúcich zákazníkov'; -$_LANG['$0'] = '$0'; +$_LANG['$a'] = '$a'; $_LANG['Backup Delete'] = 'Zmazanie zálohy'; $_LANG['Backups'] = 'Zálohy '; $_LANG['Balance'] = 'Saldo'; $_LANG['Balance:'] = 'Saldo:'; $_LANG['Balance date:'] = 'Dátum bilancie:'; $_LANG['Balance Sheet'] = 'Bilančný prehlad'; -$_LANG['Balance Sheet ($0 to $1)'] = 'Bilančný prehlad ($0 do $1)'; -$_LANG['Balance Sheet of User: $0 ($1 to $2)'] = 'Bilančný prehlad zákazníka: $0 ($1 do $2)'; +$_LANG['Balance Sheet ($a to $b)'] = 'Bilančný prehlad ($a do $b)'; +$_LANG['Balance Sheet of User: $a ($b to $c)'] = 'Bilančný prehlad zákazníka: $a ($b do $c)'; $_LANG['Allows you to logout'] = 'Odhlásenie zo systému'; $_LANG['Basic system information'] = 'Základné systémové informácie'; $_LANG['Begin:'] = 'Začiatok:'; @@ -206,7 +206,7 @@ $_LANG['CASH'] = 'PREVODOM'; $_LANG['Cash Operations Import'] = 'Import pokladničných operácií'; $_LANG['Cash receipt'] = 'Pokladničná potvrdenka'; -$_LANG['Cash Receipt No. $0'] = 'Pokladnična potvrdenka č. $0'; +$_LANG['Cash Receipt No. $a'] = 'Pokladnična potvrdenka č. $a'; $_LANG['Cash receipt template file. Default: "receipt.html". Should be placed in templates directory.'] = 'Šablona pokladničnej potvrdenky. Východzie: "receipt.html". Mala by byť umiestnená v priečinku šablón.'; $_LANG['Cash Report'] = 'Stav pokladne'; $_LANG['Cautions:'] = 'Upozornenie:'; @@ -239,11 +239,11 @@ $_LANG['Compacting of database removes non-essential data from database and averages existing data. This will decrease number of records in database and reduce results latency, but also decrease stats precision.'] = 'Kompresia databázy odstrání nepotrebné údaje z databázy a priemery dat. Tým pádom sa zníží počet záznamov v databáze a redukuje sa výsledná prístupová rýchlosť do databázy. Zároveň sa zníží presnosť štatistík'; $_LANG['Compacting parameters'] = 'Parametre kompresie'; $_LANG['compressed'] = 'zabalený'; -$_LANG['Statistics for computer $0 has been removed
'] = 'Štatistiky pre počítač $0 boli odstránené
'; +$_LANG['Statistics for computer $a has been removed
'] = 'Štatistiky pre počítač $a boli odstránené
'; $_LANG['Error during deleting data for old computers !
'] = 'Chyba pri odstraňovaní štatistických údajov počítača!
'; $_LANG['Computers found:'] = 'Nájdené počítače:'; $_LANG['Configuration'] = 'Konfigurácia'; -$_LANG['Configuration of Instance: $0/$1'] = 'Konfigurácia inštancií: $0/$1'; +$_LANG['Configuration of Instance: $a/$b'] = 'Konfigurácia inštancií: $a/$b'; $_LANG['configuration reload'] = 'konfigurácia obnovená'; $_LANG['Configuration Reload'] = 'Konfigurácia obnovená'; $_LANG['Confirm password'] = 'Potvrď heslo'; @@ -253,7 +253,7 @@ $_LANG['connected'] = 'pripojený'; $_LANG['connected'] = 'pripojený'; $_LANG['Connected:'] = 'Pripojený:'; -$_LANG['List of Connected Customers $0$1'] = 'Zoznam pripojených zákazníkov $0$1'; +$_LANG['List of Connected Customers $a$b'] = 'Zoznam pripojených zákazníkov $a$b'; $_LANG['Connected devices:'] = 'Pripojené zariadenia:'; $_LANG['Connected Nodes:'] = 'Pripojené počítače:'; $_LANG['Connected:'] = 'Pripojené:'; @@ -270,7 +270,7 @@ $_LANG['Copyrights, authors, etc.'] = 'Autorské práva, Autori, atď.'; $_LANG['Create alias'] = 'Vytvoriť alias'; $_LANG['Created:'] = 'Vytvorený:'; -$_LANG['Created by: $0'] = 'Vytvoril: $0'; +$_LANG['Created by: $a'] = 'Vytvoril: $a'; $_LANG['Create new'] = 'Vytvoriť nový'; $_LANG['Create time:'] = 'Vytvoriť v:'; $_LANG['Generating subscriptions...'] = 'Generujem tarify...'; @@ -281,28 +281,28 @@ $_LANG['customer'] = 'zákazník'; $_LANG['Customer'] = 'Zákazník'; $_LANG['Customer:'] = 'Zákazník:'; -$_LANG['Customer $0 Balance Sheet ($1 to $2)'] = 'História operacií zákazníka $0 ($1 do $2)'; -$_LANG['Customer $0 has been removed.'] = 'Zákazník $0 bol odstránený.'; +$_LANG['Customer $a Balance Sheet ($b to $c)'] = 'História operacií zákazníka $a ($b do $c)'; +$_LANG['Customer $a has been removed.'] = 'Zákazník $a bol odstránený.'; $_LANG['Customer Account:'] = 'Účet zákazníka:'; -$_LANG['Customer Balance: $0'] = 'Prehľad operacií zákazníka: $0'; +$_LANG['Customer Balance: $a'] = 'Prehľad operacií zákazníka: $a'; $_LANG['Customer Balance Sheet'] = 'História operacií zákazníka'; $_LANG['Customer cannot send message!'] = 'Zákazník nemôže odoslať správu!'; -$_LANG['Customer Charging Edit: $0'] = 'Editácia vyúčtovania zákazníka.: $0'; -$_LANG['Customer Edit: $0'] = 'Editácia zákazníka: $0'; +$_LANG['Customer Charging Edit: $a'] = 'Editácia vyúčtovania zákazníka.: $a'; +$_LANG['Customer Edit: $a'] = 'Editácia zákazníka: $a'; $_LANG['Customers Group:'] = 'Skupiny zákazníkov:'; $_LANG['customer ID'] = 'identifikátor zákazníka'; $_LANG['Customer ID'] = 'Identifikátor zákazníka'; $_LANG['Customer ID:'] = 'Identifikátor zákazníka:'; -$_LANG['Customer Info: $0'] = 'Informácie o zákazníkovi: $0'; -$_LANG['Node Edit: $0'] = 'Editácia počítača: $0'; -$_LANG['Customer Information: $0'] = 'Informácie o zákazníkovi: $0'; +$_LANG['Customer Info: $a'] = 'Informácie o zákazníkovi: $a'; +$_LANG['Node Edit: $a'] = 'Editácia počítača: $a'; +$_LANG['Customer Information: $a'] = 'Informácie o zákazníkovi: $a'; $_LANG['Customer Liabilities:'] = 'Záväzky zákazníka:'; $_LANG['customer name'] = 'meno zákazníka'; $_LANG['Customer name'] = 'Meno zákazníka'; -$_LANG['Customer No.: $0'] = 'Číslo zákazníka: $0'; -$_LANG['Customer Nodes ($0):'] = 'Počítače zákazníka ($0):'; +$_LANG['Customer No.: $a'] = 'Číslo zákazníka: $a'; +$_LANG['Customer Nodes ($a):'] = 'Počítače zákazníka ($a):'; $_LANG['Customer not selected!'] = 'Zákazník nebol označený!'; -$_LANG['Customer Remove: $0'] = 'Odstránenie zákazníka: $0'; +$_LANG['Customer Remove: $a'] = 'Odstránenie zákazníka: $a'; $_LANG['Customers'] = 'Zákazníci'; $_LANG['Customers:'] = 'Zákazníci:'; $_LANG['Customer Search'] = 'Vyhladaj zákazníka'; @@ -310,10 +310,10 @@ $_LANG['Customers in Subscription:'] = 'Zákazníci v taryfe:'; $_LANG['Customers List'] = 'Zoznam zákazníkov'; $_LANG['Customers List:'] = 'Zoznam zákazníkov:'; -$_LANG['Customers List $0$1'] = 'Zoznam zákazníkov $0$1'; +$_LANG['Customers List $a$b'] = 'Zoznam zákazníkov $a$b'; $_LANG['Customers: list, add, search, groups'] = 'Zákazníci: zoznam, pridať, hladať, skupiny'; $_LANG['customers management'] = 'správa zákazníkov'; -$_LANG['Customers Without Nodes List $0$1'] = 'Zoznam zákazníkov bez počítačov $0$1'; +$_LANG['Customers Without Nodes List $a$b'] = 'Zoznam zákazníkov bez počítačov $a$b'; $_LANG['CVS Repository'] = 'Sklad CVS'; $_LANG['Daemon'] = 'Demon'; $_LANG['daemon management and configuration'] = 'správa a konfigurácia demona'; @@ -344,19 +344,19 @@ $_LANG['deleted'] = 'vymazaný'; $_LANG['Delete data older than one year'] = 'Vymaž údaje staršie ako jeden rok'; $_LANG['deleted customer'] = 'vymazaný zákazník'; -$_LANG['Delete Node $0'] = 'Vymaž počítač $0'; +$_LANG['Delete Node $a'] = 'Vymaž počítač $a'; $_LANG['Delete stats of non-existing (deleted) nodes'] = 'Vymaž štatistiku neexistujúcich (vymazaných) počítačov'; $_LANG['Deletion of Database Backup'] = 'Vymazanie založnej databazy'; -$_LANG['Deletion of Device with ID: $0'] = 'Vymazanie zariadenia s ID: $0'; +$_LANG['Deletion of Device with ID: $a'] = 'Vymazanie zariadenia s ID: $a'; $_LANG['descending'] = 'zostupný'; $_LANG['Description'] = 'Popis'; $_LANG['Description:'] = 'Popis:'; $_LANG['Details'] = 'Detaily'; $_LANG['Device connected to other device or node can\'t be deleted.'] = 'Zariadenie pripojené k iním zariadeniam alebo počítač nie je možné vymazať.'; -$_LANG['Device Edit: $0 ($1)'] = 'Editácia zariadenia: $0 ($1)'; +$_LANG['Device Edit: $a ($b)'] = 'Editácia zariadenia: $a ($b)'; $_LANG['No free ports on device!'] = 'Zariadenie nemá volné porty!'; $_LANG['No IP addresses on device.'] = 'Zariadenie nemá IP adresu'; -$_LANG['Device Info: $0 $1 $2'] = 'Informacie o zariadení: $0 $1 $2'; +$_LANG['Device Info: $a $b $c'] = 'Informacie o zariadení: $a $b $c'; $_LANG['Device name is required!'] = 'Názov zariadenia je požadovaný!'; $_LANG['Device name is too long (max.32 characters)!'] = 'Názov zariadenia je príliš dlhý (max. 32 znakov)!'; $_LANG['IP addresses of device:'] = 'IP adresa zariadenia:'; @@ -377,7 +377,7 @@ $_LANG['disconnected'] = 'odpojený'; $_LANG['Disconnected:'] = 'Odpojené:'; $_LANG['Documents List'] = 'Zoznam dokumentov'; -$_LANG['List of Disconnected Customers $0$1'] = 'Zoznam odpojených zákazníkov $0$1'; +$_LANG['List of Disconnected Customers $a$b'] = 'Zoznam odpojených zákazníkov $a$b'; $_LANG['List of Disconnected Nodes'] = 'Zoznam odpojených počítačov'; $_LANG['Discount:'] = 'Zľava:'; $_LANG['Display customers matching the following criteria:'] = 'Zobrazenie zákazníkov splnajúcich následujúce kritéria:'; @@ -395,7 +395,7 @@ $_LANG['Documentation'] = 'Dokumentácia'; $_LANG['Document with specified number exists!'] = 'Dokument z uvedeným číslom už existuje!'; $_LANG['Domain:'] = 'Doména:'; -$_LANG['Domain Edit: $0'] = 'Editácia domény: $0'; +$_LANG['Domain Edit: $a'] = 'Editácia domény: $a'; $_LANG['Domain name is required!'] = 'Meno domény je povinné!'; $_LANG['Domains'] = 'Domény'; $_LANG['Domains List'] = 'Zoznam domén'; @@ -406,8 +406,8 @@ $_LANG['Download rate:'] = 'Download rate:'; $_LANG['Downrate:'] = 'Downrate:'; $_LANG['Downrate (ceil):'] = 'Downrate (ceil):'; -$_LANG['Do you want to remove $0 customer?'] = 'Praješ si odstrániť zákazníka $0?'; -$_LANG['Do you want to remove queue called $0?'] = 'Praješ si odstrániť radu s označením $0?'; +$_LANG['Do you want to remove $a customer?'] = 'Praješ si odstrániť zákazníka $a?'; +$_LANG['Do you want to remove queue called $a?'] = 'Praješ si odstrániť radu s označením $a?'; $_LANG['Draw-up date'] = 'Dátum vystavenia'; $_LANG['Draw-up date:'] = 'Dátum vystavenia:'; $_LANG['Edit'] = 'Editácia'; @@ -560,7 +560,7 @@ $_LANG['entries'] = 'záznamy'; $_LANG['Error:'] = 'Chyba:'; $_LANG['Error!'] = 'Chyba!'; -$_LANG['Error: Unknown reload type: "$0"!'] = 'Chyba: Neznámy typ pre obnovenie: "$0"!'; +$_LANG['Error: Unknown reload type: "$a"!'] = 'Chyba: Neznámy typ pre obnovenie: "$a"!'; $_LANG['Event Edit'] = 'Editácia udalostí'; $_LANG['Event Info'] = 'Informácie o udalosti'; $_LANG['Event Search'] = 'Vyhľadávanie udalostí'; @@ -610,9 +610,9 @@ $_LANG['Gross value'] = 'Cena celkom s DPH'; $_LANG['Gross Value:'] = 'Cena celkom s DPH:'; $_LANG['Group:'] = 'Skupina:'; -$_LANG['(Group: $0)'] = '(Skupina: $0)'; -$_LANG['Group Edit: $0'] = 'Editovaná skupina: $0'; -$_LANG['Group Info: $0'] = 'Info o skupine: $0'; +$_LANG['(Group: $a)'] = '(Skupina: $a)'; +$_LANG['Group Edit: $a'] = 'Editovaná skupina: $a'; +$_LANG['Group Info: $a'] = 'Info o skupine: $a'; $_LANG['Group List'] = 'Zoznam skupiny'; $_LANG['Group members:'] = 'Členovia skupiny:'; $_LANG['Group name is too long!'] = 'Meno skupiny je príliš dlhé!'; @@ -620,7 +620,7 @@ $_LANG['Groups'] = 'Skupiny'; $_LANG['Groups Membership:'] = 'Členstvo v skupinách:'; $_LANG['Group with members cannot be deleted!'] = 'Skupina obsahujúca člena nemôže byť zmazaná!'; -$_LANG['Group with name $0 already exists!'] = 'Skupina s menom $0 uż existuje!'; +$_LANG['Group with name $a already exists!'] = 'Skupina s menom $a uż existuje!'; $_LANG['Has'] = 'Má'; $_LANG['Headers:'] = 'Záhlavie:'; $_LANG['Helpdesk'] = 'Helpdesk'; @@ -631,7 +631,7 @@ $_LANG['High'] = 'Vysoký'; $_LANG['Homedir:'] = 'Domovský adresár:'; $_LANG['Host:'] = 'Hosť:'; -$_LANG['Host Edit: $0'] = 'Editácia hosťa: $0'; +$_LANG['Host Edit: $a'] = 'Editácia hosťa: $a'; $_LANG['Hostname:'] = 'Meno hosťa:'; $_LANG['Host name is required!'] = 'Meno hosťa je povinné!'; $_LANG['Hosts List'] = 'Zoznam hosťov'; @@ -689,12 +689,12 @@ $_LANG['Incorrect ZIP code!'] = 'Nesprávne PSČ!'; $_LANG['in debt'] = 'dlžiaci zákazníci'; $_LANG['Nodes List for Customers In Debt'] = 'Zoznam počítačov dlžiacich zákazníkov'; -$_LANG['Indebted Customers List $0$1'] = 'Zoznam dlžiacich zákazníkov $0$1'; +$_LANG['Indebted Customers List $a$b'] = 'Zoznam dlžiacich zákazníkov $a$b'; $_LANG['indebted owner'] = 'dlžiaci vlastník'; $_LANG['Info'] = 'Informácie'; -$_LANG['Info Network: $0'] = 'Informácie o sieti: $0'; +$_LANG['Info Network: $a'] = 'Informácie o sieti: $a'; $_LANG['in it:'] = 'z toho:'; -$_LANG['Instance Edit: $0'] = 'Editácia inštancie: $0'; +$_LANG['Instance Edit: $a'] = 'Editácia inštancie: $a'; $_LANG['Instance host is required!'] = 'Hosť inštancie je povinný!'; $_LANG['Instance module is required!'] = 'Modul inštancie je povinný!'; $_LANG['Instance name is required!'] = 'Meno inštancie je povinné!'; @@ -708,29 +708,29 @@ $_LANG['Interface:'] = 'Rozhranie:'; $_LANG['Invalid chars in group name!'] = 'Nepovolené znaky v mene skupiny!'; $_LANG['Invalid date format!'] = 'Nesprávny formát dátumu!'; -$_LANG['Invalid date format: $0.\\nFormat accepted is \'YYYY/MM/DD hh:mm\'.'] = 'Nedovolený formát dátumu: $0.\\nPovolený formát je \'YYYY/MM/DD hh:mm\'.'; -$_LANG['Invalid date format: $0.\\nNo day of month value can be found.'] = 'Nedovolený formát dátumu: $0.\\nNenájdené číslo dňa v mesiaci.'; -$_LANG['Invalid date format: $0.\\nNo month value can be found.'] = 'Nedovolený formát dátumu: $0.\\nNenájdené číslo mesiaca.'; -$_LANG['Invalid date format: $0.\\nNo year value can be found.'] = 'Nedovolený formát dátumu: $0.\\nNenájdené číslo roka.'; -$_LANG['Invalid day of month value: $0.\\nAllowed range is 01-$1.'] = 'Nedovolené číslo dňa v mesiaci: $0.\\nPovolený rozsah 01-$1'; -$_LANG['Invalid day of month value: $0.\\nAllowed values are unsigned integers.'] = 'Nedovolené číslo dňa v mesiaci: $0.\\nPovolené sú hodnoty typu integer.'; -$_LANG['Invalid hour value: $0.\\nAllowed range is 00-23.'] = 'Nedovolená hodina: $0.\\nPovolené sú hodnoty v rozsahu 00-23'; -$_LANG['Invalid hour value: $0.\\nAllowed values are unsigned integers.'] = 'Nedovolená hodina: $0.\\nPovolené sú hodnoty typu integer.'; -$_LANG['Invalid minutes value: $0.\\nAllowed range is 00-59.'] = 'Nedovolená minúta: $0.\\nPovolené sú hodnoty v rozsahu 00-59.'; -$_LANG['Invalid minutes value: $0.\\nAllowed values are unsigned integers.'] = 'Nedovolená minúta: $0.\\nPovolené sú hodnoty typu integer.'; -$_LANG['Invalid month value: $0.\\nAllowed range is 01-12.'] = 'Nedovolený mesiac: $0.\\nPovolené sú hodnoty v rozsahu 01-12.'; -$_LANG['Invalid month value: $0.\\nAllowed values are unsigned integers.'] = 'Nedovolený mesiac: $0.\\nPovolené sú hodnoty typu integer.'; -$_LANG['Invalid year value: $0.\\nAllowed values are unsigned integers.'] = 'Nedovolený rok: $0.\\nPovolené sú hodnoty typu integer.'; +$_LANG['Invalid date format: $a.\\nFormat accepted is \'YYYY/MM/DD hh:mm\'.'] = 'Nedovolený formát dátumu: $a.\\nPovolený formát je \'YYYY/MM/DD hh:mm\'.'; +$_LANG['Invalid date format: $a.\\nNo day of month value can be found.'] = 'Nedovolený formát dátumu: $a.\\nNenájdené číslo dňa v mesiaci.'; +$_LANG['Invalid date format: $a.\\nNo month value can be found.'] = 'Nedovolený formát dátumu: $a.\\nNenájdené číslo mesiaca.'; +$_LANG['Invalid date format: $a.\\nNo year value can be found.'] = 'Nedovolený formát dátumu: $a.\\nNenájdené číslo roka.'; +$_LANG['Invalid day of month value: $a.\\nAllowed range is 01-$b.'] = 'Nedovolené číslo dňa v mesiaci: $a.\\nPovolený rozsah 01-$b'; +$_LANG['Invalid day of month value: $a.\\nAllowed values are unsigned integers.'] = 'Nedovolené číslo dňa v mesiaci: $a.\\nPovolené sú hodnoty typu integer.'; +$_LANG['Invalid hour value: $a.\\nAllowed range is 00-23.'] = 'Nedovolená hodina: $a.\\nPovolené sú hodnoty v rozsahu 00-23'; +$_LANG['Invalid hour value: $a.\\nAllowed values are unsigned integers.'] = 'Nedovolená hodina: $a.\\nPovolené sú hodnoty typu integer.'; +$_LANG['Invalid minutes value: $a.\\nAllowed range is 00-59.'] = 'Nedovolená minúta: $a.\\nPovolené sú hodnoty v rozsahu 00-59.'; +$_LANG['Invalid minutes value: $a.\\nAllowed values are unsigned integers.'] = 'Nedovolená minúta: $a.\\nPovolené sú hodnoty typu integer.'; +$_LANG['Invalid month value: $a.\\nAllowed range is 01-12.'] = 'Nedovolený mesiac: $a.\\nPovolené sú hodnoty v rozsahu 01-12.'; +$_LANG['Invalid month value: $a.\\nAllowed values are unsigned integers.'] = 'Nedovolený mesiac: $a.\\nPovolené sú hodnoty typu integer.'; +$_LANG['Invalid year value: $a.\\nAllowed values are unsigned integers.'] = 'Nedovolený rok: $a.\\nPovolené sú hodnoty typu integer.'; $_LANG['Invoice'] = 'Faktúra'; $_LANG['Invoice:'] = 'Faktúra:'; $_LANG['Invoice draw-up place.'] = 'Faktúra vyhotovená.'; -$_LANG['Invoice Edit: $0'] = 'Editácia faktúry: $0'; +$_LANG['Invoice Edit: $a'] = 'Editácia faktúry: $a'; $_LANG['Invoice have no items!'] = 'Faktúra neobsahuje žiadne položky!'; $_LANG['Invoice have no items. Use form below for items addition.'] = 'Faktúra neobsahuje žiadne položky. Použi formulár nižšie pre pridanie položiek.'; $_LANG['Invoice No.'] = 'Číslo faktúry'; -$_LANG['Invoice No. $0'] = 'Faktúra Č. $0'; +$_LANG['Invoice No. $a'] = 'Faktúra Č. $a'; $_LANG['Invoice number:'] = 'Č. faktúry:'; -$_LANG['Invoice number $0 already exists!'] = 'Faktúra s číslom $0 uż existuje!'; +$_LANG['Invoice number $a already exists!'] = 'Faktúra s číslom $a uż existuje!'; $_LANG['Invoice number must be integer!'] = 'Čislo faktúry musí byť typu integer!'; $_LANG['Invoices'] = 'Faktúry'; $_LANG['Invoices List'] = 'Zoznam faktúr'; @@ -755,12 +755,12 @@ $_LANG['It scans for ports in destination device!'] = 'Scanuje porty cielového zariadenia!'; $_LANG['It scans for ports in source device!'] = 'Scanuje porty zdrojového zariadenia!'; $_LANG['Last:'] = 'Posledný:'; -$_LANG['last $0 transactions'] = 'posledných $0 transakcií'; +$_LANG['last $a transactions'] = 'posledných $a transakcií'; $_LANG['Last 30 Days'] = 'Posledných 30 dní'; -$_LANG['Last date of invoice settlement is $0. If sure, you want to write invoice with date of $1, then click "Submit" again.'] = 'Posledný dátum vystavenia faktúry je $0. Pokiaľ ste si istí, že chcete zapísať faktúru s datumom $1, potom kliknite na "Potvrdiť".'; +$_LANG['Last date of invoice settlement is $a. If sure, you want to write invoice with date of $b, then click "Submit" again.'] = 'Posledný dátum vystavenia faktúry je $a. Pokiaľ ste si istí, že chcete zapísať faktúru s datumom $b, potom kliknite na "Potvrdiť".'; $_LANG['Last Day'] = 'Posledný deň'; $_LANG['Last day stats for all networks'] = 'Štatistika posledného dňa pre všetky sieťe'; -$_LANG['Last date of receipt settlement is $0. If sure, you want to write receipt with date of $1, then click "Submit" again.'] = 'Posledný dátum prímu faktúry je $0. Pokiaľ ste si istí, že chcete zapísať potvrdenku s dátumom $1, potom kliknite na "Potvrdiť".'; +$_LANG['Last date of receipt settlement is $a. If sure, you want to write receipt with date of $b, then click "Submit" again.'] = 'Posledný dátum prímu faktúry je $a. Pokiaľ ste si istí, že chcete zapísať potvrdenku s dátumom $b, potom kliknite na "Potvrdiť".'; $_LANG['Last failed login:'] = 'Posledné neúspešné prihlásenie:'; $_LANG['Last Hour'] = 'Posledná hodina'; $_LANG['Last hour stats for all networks'] = 'Štatistika poslednej hodiny pre všetky siete'; @@ -769,14 +769,14 @@ $_LANG['Last month stats for all networks'] = 'Štatistika posledného mesiaca pre všetky siete'; $_LANG['last online:'] = 'posledný online:'; $_LANG['Last online:'] = 'Posledný online:'; -$_LANG['Last online: $0'] = 'Posledný online: $0'; +$_LANG['Last online: $a'] = 'Posledný online: $a'; $_LANG['Last Reload:'] = 'Posledné obnovenie:'; $_LANG['Last Year'] = 'Posledný rok'; $_LANG['Last year stats for all networks'] = 'Štatistika posledného roku pre všetky sieťe'; $_LANG['Length of (auto-generated) node password. Max.32. Default: 16.'] = 'Dĺžka (automaticky generovaného) hesla počítača. Max.32. Východzie: 16.'; $_LANG['liability'] = 'záväzok'; $_LANG['Liability Report'] = 'Správa záväzku'; -$_LANG['Liability Report on $0'] = 'Správa záväzku na $0'; +$_LANG['Liability Report on $a'] = 'Správa záväzku na $a'; $_LANG['lifetime'] = 'životnosť'; $_LANG['Limit of nodes displayed on one page in Network Information. Default: 256. With 0, this information is omitted (page is displaying faster).'] = 'Limit počítačov zobrazených na stránke Sieťových informací. Východzie: 256. Pokiaľ je hodnota nadstavená na 0, informácia je vynechána (stránka je zobrazená rýchlejšie).'; $_LANG['Limit of records displayed on one page in accounts list. Default: 100.'] = 'Limit záznamov zobrazených na jednej strane zoznamu učtov. Východzie: 100.'; @@ -853,7 +853,7 @@ $_LANG['Module:'] = 'Modul:'; $_LANG['Module Title'] = 'Nádpis modulu'; $_LANG['monthly'] = 'mesačne'; -$_LANG['monthly ($0)'] = 'mesačne ($0)'; +$_LANG['monthly ($a)'] = 'mesačne ($a)'; $_LANG['Move customers to subscription:'] = 'Zákazníci presunutý do tarifu:'; $_LANG['MySQL version:'] = 'Verzia MySQL:'; $_LANG['Name'] = 'Meno'; @@ -868,7 +868,7 @@ $_LANG['Name/Surname:'] = 'Priezvisko:'; $_LANG['First/last or Company name'] = 'Meno/Priezvisko alebo Meno spoločnosti'; $_LANG['First/last or Company name:'] = 'Meno/Priezvisko alebo Meno spoločnosti:'; -$_LANG[' (Net: $0)'] = ' (Sieť: $0)'; +$_LANG[' (Net: $a)'] = ' (Sieť: $a)'; $_LANG['Net device:'] = 'Sieťové zariadenie:'; $_LANG['Net devices:'] = 'Sieťové zariadenia:'; $_LANG['Net Devices'] = 'Sieťové zariadenia'; @@ -880,7 +880,7 @@ $_LANG['Network Balance Sheet'] = 'História peňažných operácií'; $_LANG['Network Devices'] = 'Sieťové zariadenia'; $_LANG['Network devices list'] = 'Zoznam sieťových zariadený'; -$_LANG['Network Edit: $0'] = 'Editácia siete: $0'; +$_LANG['Network Edit: $a'] = 'Editácia siete: $a'; $_LANG['Network Map'] = 'Sieťová mapa'; $_LANG['Network map type. Use "flash" if you have Ming library or "gd" if your PHP supports gdlib. By default LMS will try to generate flash map, with fallback to GD if it fails.'] = 'Typ sieťovej mapy. Pokiaľ používáte knižnicu Ming použite "flash" alebo pokiaľ vaše PHP podporuje gdlib použite "gd". Východzie nastavenie LMS generuje flash mapu a v prípade neúspechu sa volá knižnica GD.'; $_LANG['Network name:'] = 'Meno siete:'; @@ -909,7 +909,7 @@ $_LANG['New Network'] = 'Nová sieť'; $_LANG['New network is too small!'] = 'Nová sieť je príliš malá!'; $_LANG['New Node'] = 'Nový počítač'; -$_LANG['New Option for Instance: $0/$1'] = 'Nová voľba pre inštanciu: $0/$1'; +$_LANG['New Option for Instance: $a/$b'] = 'Nová voľba pre inštanciu: $a/$b'; $_LANG['New password:'] = 'Nové heslo:'; $_LANG['New Payment'] = 'Nová platba'; $_LANG['New Queue'] = 'Nová rada'; @@ -919,14 +919,14 @@ $_LANG['none'] = 'nič'; $_LANG['no.'] = 'č.'; $_LANG['No.'] = 'Č.'; -$_LANG['No. $0'] = 'Č. $0'; +$_LANG['No. $a'] = 'Č. $a'; $_LANG['no access'] = 'žiadny prístup'; $_LANG['No cash operations to import.'] = 'Žiadna peňažná operácia k importu.'; $_LANG['No computers were found, either exists in the database or nbtscan binary not found.'] = 'Nebol nájdený žiadny počítač, žiadny najdený v databázy alebo nezistený pomocou nbtscanu.'; $_LANG['No configuration options in database. Click here to import them from lms.ini.'] = 'Žiadne konfiguračné voľby v databázy. Klikni sem pre ich import zo súboru lms.ini.'; -$_LANG['Node $0 was deleted'] = 'Počítač $0 bol vymazaný'; +$_LANG['Node $a was deleted'] = 'Počítač $a bol vymazaný'; $_LANG['Node ID:'] = 'Identifikátor počítača:'; -$_LANG['Node Info: $0'] = 'Informácie o počítači: $0'; +$_LANG['Node Info: $a'] = 'Informácie o počítači: $a'; $_LANG['Node IP address'] = 'IP adresa počítača'; $_LANG['Node IP address is required!'] = 'IP adresa počítača je povinná!'; $_LANG['Node name'] = 'Meno počítača'; @@ -996,8 +996,8 @@ $_LANG['Open'] = 'Otvoriť'; $_LANG['opened'] = 'otvorený'; $_LANG['Opened:'] = 'Otvorené:'; -$_LANG['Option Edit: $0'] = 'Editácia voľby: $0'; -$_LANG['Option Edit: $0/$1/$2'] = 'Editácia voľby: $0/$1/$2'; +$_LANG['Option Edit: $a'] = 'Editácia voľby: $a'; +$_LANG['Option Edit: $a/$b/$c'] = 'Editácia voľby: $a/$b/$c'; $_LANG['Option exists!'] = 'Voľba už existuje!'; $_LANG['Option name contains forbidden characters!'] = 'Meno voľby obsahuje zakázané znaky.'; $_LANG['Option name is required!'] = 'Meno voľby je povinné!'; @@ -1017,20 +1017,20 @@ $_LANG['Owner ID:'] = 'ID vlastníka:'; $_LANG['Packet limit:'] = 'Limit paketov:'; $_LANG['Page:'] = 'Strana:'; -$_LANG['Page $0 of $1'] = 'Strana $0 z $1'; +$_LANG['Page $a of $b'] = 'Strana $a z $b'; $_LANG['Password'] = 'Heslo'; $_LANG['Password:'] = 'Heslo:'; $_LANG['Password Change'] = 'Zmena hesla'; -$_LANG['Password Change for Account: $0'] = 'Zmena hesla pre účet: $0'; -$_LANG['Password Change for User $0'] = 'Zmena hesla pre užívateľa $0'; +$_LANG['Password Change for Account: $a'] = 'Zmena hesla pre účet: $a'; +$_LANG['Password Change for User $a'] = 'Zmena hesla pre užívateľa $a'; $_LANG['Password is too long (max.32 characters)!'] = 'Heslo je príliš dlhé (max.32 znakov)!'; $_LANG['Passwords does not match!'] = 'Heslo nezodpovedá!'; $_LANG['Path to file was not specified.'] = 'Cesta k súboru nebola špecifikovaná.'; $_LANG['Payment:'] = 'Platba:'; $_LANG['Payment day:'] = 'Splatnosť:'; -$_LANG['Payment Edit: $0'] = 'Editácia platby: $0'; -$_LANG['Payment for invoice No. $0'] = 'Platba za faktúru DPH č. $0'; -$_LANG['Payment Info: $0'] = 'Informácie o platbe: $0'; +$_LANG['Payment Edit: $a'] = 'Editácia platby: $a'; +$_LANG['Payment for invoice No. $a'] = 'Platba za faktúru DPH č. $a'; +$_LANG['Payment Info: $a'] = 'Informácie o platbe: $a'; $_LANG['Payment name is required!'] = 'Meno platby je povinné!'; $_LANG['Payments List'] = 'Zoznam platieb'; $_LANG['Payment type:'] = 'Typ platieb:'; @@ -1052,7 +1052,7 @@ $_LANG['Postcode:'] = 'PSČ:'; $_LANG['PostgreSQL version:'] = 'Verzia PostgreSQL:'; $_LANG['Prefix for account home directory. Default: /home/'] = 'Prefix pre domovský adresár. Východzie: /home/'; -$_LANG['Prepared by: $0'] = 'Pripravil: $0'; +$_LANG['Prepared by: $a'] = 'Pripravil: $a'; $_LANG['Print'] = 'Tlačiť'; $_LANG['Print cash receipts'] = 'Tlač hotovostné potvrdenia'; $_LANG['Print invoices'] = 'Tlač faktúry'; @@ -1075,33 +1075,33 @@ $_LANG['Qualify to use current day of month for payment day. Default: 0 (off).'] = 'Kvalifikuj pre platbu dnešný deň v mesiaci ako deň pre platenie. Východzie: 0 (vypnuté).'; $_LANG['Qualify the day of month for payment day. Default: 0 (undefined).'] = 'Kvalifikujte deň v mesiaci ako deň pre platby. Východzie: 0 (nedefinované).'; $_LANG['quarterly'] = 'štvrťročne'; -$_LANG['quarterly ($0)'] = 'štvrťročne ($0)'; +$_LANG['quarterly ($a)'] = 'štvrťročne ($a)'; $_LANG['Query:'] = 'Dotaz:'; $_LANG['Question'] = 'Otázka'; $_LANG['Queue'] = 'Rada'; $_LANG['Queue:'] = 'Rada:'; -$_LANG['Queue Edit: $0'] = 'Editácia rady: $0'; -$_LANG['Queue Info: $0'] = 'Informácie o rade: $0'; +$_LANG['Queue Edit: $a'] = 'Editácia rady: $a'; +$_LANG['Queue Info: $a'] = 'Informácie o rade: $a'; $_LANG['Queue name must be defined!'] = 'Meno rady je povinné!'; $_LANG['Tickets List'] = 'Zoznam lístkov'; $_LANG['Queues List'] = 'Zoznam rád'; $_LANG['Queue with specified name already exists!'] = 'Rada s uvedeným názvom už existuje!'; $_LANG['Quota (sh/mail/www/ftp/sql):'] = 'Limity (sh/mail/www/ftp/sql):'; $_LANG['Read'] = 'Čítať'; -$_LANG['Readdressing network $0'] = 'Prečíslovanie siete $0'; -$_LANG['Readdressing Network $0'] = 'Prčíslovanie sieťe $0'; +$_LANG['Readdressing network $a'] = 'Prečíslovanie siete $a'; +$_LANG['Readdressing Network $a'] = 'Prčíslovanie sieťe $a'; $_LANG['read only (excluding helpdesk)'] = 'len k čítaniu (bez Helpdesku)'; $_LANG['Reassign to network:'] = 'Pridelenie k sieti:'; $_LANG['Receipt'] = 'Potvrdenka'; $_LANG['Receipt have no items!'] = 'Potvrdenka nemá žiadne položky!'; $_LANG['Receipt have no items. Use form below for items addition.'] = 'Potvrdenka nemá žiadne položky. Použite formulár nižšie pre pridanie položiek.'; $_LANG['Receipt number:'] = 'Potvrdenka číslo:'; -$_LANG['Receipt number $0 already exists!'] = 'Potvrdenka číslo $0 už existuje!'; +$_LANG['Receipt number $a already exists!'] = 'Potvrdenka číslo $a už existuje!'; $_LANG['Receipt number must be integer!'] = 'Číslo potvrdenky musí byť typu integer!'; $_LANG['Recipients:'] = 'Príjemca:'; $_LANG['Recipient\'s e-mail:'] = 'E-mail príjemcu:'; $_LANG['Record of Network Devices'] = 'Záznam sieťových zariadení'; -$_LANG['records $0 - $1 of $2'] = 'záznamy $0 - $1 z $2'; +$_LANG['records $a - $b of $c'] = 'záznamy $a - $b z $c'; $_LANG['Registered for:'] = 'Registrované na meno:'; $_LANG['Register your installation today! ;-)'] = 'Zaregistrujte si vašu inštaláciu ešte dnes! ;-)'; $_LANG['Registration ID:'] = 'Číslo registrácie:'; @@ -1111,9 +1111,9 @@ $_LANG['Remove'] = 'Odstrániť'; $_LANG['Remove customer from group'] = 'Odstrániť zákazníka zo skupiny'; $_LANG['Remove customers from group'] = 'Odstrániť zákazníkoa zo skupiny'; -$_LANG['Remove queue ID: $0'] = 'Odstrániť radu ID: $0'; +$_LANG['Remove queue ID: $a'] = 'Odstrániť radu ID: $a'; $_LANG['Remove this item from list'] = 'Odstrániť túto položku zo zoznamu'; -$_LANG['Removing network $0'] = 'Odstránovanie siete $0'; +$_LANG['Removing network $a'] = 'Odstránovanie siete $a'; $_LANG['Repeat password:'] = 'Zopakuj heslo:'; $_LANG['Reply'] = 'Odpoveď'; $_LANG['Requester name required!'] = 'Meno žiadateľa je povinné!'; @@ -1124,7 +1124,7 @@ $_LANG['Restore'] = 'Obnoviť'; $_LANG['Sale date:'] = 'Dátum predaja:'; $_LANG['Sale Registry'] = 'Obchodný register'; -$_LANG['Sale Registry for period $0 - $1'] = 'Obchodný register za obdobie $0 - $1'; +$_LANG['Sale Registry for period $a - $b'] = 'Obchodný register za obdobie $a - $b'; $_LANG['Save'] = 'Uložiť'; $_LANG['Save & Print'] = 'Uložiť a vytlačiť'; $_LANG['Scan'] = 'Scanovať'; @@ -1234,7 +1234,7 @@ $_LANG['SMTP settings.'] = 'Nastavenie SMTP.'; $_LANG['Sorting:'] = 'Triedenie:'; $_LANG['Specified address does not belongs to any network!'] = 'Špecifikovaná adresa nepatrí do žiadnej sieti!'; -$_LANG['Specified address is not a network address, setting $0'] = 'Špecifikovaná adresa nieje sieťovou adresou, nastavenie $0'; +$_LANG['Specified address is not a network address, setting $a'] = 'Špecifikovaná adresa nieje sieťovou adresou, nastavenie $a'; $_LANG['Specified domain contains forbidden characters!'] = 'Špecifikovaná doména obsahuje zakázané znaky!'; $_LANG['Specified e-mail is not correct!'] = 'Špecifikovaný e-mail je neplatný!'; $_LANG['Specified gateway address does not match with network address!'] = 'Špecifikovaná brána neodpovedá sieťovej adrese!'; @@ -1246,7 +1246,7 @@ $_LANG['Specified MAC address is in use!'] = 'Špecifikovaná MAC adresa sa už používa!'; $_LANG['Specified name contains forbidden characters!'] = 'Špecifikované meno obsahuje zakázané znaky!'; $_LANG['Specified name is in use!'] = 'Špecifikované meno sa už požíva!'; -$_LANG['Specified name is too long (max.$0 characters)!'] = 'Špecifikované meno je príliš dlhé (max. $0 znakov)!'; +$_LANG['Specified name is too long (max.$a characters)!'] = 'Špecifikované meno je príliš dlhé (max. $a znakov)!'; $_LANG['Specify format of verbal amounts representation (on invoices). e.g. for value "1" verbal expand of 123,15 will be "one two thr 15/100". Default: 0.'] = 'Zvolte formát reprezentacie slovného množstva liczb (na faktúrach). napr. pre hodnotu "1" slovná podoba čiastky 123,15 bude "jed dva tri 15/100". Východzie: 0.'; $_LANG['Specify time (in seconds), after which node will be marked offline. It should match with frequency of running nodes activity script (i.e. lms-fping). Default: 600.'] = 'Zvolte čas (v sekundách) po ktorom bude počítač označený ako offline. Táto hodnota by mala odpovedať frekvencií spoustenia skriptu, který detekuje aktivitu počítača (napr. lms-fping). Východzie: 600.'; $_LANG['SQL query executed while reload, if reload_type = sql. By default, query inserts into table \'timestamps\' value \'_force\'. You can use \'%TIME%\' as replacement to current unix timestamp. WARNING! Semicolon is handled as query separator, which means that you can enter couple of SQL queries separated by semicolon sign.'] = 'Dotazy na SQL databázy sú vykonávané pri obnovení, pokiaľ reload_type = sql. Východzie nastavenie ukladá dotazy do tabuľky \'timestamps\' hodnoty \'_force\'. Možno použíť \'%TIME%\' miesto klasického unix timestampu. POZOR! Medzerník je vyhodnotený ako oddelovač dotazov, čo umožňuje vkladať niekoľko SQL príkazov oddelených medzerníkov.'; @@ -1273,9 +1273,9 @@ $_LANG['System message:'] = 'Systémová správa:'; $_LANG['System version:'] = 'Verzia systému:'; $_LANG['Table of financial operations'] = 'Tabuľka peňažných operácií'; -$_LANG['Subscription $0 already exists!'] = 'Tarifa $0 už existuje!'; -$_LANG['Subscription Edit: $0'] = 'Editácia tarify: $0'; -$_LANG['Subscription Info: $0'] = 'Informácie o tarifie: $0'; +$_LANG['Subscription $a already exists!'] = 'Tarifa $a už existuje!'; +$_LANG['Subscription Edit: $a'] = 'Editácia tarify: $a'; +$_LANG['Subscription Info: $a'] = 'Informácie o tarifie: $a'; $_LANG['Subscription List'] = 'Zoznam taríf'; $_LANG['Subscription name required!'] = 'Meno tarify je povinné!'; $_LANG['Subscription not selected!'] = 'Tarifa nieje označená!'; @@ -1316,13 +1316,13 @@ $_LANG['This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License Version 2 as published by the Free Software Foundation.'] = 'Tento program je free softwarem; je teda širiteľný a modifikovateľný za podmienok daných GNU verzia 2 publikovaných Free Software Foundation.'; $_LANG['This queue is empty.'] = 'Táto rada je prázdna.'; $_LANG['Ticket date:'] = 'Dátum lístku:'; -$_LANG['Ticket Edit: $0'] = 'Editácia lístku: $0'; +$_LANG['Ticket Edit: $a'] = 'Editácia lístku: $a'; $_LANG['Ticket History'] = 'História lístku'; $_LANG['Ticket must have its body!'] = 'Lístok musí mať obsah!'; $_LANG['Ticket must have its title!'] = 'Lístok musí mať nadpis!'; -$_LANG['Ticket No $0'] = 'Lístok Č. $0'; +$_LANG['Ticket No $a'] = 'Lístok Č. $a'; $_LANG['Ticket Review'] = 'Revízia lístku'; -$_LANG['Ticket Review: No. $0'] = 'Revízia lístku: Č $0'; +$_LANG['Ticket Review: No. $a'] = 'Revízia lístku: Č $a'; $_LANG['Tickets'] = 'Lístky'; $_LANG['Ticket Search'] = 'Vyhladať lístok'; $_LANG['Tickets searching'] = 'Vyhladanie lístku'; @@ -1340,10 +1340,10 @@ $_LANG['To (day/month/year hh:mm):'] = 'Do (deň/miesiac/rok hh:mm):'; $_LANG['To pay:'] = 'K úhrade:'; $_LANG['Total:'] = 'Celkom:'; -$_LANG['Total: $0'] = 'Celkom: $0'; +$_LANG['Total: $a'] = 'Celkom: $a'; $_LANG['Total Dues:'] = 'Platby v prodlení:'; $_LANG['Total Invoiceless Income'] = 'Celkový nezdanený príjem'; -$_LANG['Total Invoiceless Income ($0 to $1)'] = 'Celkový nezdanený príjem ($0 do $1)'; +$_LANG['Total Invoiceless Income ($a to $b)'] = 'Celkový nezdanený príjem ($a do $b)'; $_LANG['Total Tax'] = 'Celkom DPH'; $_LANG['Type:'] = 'Typ:'; $_LANG['Type/Quota:'] = 'Typ/Quota:'; @@ -1353,7 +1353,7 @@ $_LANG['Unit:'] = 'Jednotka:'; $_LANG['Unitary Net Value:'] = 'Cena jedn. netto:'; $_LANG['Unknown option. No description.'] = 'Neznáma voľba. Bez poznámky.'; -$_LANG['unknown OS ($0)'] = 'neznámy OS ($0)'; +$_LANG['unknown OS ($a)'] = 'neznámy OS ($a)'; $_LANG['Unresolved:'] = 'Nevyriešené:'; $_LANG['Upceil:'] = 'Upceil:'; $_LANG['Upload'] = 'Upload'; @@ -1369,8 +1369,8 @@ $_LANG['User'] = 'Užívateľ'; $_LANG['User:'] = 'Užívateľ:'; $_LANG['User-defined stats'] = 'Užívateľom definované štatistiky'; -$_LANG['User Edit: $0'] = 'Editácia užívateľa: $0'; -$_LANG['User Info: $0'] = 'Informácie o užívateľovi: $0'; +$_LANG['User Edit: $a'] = 'Editácia užívateľa: $a'; +$_LANG['User Info: $a'] = 'Informácie o užívateľovi: $a'; $_LANG['User Interface'] = 'Uživateľské rozhranie'; $_LANG['User Interface Configuration'] = 'Konfigurácia uživateľského rozhrania'; $_LANG['User interface language code. If not set, language will be determined on browser settings. Default: en.'] = 'Jazyk uživateľského rozhrania. Pokial nieje nastavený, jazyk je určený nastavením prehliadača. Východzie: en.'; @@ -1386,12 +1386,12 @@ $_LANG['Value:'] = 'Hodnota:'; $_LANG['Value and description:'] = 'Hodnota a popis:'; $_LANG['Value of tax rate which will be selected by default on tax rates lists. Default: 22.0'] = 'Hodnota daňovej sadzby, ktorá bola zvolená ako východzia na zozname daňových sadzieb. Východzia: 22.0'; -$_LANG['Value of option "$0" must be a number grater than zero!'] = 'Hodnota voľby "$0" musi byť väčšia od nuly!'; +$_LANG['Value of option "$a" must be a number grater than zero!'] = 'Hodnota voľby "$a" musi byť väčšia od nuly!'; $_LANG['Value required!'] = 'Hodnota je povinná!'; $_LANG['View'] = 'Náhlad'; $_LANG['waiting'] = 'čakajúci na pripojenie'; $_LANG['Waiting:'] = 'Čakajúci na pripojenie:'; -$_LANG['Warning! Debug mode (using address $0).'] = 'POZOR! Režim odstránenia chýb (používa adresu $0).'; +$_LANG['Warning! Debug mode (using address $a).'] = 'POZOR! Režim odstránenia chýb (používa adresu $a).'; $_LANG['Warning! This is example document (default template). You can create your own template in documents/templates/ directory.'] = 'Pozor! Toto je príklad dokumentu (východzia šablóna). Môžete vytvoriť svoju vlastnú šablónu v adresári documents/templates/.'; $_LANG['WARNING! It will backup current database content automatically'] = 'POZOR! Spraví automaticky zálohu obsahu stavajúcej databázy'; $_LANG['Warning message:'] = 'Varovná správa:'; @@ -1400,7 +1400,7 @@ $_LANG['Warning! This version of LMS is under development! Remember that it might work unstable and certainly has still many bugs! If you need stability try 1.10 version!'] = 'Pozor! Táto verzia systému LMS je stále vo vyvoji! Majte na pamäti, že môže byť nestabilná a určite má veľa chýb! Pokial dáváte prednosť stabilite pred novými funkciami, použite verziu 1.10!'; $_LANG['WARNING! THIS WILL DELETE ALL DATA FROM DATABASE!!!'] = 'POZOR! TÁTO OPERÁCIA VYMAŽE VŠETKY ÚDAJE Z DATABÁZY!!!'; $_LANG['weekly'] = 'týždenne'; -$_LANG['weekly ($0)'] = 'týždenne ($0)'; +$_LANG['weekly ($a)'] = 'týždenne ($a)'; $_LANG['Welcome to LMS'] = 'Pavel3 Vás víta v LMS'; $_LANG['When:'] = 'Kedy:'; $_LANG['When enabled, all messages in helpdesk system (except those sent to requester) will be sent to mail server corresponding queue address. lms-rtparser script should be running on server. Messages won\'t be written directly to database, but on solely responsibility of rtparser script. Default: disabled.'] = 'Pokial je povolené, všetky správy v systéme helpdesk (okrem správ odosielaných žiadateľovi) budú odoslané na mailový server do odpovedajúcej rady adres. Skript lms-rtparser by mal byť spustený na servery. Správy nebudú zapísané priamo do databázy, ale budú len zpracované skriptom rtparser. Východzie: vypnuté.'; @@ -1416,7 +1416,7 @@ $_LANG['Wrong password or login.'] = 'Chybné heslo alebo prihlasovacie meno.'; $_LANG['www'] = 'www'; $_LANG['yearly'] = 'ročne'; -$_LANG['yearly ($0)'] = 'ročne ($0)'; +$_LANG['yearly ($a)'] = 'ročne ($a)'; $_LANG['yes'] = 'áno'; $_LANG['Yes, I am sure.'] = 'Áno, som si istý'; $_LANG['Yes, I do.'] = 'Áno, súhlasím.'; @@ -1442,7 +1442,7 @@ $_LANG['You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.'] = 'Mali by ste obdržať kópiu GNU - General Public License spoločne s týmto programom; pokiaľ sa tak nestane, napíšte si o ňu na adresu Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.'; $_LANG['Zip:'] = 'PSČ:'; $_LANG['Add tax rate'] = 'Pridajte daňovú sadzbu'; -$_LANG['Are you sure, you want to delete taxrate \\\'$0\\\'?'] = 'Ste si istý, že chcete zmazať daňovú sadzbu \\\'$0\\\'?'; +$_LANG['Are you sure, you want to delete taxrate \\\'$a\\\'?'] = 'Ste si istý, že chcete zmazať daňovú sadzbu \\\'$a\\\'?'; $_LANG['Binds from date:'] = 'Platné od:'; $_LANG['Binds to date:'] = 'Platné do:'; $_LANG['Display this form again, when this tax rate is saved'] = 'Zobraziť tento formulár vždy, keď je táto daňová sadzba uložená'; @@ -1456,7 +1456,7 @@ $_LANG['No such tax rates in database.'] = 'Odpovedajúca daňová zadzba nieje v adresáry.'; $_LANG['Select taxing status'] = 'Zvolte namáhavý stav'; $_LANG['Taxing:'] = 'Namáhavý:'; -$_LANG['Tax Rate Edit: $0'] = 'Editácia daňovej sadzby: $0'; +$_LANG['Tax Rate Edit: $a'] = 'Editácia daňovej sadzby: $a'; $_LANG['Tax rate label is required!'] = 'Popis daňovej sadzby je povinný!'; $_LANG['Tax Rates'] = 'Daňové sadzby'; $_LANG['Tax Rates Definitions'] = 'Definícia daňových sadzieb'; @@ -1464,7 +1464,7 @@ $_LANG['Tax rate value is not numeric!'] = 'Daňová sadzba nieje číselná hodnota!'; $_LANG['annex'] = 'doložka'; $_LANG['Are you sure, you want to remove that document?'] = 'Ste si istý, že chcete odstrániť tento dokument?'; -$_LANG['Can\'t save file in "$0" directory!'] = 'Nieje možné uložiť súbor do adresára "$0"!'; +$_LANG['Can\'t save file in "$a" directory!'] = 'Nieje možné uložiť súbor do adresára "$a"!'; $_LANG['contract'] = 'zmluva'; $_LANG['Customer\'s Documents:'] = 'Dokumenty zákazníka:'; $_LANG['Display this form again, when that document is saved'] = 'Zobraziť tento formulár vždy, keď je tento dokument uložený'; @@ -1496,7 +1496,7 @@ $_LANG['No. of issued documents:'] = 'Č. vydaného dokumentu:'; $_LANG['Document type:'] = 'Typ dokumentu:'; $_LANG['Default:'] = 'Východzie:'; -$_LANG['Are you sure, you want to delete numberplan \\\'$0\\\'?'] = 'Ste si istý, že chcete zmazať číslovací plán \\\'$0\\\'?'; +$_LANG['Are you sure, you want to delete numberplan \\\'$a\\\'?'] = 'Ste si istý, že chcete zmazať číslovací plán \\\'$a\\\'?'; $_LANG['Numbering Plans List'] = 'Zoznam číslovacích plánov'; $_LANG['Add plan'] = 'Vložiť plán'; $_LANG['cash receipt'] = 'pokladničná potvrdenka'; @@ -1508,7 +1508,7 @@ $_LANG['New Numbering Plan'] = 'Nový číslovací plán'; $_LANG['No such numbering plans in database.'] = 'Zodpovedajúci číslovací plán nieje v databáze.'; $_LANG['Numbering period is required!'] = 'Číselné obdobie je povinné!'; -$_LANG['Numbering Plan Edit: $0'] = 'Editácia číslovacieho plánu: $0'; +$_LANG['Numbering Plan Edit: $a'] = 'Editácia číslovacieho plánu: $a'; $_LANG['Number template is required!'] = 'Číselná šablóna je povinná!'; $_LANG['select document type'] = 'zvolte typ dokumentu'; $_LANG['Selected document type has already defined default plan!'] = 'Zvolený typ dokumentu má už definovaný východzí plán!'; @@ -1516,18 +1516,18 @@ $_LANG['Select numbering plan'] = 'Zvolte číselný plán'; $_LANG['select period'] = 'zvolte obdobie'; $_LANG['Template must consist "%N" specifier!'] = 'Šablóna musí obsahovať špecifikátor "%N"!'; -$_LANG['Are you sure, you want to remove credit note \\\'$0\\\' from database?'] = 'Ste si istý, že chcete odstrániť dobropis \\\'$0\\\' z databázy?'; +$_LANG['Are you sure, you want to remove credit note \\\'$a\\\' from database?'] = 'Ste si istý, že chcete odstrániť dobropis \\\'$a\\\' z databázy?'; $_LANG['Corrected to:'] = 'Opravený na:'; $_LANG['credit memo'] = 'poznámka k oprave'; $_LANG['credit note'] = 'dobropis'; $_LANG['Credit note'] = 'Dobropis'; -$_LANG['Credit Note for Invoice: $0'] = 'Dobropis faktúry: $0'; -$_LANG['Credit Note No. $0'] = 'Dobropis Č $0'; +$_LANG['Credit Note for Invoice: $a'] = 'Dobropis faktúry: $a'; +$_LANG['Credit Note No. $a'] = 'Dobropis Č $a'; $_LANG['Credit note number:'] = 'Číslo dobropisu:'; -$_LANG['Credit note number $0 already exists!'] = 'Dobropis číslo $0 už existuje!'; +$_LANG['Credit note number $a already exists!'] = 'Dobropis číslo $a už existuje!'; $_LANG['Credit note number must be integer!'] = 'Číslo dobropisu musí byť typu integer!'; $_LANG['Enter credit note number. WARNING! Changing this number can be DANGEROUS! (leave this field empty to obtain next number)'] = 'Vložte číslo dobropisu.POZOR! Zmena tohto čísla môže byť NEBEZPEČNÁ! (ponechajte pole prázdne pokiaľ chcete pokračovať v číselnej rade)'; -$_LANG['for Invoice No. $0'] = 'na Faktúru DPH Č. $0'; +$_LANG['for Invoice No. $a'] = 'na Faktúru DPH Č. $a'; $_LANG['Recover this item'] = 'Obnoviť túto položku'; $_LANG['Remove this item'] = 'Odstrániť túto položku'; $_LANG['Revise'] = 'Dobropisovať'; @@ -1545,7 +1545,7 @@ $_LANG['select template'] = 'zvolte šablónu'; $_LANG['Select template to generate new document if you haven\'t got prepared file'] = 'Zvolte šablónu pre vytvorenie nového dokumentu pokial nemáte hotový súbor'; $_LANG['WINS:'] = 'WINS:'; -$_LANG['last $0 documents'] = 'posledných $0 dokumentov'; +$_LANG['last $a documents'] = 'posledných $a dokumentov'; $_LANG['Last operation:'] = 'Posledná operácia:'; $_LANG['Limit of records displayed on one page in documents list. Default: 100.'] = 'Limit záznamov zobrazených na jednej strane zoznamu dokumentu. Východzie: 100.'; $_LANG['All documents'] = 'Všetky dokumenty'; @@ -1557,7 +1557,7 @@ $_LANG['No such stats for selected period.'] = 'Žiadne štatistiky v zvolenom období.'; $_LANG['Receipts'] = 'Prímy'; $_LANG['Select period'] = 'Zvolte obdobie'; -$_LANG['Stats of Customer $0 in month $1'] = 'Štatistika zákazníka $0 za mesiac $1'; +$_LANG['Stats of Customer $a in month $b'] = 'Štatistika zákazníka $a za mesiac $b'; $_LANG['Year:'] = 'Rok:'; $_LANG['Add items'] = 'Vložiť položky'; $_LANG['Last 10 not accounted invoices:'] = 'Posledných 10 nevyučtovaných faktúr:'; @@ -1580,7 +1580,7 @@ $_LANG['Liability name/description is required!'] = 'Meno/popis záväzku je povinné!'; $_LANG['Liability value not specified!'] = 'Nieje uvedená hodnota záväzku!'; $_LANG['or'] = 'alebo'; -$_LANG['Customer ID: $0'] = 'ID zákazníka: $0'; +$_LANG['Customer ID: $a'] = 'ID zákazníka: $a'; $_LANG['Enter balance limit (default 0)'] = 'Vložte limit zostatkov (východzie 0)'; $_LANG['Transfer forms'] = 'Preniesť formulár'; $_LANG['Not set'] = 'Nenastavené'; @@ -1601,46 +1601,46 @@ $_LANG['Add registry'] = 'Nový register'; $_LANG['Advanced (+R)'] = 'Zvýšený (+O)'; $_LANG['All receipts in that registry will be lost.'] = 'Všetky potvrdenia v tomto registry budú zmazané.'; -$_LANG['Are you sure, you want to remove registry \\\'$0\\\' and all assigned receipts?'] = 'Ste si istý, że chcete odstrániť register \\\'$0\\\' a všetky priradene potvrdenky?'; +$_LANG['Are you sure, you want to remove registry \\\'$a\\\' and all assigned receipts?'] = 'Ste si istý, że chcete odstrániť register \\\'$a\\\' a všetky priradene potvrdenky?'; $_LANG['Cash-in receipt numbering plan:'] = 'Číslovací plán primových potvrdeniek:'; $_LANG['cash operations'] = 'peňažné operácie'; $_LANG['Cash-out receipt numbering plan:'] = 'Číslovací plán výdajkových potvrdeniek:'; $_LANG['Cash Registries List'] = 'Zoznam peňažných registrov'; -$_LANG['Cash Registry: $0'] = 'Peňažný register: $0'; -$_LANG['Cash Registry Info: $0'] = 'Informácie o registry: $0'; +$_LANG['Cash Registry: $a'] = 'Peňažný register: $a'; +$_LANG['Cash Registry Info: $a'] = 'Informácie o registry: $a'; $_LANG['CR-in'] = 'PP'; $_LANG['CR-out'] = 'PV'; -$_LANG['Do you want to remove registry "$0"?'] = 'Chcete natrvalo odstrániť tento register "$0"?'; -$_LANG['Edit Cash Registry: $0'] = 'Editácia peňažného registru: $0'; +$_LANG['Do you want to remove registry "$a"?'] = 'Chcete natrvalo odstrániť tento register "$a"?'; +$_LANG['Edit Cash Registry: $a'] = 'Editácia peňažného registru: $a'; $_LANG['List of cash registries'] = 'Zoznam peňažných registrov'; $_LANG['New Cash Registry'] = 'Nový peňažný register'; $_LANG['Proof of Pay-out'] = 'Dôvod výdaja'; $_LANG['Registry name must be defined!'] = 'Názov registru je povinný!'; $_LANG['Registry with specified name already exists!'] = 'Register s týmto názvom už existuje!'; -$_LANG['Removing registry "$0"'] = 'Odstraňovanie registru "$0"'; -$_LANG['Selected customer is in debt for $0!'] = 'Zvolte dlžiaceho zákazníka za $0!'; +$_LANG['Removing registry "$a"'] = 'Odstraňovanie registru "$a"'; +$_LANG['Selected customer is in debt for $a!'] = 'Zvolte dlžiaceho zákazníka za $a!'; $_LANG['- select numbering plan -'] = '- zvolte číslovací plán -'; $_LANG['There are no cash registries.'] = 'Žiadne peňažné registre'; $_LANG['To whom:'] = 'Komu:'; $_LANG['Cash Receipts'] = 'Peňažný dokumenty'; $_LANG['Cash Registry:'] = 'Peňažné registre:'; $_LANG['Moving assets:'] = 'Prenesenie aktív:'; -$_LANG['Moving assets from registry $0 ($1)'] = 'Prenesenie aktív z registru $0 ($1)'; -$_LANG['Moving assets to registry $0'] = 'Prenesenie aktív do registru $0'; +$_LANG['Moving assets from registry $a ($b)'] = 'Prenesenie aktív z registru $a ($b)'; +$_LANG['Moving assets to registry $a'] = 'Prenesenie aktív do registru $a'; $_LANG['Select cash registry'] = 'Zvolte peňažný register'; $_LANG['- select registry -'] = '- zvolte register -'; $_LANG['Target:'] = 'Cieľ:'; $_LANG['There is no cash in selected registry!'] = 'Žiadna hotovosť vo zvolenom registry!'; -$_LANG['There is no cash in selected registry! You can expense only $0.'] = 'Žiadna hotovosť vo zvolenom registry! Môžeš vydať len $0.'; +$_LANG['There is no cash in selected registry! You can expense only $a.'] = 'Žiadna hotovosť vo zvolenom registry! Môžeš vydať len $a.'; $_LANG['You don\'t have permission to add receipt in selected cash registry!'] = 'Nemáte oprávnenie pridať potvrdenku do vybraného peňažného registru!'; $_LANG['Registry:'] = 'Register:'; $_LANG['Expense'] = 'Výdaj'; $_LANG['Income'] = 'Príjem'; $_LANG['No such cash receipts in database.'] = 'Žiadne potvrdenky v databázy.'; -$_LANG['Registry: $0'] = 'Register: $0'; -$_LANG['Cashier: $0'] = 'Pokladník: $0'; -$_LANG['Cash-in Receipt Edit: $0'] = 'Editácia prímovej potvrdenky: $0'; -$_LANG['Cash-out Receipt Edit: $0'] = 'Editácia výdajovej potvrdenky: $0'; +$_LANG['Registry: $a'] = 'Register: $a'; +$_LANG['Cashier: $a'] = 'Pokladník: $a'; +$_LANG['Cash-in Receipt Edit: $a'] = 'Editácia prímovej potvrdenky: $a'; +$_LANG['Cash-out Receipt Edit: $a'] = 'Editácia výdajovej potvrdenky: $a'; $_LANG['Cash Registry'] = 'Peňažný register'; $_LANG['payed out'] = 'Vyplatené'; $_LANG['received'] = 'prijaté'; @@ -1659,7 +1659,7 @@ $_LANG['Confirm'] = 'Potvriť'; $_LANG['Confirmed:'] = 'Potvrdený:'; $_LANG['Deleted:'] = 'Zmazaný:'; -$_LANG['Edit Document: $0'] = 'Editácia dokumentu: $0'; +$_LANG['Edit Document: $a'] = 'Editácia dokumentu: $a'; $_LANG['Additional number:'] = 'Dodatočné číslo:'; $_LANG['Enter additional document number'] = 'Vložte dodatočné číslo dokumentu'; $_LANG['income/expense'] = 'prímy/výdavky'; @@ -1709,7 +1709,7 @@ $_LANG['Numbering plan:'] = 'Čislovací plán:'; $_LANG['Additional information:'] = 'Dodatočné informácie:'; $_LANG['extended format'] = 'rozšírený formát'; -$_LANG['Page $0 from $1'] = 'Strana $0 z $1'; +$_LANG['Page $a from $b'] = 'Strana $a z $b'; $_LANG['Page total:'] = 'Celkom na strane:'; $_LANG['Total from start of period:'] = 'Celkom od spustenia periody:'; $_LANG['Transfered from previous page:'] = 'Prenesené z predchádzajúcej strany:'; @@ -1740,12 +1740,12 @@ $_LANG['Select request cause'] = 'Vyber spôsobenú príčinu'; $_LANG['unknown/other'] = 'neznáma/iná'; $_LANG['unknown/other'] = 'neznáme/iné'; -$_LANG['Go to $0 page'] = 'Choď na $0 stranu'; +$_LANG['Go to $a page'] = 'Choď na $a stranu'; $_LANG['Requests causes (last year):'] = 'Príčiny spôsobené (posledný rok):'; $_LANG['Adds helpdesk requests causes stats on ticket view and print pages. Default: true'] = 'Pridaj štatistiky spôsobených príčin na zobrazený lístok a vytlač stránku. Východzie: áno'; $_LANG['Enables page scroller designed for lists with very big number of pages. Default: false'] = 'Povol scrolovanie stránky navrhnuté pre zoznam s veľmi vekkými číslami na stránke. Východzie: nepravda'; $_LANG['Support for EtherWerX devices. Default: false'] = 'Podpore pre zariadenia Ether WerX. Východzie: nepravda'; -$_LANG['Customers requesting more than $0 times in last $1 days'] = 'Zákaznizi žiadajúci viac ako $0 krát za posleddých $1 dní'; +$_LANG['Customers requesting more than $a times in last $b days'] = 'Zákaznizi žiadajúci viac ako $a krát za posleddých $b dní'; $_LANG['List of Requests'] = 'Zoznam žiadostí'; $_LANG['Lists and reports printing'] = 'Tlač zoznamov a reportov'; $_LANG['Lists and reports printing'] = 'Tlač zoznamov a reportov'; @@ -1776,7 +1776,7 @@ $_LANG['- select filter -'] = '- zvol filter -'; $_LANG['Settle advance'] = 'Pokročilá platba'; $_LANG['Not accounted advances:'] = 'Žiadne zistitelné straty:'; -$_LANG['Advance settlement: $0'] = 'Pokročilé vyúčtovanie: $0'; +$_LANG['Advance settlement: $a'] = 'Pokročilé vyúčtovanie: $a'; $_LANG['settlement'] = 'Vyúčtovanie'; $_LANG['return'] = 'odpoveď'; $_LANG['Recipient:'] = 'Príjemca:'; @@ -1787,7 +1787,7 @@ $_LANG['Description is required!'] = 'Popis je povinný!'; $_LANG['Enter receipt description'] = 'Vlož popis potvrdenky'; $_LANG['Recipient name is required!'] = 'Názov potvrdenky je povinný!'; -$_LANG['There is only $0 in registry!'] = 'Je tu v registry len $0!'; +$_LANG['There is only $a in registry!'] = 'Je tu v registry len $a!'; $_LANG['Value is required!'] = 'Hodnota je povinná!'; $_LANG['Delete (+R)'] = 'Zmazať (+O)'; $_LANG['Are you sure, you want to delete that note?'] = 'Trváš na zmazaní tejto poznámky?'; @@ -1822,7 +1822,7 @@ $_LANG['Wrong datetime format!'] = 'Zlý formát dátum/čas!'; $_LANG['Real state:'] = 'Skutočný stav:'; $_LANG['Select All'] = 'Zvolte všetkých'; -$_LANG['There is newer version of LMS ($0) available for download from $1.'] = 'Na stránké $1 je uż dostupná nová verzia LMS - $0.'; +$_LANG['There is newer version of LMS ($a) available for download from $b.'] = 'Na stránké $b je uż dostupná nová verzia LMS - $a.'; $_LANG['Are you sure, you want to delete selected documents?'] = 'Trváte na zmazaní zvolených dokumentov?'; $_LANG['Enter Gadu-Gadu ID (optional)'] = 'Vlož ID Gadu-Gadu (nepovinné)'; $_LANG['Enter Skype ID (optional)'] = 'Vlož ID Skype (nepovinné)'; @@ -1860,8 +1860,8 @@ $_LANG['Selected'] = 'Zvolené'; $_LANG['customers groups management'] = 'Správa zákazníckych skupín'; $_LANG['Groups:'] = 'Skupiny:'; -$_LANG['Group: $0'] = 'Skupina: $0'; -$_LANG['Group: all excluding $0'] = 'Skupina: všetky okrem $0'; +$_LANG['Group: $a'] = 'Skupina: $a'; +$_LANG['Group: all excluding $a'] = 'Skupina: všetky okrem $a'; $_LANG['Position:'] = 'PozíciaStanowisko:'; $_LANG['Configuration error. Patterns array not found!'] = 'Chyba v konfigurácii. Array vzory nenájdené!'; $_LANG['Line:'] = 'Línia:'; @@ -1878,7 +1878,7 @@ $_LANG['Date from the future not allowed!'] = 'Dátum z budúcnosti nie sú povolené!'; $_LANG['no guarantee'] = 'bez záruky'; $_LANG['Select days number of cutoff suspending (optional)'] = 'Vyberte počet dní od cutoff pozastavenia (nepovinné)'; -$_LANG['Cutoff suspended to $0'] = 'Cutoff prerušené do dňa $0'; +$_LANG['Cutoff suspended to $a'] = 'Cutoff prerušené do dňa $a'; $_LANG['Customer has got disconnected nodes!'] = 'Zákazník má počítač odpojený!'; $_LANG['Clone'] = 'Klonuj'; $_LANG['Add node to group'] = 'Pridať počítač do skupiny'; @@ -1894,14 +1894,14 @@ $_LANG['Select group to attribute to node'] = 'Vyberte skupinu na priradenie k počítaču'; $_LANG['That node is not a member of any group.'] = 'Tento počítač nepatrí do žiadnej zo skupin.'; $_LANG['Remove Group'] = 'Odstrániť skupinu'; -$_LANG['Node\'s Groups ($0):'] = 'Skupiny počítača ($0):'; +$_LANG['Node\'s Groups ($a):'] = 'Skupiny počítača ($a):'; $_LANG['Are you sure, you want to delete that group?'] = 'Ste si istí, že chcete zmazať túto skupinu?'; $_LANG['Are you sure, you want to move members to selected group?'] = 'Ste si istí, že chcete premiestniť členov do vybranej skupiny?'; $_LANG['Move members to group:'] = 'Presunúť do skupiny členov:'; $_LANG['Select group to which you want to move members'] = 'Označte skupiny, do ktorej chcete presunúť členov'; $_LANG['Default period value for assignment. Default: 0'] = 'Predvolená hodnota pre určenie času. Východzie: 0'; -$_LANG['Customer has got nodes in group(s): $0!'] = 'Počítač(e) zákazníka patria do skupin(y): $0!'; -$_LANG['Customer has got nodes in groups: $0!'] = 'Počítače zákazníka sú v skupinách: $0!'; +$_LANG['Customer has got nodes in group(s): $a!'] = 'Počítač(e) zákazníka patria do skupin(y): $a!'; +$_LANG['Customer has got nodes in groups: $a!'] = 'Počítače zákazníka sú v skupinách: $a!'; $_LANG['Dest. port'] = 'Cieľový port'; $_LANG['Device:'] = 'Zariadenie:'; $_LANG['Enter port number in device for connection (optional)'] = 'Zadajte číslo portu zariadenia pre pripojenie (nepovinné)'; @@ -1919,15 +1919,15 @@ $_LANG['Destination:'] = 'cieľ:'; $_LANG['Login'] = 'Login'; $_LANG['Accounts number:'] = 'Číslo účtu:'; -$_LANG['Account Info: $0'] = 'Informácie o účte: $0'; +$_LANG['Account Info: $a'] = 'Informácie o účte: $a'; $_LANG['Aliases number:'] = 'Aliasy číslo:'; -$_LANG['Alias Edit: $0'] = 'Edituj alias: $0'; -$_LANG['Alias Info: $0'] = 'Informácie o aliase: $0'; +$_LANG['Alias Edit: $a'] = 'Edituj alias: $a'; +$_LANG['Alias Info: $a'] = 'Informácie o aliase: $a'; $_LANG['Are you sure, you want to delete that account?'] = 'Ste si istí, že chcete odstrániť tento účet?'; $_LANG['Are you sure, you want to delete that alias?'] = 'Ste si istí, že chcete vymazať tento alias?'; $_LANG['Are you sure, you want to delete that domain and all accounts/aliases in that domain?'] = 'Ste si istí, že chcete zmazať túto doménu a všetky účty / aliasy v nej?'; $_LANG['Domain\'s owner:'] = 'Vlastník domény:'; -$_LANG['Domain Info: $0'] = 'nformácie o doméne: $0'; +$_LANG['Domain Info: $a'] = 'nformácie o doméne: $a'; $_LANG['Hosting'] = 'Hosting'; $_LANG['Node group:'] = 'Skupina počítačov:'; $_LANG['You have to select destination account!'] = 'Musíte vybrať miesto určenia pre účet!'; @@ -1963,12 +1963,12 @@ $_LANG['Quota limit of shell account:'] = 'Limit veľkosti vášej schránky:'; $_LANG['Quota limit of sql account:'] = 'Limit veľkosti vášho SQL:'; $_LANG['Quota limit of www account:'] = 'Limit veľkosti vašej stránky:'; -$_LANG['Exceeded \'$0\' accounts limit of selected customer ($1)!'] = 'Prekročený limit počtu kont typu \'$0\' pre vybraného zákazníka ($1)!'; -$_LANG['Exceeded \'$0\' account quota limit of selected customer ($1)!'] = 'Prekročený limit rozmiaru konta typu \'$0\' pre vybraného zákazníka ($1)!'; -$_LANG['Exceeded aliases limit of selected customer ($0)!'] = 'Prekročený limit počtu aliasov pre vybraného zákazníka ($0)!'; -$_LANG['Exceeded domains limit of selected customer ($0)!'] = 'Prekročený limit počtu domén pre vybraného zákazníka ($0)!'; -$_LANG['Account aliases ($0):'] = 'Aliasy tohto účtu ($0)'; -$_LANG['Are you sure, you want to delete assignment with alias: \\\'$0\\\'?'] = 'Ste si istí, že chcete odstrániť prepojenie s aliasom: \\\'$0\\\'?'; +$_LANG['Exceeded \'$a\' accounts limit of selected customer ($b)!'] = 'Prekročený limit počtu kont typu \'$a\' pre vybraného zákazníka ($b)!'; +$_LANG['Exceeded \'$a\' account quota limit of selected customer ($b)!'] = 'Prekročený limit rozmiaru konta typu \'$a\' pre vybraného zákazníka ($b)!'; +$_LANG['Exceeded aliases limit of selected customer ($a)!'] = 'Prekročený limit počtu aliasov pre vybraného zákazníka ($a)!'; +$_LANG['Exceeded domains limit of selected customer ($a)!'] = 'Prekročený limit počtu domén pre vybraného zákazníka ($a)!'; +$_LANG['Account aliases ($a):'] = 'Aliasy tohto účtu ($a)'; +$_LANG['Are you sure, you want to delete assignment with alias: \\\'$a\\\'?'] = 'Ste si istí, že chcete odstrániť prepojenie s aliasom: \\\'$a\\\'?'; $_LANG['Delete assignment'] = 'Odstrániť prepojenie'; $_LANG['There are no aliases for that account.'] = 'Neexistujú žiadne aliasy pre daný účet.'; $_LANG['New alias'] = 'Nový alias'; @@ -1998,7 +1998,7 @@ $_LANG['Open attachment'] = 'Otvoriť prílohu'; $_LANG['Consent to personal data processing:'] = 'Súhlas na spracovanie osobných údajov:'; $_LANG['TRANSFER'] = 'TRANSFER'; -$_LANG['Rows: $0'] = 'Počet riadkov: $0'; +$_LANG['Rows: $a'] = 'Počet riadkov: $a'; $_LANG['private person'] = 'Súkromná osoba'; $_LANG['legal entity'] = 'Právnická osoba / firma'; $_LANG['Select legal personality type'] = 'Vyberte typ právnej subjektivity'; @@ -2009,7 +2009,7 @@ $_LANG['in date:'] = 'v dátume:'; $_LANG['Legal personality:'] = 'Právna subjektivita:'; $_LANG['Add state'] = 'Pridať provinciu'; -$_LANG['Are you sure, you want to delete state \\\'$0\\\'?'] = 'Ste si istí, že chcete odstrániť provinciu \\\'$0\\\'?'; +$_LANG['Are you sure, you want to delete state \\\'$a\\\'?'] = 'Ste si istí, že chcete odstrániť provinciu \\\'$a\\\'?'; $_LANG['Country States Definitions'] = 'Definícia provincie'; $_LANG['Display this form again, when this state is saved'] = 'Zobraziť tento formulár znovu, keď je tento región uložený'; $_LANG['Enter state name'] = 'Vložte názov regiónu'; @@ -2018,7 +2018,7 @@ $_LANG['Select personality type'] = 'Vyberte typ právnej subjektivity'; $_LANG['States'] = 'Regióny'; $_LANG['States List'] = 'Zoznam regiónov'; -$_LANG['State Edit: $0'] = 'Edituj región: $0'; +$_LANG['State Edit: $a'] = 'Edituj región: $a'; $_LANG['State name is required!'] = 'Názov regiónu je povinný!'; $_LANG['Select country state'] = 'Zvolte región'; $_LANG['Select country state (optional)'] = 'Zvolte región (nepovinné)'; @@ -2028,7 +2028,7 @@ $_LANG['nodes to groups assignment'] = 'Priradenie počítačov do skupiny'; $_LANG['Address is required!'] = 'Adresa je povinná!'; $_LANG['Add division'] = 'Nová pobočka'; -$_LANG['Are you sure, you want to delete division \\\'$0\\\'?'] = 'Ste si istí, že chcete odstrániť pobočku \\\'$0\\\'?'; +$_LANG['Are you sure, you want to delete division \\\'$a\\\'?'] = 'Ste si istí, že chcete odstrániť pobočku \\\'$a\\\'?'; $_LANG['Bank account:'] = 'Bankový účet:'; $_LANG['City is required!'] = 'Mesto je povinné!'; $_LANG['Company Divisions Definitions'] = 'Definícia pobočky'; @@ -2038,7 +2038,7 @@ $_LANG['Division long name is required!'] = 'Celé meno pobočky je povinné!'; $_LANG['Division short name is required!'] = 'Krátky názov pobočky je povinný!'; $_LANG['Division with specified name already exists!'] = 'Pobočka s daným menom už existuje!'; -$_LANG['Edit Division: $0'] = 'Editácia pobočky: $0'; +$_LANG['Edit Division: $a'] = 'Editácia pobočky: $a'; $_LANG['Enter bank account or mass payments account prefix (optional)'] = 'Zadajte číslo bankového účetu alebo predčíslia účtu hromadnej platby (nepovinné)'; $_LANG['Enter division long name'] = 'Zadajte úplný názov pobočky'; $_LANG['Enter division short name'] = 'Zadajte skrátený názov pre pobočku'; @@ -2090,10 +2090,10 @@ $_LANG['Voip account phone number is too long (max.32 characters)!'] = 'Zadané telefónne číslo je príliš dlhé (max. 32 znakov)!'; $_LANG['Specified phone is in use!'] = 'Telefónne číslo sa používa!'; $_LANG['Specified phone number contains forbidden characters or is too short!'] = 'Zadané telefónne číslo obsahuje zakázané znaky, alebo je príliš krátke!'; -$_LANG['Are you sure, you want to remove voip account \'$0\' from database?'] = 'Ste si istí, že chcete vymazať účet VoIP \'$0\' z databázy?'; -$_LANG['Are you sure, you want to remove voip account \\\'$0\\\' from database?'] = 'Ste si istí, že chcete vymazať účet VoIP \\\'$0\\\' z databázy?'; -$_LANG['Delete Voip Account $0'] = 'Zrušiť účet Voip: $0'; -$_LANG['Voip Account Info: $0'] = 'Informácie o účte: $0'; -$_LANG['Voip Account Edit: $0'] = 'Upraviť účet VoIP: $0'; -$_LANG['Voip Accounts ($0):'] = 'VoIP účty ($0)'; +$_LANG['Are you sure, you want to remove voip account \'$a\' from database?'] = 'Ste si istí, že chcete vymazať účet VoIP \'$a\' z databázy?'; +$_LANG['Are you sure, you want to remove voip account \\\'$a\\\' from database?'] = 'Ste si istí, že chcete vymazať účet VoIP \\\'$a\\\' z databázy?'; +$_LANG['Delete Voip Account $a'] = 'Zrušiť účet Voip: $a'; +$_LANG['Voip Account Info: $a'] = 'Informácie o účte: $a'; +$_LANG['Voip Account Edit: $a'] = 'Upraviť účet VoIP: $a'; +$_LANG['Voip Accounts ($a):'] = 'VoIP účty ($a)'; ?> diff --git a/modules/accountadd.php b/modules/accountadd.php index 50e438a7d5..5e775b51e7 100644 --- a/modules/accountadd.php +++ b/modules/accountadd.php @@ -115,7 +115,7 @@ { if($quota[$name] > $limits[$limitidx]) { - $error['quota_'.$name] = trans('Exceeded \'$0\' account quota limit of selected customer ($1)!', + $error['quota_'.$name] = trans('Exceeded \'$a\' account quota limit of selected customer ($b)!', $name, $limits[$limitidx]); } } @@ -130,7 +130,7 @@ if(!$error && ($limits[$limitidx] == 0 || $limits[$limitidx] <= $cnt)) { - $error['ownerid'] = trans('Exceeded \'$0\' accounts limit of selected customer ($1)!', + $error['ownerid'] = trans('Exceeded \'$a\' accounts limit of selected customer ($b)!', $name, $limits[$limitidx]); } } diff --git a/modules/accountedit.php b/modules/accountedit.php index 1a4c7b4a41..32d4dd097b 100644 --- a/modules/accountedit.php +++ b/modules/accountedit.php @@ -37,7 +37,7 @@ $SESSION->redirect('?'.$SESSION->get('backto')); } -$layout['pagetitle'] = trans('Account Edit: $0', $account['login'].'@'.$account['domain']); +$layout['pagetitle'] = trans('Account Edit: $a', $account['login'].'@'.$account['domain']); $types = array(1 => 'sh', 2 => 'mail', 4 => 'www', 8 => 'ftp', 16 => 'sql'); @@ -117,7 +117,7 @@ { if($quota[$name] > $limits[$limitidx]) { - $error['quota_'.$name] = trans('Exceeded \'$0\' account quota limit of selected customer ($1)!', + $error['quota_'.$name] = trans('Exceeded \'$a\' account quota limit of selected customer ($b)!', $name, $limits[$limitidx]); } } @@ -135,7 +135,7 @@ if(!$error && ($limits[$limitidx] == 0 || $limits[$limitidx] <= $cnt)) { - $error['ownerid'] = trans('Exceeded \'$0\' accounts limit of selected customer ($1)!', + $error['ownerid'] = trans('Exceeded \'$a\' accounts limit of selected customer ($b)!', $name, $limits[$limitidx]); } } diff --git a/modules/accountinfo.php b/modules/accountinfo.php index 216c7a926b..4b47cddccd 100644 --- a/modules/accountinfo.php +++ b/modules/accountinfo.php @@ -44,7 +44,7 @@ $SESSION->save('backto', $_SERVER['QUERY_STRING']); -$layout['pagetitle'] = trans('Account Info: $0', $account['login'].'@'.$account['domain']); +$layout['pagetitle'] = trans('Account Info: $a', $account['login'].'@'.$account['domain']); $SMARTY->assign('account', $account); $SMARTY->display('accountinfo.html'); diff --git a/modules/accountpasswd.php b/modules/accountpasswd.php index 59ea59758c..7abd0b902b 100644 --- a/modules/accountpasswd.php +++ b/modules/accountpasswd.php @@ -56,7 +56,7 @@ } } -$layout['pagetitle'] = trans('Password Change for Account: $0',$account['login'].'@'.$account['domain']); +$layout['pagetitle'] = trans('Password Change for Account: $a',$account['login'].'@'.$account['domain']); $SMARTY->assign('error', $error); $SMARTY->assign('account', $account); diff --git a/modules/aliasadd.php b/modules/aliasadd.php index bea468ca80..f070730760 100644 --- a/modules/aliasadd.php +++ b/modules/aliasadd.php @@ -112,7 +112,7 @@ function AccountExists($login, $domain) SELECT id FROM domains WHERE ownerid = ?)', array($ownerid)); if($limits['alias_limit'] == 0 || $limits['alias_limit'] <= $cnt) - $error['domainid'] = trans('Exceeded aliases limit of selected customer ($0)!', $limits['alias_limit']); + $error['domainid'] = trans('Exceeded aliases limit of selected customer ($a)!', $limits['alias_limit']); } } } diff --git a/modules/aliasedit.php b/modules/aliasedit.php index 76e0d0abeb..f944a90f54 100644 --- a/modules/aliasedit.php +++ b/modules/aliasedit.php @@ -45,7 +45,7 @@ function AccountExists($login, $domain) $SESSION->redirect('?'.$SESSION->get('backto')); } -$layout['pagetitle'] = trans('Alias Edit: $0', $aliasold['login'] .'@'. $aliasold['domain']); +$layout['pagetitle'] = trans('Alias Edit: $a', $aliasold['login'] .'@'. $aliasold['domain']); if(isset($_POST['alias'])) { diff --git a/modules/aliasinfo.php b/modules/aliasinfo.php index 81ed4ee470..30b7ec205e 100644 --- a/modules/aliasinfo.php +++ b/modules/aliasinfo.php @@ -45,7 +45,7 @@ foreach($mailforwards as $mailforward => $idx) $alias['mailforwards'][] = $mailforward; -$layout['pagetitle'] = trans('Alias Info: $0', $alias['login'] .'@'. $alias['domain']); +$layout['pagetitle'] = trans('Alias Info: $a', $alias['login'] .'@'. $alias['domain']); $SESSION->save('backto', $_SERVER['QUERY_STRING']); diff --git a/modules/cashpackagedel.php b/modules/cashpackagedel.php index 4ee3e0420d..9615e2f636 100644 --- a/modules/cashpackagedel.php +++ b/modules/cashpackagedel.php @@ -25,14 +25,14 @@ */ $name = $DB->GetOne('SELECT name FROM sourcefiles WHERE id = ?', array($_GET['id'])); -$layout['pagetitle'] = trans('Removing package "$0"', $name); +$layout['pagetitle'] = trans('Removing package "$a"', $name); if (!$name) { $body = '

'.trans('Specified ID is not proper or does not exist!').'

'; } else if ($_GET['is_sure'] != 1) { - $body = '

'.trans('Do you want to remove package "$0"?', $name).'

'; + $body = '

'.trans('Do you want to remove package "$a"?', $name).'

'; $body .= '

'.trans('All cash operations from that package will be lost.').'

'; $body .= '

'.trans('Yes, I know what I do.').' '; $body .= ''.trans('No, I\'ve changed my mind.').'

'; diff --git a/modules/cashregdel.php b/modules/cashregdel.php index b33f84e1e7..f288ef6367 100644 --- a/modules/cashregdel.php +++ b/modules/cashregdel.php @@ -25,7 +25,7 @@ */ $name = $DB->GetOne('SELECT name FROM cashregs WHERE id=?', array($_GET['id'])); -$layout['pagetitle'] = trans('Removing registry "$0"', $name); +$layout['pagetitle'] = trans('Removing registry "$a"', $name); if (!$name) { @@ -34,7 +34,7 @@ if($_GET['is_sure']!=1) { - $body = '

'.trans('Do you want to remove registry "$0"?', $name).'

'; + $body = '

'.trans('Do you want to remove registry "$a"?', $name).'

'; $body .= '

'.trans('All receipts in that registry will be lost.').'

'; $body .= '

'.trans('Yes, I know what I do.').' '; $body .= ''.trans('No, I\'ve changed my mind.').'

'; diff --git a/modules/cashregedit.php b/modules/cashregedit.php index 43e5adf424..825614553d 100644 --- a/modules/cashregedit.php +++ b/modules/cashregedit.php @@ -84,7 +84,7 @@ } } -$layout['pagetitle'] = trans('Edit Cash Registry: $0', $registry['name']); +$layout['pagetitle'] = trans('Edit Cash Registry: $a', $registry['name']); $SESSION->save('backto', $_SERVER['QUERY_STRING']); diff --git a/modules/cashreginfo.php b/modules/cashreginfo.php index eeca7a6545..d019c02879 100644 --- a/modules/cashreginfo.php +++ b/modules/cashreginfo.php @@ -46,7 +46,7 @@ $registry['rights'][] = $user; } -$layout['pagetitle'] = trans('Cash Registry Info: $0', $registry['name']); +$layout['pagetitle'] = trans('Cash Registry Info: $a', $registry['name']); $SESSION->save('backto', $_SERVER['QUERY_STRING']); diff --git a/modules/cashsourceedit.php b/modules/cashsourceedit.php index 664faf1450..d51abe41ff 100644 --- a/modules/cashsourceedit.php +++ b/modules/cashsourceedit.php @@ -31,7 +31,7 @@ $SESSION->redirect('?m=cashsourcelist'); } -$layout['pagetitle'] = trans('Cash Import Source Edit: $0', $source['name']); +$layout['pagetitle'] = trans('Cash Import Source Edit: $a', $source['name']); if(isset($_POST['sourceedit'])) { diff --git a/modules/configedit.php b/modules/configedit.php index 3017cb1451..bc28abc954 100644 --- a/modules/configedit.php +++ b/modules/configedit.php @@ -92,7 +92,7 @@ function ConfigOptionExists($id) $config = $cfg; } -$layout['pagetitle'] = trans('Option Edit: $0',$option); +$layout['pagetitle'] = trans('Option Edit: $a',$option); $SESSION->save('backto', $_SERVER['QUERY_STRING']); diff --git a/modules/core/actions/init.php b/modules/core/actions/init.php index 63a0cc6c7c..7854d71c51 100644 --- a/modules/core/actions/init.php +++ b/modules/core/actions/init.php @@ -43,10 +43,10 @@ $LMS->ui_lang = $_ui_language; $LMS->lang = $_language; -$SMARTY->assign_by_ref('_LANG', $_LANG); -$SMARTY->assign_by_ref('LANGDEFS', $LANGDEFS); -$SMARTY->assign_by_ref('_ui_language', $LMS->ui_lang); -$SMARTY->assign_by_ref('_language', $LMS->lang); +$SMARTY->assignByRef('_LANG', $_LANG); +$SMARTY->assignByRef('LANGDEFS', $LANGDEFS); +$SMARTY->assignByRef('_ui_language', $LMS->ui_lang); +$SMARTY->assignByRef('_language', $LMS->lang); $SMARTY->assign('_dochref', is_dir('doc/html/'.$LMS->ui_lang) ? 'doc/html/'.$LMS->ui_lang.'/' : 'doc/html/en/'); $SMARTY->assign('_config',$CONFIG); @@ -59,7 +59,7 @@ $layout['dberrors'] =& $DB->errors; $layout['popup'] = isset($_GET['popup']) ? true : false; -$SMARTY->assign_by_ref('layout', $layout); +$SMARTY->assignByRef('layout', $layout); $SMARTY->assign('_module', $ExecStack->module); $SMARTY->assign('_action', $ExecStack->action); diff --git a/modules/core/templates/calendar_js.html b/modules/core/templates/calendar_js.html index 42a3c0bde1..dc7dcb6296 100644 --- a/modules/core/templates/calendar_js.html +++ b/modules/core/templates/calendar_js.html @@ -103,18 +103,18 @@ var arr_date = str_date.split('/'); - if (arr_date.length != 3) return cal_error ("{/literal}{t 0="'\" + str_date + \"'"}Invalid date format: $0.\nFormat accepted is 'YYYY/MM/DD hh:mm'.{/t}{literal}"); - if (!arr_date[0]) return cal_error ("{/literal}{t 0="'\" + str_date + \"'"}Invalid date format: $0.\nNo year value can be found.{/t}{literal}"); - if (!RE_NUM.exec(arr_date[0])) return cal_error ("{/literal}{t 0="'\" + arr_date[0] + \"'"}Invalid year value: $0.\nAllowed values are unsigned integers.{/t}{literal}"); - if (!arr_date[1]) return cal_error ("{/literal}{t 0="'\" + str_date + \"'"}Invalid date format: $0.\nNo month value can be found.{/t}{literal}"); - if (!RE_NUM.exec(arr_date[1])) return cal_error ("{/literal}{t 0="'\" + arr_date[1] + \"'"}Invalid month value: $0.\nAllowed values are unsigned integers.{/t}{literal}"); - if (!arr_date[2]) return cal_error ("{/literal}{t 0="'\" + str_date + \"'"}Invalid date format: $0.\nNo day of month value can be found.{/t}{literal}."); - if (!RE_NUM.exec(arr_date[2])) return cal_error ("{/literal}{t 0="'\" + arr_date[2] + \"'"}Invalid day of month value: $0.\nAllowed values are unsigned integers.{/t}{literal}"); + if (arr_date.length != 3) return cal_error ("{/literal}{t a="'\" + str_date + \"'"}Invalid date format: $a.\nFormat accepted is 'YYYY/MM/DD hh:mm'.{/t}{literal}"); + if (!arr_date[0]) return cal_error ("{/literal}{t a="'\" + str_date + \"'"}Invalid date format: $a.\nNo year value can be found.{/t}{literal}"); + if (!RE_NUM.exec(arr_date[0])) return cal_error ("{/literal}{t a="'\" + arr_date[0] + \"'"}Invalid year value: $a.\nAllowed values are unsigned integers.{/t}{literal}"); + if (!arr_date[1]) return cal_error ("{/literal}{t a="'\" + str_date + \"'"}Invalid date format: $a.\nNo month value can be found.{/t}{literal}"); + if (!RE_NUM.exec(arr_date[1])) return cal_error ("{/literal}{t a="'\" + arr_date[1] + \"'"}Invalid month value: $a.\nAllowed values are unsigned integers.{/t}{literal}"); + if (!arr_date[2]) return cal_error ("{/literal}{t a="'\" + str_date + \"'"}Invalid date format: $a.\nNo day of month value can be found.{/t}{literal}."); + if (!RE_NUM.exec(arr_date[2])) return cal_error ("{/literal}{t a="'\" + arr_date[2] + \"'"}Invalid day of month value: $a.\nAllowed values are unsigned integers.{/t}{literal}"); var dt_date = new Date(); dt_date.setDate(1); - if (arr_date[1] < 1 || arr_date[1] > 12) return cal_error ("{/literal}{t 0="'\" + arr_date[1] + \"'"}Invalid month value: $0.\nAllowed range is 01-12.{/t}{literal}"); + if (arr_date[1] < 1 || arr_date[1] > 12) return cal_error ("{/literal}{t a="'\" + arr_date[1] + \"'"}Invalid month value: $a.\nAllowed range is 01-12.{/t}{literal}"); dt_date.setMonth(arr_date[1]-1); if (arr_date[0] < 100) arr_date[0] = Number(arr_date[0]) + (arr_date[0] < NUM_CENTYEAR ? 2000 : 1900); @@ -122,7 +122,7 @@ var dt_numdays = new Date(arr_date[0], arr_date[1], 0); dt_date.setDate(arr_date[2]); - if (dt_date.getMonth() != (arr_date[1]-1)) return cal_error ("{/literal}{t 0="'\" + arr_date[2] + \"'" 1="\"+dt_numdays.getDate()+\""}Invalid day of month value: $0.\nAllowed range is 01-$1.{/t}{literal}"); + if (dt_date.getMonth() != (arr_date[1]-1)) return cal_error ("{/literal}{t a="'\" + arr_date[2] + \"'" 1="\"+dt_numdays.getDate()+\""}Invalid day of month value: $a.\nAllowed range is 01-$b.{/t}{literal}"); return (dt_date) } @@ -136,14 +136,14 @@ if (!arr_time[0]) dt_date.setHours(0); else if (RE_NUM.exec(arr_time[0])) if (arr_time[0] < 24) dt_date.setHours(arr_time[0]); - else return cal_error ("{/literal}{t 0="'\" + arr_time[0] + \"'"}Invalid hour value: $0.\nAllowed range is 00-23.{/t}{literal}"); - else return cal_error ("{/literal}{t 0="'\" + arr_time[0] + \"'"}Invalid hour value: $0.\nAllowed values are unsigned integers.{/t}{literal}"); + else return cal_error ("{/literal}{t a="'\" + arr_time[0] + \"'"}Invalid hour value: $a.\nAllowed range is 00-23.{/t}{literal}"); + else return cal_error ("{/literal}{t a="'\" + arr_time[0] + \"'"}Invalid hour value: $a.\nAllowed values are unsigned integers.{/t}{literal}"); if (!arr_time[1]) dt_date.setMinutes(0); else if (RE_NUM.exec(arr_time[1])) if (arr_time[1] < 60) dt_date.setMinutes(arr_time[1]); - else return cal_error ("{/literal}{t 0="'\" + arr_time[1] + \"'"}Invalid minutes value: $0.\nAllowed range is 00-59.{/t}{literal}"); - else return cal_error ("{/literal}{t 0="'\" + arr_time[1] + \"'"}Invalid minutes value: $0.\nAllowed values are unsigned integers.{/t}{literal}"); + else return cal_error ("{/literal}{t a="'\" + arr_time[1] + \"'"}Invalid minutes value: $a.\nAllowed range is 00-59.{/t}{literal}"); + else return cal_error ("{/literal}{t a="'\" + arr_time[1] + \"'"}Invalid minutes value: $a.\nAllowed values are unsigned integers.{/t}{literal}"); dt_date.setMilliseconds(0); return dt_date; diff --git a/modules/core/templates/err_actionnotfound.html b/modules/core/templates/err_actionnotfound.html index 72b0e49a48..60265b366f 100644 --- a/modules/core/templates/err_actionnotfound.html +++ b/modules/core/templates/err_actionnotfound.html @@ -5,7 +5,7 @@

{t}Error!{/t}

-

{t 0=$_action 1=$_module}Action '$0' of module '$1' not found!{/t}

+

{t a=$_action b=$_module}Action '$a' of module '$b' not found!{/t}

diff --git a/modules/core/templates/err_actionnotpublic.html b/modules/core/templates/err_actionnotpublic.html index d0b53a0741..9ede3bae5f 100644 --- a/modules/core/templates/err_actionnotpublic.html +++ b/modules/core/templates/err_actionnotpublic.html @@ -5,7 +5,7 @@

{t}Error!{/t}

-

{t 0=$_action 1=$_module}Action '$0' of module '$1' is not public and can't be called directly!{/t}

+

{t a=$_action b=$_module}Action '$a' of module '$b' is not public and can't be called directly!{/t}

diff --git a/modules/core/templates/err_modulenotfound.html b/modules/core/templates/err_modulenotfound.html index 0c18e17737..83b11f5041 100644 --- a/modules/core/templates/err_modulenotfound.html +++ b/modules/core/templates/err_modulenotfound.html @@ -5,7 +5,7 @@

{t}Error!{/t}

-

{t 0=$_module}Module '$0' not found!{/t}

+

{t a=$_module}Module '$a' not found!{/t}

diff --git a/modules/core/templates/err_modulenotpublic.html b/modules/core/templates/err_modulenotpublic.html index 75c6c3bf6c..98f8bec2f5 100644 --- a/modules/core/templates/err_modulenotpublic.html +++ b/modules/core/templates/err_modulenotpublic.html @@ -5,7 +5,7 @@

{t}Error!{/t}

-

{t 0=$_module}Module '$0' is not public and can't be called directly!{/t}

+

{t a=$_module}Module '$a' is not public and can't be called directly!{/t}

diff --git a/modules/core/templates/menu.html b/modules/core/templates/menu.html index 34eb9ad4d8..61af9d6037 100644 --- a/modules/core/templates/menu.html +++ b/modules/core/templates/menu.html @@ -14,13 +14,13 @@ {foreach from=$menu item=menuitem name=menu} -
+
*{$menuitem.name}
{if $menuitem.submenu} {foreach from=$menuitem.submenu item=submenuitem} -
+ {/foreach} diff --git a/modules/customer.inc.php b/modules/customer.inc.php index 9c5504c854..6bc901264c 100644 --- a/modules/customer.inc.php +++ b/modules/customer.inc.php @@ -33,7 +33,7 @@ $SESSION->redirect('?m=customerlist'); } - $SMARTY->assign_by_ref('customerinfo', $customerinfo); + $SMARTY->assignByRef('customerinfo', $customerinfo); } @@ -66,16 +66,16 @@ )); $SMARTY->assign('sourcelist', $DB->GetAll('SELECT id, name FROM cashsources ORDER BY name')); -$SMARTY->assign_by_ref('customernodes', $customernodes); -$SMARTY->assign_by_ref('assignments', $assignments); -$SMARTY->assign_by_ref('customergroups', $customergroups); -$SMARTY->assign_by_ref('othercustomergroups', $othercustomergroups); -$SMARTY->assign_by_ref('balancelist', $balancelist); -$SMARTY->assign_by_ref('customervoipaccounts', $customervoipaccounts); -$SMARTY->assign_by_ref('documents', $documents); -$SMARTY->assign_by_ref('taxeslist', $taxeslist); -$SMARTY->assign_by_ref('allnodegroups', $allnodegroups); -$SMARTY->assign_by_ref('messagelist', $messagelist); -$SMARTY->assign_by_ref('eventlist', $eventlist); +$SMARTY->assignByRef('customernodes', $customernodes); +$SMARTY->assignByRef('assignments', $assignments); +$SMARTY->assignByRef('customergroups', $customergroups); +$SMARTY->assignByRef('othercustomergroups', $othercustomergroups); +$SMARTY->assignByRef('balancelist', $balancelist); +$SMARTY->assignByRef('customervoipaccounts', $customervoipaccounts); +$SMARTY->assignByRef('documents', $documents); +$SMARTY->assignByRef('taxeslist', $taxeslist); +$SMARTY->assignByRef('allnodegroups', $allnodegroups); +$SMARTY->assignByRef('messagelist', $messagelist); +$SMARTY->assignByRef('eventlist', $eventlist); ?> diff --git a/modules/customerassignmentadd.php b/modules/customerassignmentadd.php index f7364f79cb..2982253c60 100644 --- a/modules/customerassignmentadd.php +++ b/modules/customerassignmentadd.php @@ -285,7 +285,7 @@ $expired = isset($_GET['expired']) ? $_GET['expired'] : false; -$layout['pagetitle'] = trans('New Liability: $0', ''.$customer['name'].''); +$layout['pagetitle'] = trans('New Liability: $a', ''.$customer['name'].''); $SESSION->save('backto', $_SERVER['QUERY_STRING']); diff --git a/modules/customerassignmentedit.php b/modules/customerassignmentedit.php index 4829e14255..1c31239a58 100644 --- a/modules/customerassignmentedit.php +++ b/modules/customerassignmentedit.php @@ -361,7 +361,7 @@ $expired = isset($_GET['expired']) ? $_GET['expired'] : false; -$layout['pagetitle'] = trans('Liability Edit: $0', ''.$customer['name'].''); +$layout['pagetitle'] = trans('Liability Edit: $a', ''.$customer['name'].''); $SESSION->save('backto', $_SERVER['QUERY_STRING']); diff --git a/modules/customerbalance.php b/modules/customerbalance.php index d823344fbb..43d4d43c09 100644 --- a/modules/customerbalance.php +++ b/modules/customerbalance.php @@ -32,7 +32,7 @@ $customername = $LMS->GetCustomerName($_GET['id']); $id = $_GET['id']; -$layout['pagetitle'] = trans('Customer Balance: $0', ''.$customername.''); +$layout['pagetitle'] = trans('Customer Balance: $a', ''.$customername.''); $SMARTY->assign('balancelist', $LMS->GetCustomerBalanceList($_GET['id'])); $SMARTY->assign('taxeslist', $LMS->GetTaxes()); diff --git a/modules/customerdel.php b/modules/customerdel.php index bb06167a36..069bf81bff 100644 --- a/modules/customerdel.php +++ b/modules/customerdel.php @@ -24,7 +24,7 @@ * $Id$ */ -$layout['pagetitle'] = trans('Customer Remove: $0',sprintf("%04d",$_GET['id'])); +$layout['pagetitle'] = trans('Customer Remove: $a',sprintf("%04d",$_GET['id'])); $SMARTY->assign('customerid',$_GET['id']); if (!$LMS->CustomerExists($_GET['id'])) @@ -34,12 +34,12 @@ if($_GET['is_sure']!=1) { - $body = '

'.trans('Do you want to remove $0 customer?',$LMS->GetCustomerName($_GET['id'])).'

'; + $body = '

'.trans('Do you want to remove $a customer?',$LMS->GetCustomerName($_GET['id'])).'

'; $body .= '

'.trans('All customer data and computers bound to this customer will be lost!').'

'; $body .= '

'.trans('Yes, I do.').'

'; }else{ header("Location: ?".$SESSION->get('backto')); - $body = '

'.trans('Customer $0 has been removed.',$LMS->GetCustomerName($_GET['id'])).'

'; + $body = '

'.trans('Customer $a has been removed.',$LMS->GetCustomerName($_GET['id'])).'

'; $LMS->DeleteCustomer($_GET['id']); } } diff --git a/modules/customeredit.php b/modules/customeredit.php index fdd2c364e2..05adc69eb2 100644 --- a/modules/customeredit.php +++ b/modules/customeredit.php @@ -202,7 +202,7 @@ $customerinfo['contacts'][] = array(); } -$layout['pagetitle'] = trans('Customer Edit: $0',$customerinfo['customername']); +$layout['pagetitle'] = trans('Customer Edit: $a',$customerinfo['customername']); $SESSION->save('backto', $_SERVER['QUERY_STRING']); diff --git a/modules/customergroupadd.php b/modules/customergroupadd.php index e1dd2518c7..e2c4ed2508 100644 --- a/modules/customergroupadd.php +++ b/modules/customergroupadd.php @@ -43,7 +43,7 @@ elseif(!preg_match('/^[._a-z0-9-]+$/i', $customergroupadd['name'])) $error['name'] = trans('Invalid chars in group name!'); elseif($LMS->CustomergroupGetId($customergroupadd['name'])) - $error['name'] = trans('Group with name $0 already exists!',$customergroupadd['name']); + $error['name'] = trans('Group with name $a already exists!',$customergroupadd['name']); if(!$error) { diff --git a/modules/customergroupedit.php b/modules/customergroupedit.php index dbeb390b20..a322df9833 100644 --- a/modules/customergroupedit.php +++ b/modules/customergroupedit.php @@ -49,7 +49,7 @@ $customergroup = $LMS->CustomergroupGet($_GET['id'], $membersnetid); $customers = $LMS->GetCustomerWithoutGroupNames($_GET['id'], $othersnetid); -$layout['pagetitle'] = trans('Group Edit: $0', $customergroup['name']); +$layout['pagetitle'] = trans('Group Edit: $a', $customergroup['name']); if(isset($_POST['customergroup'])) { @@ -67,7 +67,7 @@ elseif(!preg_match('/^[._a-z0-9-]+$/i', $customergroupedit['name'])) $error['name'] = trans('Invalid chars in group name!'); elseif(($id = $LMS->CustomergroupGetId($customergroupedit['name'])) && $id != $customergroupedit['id']) - $error['name'] = trans('Group with name $0 already exists!',$customergroupedit['name']); + $error['name'] = trans('Group with name $a already exists!',$customergroupedit['name']); if(!$error) { diff --git a/modules/customergroupinfo.php b/modules/customergroupinfo.php index 44de073481..845e9dd639 100644 --- a/modules/customergroupinfo.php +++ b/modules/customergroupinfo.php @@ -51,7 +51,7 @@ $customers = $LMS->GetCustomerWithoutGroupNames($id, isset($othersnetid) ? $othersnetid : 0); $customerscount = sizeof($customers); -$layout['pagetitle'] = trans('Group Info: $0',$customergroup['name']); +$layout['pagetitle'] = trans('Group Info: $a',$customergroup['name']); $SESSION->save('backto', $_SERVER['QUERY_STRING']); diff --git a/modules/customerinfo.php b/modules/customerinfo.php index 04ab190290..4372c1043b 100644 --- a/modules/customerinfo.php +++ b/modules/customerinfo.php @@ -33,7 +33,7 @@ $SESSION->save('backto', $_SERVER['QUERY_STRING']); -$layout['pagetitle'] = trans('Customer Info: $0',$customerinfo['customername']); +$layout['pagetitle'] = trans('Customer Info: $a',$customerinfo['customername']); $SMARTY->display('customerinfo.html'); diff --git a/modules/customerprint.php b/modules/customerprint.php index 9cbf95838f..7646d54f12 100644 --- a/modules/customerprint.php +++ b/modules/customerprint.php @@ -68,7 +68,7 @@ switch($_POST['filter']) { case 0: - $layout['pagetitle'] = trans('Customers List $0$1',($_POST['network'] ? trans(' (Net: $0)',$LMS->GetNetworkName($_POST['network'])) : ''),($_POST['customergroup'] ? trans('(Group: $0)',$LMS->CustomergroupGetName($_POST['customergroup'])) : '')); + $layout['pagetitle'] = trans('Customers List $a$b',($_POST['network'] ? trans(' (Net: $a)',$LMS->GetNetworkName($_POST['network'])) : ''),($_POST['customergroup'] ? trans('(Group: $a)',$LMS->CustomergroupGetName($_POST['customergroup'])) : '')); $SMARTY->assign('customerlist', $LMS->GetCustomerList($_POST['order'].','.$_POST['direction'], $_POST['filter'], $_POST['network'], $_POST['customergroup'], $search, $date, 'AND', $_POST['nodegroup'])); break; case 1: @@ -80,20 +80,20 @@ $SMARTY->assign('customerlist', $LMS->GetCustomerList($_POST['order'].','.$_POST['direction'], $_POST['filter'], NULL, NULL, $search, $date)); break; case 3: - $layout['pagetitle'] = trans('List of Connected Customers $0$1',($_POST['network'] ? trans(' (Net: $0)',$LMS->GetNetworkName($_POST['network'])) : ''),($_POST['customergroup'] ? trans('(Group: $0)',$LMS->CustomergroupGetName($_POST['customergroup'])) : '')); + $layout['pagetitle'] = trans('List of Connected Customers $a$b',($_POST['network'] ? trans(' (Net: $a)',$LMS->GetNetworkName($_POST['network'])) : ''),($_POST['customergroup'] ? trans('(Group: $a)',$LMS->CustomergroupGetName($_POST['customergroup'])) : '')); $SMARTY->assign('customerlist', $LMS->GetCustomerList($_POST['order'].','.$_POST['direction'], $_POST['filter'], $_POST['network'], $_POST['customergroup'], $search, $date, 'AND', $_POST['nodegroup'])); break; case 5: - $layout['pagetitle'] = trans('List of Disconnected Customers $0$1',($_POST['network'] ? trans(' (Net: $0)',$LMS->GetNetworkName($_POST['network'])) : ''),($_POST['customergroup'] ? trans('(Group: $0)',$LMS->CustomergroupGetName($_POST['customergroup'])) : '')); + $layout['pagetitle'] = trans('List of Disconnected Customers $a$b',($_POST['network'] ? trans(' (Net: $a)',$LMS->GetNetworkName($_POST['network'])) : ''),($_POST['customergroup'] ? trans('(Group: $a)',$LMS->CustomergroupGetName($_POST['customergroup'])) : '')); $SMARTY->assign('customerlist', $LMS->GetCustomerList($_POST['order'].','.$_POST['direction'], $_POST['filter'], $_POST['network'], $_POST['customergroup'], $search, $date, 'AND', $_POST['nodegroup'])); break; case 6: case 11: - $layout['pagetitle'] = trans('Indebted Customers List $0$1',($_POST['network'] ? trans(' (Net: $0)',$LMS->GetNetworkName($_POST['network'])) : ''),($_POST['customergroup'] ? trans('(Group: $0)',$LMS->CustomergroupGetName($_POST['customergroup'])) : '')); + $layout['pagetitle'] = trans('Indebted Customers List $a$b',($_POST['network'] ? trans(' (Net: $a)',$LMS->GetNetworkName($_POST['network'])) : ''),($_POST['customergroup'] ? trans('(Group: $a)',$LMS->CustomergroupGetName($_POST['customergroup'])) : '')); $SMARTY->assign('customerlist', $LMS->GetCustomerList($_POST['order'].','.$_POST['direction'], $_POST['filter'], $_POST['network'], $_POST['customergroup'], $search, $date, 'AND', $_POST['nodegroup'])); break; case -1: - $layout['pagetitle'] = trans('Customers Without Nodes List $0$1',($_POST['network'] ? trans(' (Net: $0)',$LMS->GetNetworkName($_POST['network'])) : ''),($_POST['customergroup'] ? trans('(Group: $0)',$LMS->CustomergroupGetName($_POST['customergroup'])) : '')); + $layout['pagetitle'] = trans('Customers Without Nodes List $a$b',($_POST['network'] ? trans(' (Net: $a)',$LMS->GetNetworkName($_POST['network'])) : ''),($_POST['customergroup'] ? trans('(Group: $a)',$LMS->CustomergroupGetName($_POST['customergroup'])) : '')); if($customerlist = $LMS->GetCustomerList($_POST['order'].','.$_POST['direction'], NULL, NULL, $_POST['customergroup'], $search, $date)) { unset($customerlist['total']); @@ -134,7 +134,7 @@ $date['to'] = mktime(23,59,59); //koniec dnia dzisiejszego } - $layout['pagetitle'] = trans('Customer $0 Balance Sheet ($1 to $2)', + $layout['pagetitle'] = trans('Customer $a Balance Sheet ($b to $c)', $LMS->GetCustomerName($_POST['customer']), ($from ? $from : ''), $to); $id = $_POST['customer']; diff --git a/modules/daemonconfigadd.php b/modules/daemonconfigadd.php index 136533a931..1dcd6b4b1f 100644 --- a/modules/daemonconfigadd.php +++ b/modules/daemonconfigadd.php @@ -66,7 +66,7 @@ $instance = $DB->GetRow('SELECT daemoninstances.name AS name, hosts.name AS hostname FROM daemoninstances, hosts WHERE hosts.id=hostid AND daemoninstances.id=?', array($_GET['id'])); -$layout['pagetitle'] = trans('New Option for Instance: $0/$1', $instance['name'], $instance['hostname']); +$layout['pagetitle'] = trans('New Option for Instance: $a/$b', $instance['name'], $instance['hostname']); $SESSION->save('backto', $_SERVER['QUERY_STRING']); diff --git a/modules/daemonconfigedit.php b/modules/daemonconfigedit.php index fff979561c..59b0dff5f7 100644 --- a/modules/daemonconfigedit.php +++ b/modules/daemonconfigedit.php @@ -68,7 +68,7 @@ $instance = $DB->GetRow('SELECT daemoninstances.name AS name, hosts.name AS hostname FROM daemoninstances, hosts WHERE hosts.id=hostid AND daemoninstances.id=?', array($config['instanceid'])); -$layout['pagetitle'] = trans('Option Edit: $0/$1/$2', $config['var'], $instance['name'], $instance['hostname']); +$layout['pagetitle'] = trans('Option Edit: $a/$b/$c', $config['var'], $instance['name'], $instance['hostname']); $SESSION->save('backto', $_SERVER['QUERY_STRING']); diff --git a/modules/daemoninstanceedit.php b/modules/daemoninstanceedit.php index 45f683502b..b8fcd7e689 100644 --- a/modules/daemoninstanceedit.php +++ b/modules/daemoninstanceedit.php @@ -26,7 +26,7 @@ $instance = $DB->GetRow('SELECT id, name, hostid, description, module, crontab, priority, disabled FROM daemoninstances WHERE id=?', array($_GET['id'])); -$layout['pagetitle'] = trans('Instance Edit: $0', $instance['name']); +$layout['pagetitle'] = trans('Instance Edit: $a', $instance['name']); if(isset($_POST['instance'])) { diff --git a/modules/daemoninstanceview.php b/modules/daemoninstanceview.php index 2f83266b55..d750b0c281 100644 --- a/modules/daemoninstanceview.php +++ b/modules/daemoninstanceview.php @@ -39,7 +39,7 @@ function GetOptionList($instanceid) WHERE hosts.id = i.hostid AND i.id = ?', array($_GET['id'])); -$layout['pagetitle'] = trans('Configuration of Instance: $0/$1', $instance['name'], +$layout['pagetitle'] = trans('Configuration of Instance: $a/$b', $instance['name'], ''.$instance['hostname'].''); $optionlist = GetOptionList($instance['id']); diff --git a/modules/dbdel.php b/modules/dbdel.php index fad9825520..82261f2120 100644 --- a/modules/dbdel.php +++ b/modules/dbdel.php @@ -44,7 +44,7 @@ $layout['pagetitle'] = trans('Backup Delete'); $SMARTY->display('header.html'); echo '

'.trans('Deletion of Database Backup').'

'; - echo '

'.trans('Are you sure, you want to delete database backup created at $0 ?',date('Y/m/d H:i.s',$_GET['db'])).'

'; + echo '

'.trans('Are you sure, you want to delete database backup created at $a ?',date('Y/m/d H:i.s',$_GET['db'])).'

'; echo ''.trans('Yes, I am sure.').''; $SMARTY->display('footer.html'); } diff --git a/modules/dbrecover.php b/modules/dbrecover.php index ce6f7b8bc5..8d8b00da03 100644 --- a/modules/dbrecover.php +++ b/modules/dbrecover.php @@ -106,7 +106,7 @@ function DBLoad($filename=NULL) $layout['pagetitle'] = trans('Database Backup Recovery'); $SMARTY->display('header.html'); echo '

'.trans('Database Backup Recovery').'

'; - echo '

'.trans('Are you sure, you want to recover database created at $0?', date('Y/m/d H:i.s',$_GET['db'])).'

'; + echo '

'.trans('Are you sure, you want to recover database created at $a?', date('Y/m/d H:i.s',$_GET['db'])).'

'; echo ''.trans('Yes, I am sure.').''; $SMARTY->display('footer.html'); } diff --git a/modules/divisionedit.php b/modules/divisionedit.php index 1500314457..6f3e9ee020 100644 --- a/modules/divisionedit.php +++ b/modules/divisionedit.php @@ -116,7 +116,7 @@ } } -$layout['pagetitle'] = trans('Edit Division: $0', $olddiv['shortname']); +$layout['pagetitle'] = trans('Edit Division: $a', $olddiv['shortname']); $SESSION->save('backto', $_SERVER['QUERY_STRING']); diff --git a/modules/documentadd.php b/modules/documentadd.php index edf099b9b5..463b30a8a4 100644 --- a/modules/documentadd.php +++ b/modules/documentadd.php @@ -152,7 +152,7 @@ function plugin($template, $customer) // read template information include(DOC_DIR.'/templates/'.$document['templ'].'/info.php'); // set some variables (needed in e.g. plugin) - $SMARTY->assign_by_ref('document', $document); + $SMARTY->assignByRef('document', $document); // call plugin if(!empty($engine['plugin']) && file_exists(DOC_DIR.'/templates/'.$engine['name'].'/'.$engine['plugin'].'.php')) include(DOC_DIR.'/templates/'.$engine['name'].'/'.$engine['plugin'].'.php'); @@ -201,7 +201,7 @@ function plugin($template, $customer) @unlink($newfile); } if(!@rename($file, $newfile)) - $error['file'] = trans('Can\'t save file in "$0" directory!', $path); + $error['file'] = trans('Can\'t save file in "$a" directory!', $path); } } diff --git a/modules/documentedit.php b/modules/documentedit.php index 88a01d148a..7cadacbe31 100644 --- a/modules/documentedit.php +++ b/modules/documentedit.php @@ -164,7 +164,7 @@ if(!file_exists($newfile)) { if(!@rename($file, $newfile)) - $error['file'] = trans('Can\'t save file in "$0" directory!', $path); + $error['file'] = trans('Can\'t save file in "$a" directory!', $path); } else $error['file'] = trans('Specified file exists in database!'); @@ -260,7 +260,7 @@ if($docengines) ksort($docengines); */ -$layout['pagetitle'] = trans('Edit Document: $0', docnumber($document['number'], $document['template'], $document['cdate'])); +$layout['pagetitle'] = trans('Edit Document: $a', docnumber($document['number'], $document['template'], $document['cdate'])); //$SMARTY->assign('docengines', $docengines); $SMARTY->assign('numberplans', $numberplans); diff --git a/modules/documentgen.php b/modules/documentgen.php index b0bf89ec96..74e2accb63 100644 --- a/modules/documentgen.php +++ b/modules/documentgen.php @@ -188,7 +188,7 @@ function plugin($template, $customer) if(!file_exists($newfile)) { if(!@rename($file, $newfile)) - $error = trans('Can\'t save file in "$0" directory!', $path); + $error = trans('Can\'t save file in "$a" directory!', $path); } } else diff --git a/modules/documenttypeedit.php b/modules/documenttypeedit.php index 81cdac5192..24b64cb772 100644 --- a/modules/documenttypeedit.php +++ b/modules/documenttypeedit.php @@ -84,7 +84,7 @@ 'id' => $id ); -$layout['pagetitle'] = trans('Document Type Edit: $0', $type['name']); +$layout['pagetitle'] = trans('Document Type Edit: $a', $type['name']); $SESSION->save('backto', $_SERVER['QUERY_STRING']); diff --git a/modules/domainadd.php b/modules/domainadd.php index 0e6c050001..452bbaa877 100644 --- a/modules/domainadd.php +++ b/modules/domainadd.php @@ -72,7 +72,7 @@ function GetDomainIdByName($name) array($domainadd['ownerid'])); if($limits['domain_limit'] == 0 || $limits['domain_limit'] <= $cnt) - $error['ownerid'] = trans('Exceeded domains limit of selected customer ($0)!', $limits['domain_limit']); + $error['ownerid'] = trans('Exceeded domains limit of selected customer ($a)!', $limits['domain_limit']); } } diff --git a/modules/domainedit.php b/modules/domainedit.php index e801259e4d..ee1ab4841e 100644 --- a/modules/domainedit.php +++ b/modules/domainedit.php @@ -46,7 +46,7 @@ function DomainExists($id) $domain = $DB->GetRow('SELECT id, name, ownerid, description, master, last_check, type, notified_serial, account FROM domains WHERE id = ?', array($id)); -$layout['pagetitle'] = trans('Domain Edit: $0', $domain['name']); +$layout['pagetitle'] = trans('Domain Edit: $a', $domain['name']); if(isset($_POST['domain'])) { @@ -89,7 +89,7 @@ function DomainExists($id) array($domainadd['ownerid'])); if($limits['domain_limit'] == 0 || $limits['domain_limit'] <= $cnt) - $error['ownerid'] = trans('Exceeded domains limit of selected customer ($0)!', $limits['domain_limit']); + $error['ownerid'] = trans('Exceeded domains limit of selected customer ($a)!', $limits['domain_limit']); } } diff --git a/modules/domaininfo.php b/modules/domaininfo.php index 6149c3cecf..46da351d94 100644 --- a/modules/domaininfo.php +++ b/modules/domaininfo.php @@ -40,7 +40,7 @@ $SESSION->redirect('?'.$SESSION->get('backto')); } -$layout['pagetitle'] = trans('Domain Info: $0', $domain['name']); +$layout['pagetitle'] = trans('Domain Info: $a', $domain['name']); $SESSION->save('backto', $_SERVER['QUERY_STRING']); diff --git a/modules/ewxchdel.php b/modules/ewxchdel.php index 03e034a581..226b5e65f6 100644 --- a/modules/ewxchdel.php +++ b/modules/ewxchdel.php @@ -31,7 +31,7 @@ } else if ($channel = $DB->GetRow('SELECT id, name FROM ewx_channels WHERE id = ?', array(intval($_GET['id'])))) { - $layout['pagetitle'] = trans('Removing channel $0', strtoupper($channel['name'])); + $layout['pagetitle'] = trans('Removing channel $a', strtoupper($channel['name'])); $SMARTY->display('header.html'); echo '

'.$layout['pagetitle'].'

'; echo '

'.trans('Are you sure, you want to delete this channel?').'

'; diff --git a/modules/ewxchedit.php b/modules/ewxchedit.php index 104fadeae1..e2f361628f 100644 --- a/modules/ewxchedit.php +++ b/modules/ewxchedit.php @@ -41,7 +41,7 @@ $SESSION->redirect('?m=ewxchlist'); } -$layout['pagetitle'] = trans('Channel Edit: $0', $channel['name']); +$layout['pagetitle'] = trans('Channel Edit: $a', $channel['name']); if(isset($_POST['channel'])) { diff --git a/modules/ewxchinfo.php b/modules/ewxchinfo.php index 78638549f5..b4489b1741 100644 --- a/modules/ewxchinfo.php +++ b/modules/ewxchinfo.php @@ -42,7 +42,7 @@ $SESSION->redirect('?m=ewxchlist'); } -$layout['pagetitle'] = trans('Info Channel: $0', $channel['name']); +$layout['pagetitle'] = trans('Info Channel: $a', $channel['name']); $SESSION->save('backto', $_SERVER['QUERY_STRING']); diff --git a/modules/hostedit.php b/modules/hostedit.php index f2634f612f..42fc237c93 100644 --- a/modules/hostedit.php +++ b/modules/hostedit.php @@ -32,7 +32,7 @@ function GetHostIdByName($name) $host = $DB->GetRow('SELECT id, name, description FROM hosts WHERE id=?', array($_GET['id'])); -$layout['pagetitle'] = trans('Host Edit: $0', $host['name']); +$layout['pagetitle'] = trans('Host Edit: $a', $host['name']); if(isset($_POST['hostedit'])) { diff --git a/modules/invoice.php b/modules/invoice.php index 93ede9c20a..f998eefe4f 100644 --- a/modules/invoice.php +++ b/modules/invoice.php @@ -152,9 +152,9 @@ { $number = docnumber($invoice['number'], $invoice['template'], $invoice['cdate']); if(!isset($invoice['invoice'])) - $layout['pagetitle'] = trans('Invoice No. $0', $number); + $layout['pagetitle'] = trans('Invoice No. $a', $number); else - $layout['pagetitle'] = trans('Credit Note No. $0', $number); + $layout['pagetitle'] = trans('Credit Note No. $a', $number); $which = array(); diff --git a/modules/invoice_pdf.inc.php b/modules/invoice_pdf.inc.php index 257d4890fa..a22cecd78c 100644 --- a/modules/invoice_pdf.inc.php +++ b/modules/invoice_pdf.inc.php @@ -60,7 +60,7 @@ function invoice_simple_form_fill($x,$y,$scale) text_autosize(15*$scale+$x,322*$scale+$y,30*$scale, iconv("UTF-8","ISO-8859-2//TRANSLIT",$invoice['zip'].' '.$invoice['city']),350*$scale); $tmp = docnumber($invoice['number'], $invoice['template'], $invoice['cdate']); - text_autosize(15*$scale+$x,215*$scale+$y,30*$scale,iconv("UTF-8","ISO-8859-2//TRANSLIT",trans('Payment for invoice No. $0', $tmp)),350*$scale); + text_autosize(15*$scale+$x,215*$scale+$y,30*$scale,iconv("UTF-8","ISO-8859-2//TRANSLIT",trans('Payment for invoice No. $a', $tmp)),350*$scale); } function invoice_main_form_fill($x,$y,$scale) @@ -86,11 +86,11 @@ function invoice_main_form_fill($x,$y,$scale) text_autosize(15*$scale+$x,555*$scale+$y,30*$scale,$account,950*$scale); $pdf->addtext(330*$scale+$x,495*$scale+$y,30*$scale,'X'); text_autosize(550*$scale+$x,495*$scale+$y,30*$scale,"*".number_format($invoice['total'],2,',','')."*",400*$scale); - text_autosize(15*$scale+$x,434*$scale+$y,30*$scale,iconv("UTF-8","ISO-8859-2//TRANSLIT",trans('$0 dollars $1 cents',to_words(floor($invoice['total'])),to_words(round(($invoice['total']-floor($invoice['total']))*100)))),950*$scale); + text_autosize(15*$scale+$x,434*$scale+$y,30*$scale,iconv("UTF-8","ISO-8859-2//TRANSLIT",trans('$a dollars $b cents',to_words(floor($invoice['total'])),to_words(round(($invoice['total']-floor($invoice['total']))*100)))),950*$scale); text_autosize(15*$scale+$x,372*$scale+$y,30*$scale, iconv("UTF-8","ISO-8859-2//TRANSLIT",$invoice['name']),950*$scale); text_autosize(15*$scale+$x,312*$scale+$y,30*$scale, iconv("UTF-8","ISO-8859-2//TRANSLIT",$invoice['address']." ".$invoice['zip']." ".$invoice['city']),950*$scale); $tmp = docnumber($invoice['number'], $invoice['template'], $invoice['cdate']); - text_autosize(15*$scale+$x,250*$scale+$y,30*$scale,iconv("UTF-8","ISO-8859-2//TRANSLIT",trans('Payment for invoice No. $0',$tmp)),950*$scale); + text_autosize(15*$scale+$x,250*$scale+$y,30*$scale,iconv("UTF-8","ISO-8859-2//TRANSLIT",trans('Payment for invoice No. $a',$tmp)),950*$scale); } function invoice_dates($x,$y) @@ -122,7 +122,7 @@ function invoice_buyer($x,$y) $y=$y-text_align_left($x,$y,$font_size,iconv("UTF-8","ISO-8859-2//TRANSLIT",trans('TEN')).' '.$invoice['ten']); else if ($invoice['ssn']) $y=$y-text_align_left($x,$y,$font_size,iconv("UTF-8","ISO-8859-2//TRANSLIT",trans('SSN')).' '.$invoice['ssn']); - $y=$y-text_align_left($x,$y,$font_size,''.iconv("UTF-8","ISO-8859-2//TRANSLIT",trans('Customer No.: $0',sprintf('%04d',$invoice['customerid']))).''); + $y=$y-text_align_left($x,$y,$font_size,''.iconv("UTF-8","ISO-8859-2//TRANSLIT",trans('Customer No.: $a',sprintf('%04d',$invoice['customerid']))).''); return $y; } @@ -144,15 +144,15 @@ function invoice_title($x,$y) $font_size = 16; $tmp = docnumber($invoice['number'], $invoice['template'], $invoice['cdate']); if(isset($invoice['invoice'])) - $y=$y-text_align_left($x,$y,$font_size,''.iconv("UTF-8","ISO-8859-2//TRANSLIT",trans('Credit Note No. $0',$tmp)).''); + $y=$y-text_align_left($x,$y,$font_size,''.iconv("UTF-8","ISO-8859-2//TRANSLIT",trans('Credit Note No. $a',$tmp)).''); else - $y=$y-text_align_left($x,$y,$font_size,''.iconv("UTF-8","ISO-8859-2//TRANSLIT",trans('Invoice No. $0',$tmp)).''); + $y=$y-text_align_left($x,$y,$font_size,''.iconv("UTF-8","ISO-8859-2//TRANSLIT",trans('Invoice No. $a',$tmp)).''); if(isset($invoice['invoice'])) { $font_size = 12; $y += 8; $tmp = docnumber($invoice['invoice']['number'], $invoice['invoice']['template'], $invoice['invoice']['cdate']); - $y=$y-text_align_left($x,$y,$font_size,''.iconv("UTF-8","ISO-8859-2//TRANSLIT",trans('for Invoice No. $0',$tmp)).''); + $y=$y-text_align_left($x,$y,$font_size,''.iconv("UTF-8","ISO-8859-2//TRANSLIT",trans('for Invoice No. $a',$tmp)).''); $y -= 5; } @@ -177,7 +177,7 @@ function invoice_address_box($x,$y) /* $invoice_name = $invoice['name']; if (strlen($invoice_name)>25) - $invoice_name = preg_replace('/(.{25})/',"$1>\n",$invoice_name); + $invoice_name = preg_replace('/(.{25})/',"$b>\n",$invoice_name); $tmp = preg_split('/\r?\n/', iconv("UTF-8","ISO-8859-2",$invoice_name)); foreach ($tmp as $line) $y=$y-text_align_left($x,$y,$font_size,"".$line.""); */ @@ -754,7 +754,7 @@ function invoice_to_pay($x,$y) $y = $y - text_align_left($x,$y,14,iconv("UTF-8","ISO-8859-2//TRANSLIT",trans('To repay:')).' '.iconv("UTF-8","ISO-8859-2//TRANSLIT",moneyf($invoice['value']))); else $y = $y - text_align_left($x,$y,14,iconv("UTF-8","ISO-8859-2//TRANSLIT",trans('To pay:')).' '.iconv("UTF-8","ISO-8859-2//TRANSLIT",moneyf($invoice['value']))); - $y = $y - text_align_left($x,$y,10,iconv("UTF-8","ISO-8859-2//TRANSLIT",trans('In words:')).' '.iconv("UTF-8","ISO-8859-2//TRANSLIT",trans('$0 dollars $1 cents',to_words(floor($invoice['value'])),to_words(round(($invoice['value']-floor($invoice['value']))*100))))); + $y = $y - text_align_left($x,$y,10,iconv("UTF-8","ISO-8859-2//TRANSLIT",trans('In words:')).' '.iconv("UTF-8","ISO-8859-2//TRANSLIT",trans('$a dollars $b cents',to_words(floor($invoice['value'])),to_words(round(($invoice['value']-floor($invoice['value']))*100))))); return $y; } @@ -787,7 +787,7 @@ function invoice_footnote($x, $y, $width, $font_size) function invoice_body_standard() { global $pdf; - $page = $pdf->ezStartPageNumbers($pdf->ez['pageWidth']-50,20,8,'right',trans('Page $0 of $1', '{PAGENUM}','{TOTALPAGENUM}'),1); + $page = $pdf->ezStartPageNumbers($pdf->ez['pageWidth']-50,20,8,'right',trans('Page $a of $b', '{PAGENUM}','{TOTALPAGENUM}'),1); $top=800; invoice_dates(500,800); invoice_address_box(400,700); @@ -810,7 +810,7 @@ function invoice_body_ft0100() { global $pdf; - $page = $pdf->ezStartPageNumbers($pdf->ez['pageWidth']/2+10,$pdf->ez['pageHeight']-30,8,'',trans('Page $0 of $1', '{PAGENUM}','{TOTALPAGENUM}'),1); + $page = $pdf->ezStartPageNumbers($pdf->ez['pageWidth']/2+10,$pdf->ez['pageHeight']-30,8,'',trans('Page $a of $b', '{PAGENUM}','{TOTALPAGENUM}'),1); $top=$pdf->ez['pageHeight']-50; invoice_dates(500,$top); invoice_address_box(400,700); diff --git a/modules/invoiceedit.php b/modules/invoiceedit.php index c83d87eca3..5c2c0f9e92 100644 --- a/modules/invoiceedit.php +++ b/modules/invoiceedit.php @@ -68,7 +68,7 @@ $itemdata = r_trim($_POST); $ntempl = docnumber($invoice['number'], $invoice['template'], $invoice['cdate']); -$layout['pagetitle'] = trans('Invoice Edit: $0', $ntempl); +$layout['pagetitle'] = trans('Invoice Edit: $a', $ntempl); if(isset($_GET['customerid']) && $_GET['customerid'] != '' && $LMS->CustomerExists($_GET['customerid'])) $action = 'setcustomer'; diff --git a/modules/invoicenew.php b/modules/invoicenew.php index 3d86b20d1d..21ff9ee77e 100644 --- a/modules/invoicenew.php +++ b/modules/invoicenew.php @@ -206,7 +206,7 @@ function GetCustomerCovenants($customerid) if($invoice['cdate'] < $maxdate) { - $error['cdate'] = trans('Last date of invoice settlement is $0. If sure, you want to write invoice with date of $1, then click "Submit" again.', + $error['cdate'] = trans('Last date of invoice settlement is $a. If sure, you want to write invoice with date of $b, then click "Submit" again.', date('Y/m/d H:i', $maxdate), date('Y/m/d H:i', $invoice['cdate'])); $invoice['cdatewarning'] = 1; } @@ -219,7 +219,7 @@ function GetCustomerCovenants($customerid) if(!preg_match('/^[0-9]+$/', $invoice['number'])) $error['number'] = trans('Invoice number must be integer!'); elseif($LMS->DocumentExists($invoice['number'], DOC_INVOICE, $invoice['numberplanid'], $invoice['cdate'])) - $error['number'] = trans('Invoice number $0 already exists!', $invoice['number']); + $error['number'] = trans('Invoice number $a already exists!', $invoice['number']); } if(empty($invoice['paytime_default']) && !preg_match('/^[0-9]+$/', $invoice['paytime'])) @@ -289,7 +289,7 @@ function GetCustomerCovenants($customerid) if(!preg_match('/^[0-9]+$/', $invoice['number'])) $error['number'] = trans('Invoice number must be integer!'); elseif($LMS->DocumentExists($invoice['number'], DOC_INVOICE, $invoice['numberplanid'], $invoice['cdate'])) - $error['number'] = trans('Invoice number $0 already exists!', $invoice['number']); + $error['number'] = trans('Invoice number $a already exists!', $invoice['number']); if($error) { $invoice['number'] = $LMS->GetNewDocumentNumber(DOC_INVOICE, $invoice['numberplanid'], $invoice['cdate']); diff --git a/modules/invoicenote.php b/modules/invoicenote.php index ed799d6906..32d1df9265 100644 --- a/modules/invoicenote.php +++ b/modules/invoicenote.php @@ -80,7 +80,7 @@ $SESSION->restore('cnoteerror', $error); $ntempl = docnumber($invoice['number'], $invoice['template'], $invoice['cdate']); -$layout['pagetitle'] = trans('Credit Note for Invoice: $0', $ntempl); +$layout['pagetitle'] = trans('Credit Note for Invoice: $a', $ntempl); switch($action) { @@ -157,7 +157,7 @@ if(!preg_match('/^[0-9]+$/', $cnote['number'])) $error['number'] = trans('Credit note number must be integer!'); elseif($LMS->DocumentExists($cnote['number'], DOC_CNOTE, $cnote['numberplanid'], $cnote['cdate'])) - $error['number'] = trans('Credit note number $0 already exists!', $cnote['number']); + $error['number'] = trans('Credit note number $a already exists!', $cnote['number']); } // finally check if selected customer can use selected numberplan @@ -224,7 +224,7 @@ if(!preg_match('/^[0-9]+$/', $cnote['number'])) $error['number'] = trans('Credit note number must be integer!'); elseif($LMS->DocumentExists($cnote['number'], DOC_CNOTE, $cnote['numberplanid'], $cnote['cdate'])) - $error['number'] = trans('Credit note number $0 already exists!', $cnote['number']); + $error['number'] = trans('Credit note number $a already exists!', $cnote['number']); if($error) $cnote['number'] = $LMS->GetNewDocumentNumber(DOC_CNOTE, $cnote['numberplanid'], $cnote['cdate']); diff --git a/modules/invoicereport.php b/modules/invoicereport.php index 02b6d3a069..439204331f 100644 --- a/modules/invoicereport.php +++ b/modules/invoicereport.php @@ -52,7 +52,7 @@ function set_taxes($taxid) $unixto = mktime(23,59,59); //today } -$layout['pagetitle'] = trans('Sale Registry for period $0 - $1', $from, $to); +$layout['pagetitle'] = trans('Sale Registry for period $a - $b', $from, $to); $listdata = array('tax' => 0, 'brutto' => 0); $invoicelist = array(); @@ -81,9 +81,9 @@ function set_taxes($taxid) $groupnames .= ($idx ? ', ' : '') . $row['name']; if(isset($_POST['groupexclude'])) - $layout['group'] = trans('Group: all excluding $0', $groupnames); + $layout['group'] = trans('Group: all excluding $a', $groupnames); else - $layout['group'] = trans('Group: $0', $groupnames); + $layout['group'] = trans('Group: $a', $groupnames); } if(!empty($_POST['division'])) diff --git a/modules/mailing/actions/mailing.php b/modules/mailing/actions/mailing.php index b646e96bac..0850fff4b6 100644 --- a/modules/mailing/actions/mailing.php +++ b/modules/mailing/actions/mailing.php @@ -147,7 +147,7 @@ function GetEmails($group, $network=NULL, $customergroup=NULL) } if(!empty($CONFIG['mail']['debug_email'])) - echo ''.trans('Warning! Debug mode (using address $0).',$CONFIG['mail']['debug_email']).'
'; + echo ''.trans('Warning! Debug mode (using address $a).',$CONFIG['mail']['debug_email']).'
'; $headers['Date'] = date('D, d F Y H:i:s T'); $headers['From'] = '"'.$mailing['from'].'" <'.$mailing['sender'].'>'; @@ -183,7 +183,7 @@ function GetEmails($group, $network=NULL, $customergroup=NULL) $headers['To'] = '<'.$row['email'].'>'; - echo ' '.trans('$0 of $1 ($2): $3 <$4>', ($key+1), sizeof($emails), sprintf('%02.1f%%',round((100/sizeof($emails))*($key+1),1)), $row['customername'], $row['email']); + echo ' '.trans('$a of $b ($c): $d <$4>', ($key+1), sizeof($emails), sprintf('%02.1f%%',round((100/sizeof($emails))*($key+1),1)), $row['customername'], $row['email']); echo ' '.$LMS->SendMail($row['email'], $headers, $body, $files)."
\n"; } } diff --git a/modules/messageadd.php b/modules/messageadd.php index d973ee4ee1..af88b6cab0 100644 --- a/modules/messageadd.php +++ b/modules/messageadd.php @@ -272,7 +272,7 @@ function BodyVars(&$body, $data) } if(!empty($CONFIG['mail']['debug_email'])) - echo ''.trans('Warning! Debug mode (using address $0).',$CONFIG['mail']['debug_email']).'
'; + echo ''.trans('Warning! Debug mode (using address $a).',$CONFIG['mail']['debug_email']).'
'; $headers['From'] = '"'.$message['from'].'" <'.$message['sender'].'>'; $headers['Subject'] = $message['subject']; @@ -280,7 +280,7 @@ function BodyVars(&$body, $data) } else { if (!empty($CONFIG['sms']['debug_phone'])) - echo ''.trans('Warning! Debug mode (using phone $0).',$CONFIG['sms']['debug_phone']).'
'; + echo ''.trans('Warning! Debug mode (using phone $a).',$CONFIG['sms']['debug_phone']).'
'; } foreach($recipients as $key => $row) @@ -300,7 +300,7 @@ function BodyVars(&$body, $data) echo ' '; } - echo trans('$0 of $1 ($2) $3:', ($key+1), sizeof($recipients), + echo trans('$a of $b ($c) $d:', ($key+1), sizeof($recipients), sprintf('%02.1f%%',round((100/sizeof($recipients))*($key+1),1)), $row['customername'].' <'.$row['destination'].'>'); flush(); diff --git a/modules/messageinfo.php b/modules/messageinfo.php index a3872dba36..3cdb615319 100644 --- a/modules/messageinfo.php +++ b/modules/messageinfo.php @@ -166,7 +166,7 @@ function GetItemList($id, $order='id,desc', $search=NULL, $cat=NULL, $status=NUL $pagelimit = (empty($CONFIG['phpui']['messagelist_pagelimit']) ? $listdata['total'] : $CONFIG['phpui']['messagelist_pagelimit']); $SESSION->save('milp', $page); -$layout['pagetitle'] = trans('Message Info: $0', $subject); +$layout['pagetitle'] = trans('Message Info: $a', $subject); $SESSION->save('backto', $_SERVER['QUERY_STRING']); diff --git a/modules/netadd.php b/modules/netadd.php index e94794256d..6ff542e2c4 100644 --- a/modules/netadd.php +++ b/modules/netadd.php @@ -61,7 +61,7 @@ { if(getnetaddr($netadd['address'], prefix2mask($netadd['prefix'])) != $netadd['address']) { - $error['address'] = trans('Specified address is not a network address, setting $0',getnetaddr($netadd['address'], prefix2mask($netadd['prefix']))); + $error['address'] = trans('Specified address is not a network address, setting $a',getnetaddr($netadd['address'], prefix2mask($netadd['prefix']))); $netadd['address'] = getnetaddr($netadd['address'], prefix2mask($netadd['prefix'])); } else diff --git a/modules/netcmp.php b/modules/netcmp.php index 5c1af3be18..d15edbfb6e 100644 --- a/modules/netcmp.php +++ b/modules/netcmp.php @@ -36,9 +36,9 @@ $LMS->NetworkCompress($_GET['id']); $SESSION->redirect('?m='.$SESSION->get('lastmodule').'&id='.$_GET['id']); }else{ - $layout['pagetitle'] = trans('Readdressing Network $0', strtoupper($network['name'])); + $layout['pagetitle'] = trans('Readdressing Network $a', strtoupper($network['name'])); $SMARTY->display('header.html'); - echo '

'.trans('Readdressing network $0', strtoupper($network['name'])).'

'; + echo '

'.trans('Readdressing network $a', strtoupper($network['name'])).'

'; echo '

'.trans('Are you sure, you want to reorder that network?').'

'; echo ''.trans('Yes, I am sure.').''; $SMARTY->display('footer.html'); diff --git a/modules/netdel.php b/modules/netdel.php index 774cab341c..c0612eade4 100644 --- a/modules/netdel.php +++ b/modules/netdel.php @@ -43,7 +43,7 @@ } else { - $layout['pagetitle'] = trans('Removing network $0', strtoupper($network['name'])); + $layout['pagetitle'] = trans('Removing network $a', strtoupper($network['name'])); $SMARTY->display('header.html'); echo '

'.$layout['pagetitle'].'

'; echo '

'.trans('Are you sure, you want to delete that network?').'

'; @@ -53,7 +53,7 @@ } else { - $layout['pagetitle'] = trans('Info Network: $0', $network['name']); + $layout['pagetitle'] = trans('Info Network: $a', $network['name']); $SMARTY->assign('network',$network); $SMARTY->assign('networks', $LMS->GetNetworks()); $SMARTY->assign('error',$error); diff --git a/modules/netdevdel.php b/modules/netdevdel.php index e7dba985df..a38e2d46b6 100644 --- a/modules/netdevdel.php +++ b/modules/netdevdel.php @@ -29,7 +29,7 @@ $SESSION->redirect('?m=netdevlist'); } -$layout['pagetitle'] = trans('Deletion of Device with ID: $0',sprintf('%04d',$_GET['id'])); +$layout['pagetitle'] = trans('Deletion of Device with ID: $a',sprintf('%04d',$_GET['id'])); $SMARTY->assign('netdevid',$_GET['id']); if($LMS->CountNetDevLinks($_GET['id'])>0) diff --git a/modules/netdevedit.php b/modules/netdevedit.php index a3d671b66d..6cfb03a24f 100644 --- a/modules/netdevedit.php +++ b/modules/netdevedit.php @@ -337,7 +337,7 @@ if($nodeipdata['name']=='') $error['ipname'] = trans('Address field is required!'); elseif(strlen($nodeipdata['name']) > 32) - $error['ipname'] = trans('Specified name is too long (max.$0 characters)!','32'); + $error['ipname'] = trans('Specified name is too long (max.$a characters)!','32'); elseif($LMS->GetNodeIDByName($nodeipdata['name'])) $error['ipname'] = trans('Specified name is in use!'); elseif(!preg_match('/^[_a-z0-9-]+$/i', $nodeipdata['name'])) @@ -427,7 +427,7 @@ if($nodeipdata['name']=='') $error['ipname'] = trans('Address field is required!'); elseif(strlen($nodeipdata['name']) > 32) - $error['ipname'] = trans('Specified name is too long (max.$0 characters)!','32'); + $error['ipname'] = trans('Specified name is too long (max.$a characters)!','32'); elseif( $LMS->GetNodeIDByName($nodeipdata['name']) && $LMS->GetNodeName($_GET['ip'])!=$nodeipdata['name'] @@ -520,7 +520,7 @@ if($netdevdata['name'] == '') $error['name'] = trans('Device name is required!'); elseif(strlen($netdevdata['name']) > 32) - $error['name'] = trans('Specified name is too long (max.$0 characters)!','32'); + $error['name'] = trans('Specified name is too long (max.$a characters)!','32'); $netdevdata['ports'] = intval($netdevdata['ports']); @@ -614,7 +614,7 @@ unset($replacelist['total']); unset($replacelist['direction']); -$layout['pagetitle'] = trans('Device Edit: $0 ($1)', $netdevdata['name'], $netdevdata['producer']); +$layout['pagetitle'] = trans('Device Edit: $a ($b)', $netdevdata['name'], $netdevdata['producer']); if($subtitle) $layout['pagetitle'] .= ' - '.$subtitle; diff --git a/modules/netdevinfo.php b/modules/netdevinfo.php index e29d5d4184..59ab2129f3 100644 --- a/modules/netdevinfo.php +++ b/modules/netdevinfo.php @@ -45,7 +45,7 @@ $SESSION->save('backto', $_SERVER['QUERY_STRING']); -$layout['pagetitle'] = trans('Device Info: $0 $1 $2', $netdevinfo['name'], $netdevinfo['producer'], $netdevinfo['model']); +$layout['pagetitle'] = trans('Device Info: $a $b $c', $netdevinfo['name'], $netdevinfo['producer'], $netdevinfo['model']); $netdevinfo['id'] = $_GET['id']; diff --git a/modules/netedit.php b/modules/netedit.php index 7043ed178f..2c3dfc52fd 100644 --- a/modules/netedit.php +++ b/modules/netedit.php @@ -62,7 +62,7 @@ { if(getnetaddr($networkdata['address'],prefix2mask($networkdata['prefix']))!=$networkdata['address']) { - $error['address'] = trans('Specified address is not a network address, setting $0',getnetaddr($networkdata['address'],prefix2mask($networkdata['prefix']))); + $error['address'] = trans('Specified address is not a network address, setting $a',getnetaddr($networkdata['address'],prefix2mask($networkdata['prefix']))); $networkdata['address'] = getnetaddr($networkdata['address'],prefix2mask($networkdata['prefix'])); } else @@ -178,7 +178,7 @@ $networks = $LMS->GetNetworks(); -$layout['pagetitle'] = trans('Network Edit: $0',$network['name']); +$layout['pagetitle'] = trans('Network Edit: $a',$network['name']); $SMARTY->assign('unlockedit',TRUE); $SMARTY->assign('network',$network); diff --git a/modules/netinfo.php b/modules/netinfo.php index d9f35d4855..f25b0d7998 100644 --- a/modules/netinfo.php +++ b/modules/netinfo.php @@ -38,7 +38,7 @@ $network = $LMS->GetNetworkRecord($_GET['id'], $page, $CONFIG['phpui']['networkhosts_pagelimit']); -$layout['pagetitle'] = trans('Info Network: $0', $network['name']); +$layout['pagetitle'] = trans('Info Network: $a', $network['name']); $SESSION->save('backto', $_SERVER['QUERY_STRING']); diff --git a/modules/netremap.php b/modules/netremap.php index 6af7a1f590..50a8d0342b 100644 --- a/modules/netremap.php +++ b/modules/netremap.php @@ -43,10 +43,10 @@ $SESSION->redirect('?m=netinfo&id='.$network['dest']['id']); }else{ - $layout['pagetitle'] = trans('Readdressing Network $0',strtoupper($network['source']['name'])); + $layout['pagetitle'] = trans('Readdressing Network $a',strtoupper($network['source']['name'])); $SMARTY->display('header.html'); echo '

'.$layout['pagetitle'].'

'; - echo '

'.trans('Are you sure, you want to readdress network $0 to network $1 ?',strtoupper($network['source']['name']).' ('.$network['source']['address'].'/'.$network['source']['prefix'].')', strtoupper($network['dest']['name']).' ('.$network['dest']['address'].'/'.$network['dest']['prefix'].')').'

'; + echo '

'.trans('Are you sure, you want to readdress network $a to network $b ?',strtoupper($network['source']['name']).' ('.$network['source']['address'].'/'.$network['source']['prefix'].')', strtoupper($network['dest']['name']).' ('.$network['dest']['address'].'/'.$network['dest']['prefix'].')').'

'; echo ''.trans('Yes, I am sure.').''; $SMARTY->display('footer.html'); } diff --git a/modules/nodedel.php b/modules/nodedel.php index ed5db91412..1dc968ebb5 100644 --- a/modules/nodedel.php +++ b/modules/nodedel.php @@ -34,9 +34,9 @@ { $nodename = $LMS->GetNodeName($nodeid); - $layout['pagetitle'] = trans('Delete Node $0', $nodename); + $layout['pagetitle'] = trans('Delete Node $a', $nodename); - $body = '

'.trans('Are you sure, you want to delete node $0?', $nodename).'

'; + $body = '

'.trans('Are you sure, you want to delete node $a?', $nodename).'

'; $body .= '

'.trans('Yes, I am sure.').'

'; $SMARTY->assign('body',$body); diff --git a/modules/nodeedit.php b/modules/nodeedit.php index a3cdad089d..9d44891b34 100644 --- a/modules/nodeedit.php +++ b/modules/nodeedit.php @@ -74,7 +74,7 @@ else $SESSION->save('backto', $_SERVER['QUERY_STRING']); -$layout['pagetitle'] = trans('Node Edit: $0', $nodeinfo['name']); +$layout['pagetitle'] = trans('Node Edit: $a', $nodeinfo['name']); if(isset($_POST['nodeedit']) && !isset($_GET['newmac'])) { diff --git a/modules/nodegroupadd.php b/modules/nodegroupadd.php index 4c53bc93aa..824f136475 100644 --- a/modules/nodegroupadd.php +++ b/modules/nodegroupadd.php @@ -43,7 +43,7 @@ elseif(!preg_match('/^[._a-z0-9-]+$/i', $nodegroupadd['name'])) $error['name'] = trans('Invalid chars in group name!'); elseif($DB->GetOne('SELECT 1 FROM nodegroups WHERE name = ?', array($nodegroupadd['name']))) - $error['name'] = trans('Group with name $0 already exists!',$nodegroupadd['name']); + $error['name'] = trans('Group with name $a already exists!',$nodegroupadd['name']); if(!$error) { diff --git a/modules/nodegroupedit.php b/modules/nodegroupedit.php index 806aebc95c..43f8c0d627 100644 --- a/modules/nodegroupedit.php +++ b/modules/nodegroupedit.php @@ -35,7 +35,7 @@ $nodegroup = $LMS->GetNodeGroup($id, $membersnetid); $nodes = $LMS->GetNodesWithoutGroup($id, $othersnetid); -$layout['pagetitle'] = trans('Group Edit: $0', $nodegroup['name']); +$layout['pagetitle'] = trans('Group Edit: $a', $nodegroup['name']); if(isset($_POST['nodegroup'])) { @@ -53,7 +53,7 @@ elseif(!preg_match('/^[._a-z0-9-]+$/i', $nodegroupedit['name'])) $error['name'] = trans('Invalid chars in group name!'); elseif( $id != $nodegroupedit['id']) - $error['name'] = trans('Group with name $0 already exists!',$nodegroupedit['name']); + $error['name'] = trans('Group with name $a already exists!',$nodegroupedit['name']); if(!$error) { diff --git a/modules/nodegroupinfo.php b/modules/nodegroupinfo.php index 9f477167a1..fc895ce43f 100644 --- a/modules/nodegroupinfo.php +++ b/modules/nodegroupinfo.php @@ -49,7 +49,7 @@ $nodes = $LMS->GetNodesWithoutGroup($id, isset($othersnetid) ? $othersnetid : 0); $nodescount = sizeof($nodes); -$layout['pagetitle'] = trans('Group Info: $0',$nodegroup['name']); +$layout['pagetitle'] = trans('Group Info: $a',$nodegroup['name']); $SESSION->save('backto', $_SERVER['QUERY_STRING']); diff --git a/modules/nodeinfo.php b/modules/nodeinfo.php index f2ef68f9f6..ab913f3476 100644 --- a/modules/nodeinfo.php +++ b/modules/nodeinfo.php @@ -94,7 +94,7 @@ function NodeStats($id, $dt) else $netdevices = $LMS->GetNetDev($nodeinfo['netdev']); -$layout['pagetitle'] = trans('Node Info: $0',$nodeinfo['name']); +$layout['pagetitle'] = trans('Node Info: $a',$nodeinfo['name']); $nodeinfo = $LMS->ExecHook('node_info_init', $nodeinfo); diff --git a/modules/note.php b/modules/note.php index 915867c9aa..888961a885 100644 --- a/modules/note.php +++ b/modules/note.php @@ -127,7 +127,7 @@ elseif($note = $LMS->GetNoteContent($_GET['id'])) { $number = docnumber($note['number'], $note['template'], $note['cdate']); - $layout['pagetitle'] = trans('Debit Note No. $0', $number); + $layout['pagetitle'] = trans('Debit Note No. $a', $number); $SMARTY->display('noteheader.html'); diff --git a/modules/noteadd.php b/modules/noteadd.php index 992c86b6b9..0fa905cab0 100644 --- a/modules/noteadd.php +++ b/modules/noteadd.php @@ -116,7 +116,7 @@ if($note['cdate'] < $maxdate) { - $error['cdate'] = trans('Last date of debit note settlement is $0. If sure, you want to write note with date of $1, then click "Submit" again.', date('Y/m/d H:i', $maxdate), date('Y/m/d H:i', $note['cdate'])); + $error['cdate'] = trans('Last date of debit note settlement is $a. If sure, you want to write note with date of $b, then click "Submit" again.', date('Y/m/d H:i', $maxdate), date('Y/m/d H:i', $note['cdate'])); $note['cdatewarning'] = 1; } } @@ -128,7 +128,7 @@ if(!preg_match('/^[0-9]+$/', $note['number'])) $error['number'] = trans('Debit note number must be integer!'); elseif($LMS->DocumentExists($note['number'], DOC_DNOTE, $note['numberplanid'], $note['cdate'])) - $error['number'] = trans('Debit note number $0 already exists!', $note['number']); + $error['number'] = trans('Debit note number $a already exists!', $note['number']); } if(empty($note['paytime_default']) && !preg_match('/^[0-9]+$/', $note['paytime'])) @@ -167,7 +167,7 @@ if(!preg_match('/^[0-9]+$/', $note['number'])) $error['number'] = trans('Debit note number must be integer!'); elseif($LMS->DocumentExists($note['number'], DOC_DNOTE, $note['numberplanid'], $note['cdate'])) - $error['number'] = trans('Debit note number $0 already exists!', $note['number']); + $error['number'] = trans('Debit note number $a already exists!', $note['number']); if($error) $note['number'] = $LMS->GetNewDocumentNumber(DOC_DNOTE, $note['numberplanid'], $note['cdate']); diff --git a/modules/noteedit.php b/modules/noteedit.php index 2fe45a5765..d807c14be1 100644 --- a/modules/noteedit.php +++ b/modules/noteedit.php @@ -57,7 +57,7 @@ $SESSION->restore('noteediterror', $error); $ntempl = docnumber($note['number'], $note['template'], $note['cdate']); -$layout['pagetitle'] = trans('Debit Note Edit: $0', $ntempl); +$layout['pagetitle'] = trans('Debit Note Edit: $a', $ntempl); if(!empty($_GET['customerid']) && $LMS->CustomerExists($_GET['customerid'])) $action = 'setcustomer'; diff --git a/modules/number.php b/modules/number.php index 07aa3c6954..0aaca337f0 100644 --- a/modules/number.php +++ b/modules/number.php @@ -34,16 +34,16 @@ switch($doc['type']) { case DOC_INVOICE: - $ntempl = trans('Invoice No. $0',$ntempl); + $ntempl = trans('Invoice No. $a',$ntempl); break; case DOC_RECEIPT: - $ntempl = trans('Cash Receipt No. $0',$ntempl); + $ntempl = trans('Cash Receipt No. $a',$ntempl); break; case DOC_CNOTE: - $ntempl = trans('Credit Note No. $0',$ntempl); + $ntempl = trans('Credit Note No. $a',$ntempl); break; case DOC_DNOTE: - $ntempl = trans('Debit Note No. $0',$ntempl); + $ntempl = trans('Debit Note No. $a',$ntempl); break; } diff --git a/modules/numberplanedit.php b/modules/numberplanedit.php index 9e86dfb97e..6f7940b6a9 100644 --- a/modules/numberplanedit.php +++ b/modules/numberplanedit.php @@ -108,7 +108,7 @@ WHERE d.id = divisionid AND planid = ?', 'id', array($numberplan['id'])); } -$layout['pagetitle'] = trans('Numbering Plan Edit: $0', $template); +$layout['pagetitle'] = trans('Numbering Plan Edit: $a', $template); $SESSION->save('backto', $_SERVER['QUERY_STRING']); diff --git a/modules/paymentedit.php b/modules/paymentedit.php index 7ee9d623eb..883237ae21 100644 --- a/modules/paymentedit.php +++ b/modules/paymentedit.php @@ -143,7 +143,7 @@ $payment['at'] = sprintf('%02d/%02d', $payment['at']%100, $payment['at']/100+1); } -$layout['pagetitle'] = trans('Payment Edit: $0',$payment['name']); +$layout['pagetitle'] = trans('Payment Edit: $a',$payment['name']); $SMARTY->assign('payment', $payment); $SMARTY->assign('error', $error); diff --git a/modules/paymentinfo.php b/modules/paymentinfo.php index bea628eebc..b4e0f41f0d 100644 --- a/modules/paymentinfo.php +++ b/modules/paymentinfo.php @@ -31,7 +31,7 @@ $payment = $LMS->GetPayment($_GET['id']); -$layout['pagetitle'] = trans('Payment Info: $0',$payment['name']); +$layout['pagetitle'] = trans('Payment Info: $a',$payment['name']); $SESSION->save('backto', $_SERVER['QUERY_STRING']); diff --git a/modules/print.php b/modules/print.php index dfc4693b1f..47d62cc5c8 100644 --- a/modules/print.php +++ b/modules/print.php @@ -53,7 +53,7 @@ $id = intval($_POST['customer']); - $layout['pagetitle'] = trans('Customer $0 Balance Sheet ($1 to $2)',$LMS->GetCustomerName($id), ($from ? $from : ''), $to); + $layout['pagetitle'] = trans('Customer $a Balance Sheet ($b to $c)',$LMS->GetCustomerName($id), ($from ? $from : ''), $to); $list['balance'] = 0; $list['income'] = 0; @@ -151,9 +151,9 @@ $net = $LMS->GetNetworkParams($net); if($user = $_POST['user']) - $layout['pagetitle'] = trans('Balance Sheet of User: $0 ($1 to $2)', $LMS->GetUserName($user), ($from ? $from : ''), $to); + $layout['pagetitle'] = trans('Balance Sheet of User: $a ($b to $c)', $LMS->GetUserName($user), ($from ? $from : ''), $to); else - $layout['pagetitle'] = trans('Balance Sheet ($0 to $1)', ($from ? $from : ''), $to); + $layout['pagetitle'] = trans('Balance Sheet ($a to $b)', ($from ? $from : ''), $to); if($types) { @@ -301,7 +301,7 @@ $date['to'] = mktime(23,59,59); // end of today } - $layout['pagetitle'] = trans('Total Invoiceless Income ($0 to $1)',($from ? $from : ''), $to); + $layout['pagetitle'] = trans('Total Invoiceless Income ($a to $b)',($from ? $from : ''), $to); $incomelist = $DB->GetAll('SELECT floor(time/86400)*86400 AS date, SUM(value) AS value FROM cash c @@ -339,7 +339,7 @@ $date['to'] = mktime(23,59,59); // end of today } - $layout['pagetitle'] = trans('Cash Import History ($0 to $1)', $from, $to); + $layout['pagetitle'] = trans('Cash Import History ($a to $b)', $from, $to); $importlist = $DB->GetAll('SELECT c.time, c.value, c.customerid, ' .$DB->Concat('upper(v.lastname)',"' '",'v.name').' AS customername @@ -448,7 +448,7 @@ $today = mktime(0,0,0); } - $layout['pagetitle'] = trans('Liability Report on $0',date('Y/m/d', $reportday)); + $layout['pagetitle'] = trans('Liability Report on $a',date('Y/m/d', $reportday)); $order = $_POST['order']; $direction = $_POST['direction']; @@ -738,17 +738,17 @@ $layout['pagetitle'] = trans('Cash Report').' '.$period; if($registry) - $layout['registry'] = trans('Registry: $0', ($registry ? $DB->GetOne('SELECT name FROM cashregs WHERE id=?', array($registry)) : trans('all'))); + $layout['registry'] = trans('Registry: $a', ($registry ? $DB->GetOne('SELECT name FROM cashregs WHERE id=?', array($registry)) : trans('all'))); if($user) - $layout['username'] = trans('Cashier: $0', $DB->GetOne('SELECT name FROM users WHERE id=?', array($user))); + $layout['username'] = trans('Cashier: $a', $DB->GetOne('SELECT name FROM users WHERE id=?', array($user))); if($group) { $groupname = $DB->GetOne('SELECT name FROM customergroups WHERE id=?', array($group)); if(isset($_POST['groupexclude'])) - $layout['group'] = trans('Group: all excluding $0', $groupname); + $layout['group'] = trans('Group: all excluding $a', $groupname); else - $layout['group'] = trans('Group: $0', $groupname); + $layout['group'] = trans('Group: $a', $groupname); } $SMARTY->assign('receiptlist', $list); $SMARTY->assign('listdata', $listdata); diff --git a/modules/promotionedit.php b/modules/promotionedit.php index 8600027fae..89ff530ddf 100644 --- a/modules/promotionedit.php +++ b/modules/promotionedit.php @@ -74,7 +74,7 @@ array(intval($_GET['id']))); } -$layout['pagetitle'] = trans('Promotion Edit: $0', $promotion['name']); +$layout['pagetitle'] = trans('Promotion Edit: $a', $promotion['name']); $SMARTY->assign('error', $error); $SMARTY->assign('promotion', $promotion); diff --git a/modules/promotioninfo.php b/modules/promotioninfo.php index e3bad41c39..c678a330f2 100644 --- a/modules/promotioninfo.php +++ b/modules/promotioninfo.php @@ -52,7 +52,7 @@ array($promotion['id'])); } -$layout['pagetitle'] = trans('Promotion Info: $0', $promotion['name']); +$layout['pagetitle'] = trans('Promotion Info: $a', $promotion['name']); $SESSION->save('backto', $_SERVER['QUERY_STRING']); diff --git a/modules/promotionschemaedit.php b/modules/promotionschemaedit.php index fd07808e42..7d24167860 100644 --- a/modules/promotionschemaedit.php +++ b/modules/promotionschemaedit.php @@ -210,7 +210,7 @@ $schema['selection'] = array(1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,30,36,42,48,60); -$layout['pagetitle'] = trans('Schema Edit: $0', $oldschema['name']); +$layout['pagetitle'] = trans('Schema Edit: $a', $oldschema['name']); $SMARTY->assign('error', $error); $SMARTY->assign('schema', $schema); diff --git a/modules/promotionschemainfo.php b/modules/promotionschemainfo.php index 5306146429..dadf3d007a 100644 --- a/modules/promotionschemainfo.php +++ b/modules/promotionschemainfo.php @@ -49,11 +49,11 @@ break; } else if ($data == 1) { - $period = trans('Month $0', $data); + $period = trans('Month $a', $data); $mon++; } else { - $period = trans('Months $0-$1', $mon, $mon + $data-1); + $period = trans('Months $a-$b', $mon, $mon + $data-1); $mon += $data; } $schema['periods'][] = $period; @@ -86,7 +86,7 @@ WHERE promotionschemaid = ?) ORDER BY t.name, t.value DESC', array($schema['id'])); -$layout['pagetitle'] = trans('Schema Info: $0', $schema['name']); +$layout['pagetitle'] = trans('Schema Info: $a', $schema['name']); $SESSION->save('backto', $_SERVER['QUERY_STRING']); diff --git a/modules/receipt.php b/modules/receipt.php index 2a71787495..5e160bfccb 100644 --- a/modules/receipt.php +++ b/modules/receipt.php @@ -131,7 +131,7 @@ function GetReceipt($id) die; } - $layout['pagetitle'] = trans('Cash Receipt No. $0', $receipt['number']); + $layout['pagetitle'] = trans('Cash Receipt No. $a', $receipt['number']); $receipt['last'] = TRUE; $receipt['first'] = TRUE; diff --git a/modules/receipt_pdf.php b/modules/receipt_pdf.php index 63d93e0a1a..6fe278b6dd 100644 --- a/modules/receipt_pdf.php +++ b/modules/receipt_pdf.php @@ -44,7 +44,7 @@ function receipt_header($x, $y) text_align_center($xmax - 70, $y - 10, $font_size + 4, ''.iconv("UTF-8", "ISO-8859-2", trans('CR-out')).''); else text_align_center($xmax - 70, $y - 10, $font_size + 4, ''.iconv("UTF-8", "ISO-8859-2", trans('CR-in')).''); - text_align_center($xmax - 70, $y - 30, $font_size, ''.iconv("UTF-8", "ISO-8859-2", trans('No. $0',$receipt['number'])).''); + text_align_center($xmax - 70, $y - 30, $font_size, ''.iconv("UTF-8", "ISO-8859-2", trans('No. $a',$receipt['number'])).''); if($receipt['type'] == 'out') $y -= text_align_center($x + 210, $y, $font_size, ''.iconv("UTF-8", "ISO-8859-2", trans('Proof of Pay-out')).''); @@ -203,7 +203,7 @@ function receipt_data($x,$y) $y -= 16; text_align_left($x+2,$y,8,iconv("UTF-8","ISO-8859-2",trans('In words:'))); - $y = text_wrap($x+40,$y,300,$font_size-2,iconv("UTF-8","ISO-8859-2",trans('$0 dollars $1 cents',to_words(floor($receipt['total'])),to_words($receipt['totalg']))),''); + $y = text_wrap($x+40,$y,300,$font_size-2,iconv("UTF-8","ISO-8859-2",trans('$a dollars $b cents',to_words(floor($receipt['total'])),to_words($receipt['totalg']))),''); $y -= 8; $y += $font_size/2; diff --git a/modules/receiptadd.php b/modules/receiptadd.php index aa323e0d91..1bf424db0f 100644 --- a/modules/receiptadd.php +++ b/modules/receiptadd.php @@ -213,7 +213,7 @@ function additem(&$content, $item) if(!empty($CONFIG['receipts']['nodegroups_warning'])) $customer['nodegroupswarning'] = $CONFIG['receipts']['nodegroups_warning']; else - $customer['nodegroupswarning'] = trans('Customer has got nodes in groups: $0!', + $customer['nodegroupswarning'] = trans('Customer has got nodes in groups: $a!', $CONFIG['receipts']['show_nodegroups_warning']); } } @@ -277,7 +277,7 @@ function additem(&$content, $item) $sum += $itemdata['value']; if( $cash < $sum ) - $error['nocash'] = trans('There is no cash in selected registry! You can expense only $0.', moneyf($cash)); + $error['nocash'] = trans('There is no cash in selected registry! You can expense only $a.', moneyf($cash)); } if(!$error && $itemdata['value'] && $itemdata['description']) @@ -307,9 +307,9 @@ function additem(&$content, $item) $itemdata['posuid'] = (string) (getmicrotime()+$id); if($row['type']==DOC_INVOICE) - $itemdata['description'] = trans('Invoice No. $0', docnumber($row['number'], $row['template'], $row['cdate'])); + $itemdata['description'] = trans('Invoice No. $a', docnumber($row['number'], $row['template'], $row['cdate'])); else - $itemdata['description'] = trans('Credit Note No. $0', docnumber($row['number'], $row['template'], $row['cdate'])); + $itemdata['description'] = trans('Credit Note No. $a', docnumber($row['number'], $row['template'], $row['cdate'])); if($row['reference'] && $receipt['type']=='in') { @@ -346,7 +346,7 @@ function additem(&$content, $item) if( $cash < $sum ) { - $error['nocash'] = trans('There is no cash in selected registry! You can expense only $0.', moneyf($cash)); + $error['nocash'] = trans('There is no cash in selected registry! You can expense only $a.', moneyf($cash)); break; } } @@ -411,7 +411,7 @@ function additem(&$content, $item) if($receipt['cdate'] < $maxdate) { - $error['cdate'] = trans('Last date of receipt settlement is $0. If sure, you want to write receipt with date of $1, then click "Submit" again.',date('Y/m/d H:i', $maxdate), date('Y/m/d H:i', $receipt['cdate'])); + $error['cdate'] = trans('Last date of receipt settlement is $a. If sure, you want to write receipt with date of $b, then click "Submit" again.',date('Y/m/d H:i', $maxdate), date('Y/m/d H:i', $receipt['cdate'])); $receipt['cdatewarning'] = 1; } } @@ -421,7 +421,7 @@ function additem(&$content, $item) if(!preg_match('/^[0-9]+$/', $receipt['number'])) $error['number'] = trans('Receipt number must be integer!'); elseif($LMS->DocumentExists($receipt['number'], DOC_RECEIPT, $receipt['numberplanid'], $receipt['cdate'])) - $error['number'] = trans('Receipt number $0 already exists!', $receipt['number']); + $error['number'] = trans('Receipt number $a already exists!', $receipt['number']); } if($receipt['numberplanid'] && !isset($receipt['extnumber'])) @@ -480,7 +480,7 @@ function additem(&$content, $item) { $balance = $LMS->GetCustomerBalance($cid); if( $balance<0 ) - $error['customerid'] = trans('Selected customer is in debt for $0!', moneyf($balance*-1)); + $error['customerid'] = trans('Selected customer is in debt for $a!', moneyf($balance*-1)); } if(!isset($error)) @@ -527,7 +527,7 @@ function additem(&$content, $item) if(!empty($CONFIG['receipts']['nodegroups_warning'])) $customer['nodegroupswarning'] = $CONFIG['receipts']['nodegroups_warning']; else - $customer['nodegroupswarning'] = trans('Customer has got nodes in group(s): $0!', $CONFIG['receipts']['show_nodegroups_warning']); + $customer['nodegroupswarning'] = trans('Customer has got nodes in group(s): $a!', $CONFIG['receipts']['show_nodegroups_warning']); } } @@ -555,7 +555,7 @@ function additem(&$content, $item) if(!preg_match('/^[0-9]+$/', $receipt['number'])) $error['number'] = trans('Receipt number must be integer!'); elseif($LMS->DocumentExists($receipt['number'], DOC_RECEIPT, $receipt['numberplanid'], $receipt['cdate'])) - $error['number'] = trans('Receipt number $0 already exists!', $receipt['number']); + $error['number'] = trans('Receipt number $a already exists!', $receipt['number']); if($error) $receipt['number'] = $LMS->GetNewDocumentNumber(DOC_RECEIPT, $receipt['numberplanid'], $receipt['cdate']); @@ -632,7 +632,7 @@ function additem(&$content, $item) if(!preg_match('/^[0-9]+$/', $receipt['number'])) $error['number'] = trans('Receipt number must be integer!'); elseif($LMS->DocumentExists($receipt['number'], DOC_RECEIPT, $receipt['numberplanid'], $receipt['cdate'])) - $error['number'] = trans('Receipt number $0 already exists!', $receipt['number']); + $error['number'] = trans('Receipt number $a already exists!', $receipt['number']); if($error) $receipt['number'] = $LMS->GetNewDocumentNumber(DOC_RECEIPT, $receipt['numberplanid'], $receipt['cdate']); @@ -714,7 +714,7 @@ function additem(&$content, $item) if( $cash < $value ) { - $error['nocash'] = trans('There is no cash in selected registry! You can expense only $0.', moneyf($cash)); + $error['nocash'] = trans('There is no cash in selected registry! You can expense only $a.', moneyf($cash)); break; } @@ -727,14 +727,14 @@ function additem(&$content, $item) if(!preg_match('/^[0-9]+$/', $receipt['number'])) $error['number'] = trans('Receipt number must be integer!'); elseif($LMS->DocumentExists($receipt['number'], DOC_RECEIPT, $receipt['numberplanid'], $receipt['cdate'])) - $error['number'] = trans('Receipt number $0 already exists!', $receipt['number']); + $error['number'] = trans('Receipt number $a already exists!', $receipt['number']); if($error) $receipt['number'] = $LMS->GetNewDocumentNumber(DOC_RECEIPT, $receipt['numberplanid'], $receipt['cdate']); } // cash-out - $description = trans('Moving assets to registry $0',$DB->GetOne('SELECT name FROM cashregs WHERE id=?', array($dest))); + $description = trans('Moving assets to registry $a',$DB->GetOne('SELECT name FROM cashregs WHERE id=?', array($dest))); $DB->Execute('INSERT INTO documents (type, number, extnumber, numberplanid, cdate, userid, name, closed) VALUES(?, ?, ?, ?, ?, ?, \'\', 1)', @@ -762,7 +762,7 @@ function additem(&$content, $item) $r_number = docnumber($receipt['number'], $template, $receipt['cdate']); // cash-in - $description = trans('Moving assets from registry $0 ($1)',$DB->GetOne('SELECT name FROM cashregs WHERE id=?', array($receipt['regid'])), $r_number); + $description = trans('Moving assets from registry $a ($b)',$DB->GetOne('SELECT name FROM cashregs WHERE id=?', array($receipt['regid'])), $r_number); $numberplan = $DB->GetOne('SELECT in_numberplanid FROM cashregs WHERE id=?', array($dest)); $number = $LMS->GetNewDocumentNumber(DOC_RECEIPT, $numberplan, $receipt['cdate']); diff --git a/modules/receiptadv.php b/modules/receiptadv.php index ba3c60cceb..318c7b497c 100644 --- a/modules/receiptadv.php +++ b/modules/receiptadv.php @@ -60,7 +60,7 @@ } $titlenumber = docnumber($record['number'], $record['template'], $record['cdate'], $record['extnumber']); -$layout['pagetitle'] = trans('Advance settlement: $0', $titlenumber); +$layout['pagetitle'] = trans('Advance settlement: $a', $titlenumber); if(isset($_POST['receipt'])) { @@ -114,7 +114,7 @@ { $sum = $DB->GetOne('SELECT SUM(value) FROM receiptcontents WHERE regid = ?', array($regid)); if($sum < $diff) - $error['value'] = trans('There is only $0 in registry!', money_format($sum)); + $error['value'] = trans('There is only $a in registry!', money_format($sum)); } } @@ -123,7 +123,7 @@ if(!preg_match('/^[0-9]+$/', $receipt['in_number'])) $error['in_number'] = trans('Receipt number must be integer!'); elseif($LMS->DocumentExists($receipt['in_number'], DOC_RECEIPT, $in_plan, $receipt['cdate'])) - $error['in_number'] = trans('Receipt number $0 already exists!', $receipt['in_number']); + $error['in_number'] = trans('Receipt number $a already exists!', $receipt['in_number']); } if($receipt['out_number']) @@ -131,7 +131,7 @@ if(!preg_match('/^[0-9]+$/', $receipt['out_number'])) $error['out_number'] = trans('Receipt number must be integer!'); elseif($LMS->DocumentExists($receipt['out_number'], DOC_RECEIPT, $record['numberplanid'], $receipt['cdate'])) - $error['out_number'] = trans('Receipt number $0 already exists!', $receipt['out_number']); + $error['out_number'] = trans('Receipt number $a already exists!', $receipt['out_number']); } } else @@ -141,7 +141,7 @@ if(!preg_match('/^[0-9]+$/', $receipt['number'])) $error['number'] = trans('Receipt number must be integer!'); elseif($LMS->DocumentExists($receipt['number'], DOC_RECEIPT, $in_plan, $receipt['cdate'])) - $error['number'] = trans('Receipt number $0 already exists!', $receipt['number']); + $error['number'] = trans('Receipt number $a already exists!', $receipt['number']); } } diff --git a/modules/receiptedit.php b/modules/receiptedit.php index cb3bbf4508..d3bcdf9ef2 100644 --- a/modules/receiptedit.php +++ b/modules/receiptedit.php @@ -115,7 +115,7 @@ if(!empty($CONFIG['receipts']['nodegroups_warning'])) $customer['nodegroupswarning'] = $CONFIG['receipts']['nodegroups_warning']; else - $customer['nodegroupswarning'] = trans('Customer has got nodes in groups: $0!', + $customer['nodegroupswarning'] = trans('Customer has got nodes in groups: $a!', $CONFIG['receipts']['show_nodegroups_warning']); } } @@ -157,9 +157,9 @@ function additem(&$content, $item) isset($receipt['extnumber']) ? $receipt['extnumber'] : ''); if($receipt['type']=='in') - $layout['pagetitle'] = trans('Cash-in Receipt Edit: $0', $receipt['titlenumber']); + $layout['pagetitle'] = trans('Cash-in Receipt Edit: $a', $receipt['titlenumber']); else - $layout['pagetitle'] = trans('Cash-out Receipt Edit: $0', $receipt['titlenumber']); + $layout['pagetitle'] = trans('Cash-out Receipt Edit: $a', $receipt['titlenumber']); $action = isset($_GET['action']) ? $_GET['action'] : ''; @@ -240,7 +240,7 @@ function additem(&$content, $item) $maxdate = $DB->GetOne('SELECT MAX(cdate) FROM documents WHERE type = ? AND numberplanid = ?', array(DOC_RECEIPT, $receipt['numberplanid'])); if($receipt['cdate'] < $maxdate) { - $error['cdate'] = trans('Last date of receipt settlement is $0. If sure, you want to write receipt with date of $1, then click "Submit" again.',date('Y/m/d H:i', $maxdate), date('Y/m/d H:i', $receipt['cdate'])); + $error['cdate'] = trans('Last date of receipt settlement is $a. If sure, you want to write receipt with date of $b, then click "Submit" again.',date('Y/m/d H:i', $maxdate), date('Y/m/d H:i', $receipt['cdate'])); $receipt['cdatewarning'] = 1; } } @@ -256,7 +256,7 @@ function additem(&$content, $item) $error['number'] = trans('Receipt number must be integer!'); elseif($receipt['number']!=$oldnumber) if($LMS->DocumentExists($receipt['number'], DOC_RECEIPT, $receipt['numberplanid'], $receipt['cdate'])) - $error['number'] = trans('Receipt number $0 already exists!', $receipt['number']); + $error['number'] = trans('Receipt number $a already exists!', $receipt['number']); } if($receipt['numberplanid'] && !$receipt['extnumber']) @@ -337,7 +337,7 @@ function additem(&$content, $item) if(!empty($CONFIG['receipts']['nodegroups_warning'])) $customer['nodegroupswarning'] = $CONFIG['receipts']['nodegroups_warning']; else - $customer['nodegroupswarning'] = trans('Customer has got nodes in groups: $0!', + $customer['nodegroupswarning'] = trans('Customer has got nodes in groups: $a!', $CONFIG['receipts']['show_nodegroups_warning']); } } diff --git a/modules/receiptlist.php b/modules/receiptlist.php index 76122987e5..cdf2d10080 100644 --- a/modules/receiptlist.php +++ b/modules/receiptlist.php @@ -242,7 +242,7 @@ function GetReceiptList($registry, $order='', $search=NULL, $cat=NULL, $from=0, $logentry = $DB->GetRow('SELECT * FROM cashreglog WHERE regid = ? ORDER BY time DESC LIMIT 1', array($regid, $regid)); -$layout['pagetitle'] = trans('Cash Registry: $0', $DB->GetOne('SELECT name FROM cashregs WHERE id=?', array($regid))); +$layout['pagetitle'] = trans('Cash Registry: $a', $DB->GetOne('SELECT name FROM cashregs WHERE id=?', array($regid))); $SESSION->save('backto', 'm=receiptlist®id='.$regid); diff --git a/modules/reload.php b/modules/reload.php index 9a4ffeb9e9..0ae32ac24b 100644 --- a/modules/reload.php +++ b/modules/reload.php @@ -135,7 +135,7 @@ break; default: - echo '

'.trans('Error: Unknown reload type: "$0"!', $_RELOAD_TYPE).'

'; + echo '

'.trans('Error: Unknown reload type: "$a"!', $_RELOAD_TYPE).'

'; break; } diff --git a/modules/rtcategorydel.php b/modules/rtcategorydel.php index 86153af76c..8af20f5aba 100644 --- a/modules/rtcategorydel.php +++ b/modules/rtcategorydel.php @@ -24,7 +24,7 @@ * $Id$ */ -$layout['pagetitle'] = trans('Remove category ID: $0',sprintf("%04d",$_GET['id'])); +$layout['pagetitle'] = trans('Remove category ID: $a',sprintf("%04d",$_GET['id'])); if(!$LMS->CategoryExists($_GET['id'])) { @@ -34,7 +34,7 @@ { if($_GET['is_sure'] != 1) { - $body = '

'.trans('Do you want to remove category called $0?',$LMS->GetQueueName($_GET['id'])).'

'; + $body = '

'.trans('Do you want to remove category called $a?',$LMS->GetQueueName($_GET['id'])).'

'; $body .= '

'.trans('Yes, I know what I do.').' '; $body .= ''.trans('No, I\'ve changed my mind.').'

'; } diff --git a/modules/rtcategoryedit.php b/modules/rtcategoryedit.php index 57a953f3dc..48e00920c4 100644 --- a/modules/rtcategoryedit.php +++ b/modules/rtcategoryedit.php @@ -71,7 +71,7 @@ else $category = $LMS->GetCategory($_GET['id']); -$layout['pagetitle'] = trans('Category Edit: $0', $category['name']); +$layout['pagetitle'] = trans('Category Edit: $a', $category['name']); $SESSION->save('backto', $_SERVER['QUERY_STRING']); diff --git a/modules/rtcategoryinfo.php b/modules/rtcategoryinfo.php index 39be864960..fea1e84baf 100644 --- a/modules/rtcategoryinfo.php +++ b/modules/rtcategoryinfo.php @@ -31,7 +31,7 @@ $category = $LMS->GetCategory($_GET['id']); -$layout['pagetitle'] = trans('Category Info: $0',$category['name']); +$layout['pagetitle'] = trans('Category Info: $a',$category['name']); $SESSION->save('backto', $_SERVER['QUERY_STRING']); diff --git a/modules/rtqueuedel.php b/modules/rtqueuedel.php index c2b440e116..a001dae029 100644 --- a/modules/rtqueuedel.php +++ b/modules/rtqueuedel.php @@ -24,7 +24,7 @@ * $Id$ */ -$layout['pagetitle'] = trans('Remove queue ID: $0',sprintf("%04d",$_GET['id'])); +$layout['pagetitle'] = trans('Remove queue ID: $a',sprintf("%04d",$_GET['id'])); if(!$LMS->QueueExists($_GET['id'])) { @@ -34,7 +34,7 @@ { if($_GET['is_sure']!=1) { - $body = '

'.trans('Do you want to remove queue called $0?',$LMS->GetQueueName($_GET['id'])).'

'; + $body = '

'.trans('Do you want to remove queue called $a?',$LMS->GetQueueName($_GET['id'])).'

'; $body .= '

'.trans('All tickets and messages in queue will be lost.').'

'; $body .= '

'.trans('Yes, I know what I do.').' '; $body .= ''.trans('No, I\'ve changed my mind.').'

'; diff --git a/modules/rtqueueedit.php b/modules/rtqueueedit.php index f38388c5cb..239c7af2ec 100644 --- a/modules/rtqueueedit.php +++ b/modules/rtqueueedit.php @@ -67,7 +67,7 @@ else $queue = $LMS->GetQueue($_GET['id']); -$layout['pagetitle'] = trans('Queue Edit: $0', $queue['name']); +$layout['pagetitle'] = trans('Queue Edit: $a', $queue['name']); $SESSION->save('backto', $_SERVER['QUERY_STRING']); diff --git a/modules/rtqueueinfo.php b/modules/rtqueueinfo.php index f60651dd4e..0af60460d3 100644 --- a/modules/rtqueueinfo.php +++ b/modules/rtqueueinfo.php @@ -31,7 +31,7 @@ $queue = $LMS->GetQueue($_GET['id']); -$layout['pagetitle'] = trans('Queue Info: $0',$queue['name']); +$layout['pagetitle'] = trans('Queue Info: $a',$queue['name']); $SESSION->save('backto', $_SERVER['QUERY_STRING']); diff --git a/modules/rtticketedit.php b/modules/rtticketedit.php index f5c54a1713..c169a9515c 100644 --- a/modules/rtticketedit.php +++ b/modules/rtticketedit.php @@ -234,7 +234,7 @@ } $categories = $ncategories; -$layout['pagetitle'] = trans('Ticket Edit: $0',sprintf("%06d",$ticket['ticketid'])); +$layout['pagetitle'] = trans('Ticket Edit: $a',sprintf("%06d",$ticket['ticketid'])); $SESSION->save('backto', $_SERVER['QUERY_STRING']); diff --git a/modules/rtticketprint.php b/modules/rtticketprint.php index d2bc0e5e57..34048c99fe 100644 --- a/modules/rtticketprint.php +++ b/modules/rtticketprint.php @@ -54,7 +54,7 @@ $SMARTY->assign('customernodes', $LMS->GetCustomerNodes($ticket['customerid'])); } -$layout['pagetitle'] = trans('Ticket No. $0',sprintf("%06d",$ticket['ticketid'])); +$layout['pagetitle'] = trans('Ticket No. $a',sprintf("%06d",$ticket['ticketid'])); $SESSION->save('backto', $_SERVER['QUERY_STRING']); diff --git a/modules/rtticketview.php b/modules/rtticketview.php index 992851f53f..10709edb08 100644 --- a/modules/rtticketview.php +++ b/modules/rtticketview.php @@ -90,7 +90,7 @@ } $categories = $ncategories; -$layout['pagetitle'] = trans('Ticket Review: $0',sprintf("%06d", $ticket['ticketid'])); +$layout['pagetitle'] = trans('Ticket Review: $a',sprintf("%06d", $ticket['ticketid'])); $SESSION->save('backto', $_SERVER['QUERY_STRING']); diff --git a/modules/stateedit.php b/modules/stateedit.php index e52e9c8fb0..0e11ce6bc6 100644 --- a/modules/stateedit.php +++ b/modules/stateedit.php @@ -54,7 +54,7 @@ $state = $stateedit; } -$layout['pagetitle'] = trans('State Edit: $0', $name); +$layout['pagetitle'] = trans('State Edit: $a', $name); $SESSION->save('backto', $_SERVER['QUERY_STRING']); diff --git a/modules/tariffedit.php b/modules/tariffedit.php index db98d8ac96..14bb21dc02 100644 --- a/modules/tariffedit.php +++ b/modules/tariffedit.php @@ -119,7 +119,7 @@ else $tariff = $LMS->GetTariff($_GET['id']); -$layout['pagetitle'] = trans('Subscription Edit: $0',$tariff['name']); +$layout['pagetitle'] = trans('Subscription Edit: $a',$tariff['name']); $SMARTY->assign('tariff',$tariff); $SMARTY->assign('taxeslist',$LMS->GetTaxes()); diff --git a/modules/tariffinfo.php b/modules/tariffinfo.php index b32d1cb8fe..856697f56d 100644 --- a/modules/tariffinfo.php +++ b/modules/tariffinfo.php @@ -40,7 +40,7 @@ WHERE a.tariffid = ? OR s.ctariffid = ? ORDER BY p.name', array($tariff['id'], $tariff['id'])); -$layout['pagetitle'] = trans('Subscription Info: $0',$tariff['name']); +$layout['pagetitle'] = trans('Subscription Info: $a',$tariff['name']); $SESSION->save('backto', $_SERVER['QUERY_STRING']); diff --git a/modules/taxrateedit.php b/modules/taxrateedit.php index b2dc424ad5..802f57e1b7 100644 --- a/modules/taxrateedit.php +++ b/modules/taxrateedit.php @@ -114,7 +114,7 @@ $taxrate = $taxrateedit; } -$layout['pagetitle'] = trans('Tax Rate Edit: $0', $label); +$layout['pagetitle'] = trans('Tax Rate Edit: $a', $label); $SESSION->save('backto', $_SERVER['QUERY_STRING']); diff --git a/modules/traffic/actions/compacting.php b/modules/traffic/actions/compacting.php index 51e2535514..1c36054817 100644 --- a/modules/traffic/actions/compacting.php +++ b/modules/traffic/actions/compacting.php @@ -28,12 +28,12 @@ $layout['nomenu'] = TRUE; echo '

'.trans('Compacting Database').'

';
-echo trans('$0 records before compacting.
',$DB->GetOne('SELECT COUNT(*) FROM stats')); +echo trans('$a records before compacting.
',$DB->GetOne('SELECT COUNT(*) FROM stats')); if(isset($_POST['delete'])) { $yeardeleted = $DB->Execute('DELETE FROM stats where dt < ?NOW? - 365*24*60*60'); - echo trans('$0 at least one year old records have been removed.
',$yeardeleted); + echo trans('$a at least one year old records have been removed.
',$yeardeleted); } if(isset($_POST['removedeleted'])) @@ -45,7 +45,7 @@ { if(!in_array($node,$nodes)) if($DB->Execute('DELETE FROM stats WHERE nodeid = '.$node)) - echo trans('Statistics for computer $0 has been removed
',$node); + echo trans('Statistics for computer $a has been removed
',$node); } } } @@ -80,12 +80,12 @@ $maxtime -= $step; } $DB->CommitTrans(); - echo trans('$0 - removed, $1 - inserted
', $deleted, $inserted); + echo trans('$a - removed, $b - inserted
', $deleted, $inserted); } } } -echo trans('$0 records after compacting.
',$DB->GetOne("SELECT COUNT(*) FROM stats")); +echo trans('$a records after compacting.
',$DB->GetOne("SELECT COUNT(*) FROM stats")); echo '


'.trans('You can close this window now.').'

'; ?> diff --git a/modules/traffic/actions/printtraffic.php b/modules/traffic/actions/printtraffic.php index d464ffb340..3af560f67a 100644 --- a/modules/traffic/actions/printtraffic.php +++ b/modules/traffic/actions/printtraffic.php @@ -28,7 +28,7 @@ $year = $_POST['year'] ? $_POST['year'] : date('Y'); $customer = $_POST['customer'] ? $_POST['customer'] : $_GET['customer']; -$layout['pagetitle'] = trans('Stats of Customer $0 in month $1', $LMS->GetCustomerName($customer), strftime('%B %Y', mktime(0,0,0,$month,1,$year))); +$layout['pagetitle'] = trans('Stats of Customer $a in month $b', $LMS->GetCustomerName($customer), strftime('%B %Y', mktime(0,0,0,$month,1,$year))); $from = mktime(0,0,0,$month,1,$year); $to = mktime(0,0,0,$month+1,1,$year); diff --git a/modules/traffic/templates/printtraffic.html b/modules/traffic/templates/printtraffic.html index 4555ec036f..ef0670e60e 100644 --- a/modules/traffic/templates/printtraffic.html +++ b/modules/traffic/templates/printtraffic.html @@ -8,7 +8,7 @@

{$layout.pagetitle}

LMS {$layout.lmsv} @ {$layout.hostname}
{$smarty.now|date_format:"%A, %x"}
- {t 0=$layout.logname}Created by: $0{/t} + {t a=$layout.logname}Created by: $a{/t} diff --git a/modules/trafficdbcompact.php b/modules/trafficdbcompact.php index 2b1b727ff1..34a230bfff 100644 --- a/modules/trafficdbcompact.php +++ b/modules/trafficdbcompact.php @@ -38,14 +38,14 @@ $SMARTY->display('header.html'); echo '

'.trans('Compacting Database').'

';
-echo trans('$0 records before compacting.
',$DB->GetOne('SELECT COUNT(*) FROM stats')); +echo trans('$a records before compacting.
',$DB->GetOne('SELECT COUNT(*) FROM stats')); flush(); if(isset($_GET['removeold'])) { if($deleted = $DB->Execute('DELETE FROM stats where dt < ?NOW? - 365*24*60*60')) { - echo trans('$0 at least one year old records have been removed.
', $deleted); + echo trans('$a at least one year old records have been removed.
', $deleted); flush(); } } @@ -54,7 +54,7 @@ { if($deleted = $DB->Execute('DELETE FROM stats WHERE nodeid NOT IN (SELECT id FROM nodes)')) { - echo trans('$0 records for deleted nodes has been removed.
', $deleted); + echo trans('$a records for deleted nodes has been removed.
', $deleted); flush(); } } @@ -107,7 +107,7 @@ // all records for this node has been already compacted if (empty($data)) { - echo $node['name'].': '.trans('$0 - removed, $1 - inserted
', 0, 0); + echo $node['name'].': '.trans('$a - removed, $b - inserted
', 0, 0); flush(); continue; } @@ -146,14 +146,14 @@ $DB->CommitTrans(); - echo $node['name'].': '.trans('$0 - removed, $1 - inserted
', $deleted, $inserted); + echo $node['name'].': '.trans('$a - removed, $b - inserted
', $deleted, $inserted); flush(); } } } } -echo trans('$0 records after compacting.',$DB->GetOne('SELECT COUNT(*) FROM stats')); +echo trans('$a records after compacting.',$DB->GetOne('SELECT COUNT(*) FROM stats')); echo '
'; flush(); diff --git a/modules/trafficprint.php b/modules/trafficprint.php index 19b172bf9b..cffdfa2fc7 100644 --- a/modules/trafficprint.php +++ b/modules/trafficprint.php @@ -34,7 +34,7 @@ $year = isset($_POST['year']) ? $_POST['year'] : date('Y'); $customer = isset($_POST['customer']) ? intval($_POST['customer']) : intval($_GET['customer']); - $layout['pagetitle'] = trans('Stats of Customer $0 in month $1', $LMS->GetCustomerName($customer), strftime('%B %Y', mktime(0,0,0,$month,1,$year))); + $layout['pagetitle'] = trans('Stats of Customer $a in month $b', $LMS->GetCustomerName($customer), strftime('%B %Y', mktime(0,0,0,$month,1,$year))); $from = mktime(0,0,0,$month,1,$year); $to = mktime(0,0,0,$month+1,1,$year); diff --git a/modules/transferforms.php b/modules/transferforms.php index b99c0da3e9..c014f699ed 100644 --- a/modules/transferforms.php +++ b/modules/transferforms.php @@ -44,7 +44,7 @@ function main_fill($x,$y,$scale) $pdf->addtext(550*$scale+$x,497*$scale+$y,30*$scale,number_format($invoice['total'],2,',','')); $pdf->addtext(15*$scale+$x,375*$scale+$y,30*$scale, iconv('UTF-8', 'ISO-8859-2',$invoice['name'])); $pdf->addtext(15*$scale+$x,315*$scale+$y,30*$scale, iconv('UTF-8', 'ISO-8859-2',$invoice['address']."; ".$invoice['zip']." ".$invoice['city'])); - $pdf->addtext(15*$scale+$x,250*$scale+$y,30*$scale, iconv('UTF-8', 'ISO-8859-2',trans('Payment for invoice No. $0', $invoice['t_number']))); + $pdf->addtext(15*$scale+$x,250*$scale+$y,30*$scale, iconv('UTF-8', 'ISO-8859-2',trans('Payment for invoice No. $a', $invoice['t_number']))); } function simple_fill_mip($x,$y,$scale) @@ -80,9 +80,9 @@ function simple_fill_mip($x,$y,$scale) $pdf->addtext(15*$scale+$x,240*$scale+$y,30*$scale, iconv('UTF-8', 'ISO-8859-2',$invoice['zip']." ".$invoice['city'])); $font_size=30; - while ($pdf->getTextWidth($font_size*$scale,trans('Invoice No. $0', $invoice['t_number']))>135) + while ($pdf->getTextWidth($font_size*$scale,trans('Invoice No. $a', $invoice['t_number']))>135) $font_size=$font_size-1; - $pdf->addtext(15*$scale+$x,385*$scale+$y,$font_size*$scale,trans('Invoice No. $0', $invoice['t_number'])); + $pdf->addtext(15*$scale+$x,385*$scale+$y,$font_size*$scale,trans('Invoice No. $a', $invoice['t_number'])); } diff --git a/modules/transferforms2.php b/modules/transferforms2.php index 650c8b24a8..a7458a0fa1 100644 --- a/modules/transferforms2.php +++ b/modules/transferforms2.php @@ -72,7 +72,7 @@ function main_form($x, $y, $data) $y -= $lineh; $pdf->addtext($x+220,$y,$font_size,sprintf('%.2f',$balance)); $y -= $lineh; - $pdf->addtext($x,$y,$font_size,iconv('UTF-8', 'ISO-8859-2',trans('$0 dollars $1 cents',to_words(floor($balance)),to_words(round(($balance-floor($balance))*100))))); + $pdf->addtext($x,$y,$font_size,iconv('UTF-8', 'ISO-8859-2',trans('$a dollars $b cents',to_words(floor($balance)),to_words(round(($balance-floor($balance))*100))))); $y -= $lineh; $pdf->addtext($x,$y,$font_size,truncate(iconv('UTF-8', 'ISO-8859-2',$data['customername']))); $y -= $lineh; @@ -80,7 +80,7 @@ function main_form($x, $y, $data) $y -= $lineh; $pdf->addtext($x,$y,$font_size,iconv('UTF-8', 'ISO-8859-2',$_TITLE)); $y -= $lineh; - $pdf->addtext($x,$y,$font_size,iconv('UTF-8', 'ISO-8859-2',trans('Customer ID: $0',sprintf('%04d',$data['id'])))); + $pdf->addtext($x,$y,$font_size,iconv('UTF-8', 'ISO-8859-2',trans('Customer ID: $a',sprintf('%04d',$data['id'])))); } $balance = $_POST['balance'] ? $_POST['balance'] : 0; diff --git a/modules/useredit.php b/modules/useredit.php index 1972f1fce3..be4e2e84ed 100644 --- a/modules/useredit.php +++ b/modules/useredit.php @@ -131,7 +131,7 @@ WHERE customergroupid = g.id AND userid = ? ORDER BY name', 'id', array($userinfo['id'])); -$layout['pagetitle'] = trans('User Edit: $0', $userinfo['login']); +$layout['pagetitle'] = trans('User Edit: $a', $userinfo['login']); $SESSION->save('backto', $_SERVER['QUERY_STRING']); diff --git a/modules/userinfo.php b/modules/userinfo.php index 578fba0181..995e48ed07 100644 --- a/modules/userinfo.php +++ b/modules/userinfo.php @@ -43,7 +43,7 @@ $ntype[] = trans('sms'); $userinfo['ntype'] = implode(', ', $ntype); -$layout['pagetitle'] = trans('User Info: $0', $userinfo['login']); +$layout['pagetitle'] = trans('User Info: $a', $userinfo['login']); $SESSION->save('backto', $_SERVER['QUERY_STRING']); diff --git a/modules/userpasswd.php b/modules/userpasswd.php index 5192abe0e9..8d8438b887 100644 --- a/modules/userpasswd.php +++ b/modules/userpasswd.php @@ -47,7 +47,7 @@ $passwd['id'] = $id; - $layout['pagetitle'] = trans('Password Change for User $0', $DB->GetOne('SELECT name FROM users WHERE id = ?', array($id))); + $layout['pagetitle'] = trans('Password Change for User $a', $DB->GetOne('SELECT name FROM users WHERE id = ?', array($id))); $SMARTY->assign('error', $error); $SMARTY->assign('passwd', $passwd); diff --git a/modules/users/actions/edit.php b/modules/users/actions/edit.php index 99f28b01d8..ca7fb3b863 100644 --- a/modules/users/actions/edit.php +++ b/modules/users/actions/edit.php @@ -66,7 +66,7 @@ if(!isset($userinfo[$key])) $userinfo[$key] = $value; -$layout['pagetitle'] = trans('User Edit: $0', $userinfo['login']); +$layout['pagetitle'] = trans('User Edit: $a', $userinfo['login']); $SESSION->save('backto', $_SERVER['QUERY_STRING']); diff --git a/modules/users/actions/info.php b/modules/users/actions/info.php index 5f2477a843..62d69c72f1 100644 --- a/modules/users/actions/info.php +++ b/modules/users/actions/info.php @@ -31,7 +31,7 @@ $userinfo = $LMS->GetUserInfo($_GET['id']); -$layout['pagetitle'] = trans('User Info: $0', $userinfo['login']); +$layout['pagetitle'] = trans('User Info: $a', $userinfo['login']); $SESSION->save('backto', $_SERVER['QUERY_STRING']); diff --git a/modules/users/actions/passwd.php b/modules/users/actions/passwd.php index 9f518e5723..a93466f630 100644 --- a/modules/users/actions/passwd.php +++ b/modules/users/actions/passwd.php @@ -49,7 +49,7 @@ $passwd['realname'] = $LMS->GetUserName($id); $passwd['id'] = $id; - $layout['pagetitle'] = trans('Password Change for User $0',$passwd['realname']); + $layout['pagetitle'] = trans('Password Change for User $a',$passwd['realname']); $SMARTY->assign('error', $error); $SMARTY->assign('passwd', $passwd); } diff --git a/modules/voipaccountdel.php b/modules/voipaccountdel.php index 4a404c9013..7d7802f53c 100644 --- a/modules/voipaccountdel.php +++ b/modules/voipaccountdel.php @@ -27,7 +27,7 @@ $voipaccountid = intval($_GET['id']); $voipaccountlogin = $LMS->GetVoipAccountLogin($voipaccountid); -$layout['pagetitle'] = trans('Delete Voip Account $0', $voipaccountlogin); +$layout['pagetitle'] = trans('Delete Voip Account $a', $voipaccountlogin); if (!$LMS->VoipAccountExists($voipaccountid)) { @@ -36,7 +36,7 @@ if($_GET['is_sure']!=1) { - $body = '

'.trans('Are you sure, you want to remove voip account \'$0\' from database?', $voipaccountlogin).'

'; + $body = '

'.trans('Are you sure, you want to remove voip account \'$a\' from database?', $voipaccountlogin).'

'; $body .= '

'.trans('Yes, I am sure.').'

'; }else{ $owner = $LMS->GetVoipAccountOwner($voipaccountid); @@ -46,7 +46,7 @@ else header('Location: ?m=customerinfo&id='.$owner); - $body = '

'.trans('Voip account $0 was deleted', $voipaccountname).'

'; + $body = '

'.trans('Voip account $a was deleted', $voipaccountname).'

'; } } diff --git a/modules/voipaccountedit.php b/modules/voipaccountedit.php index 6c9d85cdee..b995702d33 100644 --- a/modules/voipaccountedit.php +++ b/modules/voipaccountedit.php @@ -39,7 +39,7 @@ else $SESSION->save('backto', $_SERVER['QUERY_STRING']); -$layout['pagetitle'] = trans('Voip Account Edit: $0', $voipaccountinfo['login']); +$layout['pagetitle'] = trans('Voip Account Edit: $a', $voipaccountinfo['login']); if(isset($_POST['voipaccountedit'])) { diff --git a/modules/voipaccountinfo.php b/modules/voipaccountinfo.php index d186b0be95..05f0f8b2f4 100644 --- a/modules/voipaccountinfo.php +++ b/modules/voipaccountinfo.php @@ -50,7 +50,7 @@ if(!isset($_GET['ownerid'])) $SESSION->save('backto', $SESSION->get('backto').'&ownerid='.$customerid); -$layout['pagetitle'] = trans('Voip Account Info: $0', $voipaccountinfo['login']); +$layout['pagetitle'] = trans('Voip Account Info: $a', $voipaccountinfo['login']); $SMARTY->assign('voipaccountinfo',$voipaccountinfo); $SMARTY->display('voipaccountinfo.html'); diff --git a/templates/accountinfo.html b/templates/accountinfo.html index 0cd7f9e779..2506d8cee7 100644 --- a/templates/accountinfo.html +++ b/templates/accountinfo.html @@ -185,7 +185,7 @@

{$layout.pagetitle}

- {t 0=$account.aliases|@count}Account aliases ($0):{/t} + {t a=$account.aliases|@count}Account aliases ($a):{/t} {t}New alias{/t} »  @@ -209,9 +209,9 @@

{$layout.pagetitle}

({$alias.id|string_format:"%04d"}) - {assign var=name value="`$alias.login`@`$alias.domain`} - [ {t}Delete assignment{/t} ] - [ {t}Delete{/t} ] + {assign var=name value="`$alias.login`@`$alias.domain`"} + [ {t}Delete assignment{/t} ] + [ {t}Delete{/t} ] [ {t}Edit{/t} ] [ {t}Info{/t} ] diff --git a/templates/accountlist.html b/templates/accountlist.html index 430a02980b..0eab6a5f9c 100644 --- a/templates/accountlist.html +++ b/templates/accountlist.html @@ -22,7 +22,7 @@

{$layout.pagetitle}

{t}Expiration date:{/t}{if $listdata.order eq "expdate"} {/if} - {t 0=$listdata.total}Total: $0{/t}  + {t a=$listdata.total}Total: $a{/t}  @@ -109,7 +109,7 @@

{$layout.pagetitle}

[ {t}Change password{/t} ] [ {t}Create alias{/t} ] - [ {t}Delete{/t} ] + [ {t}Delete{/t} ] [ {t}Edit{/t} ] [ {t}Info{/t} ] diff --git a/templates/aliaslist.html b/templates/aliaslist.html index 72fce6bf13..f0bb7b6a45 100644 --- a/templates/aliaslist.html +++ b/templates/aliaslist.html @@ -16,7 +16,7 @@

{$layout.pagetitle}

{t}Destination:{/t} {if $listdata.order eq "dest"}{/if} - {t 0=$listdata.total}Total: $0{/t} + {t a=$listdata.total}Total: $a{/t} @@ -74,8 +74,8 @@

{$layout.pagetitle}

{if $aliaslist[aliaslist].forwards}{$aliaslist[aliaslist].forwards|replace:",":"
\"\""}{/if} - {assign var=alias value="`$aliaslist[aliaslist].login`@`$aliaslist[aliaslist].domain`} - [ {t}Delete{/t} ] + {assign var=alias value="`$aliaslist[aliaslist].login`@`$aliaslist[aliaslist].domain`"} + [ {t}Delete{/t} ] [ {t}Edit{/t} ] [ {t}Info{/t} ] @@ -98,7 +98,7 @@

{$layout.pagetitle}

{/if} - {t 0=$listdata.total}Total: $0{/t} + {t a=$listdata.total}Total: $a{/t} {t}New Alias{/t} diff --git a/templates/balancelist.html b/templates/balancelist.html index d5f85af0e1..dd19e4dcd3 100644 --- a/templates/balancelist.html +++ b/templates/balancelist.html @@ -169,13 +169,13 @@

{$layout.pagetitle}

{if $balancelist[balancelist].userid}{$balancelist[balancelist].user|truncate:16:"...":true}{else}-{/if} - {if $balancelist[balancelist].covenant}{$balancelist[balancelist].value*-1|money_format}{else}-{/if} + {if $balancelist[balancelist].covenant}{($balancelist[balancelist].value*-1)|money_format}{else}-{/if} {if !$balancelist[balancelist].covenant && $balancelist[balancelist].value > 0}{$balancelist[balancelist].value|money_format}{else}-{/if} - {if !$balancelist[balancelist].covenant && $balancelist[balancelist].value < 0}{$balancelist[balancelist].value*-1|money_format}{else}-{/if} + {if !$balancelist[balancelist].covenant && $balancelist[balancelist].value < 0}{($balancelist[balancelist].value*-1)|money_format}{else}-{/if} » @@ -196,13 +196,13 @@

{$layout.pagetitle}

{if $balancelist[balancelist].docid} {if $balancelist[balancelist].doctype==$smarty.const.DOC_INVOICE} - [ {t}Invoice{/t} ] + [ {t}Invoice{/t} ] {elseif $balancelist[balancelist].doctype==$smarty.const.DOC_CNOTE} - [ {t}Credit note{/t} ] + [ {t}Credit note{/t} ] {elseif $balancelist[balancelist].doctype==$smarty.const.DOC_RECEIPT} - [ {t}Cash receipt{/t} ] + [ {t}Cash receipt{/t} ] {elseif $balancelist[balancelist].doctype==$smarty.const.DOC_DNOTE} - [ {t}Debit note{/t} ] + [ {t}Debit note{/t} ] {/if} {/if} diff --git a/templates/calendar_js.html b/templates/calendar_js.html index ef1925f6cc..301d16f3a2 100644 --- a/templates/calendar_js.html +++ b/templates/calendar_js.html @@ -108,18 +108,18 @@ var arr_date = str_date.split('/'); - if (arr_date.length != 3) return cal_error ("{/literal}{t 0="'\" + str_date + \"'"}Invalid date format: $0.\nFormat accepted is 'YYYY/MM/DD hh:mm'.{/t}{literal}"); - if (!arr_date[0]) return cal_error ("{/literal}{t 0="'\" + str_date + \"'"}Invalid date format: $0.\nNo year value can be found.{/t}{literal}"); - if (!RE_NUM.exec(arr_date[0])) return cal_error ("{/literal}{t 0="'\" + arr_date[0] + \"'"}Invalid year value: $0.\nAllowed values are unsigned integers.{/t}{literal}"); - if (!arr_date[1]) return cal_error ("{/literal}{t 0="'\" + str_date + \"'"}Invalid date format: $0.\nNo month value can be found.{/t}{literal}"); - if (!RE_NUM.exec(arr_date[1])) return cal_error ("{/literal}{t 0="'\" + arr_date[1] + \"'"}Invalid month value: $0.\nAllowed values are unsigned integers.{/t}{literal}"); - if (!arr_date[2]) return cal_error ("{/literal}{t 0="'\" + str_date + \"'"}Invalid date format: $0.\nNo day of month value can be found.{/t}{literal}"); - if (!RE_NUM.exec(arr_date[2])) return cal_error ("{/literal}{t 0="'\" + arr_date[2] + \"'"}Invalid day of month value: $0.\nAllowed values are unsigned integers.{/t}{literal}"); + if (arr_date.length != 3) return cal_error ("{/literal}{t a="'\" + str_date + \"'"}Invalid date format: $a.\nFormat accepted is 'YYYY/MM/DD hh:mm'.{/t}{literal}"); + if (!arr_date[0]) return cal_error ("{/literal}{t a="'\" + str_date + \"'"}Invalid date format: $a.\nNo year value can be found.{/t}{literal}"); + if (!RE_NUM.exec(arr_date[0])) return cal_error ("{/literal}{t a="'\" + arr_date[0] + \"'"}Invalid year value: $a.\nAllowed values are unsigned integers.{/t}{literal}"); + if (!arr_date[1]) return cal_error ("{/literal}{t a="'\" + str_date + \"'"}Invalid date format: $a.\nNo month value can be found.{/t}{literal}"); + if (!RE_NUM.exec(arr_date[1])) return cal_error ("{/literal}{t a="'\" + arr_date[1] + \"'"}Invalid month value: $a.\nAllowed values are unsigned integers.{/t}{literal}"); + if (!arr_date[2]) return cal_error ("{/literal}{t a="'\" + str_date + \"'"}Invalid date format: $a.\nNo day of month value can be found.{/t}{literal}"); + if (!RE_NUM.exec(arr_date[2])) return cal_error ("{/literal}{t a="'\" + arr_date[2] + \"'"}Invalid day of month value: $a.\nAllowed values are unsigned integers.{/t}{literal}"); var dt_date = new Date(); dt_date.setDate(1); - if (arr_date[1] < 1 || arr_date[1] > 12) return cal_error ("{/literal}{t 0="'\" + arr_date[1] + \"'"}Invalid month value: $0.\nAllowed range is 01-12.{/t}{literal}"); + if (arr_date[1] < 1 || arr_date[1] > 12) return cal_error ("{/literal}{t a="'\" + arr_date[1] + \"'"}Invalid month value: $a.\nAllowed range is 01-12.{/t}{literal}"); dt_date.setMonth(arr_date[1]-1); if (arr_date[0] < 100) arr_date[0] = Number(arr_date[0]) + (arr_date[0] < NUM_CENTYEAR ? 2000 : 1900); @@ -127,7 +127,7 @@ var dt_numdays = new Date(arr_date[0], arr_date[1], 0); dt_date.setDate(arr_date[2]); - if (dt_date.getMonth() != (arr_date[1]-1)) return cal_error ("{/literal}{t 0="'\" + arr_date[2] + \"'" 1="\"+dt_numdays.getDate()+\""}Invalid day of month value: $0.\nAllowed range is 01-$1.{/t}{literal}"); + if (dt_date.getMonth() != (arr_date[1]-1)) return cal_error ("{/literal}{t a="'\" + arr_date[2] + \"'" b="\"+dt_numdays.getDate()+\""}Invalid day of month value: $a.\nAllowed range is 01-$b.{/t}{literal}"); return (dt_date) } @@ -141,14 +141,14 @@ if (!arr_time[0]) dt_date.setHours(0); else if (RE_NUM.exec(arr_time[0])) if (arr_time[0] < 24) dt_date.setHours(arr_time[0]); - else return cal_error ("{/literal}{t 0="'\" + arr_time[0] + \"'"}Invalid hour value: $0.\nAllowed range is 00-23.{/t}{literal}"); - else return cal_error ("{/literal}{t 0="'\" + arr_time[0] + \"'"}Invalid hour value: $0.\nAllowed values are unsigned integers.{/t}{literal}"); + else return cal_error ("{/literal}{t a="'\" + arr_time[0] + \"'"}Invalid hour value: $a.\nAllowed range is 00-23.{/t}{literal}"); + else return cal_error ("{/literal}{t a="'\" + arr_time[0] + \"'"}Invalid hour value: $a.\nAllowed values are unsigned integers.{/t}{literal}"); if (!arr_time[1]) dt_date.setMinutes(0); else if (RE_NUM.exec(arr_time[1])) if (arr_time[1] < 60) dt_date.setMinutes(arr_time[1]); - else return cal_error ("{/literal}{t 0="'\" + arr_time[1] + \"'"}Invalid minutes value: $0.\nAllowed range is 00-59.{/t}{literal}"); - else return cal_error ("{/literal}{t 0="'\" + arr_time[1] + \"'"}Invalid minutes value: $0.\nAllowed values are unsigned integers.{/t}{literal}"); + else return cal_error ("{/literal}{t a="'\" + arr_time[1] + \"'"}Invalid minutes value: $a.\nAllowed range is 00-59.{/t}{literal}"); + else return cal_error ("{/literal}{t a="'\" + arr_time[1] + \"'"}Invalid minutes value: $a.\nAllowed values are unsigned integers.{/t}{literal}"); dt_date.setMilliseconds(0); return dt_date; diff --git a/templates/cashimport.html b/templates/cashimport.html index e36fef691c..6363bbfb7b 100644 --- a/templates/cashimport.html +++ b/templates/cashimport.html @@ -213,7 +213,7 @@

{$layout.pagetitle}

- {t}Packages:{/t} ({t 0=10}last $0 packages{/t}) + {t}Packages:{/t} ({t a=10}last $a packages{/t}) diff --git a/templates/cashreglist.html b/templates/cashreglist.html index 51d0d31338..ece545b995 100644 --- a/templates/cashreglist.html +++ b/templates/cashreglist.html @@ -46,7 +46,7 @@

{$layout.pagetitle}

[ {t}Browse{/t} ] - [ {t}Delete{/t} ] + [ {t}Delete{/t} ] [ {t}Edit{/t} ] [ {t}Info{/t} ] diff --git a/templates/cashsourcelist.html b/templates/cashsourcelist.html index 29d60b494f..8bbacf4478 100644 --- a/templates/cashsourcelist.html +++ b/templates/cashsourcelist.html @@ -30,7 +30,7 @@

{$layout.pagetitle}

{$source.description} - [ {t}Delete{/t} ] + [ {t}Delete{/t} ] [ {t}Edit{/t} ] diff --git a/templates/chooseip.html b/templates/chooseip.html index 6469a6345a..01e53fffaf 100644 --- a/templates/chooseip.html +++ b/templates/chooseip.html @@ -86,7 +86,7 @@ {if $network.page > 1}«{else}«{/if} - {t 0=$network.page 1=$network.pages}Page $0 of $1{/t} + {t a=$network.page b=$network.pages}Page $a of $b{/t} {if $network.page < $network.pages}»{else}»{/if}
diff --git a/templates/configedit.html b/templates/configedit.html index 342b40249f..b2aeb8a7ed 100644 --- a/templates/configedit.html +++ b/templates/configedit.html @@ -61,7 +61,7 @@

{$layout.pagetitle}

{t}Submit{/t} - {t}Delete{/t} + {t}Delete{/t} {t}Cancel{/t} diff --git a/templates/configlist.html b/templates/configlist.html index 032ffd406e..d07a036716 100644 --- a/templates/configlist.html +++ b/templates/configlist.html @@ -63,7 +63,7 @@

{$layout.pagetitle}

[ {if $configlist[configlist].disabled}{t}Enable{/t}{else}{t}Disable{/t}{/if} ] - [ {t}Delete{/t} ] + [ {t}Delete{/t} ] [ {t}Edit{/t} ] diff --git a/templates/customerassignments.html b/templates/customerassignments.html index 724f064068..5419d0c478 100644 --- a/templates/customerassignments.html +++ b/templates/customerassignments.html @@ -61,7 +61,7 @@ {if $a.upceil}{$a.upceil} kbit/s{else}-{/if} - + {/if} diff --git a/templates/customerbalancebox.html b/templates/customerbalancebox.html index 172c58a3c4..d73a96f756 100644 --- a/templates/customerbalancebox.html +++ b/templates/customerbalancebox.html @@ -101,7 +101,7 @@ {t}Customer Account:{/t} {if $limit} {math equation="x * -1" x=$limit assign=n} - ({t 0=$n}last $0 transactions{/t}) + ({t a=$n}last $a transactions{/t}) {/if} @@ -141,22 +141,22 @@ {$balancelist.date[balancelist]} {$balancelist.username[balancelist]|truncate:16:"...":true} - {if !$balancelist.type[balancelist]}{$balancelist.value[balancelist]*-1|money_format}{else}-{/if} + {if !$balancelist.type[balancelist]}{($balancelist.value[balancelist]*-1)|money_format}{else}-{/if} {if $balancelist.type[balancelist] && $balancelist.value[balancelist] > 0}{$balancelist.value[balancelist]|money_format}{else}-{/if} - {if $balancelist.type[balancelist] && $balancelist.value[balancelist] < 0}{$balancelist.value[balancelist]*-1|money_format}{else}-{/if} + {if $balancelist.type[balancelist] && $balancelist.value[balancelist] < 0}{($balancelist.value[balancelist]*-1)|money_format}{else}-{/if} » {if $balancelist.after[balancelist] < 0}{/if}{$balancelist.after[balancelist]|money_format}{if $balancelist.after[balancelist] < 0}{/if} {$balancelist.comment[balancelist]} {if $balancelist.docid[balancelist]} {if $balancelist.doctype[balancelist] == $smarty.const.DOC_INVOICE} - [ {t}Invoice{/t} ] + [ {t}Invoice{/t} ] {elseif $balancelist.doctype[balancelist] == $smarty.const.DOC_CNOTE} - [ {t}Credit note{/t} ] + [ {t}Credit note{/t} ] {elseif $balancelist.doctype[balancelist] == $smarty.const.DOC_RECEIPT} - [ {t}Cash receipt{/t} ] + [ {t}Cash receipt{/t} ] {elseif $balancelist.doctype[balancelist] == $smarty.const.DOC_DNOTE} - [ {t}Debit note{/t} ] + [ {t}Debit note{/t} ] {/if} {/if} @@ -227,7 +227,7 @@ {if $customerinfo.balance < 0} - {t}Clear Account{/t} + {t}Clear Account{/t} {/if} diff --git a/templates/customerdocuments.html b/templates/customerdocuments.html index 43976690ee..29a1edd5ed 100644 --- a/templates/customerdocuments.html +++ b/templates/customerdocuments.html @@ -3,7 +3,7 @@ - {t}Customer's Documents:{/t} ({t 0=$limit}last $0 documents{/t}) + {t}Customer's Documents:{/t} ({t a=$limit}last $a documents{/t}) {t}New Document{/t} » diff --git a/templates/customerevents.html b/templates/customerevents.html index de31b1301b..14899193f9 100644 --- a/templates/customerevents.html +++ b/templates/customerevents.html @@ -5,7 +5,7 @@ {t}Customer Timetable:{/t} {if $limit} - ({t 0=$limit}last $0 events{/t}) + ({t a=$limit}last $a events{/t}) {/if} diff --git a/templates/customergrouplist.html b/templates/customergrouplist.html index 8f2a3046c1..7cc5e59daa 100644 --- a/templates/customergrouplist.html +++ b/templates/customergrouplist.html @@ -14,7 +14,7 @@

{$layout.pagetitle}

{t}Members:{/t} - {t 0=$listdata.total|default:"0"}Total: $0{/t} + {t a=$listdata.total|default:"0"}Total: $a{/t} {cycle values="light,lucid" print=false} diff --git a/templates/customerinfobox.html b/templates/customerinfobox.html index ffff2de018..7215a5f7a9 100644 --- a/templates/customerinfobox.html +++ b/templates/customerinfobox.html @@ -212,7 +212,7 @@ - {t 0=$customerinfo.cutoffstop|date_format:"%Y/%m/%d"}Cutoff suspended to $0{/t} + {t a=$customerinfo.cutoffstop|date_format:"%Y/%m/%d"}Cutoff suspended to $a{/t} diff --git a/templates/customerlist.html b/templates/customerlist.html index c489e225f1..12cbe1f116 100644 --- a/templates/customerlist.html +++ b/templates/customerlist.html @@ -17,7 +17,7 @@

{$layout.pagetitle}

{t}Subscription:{/t} {if $listdata.order eq "tariff"}{/if} - {t 0=$listdata.total}Total: $0{/t} + {t a=$listdata.total}Total: $a{/t} @@ -83,13 +83,13 @@

{$layout.pagetitle}

{section name=customerlist loop=$customerlist start=$start max=$pagelimit} - {if $customerlist[customerlist].info} {/if} {$customerlist[customerlist].customername|escape}
+ {if $customerlist[customerlist].info} {/if} {$customerlist[customerlist].customername|escape}
 {$customerlist[customerlist].address}{if $customerlist[customerlist].city neq ""},{/if} {$customerlist[customerlist].zip} {$customerlist[customerlist].city}{if $customerlist[customerlist].country neq ""}, {t}{$customerlist[customerlist].country}{/t}{/if} ({$customerlist[customerlist].id|string_format:"%04d"})
{if $customerlist[customerlist].account} - + {/if} @@ -98,7 +98,7 @@

{$layout.pagetitle}

{if $customerlist[customerlist].balance < 0} - [ {t}Account{/t} ] + [ {t}Account{/t} ] {/if} {if $customerlist[customerlist].account} {if $customerlist[customerlist].status eq 3} @@ -127,7 +127,7 @@

{$layout.pagetitle}

{if $listdata.state eq 4} [ {t}Recover{/t} ] {else} - [ {t}Delete{/t} ] + [ {t}Delete{/t} ] [ {t}Edit{/t} ] {/if} [ {t}Info{/t} ] diff --git a/templates/customermessages.html b/templates/customermessages.html index 56258ccd69..b8125b92f8 100644 --- a/templates/customermessages.html +++ b/templates/customermessages.html @@ -5,7 +5,7 @@ {t}Customer Messages:{/t} {if $limit} - ({t 0=$limit}last $0 messages{/t}) + ({t a=$limit}last $a messages{/t}) {/if} diff --git a/templates/customernodesbox.html b/templates/customernodesbox.html index 34dcd07a0d..c26b8915bf 100644 --- a/templates/customernodesbox.html +++ b/templates/customernodesbox.html @@ -47,7 +47,7 @@ - {t 0=$customernodes|@count|default:"0"}Customer Nodes ($0):{/t} + {t a=$customernodes|@count|default:"0"}Customer Nodes ($a):{/t} {if $customerinfo.status neq "1" and ! $customerinfo.deleted}{t}New Node{/t} » {/if} @@ -75,9 +75,9 @@ {if $customernodes[customernodes].lastonline} {if ($smarty.now-$customernodes[customernodes].lastonline) > $_config.phpui.lastonline_limit} - + {else} - + {/if} {else} @@ -115,7 +115,7 @@ {if $customernodes[customernodes].gcount} - + {/if} @@ -124,7 +124,7 @@ [ {if ! $customernodes[customernodes].access}{t}Connect{/t}{else}{t}Disconnect{/t}{/if} ] [ {if ! $customernodes[customernodes].warning}{t}Enable notice{/t}{else}{t}Disable notice{/t}{/if} ] - [ {t}Delete{/t} ] + [ {t}Delete{/t} ] [ {t}Edit{/t} ] [ {t}Info{/t} ]  diff --git a/templates/customersearchresults.html b/templates/customersearchresults.html index 8445ff8827..511c4563f9 100644 --- a/templates/customersearchresults.html +++ b/templates/customersearchresults.html @@ -51,7 +51,7 @@

{$layout.pagetitle}

{t}Subscription:{/t} {if $listdata.order eq "tariff"}{/if} - {t 0=$listdata.total|default:"0"}Total: $0{/t}  + {t a=$listdata.total|default:"0"}Total: $a{/t}  {if $listdata.total != 0} @@ -70,13 +70,13 @@

{$layout.pagetitle}

{section name=customerlist loop=$customerlist start=$start max=$pagelimit} - {if $customerlist[customerlist].info} {/if} {$customerlist[customerlist].customername}{if $customerlist[customerlist].deleted} ({t}deleted customer{/t}){/if}
+ {if $customerlist[customerlist].info} {/if} {$customerlist[customerlist].customername}{if $customerlist[customerlist].deleted} ({t}deleted customer{/t}){/if}
 {$customerlist[customerlist].address}{if $customerlist[customerlist].city neq ""},{/if} {$customerlist[customerlist].zip} {$customerlist[customerlist].city}{if $customerlist[customerlist].country neq ""}, {t}{$customerlist[customerlist].country}{/t}{/if} ({$customerlist[customerlist].id|string_format:"%04d"})
{if $customerlist[customerlist].account} - + {/if} @@ -85,7 +85,7 @@

{$layout.pagetitle}

{if $customerlist[customerlist].balance < 0} - [ {t}Account{/t} ] + [ {t}Account{/t} ] {/if} {if $customerlist[customerlist].account} {if $customerlist[customerlist].status eq 3} @@ -114,7 +114,7 @@

{$layout.pagetitle}

{if $listdata.state eq 4} [ {t}Recover{/t} ] {else} - [ {t}Delete{/t} ] + [ {t}Delete{/t} ] [ {t}Edit{/t} ] {/if} [ {t}Info{/t} ] diff --git a/templates/customervoipaccountsbox.html b/templates/customervoipaccountsbox.html index 40936236bc..48b49dece1 100644 --- a/templates/customervoipaccountsbox.html +++ b/templates/customervoipaccountsbox.html @@ -3,7 +3,7 @@ - {t 0=$customervoipaccounts.total|default:"0"}Voip Accounts ($0):{/t} + {t a=$customervoipaccounts.total|default:"0"}Voip Accounts ($a):{/t} {if $customerinfo.status neq "1" and ! $customerinfo.deleted}{t}New Voip Account{/t} » {/if} diff --git a/templates/daemoninstancelist.html b/templates/daemoninstancelist.html index 9f043975a7..ac31e6ce5f 100644 --- a/templates/daemoninstancelist.html +++ b/templates/daemoninstancelist.html @@ -61,7 +61,7 @@

{$layout.pagetitle}

[ {t}Browse Configuration{/t} ] [ {if $instance.disabled}{t}Enable{/t}{else}{t}Disable{/t}{/if} ] [ {t}Clone{/t} ] - [ {t}Delete{/t} ] + [ {t}Delete{/t} ] [ {t}Edit{/t} ] diff --git a/templates/daemoninstanceview.html b/templates/daemoninstanceview.html index 328dc1853d..817206a8e6 100644 --- a/templates/daemoninstanceview.html +++ b/templates/daemoninstanceview.html @@ -31,7 +31,7 @@

{$layout.pagetitle}

[ {if $option.disabled}{t}Enable{/t}{else}{t}Disable{/t}{/if} ] - [ {t}Delete{/t} ] + [ {t}Delete{/t} ] [ {t}Edit{/t} ] diff --git a/templates/dblist.html b/templates/dblist.html index 583943a35d..a2174ae349 100644 --- a/templates/dblist.html +++ b/templates/dblist.html @@ -1,4 +1,4 @@ -{include file="header.html} +{include file="header.html"}

{$layout.pagetitle}

-{popup_init src="img/overlib.js"} + + {if !$layout.popup}
@@ -31,13 +32,13 @@ {foreach from=$newmenu item=menuitem name=menu} -
+
*{$menuitem.name}
{if $menuitem.submenu} {foreach from=$menuitem.submenu item=submenuitem} -
+ {/foreach} diff --git a/templates/hostlist.html b/templates/hostlist.html index 8139be56ff..952499d97c 100644 --- a/templates/hostlist.html +++ b/templates/hostlist.html @@ -37,7 +37,7 @@

{$layout.pagetitle}

[ {t}Edit{/t} ] - [ {t}Delete{/t} ] + [ {t}Delete{/t} ] {foreachelse} diff --git a/templates/invoice.html b/templates/invoice.html index 38b736c0bc..bc3489d0af 100644 --- a/templates/invoice.html +++ b/templates/invoice.html @@ -6,10 +6,10 @@ {number number=$invoice.number template=$invoice.template time=$invoice.cdate assign=number} {if $invoice.invoice} {number number=$invoice.invoice.number template=$invoice.invoice.template time=$invoice.invoice.cdate assign=number_ref} - {t 0=$number}Credit Note No. $0{/t}
- {t 0=$number_ref}for Invoice No. $0{/t}
+ {t a=$number}Credit Note No. $a{/t}
+ {t a=$number_ref}for Invoice No. $a{/t}
{else} - {t 0=$number}Invoice No. $0{/t}
+ {t a=$number}Invoice No. $a{/t}
{/if} {$type} {if $duplicate} @@ -349,7 +349,7 @@ {if $_config.phpui.to_words_short_version|chkconfig} {$invoice.value|string_format:"%d"|to_words:0:"":1} {$invoice.valuep|string_format:"%02d"}/100 {else} - {t 0=$invoice.value|string_format:"%d"|to_words 1=$invoice.valuep|to_words}$0 dollars $1 cents{/t} + {t a=$invoice.value|string_format:"%d"|to_words b=$invoice.valuep|to_words}$a dollars $b cents{/t} {/if} diff --git a/templates/invoicelist.html b/templates/invoicelist.html index 66022cdcfd..c588d9d5b6 100644 --- a/templates/invoicelist.html +++ b/templates/invoicelist.html @@ -176,12 +176,12 @@

{$layout.pagetitle}

{if $invoice.type == $smarty.const.DOC_INVOICE} [ {t}Revise{/t} ] {if ! $invoice.closed} - [ {t}Delete{/t} ] + [ {t}Delete{/t} ] {/if} [ {t}Edit{/t} ] {/if} {if $invoice.type == $smarty.const.DOC_CNOTE && !$invoice.closed} - [ {t}Delete{/t} ] + [ {t}Delete{/t} ] {/if} {if $invoice.type == $smarty.const.DOC_INVOICE} [ {t}Print{/t} ] diff --git a/templates/invoicereport-ext.html b/templates/invoicereport-ext.html index 7548c06609..6164093520 100644 --- a/templates/invoicereport-ext.html +++ b/templates/invoicereport-ext.html @@ -4,12 +4,12 @@ 1} style="page-break-before: always; border-style: none;"{/if}>
- {$layout.pagetitle}{if $pagescount} ({t 0=$item 1=$pagescount}Page $0 from $1{/t}){/if} + {$layout.pagetitle}{if $pagescount} ({t a=$item b=$pagescount}Page $a from $b{/t}){/if} LMS {$layout.lmsv} @ {$layout.hostname}
{$smarty.now|date_format:"%A, %x"}
- {t 0=$layout.logname}Created by: $0{/t} + {t a=$layout.logname}Created by: $a{/t}
@@ -161,7 +161,7 @@ LMS {$layout.lmsv} @ {$layout.hostname}
{$smarty.now|date_format:"%A, %x"}
- {t 0=$layout.logname}Created by: $0{/t} + {t a=$layout.logname}Created by: $a{/t} diff --git a/templates/invoicereport.html b/templates/invoicereport.html index 954e95414c..9f30f67355 100644 --- a/templates/invoicereport.html +++ b/templates/invoicereport.html @@ -11,7 +11,7 @@ LMS {$layout.lmsv} @ {$layout.hostname}
{$smarty.now|date_format:"%A, %x"}
- {t 0=$layout.logname}Created by: $0{/t} + {t a=$layout.logname}Created by: $a{/t} diff --git a/templates/messageinfo.html b/templates/messageinfo.html index e2da7b274c..49ae55efab 100644 --- a/templates/messageinfo.html +++ b/templates/messageinfo.html @@ -86,7 +86,7 @@

{$layout.pagetitle}

{t}Status:{/t} ({t}Error message{/t}) {if $listdata.order eq "status"}{/if} - {t 0=$listdata.total}Total: $0{/t}  + {t a=$listdata.total}Total: $a{/t}  @@ -163,7 +163,7 @@

{$layout.pagetitle}

- {t 0=$listdata.total}Total: $0{/t} + {t a=$listdata.total}Total: $a{/t} diff --git a/templates/messagelist.html b/templates/messagelist.html index 20ea54285c..97b95d09f5 100644 --- a/templates/messagelist.html +++ b/templates/messagelist.html @@ -15,7 +15,7 @@

{$layout.pagetitle}

{t}Recipients:{/t} {if $listdata.order eq "cnt"}{/if} - {t 0=$listdata.total}Total: $0{/t}  + {t a=$listdata.total}Total: $a{/t}  @@ -104,7 +104,7 @@

{$layout.pagetitle}

- {t 0=$listdata.total}Total: $0{/t} + {t a=$listdata.total}Total: $a{/t} diff --git a/templates/netdevadd.html b/templates/netdevadd.html index a0b1557e99..b622a1b094 100644 --- a/templates/netdevadd.html +++ b/templates/netdevadd.html @@ -188,7 +188,7 @@

{$layout.pagetitle}

diff --git a/templates/netdevconnbox.html b/templates/netdevconnbox.html index e048d32a5f..422834f651 100644 --- a/templates/netdevconnbox.html +++ b/templates/netdevconnbox.html @@ -3,7 +3,7 @@ - {t 0=$netdevlist|@count}Connected devices ($0):{/t} + {t a=$netdevlist|@count}Connected devices ($a):{/t} diff --git a/templates/netdevinfobox.html b/templates/netdevinfobox.html index 8dc286819d..bcd48868b0 100644 --- a/templates/netdevinfobox.html +++ b/templates/netdevinfobox.html @@ -250,7 +250,7 @@ {/if} {t}Edit{/t} [ {t}Edit{/t} ] - {t}Delete{/t} + {t}Delete{/t} diff --git a/templates/netdevipbox.html b/templates/netdevipbox.html index 2a16a12d6b..200ee2f5d1 100644 --- a/templates/netdevipbox.html +++ b/templates/netdevipbox.html @@ -3,7 +3,7 @@ - {t 0=$netdevips|@count}IP addresses ($0):{/t} + {t a=$netdevips|@count}IP addresses ($a):{/t}
{t}New address{/t} » @@ -40,7 +40,7 @@ - + diff --git a/templates/netdevipinfobox.html b/templates/netdevipinfobox.html index 6900bec295..819fbd28f2 100644 --- a/templates/netdevipinfobox.html +++ b/templates/netdevipinfobox.html @@ -164,7 +164,7 @@ {t}Edit{/t} - {t}Delete{/t} + {t}Delete{/t} diff --git a/templates/netdevlist.html b/templates/netdevlist.html index 03d445e865..8307168f82 100644 --- a/templates/netdevlist.html +++ b/templates/netdevlist.html @@ -44,7 +44,7 @@

{$layout.pagetitle}

- [ {t}Delete{/t} ] + [ {t}Delete{/t} ] [ {t}Edit{/t} ] [ {t}Info{/t} ] diff --git a/templates/netdevlistshort.html b/templates/netdevlistshort.html index 8275cb6498..034c079681 100644 --- a/templates/netdevlistshort.html +++ b/templates/netdevlistshort.html @@ -17,9 +17,9 @@ {if $layout.module == 'ewxdevlist'} - {t 0=$devices|@count|default:"0"}Channel Devices ($0):{/t} + {t a=$devices|@count|default:"0"}Channel Devices ($a):{/t} {else} - {t 0=$devices|@count|default:"0"}Devices ($0):{/t} + {t a=$devices|@count|default:"0"}Devices ($a):{/t} {/if} diff --git a/templates/netdevnodes.html b/templates/netdevnodes.html index f0fb3b036f..db475205a3 100644 --- a/templates/netdevnodes.html +++ b/templates/netdevnodes.html @@ -3,7 +3,7 @@ - {t 0=$netcomplist|@count}Connected nodes ($0):{/t} + {t a=$netcomplist|@count}Connected nodes ($a):{/t} @@ -29,7 +29,7 @@ {$netcomplist[netcomplist].name}
- {$netcomplist[netcomplist].owner} + {$netcomplist[netcomplist].owner} ({$netcomplist[netcomplist].id|string_format:"%04d"})
diff --git a/templates/netdevsearchresults.html b/templates/netdevsearchresults.html index 4d88c0b231..2c0530abe6 100644 --- a/templates/netdevsearchresults.html +++ b/templates/netdevsearchresults.html @@ -44,7 +44,7 @@

{$layout.pagetitle}

- [ {t}Delete{/t} ] + [ {t}Delete{/t} ] [ {t}Edit{/t} ] [ {t}Info{/t} ] diff --git a/templates/netinfo.html b/templates/netinfo.html index ec8a7581ef..6e9ce3340d 100644 --- a/templates/netinfo.html +++ b/templates/netinfo.html @@ -51,7 +51,7 @@

{$layout.pagetitle}

{t}Network size:{/t} - {t 0=$network.size}$0 addresses{/t} + {t a=$network.size}$a addresses{/t} {/if} @@ -152,7 +152,7 @@

{$layout.pagetitle}

{if $netlistsize > 1} - {t}Reassign to network:{/t} + {t}Reassign to network:{/t} {/if} {t}Submit{/t} [ {t}Submit{/t} ] - {t}Remove{/t} [ {t}Remove{/t} ] + {t}Remove{/t} [ {t}Remove{/t} ] {t}Cancel{/t} [ {t}Cancel{/t} ] {else} {t}Edit{/t} [ {t}Edit{/t} ] - {t}Remove{/t} [ {t}Remove{/t} ] + {t}Remove{/t} [ {t}Remove{/t} ] {/if} @@ -178,7 +178,7 @@

{$layout.pagetitle}

{if $network.page > 1}«««{else}«««{/if} - {t 0=$network.page 1=$network.pages}Page $0 of $1{/t} {if $network.page < $network.pages}»»»{else}»»»{/if} + {t a=$network.page b=$network.pages}Page $a of $b{/t} {if $network.page < $network.pages}»»»{else}»»»{/if} @@ -210,10 +210,10 @@

{$layout.pagetitle}

{if $network.page > 1}«««{else}«««{/if} - {t 0=$network.page 1=$network.pages}Page $0 of $1{/t} {if $network.page < $network.pages}»»»{else}»»»{/if} + {t a=$network.page b=$network.pages}Page $a of $b{/t} {if $network.page < $network.pages}»»»{else}»»»{/if} - {t 0=$network.assigned}Total: $0{/t} ({t}this page:{/t} {$network.pageassigned|default:"0"}, {t}free:{/t} {$network.free}) + {t a=$network.assigned}Total: $a{/t} ({t}this page:{/t} {$network.pageassigned|default:"0"}, {t}free:{/t} {$network.free}) diff --git a/templates/netlist.html b/templates/netlist.html index 644c4653d2..f03b66d8a8 100644 --- a/templates/netlist.html +++ b/templates/netlist.html @@ -22,7 +22,7 @@

{$layout.pagetitle}

{t}DHCP range:{/t} - {t 0=$listdata.total}Total: $0{/t} + {t a=$listdata.total}Total: $a{/t} {cycle values="light,lucid" print=false} @@ -49,7 +49,7 @@

{$layout.pagetitle}

{if $netlist[netlist].disabled}[ {t}Enable{/t} ]{else}[ {t}Disable{/t} ]{/if} - [ {t}Remove{/t} ] + [ {t}Remove{/t} ] [ {t}Edit{/t} ] [ {t}Info{/t} ] diff --git a/templates/nodegrouplist.html b/templates/nodegrouplist.html index 46c4a992ce..c0f5e30439 100644 --- a/templates/nodegrouplist.html +++ b/templates/nodegrouplist.html @@ -16,7 +16,7 @@

{$layout.pagetitle}

{t}Members:{/t} - {t 0=$listdata.total|default:"0"}Total: $0{/t} + {t a=$listdata.total|default:"0"}Total: $a{/t} {cycle values="light,lucid" print=false} diff --git a/templates/nodegrouplistshort.html b/templates/nodegrouplistshort.html index dd1ff0b693..bae8dcc5dd 100644 --- a/templates/nodegrouplistshort.html +++ b/templates/nodegrouplistshort.html @@ -16,7 +16,7 @@ - {t 0=$total|default:0}Node's Groups ($0):{/t} + {t a=$total|default:0}Node's Groups ($a):{/t} {cycle values="light,lucid" print=false} diff --git a/templates/nodeinfobox.html b/templates/nodeinfobox.html index e8afbc5a95..eb785d1a38 100644 --- a/templates/nodeinfobox.html +++ b/templates/nodeinfobox.html @@ -259,7 +259,7 @@ {t}Edit{/t} - {t}Delete{/t} + {t}Delete{/t} diff --git a/templates/nodelist.html b/templates/nodelist.html index eae45cd267..8c3ef5be28 100644 --- a/templates/nodelist.html +++ b/templates/nodelist.html @@ -16,7 +16,7 @@

{$layout.pagetitle}

 {t}MAC address:{/t}{if $listdata.order eq "mac"} {/if} -
{t 0=$listdata.total}Total: $0{/t} + {t a=$listdata.total}Total: $a{/t} @@ -82,7 +82,7 @@

{$layout.pagetitle}

{/if} {$nodelist[nodelist].name}
-  {if ! $nodelist[nodelist].access}{/if}{$nodelist[nodelist].owner|truncate:40:"...":true|replace:" ":" "}{if ! $nodelist[nodelist].access}{/if} +  {if ! $nodelist[nodelist].access}{/if}{$nodelist[nodelist].owner|truncate:40:"...":true|replace:" ":" "}{if ! $nodelist[nodelist].access}{/if} ({$nodelist[nodelist].id|string_format:"%04d"})
@@ -96,7 +96,7 @@

{$layout.pagetitle}

[ {if ! $nodelist[nodelist].access}{t}Connect{/t}{else}{t}Disconnect{/t}{/if} ] [ {if ! $nodelist[nodelist].warning}{t}Enable notice{/t}{else}{t}Disable notice{/t}{/if} ] - [ {t}Delete{/t} ] + [ {t}Delete{/t} ] [ {t}Edit{/t} ] [ {t}Info{/t} ] diff --git a/templates/nodelistshort.html b/templates/nodelistshort.html index 605cf6458a..75e95f3fb0 100644 --- a/templates/nodelistshort.html +++ b/templates/nodelistshort.html @@ -17,9 +17,9 @@ {if $layout.module == 'ewxnodelist'} - {t 0=$customernodes|@count|default:"0"}Channel Nodes ($0):{/t} + {t a=$customernodes|@count|default:"0"}Channel Nodes ($a):{/t} {else} - {t 0=$customernodes|@count|default:"0"}Customer Nodes ($0):{/t} + {t a=$customernodes|@count|default:"0"}Customer Nodes ($a):{/t} {/if} @@ -33,9 +33,9 @@ {if $customernodes[customernodes].lastonline} {if ($smarty.now-$customernodes[customernodes].lastonline) > $_config.phpui.lastonline_limit} - + {else} - + {/if} {else} diff --git a/templates/nodesearchresults.html b/templates/nodesearchresults.html index 92491fc191..a9c4412d92 100644 --- a/templates/nodesearchresults.html +++ b/templates/nodesearchresults.html @@ -16,7 +16,7 @@

{$layout.pagetitle}

 {t}MAC address:{/t} {if $listdata.order eq "mac"}{/if} - {t 0=$listdata.total}Total: $0{/t} + {t a=$listdata.total}Total: $a{/t} {if $listdata.total != 0} @@ -44,7 +44,7 @@

{$layout.pagetitle}

{/if} {$nodelist[nodelist].name}
-  {if ! $nodelist[nodelist].access}{/if}{$nodelist[nodelist].owner|truncate:60:" ..."|replace:" ":" "}{if ! $nodelist[nodelist].access}{/if} +  {if ! $nodelist[nodelist].access}{/if}{$nodelist[nodelist].owner|truncate:60:" ..."|replace:" ":" "}{if ! $nodelist[nodelist].access}{/if} ({$nodelist[nodelist].id|string_format:"%04d"})
@@ -58,7 +58,7 @@

{$layout.pagetitle}

{if ! $nodelist[nodelist].access}[ {t}Disconnect{/t} ]{else}[ {t}Connect{/t} ]{/if} {if ! $nodelist[nodelist].warning}[ {t}Enable notices{/t} ]{else}[ {t}Disable notices{/t} ]{/if} - [ {t}Delete{/t} ] + [ {t}Delete{/t} ] [ {t}Edit{/t} ] [ {t}Info{/t} ] diff --git a/templates/note.html b/templates/note.html index 715a37f4d4..a33fee3f75 100644 --- a/templates/note.html +++ b/templates/note.html @@ -8,7 +8,7 @@

{number number=$note.number template=$note.template time=$note.cdate assign=number} -{t 0=$number}Debit Note No. $0{/t} +{t a=$number}Debit Note No. $a{/t}


@@ -82,7 +82,7 @@

{if $_config.phpui.to_words_short_version|chkconfig} {$note.value|string_format:"%d"|to_words:0:"":1} {$note.valuep|string_format:"%02d"}/100 {else} - {t 0=$note.value|string_format:"%d"|to_words 1=$note.valuep|to_words}$0 dollars $1 cents{/t} + {t a=$note.value|string_format:"%d"|to_words b=$note.valuep|to_words}$a dollars $b cents{/t} {/if} diff --git a/templates/notelist.html b/templates/notelist.html index cd5439671a..1dd3a58934 100644 --- a/templates/notelist.html +++ b/templates/notelist.html @@ -162,7 +162,7 @@

{$layout.pagetitle}

{if !$note.closed} - [ {t}Delete{/t} ] + [ {t}Delete{/t} ] [ {t}Edit{/t} ] {/if} [ {t}Print{/t} ] diff --git a/templates/numberplanlist.html b/templates/numberplanlist.html index 54f1070c9a..2da36c24a3 100644 --- a/templates/numberplanlist.html +++ b/templates/numberplanlist.html @@ -46,7 +46,7 @@

{$layout.pagetitle}

{if $numberplanlist[numberplanlist].isdefault}{t}yes{/t}{/if} - [ {t}Delete{/t} ] + [ {t}Delete{/t} ] [ {t}Edit{/t} ] diff --git a/templates/paymentlist.html b/templates/paymentlist.html index c2b1167271..909ab2170e 100644 --- a/templates/paymentlist.html +++ b/templates/paymentlist.html @@ -21,7 +21,7 @@

{$layout.pagetitle}

{t}Payment day:{/t} - {t 0=$listdata.total}Total: $0{/t} + {t a=$listdata.total}Total: $a{/t} {cycle values="light,lucid" print=false} diff --git a/templates/printbalancelist.html b/templates/printbalancelist.html index dcb0e0ff2e..24eaebf0c4 100644 --- a/templates/printbalancelist.html +++ b/templates/printbalancelist.html @@ -14,7 +14,7 @@ LMS {$layout.lmsv} @ {$layout.hostname}
{$smarty.now|date_format:"%A, %x"}
- {t 0=$layout.logname}Created by: $0{/t} + {t a=$layout.logname}Created by: $a{/t} @@ -55,13 +55,13 @@ {$balancelist[balancelist].time|date_format:"%Y/%m/%d"} - {if $balancelist[balancelist].covenant}{$balancelist[balancelist].value*-1|money_format}{else}-{/if} + {if $balancelist[balancelist].covenant}{($balancelist[balancelist].value*-1)|money_format}{else}-{/if} {if !$balancelist[balancelist].covenant && $balancelist[balancelist].value > 0}{$balancelist[balancelist].value|money_format}{else}-{/if} - {if !$balancelist[balancelist].covenant && $balancelist[balancelist].value < 0}{$balancelist[balancelist].value*-1|money_format}{else}-{/if} + {if !$balancelist[balancelist].covenant && $balancelist[balancelist].value < 0}{($balancelist[balancelist].value*-1)|money_format}{else}-{/if} {if $balancelist[balancelist].covenant} diff --git a/templates/printcustomerbalance.html b/templates/printcustomerbalance.html index 87a357327b..968492248d 100644 --- a/templates/printcustomerbalance.html +++ b/templates/printcustomerbalance.html @@ -8,7 +8,7 @@

{$layout.pagetitle}

LMS {$layout.lmsv} @ {$layout.hostname}
{$smarty.now|date_format:"%A, %x"}
- {t 0=$layout.logname}Prepared by: $0{/t} + {t a=$layout.logname}Prepared by: $a{/t} @@ -46,13 +46,13 @@

{$layout.pagetitle}

{$balancelist.date[balancelist]} - {if !$balancelist.type[balancelist]}{$balancelist.value[balancelist]*-1|money_format}{else}-{/if} + {if !$balancelist.type[balancelist]}{($balancelist.value[balancelist]*-1)|money_format}{else}-{/if} {if $balancelist.type[balancelist] && $balancelist.value[balancelist] > 0}{$balancelist.value[balancelist]|money_format}{else}-{/if} - {if $balancelist.type[balancelist] && $balancelist.value[balancelist] < 0}{$balancelist.value[balancelist]*-1|money_format}{else}-{/if} + {if $balancelist.type[balancelist] && $balancelist.value[balancelist] < 0}{($balancelist.value[balancelist]*-1)|money_format}{else}-{/if} {$balancelist.after[balancelist]|money_format} diff --git a/templates/printcustomerlist.html b/templates/printcustomerlist.html index 32d40cf612..4eb66aa8c2 100644 --- a/templates/printcustomerlist.html +++ b/templates/printcustomerlist.html @@ -8,7 +8,7 @@

{$layout.pagetitle}

LMS {$layout.lmsv} @ {$layout.hostname}
{$smarty.now|date_format:"%A, %x"}
- {t 0=$layout.logname}Prepared by: $0{/t} + {t a=$layout.logname}Prepared by: $a{/t} diff --git a/templates/printcustomertraffic.html b/templates/printcustomertraffic.html index 67835962e2..f96f0cfcd3 100644 --- a/templates/printcustomertraffic.html +++ b/templates/printcustomertraffic.html @@ -8,7 +8,7 @@

{$layout.pagetitle}

LMS {$layout.lmsv} @ {$layout.hostname}
{$smarty.now|date_format:"%A, %x"}
- {t 0=$layout.logname}Created by: $0{/t} + {t a=$layout.logname}Created by: $a{/t} diff --git a/templates/printimportlist.html b/templates/printimportlist.html index cef66bfc29..29eff16dbb 100644 --- a/templates/printimportlist.html +++ b/templates/printimportlist.html @@ -10,7 +10,7 @@ LMS {$layout.lmsv} @ {$layout.hostname}
{$smarty.now|date_format:"%A, %x"}
- {t 0=$layout.logname}Created by: $0{/t} + {t a=$layout.logname}Created by: $a{/t} diff --git a/templates/printincomereport.html b/templates/printincomereport.html index d2cae16417..64031ce1b3 100644 --- a/templates/printincomereport.html +++ b/templates/printincomereport.html @@ -8,7 +8,7 @@

{$layout.pagetitle}

LMS {$layout.lmsv} @ {$layout.hostname}
{$smarty.now|date_format:"%A, %x"}
- {t 0=$layout.logname}Created by: $0{/t} + {t a=$layout.logname}Created by: $a{/t} diff --git a/templates/printindebtnodelist.html b/templates/printindebtnodelist.html index 2e34a8eb2b..2244627132 100644 --- a/templates/printindebtnodelist.html +++ b/templates/printindebtnodelist.html @@ -8,7 +8,7 @@

{$layout.pagetitle}

LMS {$layout.lmsv} @ {$layout.hostname}
{$smarty.now|date_format:"%A, %x"}
- {t 0=$layout.logname}Prepared by: $0{/t} + {t a=$layout.logname}Prepared by: $a{/t} diff --git a/templates/printliabilityreport.html b/templates/printliabilityreport.html index 5873faa667..6732704779 100644 --- a/templates/printliabilityreport.html +++ b/templates/printliabilityreport.html @@ -8,7 +8,7 @@

{$layout.pagetitle}

LMS {$layout.lmsv} @ {$layout.hostname}
{$smarty.now|date_format:"%A, %x"}
- {t 0=$layout.logname}Prepared by: $0{/t} + {t a=$layout.logname}Prepared by: $a{/t} diff --git a/templates/printnodelist.html b/templates/printnodelist.html index 290deb0d70..8325fdfc31 100644 --- a/templates/printnodelist.html +++ b/templates/printnodelist.html @@ -8,7 +8,7 @@

{$layout.pagetitle}

LMS {$layout.lmsv} @ {$layout.hostname}
{$smarty.now|date_format:"%A, %x"}
- {t 0=$layout.logname}Prepared by: $0{/t} + {t a=$layout.logname}Prepared by: $a{/t} diff --git a/templates/printreceiptlist-ext.html b/templates/printreceiptlist-ext.html index 9f827823ed..d6c3118ed0 100644 --- a/templates/printreceiptlist-ext.html +++ b/templates/printreceiptlist-ext.html @@ -5,7 +5,7 @@ 1} style="page-break-before: always; border-style: none;"{/if}>
- {$layout.pagetitle}{if $pagescount} ({t 0=$item 1=$pagescount}Page $0 from $1{/t}){/if}
+ {$layout.pagetitle}{if $pagescount} ({t a=$item b=$pagescount}Page $a from $b{/t}){/if}
{if $layout.username} {$layout.username}{/if} {if $layout.registry} {$layout.registry}{/if} {if $layout.group} {$layout.group}{/if} @@ -13,7 +13,7 @@
LMS {$layout.lmsv} @ {$layout.hostname}
{$smarty.now|date_format:"%A, %x"}
- {t 0=$layout.logname}Created by: $0{/t} + {t a=$layout.logname}Created by: $a{/t}
@@ -65,7 +65,7 @@ {if $receiptlist[receiptlist].value > 0}{$receiptlist[receiptlist].value|string_format:"%.2f"}{else}-{/if} - {if $receiptlist[receiptlist].value < 0}{$receiptlist[receiptlist].value*-1|string_format:"%.2f"}{else}-{/if} + {if $receiptlist[receiptlist].value < 0}{($receiptlist[receiptlist].value*-1)|string_format:"%.2f"}{else}-{/if} {$receiptlist[receiptlist].after|string_format:"%.2f"} @@ -120,7 +120,7 @@ LMS {$layout.lmsv} @ {$layout.hostname}
{$smarty.now|date_format:"%A, %x"}
- {t 0=$layout.logname}Created by: $0{/t} + {t a=$layout.logname}Created by: $a{/t} diff --git a/templates/printreceiptlist.html b/templates/printreceiptlist.html index b1bbbfaf6d..030f3cdd83 100644 --- a/templates/printreceiptlist.html +++ b/templates/printreceiptlist.html @@ -12,7 +12,7 @@ LMS {$layout.lmsv} @ {$layout.hostname}
{$smarty.now|date_format:"%A, %x"}
- {t 0=$layout.logname}Prepared by: $0{/t} + {t a=$layout.logname}Prepared by: $a{/t} @@ -67,7 +67,7 @@ {if $receiptlist[receiptlist].value > 0}{$receiptlist[receiptlist].value|money_format}{else}-{/if} - {if $receiptlist[receiptlist].value < 0}{$receiptlist[receiptlist].value*-1|money_format}{else}-{/if} + {if $receiptlist[receiptlist].value < 0}{($receiptlist[receiptlist].value*-1)|money_format}{else}-{/if} {$receiptlist[receiptlist].after|money_format} diff --git a/templates/printvoipaccountlist.html b/templates/printvoipaccountlist.html index 2fb6d89962..437cba417e 100644 --- a/templates/printvoipaccountlist.html +++ b/templates/printvoipaccountlist.html @@ -8,7 +8,7 @@

{$layout.pagetitle}

LMS {$layout.lmsv} @ {$layout.hostname}
{$smarty.now|date_format:"%A, %x"}
- {t 0=$layout.logname}Prepared by: $0{/t} + {t a=$layout.logname}Prepared by: $a{/t} diff --git a/templates/promotionlist.html b/templates/promotionlist.html index f15a75e8c2..7f55c1e764 100644 --- a/templates/promotionlist.html +++ b/templates/promotionlist.html @@ -42,7 +42,7 @@

{$layout.pagetitle}

{if $promo.disabled}[ {t}Enable{/t} ]{else}[ {t}Disable{/t} ]{/if} - [ {t}Delete{/t} ] + [ {t}Delete{/t} ] [ {t}Edit{/t} ] [ {t}Info{/t} ] diff --git a/templates/promotionschemadata.html b/templates/promotionschemadata.html index 9dfabee040..8a5ef03340 100644 --- a/templates/promotionschemadata.html +++ b/templates/promotionschemadata.html @@ -3,7 +3,7 @@ - {t 0=$schema.tariffs|@count}Schema's Tariffs ($0):{/t} + {t a=$schema.tariffs|@count}Schema's Tariffs ($a):{/t} {assign value=$schema.periods|@count var=periodcnt} diff --git a/templates/promotionschemas.html b/templates/promotionschemas.html index b37f04c797..13574e1ede 100644 --- a/templates/promotionschemas.html +++ b/templates/promotionschemas.html @@ -3,7 +3,7 @@ - {t 0=$promotion.schemas|@count}Promotion's Schemas ($0):{/t} + {t a=$promotion.schemas|@count}Promotion's Schemas ($a):{/t} {t}New Schema{/t} »  @@ -28,7 +28,7 @@ {if $schema.disabled}[ {t}Enable{/t} ]{else}[ {t}Disable{/t} ]{/if} - [ {t}Delete{/t} ] + [ {t}Delete{/t} ] [ {t}Edit{/t} ] [ {t}Info{/t} ] diff --git a/templates/promotiontariffs.html b/templates/promotiontariffs.html index a40b352ada..dfebe16148 100644 --- a/templates/promotiontariffs.html +++ b/templates/promotiontariffs.html @@ -3,7 +3,7 @@ - {t 0=$promotion.tariffs|@count}Promotion's Tariffs ($0):{/t} + {t a=$promotion.tariffs|@count}Promotion's Tariffs ($a):{/t} diff --git a/templates/receipt.html b/templates/receipt.html index f8e712b8c2..2dae186983 100644 --- a/templates/receipt.html +++ b/templates/receipt.html @@ -29,7 +29,7 @@ {t}Date:{/t} {$receipt.cdate|date_format:"%x"} - {t 0=$receipt.number}No. $0{/t} + {t a=$receipt.number}No. $a{/t} @@ -82,7 +82,7 @@ {if $_config.phpui.to_words_short_version|chkconfig} {$receipt.total|string_format:"%d"|to_words:0:"":1} {$receipt.totalg|string_format:"%02d"}/100 {else} - {t 0=$receipt.total|string_format:"%d"|to_words 1=$receipt.totalg|to_words}$0 dollars $1 cents{/t} + {t a=$receipt.total|string_format:"%d"|to_words b=$receipt.totalg|to_words}$a dollars $b cents{/t} {/if} @@ -174,7 +174,7 @@ {t}Date:{/t} {$receipt.cdate|date_format:"%x"} - {t 0=$receipt.number}No. $0{/t} + {t a=$receipt.number}No. $a{/t} @@ -224,7 +224,7 @@ {if $_config.phpui.to_words_short_version|chkconfig} {$receipt.total|string_format:"%d"|to_words:0:"":1} {$receipt.totalg|string_format:"%02d"}/100 {else} - {t 0=$receipt.total|string_format:"%d"|to_words 1=$receipt.totalg|to_words}$0 dollars $1 cents{/t} + {t a=$receipt.total|string_format:"%d"|to_words b=$receipt.totalg|to_words}$a dollars $b cents{/t} {/if} diff --git a/templates/receiptlist.html b/templates/receiptlist.html index 58efb95c1e..e066336a83 100644 --- a/templates/receiptlist.html +++ b/templates/receiptlist.html @@ -146,7 +146,7 @@

{$layout.pagetitle}

{if $receipt.value > 0}{$receipt.value|money_format}{else}-{/if} - {if $receipt.value < 0}{$receipt.value*-1|money_format}{else}-{/if} + {if $receipt.value < 0}{($receipt.value*-1)|money_format}{else}-{/if} {if $receipt.customerid}{/if} @@ -162,7 +162,7 @@

{$layout.pagetitle}

{if !$receipt.closed}
[ {t}Settle advance{/t} ] {/if} - [ {t}Delete{/t} ] + [ {t}Delete{/t} ] [ {t}Edit{/t} ] [ {t}Print{/t} ] diff --git a/templates/recordlist.html b/templates/recordlist.html index a843eff0ee..ecc76746b5 100644 --- a/templates/recordlist.html +++ b/templates/recordlist.html @@ -7,7 +7,7 @@

{$layout.pagetitle}

{t}Type{/t}: {t}Priority:{/t} {t}Content{/t}: - {t 0=$listdata.total}Total: $0{/t}  + {t a=$listdata.total}Total: $a{/t}  @@ -51,7 +51,7 @@

{$layout.pagetitle}

[ {t}Edit{/t} ] {if $recordslist[recordslist].type != "SOA"} - [ {t}Delete{/t} ] + [ {t}Delete{/t} ] {/if} {/if} diff --git a/templates/rtcategoryedit.html b/templates/rtcategoryedit.html index 24c0c288d9..8108bd2cd9 100644 --- a/templates/rtcategoryedit.html +++ b/templates/rtcategoryedit.html @@ -55,7 +55,7 @@

{$layout.pagetitle}

{t}Submit{/t} - {t}Delete{/t} + {t}Delete{/t} {t}Cancel{/t} diff --git a/templates/rtcategoryinfo.html b/templates/rtcategoryinfo.html index ce7636f642..d4c9f567d5 100644 --- a/templates/rtcategoryinfo.html +++ b/templates/rtcategoryinfo.html @@ -62,7 +62,7 @@

{$layout.pagetitle}

{t}Browse{/t} {t}Edit{/t} - {t}Delete{/t} + {t}Delete{/t}

diff --git a/templates/rtcategorylist.html b/templates/rtcategorylist.html index b5ebd0f0f2..e83dd6e3cd 100644 --- a/templates/rtcategorylist.html +++ b/templates/rtcategorylist.html @@ -52,7 +52,7 @@

{$layout.pagetitle}

[ {t}Browse{/t} ] - [ {t}Delete{/t} ] + [ {t}Delete{/t} ] [ {t}Edit{/t} ] [ {t}Info{/t} ] diff --git a/templates/rtmessageadd.html b/templates/rtmessageadd.html index 0591d32178..eaecea6252 100644 --- a/templates/rtmessageadd.html +++ b/templates/rtmessageadd.html @@ -96,7 +96,7 @@

{$layout.pagetitle}

-{include file="footer.html} +{include file="footer.html"} {literal} -{include file="footer.html} +{include file="footer.html"} diff --git a/templates/rtprintindex.html b/templates/rtprintindex.html index 608bbd45d5..7ceaed4d36 100644 --- a/templates/rtprintindex.html +++ b/templates/rtprintindex.html @@ -153,7 +153,7 @@

{$layout.pagetitle}

- {t 0="" 1=""}Customers requesting more than $0 times in last $1 days{/t} + {t a="" b=""}Customers requesting more than $a times in last $b days{/t} diff --git a/templates/rtprintstats.html b/templates/rtprintstats.html index 30383e8425..9c54f009c5 100644 --- a/templates/rtprintstats.html +++ b/templates/rtprintstats.html @@ -8,7 +8,7 @@

{$layout.pagetitle}

LMS {$layout.lmsv} @ {$layout.hostname}
{$smarty.now|date_format:"%A, %x"}
- {t 0=$layout.logname}Prepared by: $0{/t} + {t a=$layout.logname}Prepared by: $a{/t} diff --git a/templates/rtprinttickets-ext.html b/templates/rtprinttickets-ext.html index f623905f54..099c16b7d1 100644 --- a/templates/rtprinttickets-ext.html +++ b/templates/rtprinttickets-ext.html @@ -8,7 +8,7 @@

{$layout.pagetitle}

LMS {$layout.lmsv} @ {$layout.hostname}
{$smarty.now|date_format:"%A, %x"}
- {t 0=$layout.logname}Prepared by: $0{/t} + {t a=$layout.logname}Prepared by: $a{/t} diff --git a/templates/rtprinttickets.html b/templates/rtprinttickets.html index 3818ef1e68..56cae4378b 100644 --- a/templates/rtprinttickets.html +++ b/templates/rtprinttickets.html @@ -8,7 +8,7 @@

{$layout.pagetitle}

LMS {$layout.lmsv} @ {$layout.hostname}
{$smarty.now|date_format:"%A, %x"}
- {t 0=$layout.logname}Prepared by: $0{/t} + {t a=$layout.logname}Prepared by: $a{/t} diff --git a/templates/rtqueueedit.html b/templates/rtqueueedit.html index d8e33e9e10..92962297e5 100644 --- a/templates/rtqueueedit.html +++ b/templates/rtqueueedit.html @@ -80,7 +80,7 @@

{$layout.pagetitle}

{t}Submit{/t} - {t}Delete{/t} + {t}Delete{/t} {t}Cancel{/t} diff --git a/templates/rtqueueinfo.html b/templates/rtqueueinfo.html index 29d3ab0780..0f507ae547 100644 --- a/templates/rtqueueinfo.html +++ b/templates/rtqueueinfo.html @@ -86,7 +86,7 @@

{$layout.pagetitle}

{t}Browse{/t} {t}Edit{/t} - {t}Delete{/t} + {t}Delete{/t}

diff --git a/templates/rtqueuelist.html b/templates/rtqueuelist.html index 2296862a1b..a848c3f2f5 100644 --- a/templates/rtqueuelist.html +++ b/templates/rtqueuelist.html @@ -49,7 +49,7 @@

{$layout.pagetitle}

[ {t}Browse{/t} ] - [ {t}Delete{/t} ] + [ {t}Delete{/t} ] [ {t}Edit{/t} ] [ {t}Info{/t} ] diff --git a/templates/rtqueueview.html b/templates/rtqueueview.html index 435ba1fb1b..21e4b483c5 100644 --- a/templates/rtqueueview.html +++ b/templates/rtqueueview.html @@ -80,13 +80,13 @@

{$layout.pagetitle}

{if $queue[ticket].state == 0} - + {elseif $queue[ticket].state == 1} - + {elseif $queue[ticket].state == 2} - + {elseif $queue[ticket].state == 3} - + {/if} @@ -107,7 +107,7 @@

{$layout.pagetitle}

{/if} {$queue[ticket].subject|escape|truncate:"60":"..."|default:" "}
{if $queue[ticket].customerid} - + {$queue[ticket].requestor|escape|truncate:"60":"..."} ({$queue[ticket].address}) @@ -131,7 +131,7 @@

{$layout.pagetitle}

[ {t}Print{/t} ] - [ {t}Delete{/t} ] + [ {t}Delete{/t} ] [ {t}Edit{/t} ] [ {t}Info{/t} ] diff --git a/templates/rtsearch.html b/templates/rtsearch.html index c229f77fc2..4b3c2a67d8 100644 --- a/templates/rtsearch.html +++ b/templates/rtsearch.html @@ -29,8 +29,8 @@

{$layout.pagetitle}

{t}or Customer ID:{/t} @@ -57,8 +57,8 @@

{$layout.pagetitle}

@@ -71,8 +71,8 @@

{$layout.pagetitle}

@@ -131,4 +131,4 @@

{$layout.pagetitle}

document.forms['search'].elements['search[subject]'].focus(); //--> -{include file="footer.html} +{include file="footer.html"} diff --git a/templates/rtsearchresults.html b/templates/rtsearchresults.html index 18635d40d9..d9bc5c7b89 100644 --- a/templates/rtsearchresults.html +++ b/templates/rtsearchresults.html @@ -37,13 +37,13 @@

{$layout.pagetitle}

{if $queue[ticket].state == 0} - + {elseif $queue[ticket].state == 1} - + {elseif $queue[ticket].state == 2} - + {elseif $queue[ticket].state == 3} - + {/if} @@ -81,7 +81,7 @@

{$layout.pagetitle}

[ {t}Print{/t} ] - [ {t}Delete{/t} ] + [ {t}Delete{/t} ] [ {t}Edit{/t} ] [ {t}Info{/t} ] diff --git a/templates/rtticketadd.html b/templates/rtticketadd.html index 64d18884ab..ac12523dc9 100644 --- a/templates/rtticketadd.html +++ b/templates/rtticketadd.html @@ -43,8 +43,8 @@

{$layout.pagetitle}

{if $customerlist}
{t}or Customer ID:{/t} @@ -78,8 +78,8 @@

{$layout.pagetitle}

@@ -149,4 +149,4 @@

{$layout.pagetitle}

document.forms['ticket'].elements['ticket[subject]'].focus(); //--> -{include file="footer.html} +{include file="footer.html"} diff --git a/templates/rtticketeditbox.html b/templates/rtticketeditbox.html index 01ff64a1b2..4eaf2045b0 100644 --- a/templates/rtticketeditbox.html +++ b/templates/rtticketeditbox.html @@ -14,7 +14,7 @@ - {t 0=$ticket.ticketid|string_format:"%06d"}Ticket No. $0{/t} + {t a=$ticket.ticketid|string_format:"%06d"}Ticket No. $a{/t} @@ -105,8 +105,8 @@ {if $ticket.owner==0} {/if} - {foreach from=$userlist item=userlist} - + {foreach from=$userlist item=item} + {/foreach} @@ -118,8 +118,8 @@ diff --git a/templates/rtticketinfobox.html b/templates/rtticketinfobox.html index 09b8de4045..eedc135daa 100644 --- a/templates/rtticketinfobox.html +++ b/templates/rtticketinfobox.html @@ -3,7 +3,7 @@ - {t 0=$ticket.ticketid|string_format:"%06d"}Ticket No. $0{/t} + {t a=$ticket.ticketid|string_format:"%06d"}Ticket No. $a{/t} @@ -132,7 +132,7 @@ {if $ticket.state < 2} {t}Resolve{/t}   {/if} - {t}Delete{/t} + {t}Delete{/t} {t}Edit{/t} {t}Print{/t} diff --git a/templates/rtticketinfoshort.html b/templates/rtticketinfoshort.html index d2933eb5a2..5278e0ed86 100644 --- a/templates/rtticketinfoshort.html +++ b/templates/rtticketinfoshort.html @@ -14,7 +14,7 @@ - {t 0=$ticket.id|string_format:"%06d"}Ticket No. $0{/t} + {t a=$ticket.id|string_format:"%06d"}Ticket No. $a{/t} {if $ticket.creatorid} diff --git a/templates/rtticketprint.html b/templates/rtticketprint.html index dce1803795..0189356af9 100644 --- a/templates/rtticketprint.html +++ b/templates/rtticketprint.html @@ -5,7 +5,7 @@ LMS {$layout.lmsv} @ {$layout.hostname}
{$smarty.now|date_format:"%A, %x"}
- {t 0=$layout.logname}Created by: $0{/t} + {t a=$layout.logname}Created by: $a{/t} @@ -13,7 +13,7 @@ diff --git a/templates/scroller.html b/templates/scroller.html index e5531048ed..e6e86e9569 100644 --- a/templates/scroller.html +++ b/templates/scroller.html @@ -13,7 +13,7 @@ {math equation="x + 1" x=$start assign=startx} {if $start + $pagelimit > $listdata.total}{assign var=endx value=$listdata.total}{else}{math equation="x + y" x=$start y=$pagelimit assign=endx}{/if} - ({t 0=$startx 1=$endx 2=$listdata.total}records $0 - $1 of $2{/t}) + ({t a=$startx b=$endx c=$listdata.total}records $a - $b of $c{/t}) {if $lastpage > 3} {if !$scrollerno} @@ -26,9 +26,9 @@ {if $listdata.customer}{/if} {if $listdata.order}{/if} {if $scrollerno} - {t 0=""}Go to $0 page{/t} »»» + {t a=""}Go to $a page{/t} »»» {else} - {t 0=""}Go to $0 page{/t} »»» + {t a=""}Go to $a page{/t} »»» {/if} {/if} @@ -42,6 +42,6 @@ {math equation="x + 1" x=$start assign=startx} {if $start + $pagelimit > $listdata.total}{assign var=endx value=$listdata.total}{else}{math equation="x + y" x=$start y=$pagelimit assign=endx}{/if} - ({t 0=$startx 1=$endx 2=$listdata.total}records $0 - $1 of $2{/t}) + ({t a=$startx b=$endx c=$listdata.total}records $a - $b of $c{/t}) {/if} diff --git a/templates/statelist.html b/templates/statelist.html index 08953b7b50..b2aac4c302 100644 --- a/templates/statelist.html +++ b/templates/statelist.html @@ -28,7 +28,7 @@

{$layout.pagetitle}

{$statelist[statelist].description|replace:"\n":"
"} diff --git a/templates/tarifflist.html b/templates/tarifflist.html index 0e8f869d25..082c3da2a1 100644 --- a/templates/tarifflist.html +++ b/templates/tarifflist.html @@ -30,7 +30,7 @@

{$layout.pagetitle}

diff --git a/templates/taxratelist.html b/templates/taxratelist.html index 0c9531306b..5659ef721e 100644 --- a/templates/taxratelist.html +++ b/templates/taxratelist.html @@ -48,7 +48,7 @@

{$layout.pagetitle}

{if $taxratelist[taxratelist].validto}{$taxratelist[taxratelist].validto|date_format:"%x"}{/if} diff --git a/templates/traffic.html b/templates/traffic.html index 877398f5ce..cad79e6e77 100644 --- a/templates/traffic.html +++ b/templates/traffic.html @@ -22,7 +22,7 @@

{$layout.pagetitle}

{if $showips}{$download.ipaddr[download]}{else}{$download.name[download]|truncate:25:"...":true}{/if} @@ -47,7 +47,7 @@

{$layout.pagetitle}

{if $showips}{$upload.ipaddr[upload]}{else}{$upload.name[upload]|truncate:25:"...":true}{/if} @@ -61,7 +61,7 @@

{$layout.pagetitle}

{if $smarty.section.download.index_next} - + {/if}
-

{t 0=$ticket.ticketid|string_format:"%06d"}Ticket No. $0{/t}

+

{t a=$ticket.ticketid|string_format:"%06d"}Ticket No. $a{/t}

- [ {t}Delete{/t} ] + [ {t}Delete{/t} ] [ {t}Edit{/t} ]
- {t 0=$listdata.total}Total: $0{/t} + {t a=$listdata.total}Total: $a{/t}
- [ {t}Delete{/t} ] + [ {t}Delete{/t} ] [ {t}Edit{/t} ]
- + {$download.data[download]|string_format:"%.2f"} {$download.unit[download]} ({$download.avg[download]|string_format:"%d"} kbit/s)
- + {$upload.data[upload]|string_format:"%.2f"} {$upload.unit[upload]} ({$upload.avg[upload]|string_format:"%d"} kbit/s)
{t 0= $smarty.section.download.index_next}Rows: $0{/t}
{t a=$smarty.section.download.index_next}Rows: $a{/t}
{else} diff --git a/templates/voipaccountinfobox.html b/templates/voipaccountinfobox.html index 9216ac985b..778a4f55a6 100644 --- a/templates/voipaccountinfobox.html +++ b/templates/voipaccountinfobox.html @@ -65,7 +65,7 @@ {t}Edit{/t} - {t}Delete{/t} + {t}Delete{/t} diff --git a/templates/voipaccountlist.html b/templates/voipaccountlist.html index 3e52a210c0..088bd52130 100644 --- a/templates/voipaccountlist.html +++ b/templates/voipaccountlist.html @@ -17,7 +17,7 @@

{$layout.pagetitle}

{t}Password:{/t} {if $listdata.order eq "passwd"}{/if} -
{t 0=$listdata.total}Total: $0{/t} + {t a=$listdata.total}Total: $a{/t} {* @@ -52,7 +52,7 @@

{$layout.pagetitle}

{$voipaccountlist[voipaccountlist].login}
-  {$voipaccountlist[voipaccountlist].owner|truncate:40:"...":true|replace:" ":" "} ({$voipaccountlist[voipaccountlist].ownerid|string_format:"%04d"}) +  {$voipaccountlist[voipaccountlist].owner|truncate:40:"...":true|replace:" ":" "} ({$voipaccountlist[voipaccountlist].ownerid|string_format:"%04d"}) ({$voipaccountlist[voipaccountlist].id|string_format:"%04d"}) @@ -66,7 +66,7 @@

{$layout.pagetitle}

[ {if ! $voipaccountlist[voipaccountlist].access}{t}Connect{/t}{else}{t}Disconnect{/t}{/if} ] - [ {t}Delete{/t} ] + [ {t}Delete{/t} ] [ {t}Edit{/t} ] [ {t}Info{/t} ] diff --git a/templates/voipaccountsearchresults.html b/templates/voipaccountsearchresults.html index 1cbff0d548..4c377a736f 100644 --- a/templates/voipaccountsearchresults.html +++ b/templates/voipaccountsearchresults.html @@ -17,7 +17,7 @@

{$layout.pagetitle}

{t}Password:{/t} {if $listdata.order eq "passwd"}{/if} - {t 0=$listdata.total}Total: $0{/t} + {t a=$listdata.total}Total: $a{/t} {if $listdata.total != 0} @@ -34,7 +34,7 @@

{$layout.pagetitle}

{$voipaccountlist[voipaccountlist].login}
-  {$voipaccountlist[voipaccountlist].owner|truncate:60:" ..."|replace:" ":" "} ({$voipaccountlist[voipaccountlist].ownerid|string_format:"%04d"}) +  {$voipaccountlist[voipaccountlist].owner|truncate:60:" ..."|replace:" ":" "} ({$voipaccountlist[voipaccountlist].ownerid|string_format:"%04d"}) ({$voipaccountlist[voipaccountlist].id|string_format:"%04d"}) @@ -47,7 +47,7 @@

{$layout.pagetitle}

- [ {t}Delete{/t} ] + [ {t}Delete{/t} ] [ {t}Edit{/t} ] [ {t}Info{/t} ] diff --git a/templates/welcome.html b/templates/welcome.html index 56e1037474..b9aea79ce3 100644 --- a/templates/welcome.html +++ b/templates/welcome.html @@ -350,7 +350,7 @@

{$layout.pagetitle}

{/if} {if $newer_version} {/if} {include file="footer.html"} diff --git a/userpanel/index.php b/userpanel/index.php index 89a2a0f2bd..9cb1b0cd82 100644 --- a/userpanel/index.php +++ b/userpanel/index.php @@ -91,8 +91,14 @@ // test for proper version of Smarty -if(version_compare('2.6.0', $SMARTY->_version) > 0) - die('Wrong version of Smarty engine! We support only Smarty-2.x greater than 2.6.0.'); +if (constant('Smarty::SMARTY_VERSION')) + $ver_chunks = preg_split('/-/', Smarty::SMARTY_VERSION); +else + $ver_chunks = NULL; +if (count($ver_chunks) != 2 || version_compare('3.0', $ver_chunks[1]) > 0) + die('Wrong version of Smarty engine! We support only Smarty-3.x greater than 3.0.'); + +define('SMARTY_VERSION', $ver_chunks[1]); // Read configuration of LMS-UI from database @@ -145,13 +151,13 @@ @include(USERPANEL_MODULES_DIR.$filename.'/locale/'.$_ui_language.'/strings.php'); include(USERPANEL_MODULES_DIR.$filename.'/configuration.php'); } -}; +}; $SMARTY->assign('_config',$CONFIG); -$SMARTY->assign_by_ref('_LANG', $_LANG); -$SMARTY->assign_by_ref('LANGDEFS', $LANGDEFS); -$SMARTY->assign_by_ref('_ui_language', $LMS->ui_lang); -$SMARTY->assign_by_ref('_language', $LMS->lang); +$SMARTY->assignByRef('_LANG', $_LANG); +$SMARTY->assignByRef('LANGDEFS', $LANGDEFS); +$SMARTY->assignByRef('_ui_language', $LMS->ui_lang); +$SMARTY->assignByRef('_language', $LMS->lang); $SMARTY->template_dir = USERPANEL_DIR.'/templates/'; $SMARTY->compile_dir = SMARTY_COMPILE_DIR; $SMARTY->debugging = chkconfig($CONFIG['phpui']['smarty_debug']); @@ -160,12 +166,12 @@ $layout['upv'] = $USERPANEL->_version.' ('.$USERPANEL->_revision.'/'.$SESSION->_revision.')'; $layout['lmsdbv'] = $DB->_version; $layout['lmsv'] = $LMS->_version; -$layout['smarty_version'] = $SMARTY->_version; +$layout['smarty_version'] = SMARTY_VERSION; $layout['hostname'] = hostname(); $layout['dberrors'] =& $DB->errors; -$SMARTY->assign_by_ref('modules', $USERPANEL->MODULES); -$SMARTY->assign_by_ref('layout', $layout); +$SMARTY->assignByRef('modules', $USERPANEL->MODULES); +$SMARTY->assignByRef('layout', $layout); header('X-Powered-By: LMS/'.$layout['lmsv']); @@ -199,7 +205,7 @@ $to_execute = 'module_'.$function; $to_execute(); } else { - $layout['error'] = trans('Function $0 in module $1 not found!', $function, $module); + $layout['error'] = trans('Function $a in module $b not found!', $function, $module); $SMARTY->display('error.html'); } } @@ -226,7 +232,7 @@ } else { - $layout['error'] = trans('Module $0 not found!', $module); + $layout['error'] = trans('Module $a not found!', $module); $SMARTY->display('error.html'); } diff --git a/userpanel/lib/LMS.setup.php b/userpanel/lib/LMS.setup.php index 08140b61ac..a055d58861 100644 --- a/userpanel/lib/LMS.setup.php +++ b/userpanel/lib/LMS.setup.php @@ -23,55 +23,53 @@ * * $Id$ */ - + define('USERPANEL_SETUPMODE', 1); // register smarty extensions -function module_get_template ($tpl_name, &$tpl_source, &$smarty_obj) +function module_get_template($tpl_name, &$tpl_source, $smarty_obj) { - global $LMS; - $template = explode(':', $tpl_name); - $template_path = $LMS->CONFIG['directories']['userpanel_dir'].'/modules/'.$template[0].'/templates/'.$template[1]; - if (file_exists($template_path)) - { - $tpl_source = file_get_contents($template_path); - return true; - } else { - return false; - } + global $LMS; + $template = explode(':', $tpl_name); + $template_path = $LMS->CONFIG['directories']['userpanel_dir'].'/modules/'.$template[0].'/templates/'.$template[1]; + if (file_exists($template_path)) + { + $tpl_source = file_get_contents($template_path); + return true; + } else + return false; } -function module_get_timestamp($tpl_name, &$tpl_timestamp, &$smarty_obj) +function module_get_timestamp($tpl_name, &$tpl_timestamp, $smarty_obj) { - global $LMS; - $template = explode(':', $tpl_name); - $template_path = $LMS->CONFIG['directories']['userpanel_dir'].'/modules/'.$template[0].'/templates/'.$template[1]; - if (file_exists($template_path)) - { - $tpl_timestamp = filectime($template_path); - return true; - } else { - return false; - } + global $LMS; + $template = explode(':', $tpl_name); + $template_path = $LMS->CONFIG['directories']['userpanel_dir'].'/modules/'.$template[0].'/templates/'.$template[1]; + if (file_exists($template_path)) + { + $tpl_timestamp = filectime($template_path); + return true; + } else + return false; } function module_get_secure($tpl_name, &$smarty_obj) { - // assume all templates are secure - return true; + // assume all templates are secure + return true; } function module_get_trusted($tpl_name, &$smarty_obj) { - // not used for templates + // not used for templates } // register the resource name "module" -$SMARTY->register_resource('module', array('module_get_template', - 'module_get_timestamp', - 'module_get_secure', - 'module_get_trusted')); +$SMARTY->registerResource('module', array('module_get_template', + 'module_get_timestamp', + 'module_get_secure', + 'module_get_trusted')); // Include locale file (main) @include(USERPANEL_DIR.'/lib/locale/'.$_ui_language.'/strings.php'); @@ -84,51 +82,51 @@ function module_get_trusted($tpl_name, &$smarty_obj) $dh = opendir(USERPANEL_MODULES_DIR); while (false !== ($filename = readdir($dh))) { - if ((preg_match('/^[a-zA-Z0-9]/',$filename)) && (is_dir(USERPANEL_MODULES_DIR.$filename)) && file_exists(USERPANEL_MODULES_DIR.$filename.'/configuration.php')) - { - @include(USERPANEL_MODULES_DIR.$filename.'/locale/'.$_ui_language.'/strings.php'); - include(USERPANEL_MODULES_DIR.$filename.'/configuration.php'); - } -}; + if ((preg_match('/^[a-zA-Z0-9]/',$filename)) && (is_dir(USERPANEL_MODULES_DIR.$filename)) && file_exists(USERPANEL_MODULES_DIR.$filename.'/configuration.php')) + { + @include(USERPANEL_MODULES_DIR.$filename.'/locale/'.$_ui_language.'/strings.php'); + include(USERPANEL_MODULES_DIR.$filename.'/configuration.php'); + } +}; -$SMARTY->assign_by_ref('menu', $USERPANEL->MODULES); +$SMARTY->assignByRef('menu', $USERPANEL->MODULES); $module = isset($_GET['module']) ? $_GET['module'] : 'userpanel'; // Execute module -$layout['pagetitle'] = trans('Configure Module: $0',$module); +$layout['pagetitle'] = trans('Configure Module: $a',$module); if($module == 'userpanel') - $modulefile_include = USERPANEL_DIR.'/lib/setup_functions.php'; + $modulefile_include = USERPANEL_DIR.'/lib/setup_functions.php'; else - $modulefile_include = file_exists(USERPANEL_MODULES_DIR.$module.'/functions.php') ? USERPANEL_MODULES_DIR.$module.'/functions.php' : NULL; - + $modulefile_include = file_exists(USERPANEL_MODULES_DIR.$module.'/functions.php') ? USERPANEL_MODULES_DIR.$module.'/functions.php' : NULL; + if (isset($modulefile_include)) { - include($modulefile_include); - - $function = isset($_GET['f']) && $_GET['f']!='' ? $_GET['f'] : 'setup'; - - if (function_exists('module_'.$function)) - { - $to_execute = 'module_'.$function; - $to_execute(); - } - else - { - if ($function=='setup') { - $layout['info'] = trans('This module does not have any configuration settings'); - $SMARTY->display($LMS->CONFIG['directories']['userpanel_dir'].'/templates/setup_error.html'); - } else { - $layout['error'] = trans('Function $0 in module $1 not found!', $function, $module); - $SMARTY->display($LMS->CONFIG['directories']['userpanel_dir'].'/templates/setup_error.html'); - } - } + include($modulefile_include); + + $function = isset($_GET['f']) && $_GET['f']!='' ? $_GET['f'] : 'setup'; + + if (function_exists('module_'.$function)) + { + $to_execute = 'module_'.$function; + $to_execute(); + } + else + { + if ($function=='setup') { + $layout['info'] = trans('This module does not have any configuration settings'); + $SMARTY->display($LMS->CONFIG['directories']['userpanel_dir'].'/templates/setup_error.html'); + } else { + $layout['error'] = trans('Function $a in module $b not found!', $function, $module); + $SMARTY->display($LMS->CONFIG['directories']['userpanel_dir'].'/templates/setup_error.html'); + } + } } else { - $layout['error'] = trans('Userpanel module $0 not found!', $module); - $SMARTY->display($LMS->CONFIG['directories']['userpanel_dir'].'/templates/setup_error.html'); + $layout['error'] = trans('Userpanel module $a not found!', $module); + $SMARTY->display($LMS->CONFIG['directories']['userpanel_dir'].'/templates/setup_error.html'); } ?> diff --git a/userpanel/lib/Session.class.php b/userpanel/lib/Session.class.php index c87bee74d0..78688552a1 100644 --- a/userpanel/lib/Session.class.php +++ b/userpanel/lib/Session.class.php @@ -151,7 +151,7 @@ function TimeOut($timeout = 600) { if( (time()-$_SESSION['session_timestamp']) > $timeout ) { - $this->error = trans('Idle time limit exceeded ($0 sec.)', $timeout); + $this->error = trans('Idle time limit exceeded ($a sec.)', $timeout); return FALSE; } else diff --git a/userpanel/lib/locale/lt/strings.php b/userpanel/lib/locale/lt/strings.php index edc38e6f85..0b45461633 100644 --- a/userpanel/lib/locale/lt/strings.php +++ b/userpanel/lib/locale/lt/strings.php @@ -29,7 +29,7 @@ $_LANG['and'] = 'ir'; $_LANG['Cancel'] = 'Panaikink'; $_LANG['classic'] = 'klasikinis'; -$_LANG['Configure Module: $0'] = 'Modulio konfigūracija: $0'; +$_LANG['Configure Module: $a'] = 'Modulio konfigūracija: $a'; $_LANG['Customer ID:'] = 'Kliento ID:'; $_LANG['Customers\' rights'] = 'Klientų įgaliojimai'; $_LANG['Database errors occurred!'] = 'Atsirado duomenų bazės aptarnavimo klaidų!'; @@ -42,14 +42,14 @@ $_LANG['Error:'] = 'Klaida:'; $_LANG['Error!'] = 'Klaida!'; $_LANG['For more information see'] = 'Kad sužinotumėte daugiau informacijos pasižiūrėkite'; -$_LANG['Function $0 in module $1 not found!'] = 'Funkcija $0 modulyje $1 nerasta!'; +$_LANG['Function $a in module $b not found!'] = 'Funkcija $a modulyje $b nerasta!'; $_LANG['Hint style:'] = 'Užuominos stilius:'; -$_LANG['Idle time limit exceeded ($0 sec.)'] = 'Viršytas neveiklumo laiko limitas ($0 sek.)'; +$_LANG['Idle time limit exceeded ($a sec.)'] = 'Viršytas neveiklumo laiko limitas ($a sek.)'; $_LANG['Login'] = 'Prisijunk'; $_LANG['Basic Configuration:'] = 'Pagrindinė konfigūracija:'; $_LANG['modern'] = 'šiuolaikinis'; $_LANG['Module'] = 'Modulis'; -$_LANG['Module $0 not found!'] = 'Modulis $0 nerastas!'; +$_LANG['Module $a not found!'] = 'Modulis $a nerastas!'; $_LANG['Module Configuration:'] = 'Modulio konfigūracija:'; $_LANG['monthly'] = 'per mėnesį'; $_LANG['No modules found!'] = 'Nerstas nei vienas modulis!'; @@ -68,7 +68,7 @@ $_LANG['Userpanel Configuration'] = 'Vartotojo panelės konfigūracija'; $_LANG['Userpanel design style'] = 'Vartotojo panelės dizainas'; $_LANG['Userpanel hints style. Chose modern for animated assistant, classic for tips in LMS style, or none to disable hints displaying'] = 'Užuominos stilius Vartotojo panelėje. Pasirink šiuolaikinį, kad rodytų animuotą asistentą, klasikinį – užuomina LMS stiliumi arba jokio, kad išjungtum užuominų rodymą'; -$_LANG['Userpanel module $0 not found!'] = 'Nerastas modulis $0!'; +$_LANG['Userpanel module $a not found!'] = 'Nerastas modulis $a!'; $_LANG['Userpanel Rights:'] = 'Įgaliojimai Vartotojo panelėje:'; $_LANG['Userpanel style:'] = 'Vartotojo panelės stilius:'; $_LANG['VCS'] = 'wBOK'; diff --git a/userpanel/lib/locale/pl/strings.php b/userpanel/lib/locale/pl/strings.php index 992d3f2479..4d72dc2176 100644 --- a/userpanel/lib/locale/pl/strings.php +++ b/userpanel/lib/locale/pl/strings.php @@ -28,7 +28,7 @@ $_LANG['and'] = 'i'; $_LANG['Cancel'] = 'Anuluj'; $_LANG['classic'] = 'klasyczny'; -$_LANG['Configure Module: $0'] = 'Konfiguracja Modułu: $0'; +$_LANG['Configure Module: $a'] = 'Konfiguracja Modułu: $a'; $_LANG['Customer ID:'] = 'ID klienta:'; $_LANG['Customers\' rights'] = 'Uprawnienia klientów'; $_LANG['Database errors occurred!'] = 'Wystąpiły błędy w obsłudze bazy danych!'; @@ -41,14 +41,14 @@ $_LANG['Error:'] = 'Błąd:'; $_LANG['Error!'] = 'Błąd!'; $_LANG['For more information see'] = 'Aby dowiedzieć się więcej zobacz'; -$_LANG['Function $0 in module $1 not found!'] = 'Funkcja $0 w module $1 nie odnaleziona!'; +$_LANG['Function $a in module $b not found!'] = 'Funkcja $a w module $b nie odnaleziona!'; $_LANG['Hint style:'] = 'Styl podpowiedzi:'; -$_LANG['Idle time limit exceeded ($0 sec.)'] = 'Przekroczony limit czasu bezczynności ($0 sek.)'; +$_LANG['Idle time limit exceeded ($a sec.)'] = 'Przekroczony limit czasu bezczynności ($a sek.)'; $_LANG['Login'] = 'Zaloguj się'; $_LANG['Basic Configuration:'] = 'Konfiguracja podstawowa:'; $_LANG['modern'] = 'nowoczesny'; $_LANG['Module'] = 'Moduł'; -$_LANG['Module $0 not found!'] = 'Moduł $0 nie odnaleziony!'; +$_LANG['Module $a not found!'] = 'Moduł $a nie odnaleziony!'; $_LANG['Module Configuration:'] = 'Konfiguracja modułu:'; $_LANG['monthly'] = 'miesięcznie'; $_LANG['No modules found!'] = 'Nie odnaleziono żadnych modułów!'; @@ -67,7 +67,7 @@ $_LANG['Userpanel Configuration'] = 'Konfiguracja Userpanela'; $_LANG['Userpanel design style'] = 'Styl wyglądu Userpanela'; $_LANG['Userpanel hints style. Chose modern for animated assistant, classic for tips in LMS style, or none to disable hints displaying'] = 'Styl podpowiedzi w Userpanelu. Wypierz nowoczesny aby wyświetlać animowanego asystenta, klasyczny dla podpowiedzi w stylu LMSa lub żaden aby wyłączyć wyświetlanie podpowiedzi'; -$_LANG['Userpanel module $0 not found!'] = 'Nie znaleziono modułu $0!'; +$_LANG['Userpanel module $a not found!'] = 'Nie znaleziono modułu $a!'; $_LANG['Userpanel Rights:'] = 'Uprawnienia w Userpanelu:'; $_LANG['Userpanel style:'] = 'Styl Userpanela:'; $_LANG['VCS'] = 'wBOK'; diff --git a/userpanel/lib/locale/sk/strings.php b/userpanel/lib/locale/sk/strings.php index e688e95a5a..d0647a974b 100644 --- a/userpanel/lib/locale/sk/strings.php +++ b/userpanel/lib/locale/sk/strings.php @@ -28,7 +28,7 @@ $_LANG['and'] = 'a'; $_LANG['Cancel'] = 'Zrušiť'; $_LANG['classic'] = 'klasický'; -$_LANG['Configure Module: $0'] = 'Konfigurácia modulu: $0'; +$_LANG['Configure Module: $a'] = 'Konfigurácia modulu: $a'; $_LANG['Customer ID:'] = 'ID zákazníka:'; $_LANG['Customers\' rights'] = 'Právomoci zákazníka'; $_LANG['Database errors occurred!'] = 'Vyskytli sa chyby pri manipulácii s databázou!'; @@ -41,14 +41,14 @@ $_LANG['Error:'] = 'Chyba:'; $_LANG['Error!'] = 'Chyba!'; $_LANG['For more information see'] = 'Pre viac informácií pozri'; -$_LANG['Function $0 in module $1 not found!'] = 'Funkcia $0 v module $1 nenájdená!'; +$_LANG['Function $a in module $b not found!'] = 'Funkcia $a v module $b nenájdená!'; $_LANG['Hint style:'] = 'Typ štílu:'; -$_LANG['Idle time limit exceeded ($0 sec.)'] = 'Prekročený limit čacu nečinnosti ($0 sek.)'; +$_LANG['Idle time limit exceeded ($a sec.)'] = 'Prekročený limit čacu nečinnosti ($a sek.)'; $_LANG['Login'] = 'Prihlás sa'; $_LANG['Basic Configuration:'] = 'Základné nastavenia:'; $_LANG['modern'] = 'moderný'; $_LANG['Module'] = 'Modul'; -$_LANG['Module $0 not found!'] = 'Modul $0 nenájdený!'; +$_LANG['Module $a not found!'] = 'Modul $a nenájdený!'; $_LANG['Module Configuration:'] = 'Nastavenie modulu:'; $_LANG['monthly'] = 'mesačne'; $_LANG['No modules found!'] = 'Neboli nájdené žiadne moduly!'; @@ -67,7 +67,7 @@ $_LANG['Userpanel Configuration'] = 'Konfigurácia Userpanela'; $_LANG['Userpanel design style'] = 'Štýl vzhľadu Userpanela'; $_LANG['Userpanel hints style. Chose modern for animated assistant, classic for tips in LMS style, or none to disable hints displaying'] = 'Userpanel typ štýlu. Zvoľ moderné pre animovanú asistanciu, klasickú pre typy v LMS štýla alebo ziadné pre vypnutie zobryzovania stýlov'; -$_LANG['Userpanel module $0 not found!'] = 'Nenájdený modul $0!'; +$_LANG['Userpanel module $a not found!'] = 'Nenájdený modul $a!'; $_LANG['Userpanel Rights:'] = 'Právomoci Userpanelu:'; $_LANG['Userpanel style:'] = 'Štýl Userpanela:'; $_LANG['VCS'] = 'VZS'; diff --git a/userpanel/lib/smarty_addons.php b/userpanel/lib/smarty_addons.php index 374d8f4f0e..72dcf4ff28 100644 --- a/userpanel/lib/smarty_addons.php +++ b/userpanel/lib/smarty_addons.php @@ -26,25 +26,29 @@ // Smarty extensions -function _smarty_block_box($args, $content, &$SMARTY) +function _smarty_block_box($params, $content, &$template, &$repeat) { global $CONFIG; - $title = smarty_block_t($args, $args['title'], $SMARTY); - - $style = $CONFIG['userpanel']['style'] ? $CONFIG['userpanel']['style'] : 'default'; + if (!empty($content)) + { + $title = smarty_block_t($params, $params['title'], $template, $repeat); + + $style = $CONFIG['userpanel']['style'] ? $CONFIG['userpanel']['style'] : 'default'; - if(file_exists('style/'.$style.'/box.html')) - $file = 'style/'.$style.'/box.html'; - elseif(file_exists('style/default/box.html')) - $file = 'style/default/box.html'; + if(file_exists('style/'.$style.'/box.html')) + $file = 'style/'.$style.'/box.html'; + elseif(file_exists('style/default/box.html')) + $file = 'style/default/box.html'; - $SMARTY->assign('boxtitle', $title); - $SMARTY->assign('boxcontent', $content); - return $SMARTY->fetch('../'.$file); + $template->assignGlobal('boxtitle', $title); + $template->assignGlobal('boxcontent', $content); + + return $template->fetch($CONFIG['directories']['userpanel_dir'].'/'.$file); + } } -function _smarty_function_stylefile($args, &$SMARTY) +function _smarty_function_stylefile($params, $template) { global $CONFIG; @@ -57,7 +61,7 @@ function _smarty_function_stylefile($args, &$SMARTY) return 'style/default/style.css'; } -function _smarty_function_body($args, &$SMARTY) +function _smarty_function_body($params, $template) { global $CONFIG; @@ -68,32 +72,34 @@ function _smarty_function_body($args, &$SMARTY) elseif(file_exists('style/default/body.html')) $file = 'style/default/body.html'; - return $SMARTY->fetch('../'.$file); + return $template->fetch($CONFIG['directories']['userpanel_dir'].'/'.$file); } -function _smarty_function_userpaneltip($args, &$SMARTY) +function _smarty_function_userpaneltip($params, $template) { global $CONFIG; - $text = smarty_block_t($args, $args['text'], $SMARTY); + $repeat = FALSE; + $text = smarty_block_t($params, $params['text'], $template, $repeat); - $error = str_replace("'",'\\\'',$SMARTY->_tpl_vars['error'][$args['trigger']]); - $error = str_replace('"','"',$error); - $error = str_replace("\r",'',$error); - $error = str_replace("\n",'
',$error); + $tpl = $template->getTemplateVars('error'); + $error = str_replace("'", '\\\'', $tpl[$params['trigger']]); + $error = str_replace('"', '"', $error); + $error = str_replace("\r", '', $error); + $error = str_replace("\n", '
', $error); - $text = str_replace('\'','\\\'',$text); - $text = str_replace('"','"',$text); - $text = str_replace("\r",'',$text); - $text = str_replace("\n",'
',$text); + $text = str_replace('\'', '\\\'', $text); + $text = str_replace('"', '"', $text); + $text = str_replace("\r", '', $text); + $text = str_replace("\n", '
', $text); if ($CONFIG['userpanel']['hint']=='classic') { - if($SMARTY->_tpl_vars['error'][$args['trigger']]) + if($tpl[$params['trigger']]) $result = ' onmouseover="return overlib(\''.$error.'\',HAUTO,VAUTO,OFFSETX,15,OFFSETY,15);" onmouseout="nd();" '; - elseif($args['text'] != '') + elseif($params['text'] != '') $result = 'onmouseover="return overlib(\''.$text.'\',HAUTO,VAUTO,OFFSETX,15,OFFSETY,15);" onmouseout="nd();"'; - $result .= ($SMARTY->_tpl_vars['error'][$args['trigger']] ? ($args['bold'] ? ' CLASS="alert bold" ' : ' CLASS="alert" ') : ($args['bold'] ? ' CLASS="bold" ' : '')); + $result .= ($tpl[$params['trigger']] ? ($params['bold'] ? ' CLASS="alert bold" ' : ' CLASS="alert" ') : ($params['bold'] ? ' CLASS="bold" ' : '')); } elseif ($CONFIG['userpanel']['hint']=='none') { @@ -101,59 +107,61 @@ function _smarty_function_userpaneltip($args, &$SMARTY) } else { - if($SMARTY->_tpl_vars['error'][$args['trigger']]) + if($tpl[$params['trigger']]) $result = "onmouseover=\"javascript:displayhint('".$error."')\" onmouseout=\"javascript:hidehint()\" "; else $result = "onmouseover=\"javascript:displayhint('".$text."')\" onmouseout=\"javascript:hidehint()\" "; - $result .= ($SMARTY->_tpl_vars['error'][$args['trigger']] ? ($args['bold'] ? ' class="alert bold" ' : ' class="alert" ') : ($args['bold'] ? ' class="bold" ' : '')); + $result .= ($tpl[$params['trigger']] ? ($params['bold'] ? ' class="alert bold" ' : ' class="alert" ') : ($params['bold'] ? ' class="bold" ' : '')); } return $result; } -function _smarty_function_img($args, &$SMARTY) +function _smarty_function_img($params, $template) { global $CONFIG, $_GET; $style = $CONFIG['userpanel']['style'] ? $CONFIG['userpanel']['style'] : 'default'; - if(file_exists('modules/'.$_GET['m'].'/style/'.$style.'/'.$args['src'])) - $file = 'modules/'.$_GET['m'].'/style/'.$style.'/'.$args['src']; - elseif(file_exists('modules/'.$_GET['m'].'/style/default/'.$args['src'])) - $file = 'modules/'.$_GET['m'].'/style/default/'.$args['src']; - elseif(file_exists('style/'.$style.'/'.$args['src'])) - $file = 'style/'.$style.'/'.$args['src']; - elseif(file_exists('style/default/'.$args['src'])) - $file = 'style/default/'.$args['src']; + if(file_exists('modules/'.$_GET['m'].'/style/'.$style.'/'.$params['src'])) + $file = 'modules/'.$_GET['m'].'/style/'.$style.'/'.$params['src']; + elseif(file_exists('modules/'.$_GET['m'].'/style/default/'.$params['src'])) + $file = 'modules/'.$_GET['m'].'/style/default/'.$params['src']; + elseif(file_exists('style/'.$style.'/'.$params['src'])) + $file = 'style/'.$style.'/'.$params['src']; + elseif(file_exists('style/default/'.$params['src'])) + $file = 'style/default/'.$params['src']; $result = '_tpl_vars['error'][$args['trigger']]); - $error = str_replace('"','"',$error); - $error = str_replace("\r",'',$error); - $error = str_replace("\n",'
',$error); + $tpl = $template->getTemplateVars('error'); + $error = str_replace("'", '\\\'', $tpl[$params['trigger']]); + $error = str_replace('"', '"', $error); + $error = str_replace("\r", '', $error); + $error = str_replace("\n", '
', $error); - $text = str_replace('\'','\\\'',$text); - $text = str_replace('"','"',$text); - $text = str_replace("\r",'',$text); - $text = str_replace("\n",'
',$text); + $text = str_replace('\'', '\\\'', $text); + $text = str_replace('"', '"', $text); + $text = str_replace("\r", '', $text); + $text = str_replace("\n", '
', $text); if ($CONFIG['userpanel']['hint']=='classic') { - if($SMARTY->_tpl_vars['error'][$args['trigger']]) + if($tpl[$params['trigger']]) $result .= 'onmouseover="return overlib(\''.$error.'\',HAUTO,VAUTO,OFFSETX,15,OFFSETY,15);" onmouseout="nd();" '; - elseif($args['text'] != '') + elseif($params['text'] != '') $result .= 'onmouseover="return overlib(\''.$text.'\',HAUTO,VAUTO,OFFSETX,15,OFFSETY,15);" onmouseout="nd();" '; - $result .= ($SMARTY->_tpl_vars['error'][$args['trigger']] ? ($args['bold'] ? ' class="alert bold" ' : ' class="alert" ') : ($args['bold'] ? ' class="bold" ' : '')); + $result .= ($tpl[$params['trigger']] ? ($params['bold'] ? ' class="alert bold" ' : ' class="alert" ') : ($params['bold'] ? ' class="bold" ' : '')); } elseif ($CONFIG['userpanel']['hint']=='none') { @@ -165,65 +173,63 @@ function _smarty_function_img($args, &$SMARTY) } } - if($args['width']) $result .= 'width="'.$args['width'].'" '; - if($args['height']) $result .= 'height="'.$args['height'].'" '; - if($args['style']) $result .= 'style="'.$args['style'].'" '; - if($args['border']) $result .= 'border="'.$args['border'].'" '; + if($params['width']) $result .= 'width="'.$params['width'].'" '; + if($params['height']) $result .= 'height="'.$params['height'].'" '; + if($params['style']) $result .= 'style="'.$params['style'].'" '; + if($params['border']) $result .= 'border="'.$params['border'].'" '; $result .= '/>'; return $result; } -function module_get_template($tpl_name, &$tpl_source, &$smarty_obj) +function module_get_template($tpl_name, &$tpl_source, $template) { - global $CONFIG; - $module = $_GET['m']; - $template_path = $CONFIG["directories"]["userpanel_dir"]."/modules/".$module."/templates/".$tpl_name; - if (file_exists($template_path)) - { - $tpl_source = file_get_contents($template_path); - return true; - } else { - return false; - } + global $CONFIG; + $module = $_GET['m']; + $template_path = $CONFIG['directories']['userpanel_dir'].'/modules/'.$module.'/templates/'.$tpl_name; + if (file_exists($template_path)) + { + $tpl_source = file_get_contents($template_path); + return true; + } else + return false; } -function module_get_timestamp($tpl_name, &$tpl_timestamp, &$smarty_obj) +function module_get_timestamp($tpl_name, &$tpl_timestamp, $template) { - global $CONFIG; - $module = $_GET['m']; - $template_path = $CONFIG["directories"]["userpanel_dir"]."/modules/".$module."/templates/".$tpl_name; - if (file_exists($template_path)) - { - $tpl_timestamp = filectime($template_path); - return true; - } else { - return false; - } + global $CONFIG; + $module = $_GET['m']; + $template_path = $CONFIG['directories']['userpanel_dir'].'/modules/'.$module.'/templates/'.$tpl_name; + if (file_exists($template_path)) + { + $tpl_timestamp = filectime($template_path); + return true; + } else + return false; } -function module_get_secure($tpl_name, &$smarty_obj) +function module_get_secure($tpl_name, $template) { - // assume all templates are secure - return true; + // assume all templates are secure + return true; } -function module_get_trusted($tpl_name, &$smarty_obj) +function module_get_trusted($tpl_name, $template) { - // not used for templates + // not used for templates } // register the resource name "module" -$SMARTY->register_resource("module", array("module_get_template", - "module_get_timestamp", - "module_get_secure", - "module_get_trusted")); +$SMARTY->registerResource("module", array("module_get_template", + "module_get_timestamp", + "module_get_secure", + "module_get_trusted")); -$SMARTY->register_block('box', '_smarty_block_box'); -$SMARTY->register_function('userpaneltip','_smarty_function_userpaneltip'); -$SMARTY->register_function('img','_smarty_function_img'); -$SMARTY->register_function('body','_smarty_function_body'); -$SMARTY->register_function('stylefile','_smarty_function_stylefile'); +$SMARTY->registerPlugin('block', 'box', '_smarty_block_box'); +$SMARTY->registerPlugin('function', 'userpaneltip','_smarty_function_userpaneltip'); +$SMARTY->registerPlugin('function', 'img','_smarty_function_img'); +$SMARTY->registerPlugin('function', 'body','_smarty_function_body'); +$SMARTY->registerPlugin('function', 'stylefile','_smarty_function_stylefile'); ?> diff --git a/userpanel/modules/finances/invoice.php b/userpanel/modules/finances/invoice.php index a04a692a86..2ae68bf53b 100644 --- a/userpanel/modules/finances/invoice.php +++ b/userpanel/modules/finances/invoice.php @@ -90,9 +90,9 @@ $number = docnumber($invoice['number'], $invoice['template'], $invoice['cdate']); if(!isset($invoice['invoice'])) - $layout['pagetitle'] = trans('Invoice No. $0', $number); + $layout['pagetitle'] = trans('Invoice No. $a', $number); else - $layout['pagetitle'] = trans('Credit Note No. $0', $number); + $layout['pagetitle'] = trans('Credit Note No. $a', $number); $SMARTY->display('invoiceheader.html'); diff --git a/userpanel/modules/finances/invoice_pdf.php b/userpanel/modules/finances/invoice_pdf.php index e3c379a78d..0db912c477 100644 --- a/userpanel/modules/finances/invoice_pdf.php +++ b/userpanel/modules/finances/invoice_pdf.php @@ -94,9 +94,9 @@ function invoice_body() $number = docnumber($invoice['number'], $invoice['template'], $invoice['cdate']); if(!isset($invoice['invoice'])) - $title = trans('Invoice No. $0', $number); + $title = trans('Invoice No. $a', $number); else - $title = trans('Credit Note No. $0', $number); + $title = trans('Credit Note No. $a', $number); $pdf =& init_pdf('A4', 'portrait', $title); diff --git a/userpanel/modules/finances/locale/lt/strings.php b/userpanel/modules/finances/locale/lt/strings.php index 52fac479fe..b1379693b3 100644 --- a/userpanel/modules/finances/locale/lt/strings.php +++ b/userpanel/modules/finances/locale/lt/strings.php @@ -24,7 +24,7 @@ * $Id$ */ -$_LANG['$0 dollars $1 cents'] = '$0 Lt‚ $1 cnt.'; +$_LANG['$a dollars $b cents'] = '$a Lt‚ $b cnt.'; $_LANG['Accounting day:'] = 'Priskaičiavimo diena:'; $_LANG['Admin:'] = 'Administratorius:'; $_LANG['After:'] = 'Po:'; @@ -33,7 +33,7 @@ $_LANG['Balance'] = 'Balansas'; $_LANG['Cancel'] = 'Panaikink'; $_LANG['Click here to print payment form'] = 'Paspauskite čia, kad išspausdintumėte įmokos formą'; -$_LANG['Customer No.: $0'] = 'Kliento numeris: $0'; +$_LANG['Customer No.: $a'] = 'Kliento numeris: $a'; $_LANG['Date:'] = 'Data:'; $_LANG['Deadline:'] = 'Mokėjimo terminas:'; $_LANG['Description:'] = 'Aprašas:'; @@ -46,7 +46,7 @@ $_LANG['Gross Value:'] = 'Bruto vertė:'; $_LANG['in it:'] = 'įskaitant:'; $_LANG['Invoice:'] = 'Faktūra:'; -$_LANG['Invoice No. $0'] = 'PVM Faktūra Nr.$0'; +$_LANG['Invoice No. $a'] = 'PVM Faktūra Nr.$a'; $_LANG['Invoices'] = 'Faktūros'; $_LANG['In words:'] = 'Žodžiais:'; $_LANG['Module Configuration:'] = 'Modulio konfiguracija:'; @@ -56,7 +56,7 @@ $_LANG['No such transactions on your account.'] = 'Jūsų sąskaitoje nėra jokių pavedimų.'; $_LANG['Notes:'] = 'Pastabos:'; $_LANG['ORIGINAL'] = 'ORIGINALAS'; -$_LANG['Payment for invoice No. $0'] = 'Mokėjimas pagal faktūrą Nr. $0'; +$_LANG['Payment for invoice No. $a'] = 'Mokėjimas pagal faktūrą Nr. $a'; $_LANG['Payment type:'] = 'Mokėjimo tipas:'; $_LANG['Period:'] = 'Laikotarpis:'; $_LANG['[ Print ]'] = '[ Spausdink ]'; @@ -90,7 +90,7 @@ $_LANG['You haven\'t got any assigned subscriptions.'] = 'Neturi priskirtų tarifų'; $_LANG['Your balance'] = 'Tavo sąskaita'; $_LANG['Your subscriptions'] = 'Tavo įkainiai'; -$_LANG['monthly ($0)'] = 'per menėsį ($0)'; +$_LANG['monthly ($a)'] = 'per menėsį ($a)'; $_LANG['Reason:'] = 'Priežastis:'; ?> diff --git a/userpanel/modules/finances/locale/pl/strings.php b/userpanel/modules/finances/locale/pl/strings.php index 622cb0bd03..1480d51a4f 100644 --- a/userpanel/modules/finances/locale/pl/strings.php +++ b/userpanel/modules/finances/locale/pl/strings.php @@ -24,7 +24,7 @@ * $Id$ */ -$_LANG['$0 dollars $1 cents'] = '$0 zł $1 gr'; +$_LANG['$a dollars $b cents'] = '$a zł $b gr'; $_LANG['Accounting day:'] = 'Dzień naliczania:'; $_LANG['Admin:'] = 'Administrator:'; $_LANG['After:'] = 'Po:'; @@ -33,7 +33,7 @@ $_LANG['Balance'] = 'Saldo'; $_LANG['Cancel'] = 'Anuluj'; $_LANG['Click here to print payment form'] = 'Kliknij tutaj by wydrukować formularz wpłaty'; -$_LANG['Customer No.: $0'] = 'Numer klienta: $0'; +$_LANG['Customer No.: $a'] = 'Numer klienta: $a'; $_LANG['Date:'] = 'Data:'; $_LANG['Deadline:'] = 'Termin płatności:'; $_LANG['Description:'] = 'Opis:'; @@ -46,7 +46,7 @@ $_LANG['Gross Value:'] = 'Wartość brutto:'; $_LANG['in it:'] = 'w tym:'; $_LANG['Invoice:'] = 'Faktura:'; -$_LANG['Invoice No. $0'] = 'Faktura VAT Nr $0'; +$_LANG['Invoice No. $a'] = 'Faktura VAT Nr $a'; $_LANG['Invoices'] = 'Faktury'; $_LANG['In words:'] = 'Słownie:'; $_LANG['Module Configuration:'] = 'Konfiguracja modułu:'; @@ -56,7 +56,7 @@ $_LANG['No such transactions on your account.'] = 'Nie ma żadnych transakcji na Twoim koncie.'; $_LANG['Notes:'] = 'Notatki:'; $_LANG['ORIGINAL'] = 'ORYGINAŁ'; -$_LANG['Payment for invoice No. $0'] = 'Zapłata za fakturę nr $0'; +$_LANG['Payment for invoice No. $a'] = 'Zapłata za fakturę nr $a'; $_LANG['Payment type:'] = 'Typ płatności:'; $_LANG['Period:'] = 'Okres:'; $_LANG['[ Print ]'] = '[ Drukuj ]'; @@ -90,7 +90,7 @@ $_LANG['You haven\'t got any assigned subscriptions.'] = 'Nie posiadasz żadnych przypisanych taryf'; $_LANG['Your balance'] = 'Twoje konto'; $_LANG['Your subscriptions'] = 'Twoje taryfy'; -$_LANG['monthly ($0)'] = 'miesięcznie ($0)'; +$_LANG['monthly ($a)'] = 'miesięcznie ($a)'; $_LANG['Reason:'] = 'Powód:'; $_LANG['Check all'] = 'Zaznacz wszystkie'; $_LANG['Print selected'] = 'Drukuj zaznaczone'; diff --git a/userpanel/modules/finances/locale/sk/strings.php b/userpanel/modules/finances/locale/sk/strings.php index 628a1c5be9..ad3edad801 100644 --- a/userpanel/modules/finances/locale/sk/strings.php +++ b/userpanel/modules/finances/locale/sk/strings.php @@ -24,7 +24,7 @@ * $Id$ */ -$_LANG['$0 dollars $1 cents'] = '$0 EUR $1 cents'; +$_LANG['$a dollars $b cents'] = '$a EUR $b cents'; $_LANG['Accounting day:'] = 'Ďen zaúčtovania:'; $_LANG['Admin:'] = 'Administrátor:'; $_LANG['After:'] = 'Po:'; @@ -33,7 +33,7 @@ $_LANG['Balance'] = 'Stav'; $_LANG['Cancel'] = 'Zrušiť'; $_LANG['Click here to print payment form'] = 'Klikni sem pre tlač platby z'; -$_LANG['Customer No.: $0'] = 'Zákaznícke číslo: $0'; +$_LANG['Customer No.: $a'] = 'Zákaznícke číslo: $a'; $_LANG['Date:'] = 'Dátum:'; $_LANG['Deadline:'] = 'Termin platnosti:'; $_LANG['Description:'] = 'Popis:'; @@ -46,7 +46,7 @@ $_LANG['Gross Value:'] = 'Hrubá hodnota:'; $_LANG['in it:'] = 'V ňom:'; $_LANG['Invoice:'] = 'Faktúra:'; -$_LANG['Invoice No. $0'] = 'Faktúra bez DPH Č $0'; +$_LANG['Invoice No. $a'] = 'Faktúra bez DPH Č $a'; $_LANG['Invoices'] = 'Faktúry'; $_LANG['In words:'] = 'Slovami:'; $_LANG['Module Configuration:'] = 'Konfigurácia modulu:'; @@ -56,7 +56,7 @@ $_LANG['No such transactions on your account.'] = 'Nie sú k dispozícii žiadne transakcie na vašom účte.'; $_LANG['Notes:'] = 'Poznámky:'; $_LANG['ORIGINAL'] = 'ORIGINAL'; -$_LANG['Payment for invoice No. $0'] = 'Platba za faktúru č $0'; +$_LANG['Payment for invoice No. $a'] = 'Platba za faktúru č $a'; $_LANG['Payment type:'] = 'Typ platby:'; $_LANG['Period:'] = 'Obdobie:'; $_LANG['[ Print ]'] = '[ Tlač ]'; @@ -90,7 +90,7 @@ $_LANG['You haven\'t got any assigned subscriptions.'] = 'Nemáte žiadne priradené predplatné'; $_LANG['Your balance'] = 'Váš zostatok'; $_LANG['Your subscriptions'] = 'Vaša tarify'; -$_LANG['monthly ($0)'] = 'mesačne ($0)'; +$_LANG['monthly ($a)'] = 'mesačne ($a)'; $_LANG['Reason:'] = 'Dôvod:'; ?> diff --git a/userpanel/modules/finances/main.php b/userpanel/modules/finances/main.php index 3601eb690d..6b7ba84551 100644 --- a/userpanel/modules/finances/main.php +++ b/userpanel/modules/finances/main.php @@ -35,7 +35,7 @@ if($balance['doctype'][$idx] == 1) { if($number = $LMS->docnumber($val)) - $balance['number'][$idx] = trans('Invoice No. $0', $number); + $balance['number'][$idx] = trans('Invoice No. $a', $number); } } diff --git a/userpanel/modules/finances/transferform.php b/userpanel/modules/finances/transferform.php index e1610428ff..d2bd12e766 100644 --- a/userpanel/modules/finances/transferform.php +++ b/userpanel/modules/finances/transferform.php @@ -69,7 +69,7 @@ { $KWOTA_ZL = to_words(floor($KWOTA_NR)); $KWOTA_GR = to_words($KWOTA_GR); - $KWOTA_X = iconv('UTF-8', 'ISO-8859-2', trans('$0 dollars $1 cents', $KWOTA_ZL, $KWOTA_GR)); + $KWOTA_X = iconv('UTF-8', 'ISO-8859-2', trans('$a dollars $b cents', $KWOTA_ZL, $KWOTA_GR)); } ?> diff --git a/userpanel/modules/help/locale/lt/strings.php b/userpanel/modules/help/locale/lt/strings.php index acb959e987..dcee78886b 100644 --- a/userpanel/modules/help/locale/lt/strings.php +++ b/userpanel/modules/help/locale/lt/strings.php @@ -44,7 +44,7 @@ $_LANG['Runs problems solving center'] = 'Paleidžia problemų šalinimo centrą'; $_LANG['Select:'] = 'Pasirink:'; $_LANG['Submit'] = 'Tęsk'; -$_LANG['There is no Help Center tree. Use $0this form$1 to add root item.'] = 'Dar nėra Pagalbos Cnetro struktūros. Pasinaudok šia forma, kad pridėtum pagrindinį punktą'; +$_LANG['There is no Help Center tree. Use $athis form$b to add root item.'] = 'Dar nėra Pagalbos Cnetro struktūros. Pasinaudok šia forma, kad pridėtum pagrindinį punktą'; $_LANG['This cannot be empty'] = 'Tai negali būti tuščia'; $_LANG['This module is not configured yet.'] = 'Šis modulis nėra sukonfiguruotas.'; $_LANG['This module shows problems solving center'] = 'Šis modulis parodo problemų sprendimo centrą'; diff --git a/userpanel/modules/help/locale/pl/strings.php b/userpanel/modules/help/locale/pl/strings.php index 80c70c7e97..8ae4b18c5c 100644 --- a/userpanel/modules/help/locale/pl/strings.php +++ b/userpanel/modules/help/locale/pl/strings.php @@ -44,7 +44,7 @@ $_LANG['Runs problems solving center'] = 'Uruchamia centrum rozwiązywania problemów'; $_LANG['Select:'] = 'Wybierz:'; $_LANG['Submit'] = 'Zapisz'; -$_LANG['There is no Help Center tree. Use $0this form$1 to add root item.'] = 'Nie ma jeszcze struktury Centrum Pomocy. Użyj $0tego formularza$1 aby dodać główną pozycję.'; +$_LANG['There is no Help Center tree. Use $athis form$b to add root item.'] = 'Nie ma jeszcze struktury Centrum Pomocy. Użyj $atego formularza$b aby dodać główną pozycję.'; $_LANG['This cannot be empty'] = 'To nie może być puste'; $_LANG['This module is not configured yet.'] = 'Ten moduł nie jest jeszcze skonfigurowany.'; $_LANG['This module shows problems solving center'] = 'Moduł ten wyświetla centrum rozwiązywania problemów'; diff --git a/userpanel/modules/help/locale/sk/strings.php b/userpanel/modules/help/locale/sk/strings.php index e0c9bba8ac..4e016cfbd5 100644 --- a/userpanel/modules/help/locale/sk/strings.php +++ b/userpanel/modules/help/locale/sk/strings.php @@ -44,7 +44,7 @@ $_LANG['Runs problems solving center'] = 'Spustí centrum riešenia problémov'; $_LANG['Select:'] = 'Vybrať:'; $_LANG['Submit'] = 'Uložiť'; -$_LANG['There is no Help Center tree. Use $0this form$1 to add root item.'] = 'Help Center nemá štruktúru. Použí $0tento formulár$1 pre pridanie koreňovej položky.'; +$_LANG['There is no Help Center tree. Use $athis form$b to add root item.'] = 'Help Center nemá štruktúru. Použí $atento formulár$b pre pridanie koreňovej položky.'; $_LANG['This cannot be empty'] = 'To nemôže byť prázdne'; $_LANG['This module is not configured yet.'] = 'Tento modul ešte nie je nakonfigurovaný.'; $_LANG['This module shows problems solving center'] = 'Tento modul zobrazuje centrum riešenia problémov'; diff --git a/userpanel/modules/help/templates/setup.html b/userpanel/modules/help/templates/setup.html index ff148f0ae5..4bf286e098 100644 --- a/userpanel/modules/help/templates/setup.html +++ b/userpanel/modules/help/templates/setup.html @@ -13,7 +13,7 @@

{$layout.pagetitle}

{include file=$treefile tree=$tree treefile=$treefile} {else}


-
{t 0="" 1=""}There is no Help Center tree. Use $0this form$1 to add root item.{/t}
+
{t a="" b=""}There is no Help Center tree. Use $athis form$b to add root item.{/t}



{/if} diff --git a/userpanel/modules/helpdesk/functions.php b/userpanel/modules/helpdesk/functions.php index c3ed5ef6ac..dec6a0d69c 100644 --- a/userpanel/modules/helpdesk/functions.php +++ b/userpanel/modules/helpdesk/functions.php @@ -266,7 +266,7 @@ function module_main() $ticket['id'] = $_GET['id']; - $SMARTY->assign('title', trans('Request No. $0', sprintf('%06d',$ticket['ticketid']))); + $SMARTY->assign('title', trans('Request No. $a', sprintf('%06d',$ticket['ticketid']))); if($ticket['customerid'] == $SESSION->id) { @@ -292,7 +292,7 @@ function module_main() $SMARTY->assign('helpdesk', $helpdesk); } - $SMARTY->assign('title', trans('Request No. $0', sprintf('%06d',$ticket['ticketid']))); + $SMARTY->assign('title', trans('Request No. $a', sprintf('%06d',$ticket['ticketid']))); if($ticket['customerid'] == $SESSION->id) { $SMARTY->assign('ticket', $ticket); diff --git a/userpanel/modules/helpdesk/locale/lt/strings.php b/userpanel/modules/helpdesk/locale/lt/strings.php index c83e0a8554..63db54071c 100644 --- a/userpanel/modules/helpdesk/locale/lt/strings.php +++ b/userpanel/modules/helpdesk/locale/lt/strings.php @@ -50,7 +50,7 @@ $_LANG['Number:'] = 'Numeris:'; $_LANG['open'] = 'atviras'; $_LANG['Request history'] = 'Prašymų istorija'; -$_LANG['Request No. $0'] = 'Prašymas Nr. $0'; +$_LANG['Request No. $a'] = 'Prašymas Nr. $a'; $_LANG['resolved'] = 'išspręstas'; $_LANG['- select queue -'] = '- pasirink eilę -'; $_LANG['- select user -'] = '- pasirink vartotoją -'; diff --git a/userpanel/modules/helpdesk/locale/pl/strings.php b/userpanel/modules/helpdesk/locale/pl/strings.php index f57a6a5b90..26a555609b 100644 --- a/userpanel/modules/helpdesk/locale/pl/strings.php +++ b/userpanel/modules/helpdesk/locale/pl/strings.php @@ -48,7 +48,7 @@ $_LANG['Number:'] = 'Numer:'; $_LANG['open'] = 'otwarty'; $_LANG['Request history'] = 'Historia zgłoszeń'; -$_LANG['Request No. $0'] = 'Zgłoszenie Nr $0'; +$_LANG['Request No. $a'] = 'Zgłoszenie Nr $a'; $_LANG['resolved'] = 'rozwiązany'; $_LANG['- select queue -'] = '- wybierz kolejkę -'; $_LANG['- select user -'] = '- wybierz użytkownika -'; diff --git a/userpanel/modules/helpdesk/locale/sk/strings.php b/userpanel/modules/helpdesk/locale/sk/strings.php index 94363807f7..a34584817d 100644 --- a/userpanel/modules/helpdesk/locale/sk/strings.php +++ b/userpanel/modules/helpdesk/locale/sk/strings.php @@ -50,7 +50,7 @@ $_LANG['Number:'] = 'Číslo:'; $_LANG['open'] = 'otvoriť'; $_LANG['Request history'] = 'História požiadavok'; -$_LANG['Request No. $0'] = 'Požiadavok Č $0'; +$_LANG['Request No. $a'] = 'Požiadavok Č $a'; $_LANG['resolved'] = 'vyriešený'; $_LANG['- select queue -'] = '- vyber radu -'; $_LANG['- select user -'] = '- zvol zákazníka -'; diff --git a/userpanel/templates/header.html b/userpanel/templates/header.html index 1bf0d77c00..f9526ec8a6 100644 --- a/userpanel/templates/header.html +++ b/userpanel/templates/header.html @@ -25,6 +25,7 @@
{elseif $_config.userpanel.hint eq 'classic'} -{popup_init src="style/default/overlib.js"} + + {/if} {body} \ No newline at end of file