Changeset 567828
- Timestamp:
- 07/05/2012 02:24:06 PM (14 years ago)
- Location:
- wordpress-gps/trunk
- Files:
-
- 2 added
- 2 deleted
- 5 edited
-
gb_gps.php (modified) (1 diff)
-
include/config.php (modified) (1 diff)
-
include/lang.php (modified) (1 diff)
-
language/gb_gps-fr_FR.mo (added)
-
language/gb_gps-fr_FR.po (added)
-
language/gb_gps.pot (modified) (3 diffs)
-
language/gp_gps-en_US.mo (deleted)
-
language/gp_gps-en_US.po (deleted)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wordpress-gps/trunk/gb_gps.php
r566940 r567828 4 4 Plugin URI: http://www.globalis-ms.com 5 5 Description: This plugin Provide an admin screen to WordPress users in which they will choose one scenario to play. That scenario will help them through the WordPress administration thanks to WP-Pointers API 6 Version: 1.0. 96 Version: 1.0.10 7 7 Author: Lionel POINTET, GLOBALIS media systems 8 8 Author URI: http://www.globalis-ms.com -
wordpress-gps/trunk/include/config.php
r562383 r567828 8 8 9 9 // Name of the text domain 10 define('GB_GPS_TEXT_DOMAIN', 'g p_gps');10 define('GB_GPS_TEXT_DOMAIN', 'gb_gps'); -
wordpress-gps/trunk/include/lang.php
r562386 r567828 1 1 <?php 2 2 // Admin menu 3 define('GB_GPS_ADMIN_MENU_TITLE', __('WordPress GPS : lancer un scénario', GB_GPS_TEXT_DOMAIN));4 define('GB_GPS_ADMIN_MENU_SUBTITLE', __('S électionnez un scénario', GB_GPS_TEXT_DOMAIN));5 define('GB_GPS_ADMIN_MENU_LABEL', __('Sc énario à lancer', GB_GPS_TEXT_DOMAIN));3 define('GB_GPS_ADMIN_MENU_TITLE', __('WordPress GPS: launch a scenario', GB_GPS_TEXT_DOMAIN)); 4 define('GB_GPS_ADMIN_MENU_SUBTITLE', __('Select a scenario', GB_GPS_TEXT_DOMAIN)); 5 define('GB_GPS_ADMIN_MENU_LABEL', __('Scenario to launch', GB_GPS_TEXT_DOMAIN)); 6 6 define('GB_GPS_ADMIN_MENU_PAGE_TITLE', __('WordPress GPS', GB_GPS_TEXT_DOMAIN)); 7 7 define('GB_GPS_ADMIN_MENU_MENU_TITLE', __('GPS', GB_GPS_TEXT_DOMAIN)); 8 define('GB_GPS_ADMIN_MENU_LAUNCH_BUTTON', __('La ncer!', GB_GPS_TEXT_DOMAIN));8 define('GB_GPS_ADMIN_MENU_LAUNCH_BUTTON', __('Launch!', GB_GPS_TEXT_DOMAIN)); 9 9 10 10 // Scenarios strings 11 define('GB_GPS_ADD_POST_SCENARIO_LABEL', __('Cr éer un nouvel article', GB_GPS_TEXT_DOMAIN));12 define('GB_GPS_ADD_POST_SCENARIO_DESCRIPTION', __(' Permet de créer un nouvel article qui sera visible sur votresite.', GB_GPS_TEXT_DOMAIN));13 define('GB_GPS_MENU_POINTER_TITLE', __(' Aller dans le menu "%s"', GB_GPS_TEXT_DOMAIN));14 define('GB_GPS_MENU_POINTER_CONTENT', __('Cli quez sur "%s" afin d\'accéder à la partie correspondante. Vous verrez alors la liste de tous les%s.', GB_GPS_TEXT_DOMAIN));15 define('GB_GPS_ADD_FROM_LIST_POINTER_TITLE', __('O uvrir un nouveau formulaire', GB_GPS_TEXT_DOMAIN));16 define('GB_GPS_ADD_FROM_LIST_POINTER_CONTENT', __('Cli quez sur le bouton "Ajouter" afin d\'accéder au formulaire de création d\'un %s.', GB_GPS_TEXT_DOMAIN));11 define('GB_GPS_ADD_POST_SCENARIO_LABEL', __('Create a new post', GB_GPS_TEXT_DOMAIN)); 12 define('GB_GPS_ADD_POST_SCENARIO_DESCRIPTION', __('Allow to create a new post which will be visible on your website.', GB_GPS_TEXT_DOMAIN)); 13 define('GB_GPS_MENU_POINTER_TITLE', __('Go to the "%s" menu', GB_GPS_TEXT_DOMAIN)); 14 define('GB_GPS_MENU_POINTER_CONTENT', __('Click on "%s" to access the corresponding screen. You\'ll see the list of all %s.', GB_GPS_TEXT_DOMAIN)); 15 define('GB_GPS_ADD_FROM_LIST_POINTER_TITLE', __('Open a new form', GB_GPS_TEXT_DOMAIN)); 16 define('GB_GPS_ADD_FROM_LIST_POINTER_CONTENT', __('Click on the "Add new" button to access to the %s creation form.', GB_GPS_TEXT_DOMAIN)); 17 17 18 define('GB_GPS_ADD_CAT_TO_POST_SCENARIO_LABEL', __('Affect er une catégorie à un article', GB_GPS_TEXT_DOMAIN));19 define('GB_GPS_ADD_CAT_TO_POST_SCENARIO_DESCRIPTION', __(' Permet d\'ajouter une liaison entre un article existant et une catégorie.', GB_GPS_TEXT_DOMAIN));20 define('GB_GPS_ADD_CAT_TO_POST_LIST_POINTER_TITLE', __('S électionner un article', GB_GPS_TEXT_DOMAIN));21 define('GB_GPS_ADD_CAT_TO_POST_LIST_POINTER_CONTENT', __('Cli quez sur le titre de l\'article sur lequel vous souhaitez affecter la catégorie.', GB_GPS_TEXT_DOMAIN));22 define('GB_GPS_ADD_CAT_TO_POST_CATEGORY_POINTER_TITLE', __('C ocher la catégorie', GB_GPS_TEXT_DOMAIN));23 define('GB_GPS_ADD_CAT_TO_POST_CATEGORY_POINTER_CONTENT', __('C ochez la catégorie que vous voulez affecter à l\'article. Si elle n\'existe pas, vous pouvez en ajouter une nouvelle directement.', GB_GPS_TEXT_DOMAIN));18 define('GB_GPS_ADD_CAT_TO_POST_SCENARIO_LABEL', __('Affect a category to a post', GB_GPS_TEXT_DOMAIN)); 19 define('GB_GPS_ADD_CAT_TO_POST_SCENARIO_DESCRIPTION', __('Allow to add a link between an existing post and a category.', GB_GPS_TEXT_DOMAIN)); 20 define('GB_GPS_ADD_CAT_TO_POST_LIST_POINTER_TITLE', __('Select a post', GB_GPS_TEXT_DOMAIN)); 21 define('GB_GPS_ADD_CAT_TO_POST_LIST_POINTER_CONTENT', __('Click on the post title on which you want to affect the category', GB_GPS_TEXT_DOMAIN)); 22 define('GB_GPS_ADD_CAT_TO_POST_CATEGORY_POINTER_TITLE', __('Check the category', GB_GPS_TEXT_DOMAIN)); 23 define('GB_GPS_ADD_CAT_TO_POST_CATEGORY_POINTER_CONTENT', __('Check the category you want to affect to the post. If it doesn\'t exist, you can add one directly.', GB_GPS_TEXT_DOMAIN)); 24 24 25 define('GB_GPS_ADD_USER_SCENARIO_LABEL', __('A jouter un nouvel utilisateur', GB_GPS_TEXT_DOMAIN));26 define('GB_GPS_ADD_USER_SCENARIO_DESCRIPTION', __(' Permet d\'ajouter un nouvel utilisateur ayant accès au backoffice de WordPress.', GB_GPS_TEXT_DOMAIN));27 define('GB_GPS_LOGIN_FIELD_POINTER_CONTENT', __(' Remplissez le champ "Identifiant".', GB_GPS_TEXT_DOMAIN));28 define('GB_GPS_EMAIL_FIELD_POINTER_CONTENT', __(' Remplissez le champ "E-mail".', GB_GPS_TEXT_DOMAIN));29 define('GB_GPS_PASSWORD_FIELD_POINTER_CONTENT', __(' Remplissez les champs "Mot de passe".', GB_GPS_TEXT_DOMAIN));30 define('GB_GPS_ROLE_FIELD_POINTER_CONTENT', __('S électionnez le rôle souhaité pour cet utilisateur.', GB_GPS_TEXT_DOMAIN));25 define('GB_GPS_ADD_USER_SCENARIO_LABEL', __('Add a new user', GB_GPS_TEXT_DOMAIN)); 26 define('GB_GPS_ADD_USER_SCENARIO_DESCRIPTION', __('Allow to add a new user allowing to access to WordPress backend.', GB_GPS_TEXT_DOMAIN)); 27 define('GB_GPS_LOGIN_FIELD_POINTER_CONTENT', __('Fill in the "Login" field.', GB_GPS_TEXT_DOMAIN)); 28 define('GB_GPS_EMAIL_FIELD_POINTER_CONTENT', __('Fill in the "E-mail" field.', GB_GPS_TEXT_DOMAIN)); 29 define('GB_GPS_PASSWORD_FIELD_POINTER_CONTENT', __('Fill in the "Password" fields.', GB_GPS_TEXT_DOMAIN)); 30 define('GB_GPS_ROLE_FIELD_POINTER_CONTENT', __('Select the role you want for that user.', GB_GPS_TEXT_DOMAIN)); 31 31 32 define('GB_GPS_ADD_MEDIA_SCENARIO_LABEL', __('A jouter un média', GB_GPS_TEXT_DOMAIN));33 define('GB_GPS_ADD_MEDIA_SCENARIO_DESCRIPTION', __(' Permet d\'ajouter un nouveau média (image / PDF / son...) à la bibliothèque du site', GB_GPS_TEXT_DOMAIN));34 define('GB_GPS_ADD_MEDIA_UPLOAD_POINTER_TITLE', __(' Envoyer les fichiers', GB_GPS_TEXT_DOMAIN));35 define('GB_GPS_ADD_MEDIA_UPLOAD_POINTER_CONTENT', __(' Vous pouvez parcourir vos fichiers ou les glisser dans la zone afin d\'en ajouter de nouveaux.', GB_GPS_TEXT_DOMAIN));32 define('GB_GPS_ADD_MEDIA_SCENARIO_LABEL', __('Add a media', GB_GPS_TEXT_DOMAIN)); 33 define('GB_GPS_ADD_MEDIA_SCENARIO_DESCRIPTION', __('Allow to add a new media (picture / PDF / sound...) to the website\'s library', GB_GPS_TEXT_DOMAIN)); 34 define('GB_GPS_ADD_MEDIA_UPLOAD_POINTER_TITLE', __('Send the files', GB_GPS_TEXT_DOMAIN)); 35 define('GB_GPS_ADD_MEDIA_UPLOAD_POINTER_CONTENT', __('You can browse your files or drag them in the area to add new ones.', GB_GPS_TEXT_DOMAIN)); 36 36 37 define('GB_GPS_UPDATE_MENUS_SCENARIO_LABEL', __(' Mettre à jour lesmenus', GB_GPS_TEXT_DOMAIN));38 define('GB_GPS_UPDATE_MENUS_SCENARIO_DESCRIPTION', __(' Permet de modifier un ou plusieurs menus personnalisés.', GB_GPS_TEXT_DOMAIN));39 define('GB_GPS_UPDATE_MENUS_CHOOSE_MENU_POINTER_CONTENT', __('1. Cho isissez un menu ou créez-en un nouveau.', GB_GPS_TEXT_DOMAIN));40 define('GB_GPS_UPDATE_MENUS_ADD_TO_MENU_POINTER_CONTENT', __('2. A joutez des éléments à votre menu après les avoir sélectionnés.', GB_GPS_TEXT_DOMAIN));41 define('GB_GPS_UPDATE_MENUS_SAVE_MENU_POINTER_CONTENT', __('3. N\'oubliez pas d\'enregistrer votre menu après les modifications.', GB_GPS_TEXT_DOMAIN));37 define('GB_GPS_UPDATE_MENUS_SCENARIO_LABEL', __('Update menus', GB_GPS_TEXT_DOMAIN)); 38 define('GB_GPS_UPDATE_MENUS_SCENARIO_DESCRIPTION', __('Allow to modify one or more custom menus.', GB_GPS_TEXT_DOMAIN)); 39 define('GB_GPS_UPDATE_MENUS_CHOOSE_MENU_POINTER_CONTENT', __('1. Choose a menu or create a new one.', GB_GPS_TEXT_DOMAIN)); 40 define('GB_GPS_UPDATE_MENUS_ADD_TO_MENU_POINTER_CONTENT', __('2. Add some items to your menu after having selected them.', GB_GPS_TEXT_DOMAIN)); 41 define('GB_GPS_UPDATE_MENUS_SAVE_MENU_POINTER_CONTENT', __('3. Add some items to your menu after having selected them.', GB_GPS_TEXT_DOMAIN)); 42 42 43 43 // Messages 44 define('GB_GPS_MESSAGE_LAUNCHED_SCENARIO', __(' Le scénario a bien été lancé.', GB_GPS_TEXT_DOMAIN));45 define('GB_GPS_MESSAGE_CAPABILITY_ERROR', __(' Ne refaites jamais ça!', GB_GPS_TEXT_DOMAIN));44 define('GB_GPS_MESSAGE_LAUNCHED_SCENARIO', __('Scenario launched.', GB_GPS_TEXT_DOMAIN)); 45 define('GB_GPS_MESSAGE_CAPABILITY_ERROR', __('Don\'t do this ever again!', GB_GPS_TEXT_DOMAIN)); 46 46 47 47 // Generic strings 48 define('GB_GPS_LOWER_CASE_USERS', __('u tilisateurs', GB_GPS_TEXT_DOMAIN));49 define('GB_GPS_LOWER_CASE_USER', __('u tilisateur', GB_GPS_TEXT_DOMAIN));50 define('GB_GPS_LOWER_CASE_MEDIAS', __('m édias', GB_GPS_TEXT_DOMAIN));51 define('GB_GPS_LOWER_CASE_MEDIA', __('m édia', GB_GPS_TEXT_DOMAIN));52 define('GB_GPS_LOWER_CASE_THEMES', __('th èmes', GB_GPS_TEXT_DOMAIN));48 define('GB_GPS_LOWER_CASE_USERS', __('users', GB_GPS_TEXT_DOMAIN)); 49 define('GB_GPS_LOWER_CASE_USER', __('user', GB_GPS_TEXT_DOMAIN)); 50 define('GB_GPS_LOWER_CASE_MEDIAS', __('medias', GB_GPS_TEXT_DOMAIN)); 51 define('GB_GPS_LOWER_CASE_MEDIA', __('media', GB_GPS_TEXT_DOMAIN)); 52 define('GB_GPS_LOWER_CASE_THEMES', __('themes', GB_GPS_TEXT_DOMAIN)); -
wordpress-gps/trunk/language/gb_gps.pot
r562386 r567828 3 3 "Project-Id-Version: WordPress GPS 1.0\n" 4 4 "Report-Msgid-Bugs-To: \n" 5 "POT-Creation-Date: 2012-0 6-13 15:27+0100\n"6 "PO-Revision-Date: 2012-0 6-13 15:27+0100\n"5 "POT-Creation-Date: 2012-07-05 15:42+0100\n" 6 "PO-Revision-Date: 2012-07-05 15:42+0100\n" 7 7 "Last-Translator: Lionel Pointet <lionel.pointet@globalis-ms.com>\n" 8 8 "Language-Team: Lionel POINTET <lionel.pointet@globalis-ms.com>\n" … … 18 18 19 19 #: lang.php:3 20 msgid "WordPress GPS : lancer un scénario"20 msgid "WordPress GPS: launch a scenario" 21 21 msgstr "" 22 22 23 23 #: lang.php:4 24 msgid "S électionnez un scénario"24 msgid "Select a scenario" 25 25 msgstr "" 26 26 27 27 #: lang.php:5 28 msgid "Sc énario à lancer"28 msgid "Scenario to launch" 29 29 msgstr "" 30 30 … … 38 38 39 39 #: lang.php:8 40 msgid "La ncer!"40 msgid "Launch!" 41 41 msgstr "" 42 42 43 43 #: lang.php:11 44 msgid "Cr éer un nouvel article"44 msgid "Create a new post" 45 45 msgstr "" 46 46 47 47 #: lang.php:12 48 msgid " Permet de créer un nouvel article qui sera visible sur votresite."48 msgid "Allow to create a new post which will be visible on your website." 49 49 msgstr "" 50 50 51 51 #: lang.php:13 52 52 #, php-format 53 msgid " Aller dans le menu \"%s\""53 msgid "Go to the \"%s\" menu" 54 54 msgstr "" 55 55 56 56 #: lang.php:14 57 57 #, php-format 58 msgid "Cli quez sur \"%s\" afin d'accéder à la partie correspondante. Vous verrez alors la liste de tous les%s."58 msgid "Click on \"%s\" to access the corresponding screen. You'll see the list of all %s." 59 59 msgstr "" 60 60 61 61 #: lang.php:15 62 msgid "O uvrir un nouveau formulaire"62 msgid "Open a new form" 63 63 msgstr "" 64 64 65 65 #: lang.php:16 66 66 #, php-format 67 msgid "Cli quez sur le bouton \"Ajouter\" afin d'accéder au formulaire de création d'un %s."67 msgid "Click on the \"Add new\" button to access to the %s creation form." 68 68 msgstr "" 69 69 70 70 #: lang.php:18 71 msgid "Affect er une catégorie à un article"71 msgid "Affect a category to a post" 72 72 msgstr "" 73 73 74 74 #: lang.php:19 75 msgid " Permet d'ajouter une liaison entre un article existant et une catégorie."75 msgid "Allow to add a link between an existing post and a category." 76 76 msgstr "" 77 77 78 78 #: lang.php:20 79 msgid "S électionner un article"79 msgid "Select a post" 80 80 msgstr "" 81 81 82 82 #: lang.php:21 83 msgid "Cli quez sur le titre de l'article sur lequel vous souhaitez affecter la catégorie."83 msgid "Click on the post title on which you want to affect the category" 84 84 msgstr "" 85 85 86 86 #: lang.php:22 87 msgid "C ocher la catégorie"87 msgid "Check the category" 88 88 msgstr "" 89 89 90 90 #: lang.php:23 91 msgid "C ochez la catégorie que vous voulez affecter à l'article. Si elle n'existe pas, vous pouvez en ajouter une nouvelle directement."91 msgid "Check the category you want to affect to the post. If it doesn't exist, you can add one directly." 92 92 msgstr "" 93 93 94 94 #: lang.php:25 95 msgid "A jouter un nouvel utilisateur"95 msgid "Add a new user" 96 96 msgstr "" 97 97 98 98 #: lang.php:26 99 msgid " Permet d'ajouter un nouvel utilisateur ayant accès au backoffice de WordPress."99 msgid "Allow to add a new user allowing to access to WordPress backend." 100 100 msgstr "" 101 101 102 102 #: lang.php:27 103 msgid " Remplissez le champ \"Identifiant\"."103 msgid "Fill in the \"Login\" field." 104 104 msgstr "" 105 105 106 106 #: lang.php:28 107 msgid " Remplissez le champ \"E-mail\"."107 msgid "Fill in the \"E-mail\" field." 108 108 msgstr "" 109 109 110 110 #: lang.php:29 111 msgid " Remplissez les champs \"Mot de passe\"."111 msgid "Fill in the \"Password\" fields." 112 112 msgstr "" 113 113 114 114 #: lang.php:30 115 msgid "S électionnez le rôle souhaité pour cet utilisateur."115 msgid "Select the role you want for that user." 116 116 msgstr "" 117 117 118 118 #: lang.php:32 119 msgid "A jouter un média"119 msgid "Add a media" 120 120 msgstr "" 121 121 122 122 #: lang.php:33 123 msgid " Permet d'ajouter un nouveau média (image / PDF / son...) à la bibliothèque du site"123 msgid "Allow to add a new media (picture / PDF / sound...) to the website's library" 124 124 msgstr "" 125 125 126 126 #: lang.php:34 127 msgid " Envoyer les fichiers"127 msgid "Send the files" 128 128 msgstr "" 129 129 130 130 #: lang.php:35 131 msgid " Vous pouvez parcourir vos fichiers ou les glisser dans la zone afin d'en ajouter de nouveaux."131 msgid "You can browse your files or drag them in the area to add new ones." 132 132 msgstr "" 133 133 134 134 #: lang.php:37 135 msgid " Mettre à jour lesmenus"135 msgid "Update menus" 136 136 msgstr "" 137 137 138 138 #: lang.php:38 139 msgid " Permet de modifier un ou plusieurs menus personnalisés."139 msgid "Allow to modify one or more custom menus." 140 140 msgstr "" 141 141 142 142 #: lang.php:39 143 msgid "1. Cho isissez un menu ou créez-en un nouveau."143 msgid "1. Choose a menu or create a new one." 144 144 msgstr "" 145 145 146 146 #: lang.php:40 147 msgid "2. A joutez des éléments à votre menu après les avoir sélectionnés."147 msgid "2. Add some items to your menu after having selected them." 148 148 msgstr "" 149 149 150 150 #: lang.php:41 151 msgid "3. N'oubliez pas d'enregistrer votre menu après les modifications."151 msgid "3. Add some items to your menu after having selected them." 152 152 msgstr "" 153 153 154 154 #: lang.php:44 155 msgid " Le scénario a bien été lancé."155 msgid "Scenario launched." 156 156 msgstr "" 157 157 158 158 #: lang.php:45 159 msgid " Ne refaites jamais ça!"159 msgid "Don't do this ever again!" 160 160 msgstr "" 161 161 162 162 #: lang.php:48 163 msgid "u tilisateurs"163 msgid "users" 164 164 msgstr "" 165 165 166 166 #: lang.php:49 167 msgid "u tilisateur"167 msgid "user" 168 168 msgstr "" 169 169 170 170 #: lang.php:50 171 msgid "m édias"171 msgid "medias" 172 172 msgstr "" 173 173 174 174 #: lang.php:51 175 msgid "m édia"175 msgid "media" 176 176 msgstr "" 177 177 178 178 #: lang.php:52 179 msgid "th èmes"179 msgid "themes" 180 180 msgstr "" 181 181 -
wordpress-gps/trunk/readme.txt
r566940 r567828 4 4 Requires at least: 3.3.0 5 5 Tested up to: 3.4 6 Stable tag: 1.0. 96 Stable tag: 1.0.10 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 46 46 47 47 == Changelog == 48 49 = 1.0.10 = 50 * Fixed textdomain name & set English as default language 48 51 49 52 = 1.0.9 =
Note: See TracChangeset
for help on using the changeset viewer.