Change project name

master
Julien Rosset 5 years ago
parent 7cd72d515b
commit 80ed75d773

@ -1,3 +1,3 @@
###> doctrine/doctrine-bundle ###
DATABASE_URL=pdo-mysql://wishlist:jBiKNAUk7f84OtqeHMhC@localhost:3306/wishlist?serverVersion=mariadb-10.4.7&charset=UTF-8
DATABASE_URL=pdo-mysql://giftopic:jBiKNAUk7f84OtqeHMhC@localhost:3306/giftopic?serverVersion=mariadb-10.4.7&charset=UTF-8
###< doctrine/doctrine-bundle ###

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="GitToolBoxProjectSettings">
<option name="autoFetch" value="false" />
<option name="autoFetchOnBranchSwitch" value="false" />
<option name="commitDialogCompletion" value="false" />
</component>
</project>

@ -2,7 +2,7 @@
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/WishList.iml" filepath="$PROJECT_DIR$/.idea/WishList.iml" />
<module fileurl="file://$PROJECT_DIR$/.idea/giftopic.iml" filepath="$PROJECT_DIR$/.idea/giftopic.iml" />
</modules>
</component>
</project>

@ -1,2 +1,2 @@
# WishList
# Giftopic
Site web de gestion de listes de voeux (cadeaux)

@ -2,7 +2,7 @@
<html lang="fr">
<head>
<meta charset="UTF-8">
<title>WishList - {% block title %}{% endblock %}</title>
<title>Giftopic - {% block title %}{% endblock %}</title>
{% block stylesheets %}{% endblock %}
</head>
<body>

@ -10,7 +10,7 @@
<unit id="welcome">
<segment>
<source>welcome</source>
<target>Welcome on WishList</target>
<target>Welcome on Giftopic</target>
</segment>
</unit>
</file>

@ -10,7 +10,7 @@
<unit id="welcome">
<segment>
<source>welcome</source>
<target>Bienvenue sur WishList</target>
<target>Bienvenue sur Giftopic</target>
</segment>
</unit>
</file>

Loading…
Cancel
Save