[gen] Improved search abilities. [pod] Bugfix: import several times an image from the same URL.
This commit is contained in:
parent
2307a284cc
commit
24089ef674
9 changed files with 103 additions and 39 deletions
|
@ -52,7 +52,6 @@ appyLabels = [
|
|||
('import_done', 'Import terminated successfully.'),
|
||||
('search_title', 'Advanced search'),
|
||||
('search_button', 'Search'),
|
||||
('search_objects', 'Search objects of this type.'),
|
||||
('search_results', 'Search results'),
|
||||
('search_results_descr', ' '),
|
||||
('search_new', 'New search'),
|
||||
|
@ -108,8 +107,8 @@ appyLabels = [
|
|||
('app_home', 'Home'),
|
||||
('login_reserved', 'This login is reserved.'),
|
||||
('login_in_use', 'This login is already in use.'),
|
||||
('login_ko', 'Welcome! You are now logged in.'),
|
||||
('login_ok', 'Login failed.'),
|
||||
('login_ko', 'Login failed.'),
|
||||
('login_ok', 'Welcome! You are now logged in.'),
|
||||
('password_too_short', 'Passwords must contain at least ${nb} characters.'),
|
||||
('passwords_mismatch', 'Passwords do not match.'),
|
||||
('object_save', 'Save'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue