Import later changes

This commit is contained in:
Fándly Gergő
2019-08-10 15:39:07 +03:00
parent d24a3edef4
commit caeaf3d8ef
10 changed files with 163 additions and 18 deletions

View File

@ -71,7 +71,7 @@ CREATE TABLE `projects` (
`path` varchar(125) NOT NULL default '',
`repo` varchar(125) NOT NULL default '',
`status` varchar(65) NOT NULL default '',
`image` text NOT NULL default '',
`image` varchar(125) NOT NULL default '',
PRIMARY KEY (`id`),
FOREIGN KEY (`owner`) REFERENCES users(`id`) ON DELETE CASCADE
) CHARACTER SET utf8 COLLATE utf8_general_ci;

View File

@ -114,6 +114,7 @@ projectlist="Project list"
description="Description"
path="Path"
repository="Repository"
image="Image"
;Errors
error[1]="Wrong username or password!"
@ -146,3 +147,4 @@ message[11]="Shipping information successfully deleted."
message[12]="Your profile has been deleted successfully. You won't be able to log in anymore. This process is irreversible."
message[13]="Request submitted successfully. Please be patient!"
message[14]="That's done, bro!"
message[15]="Project successfully created."

View File

@ -114,6 +114,7 @@ projectlist="Projekt lista"
description="Leírás"
path="Útvonal"
repository="Repó"
image="Kép"
;Errors
error[1]="Hibás felhasználónév vagy jelszó!"
@ -146,3 +147,4 @@ message[11]="Kiszállítási cím sikeresen törölve."
message[12]="A profilod sikeresen törölve. Többször nem tudsz majd belépni. Ez visszafordíthatatlan."
message[13]="Kérés sikeresen létrehozva. Kérlek légy türelemmel!"
message[14]="Kész van!"
message[15]="Projeck sikeresen létrehozva."