-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1,272 changed files
with
63,951 additions
and
34,087 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
############# | ||
## wityCMS | ||
############# | ||
cache/[^.]*/ | ||
system/config/config.php | ||
system/config/database.php | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
[submodule "system/WTemplate"] | ||
path = system/WTemplate | ||
url = git://github.com/Creatiwity/WTemplate.git | ||
url = https://github.com/Creatiwity/WTemplate.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
## License | ||
|
||
The MIT License (MIT) | ||
|
||
Copyright (c) 2013 - Julien Blatecky and Johan Dufau | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy of | ||
this software and associated documentation files (the "Software"), to deal in | ||
the Software without restriction, including without limitation the rights to | ||
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of | ||
the Software, and to permit persons to whom the Software is furnished to do so, | ||
subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS | ||
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR | ||
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER | ||
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN | ||
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,6 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<lang value="en"> | ||
<!-- Actions --> | ||
<item id="mail_history">Inbox</item> | ||
<item id="mail_reply">Reply</item> | ||
<item id="new_mail">Compose</item> | ||
<item id="action_config">Configuration</item> | ||
|
||
<!-- Mail history --> | ||
<item id="emails_total">%s emails</item> | ||
<item id="from_thead">From</item> | ||
<item id="subject_thead">Subject</item> | ||
<item id="date_thead">Date</item> | ||
<item id="no_mail_found">No email found.</item> | ||
|
||
<!-- Mail detail --> | ||
<item id="missing_email_id">Email id is missing.</item> | ||
<item id="not_found_email_id">Unable to find this email.</item> | ||
|
||
<item id="from">From:</item> | ||
<item id="close">Close</item> | ||
|
||
<!-- Configuration --> | ||
<item id="config_site_from_name">Sender's name</item> | ||
<item id="config_site_from_email">Sender's email</item> | ||
<item id="contact_config_updated">The configuration was updated.</item> | ||
</lang> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,27 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<lang value="fr"> | ||
<!-- Actions --> | ||
<item id="mail_history">Boîte de réception</item> | ||
<item id="mail_reply">Répondre</item> | ||
<item id="new_mail">Nouveau message</item> | ||
<item id="action_config">Configuration</item> | ||
<item id="Inbox">Boîte de réception</item> | ||
<item id="Configuration">Configuration</item> | ||
|
||
<!-- Mail history --> | ||
<item id="emails_total">%s emails</item> | ||
<item id="from_thead">De</item> | ||
<item id="subject_thead">Objet</item> | ||
<item id="date_thead">Date</item> | ||
<item id="no_mail_found">Aucun email trouvé.</item> | ||
<item id="%s emails">%s emails</item> | ||
<item id="From">De</item> | ||
<item id="Subject">Objet</item> | ||
<item id="Date">Date</item> | ||
<item id="No email found.">Aucun email trouvé.</item> | ||
|
||
<!-- Mail detail --> | ||
<item id="missing_email_id">L'identifiatn de l'email est manquant.</item> | ||
<item id="not_found_email_id">Impossible de trouver cet email.</item> | ||
<item id="Email id is missing.">L'identifiant de l'email est manquant.</item> | ||
<item id="Unable to find this email.">Impossible de trouver cet email.</item> | ||
|
||
<item id="From:">De :</item> | ||
<item id="Download attachment">Télécharger la pièce jointe</item> | ||
<item id="Close">Fermer</item> | ||
<item id="Save">Sauvegarder</item> | ||
|
||
<item id="from">De :</item> | ||
<item id="close">Fermer</item> | ||
|
||
<!-- Configuration --> | ||
<item id="config_site_from_name">Nom de l'expéditeur</item> | ||
<item id="config_site_from_email">Email de l'expéditeur</item> | ||
<item id="contact_config_updated">La configuration a été mise à jour.</item> | ||
<item id="The configuration was updated.">La configuration a été mise à jour.</item> | ||
</lang> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.