Plugin Directory

Changeset 567828


Ignore:
Timestamp:
07/05/2012 02:24:06 PM (14 years ago)
Author:
lpointet
Message:

Fixed textdomain name & set English as default language

Location:
wordpress-gps/trunk
Files:
2 added
2 deleted
5 edited

Legend:

Unmodified
Added
Removed
  • wordpress-gps/trunk/gb_gps.php

    r566940 r567828  
    44Plugin URI: http://www.globalis-ms.com
    55Description: 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.9
     6Version: 1.0.10
    77Author: Lionel POINTET, GLOBALIS media systems
    88Author URI: http://www.globalis-ms.com
  • wordpress-gps/trunk/include/config.php

    r562383 r567828  
    88
    99// Name of the text domain
    10 define('GB_GPS_TEXT_DOMAIN', 'gp_gps');
     10define('GB_GPS_TEXT_DOMAIN', 'gb_gps');
  • wordpress-gps/trunk/include/lang.php

    r562386 r567828  
    11<?php
    22// 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));
     3define('GB_GPS_ADMIN_MENU_TITLE', __('WordPress GPS: launch a scenario', GB_GPS_TEXT_DOMAIN));
     4define('GB_GPS_ADMIN_MENU_SUBTITLE', __('Select a scenario', GB_GPS_TEXT_DOMAIN));
     5define('GB_GPS_ADMIN_MENU_LABEL', __('Scenario to launch', GB_GPS_TEXT_DOMAIN));
    66define('GB_GPS_ADMIN_MENU_PAGE_TITLE', __('WordPress GPS', GB_GPS_TEXT_DOMAIN));
    77define('GB_GPS_ADMIN_MENU_MENU_TITLE', __('GPS', GB_GPS_TEXT_DOMAIN));
    8 define('GB_GPS_ADMIN_MENU_LAUNCH_BUTTON', __('Lancer !', GB_GPS_TEXT_DOMAIN));
     8define('GB_GPS_ADMIN_MENU_LAUNCH_BUTTON', __('Launch!', GB_GPS_TEXT_DOMAIN));
    99
    1010// 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 votre site.', 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', __('Cliquez 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', __('Ouvrir un nouveau formulaire', GB_GPS_TEXT_DOMAIN));
    16 define('GB_GPS_ADD_FROM_LIST_POINTER_CONTENT', __('Cliquez sur le bouton "Ajouter" afin d\'accéder au formulaire de création d\'un %s.', GB_GPS_TEXT_DOMAIN));
     11define('GB_GPS_ADD_POST_SCENARIO_LABEL', __('Create a new post', GB_GPS_TEXT_DOMAIN));
     12define('GB_GPS_ADD_POST_SCENARIO_DESCRIPTION', __('Allow to create a new post which will be visible on your website.', GB_GPS_TEXT_DOMAIN));
     13define('GB_GPS_MENU_POINTER_TITLE', __('Go to the "%s" menu', GB_GPS_TEXT_DOMAIN));
     14define('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));
     15define('GB_GPS_ADD_FROM_LIST_POINTER_TITLE', __('Open a new form', GB_GPS_TEXT_DOMAIN));
     16define('GB_GPS_ADD_FROM_LIST_POINTER_CONTENT', __('Click on the "Add new" button to access to the %s creation form.', GB_GPS_TEXT_DOMAIN));
    1717
    18 define('GB_GPS_ADD_CAT_TO_POST_SCENARIO_LABEL', __('Affecter 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', __('Cliquez 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', __('Cocher la catégorie', GB_GPS_TEXT_DOMAIN));
    23 define('GB_GPS_ADD_CAT_TO_POST_CATEGORY_POINTER_CONTENT', __('Cochez 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));
     18define('GB_GPS_ADD_CAT_TO_POST_SCENARIO_LABEL', __('Affect a category to a post', GB_GPS_TEXT_DOMAIN));
     19define('GB_GPS_ADD_CAT_TO_POST_SCENARIO_DESCRIPTION', __('Allow to add a link between an existing post and a category.', GB_GPS_TEXT_DOMAIN));
     20define('GB_GPS_ADD_CAT_TO_POST_LIST_POINTER_TITLE', __('Select a post', GB_GPS_TEXT_DOMAIN));
     21define('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));
     22define('GB_GPS_ADD_CAT_TO_POST_CATEGORY_POINTER_TITLE', __('Check the category', GB_GPS_TEXT_DOMAIN));
     23define('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));
    2424
    25 define('GB_GPS_ADD_USER_SCENARIO_LABEL', __('Ajouter 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));
     25define('GB_GPS_ADD_USER_SCENARIO_LABEL', __('Add a new user', GB_GPS_TEXT_DOMAIN));
     26define('GB_GPS_ADD_USER_SCENARIO_DESCRIPTION', __('Allow to add a new user allowing to access to WordPress backend.', GB_GPS_TEXT_DOMAIN));
     27define('GB_GPS_LOGIN_FIELD_POINTER_CONTENT', __('Fill in the "Login" field.', GB_GPS_TEXT_DOMAIN));
     28define('GB_GPS_EMAIL_FIELD_POINTER_CONTENT', __('Fill in the "E-mail" field.', GB_GPS_TEXT_DOMAIN));
     29define('GB_GPS_PASSWORD_FIELD_POINTER_CONTENT', __('Fill in the "Password" fields.', GB_GPS_TEXT_DOMAIN));
     30define('GB_GPS_ROLE_FIELD_POINTER_CONTENT', __('Select the role you want for that user.', GB_GPS_TEXT_DOMAIN));
    3131
    32 define('GB_GPS_ADD_MEDIA_SCENARIO_LABEL', __('Ajouter 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));
     32define('GB_GPS_ADD_MEDIA_SCENARIO_LABEL', __('Add a media', GB_GPS_TEXT_DOMAIN));
     33define('GB_GPS_ADD_MEDIA_SCENARIO_DESCRIPTION', __('Allow to add a new media (picture / PDF / sound...) to the website\'s library', GB_GPS_TEXT_DOMAIN));
     34define('GB_GPS_ADD_MEDIA_UPLOAD_POINTER_TITLE', __('Send the files', GB_GPS_TEXT_DOMAIN));
     35define('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));
    3636
    37 define('GB_GPS_UPDATE_MENUS_SCENARIO_LABEL', __('Mettre à jour les menus', 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. Choisissez un menu ou créez-en un nouveau.', GB_GPS_TEXT_DOMAIN));
    40 define('GB_GPS_UPDATE_MENUS_ADD_TO_MENU_POINTER_CONTENT', __('2. Ajoutez 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));
     37define('GB_GPS_UPDATE_MENUS_SCENARIO_LABEL', __('Update menus', GB_GPS_TEXT_DOMAIN));
     38define('GB_GPS_UPDATE_MENUS_SCENARIO_DESCRIPTION', __('Allow to modify one or more custom menus.', GB_GPS_TEXT_DOMAIN));
     39define('GB_GPS_UPDATE_MENUS_CHOOSE_MENU_POINTER_CONTENT', __('1. Choose a menu or create a new one.', GB_GPS_TEXT_DOMAIN));
     40define('GB_GPS_UPDATE_MENUS_ADD_TO_MENU_POINTER_CONTENT', __('2. Add some items to your menu after having selected them.', GB_GPS_TEXT_DOMAIN));
     41define('GB_GPS_UPDATE_MENUS_SAVE_MENU_POINTER_CONTENT', __('3. Add some items to your menu after having selected them.', GB_GPS_TEXT_DOMAIN));
    4242
    4343// 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));
     44define('GB_GPS_MESSAGE_LAUNCHED_SCENARIO', __('Scenario launched.', GB_GPS_TEXT_DOMAIN));
     45define('GB_GPS_MESSAGE_CAPABILITY_ERROR', __('Don\'t do this ever again!', GB_GPS_TEXT_DOMAIN));
    4646
    4747// Generic strings
    48 define('GB_GPS_LOWER_CASE_USERS', __('utilisateurs', GB_GPS_TEXT_DOMAIN));
    49 define('GB_GPS_LOWER_CASE_USER', __('utilisateur', 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));
     48define('GB_GPS_LOWER_CASE_USERS', __('users', GB_GPS_TEXT_DOMAIN));
     49define('GB_GPS_LOWER_CASE_USER', __('user', GB_GPS_TEXT_DOMAIN));
     50define('GB_GPS_LOWER_CASE_MEDIAS', __('medias', GB_GPS_TEXT_DOMAIN));
     51define('GB_GPS_LOWER_CASE_MEDIA', __('media', GB_GPS_TEXT_DOMAIN));
     52define('GB_GPS_LOWER_CASE_THEMES', __('themes', GB_GPS_TEXT_DOMAIN));
  • wordpress-gps/trunk/language/gb_gps.pot

    r562386 r567828  
    33"Project-Id-Version: WordPress GPS 1.0\n"
    44"Report-Msgid-Bugs-To: \n"
    5 "POT-Creation-Date: 2012-06-13 15:27+0100\n"
    6 "PO-Revision-Date: 2012-06-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"
    77"Last-Translator: Lionel Pointet <lionel.pointet@globalis-ms.com>\n"
    88"Language-Team: Lionel POINTET <lionel.pointet@globalis-ms.com>\n"
     
    1818
    1919#: lang.php:3
    20 msgid "WordPress GPS : lancer un scénario"
     20msgid "WordPress GPS: launch a scenario"
    2121msgstr ""
    2222
    2323#: lang.php:4
    24 msgid "Sélectionnez un scénario"
     24msgid "Select a scenario"
    2525msgstr ""
    2626
    2727#: lang.php:5
    28 msgid "Scénario à lancer"
     28msgid "Scenario to launch"
    2929msgstr ""
    3030
     
    3838
    3939#: lang.php:8
    40 msgid "Lancer !"
     40msgid "Launch!"
    4141msgstr ""
    4242
    4343#: lang.php:11
    44 msgid "Créer un nouvel article"
     44msgid "Create a new post"
    4545msgstr ""
    4646
    4747#: lang.php:12
    48 msgid "Permet de créer un nouvel article qui sera visible sur votre site."
     48msgid "Allow to create a new post which will be visible on your website."
    4949msgstr ""
    5050
    5151#: lang.php:13
    5252#, php-format
    53 msgid "Aller dans le menu \"%s\""
     53msgid "Go to the \"%s\" menu"
    5454msgstr ""
    5555
    5656#: lang.php:14
    5757#, php-format
    58 msgid "Cliquez sur \"%s\" afin d'accéder à la partie correspondante. Vous verrez alors la liste de tous les %s."
     58msgid "Click on \"%s\" to access the corresponding screen. You'll see the list of all %s."
    5959msgstr ""
    6060
    6161#: lang.php:15
    62 msgid "Ouvrir un nouveau formulaire"
     62msgid "Open a new form"
    6363msgstr ""
    6464
    6565#: lang.php:16
    6666#, php-format
    67 msgid "Cliquez sur le bouton \"Ajouter\" afin d'accéder au formulaire de création d'un %s."
     67msgid "Click on the \"Add new\" button to access to the %s creation form."
    6868msgstr ""
    6969
    7070#: lang.php:18
    71 msgid "Affecter une catégorie à un article"
     71msgid "Affect a category to a post"
    7272msgstr ""
    7373
    7474#: lang.php:19
    75 msgid "Permet d'ajouter une liaison entre un article existant et une catégorie."
     75msgid "Allow to add a link between an existing post and a category."
    7676msgstr ""
    7777
    7878#: lang.php:20
    79 msgid "Sélectionner un article"
     79msgid "Select a post"
    8080msgstr ""
    8181
    8282#: lang.php:21
    83 msgid "Cliquez sur le titre de l'article sur lequel vous souhaitez affecter la catégorie."
     83msgid "Click on the post title on which you want to affect the category"
    8484msgstr ""
    8585
    8686#: lang.php:22
    87 msgid "Cocher la catégorie"
     87msgid "Check the category"
    8888msgstr ""
    8989
    9090#: lang.php:23
    91 msgid "Cochez la catégorie que vous voulez affecter à l'article. Si elle n'existe pas, vous pouvez en ajouter une nouvelle directement."
     91msgid "Check the category you want to affect to the post. If it doesn't exist, you can add one directly."
    9292msgstr ""
    9393
    9494#: lang.php:25
    95 msgid "Ajouter un nouvel utilisateur"
     95msgid "Add a new user"
    9696msgstr ""
    9797
    9898#: lang.php:26
    99 msgid "Permet d'ajouter un nouvel utilisateur ayant accès au backoffice de WordPress."
     99msgid "Allow to add a new user allowing to access to WordPress backend."
    100100msgstr ""
    101101
    102102#: lang.php:27
    103 msgid "Remplissez le champ \"Identifiant\"."
     103msgid "Fill in the \"Login\" field."
    104104msgstr ""
    105105
    106106#: lang.php:28
    107 msgid "Remplissez le champ \"E-mail\"."
     107msgid "Fill in the \"E-mail\" field."
    108108msgstr ""
    109109
    110110#: lang.php:29
    111 msgid "Remplissez les champs \"Mot de passe\"."
     111msgid "Fill in the \"Password\" fields."
    112112msgstr ""
    113113
    114114#: lang.php:30
    115 msgid "Sélectionnez le rôle souhaité pour cet utilisateur."
     115msgid "Select the role you want for that user."
    116116msgstr ""
    117117
    118118#: lang.php:32
    119 msgid "Ajouter un média"
     119msgid "Add a media"
    120120msgstr ""
    121121
    122122#: lang.php:33
    123 msgid "Permet d'ajouter un nouveau média (image / PDF / son...) à la bibliothèque du site"
     123msgid "Allow to add a new media (picture / PDF / sound...) to the website's library"
    124124msgstr ""
    125125
    126126#: lang.php:34
    127 msgid "Envoyer les fichiers"
     127msgid "Send the files"
    128128msgstr ""
    129129
    130130#: lang.php:35
    131 msgid "Vous pouvez parcourir vos fichiers ou les glisser dans la zone afin d'en ajouter de nouveaux."
     131msgid "You can browse your files or drag them in the area to add new ones."
    132132msgstr ""
    133133
    134134#: lang.php:37
    135 msgid "Mettre à jour les menus"
     135msgid "Update menus"
    136136msgstr ""
    137137
    138138#: lang.php:38
    139 msgid "Permet de modifier un ou plusieurs menus personnalisés."
     139msgid "Allow to modify one or more custom menus."
    140140msgstr ""
    141141
    142142#: lang.php:39
    143 msgid "1. Choisissez un menu ou créez-en un nouveau."
     143msgid "1. Choose a menu or create a new one."
    144144msgstr ""
    145145
    146146#: lang.php:40
    147 msgid "2. Ajoutez des éléments à votre menu après les avoir sélectionnés."
     147msgid "2. Add some items to your menu after having selected them."
    148148msgstr ""
    149149
    150150#: lang.php:41
    151 msgid "3. N'oubliez pas d'enregistrer votre menu après les modifications."
     151msgid "3. Add some items to your menu after having selected them."
    152152msgstr ""
    153153
    154154#: lang.php:44
    155 msgid "Le scénario a bien été lancé."
     155msgid "Scenario launched."
    156156msgstr ""
    157157
    158158#: lang.php:45
    159 msgid "Ne refaites jamais ça !"
     159msgid "Don't do this ever again!"
    160160msgstr ""
    161161
    162162#: lang.php:48
    163 msgid "utilisateurs"
     163msgid "users"
    164164msgstr ""
    165165
    166166#: lang.php:49
    167 msgid "utilisateur"
     167msgid "user"
    168168msgstr ""
    169169
    170170#: lang.php:50
    171 msgid "médias"
     171msgid "medias"
    172172msgstr ""
    173173
    174174#: lang.php:51
    175 msgid "média"
     175msgid "media"
    176176msgstr ""
    177177
    178178#: lang.php:52
    179 msgid "thèmes"
     179msgid "themes"
    180180msgstr ""
    181181
  • wordpress-gps/trunk/readme.txt

    r566940 r567828  
    44Requires at least: 3.3.0
    55Tested up to: 3.4
    6 Stable tag: 1.0.9
     6Stable tag: 1.0.10
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4646
    4747== Changelog ==
     48
     49= 1.0.10 =
     50* Fixed textdomain name & set English as default language
    4851
    4952= 1.0.9 =
Note: See TracChangeset for help on using the changeset viewer.