mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-10 18:53:01 +02:00
Search form update
git-svn-id: http://piwigo.org/svn/trunk@629 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -141,8 +141,8 @@ $lang['create_cookie'] = 'Create a cookie';
|
||||
// search
|
||||
$lang['search_title'] = 'Search';
|
||||
$lang['search_options'] = 'Search Options';
|
||||
$lang['search_keywords'] = 'Search for Keywords';
|
||||
$lang['search_keywords_hint'] = 'Use + for words which must be found, - for words which must not be found and | for words which may or may not be found. Use * as a wildcard for partial matches';
|
||||
$lang['search_keywords'] = 'Search for words';
|
||||
$lang['search_keywords_hint'] = 'Search for entered words in all the attributes related to the pictures displayed in the gallery. Use * as a wildcard for partial matches';
|
||||
$lang['search_mode_or'] = 'Search for any terms';
|
||||
$lang['search_mode_and'] = 'Search for all terms ';
|
||||
$lang['search_author'] = 'Search for Author';
|
||||
@@ -151,9 +151,11 @@ $lang['search_subcats_included'] = 'Search in subcategroies';
|
||||
$lang['search_categories_hint'] = 'Select the category or categories you wish to search in. For speed all subcategories can be searched by selecting the parent and setting enable search subcategories below.';
|
||||
$lang['search_explain'] = 'Use * as a wildcard for partial matches';
|
||||
$lang['search_date'] = 'Search by Date';
|
||||
$lang['search_date_hint'] = 'Select a date and a duration for your query. The date is inclusive.';
|
||||
$lang['search_date_from'] = 'From';
|
||||
$lang['search_duration'] = 'During';
|
||||
$lang['search_date_hint'] = 'Select a date and/or an ending date for your query.<br />
|
||||
Leave date empty if you want to make a "before" query.<br />
|
||||
The year must be entered in the last field in the following format : 0000 (i.e. 2004)';
|
||||
$lang['search_date_from'] = 'Date';
|
||||
$lang['search_date_to'] = 'End-Date';
|
||||
$lang['search_date_type'] = 'Kind of date';
|
||||
$lang['search_date_available'] = 'Availability';
|
||||
$lang['search_date_creation'] = 'Creation';
|
||||
@@ -163,7 +165,6 @@ $lang['search_descending'] = 'Descending';
|
||||
$lang['search_one_clause_at_least'] = 'Empty query. No criteria has been entered.';
|
||||
$lang['search_result'] = 'Search results';
|
||||
|
||||
$lang['Search_author_explain'] = 'Use * as a wildcard for partial matches';
|
||||
$lang['Look_up_user'] = 'Seek user';
|
||||
$lang['Find_username'] = 'Find a username';
|
||||
$lang['No_match'] = 'No match';
|
||||
|
||||
@@ -143,8 +143,8 @@ $lang['maxheight_error'] = 'La hauteur maximum des images doit
|
||||
// search
|
||||
$lang['search_title'] = 'Rechercher';
|
||||
$lang['search_options'] = 'Options de recherche';
|
||||
$lang['search_keywords'] = 'Recherche par mots-clés';
|
||||
$lang['search_keywords_hint'] = 'Vous pouvez utiliser <u>AND</u> pour déterminer les mots qui doivent être présents dans les résultats, <u>OR</u> pour déterminer les mots qui peuvent être présents dans les résultats et <u>NOT</u> pour déterminer les mots qui ne devraient pas être présents dans les résultats. Utilisez * comme un joker pour des recherches partielles';
|
||||
$lang['search_keywords'] = 'Recherche par mots';
|
||||
$lang['search_keywords_hint'] = 'Effectuez une recherche sur tous les champs des images présentes dans la galerie. Utilisez * comme un joker pour des recherches partielles';
|
||||
$lang['search_mode_or'] = 'Rechercher n\'importe quel de ces termes';
|
||||
$lang['search_mode_and'] = 'Rechercher tous les termes';
|
||||
$lang['search_author'] = 'Recherche par auteur';
|
||||
@@ -153,9 +153,11 @@ $lang['search_subcats_included'] = 'Rechercher dans les sous-cat
|
||||
$lang['search_categories_hint'] = 'Sélectionnez le ou les catégorie(s) pour lesquelles vous souhaitez faire votre rechercher.';
|
||||
$lang['search_explain'] = 'Utilisez * comme un joker pour des recherches partielles';
|
||||
$lang['search_date'] = 'Rechercher par date';
|
||||
$lang['search_date_hint'] = 'Sélectionnez une date de début et une période pour vos recherches';
|
||||
$lang['search_date_from'] = 'A partir du';
|
||||
$lang['search_duration'] = 'Sur une période de';
|
||||
$lang['search_date_hint'] = 'Sélectionnez une date et une date de fin pour vos recherches.<br />
|
||||
Ne remplissez que la date de fin pour faire une recherche de type "avant".<br />
|
||||
L\'année doit être rentrée dans le dernier champ sous la forme 0000 (par exemple 2004).';
|
||||
$lang['search_date_from'] = 'Date';
|
||||
$lang['search_date_to'] = 'Date de fin';
|
||||
$lang['search_date_type'] = 'Type de date';
|
||||
$lang['search_date_available'] = 'Mise à disposition';
|
||||
$lang['search_date_creation'] = 'Création';
|
||||
@@ -166,8 +168,6 @@ $lang['search_one_clause_at_least'] = 'Recherche vide. Aucun crit
|
||||
$lang['search_result'] = 'Résultats de la recherche';
|
||||
$lang['invalid_search'] = 'Les mots recherchés doivent comporter plus de 3 caractères et ne doivent pas inclure de caractères de ponctuation';
|
||||
|
||||
$lang['search_field_search'] = 'Rechercher';
|
||||
$lang['Search_author_explain'] = 'Utilisez * comme un joker pour des recherches partielles';
|
||||
$lang['Look_up_user'] = 'Rechercher l\'utilisateur';
|
||||
$lang['Find_username'] = 'Trouver un nom d\'utilisateur';
|
||||
$lang['No_match'] = 'Aucun enregistrement trouvé.';
|
||||
|
||||
Reference in New Issue
Block a user