mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-17 14:28:53 +02:00
(Retrofit from trunk) #1281 Portal : Fixed a few hardcoded strings to dictionnaries
SVN:2.3[4341]
This commit is contained in:
@@ -622,7 +622,7 @@
|
||||
<parent_att/>
|
||||
<name_att/>
|
||||
<tooltip_att/>
|
||||
<title>Catégories</title>
|
||||
<title>Class:FAQCategory</title>
|
||||
<actions/>
|
||||
<levels>
|
||||
<level id="1">
|
||||
@@ -630,7 +630,7 @@
|
||||
<parent_att>category_id</parent_att>
|
||||
<name_att>title</name_att>
|
||||
<tooltip_att>summary</tooltip_att>
|
||||
<title>FAQs</title>
|
||||
<title>Class:FAQ</title>
|
||||
<fields>
|
||||
<field id="error_code"/>
|
||||
<field id="key_words">
|
||||
|
||||
@@ -45,8 +45,8 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', array(
|
||||
'Error:HTTP:GetHelp' => 'Kontaktujte prosím administrátora, pokud problém přetrvá.',
|
||||
'Error:XHR:Fail' => 'Data se nepodařilo načíst, kontaktujte prosím administrátora.',
|
||||
'Portal:Datatables:Language:Processing' => 'Počkejte prosím',
|
||||
'Portal:Datatables:Language:Search' => 'filtr :',
|
||||
'Portal:Datatables:Language:LengthMenu' => 'Zobrazit _MENU_ položek na stránku',
|
||||
'Portal:Datatables:Language:Search' => 'Filtr :',
|
||||
'Portal:Datatables:Language:LengthMenu' => 'Zobrazit _MENU_ položek na stránku',
|
||||
'Portal:Datatables:Language:ZeroRecords' => 'Žádný výsledek',
|
||||
'Portal:Datatables:Language:Info' => 'Stránka _PAGE_ z _PAGES_',
|
||||
'Portal:Datatables:Language:InfoEmpty' => 'Žádná informace',
|
||||
|
||||
@@ -41,7 +41,7 @@ Dict::Add('EN US', 'English', 'English', array(
|
||||
'Error:HTTP:GetHelp' => 'Please contact your iTop administrator if the problem keeps happening.',
|
||||
'Error:XHR:Fail' => 'Could not load data, please contact your iTop administrator',
|
||||
'Portal:Datatables:Language:Processing' => 'Please wait...',
|
||||
'Portal:Datatables:Language:Search' => 'filter :',
|
||||
'Portal:Datatables:Language:Search' => 'Filter:',
|
||||
'Portal:Datatables:Language:LengthMenu' => 'Display _MENU_ items per page',
|
||||
'Portal:Datatables:Language:ZeroRecords' => 'No result',
|
||||
'Portal:Datatables:Language:Info' => 'Page _PAGE_ of _PAGES_',
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-xs-8 col-sm-10 col-lg-11 text-right">
|
||||
<label>Filtrer :<input type="search" class="form-control input-sm" id="brick_search_field" placeholder="" aria-controls="brick_main_table" value="{{ sSearchValue }}"></label>
|
||||
<label>{{ 'Portal:Datatables:Language:Search'|dict_s }}<input type="search" class="form-control input-sm" id="brick_search_field" placeholder="" aria-controls="brick_main_table" value="{{ sSearchValue }}"></label>
|
||||
</div>
|
||||
</div>
|
||||
<ul class="list-group" id="brick_content_tree" data-level-id="L">
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
<div class="col-sm-6">
|
||||
<div class="panel panel-default user_profile_picture">
|
||||
<div class="panel-heading">
|
||||
<h3 class="panel-title">Photo</h3>
|
||||
<h3 class="panel-title">{{ 'Brick:Portal:UserProfile:Photo:Title'|dict_s }}</h3>
|
||||
</div>
|
||||
<div class="panel-body" style="position: relative;">
|
||||
<div class="form_alerts">
|
||||
|
||||
Reference in New Issue
Block a user