Completed
Push — master ( dba146...f667f0 )
by
unknown
12:39 queued 02:38
created
controller/translationcontroller.php 1 patch
Indentation   +20 added lines, -20 removed lines patch added patch discarded remove patch
@@ -140,8 +140,8 @@  discard block
 block discarded – undo
140 140
 			'password.r' => $this->trans->t('Repeat password'),
141 141
 			'add.tag' => $this->trans->t('Add tag'),
142 142
 			'pick.icon' => $this->trans->t('Pick an icon'),
143
-	            'pick.icon.search' => $this->trans->t('Search icons'),
144
-        	    'pick.icon.custom.label' => $this->trans->t('Upload a custom icon:'),
143
+				'pick.icon.search' => $this->trans->t('Search icons'),
144
+				'pick.icon.custom.label' => $this->trans->t('Upload a custom icon:'),
145 145
 			'use.icon' => $this->trans->t('Use this icon'),
146 146
 			'use.icon.delete' => $this->trans->t('Delete current icon'),
147 147
 			'use.icon.refresh' => $this->trans->t('Get icon from page'),
@@ -353,15 +353,15 @@  discard block
 block discarded – undo
353 353
 			'decline' => $this->trans->t('Decline'),
354 354
 			'session.time.left' => $this->trans->t('You have {{session_time}} left before logout.'),
355 355
 			'vault.locked' => $this->trans->t('Your vault has been locked for {{time}} because of {{tries}} failed attempts!'),
356
-            'vault.hint.hello' => $this->trans->t('Hello there!'),
357
-            'vault.hint.hello.add' => $this->trans->t('It does not seem that you have any passwords. Do you want to add one?'),
358
-            'vault.hint.list.nogood' => $this->trans->t('You don\'t have good credentials'),
359
-            'vault.hint.list.nomedium' => $this->trans->t('You don\'t have medium credentials'),
360
-            'vault.hint.list.nobad' => $this->trans->t('You don\'t have bad credentials'),
361
-            'vault.hint.list.noexpired' => $this->trans->t('You don\'t have expired credentials'),
362
-            'vault.hint.list.nodeleted' => $this->trans->t('You don\'t have deleted credentials'),
363
-            'vault.hint.list.notags' => $this->trans->t('There are no credentials with your selected tags'),
364
-            'vault.hint.list.nosearch' => $this->trans->t('There are no credentials matching'),
356
+			'vault.hint.hello' => $this->trans->t('Hello there!'),
357
+			'vault.hint.hello.add' => $this->trans->t('It does not seem that you have any passwords. Do you want to add one?'),
358
+			'vault.hint.list.nogood' => $this->trans->t('You don\'t have good credentials'),
359
+			'vault.hint.list.nomedium' => $this->trans->t('You don\'t have medium credentials'),
360
+			'vault.hint.list.nobad' => $this->trans->t('You don\'t have bad credentials'),
361
+			'vault.hint.list.noexpired' => $this->trans->t('You don\'t have expired credentials'),
362
+			'vault.hint.list.nodeleted' => $this->trans->t('You don\'t have deleted credentials'),
363
+			'vault.hint.list.notags' => $this->trans->t('There are no credentials with your selected tags'),
364
+			'vault.hint.list.nosearch' => $this->trans->t('There are no credentials matching'),
365 365
 
366 366
 
367 367
 			// templates/views/vaults.html
@@ -407,15 +407,15 @@  discard block
 block discarded – undo
407 407
 			'deleted.credentials' => $this->trans->t('Deleted credentials'),
408 408
 			'logout' => $this->trans->t('Logout'),
409 409
 			'donate' => $this->trans->t('Donate'),
410
-	            'navigation.show.all' => $this->trans->t('Show All'),
411
-        	    'navigation.tags' => $this->trans->t('Tags'),
412
-	            'navigation.tags.search' => $this->trans->t('Search Tags'),
413
-	            'navigation.strength.good' => $this->trans->t('Good Strength'),
414
-	            'navigation.strength.medium' => $this->trans->t('Medium Strength'),
415
-	            'navigation.strength.bad' => $this->trans->t('Bad Strength'),
416
-	            'navigation.expired' => $this->trans->t('Expired'),
417
-	            'navigation.advanced.filter' => $this->trans->t('Filter Tags'),
418
-	            'navigation.advanced.checkbox' => $this->trans->t('Simple Navigation'),
410
+				'navigation.show.all' => $this->trans->t('Show All'),
411
+				'navigation.tags' => $this->trans->t('Tags'),
412
+				'navigation.tags.search' => $this->trans->t('Search Tags'),
413
+				'navigation.strength.good' => $this->trans->t('Good Strength'),
414
+				'navigation.strength.medium' => $this->trans->t('Medium Strength'),
415
+				'navigation.strength.bad' => $this->trans->t('Bad Strength'),
416
+				'navigation.expired' => $this->trans->t('Expired'),
417
+				'navigation.advanced.filter' => $this->trans->t('Filter Tags'),
418
+				'navigation.advanced.checkbox' => $this->trans->t('Simple Navigation'),
419 419
 
420 420
 
421 421
 			// templates/public_share.php
Please login to merge, or discard this patch.