Special > History > Search
-"Submit" button should be aligned with "Image Id" input - Column titles need caps (Time, User, Element Type ...) Translators: (Only English and French are updated) git-svn-id: http://piwigo.org/svn/branches/2.0@2933 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
245d0f1a7d
commit
6161920ac0
3 changed files with 13 additions and 13 deletions
|
@ -374,7 +374,7 @@ FORM.filter FIELDSET P
|
|||
}
|
||||
|
||||
FORM.filter INPUT[type="submit"] {
|
||||
margin-top: 5px;
|
||||
margin-top: 1.8em;
|
||||
}
|
||||
|
||||
FORM.properties UL, FORM#update UL {
|
||||
|
|
|
@ -211,7 +211,7 @@ $lang['cat_status_title'] = 'Manage authorizations for selected categories';
|
|||
$lang['cat_upload_title'] = 'Select uploadable categories';
|
||||
$lang['cat_virtual_added'] = 'Virtual category added';
|
||||
$lang['cat_virtual_deleted'] = 'Virtual category deleted';
|
||||
$lang['category'] = 'category';
|
||||
$lang['category'] = 'Category';
|
||||
$lang['conf_access'] = 'Access type';
|
||||
$lang['conf_comments_title'] = 'Comments';
|
||||
$lang['conf_confirmation'] = 'Information data registered in database';
|
||||
|
@ -474,12 +474,12 @@ $lang['Month'] = 'Month';
|
|||
$lang['Day'] = 'Day';
|
||||
$lang['Pages seen'] = 'Pages seen';
|
||||
$lang['Pictures'] = 'Pictures';
|
||||
$lang['time'] = 'time';
|
||||
$lang['user'] = 'user';
|
||||
$lang['time'] = 'Time';
|
||||
$lang['user'] = 'User';
|
||||
$lang['IP'] = 'IP';
|
||||
$lang['image'] = '';
|
||||
$lang['section'] = 'section';
|
||||
$lang['tags'] = 'tags';
|
||||
$lang['image'] = 'Element';
|
||||
$lang['section'] = 'Section';
|
||||
$lang['tags'] = 'Tags';
|
||||
$lang['conf_history_guest'] = 'Save page visits by guests';
|
||||
$lang['conf_history_user'] = 'Save page visits by users';
|
||||
$lang['conf_history_admin'] = 'Save page visits by administrators';
|
||||
|
|
|
@ -211,7 +211,7 @@ $lang['cat_status_title'] = 'Gérer le type d\'accès pour les catégories séle
|
|||
$lang['cat_upload_title'] = 'Sélectionner les catégories autorisées à l\'ajout';
|
||||
$lang['cat_virtual_added'] = 'Catégorie virtuelle ajoutée';
|
||||
$lang['cat_virtual_deleted'] = 'Catégorie virtuelle supprimée';
|
||||
$lang['category'] = 'catégorie';
|
||||
$lang['category'] = 'Catégorie';
|
||||
$lang['conf_access'] = 'Type d\'accès';
|
||||
$lang['conf_comments_title'] = 'Commentaires';
|
||||
$lang['conf_confirmation'] = 'Informations enregistrées dans la base de données';
|
||||
|
@ -474,12 +474,12 @@ $lang['Month'] = 'Mois';
|
|||
$lang['Day'] = 'Jour';
|
||||
$lang['Pages seen'] = 'Pages vues';
|
||||
$lang['Pictures'] = 'Images';
|
||||
$lang['time'] = 'heure';
|
||||
$lang['user'] = 'utilisateur';
|
||||
$lang['time'] = 'Heure';
|
||||
$lang['user'] = 'Utilisateur';
|
||||
$lang['IP'] = 'IP';
|
||||
$lang['image'] = 'images';
|
||||
$lang['section'] = 'section';
|
||||
$lang['tags'] = 'tags';
|
||||
$lang['image'] = 'Element';
|
||||
$lang['section'] = 'Section';
|
||||
$lang['tags'] = 'Tags';
|
||||
$lang['conf_history_guest'] = 'Enregistrer les pages visitées par les invités';
|
||||
$lang['conf_history_user'] = 'Enregistrer les pages visitées par les utilisateurs';
|
||||
$lang['conf_history_admin'] = 'Enregistrer les pages visitées par les administrateurs';
|
||||
|
|
Loading…
Reference in a new issue