Skip to content

Commit

Permalink
[trunk] - language - bug:2474
Browse files Browse the repository at this point in the history
git-svn-id: http://piwigo.org/svn/trunk@12456 68402e56-0260-453c-a942-63ccdbb3a9ee
  • Loading branch information
ddtddt committed Oct 16, 2011
1 parent 88f48a0 commit b19a47a
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 24 deletions.
12 changes: 6 additions & 6 deletions admin/batch_manager_global.php
Expand Up @@ -457,18 +457,18 @@
$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'))
);
}

Expand Down
10 changes: 5 additions & 5 deletions admin/themes/default/template/batch_manager_global.tpl
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down Expand Up @@ -606,19 +606,19 @@ 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}
<option value="author">{'Set author'|@translate}</option>
<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>
Expand Down
10 changes: 8 additions & 2 deletions language/en_UK/admin.lang.php
Expand Up @@ -801,7 +801,6 @@
$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';
Expand Down Expand Up @@ -860,8 +859,15 @@
$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";

?>
19 changes: 8 additions & 11 deletions language/fr_FR/admin.lang.php
Expand Up @@ -594,7 +594,6 @@
$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";
Expand All @@ -604,7 +603,6 @@
$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';
Expand All @@ -623,14 +621,12 @@
$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';
Expand All @@ -641,7 +637,6 @@
$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';
Expand All @@ -665,7 +660,6 @@
$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';
Expand All @@ -674,8 +668,6 @@
$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';
Expand Down Expand Up @@ -733,12 +725,10 @@
$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';
Expand Down Expand Up @@ -800,7 +790,6 @@
$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';
Expand Down Expand Up @@ -874,4 +863,12 @@
$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';
?>

0 comments on commit b19a47a

Please sign in to comment.