This repository has been archived by the owner on May 8, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Skyost
committed
Apr 2, 2015
1 parent
defa061
commit 75661c7
Showing
11 changed files
with
307 additions
and
125 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
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
Large diffs are not rendered by default.
Oops, something went wrong.
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
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,71 @@ | ||
<?php | ||
// Main page : | ||
|
||
define('PP_PROJECT_NAME', 'Project\'s name'); | ||
define('PP_PROJECT_LINK', 'Link'); | ||
define('PP_NOPROJECT', 'Nothing here.'); | ||
define('PP_NOLINK', 'Here either.'); | ||
define('PP_NOCATEGORY', 'No category.'); | ||
define('PP_POWEREDBY', 'Powered by ' . PP_APP_NAME . ' v' . PP_APP_VERSION . ' by ' . PP_APP_AUTHOR); | ||
define('PP_ADMIN', 'Admin'); | ||
define('PP_ENABLE_ADFLY', 'Enable adf.ly links'); | ||
define('PP_DISABLE_ADFLY', 'Disable adf.ly links'); | ||
|
||
// Admin page : | ||
|
||
define('PP_ADMINAREA', 'Admin Area'); | ||
define('PP_LOGINPAGE_TITLE', 'Login'); | ||
define('PP_USERNAME', 'Username'); | ||
define('PP_PASSWORD', 'Password'); | ||
define('PP_LOGIN', 'Login !'); | ||
define('PP_LOGIN_ERROR', 'Wrong username or password !'); | ||
define('PP_WEBSITE_CONFIGURATION', 'Website configuration'); | ||
define('PP_WEBSITE_META', 'Site meta'); | ||
define('PP_WEBSITE_TITLE', 'Title'); | ||
define('PP_WEBSITE_DESCRIPTION', 'Description'); | ||
define('PP_WEBSITE_KEYWORDS', 'Keywords'); | ||
define('PP_WEBSITE_AUTHOR', 'Author'); | ||
define('PP_WEBSITE_LANGUAGE', 'Language'); | ||
define('PP_WEBSITE_ADFLY', 'AdfLy'); | ||
define('PP_WEBSITE_ADFLY_ENABLE', 'Enable adf.ly links (the user is still able to choose if he wants to disable it)'); | ||
define('PP_WEBSITE_ADFLY_ID', 'ID'); | ||
define('PP_CATEGORIES', 'Categories'); | ||
define('PP_CATEGORIES_ADD', 'Add a category'); | ||
define('PP_CATEGORIES_NAME', 'Name'); | ||
define('PP_CATEGORIES_REMOVE', 'Remove a category'); | ||
define('PP_CATEGORIES_RENAME', 'Rename a category'); | ||
define('PP_CATEGORIES_RENAME_NEWNAME', 'New name'); | ||
define('PP_CATEGORIES_CATEGORY', 'Category'); | ||
define('PP_PROJECTS', 'Projects'); | ||
define('PP_PROJECTS_ADD', 'Add a project'); | ||
define('PP_PROJECTS_NAME', 'Name'); | ||
define('PP_PROJECTS_CATEGORY', 'Category'); | ||
define('PP_PROJECTS_LINK', 'Link'); | ||
define('PP_PROJECTS_DESCRIPTION', 'Description'); | ||
define('PP_PROJECTS_REMOVE', 'Remove a project'); | ||
define('PP_PROJECTS_EDIT', 'Edit a project'); | ||
define('PP_PROJECTS_PROJECT', 'Project'); | ||
define('PP_ADD', 'Add !'); | ||
define('PP_REMOVE', 'Remove !'); | ||
define('PP_UPDATE', 'Update !'); | ||
define('PP_EXPAND', 'Expand'); | ||
define('PP_COLLAPSE', 'Collapse'); | ||
define('PP_LOGOUT', 'Logout'); | ||
define('PP_UPDATE_CHECKING', 'Checking for updates...'); | ||
define('PP_UPDATE_AVAILABLE', 'An update is available (v/version/)'); | ||
define('PP_UPDATE_NOUPDATE', 'You have the latest version (v/version/)'); | ||
define('PP_UPDATE_ERROR', 'An error occurred while checking for updates'); | ||
define('PP_MESSAGE_METACHANGED', 'Successfully changed website\'s meta ! If you changed your website\'s language, you have to refresh this page ;)'); | ||
define('PP_MESSAGE_ADFLYCHANGED', 'Successfully changed adf.ly preferences !'); | ||
define('PP_MESSAGE_CATEGORYADDED', 'Category added !'); | ||
define('PP_MESSAGE_CATEGORYREMOVED', 'Category removed.'); | ||
define('PP_MESSAGE_CANNOTREMOVE', 'You cannot delete the last category !'); | ||
define('PP_MESSAGE_CATEGORYRENAMED', 'Category renamed.'); | ||
define('PP_MESSAGE_PROJECTADDED', 'Project added !'); | ||
define('PP_MESSAGE_PROJECTREMOVED', 'Project removed.'); | ||
define('PP_MESSAGE_PROJECTUPDATED', 'Project updated !'); | ||
|
||
// Do not edit this line ! | ||
|
||
define('PP_TRANSLATION_VERSION', 1); | ||
?> |
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,71 @@ | ||
<?php | ||
// Page principale : | ||
|
||
define('PP_PROJECT_NAME', 'Nom du projet'); | ||
define('PP_PROJECT_LINK', 'Lien'); | ||
define('PP_NOPROJECT', 'Rien ici.'); | ||
define('PP_NOLINK', 'Ici non plus.'); | ||
define('PP_NOCATEGORY', 'Pas de catégorie.'); | ||
define('PP_POWEREDBY', 'Propulsé par ' . PP_APP_NAME . ' v' . PP_APP_VERSION . ' by ' . PP_APP_AUTHOR); | ||
define('PP_ADMIN', 'Admin'); | ||
define('PP_ENABLE_ADFLY', 'Activer les liens adf.ly'); | ||
define('PP_DISABLE_ADFLY', 'Désactiver les liens adf.ly'); | ||
|
||
// Zone d'administration : | ||
|
||
define('PP_ADMINAREA', 'Zone d\'Administration'); | ||
define('PP_LOGINPAGE_TITLE', 'Connexion'); | ||
define('PP_USERNAME', 'Nom d\'utilisateur'); | ||
define('PP_PASSWORD', 'Mot de passe'); | ||
define('PP_LOGIN', 'Connexion !'); | ||
define('PP_LOGIN_ERROR', 'Nom d\'utilisateur ou mot de passe incorrect !'); | ||
define('PP_WEBSITE_CONFIGURATION', 'Configuration du site web'); | ||
define('PP_WEBSITE_META', 'Métadonnées du site'); | ||
define('PP_WEBSITE_TITLE', 'Titre'); | ||
define('PP_WEBSITE_DESCRIPTION', 'Description'); | ||
define('PP_WEBSITE_KEYWORDS', 'Mots clés'); | ||
define('PP_WEBSITE_AUTHOR', 'Auteur'); | ||
define('PP_WEBSITE_LANGUAGE', 'Langage'); | ||
define('PP_WEBSITE_ADFLY', 'AdfLy'); | ||
define('PP_WEBSITE_ADFLY_ENABLE', 'Activer les liens adf.ly (l\'utilisateur peut encore choisir de les désactiver)'); | ||
define('PP_WEBSITE_ADFLY_ID', 'ID'); | ||
define('PP_CATEGORIES', 'Catégories'); | ||
define('PP_CATEGORIES_ADD', 'Ajouter une catégorie'); | ||
define('PP_CATEGORIES_NAME', 'Nom'); | ||
define('PP_CATEGORIES_REMOVE', 'Supprimer une catégorie'); | ||
define('PP_CATEGORIES_RENAME', 'Renommer une catégorie'); | ||
define('PP_CATEGORIES_RENAME_NEWNAME', 'Nouveau nom'); | ||
define('PP_CATEGORIES_CATEGORY', 'Catégorie'); | ||
define('PP_PROJECTS', 'Projets'); | ||
define('PP_PROJECTS_ADD', 'Ajouter un projet'); | ||
define('PP_PROJECTS_NAME', 'Nom'); | ||
define('PP_PROJECTS_CATEGORY', 'Catégorie'); | ||
define('PP_PROJECTS_LINK', 'Lien'); | ||
define('PP_PROJECTS_DESCRIPTION', 'Description'); | ||
define('PP_PROJECTS_REMOVE', 'Supprimer un projet'); | ||
define('PP_PROJECTS_EDIT', 'Éditer un projet'); | ||
define('PP_PROJECTS_PROJECT', 'Projet'); | ||
define('PP_ADD', 'Ajouter !'); | ||
define('PP_REMOVE', 'Supprimer !'); | ||
define('PP_UPDATE', 'Mettre à jour !'); | ||
define('PP_EXPAND', 'Étendre'); | ||
define('PP_COLLAPSE', 'Réduire'); | ||
define('PP_LOGOUT', 'Déconnexion'); | ||
define('PP_UPDATE_CHECKING', 'Vérification des mises à jour...'); | ||
define('PP_UPDATE_AVAILABLE', 'Une mise à jour est disponible (v/version/)'); | ||
define('PP_UPDATE_NOUPDATE', 'Vous avez la dernière version (v/version/)'); | ||
define('PP_UPDATE_ERROR', 'Une erreur est survenue pendant la vérification de mises à jour'); | ||
define('PP_MESSAGE_METACHANGED', 'Métadonnées changées avec succès ! Si vous avez changé de language, veuillez rafraichier la page ;)'); | ||
define('PP_MESSAGE_ADFLYCHANGED', 'Paramètres adf.ly changés avec succès !'); | ||
define('PP_MESSAGE_CATEGORYADDED', 'Catégorie ajoutée !'); | ||
define('PP_MESSAGE_CATEGORYREMOVED', 'Catégorie supprimée.'); | ||
define('PP_MESSAGE_CANNOTREMOVE', 'Vous ne pouvez pas supprimer la dernière catégorie !'); | ||
define('PP_MESSAGE_CATEGORYRENAMED', 'Catégorie renommée.'); | ||
define('PP_MESSAGE_PROJECTADDED', 'Projet ajouté !'); | ||
define('PP_MESSAGE_PROJECTREMOVED', 'Projet supprimé.'); | ||
define('PP_MESSAGE_PROJECTUPDATED', 'Projet mis à jour !'); | ||
|
||
// Ne modifiez pas cette ligne ! | ||
|
||
define('PP_TRANSLATION_VERSION', 1); | ||
?> |
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
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 +1 @@ | ||
0.1 | ||
0.2 |