Cleanup of the image carousel code and index.css code
This commit is contained in:
parent
21c71febca
commit
c7f33a9490
14 changed files with 190 additions and 318 deletions
|
@ -434,6 +434,18 @@ export default class Translations {
|
|||
nl: "<span class='thanks'>Je afbeelding is toegevoegd. Bedankt om te helpen!</span>",
|
||||
fr: "<span class='thanks'>Votre photo est ajouté. Merci beaucoup!</span>",
|
||||
gl: "<span class='thanks'>A túa imaxe foi engadida. Grazas por axudar.</span>"
|
||||
}),
|
||||
dontDelete: new T({
|
||||
"nl":"Terug",
|
||||
"en":"Cancel"
|
||||
}),
|
||||
doDelete: new T({
|
||||
"nl":"Verwijder afbeelding",
|
||||
"en":"Remove image"
|
||||
}),
|
||||
isDeleted: new T({
|
||||
"nl":"Verwijderd",
|
||||
"en":"Deleted"
|
||||
})
|
||||
},
|
||||
centerMessage: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue