Trad: Traduction chec rafraichissement flux RSS
This commit is contained in:
parent
50f0c86a44
commit
cca2f14603
@ -95,7 +95,7 @@ class box_external_rss extends ModeleBoxes {
|
||||
if ($rss->ERROR)
|
||||
{
|
||||
// Affiche warning car il y a eu une erreur
|
||||
$title.=" ".img_error($langs->trans("FailedToRefreshDataInfoNotUpToDate",(isset($rss->date)?dolibarr_print_date($rss->date,"dayhourtext"):'unknown date')));
|
||||
$title.=" ".img_error($langs->trans("FailedToRefreshDataInfoNotUpToDate",(isset($rss->date)?dolibarr_print_date($rss->date,"dayhourtext"):$langs->trans("Unknown"))));
|
||||
$this->info_box_head = array('text' => $title,'limit' => 0);
|
||||
}
|
||||
else
|
||||
|
||||
@ -35,5 +35,5 @@ BoxTitleSalesTurnover=Sales turnover
|
||||
BoxTitleTotalUnpayedCustomerBills=Unpayed customer's invoices
|
||||
BoxTitleTotalUnpayedSuppliersBills=Unpayed supplier's invoices
|
||||
BoxMyLastBookmarks=My last %s bookmarks
|
||||
FailedToRefreshDataInfoNotUpToDate=Failed to refresh RSS flux. Informations are from %s
|
||||
FailedToRefreshDataInfoNotUpToDate=Failed to refresh RSS flux. Last successfull refresh date: %s
|
||||
NoRecordedBookmarks=No bookmarks defined. Click <a href="%s">here</a> to add bookmarks.
|
||||
@ -35,5 +35,5 @@ BoxTitleSalesTurnover=Chiffre d'affaires des ventes
|
||||
BoxTitleTotalUnpayedCustomerBills=Total des factures clients impayées
|
||||
BoxTitleTotalUnpayedSuppliersBills=Total des factures fournisseurs impayées
|
||||
BoxMyLastBookmarks=Mes %s derniers marques-page
|
||||
FailedToRefreshDataInfoNotUpToDate=Échec du rafraîchissement du flux RSS. Les informations proviennents de %s
|
||||
FailedToRefreshDataInfoNotUpToDate=Échec du rafraîchissement du flux RSS. Date du dernier rafraichissement: %s
|
||||
NoRecordedBookmarks=Pas de marque-page défini. Cliquez <a href="%s">ici</a> pour ajouter un marque-page.
|
||||
|
||||
@ -35,5 +35,5 @@ BoxTitleSalesTurnover=Le chiffre d'affaire r
|
||||
BoxTitleTotalUnpayedCustomerBills=Impayés clients
|
||||
BoxTitleTotalUnpayedSuppliersBills=Impayés fournisseurs
|
||||
BoxMyLastBookmarks=Mes %s derniers marque-pages
|
||||
FailedToRefreshDataInfoNotUpToDate=Echec du rafraichissement du flux RSS. Les informations datent du %s
|
||||
FailedToRefreshDataInfoNotUpToDate=Echec du rafraichissement du flux RSS. Date du dernier rafraichissement: %s
|
||||
NoRecordedBookmarks=Pas de bookmarks personnels. Cliquer ici pour en ajouter.
|
||||
Loading…
Reference in New Issue
Block a user