diff options
Diffstat (limited to '')
-rw-r--r-- | admin/batch_manager_global.php | 12 | ||||
-rw-r--r-- | admin/themes/default/template/batch_manager_global.tpl | 10 | ||||
-rw-r--r-- | language/en_UK/admin.lang.php | 10 | ||||
-rw-r--r-- | language/fr_FR/admin.lang.php | 19 |
4 files changed, 27 insertions, 24 deletions
diff --git a/admin/batch_manager_global.php b/admin/batch_manager_global.php index 8b42165f7..fe050a8ee 100644 --- a/admin/batch_manager_global.php +++ b/admin/batch_manager_global.php @@ -457,18 +457,18 @@ $base_url = get_root_url().'admin.php'; $prefilters = array(); array_push($prefilters, - array('ID' => 'caddie', 'NAME' => l10n('caddie')), - array('ID' => 'last import', 'NAME' => l10n('last import')), - array('ID' => 'with no album', 'NAME' => l10n('with no album')), - array('ID' => 'with no tag', 'NAME' => l10n('with no tag')), - array('ID' => 'duplicates', 'NAME' => l10n('duplicates')), + array('ID' => 'caddie', 'NAME' => l10n('Caddie')), + array('ID' => 'last import', 'NAME' => l10n('Last import')), + array('ID' => 'with no album', 'NAME' => l10n('With no album')), + array('ID' => 'with no tag', 'NAME' => l10n('With no tag')), + array('ID' => 'duplicates', 'NAME' => l10n('Duplicates')), array('ID' => 'all photos', 'NAME' => l10n('All')) ); if ($conf['enable_synchronization']) { array_push($prefilters, - array('ID' => 'with no virtual album', 'NAME' => l10n('with no virtual album')) + array('ID' => 'with no virtual album', 'NAME' => l10n('With no virtual album')) ); } diff --git a/admin/themes/default/template/batch_manager_global.tpl b/admin/themes/default/template/batch_manager_global.tpl index 41173eddc..137958e6a 100644 --- a/admin/themes/default/template/batch_manager_global.tpl +++ b/admin/themes/default/template/batch_manager_global.tpl @@ -464,7 +464,7 @@ jQuery(window).load(function() { <li id="filter_prefilter" {if !isset($filter.prefilter)}style="display:none"{/if}> <a href="#" class="removeFilter" title="{'remove this filter'|@translate}"><span>[x]</span></a> <input type="checkbox" name="filter_prefilter_use" class="useFilterCheckbox" {if isset($filter.prefilter)}checked="checked"{/if}> - {'predefined filter'|@translate} + {'Predefined filter'|@translate} <select name="filter_prefilter"> {foreach from=$prefilters item=prefilter} <option value="{$prefilter.ID}" {if $filter.prefilter eq $prefilter.ID}selected="selected"{/if}>{$prefilter.NAME}</option> @@ -504,7 +504,7 @@ jQuery(window).load(function() { <select id="addFilter"> <option value="-1">{'Add a filter'|@translate}</option> <option disabled="disabled">------------------</option> - <option value="filter_prefilter">{'predefined filter'|@translate}</option> + <option value="filter_prefilter">{'Predefined filter'|@translate}</option> <option value="filter_category">{'Album'|@translate}</option> <option value="filter_tags">{'Tags'|@translate}</option> <option value="filter_level">{'Who can see these photos?'|@translate}</option> @@ -606,7 +606,7 @@ jQuery(window).load(function() { {if !empty($dissociate_options)} <option value="dissociate">{'Dissociate from album'|@translate}</option> {/if} - <option value="add_tags">{'add tags'|@translate}</option> + <option value="add_tags">{'Add tags'|@translate}</option> {if !empty($DEL_TAG_SELECTION)} <option value="del_tags">{'remove tags'|@translate}</option> {/if} @@ -614,11 +614,11 @@ jQuery(window).load(function() { <option value="title">{'Set title'|@translate}</option> <option value="date_creation">{'Set creation date'|@translate}</option> <option value="level">{'Who can see these photos?'|@translate}</option> - <option value="metadata">{'synchronize metadata'|@translate}</option> + <option value="metadata">{'Synchronize metadata'|@translate}</option> {if ($IN_CADDIE)} <option value="remove_from_caddie">{'Remove from caddie'|@translate}</option> {else} - <option value="add_to_caddie">{'add to caddie'|@translate}</option> + <option value="add_to_caddie">{'Add to caddie'|@translate}</option> {/if} <option value="regenerateThumbnails">{'Regenerate Thumbnails'|@translate}</option> <option value="regenerateWebsize">{'Regenerate Websize Photos'|@translate}</option> diff --git a/language/en_UK/admin.lang.php b/language/en_UK/admin.lang.php index 96d064893..51cfc3253 100644 --- a/language/en_UK/admin.lang.php +++ b/language/en_UK/admin.lang.php @@ -801,7 +801,6 @@ $lang['%s thumbnails have been regenerated'] = '%s thumbnails have been regenera $lang['%s thumbnails can not be regenerated'] = '%s thumbnails can not be regenerated'; $lang['%s photos have been regenerated'] = '%s photos have been regenerated'; $lang['%s photos can not be regenerated'] = '%s photos can not be regenerated'; - $lang['Updates'] = 'Updates'; $lang['Update in progress... Please wait.'] = 'Update in progress... Please wait.'; $lang['Ignore this update'] = 'Ignore this update'; @@ -860,8 +859,15 @@ $lang['Learn more'] = 'Learn more'; $lang['Select an album'] = 'Select an album'; $lang['By default, Piwigo will create a new websize from the HD (high definition) version of your photo.'] = 'By default, Piwigo will create a new websize from the HD (high definition) version of your photo.'; $lang['If no HD is available and if the current websize is bigger than resize dimensions, Piwigo will move it as HD and create a downsized websize photo from it.'] = 'If no HD is available and if the current websize is bigger than resize dimensions, Piwigo will move it as HD and create a downsized websize photo from it.'; - $lang['An error has occured during upgrade.'] = 'An error has occured during upgrade.'; $lang['An error has occured during extract. Please check files permissions of your piwigo installation.<br><a href="%s">Click here to show log error</a>.'] = 'An error has occured during extract. Please check files permissions of your piwigo installation.<br><a href="%s">Click here to show log error</a>.'; $lang['Piwigo cannot retrieve upgrade file from server'] = 'Piwigo cannot retrieve upgrade file from server'; +$lang['Last import'] = 'Last import'; +$lang['With no album'] = 'With no album'; +$lang['With no tag'] = 'With no tag'; +$lang['With no virtual album'] = 'With no virtual album'; +$lang['Predefined filter'] = 'Predefined filter'; +$lang['Add tags'] = 'Add tags'; +$lang['Add to caddie'] = "Add to caddie"; + ?> diff --git a/language/fr_FR/admin.lang.php b/language/fr_FR/admin.lang.php index b3cf114d8..d6c0920d5 100644 --- a/language/fr_FR/admin.lang.php +++ b/language/fr_FR/admin.lang.php @@ -594,7 +594,6 @@ $lang['Email administrators when a comment is modified'] = "Notifier les adminis $lang['Email administrators when a comment is deleted'] = "Notifier les administrateurs quand un commentaire est supprimé"; $lang['Cannot delete the old permalink !'] = "Impossible de supprimer cet ancien lien permanent !"; $lang['Hit'] = "score"; - $lang['Tools'] = "Outils"; $lang['Photos'] = "Photos"; $lang['Themes'] = "Thèmes"; @@ -604,7 +603,6 @@ $lang['Add New Theme'] = "Ajouter un thème"; $lang['Forbid this theme to users'] = "Interdire ce thème aux utilisateurs"; $lang['Set as default theme for unregistered and new users'] = "Thème par défaut pour les invités et les nouveaux utilisateurs"; $lang['unknown'] = 'inconnu'; - $lang['Upload Photos'] = 'Ajoutez des photos'; $lang['Drop into album'] = 'Choisir un album'; $lang['+ Add an upload box'] = '+ Ajouter une autre boîte de transfert'; @@ -623,14 +621,12 @@ $lang['Select files'] = 'Choisir des fichiers'; $lang['Everybody'] = 'Tout le monde'; $lang['Who can see these photos?'] = 'Qui peut voir ces photos ?'; $lang['Who can see this photo?'] = 'Qui peut voir cette photo ?'; - $lang['The websize maximum width must be a number between %d and %d'] = 'La largeur maximum pour la photo taille web doit être un chiffre compris entre %d et %d'; $lang['The websize maximum height must be a number between %d and %d'] = 'La hauteur maximum pour la photo taille web doit être un chiffre compris entre %d et %d'; $lang['The websize image quality must be a number between %d and %d'] = 'La qualité d\'image pour la photo taille web doit être un chiffre compris entre %d et %d'; $lang['The thumbnail maximum width must be a number between %d and %d'] = 'La largeur maximum pour la miniature doit être un chiffre compris entre %d et %d'; $lang['The thumbnail maximum height must be a number between %d and %d'] = 'La hauteur maximum pour la miniature doit être un chiffre compris entre %d et %d'; $lang['The thumbnail image quality must be a number between %d and %d'] = 'La qualité d\'image pour la miniature doit être un chiffre compris entre %d et %d'; - $lang['Settings'] = 'Configuration'; $lang['Web size photo'] = 'Photo taille web'; $lang['Resize'] = 'Redimensionner'; @@ -641,7 +637,6 @@ $lang['Image Quality'] = 'Qualité d\'image'; $lang['Thumbnail'] = 'Miniature'; $lang['Save Settings'] = 'Enregistrer les paramètres'; $lang['Your configuration settings are saved'] = 'Vos paramètres de configurations sont enregistrés'; - $lang['Active Themes'] = 'Thèmes activés'; $lang['Add write access to the "%s" directory'] = 'Ajoutez l\'accès en écriture pour le répertoire "%s"'; $lang['Administration Home'] = 'Accueil administration'; @@ -665,7 +660,6 @@ $lang['Switch to clear or dark colors for administration'] = 'Choisir des couleu $lang['Theme has been successfully installed'] = 'Le thème a été installé avec succès'; $lang['Visit Gallery'] = 'Visiter la galerie'; $lang['Visit Piwigo project website'] = 'Visiter le site web du projet Piwigo'; - $lang['Guest Settings'] = 'Paramètres invité'; $lang['Main Page'] = 'Page principale'; $lang['Photo Page'] = 'Page de la photo'; @@ -674,8 +668,6 @@ $lang['Activate Navigation Thumbnails'] = 'Activer les miniatures de navigation' $lang['Activate icon "%s"'] = 'Activer l\'icône "%s"'; $lang['Activate field "%s"'] = 'Activer le champ "%s"'; $lang['Photo Properties'] = 'Propriétés de la photo'; - - $lang['pLoader stands for <em>Piwigo Uploader</em>. From your computer, pLoader prepares your photos and transfer them to your Piwigo photo gallery.'] = 'pLoader signifie <em>Piwigo Uploader</em>. Depuis votre ordinateur, pLoader prépare vos photos et les transfère vers votre galerie photo Piwigo.'; $lang['Languages'] = 'Langues'; $lang['Installed Languages'] = 'Langues installées'; @@ -733,12 +725,10 @@ $lang['Menu Management'] = 'Menus'; $lang['automatic order'] = 'ordre automatique'; $lang['manual order'] = 'ordre manuel'; $lang['Albums automatically sorted'] = 'Les albums ont été triés automatiquement'; - $lang['Keep high definition'] = 'Conserver la haute définition'; $lang['The high definition maximum width must be a number between %d and %d'] = 'La largeur maximum pour la haute définition doit être un chiffre compris entre %d et %d'; $lang['The high definition maximum height must be a number between %d and %d'] = 'La hauteur maximum pour la haute définition doit être un chiffre compris entre %d et %d'; $lang['The high definition image quality must be a number between %d and %d'] = 'La qualité d\'image pour la haute définition doit être un chiffre compris entre %d et %d'; - $lang['Batch Manager'] = 'Gestion par lot'; $lang['include child albums'] = 'inclure les sous-albums'; $lang['Selection'] = 'Sélection'; @@ -800,7 +790,6 @@ $lang['%s thumbnails have been regenerated'] = '%s miniatures ont été régénà $lang['%s thumbnails can not be regenerated'] = '%s miniatures ne peuvent pas être régénérées'; $lang['%s photos have been regenerated'] = '%s photos ont été régénérées'; $lang['%s photos can not be regenerated'] = '%s photos ne peuvent pas être régénérées'; - $lang['Updates'] = 'Mises à jour'; $lang['Update in progress... Please wait.'] = 'Mise à jour en cours... Veuillez patienter.'; $lang['Ignore this update'] = 'Ignorer cette mise à jour'; @@ -874,4 +863,12 @@ $lang['If no HD is available and if the current websize is bigger than resize di $lang['An error has occured during upgrade.'] = 'Une erreur est survenue pendant la mise à jour.'; $lang['An error has occured during extract. Please check files permissions of your piwigo installation.<br><a href="%s">Click here to show log error</a>.'] = 'Impossible d\'extraire les fichiers. Veuillez vérifier les permissions des fichiers de votre installation.<br><a href="%s">Cliquez ici pour voir le rapport d\'erreur</a>.'; $lang['Piwigo cannot retrieve upgrade file from server'] = 'Piwigo ne peut pas récupérer le fichier de mise à jour depuis le serveur'; +$lang['Last import'] = 'Dernier import'; +$lang['With no album'] = 'Sans album'; +$lang['With no tag'] = 'Sans tag'; +$lang['With no virtual album'] = 'Sans album virtuel'; +$lang['Predefined filter'] = 'Filtre prédéfini'; +$lang['Add tags'] = "Ajouter les tags"; +$lang['Synchronize metadata'] = "Synchroniser les méta-données"; +$lang['Add to caddie'] = 'Ajouter au panier'; ?>
\ No newline at end of file |