Bug 754 fixed for Butterfly (some languages missing)
git-svn-id: http://piwigo.org/svn/trunk@2421 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
81454f67c5
commit
154420540b
3 changed files with 12 additions and 6 deletions
|
@ -572,7 +572,7 @@ $lang['c13y_bad_webmaster_status'] = 'Main "webmaster" user status is incorrect'
|
|||
$lang['c13y_user_created'] = 'User "%s" created with "%s" like password';
|
||||
$lang['c13y_user_status_updated'] = 'Status of user "%s" updated';
|
||||
$lang['add new elements to caddie'] = 'add new elements to caddie';
|
||||
// --------- Starting below: New or revised $lang ---- from Butterfly (1.8)
|
||||
// --------- Starting below: New or revised $lang ---- from Butterfly
|
||||
$lang['no_display_thumbnail'] = 'No display';
|
||||
$lang['display_thumbnail_classic'] = 'Classic display';
|
||||
$lang['display_thumbnail_hoverbox'] = 'Hoverbox display';
|
||||
|
@ -645,5 +645,8 @@ $lang['Piwigo version'] = 'Piwigo version';
|
|||
$lang['You are running the latest version of Piwigo.'] = 'You are running the latest version of Piwigo.';
|
||||
$lang['c13y_version_anomaly'] = 'The version of %s [%s] installed is not compatible with the version required [%s]';
|
||||
$lang['c13y_version_correction'] = 'You need to upgrade your system to take full advantage of the application else the application will not work correctly, or not at all';
|
||||
$lang['Deleted on'] = 'Deleted on';
|
||||
$lang['Last hit'] = 'Last hit';
|
||||
$lang['Hits'] = 'Hits';
|
||||
|
||||
?>
|
||||
|
|
|
@ -572,7 +572,7 @@ $lang['c13y_bad_webmaster_status'] = 'Le statut de l\'utilisateur "webmestre" pr
|
|||
$lang['c13y_user_created'] = 'Utilisateur "%s" créé avec comme mot de passe "%s"';
|
||||
$lang['c13y_user_status_updated'] = 'Statut de l\'utilisateur "%s" mis à jour';
|
||||
$lang['add new elements to caddie'] = 'ajouter les nouveaux éléments au panier';
|
||||
// --------- Starting below: New or revised $lang ---- from Butterfly (1.8)
|
||||
// --------- Starting below: New or revised $lang ---- from Butterfly
|
||||
$lang['no_display_thumbnail'] = 'Pas d\'affichage';
|
||||
$lang['display_thumbnail_classic'] = 'Affichage classique';
|
||||
$lang['display_thumbnail_hoverbox'] = 'Affichage lors du survol';
|
||||
|
@ -645,5 +645,8 @@ $lang['Piwigo version'] = 'Version de Piwigo';
|
|||
$lang['You are running the latest version of Piwigo.'] = 'Vous utilisez la dernière version de Piwigo.';
|
||||
$lang['c13y_version_anomaly'] = 'La version de %s [%s] installée n\'est pas compatible avec la version requise [%s]';
|
||||
$lang['c13y_version_correction'] = 'Vous devez mettre à jour votre système pour profiter pleinement de l\'application sinon l\'application ne fonctionnera pas correctement, voire pas du tout';
|
||||
$lang['Deleted on'] = 'Effacé le';
|
||||
$lang['Last hit'] = 'Dernier accès';
|
||||
$lang['Hits'] = 'Utilisations';
|
||||
|
||||
?>
|
||||
?>
|
||||
|
|
|
@ -51,9 +51,9 @@
|
|||
<td>Id {$SORT_OLD_CAT_ID}</td>
|
||||
<td>{'Category'|@translate}</td>
|
||||
<td>{'Permalink'|@translate} {$SORT_OLD_PERMALINK}</td>
|
||||
<td>Deleted on {$SORT_OLD_DATE_DELETED}</td>
|
||||
<td>Last hit {$SORT_OLD_LAST_HIT}</td>
|
||||
<td>Hit {$SORT_OLD_HIT}</td>
|
||||
<td>{'Deleted on'|@translate} {$SORT_OLD_DATE_DELETED}</td>
|
||||
<td>{'Last hit'|@translate} {$SORT_OLD_LAST_HIT}</td>
|
||||
<td>{'Hit'|@translate} {$SORT_OLD_HIT}</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
{foreach from=$deleted_permalinks item=permalink}
|
||||
|
|
Loading…
Add table
Reference in a new issue