|  | @@ -347,13 +347,13 @@  discard block | 
                                                    
                                                        |  |  |  block discarded – undo | 
                                                                                                                                                                                                                    
                                                            | 347 | 347 |  			'decline' => $this->trans->t('Decline'), | 
                                                                                                            
                                                            | 348 | 348 |  			'session.time.left' => $this->trans->t('You have {{session_time}} left before logout.'), | 
                                                                                                            
                                                            | 349 | 349 |  			'vault.locked' => $this->trans->t('Your vault has been locked for {{time}} because of {{tries}} failed attempts!'), | 
                                                                                                            
                                                            | 350 |  | -            'vault.hint.hello' => $this->trans->t('Hello there!'), | 
                                                                                                            
                                                            | 351 |  | -            'vault.hint.hello.add' => $this->trans->t('It does not seem that you have any passwords. Do you want to add one?'), | 
                                                                                                            
                                                            | 352 |  | -            'vault.hint.list.nogood' => $this->trans->t('You don\'t have good credentials'), | 
                                                                                                            
                                                            | 353 |  | -            'vault.hint.list.nomedium' => $this->trans->t('You don\'t have medium credentials'), | 
                                                                                                            
                                                            | 354 |  | -            'vault.hint.list.nobad' => $this->trans->t('You don\'t have bad credentials'), | 
                                                                                                            
                                                            | 355 |  | -            'vault.hint.list.noexpired' => $this->trans->t('You don\'t have expired credentials'), | 
                                                                                                            
                                                            | 356 |  | -            'vault.hint.list.nodeleted' => $this->trans->t('You don\'t have deleted credentials'), | 
                                                                                                            
                                                            |  | 350 | +			'vault.hint.hello' => $this->trans->t('Hello there!'), | 
                                                                                                            
                                                            |  | 351 | +			'vault.hint.hello.add' => $this->trans->t('It does not seem that you have any passwords. Do you want to add one?'), | 
                                                                                                            
                                                            |  | 352 | +			'vault.hint.list.nogood' => $this->trans->t('You don\'t have good credentials'), | 
                                                                                                            
                                                            |  | 353 | +			'vault.hint.list.nomedium' => $this->trans->t('You don\'t have medium credentials'), | 
                                                                                                            
                                                            |  | 354 | +			'vault.hint.list.nobad' => $this->trans->t('You don\'t have bad credentials'), | 
                                                                                                            
                                                            |  | 355 | +			'vault.hint.list.noexpired' => $this->trans->t('You don\'t have expired credentials'), | 
                                                                                                            
                                                            |  | 356 | +			'vault.hint.list.nodeleted' => $this->trans->t('You don\'t have deleted credentials'), | 
                                                                                                            
                                                            | 357 | 357 |   | 
                                                                                                            
                                                            | 358 | 358 |   | 
                                                                                                            
                                                            | 359 | 359 |  			// templates/views/vaults.html | 
                                                                                                                                                        
                                                        |  | @@ -399,15 +399,15 @@  discard block | 
                                                    
                                                        |  |  |  block discarded – undo | 
                                                                                                                                                                                                                    
                                                            | 399 | 399 |  			'deleted.credentials' => $this->trans->t('Deleted credentials'), | 
                                                                                                            
                                                            | 400 | 400 |  			'logout' => $this->trans->t('Logout'), | 
                                                                                                            
                                                            | 401 | 401 |  			'donate' => $this->trans->t('Donate'), | 
                                                                                                            
                                                            | 402 |  | -            'navigation.show.all' => $this->trans->t('Show All'), | 
                                                                                                            
                                                            | 403 |  | -            'navigation.tags' => $this->trans->t('Tags'), | 
                                                                                                            
                                                            | 404 |  | -            'navigation.tags.search' => $this->trans->t('Search Tags'), | 
                                                                                                            
                                                            | 405 |  | -            'navigation.strength.good' => $this->trans->t('Good Strength'), | 
                                                                                                            
                                                            | 406 |  | -            'navigation.strength.medium' => $this->trans->t('Medium Strength'), | 
                                                                                                            
                                                            | 407 |  | -            'navigation.strength.bad' => $this->trans->t('Bad Strength'), | 
                                                                                                            
                                                            | 408 |  | -            'navigation.expired' => $this->trans->t('Expired'), | 
                                                                                                            
                                                            | 409 |  | -            'navigation.advanced.filter' => $this->trans->t('Filter Tags'), | 
                                                                                                            
                                                            | 410 |  | -            'navigation.advanced.checkbox' => $this->trans->t('Simple Navigation'), | 
                                                                                                            
                                                            |  | 402 | +			'navigation.show.all' => $this->trans->t('Show All'), | 
                                                                                                            
                                                            |  | 403 | +			'navigation.tags' => $this->trans->t('Tags'), | 
                                                                                                            
                                                            |  | 404 | +			'navigation.tags.search' => $this->trans->t('Search Tags'), | 
                                                                                                            
                                                            |  | 405 | +			'navigation.strength.good' => $this->trans->t('Good Strength'), | 
                                                                                                            
                                                            |  | 406 | +			'navigation.strength.medium' => $this->trans->t('Medium Strength'), | 
                                                                                                            
                                                            |  | 407 | +			'navigation.strength.bad' => $this->trans->t('Bad Strength'), | 
                                                                                                            
                                                            |  | 408 | +			'navigation.expired' => $this->trans->t('Expired'), | 
                                                                                                            
                                                            |  | 409 | +			'navigation.advanced.filter' => $this->trans->t('Filter Tags'), | 
                                                                                                            
                                                            |  | 410 | +			'navigation.advanced.checkbox' => $this->trans->t('Simple Navigation'), | 
                                                                                                            
                                                            | 411 | 411 |   | 
                                                                                                            
                                                            | 412 | 412 |   | 
                                                                                                            
                                                            | 413 | 413 |  			// templates/public_share.php |