-
-
Notifications
You must be signed in to change notification settings - Fork 319
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Frontend part of Duplicate Finder #2890
base: master
Are you sure you want to change the base?
Conversation
fdb2ac2
to
bb168cb
Compare
lang/cz/duplicate-finder.php
Outdated
|-------------------------------------------------------------------------- | ||
*/ | ||
'title' => 'Maintenance', | ||
'intro' => 'On this page you will find the duplicates pictures found in your database.', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'intro' => 'On this page you will find the duplicates pictures found in your database.', | |
'intro' => 'On this page you will find the duplicate pictures found in your database.', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed 766651b
lang/cz/maintenance.php
Outdated
'duplicates-title' => 'Title duplicates per albums', | ||
'duplicates-per-album' => 'Duplicates per albums', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'duplicates-title' => 'Title duplicates per albums', | |
'duplicates-per-album' => 'Duplicates per albums', | |
'duplicates-title' => 'Title duplicates per album', | |
'duplicates-per-album' => 'Duplicates per album', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed 766651b
(Will not work without the Backend part).
fixes #1762