Unverified Commit eeb8a4e3 authored by Amiya Sahu's avatar Amiya Sahu Committed by GitHub

Merge pull request #7 from neayi/master

Fixed some of the English and added French
parents 32607fd8 5290db29
<?php <?php
/* /*
Question2Answer (c) Gideon Greenspan Question2Answer (c) Gideon Greenspan
http://www.question2answer.org/ http://www.question2answer.org/
File: qa-plugin/example-page/qa-example-lang-default.php File: qa-plugin/example-page/qa-example-lang-default.php
Version: See define()s at top of qa-include/qa-base.php Version: See define()s at top of qa-include/qa-base.php
Description: US English language phrases for example plugin Description: US English language phrases for example plugin
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
modify it under the terms of the GNU General Public License modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2 as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version. of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
...@@ -26,20 +26,20 @@ ...@@ -26,20 +26,20 @@
return array( return array(
'plugin-enable' => 'Enable this plugin.', 'plugin-enable' => 'Enable this plugin.',
'user-follower-enable' => 'Send email to the User followers ' , 'user-follower-enable' => 'Send an email to the users who follow the author of a new question' ,
'tag-follower-enable' => 'Send email to the Tag following users ' , 'tag-follower-enable' => 'Send an email to the users who follow one of the tags of a new question' ,
'cat-follower-enable' => 'Send email to the Category following users ' , 'cat-follower-enable' => 'Send an email to the users who follow the category of a new question' ,
'minimum-point-enable' => 'Enable minimum point to receive email (must choose atleast one option from above list and must provide a non-zero positive integer for minimum points value in below text-box )', 'minimum-point-enable' => 'Activate a minimum point threashold before recieving email (you must choose at least one option from above list and provide a non-zero positive integer below)',
'minimum-point-input-lable' => 'Minimum Points for users to receive email', 'minimum-point-input-lable' => 'Minimum points before recieving notification emails',
'debug-mode-enable' => 'Enable debug mode ( requires event logger plugin to be enabled with log file option , to get the search results to the log file . Not recomended if you are not a developer ) . ', 'debug-mode-enable' => 'Enable debug mode (requires event logger plugin to be enabled with log file option, to get the search results to the log file. Not recomended if you are not a developer).',
'save-button' => 'Save Changes', 'save-button' => 'Save changes',
'q_posted_body' => "A new question has been asked by ^q_handle:\n\nThe Question is : ^open^q_title\n\nDescription : ^open^q_content^close\n\nClick below to see the question:\n\n^url\n\nThank you,\n\n^site_title ^open^site_url", 'q_posted_body' => "A new question has been asked by ^q_handle:\n\nThe Question is: ^open^q_title\n\nDescription: ^open^q_content^close\n\nClick below to see the question:\n\n^url\n\nThank you,\n\n^site_title ^open^site_url",
'choose_atleast_one_opt' => 'Please choose atleast follower option to enable this plugin ' , 'choose_atleast_one_opt' => 'Please choose at least one trigger option to enable this plugin' ,
'point_value_required' => 'The points value is required to enable the option ' , 'point_value_required' => 'The points value is required to enable the option' ,
'point_value_should_numeric' => 'The points value should be a numeric and non-zero positive integer', 'point_value_should_numeric' => 'The points value should be a numeric and non-zero positive integer',
); );
/* /*
Omit PHP closing tag to help avoid accidental output Omit PHP closing tag to help avoid accidental output
......
<?php
/*
Question2Answer (c) Gideon Greenspan
http://www.question2answer.org/
File: qa-plugin/example-page/qa-example-lang-default.php
Version: See define()s at top of qa-include/qa-base.php
Description: US English language phrases for example plugin
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
More about this license: http://www.question2answer.org/license.php
*/
return array(
'plugin-enable' => 'Activer ce plugin.',
'user-follower-enable' => 'Envoyer un mail aux utilisateurs qui ont mis en favoris l\'auteur du nouveau post',
'tag-follower-enable' => 'Envoyer un mail aux utilisateurs qui ont mis en favoris un des tags du nouveau post' ,
'cat-follower-enable' => 'Envoyer un mail aux utilisateurs qui ont mis en favoris une des catégories du nouveau post' ,
'minimum-point-enable' => 'Activer le seuil minimum de points avant de recevoir ces emails (veuillez choisir au minimum une option ci-dessus, et saisir un nombre supérieur à zéro ci-dessous)',
'minimum-point-input-lable' => 'Nombre minimum de points pour recevoir les emails',
'debug-mode-enable' => 'Activer le mode debug (nécessite le plugin "event logger" avec l\'option "Log events to daily log files", afin de stocker les recherches dans le log. Non recommendé si vous n\'êtes pas un développeur !) . ',
'save-button' => 'Enregistrer les changements',
'q_posted_body' => "Une nouvelle question a été posée par ^q_handle:\n\nQuestion : ^open^q_title\n\nDescription : ^open^q_content^close\n\nCliquez ci-dessous pour ouvrir la question:\n\n^url\n\nMerci,\n\n^site_title ^open^site_url",
'choose_atleast_one_opt' => 'Veuillez choisir au minimum une des options de suivi afin d\'activer ce plugin' ,
'point_value_required' => 'Veuillez saisir un nombre minimum de points afin d\'activer cette option !' ,
'point_value_should_numeric' => 'Le nombre de points minimum doit être un entier positif',
);
/*
Omit PHP closing tag to help avoid accidental output
*/
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment