update translations

This commit is contained in:
Jean-Christian Paul Denis 2021-09-09 00:13:02 +02:00
parent 4a3c6d969b
commit 2ce7f903f2
3 changed files with 366 additions and 328 deletions

View File

@ -63,7 +63,7 @@ if (!empty($_POST['save'])) {
$s->put('cinecturlink2_triggeronrandom', $cinecturlink2_triggeronrandom); $s->put('cinecturlink2_triggeronrandom', $cinecturlink2_triggeronrandom);
dcPage::addSuccessNotice( dcPage::addSuccessNotice(
__('Configuration has been successfully updated.') __('Configuration successfully updated.')
); );
$core->adminurl->redirect( $core->adminurl->redirect(
'admin.plugins', 'admin.plugins',
@ -80,7 +80,7 @@ echo '
<p><label class="classic" for="cinecturlink2_active">' . <p><label class="classic" for="cinecturlink2_active">' .
form::checkbox('cinecturlink2_active', 1, $cinecturlink2_active) . form::checkbox('cinecturlink2_active', 1, $cinecturlink2_active) .
__('Enable extension') . '</label></p> __('Enable plugin') . '</label></p>
<p><label for="cinecturlink2_widthmax">' . __('Maximum width of images (in pixel):') . ' ' . <p><label for="cinecturlink2_widthmax">' . __('Maximum width of images (in pixel):') . ' ' .
form::field('cinecturlink2_widthmax', 10, 4, $cinecturlink2_widthmax, 'maximal') . '</label></p> form::field('cinecturlink2_widthmax', 10, 4, $cinecturlink2_widthmax, 'maximal') . '</label></p>

View File

@ -1,135 +1,130 @@
<?php <?php
// Language: Français // Language: Français
// Module: cinecturlink2 - 0.7 // Module: cinecturlink2 - 0.7.1
// Date: 2013-11-04 19:43:17 // Date: 2021-09-08 22:03:16
// Translated with dcTranslater - 2013.05.11 // Translated with dcTranslater - 2021.09.02.1
#_admin.php:24 #_admin.php:21
#_admin.php:44 #_admin.php:41
#_public.php:195 #_public.php:195
#_widgets.php:58 #_widgets.php:57
#_widgets.php:66 #_widgets.php:63
#index.php:38
#index.php:202
$GLOBALS['__l10n']['My cinecturlink'] = 'Mes cinecturlink'; $GLOBALS['__l10n']['My cinecturlink'] = 'Mes cinecturlink';
#_config.php:55 #_config.php:49
$GLOBALS['__l10n']['You must provide a specific folder for images.'] = 'Vous devez fournir un dossier spécifique pour les images.'; $GLOBALS['__l10n']['You must provide a specific folder for images.'] = 'Vous devez fournir un dossier spécifique pour les images.';
#_config.php:73 #_config.php:85
$GLOBALS['__l10n']['Configuration has been successfully updated.'] = 'La configuration a été mise à jour avec succés.';
#_config.php:93
$GLOBALS['__l10n']['Enable extension'] = 'Activer l\'extension';
#_config.php:95
$GLOBALS['__l10n']['Maximum width of images (in pixel):'] = 'Largeur maximum des images (en pixels) :'; $GLOBALS['__l10n']['Maximum width of images (in pixel):'] = 'Largeur maximum des images (en pixels) :';
#_config.php:98 #_config.php:88
$GLOBALS['__l10n']['Public folder of images (under public folder of blog):'] = 'Dossier publique des images (dans le répertoire "public" du blog) :'; $GLOBALS['__l10n']['Public folder of images (under public folder of blog):'] = 'Dossier publique des images (dans le répertoire "public" du blog) :';
#_config.php:108 #_config.php:98
$GLOBALS['__l10n']['Update cache when use "Random" or "Number of view" order on widget (Need reload of widgets on change)'] = 'Mettre à jour le cache lors de l\'utilisation de l\'ordre "Aléatoire" ou "Nombre d\'affichages" dans le widget (Nécessite le rechargement du widget)'; $GLOBALS['__l10n']['Update cache when use "Random" or "Number of view" order on widget (Need reload of widgets on change)'] = 'Mettre à jour le cache lors de l\'utilisation de l\'ordre "Aléatoire" ou "Nombre d\'affichages" dans le widget (Nécessite le rechargement du widget)';
#_config.php:109 #_config.php:99
$GLOBALS['__l10n']['This increases the random effect, but updates the cache of the blog whenever the widget is displayed, which reduces the perfomances of your blog.'] = 'Ceci augmente l\'effet aléatoire, mais met à jour le cache à chaque affichage du widget, ce qui diminue les performances du blog.'; $GLOBALS['__l10n']['This increases the random effect, but updates the cache of the blog whenever the widget is displayed, which reduces the perfomances of your blog.'] = 'Ceci augmente l\'effet aléatoire, mais met à jour le cache à chaque affichage du widget, ce qui diminue les performances du blog.';
#_config.php:114 #_config.php:104
$GLOBALS['__l10n']['Public page'] = 'Page publique'; $GLOBALS['__l10n']['Public page'] = 'Page publique';
#_config.php:118 #_config.php:108
$GLOBALS['__l10n']['Enable public page'] = 'Activer la page publique'; $GLOBALS['__l10n']['Enable public page'] = 'Activer la page publique';
#_config.php:119 #_config.php:109
$GLOBALS['__l10n']['Public page has url: %s'] = 'La page publique à l\'URL: %s'; $GLOBALS['__l10n']['Public page has url: %s'] = 'La page publique à l\'URL: %s';
#_config.php:121 #_config.php:111
$GLOBALS['__l10n']['Title of the public page:'] = 'Titre de la page publique :'; $GLOBALS['__l10n']['Title of the public page:'] = 'Titre de la page publique :';
#_config.php:124 #_config.php:114
$GLOBALS['__l10n']['Description of the public page:'] = 'Description de la page publique :'; $GLOBALS['__l10n']['Description of the public page:'] = 'Description de la page publique :';
#_config.php:127 #_config.php:117
$GLOBALS['__l10n']['Limit number of entries per page on pulic page to:'] = 'Limiter le nombre d\'entrée par page sur la page public à :'; $GLOBALS['__l10n']['Limit number of entries per page on pulic page to:'] = 'Limiter le nombre d\'entrée par page sur la page public à :';
#_config.php:133 #_config.php:123
$GLOBALS['__l10n']['Informations'] = 'Informations'; $GLOBALS['__l10n']['Informations'] = 'Informations';
#_config.php:136 #_config.php:126
$GLOBALS['__l10n']['Once the extension has been configured and your links have been created, you can place one of the cinecturlink widgets in the sidebar.'] = 'Une fois l\'extension configurée et vos liens créés, vous pouvez placer un des widgets cinecturlink dans la barre latérale.'; $GLOBALS['__l10n']['Once the extension has been configured and your links have been created, you can place one of the cinecturlink widgets in the sidebar.'] = 'Une fois l\'extension configurée et vos liens créés, vous pouvez placer un des widgets cinecturlink dans la barre latérale.';
#_config.php:137 #_config.php:127
$GLOBALS['__l10n']['In order to open links in new window you can use plugin %s.'] = 'Afin d\'ouvrir les liens dans une nouvelle page vous pouvez utiliser l\'extension %s.'; $GLOBALS['__l10n']['In order to open links in new window you can use plugin %s.'] = 'Afin d\'ouvrir les liens dans une nouvelle page vous pouvez utiliser l\'extension %s.';
#_config.php:138 #_config.php:128
$GLOBALS['__l10n']['In order to change URL of public page you can use plugin %s.'] = 'Afin de changer l\'URL de la page publique vous pouvez utiliser l\'extension %s.'; $GLOBALS['__l10n']['In order to change URL of public page you can use plugin %s.'] = 'Afin de changer l\'URL de la page publique vous pouvez utiliser l\'extension %s.';
#_config.php:139 #_config.php:129
$GLOBALS['__l10n']['You can add public pages of cinecturlink to the plugin %s.'] = 'Vous pouvez ajouter les pages publiques de cinecturlink à l\'extension %s.'; $GLOBALS['__l10n']['You can add public pages of cinecturlink to the plugin %s.'] = 'Vous pouvez ajouter les pages publiques de cinecturlink à l\'extension %s.';
#_config.php:140 #_config.php:130
#_config.php:141 #_config.php:131
$GLOBALS['__l10n']['The plugin Cinecturlink2 is compatible with plugin %s.'] = 'L\'extension Cinecturlink2 est compatible avec l\'extension %s.'; $GLOBALS['__l10n']['The plugin Cinecturlink2 is compatible with plugin %s.'] = 'L\'extension Cinecturlink2 est compatible avec l\'extension %s.';
#_widgets.php:45 #_widgets.php:43
$GLOBALS['__l10n']['Update date'] = 'Date de mise à jour'; $GLOBALS['__l10n']['Update date'] = 'Date de mise à jour';
#_widgets.php:46 #_widgets.php:44
#inc/lib.cinecturlink2.list.php:41
#index.php:261
$GLOBALS['__l10n']['My rating'] = 'Mon évaluation'; $GLOBALS['__l10n']['My rating'] = 'Mon évaluation';
#_widgets.php:48 #_widgets.php:46
$GLOBALS['__l10n']['Random'] = 'Aléatoire'; $GLOBALS['__l10n']['Random'] = 'Aléatoire';
#_widgets.php:49 #_widgets.php:47
$GLOBALS['__l10n']['Number of views'] = 'Nombre d\'affichages'; $GLOBALS['__l10n']['Number of views'] = 'Nombre d\'affichages';
#_widgets.php:61 #_widgets.php:60
$GLOBALS['__l10n']['Show selection of cinecturlinks'] = 'Afficher une selection de cinecturlink'; $GLOBALS['__l10n']['Show selection of cinecturlinks'] = 'Afficher une selection de cinecturlink';
#_widgets.php:85 #_widgets.php:81
$GLOBALS['__l10n']['Sort: (only for date, note and title)'] = 'Ordre: (seulement pour date, note et titre)'; $GLOBALS['__l10n']['Sort: (only for date, note and title)'] = 'Ordre: (seulement pour date, note et titre)';
#_widgets.php:92 #_widgets.php:88
$GLOBALS['__l10n']['Limit:'] = 'Limite :'; $GLOBALS['__l10n']['Limit:'] = 'Limite :';
#_widgets.php:98 #_widgets.php:94
$GLOBALS['__l10n']['Enable link'] = 'Autoriser les liens'; $GLOBALS['__l10n']['Enable link'] = 'Autoriser les liens';
#_widgets.php:104 #_widgets.php:100
$GLOBALS['__l10n']['Show author'] = 'Afficher l\'auteur'; $GLOBALS['__l10n']['Show author'] = 'Afficher l\'auteur';
#_widgets.php:110 #_widgets.php:106
$GLOBALS['__l10n']['Show my rating'] = 'Afficher mon évaluation'; $GLOBALS['__l10n']['Show my rating'] = 'Afficher mon évaluation';
#_widgets.php:116 #_widgets.php:112
$GLOBALS['__l10n']['Show description'] = 'Afficher la description'; $GLOBALS['__l10n']['Show description'] = 'Afficher la description';
#_widgets.php:122 #_widgets.php:118
$GLOBALS['__l10n']['Show a link to cinecturlink page'] = 'Afficher un lien vers la page publique'; $GLOBALS['__l10n']['Show a link to cinecturlink page'] = 'Afficher un lien vers la page publique';
#_widgets.php:143 #_widgets.php:133
#_widgets.php:146 #_widgets.php:136
$GLOBALS['__l10n']['List of categories of cinecturlink'] = 'Liste des catégories de cinecturlink'; $GLOBALS['__l10n']['List of categories of cinecturlink'] = 'Liste des catégories de cinecturlink';
#_widgets.php:151 #_widgets.php:139
#_widgets.php:144
$GLOBALS['__l10n']['My cinecturlink by categories'] = 'Mes cinecturlink par catégories'; $GLOBALS['__l10n']['My cinecturlink by categories'] = 'Mes cinecturlink par catégories';
#_widgets.php:156 #_widgets.php:149
$GLOBALS['__l10n']['Show number of links'] = 'Afficher le nombre de liens'; $GLOBALS['__l10n']['Show number of links'] = 'Afficher le nombre de liens';
#_widgets.php:290 #_widgets.php:271
#_widgets.php:321 #_widgets.php:300
#default-templates/cinecturlink2.html:56 #default-templates/cinecturlink2.html:56
#default-templates/cinecturlink2.html:56 #default-templates/cinecturlink2.html:56
$GLOBALS['__l10n']['view all links'] = 'voir tous les liens'; $GLOBALS['__l10n']['view all links'] = 'voir tous les liens';
#_widgets.php:290 #_widgets.php:271
$GLOBALS['__l10n']['More links'] = 'Plus de liens'; $GLOBALS['__l10n']['More links'] = 'Plus de liens';
#_widgets.php:321 #_widgets.php:300
$GLOBALS['__l10n']['all links'] = 'tous les liens'; $GLOBALS['__l10n']['all links'] = 'tous les liens';
#_widgets.php:332 #_widgets.php:310
$GLOBALS['__l10n']['view links of this category'] = 'voir les liens de cette catégorie'; $GLOBALS['__l10n']['view links of this category'] = 'voir les liens de cette catégorie';
#default-templates/cinecturlink2.html:31 #default-templates/cinecturlink2.html:31
@ -153,173 +148,195 @@ $GLOBALS['__l10n']['link'] = 'lien';
#default-templates/cinecturlink2.html:87 #default-templates/cinecturlink2.html:87
$GLOBALS['__l10n']['category'] = 'catégorie'; $GLOBALS['__l10n']['category'] = 'catégorie';
#inc/class.cinecturlink2.php:139 #inc/class.cinecturlink2.php:157
$GLOBALS['__l10n']['No link title'] = 'Pas de titre de lien'; $GLOBALS['__l10n']['No link title'] = 'Pas de titre de lien';
#inc/class.cinecturlink2.php:142 #inc/class.cinecturlink2.php:160
$GLOBALS['__l10n']['No link description'] = 'Pas de description de lien'; $GLOBALS['__l10n']['No link description'] = 'Pas de description de lien';
#inc/class.cinecturlink2.php:178 #inc/class.cinecturlink2.php:202
#inc/class.cinecturlink2.php:197 #inc/class.cinecturlink2.php:226
$GLOBALS['__l10n']['No such link ID'] = 'ID de lien inconnu'; $GLOBALS['__l10n']['No such link ID'] = 'ID de lien inconnu';
#inc/class.cinecturlink2.php:284 #inc/class.cinecturlink2.php:338
$GLOBALS['__l10n']['No category title'] = 'Pas de titre de catégorie'; $GLOBALS['__l10n']['No category title'] = 'Pas de titre de catégorie';
#inc/class.cinecturlink2.php:287 #inc/class.cinecturlink2.php:341
$GLOBALS['__l10n']['No category description'] = 'Pas de description de catégorie'; $GLOBALS['__l10n']['No category description'] = 'Pas de description de catégorie';
#inc/class.cinecturlink2.php:312 #inc/class.cinecturlink2.php:371
#inc/class.cinecturlink2.php:326 #inc/class.cinecturlink2.php:390
$GLOBALS['__l10n']['No such category ID'] = 'ID de catégorie inconnu'; $GLOBALS['__l10n']['No such category ID'] = 'ID de catégorie inconnu';
#inc/class.cinecturlink2.php:369 #inc/class.cinecturlink2.php:454
$GLOBALS['__l10n']['Failed to create public folder for images.'] = 'Impossible de créer le repertoire publique pour les images.'; $GLOBALS['__l10n']['Failed to create public folder for images.'] = 'Impossible de créer le repertoire publique pour les images.';
#inc/lib.cinecturlink2.activityreport.php:21 #inc/lib.cinecturlink2.activityreport.php:22
$GLOBALS['__l10n']['Plugin cinecturlink2'] = 'Extension cinecturlink 2'; $GLOBALS['__l10n']['Plugin cinecturlink2'] = 'Extension cinecturlink 2';
#inc/lib.cinecturlink2.activityreport.php:27 #inc/lib.cinecturlink2.activityreport.php:28
$GLOBALS['__l10n']['link creation'] = 'Création de lien'; $GLOBALS['__l10n']['link creation'] = 'Création de lien';
#inc/lib.cinecturlink2.activityreport.php:28 #inc/lib.cinecturlink2.activityreport.php:29
$GLOBALS['__l10n']['A new cineturlink named "%s" was added by "%s"'] = 'Un nouveau cinecturlink nommé "%s" a été ajouté par "%s"'; $GLOBALS['__l10n']['A new cineturlink named "%s" was added by "%s"'] = 'Un nouveau cinecturlink nommé "%s" a été ajouté par "%s"';
#inc/lib.cinecturlink2.activityreport.php:36 #inc/lib.cinecturlink2.activityreport.php:37
$GLOBALS['__l10n']['updating link'] = 'Mise à jour de lien'; $GLOBALS['__l10n']['updating link'] = 'Mise à jour de lien';
#inc/lib.cinecturlink2.activityreport.php:37 #inc/lib.cinecturlink2.activityreport.php:38
$GLOBALS['__l10n']['Cinecturlink named "%s" has been updated by "%s"'] = 'Le cinecturlink nommé "%s" a été mis à jour par "%s"'; $GLOBALS['__l10n']['Cinecturlink named "%s" has been updated by "%s"'] = 'Le cinecturlink nommé "%s" a été mis à jour par "%s"';
#inc/lib.cinecturlink2.activityreport.php:45 #inc/lib.cinecturlink2.activityreport.php:46
$GLOBALS['__l10n']['link deletion'] = 'Suppression de lien'; $GLOBALS['__l10n']['link deletion'] = 'Suppression de lien';
#inc/lib.cinecturlink2.activityreport.php:46 #inc/lib.cinecturlink2.activityreport.php:47
$GLOBALS['__l10n']['Cinecturlink named "%s" has been deleted by "%s"'] = 'Le cinecturlink nommé "%s" a été effacé par "%s"'; $GLOBALS['__l10n']['Cinecturlink named "%s" has been deleted by "%s"'] = 'Le cinecturlink nommé "%s" a été effacé par "%s"';
#inc/lib.cinecturlink2.list.php:25 #inc/lib.cinecturlink2.list.php:43
#index.php:459 $GLOBALS['__l10n']['No link matches the filter'] = 'Aucun lien pour ce filtre';
$GLOBALS['__l10n']['There is no link'] = 'Il n\'y a pas de lien';
#inc/lib.cinecturlink2.list.php:89 #inc/lib.cinecturlink2.list.php:45
$GLOBALS['__l10n']['No link'] = 'Aucun lien';
#inc/lib.cinecturlink2.list.php:60
$GLOBALS['__l10n']['List of %s links matching the filter.'] = 'Liste des %s liens correspondant au filtre.';
#inc/lib.cinecturlink2.list.php:61
$GLOBALS['__l10n']['List of links (%s)'] = 'Listes des liens (%s)';
#inc/lib.cinecturlink2.list.php:70
#index.php:143
#index.php:465
$GLOBALS['__l10n']['Rating'] = 'Évaluation';
#inc/lib.cinecturlink2.list.php:119
$GLOBALS['__l10n']['image'] = 'image'; $GLOBALS['__l10n']['image'] = 'image';
#index.php:73 #index.php:67
$GLOBALS['__l10n']['Categories successfully reordered.'] = 'Catégories réordonnées.';
#index.php:85
$GLOBALS['__l10n']['Categories successfully deleted.'] = 'Catégories effacées.';
#index.php:98
#index.php:188
$GLOBALS['__l10n']['You must provide a title.'] = 'Vous devez fournir un titre.';
#index.php:103
$GLOBALS['__l10n']['Category with same name already exists.'] = 'Une catégorie portant le même nom existe déjà.';
#index.php:113
$GLOBALS['__l10n']['Category successfully created.'] = 'Catégory créée.';
#index.php:128
$GLOBALS['__l10n']['Links successfully deleted.'] = 'Liens effacés.'; $GLOBALS['__l10n']['Links successfully deleted.'] = 'Liens effacés.';
#index.php:150 #index.php:74
#index.php:172 $GLOBALS['__l10n']['Delete links'] = 'Effacer des liens';
#index.php:98
#index.php:124
$GLOBALS['__l10n']['Links successfully updated.'] = 'Liens mis à jour.'; $GLOBALS['__l10n']['Links successfully updated.'] = 'Liens mis à jour.';
#index.php:191 #index.php:109
$GLOBALS['__l10n']['Update links rating'] = 'Changer l\'évaluation';
#index.php:135
$GLOBALS['__l10n']['Update links category'] = 'Changer la catégorie';
#index.php:152
$GLOBALS['__l10n']['Change rating'] = 'Changer l\'évaluation';
#index.php:240
$GLOBALS['__l10n']['You must provide a title.'] = 'Vous devez fournir un titre.';
#index.php:243
$GLOBALS['__l10n']['You must provide an author.'] = 'Vous devez spécifier un auteur'; $GLOBALS['__l10n']['You must provide an author.'] = 'Vous devez spécifier un auteur';
#index.php:194 #index.php:246
$GLOBALS['__l10n']['You must provide a link to an image.'] = 'Vous devez fournir un lien vers une image.'; $GLOBALS['__l10n']['You must provide a link to an image.'] = 'Vous devez fournir un lien vers une image.';
#index.php:212 #index.php:263
$GLOBALS['__l10n']['Link with same name already exists.'] = 'Un lien avec le même titre existe déjà.'; $GLOBALS['__l10n']['Link with same name already exists.'] = 'Un lien avec le même titre existe déjà.';
#index.php:218 #index.php:268
$GLOBALS['__l10n']['Link successfully created.'] = 'Lien crée.'; $GLOBALS['__l10n']['Link successfully created.'] = 'Lien crée.';
#index.php:227 #index.php:274
$GLOBALS['__l10n']['Unknown link.'] = 'Lien inconnu.'; $GLOBALS['__l10n']['Unknown link.'] = 'Lien inconnu.';
#index.php:233 #index.php:279
$GLOBALS['__l10n']['Link successfully updated.'] = 'Lien mis à jour.'; $GLOBALS['__l10n']['Link successfully updated.'] = 'Lien mis à jour.';
#index.php:312 #index.php:299
$GLOBALS['__l10n']['change category'] = 'lodifier la catégorie'; $GLOBALS['__l10n']['Link successfully deleted.'] = 'Lien effacé.';
#index.php:313 #index.php:324
$GLOBALS['__l10n']['change my rating'] = 'Modifier mon évaluation';
#index.php:368
$GLOBALS['__l10n']['Change category of links'] = 'Changer la catégorie des liens';
#index.php:375
#index.php:416
$GLOBALS['__l10n']['Go back to links list'] = 'Retourner à la liste des liens';
#index.php:380
$GLOBALS['__l10n']['Change category for this selection :'] = 'Changer de catégorie pour la sélection :';
#index.php:391
$GLOBALS['__l10n']['Select a category:'] = 'Selectionner une catégorie :';
#index.php:409
$GLOBALS['__l10n']['Change note of links'] = 'Changer la note des liens';
#index.php:421
$GLOBALS['__l10n']['Change note for this selection :'] = 'Changer de note pour la sélection :';
#index.php:432
$GLOBALS['__l10n']['Select a rating:'] = 'Selectionner une note :';
#index.php:494
$GLOBALS['__l10n']['Selected links action:'] = 'Action sur les liens selectionnés :';
#index.php:510
$GLOBALS['__l10n']['New link'] = 'Nouveau lien'; $GLOBALS['__l10n']['New link'] = 'Nouveau lien';
#index.php:549 #index.php:359
$GLOBALS['__l10n']['Categories successfully reordered.'] = 'Catégories réordonnées.';
#index.php:430
$GLOBALS['__l10n']['Category successfully deleted.'] = 'Catégorie effacé.';
#index.php:395
#index.php:412
$GLOBALS['__l10n']['Category with same name already exists.'] = 'Une catégorie portant le même nom existe déjà.';
#index.php:404
$GLOBALS['__l10n']['Category successfully created.'] = 'Catégory créée.';
#index.php:457
#index.php:491
#index.php:543
$GLOBALS['__l10n']['There is no link'] = 'Il n\'y a pas de lien';
#index.php:467
$GLOBALS['__l10n']['New rating:'] = 'Nouvelle évaluation :';
#index.php:501
$GLOBALS['__l10n']['New category:'] = 'Nouvelle catégorie :';
#index.php:534
$GLOBALS['__l10n']['Edit categories'] = 'Gérer les catégories';
#index.php:538
$GLOBALS['__l10n']['New Link'] = 'Nouveau lien';
#index.php:540
#index.php:689
$GLOBALS['__l10n']['New Category'] = 'Nouvelle catégorie';
#index.php:587
$GLOBALS['__l10n']['Selected links action:'] = 'Action sur les liens selectionnés :';
#index.php:620
$GLOBALS['__l10n']['Details URL:'] = 'Liens vers les détails :'; $GLOBALS['__l10n']['Details URL:'] = 'Liens vers les détails :';
#index.php:552 #index.php:623
$GLOBALS['__l10n']['Search with Google'] = 'Rechercher avec Google'; $GLOBALS['__l10n']['Search with Google'] = 'Rechercher avec Google';
#index.php:555 #index.php:625
$GLOBALS['__l10n']['Image URL:'] = 'Lien vers l\'image :'; $GLOBALS['__l10n']['Image URL:'] = 'Lien vers l\'image :';
#index.php:558 #index.php:628
$GLOBALS['__l10n']['Search with Amazon'] = 'Rechercher avec Amazon'; $GLOBALS['__l10n']['Search with Amazon'] = 'Rechercher avec Amazon';
#index.php:563 #index.php:633
$GLOBALS['__l10n']['There is no image in cinecturlink media path.'] = 'Il n\'y a pas d\'image dans le chemin des média cinecturlink.'; $GLOBALS['__l10n']['There is no image in cinecturlink media path.'] = 'Il n\'y a pas d\'image dans le chemin des média cinecturlink.';
#index.php:567 #index.php:636
$GLOBALS['__l10n']['or select from repository:'] = 'ou selectionner depuis le dépôt :'; $GLOBALS['__l10n']['or select from repository:'] = 'ou selectionner depuis le dépôt :';
#index.php:570 #index.php:639
$GLOBALS['__l10n']['Go to media manager to add image to cinecturlink path.'] = 'Aller dans le gestionnaire de média pour ajouter des images au chemin des cinecturlink.'; $GLOBALS['__l10n']['Go to media manager to add image to cinecturlink path.'] = 'Aller dans le gestionnaire de média pour ajouter des images au chemin des cinecturlink.';
#index.php:586 #index.php:651
$GLOBALS['__l10n']['My rating:'] = 'Mon évaluation :'; $GLOBALS['__l10n']['Rating:'] = valuation :';
#index.php:596 #index.php:692
$GLOBALS['__l10n']['update link'] = 'mettre à jour ce lien';
#index.php:596
$GLOBALS['__l10n']['create link'] = 'créer ce lien';
#index.php:605
$GLOBALS['__l10n']['There is no category'] = 'Il n\'y a pas de catégorie'; $GLOBALS['__l10n']['There is no category'] = 'Il n\'y a pas de catégorie';
#index.php:611 #index.php:699
$GLOBALS['__l10n']['Categories list'] = 'Liste des catégories';
#index.php:701
$GLOBALS['__l10n']['name'] = 'nom'; $GLOBALS['__l10n']['name'] = 'nom';
#index.php:611 #index.php:702
$GLOBALS['__l10n']['description'] = 'description'; $GLOBALS['__l10n']['description'] = 'description';
#index.php:633 #index.php:747
$GLOBALS['__l10n']['Check to delete'] = 'Cocher pour supprimer'; $GLOBALS['__l10n']['Check to delete'] = 'Cocher pour supprimer';
#index.php:638 #index.php:753
$GLOBALS['__l10n']['update categories'] = 'mettre à jour les catégories'; $GLOBALS['__l10n']['Delete selection'] = 'Effacer la selection';
#index.php:773
$GLOBALS['__l10n']['No link uses this category.'] = 'Aucun lien n\'utilise cette catégorie.';

View File

@ -1,183 +1,177 @@
# Language: Français # Language: Français
# Module: cinecturlink2 - 0.7 # Module: cinecturlink2 - 0.7.1
# Date: 2013-11-04 19:43:18 # Date: 2021-09-08 22:03:17
# Translated with translater 2013.05.11 # Translated with translater 2021.09.02.1
msgid "" msgid ""
msgstr "" msgstr ""
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Project-Id-Version: cinecturlink2 0.7\n" "Project-Id-Version: cinecturlink2 0.7.1\n"
"POT-Creation-Date: \n" "POT-Creation-Date: \n"
"PO-Revision-Date: 2013-11-04T19:43:18+00:00\n" "PO-Revision-Date: 2021-09-08T22:03:17+00:00\n"
"Last-Translator: Jean-Christian Denis\n" "Last-Translator: Jean-Christian Denis\n"
"Language-Team: \n" "Language-Team: \n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: _admin.php:24 #: _admin.php:21
#: _admin.php:44 #: _admin.php:41
#: _public.php:195 #: _public.php:195
#: _widgets.php:58 #: _widgets.php:57
#: _widgets.php:66 #: _widgets.php:63
#: index.php:38
#: index.php:202
msgid "My cinecturlink" msgid "My cinecturlink"
msgstr "Mes cinecturlink" msgstr "Mes cinecturlink"
#: _config.php:55 #: _config.php:49
msgid "You must provide a specific folder for images." msgid "You must provide a specific folder for images."
msgstr "Vous devez fournir un dossier spécifique pour les images." msgstr "Vous devez fournir un dossier spécifique pour les images."
#: _config.php:73 #: _config.php:85
msgid "Configuration has been successfully updated."
msgstr "La configuration a été mise à jour avec succés."
#: _config.php:93
msgid "Enable extension"
msgstr "Activer l'extension"
#: _config.php:95
msgid "Maximum width of images (in pixel):" msgid "Maximum width of images (in pixel):"
msgstr "Largeur maximum des images (en pixels) :" msgstr "Largeur maximum des images (en pixels) :"
#: _config.php:98 #: _config.php:88
msgid "Public folder of images (under public folder of blog):" msgid "Public folder of images (under public folder of blog):"
msgstr "Dossier publique des images (dans le répertoire \"public\" du blog) :" msgstr "Dossier publique des images (dans le répertoire \"public\" du blog) :"
#: _config.php:108 #: _config.php:98
msgid "Update cache when use \"Random\" or \"Number of view\" order on widget (Need reload of widgets on change)" msgid "Update cache when use \"Random\" or \"Number of view\" order on widget (Need reload of widgets on change)"
msgstr "Mettre à jour le cache lors de l'utilisation de l'ordre \"Aléatoire\" ou \"Nombre d'affichages\" dans le widget (Nécessite le rechargement du widget)" msgstr "Mettre à jour le cache lors de l'utilisation de l'ordre \"Aléatoire\" ou \"Nombre d'affichages\" dans le widget (Nécessite le rechargement du widget)"
#: _config.php:109 #: _config.php:99
msgid "This increases the random effect, but updates the cache of the blog whenever the widget is displayed, which reduces the perfomances of your blog." msgid "This increases the random effect, but updates the cache of the blog whenever the widget is displayed, which reduces the perfomances of your blog."
msgstr "Ceci augmente l'effet aléatoire, mais met à jour le cache à chaque affichage du widget, ce qui diminue les performances du blog." msgstr "Ceci augmente l'effet aléatoire, mais met à jour le cache à chaque affichage du widget, ce qui diminue les performances du blog."
#: _config.php:114 #: _config.php:104
msgid "Public page" msgid "Public page"
msgstr "Page publique" msgstr "Page publique"
#: _config.php:118 #: _config.php:108
msgid "Enable public page" msgid "Enable public page"
msgstr "Activer la page publique" msgstr "Activer la page publique"
#: _config.php:119 #: _config.php:109
msgid "Public page has url: %s" msgid "Public page has url: %s"
msgstr "La page publique à l'URL: %s" msgstr "La page publique à l'URL: %s"
#: _config.php:121 #: _config.php:111
msgid "Title of the public page:" msgid "Title of the public page:"
msgstr "Titre de la page publique :" msgstr "Titre de la page publique :"
#: _config.php:124 #: _config.php:114
msgid "Description of the public page:" msgid "Description of the public page:"
msgstr "Description de la page publique :" msgstr "Description de la page publique :"
#: _config.php:127 #: _config.php:117
msgid "Limit number of entries per page on pulic page to:" msgid "Limit number of entries per page on pulic page to:"
msgstr "Limiter le nombre d'entrée par page sur la page public à :" msgstr "Limiter le nombre d'entrée par page sur la page public à :"
#: _config.php:133 #: _config.php:123
msgid "Informations" msgid "Informations"
msgstr "Informations" msgstr "Informations"
#: _config.php:136 #: _config.php:126
msgid "Once the extension has been configured and your links have been created, you can place one of the cinecturlink widgets in the sidebar." msgid "Once the extension has been configured and your links have been created, you can place one of the cinecturlink widgets in the sidebar."
msgstr "Une fois l'extension configurée et vos liens créés, vous pouvez placer un des widgets cinecturlink dans la barre latérale." msgstr "Une fois l'extension configurée et vos liens créés, vous pouvez placer un des widgets cinecturlink dans la barre latérale."
#: _config.php:137 #: _config.php:127
msgid "In order to open links in new window you can use plugin %s." msgid "In order to open links in new window you can use plugin %s."
msgstr "Afin d'ouvrir les liens dans une nouvelle page vous pouvez utiliser l'extension %s." msgstr "Afin d'ouvrir les liens dans une nouvelle page vous pouvez utiliser l'extension %s."
#: _config.php:138 #: _config.php:128
msgid "In order to change URL of public page you can use plugin %s." msgid "In order to change URL of public page you can use plugin %s."
msgstr "Afin de changer l'URL de la page publique vous pouvez utiliser l'extension %s." msgstr "Afin de changer l'URL de la page publique vous pouvez utiliser l'extension %s."
#: _config.php:139 #: _config.php:129
msgid "You can add public pages of cinecturlink to the plugin %s." msgid "You can add public pages of cinecturlink to the plugin %s."
msgstr "Vous pouvez ajouter les pages publiques de cinecturlink à l'extension %s." msgstr "Vous pouvez ajouter les pages publiques de cinecturlink à l'extension %s."
#: _config.php:140 #: _config.php:130
#: _config.php:141 #: _config.php:131
msgid "The plugin Cinecturlink2 is compatible with plugin %s." msgid "The plugin Cinecturlink2 is compatible with plugin %s."
msgstr "L'extension Cinecturlink2 est compatible avec l'extension %s." msgstr "L'extension Cinecturlink2 est compatible avec l'extension %s."
#: _widgets.php:45 #: _widgets.php:43
msgid "Update date" msgid "Update date"
msgstr "Date de mise à jour" msgstr "Date de mise à jour"
#: _widgets.php:46 #: _widgets.php:44
#: inc/lib.cinecturlink2.list.php:41
#: index.php:261
msgid "My rating" msgid "My rating"
msgstr "Mon évaluation" msgstr "Mon évaluation"
#: _widgets.php:48 #: _widgets.php:46
msgid "Random" msgid "Random"
msgstr "Aléatoire" msgstr "Aléatoire"
#: _widgets.php:49 #: _widgets.php:47
msgid "Number of views" msgid "Number of views"
msgstr "Nombre d'affichages" msgstr "Nombre d'affichages"
#: _widgets.php:61 #: _widgets.php:60
msgid "Show selection of cinecturlinks" msgid "Show selection of cinecturlinks"
msgstr "Afficher une selection de cinecturlink" msgstr "Afficher une selection de cinecturlink"
#: _widgets.php:85 #: _widgets.php:81
msgid "Sort: (only for date, note and title)" msgid "Sort: (only for date, note and title)"
msgstr "Ordre: (seulement pour date, note et titre)" msgstr "Ordre: (seulement pour date, note et titre)"
#: _widgets.php:92 #: _widgets.php:88
msgid "Limit:" msgid "Limit:"
msgstr "Limite :" msgstr "Limite :"
#: _widgets.php:98 #: _widgets.php:94
msgid "Enable link" msgid "Enable link"
msgstr "Autoriser les liens" msgstr "Autoriser les liens"
#: _widgets.php:104 #: _widgets.php:100
msgid "Show author" msgid "Show author"
msgstr "Afficher l'auteur" msgstr "Afficher l'auteur"
#: _widgets.php:110 #: _widgets.php:106
msgid "Show my rating" msgid "Show my rating"
msgstr "Afficher mon évaluation" msgstr "Afficher mon évaluation"
#: _widgets.php:116 #: _widgets.php:112
msgid "Show description" msgid "Show description"
msgstr "Afficher la description" msgstr "Afficher la description"
#: _widgets.php:122 #: _widgets.php:118
msgid "Show a link to cinecturlink page" msgid "Show a link to cinecturlink page"
msgstr "Afficher un lien vers la page publique" msgstr "Afficher un lien vers la page publique"
#: _widgets.php:143 #: _widgets.php:133
#: _widgets.php:146 #: _widgets.php:136
msgid "List of categories of cinecturlink" msgid "List of categories of cinecturlink"
msgstr "Liste des catégories de cinecturlink" msgstr "Liste des catégories de cinecturlink"
#: _widgets.php:151 #: _widgets.php:139
#: _widgets.php:144
msgid "My cinecturlink by categories" msgid "My cinecturlink by categories"
msgstr "Mes cinecturlink par catégories" msgstr "Mes cinecturlink par catégories"
#: _widgets.php:156 #: _widgets.php:149
msgid "Show number of links" msgid "Show number of links"
msgstr "Afficher le nombre de liens" msgstr "Afficher le nombre de liens"
#: _widgets.php:290 #: _widgets.php:271
#: _widgets.php:321 #: _widgets.php:300
#: default-templates/cinecturlink2.html:56 #: default-templates/cinecturlink2.html:56
#: default-templates/cinecturlink2.html:56 #: default-templates/cinecturlink2.html:56
msgid "view all links" msgid "view all links"
msgstr "voir tous les liens" msgstr "voir tous les liens"
#: _widgets.php:290 #: _widgets.php:271
msgid "More links" msgid "More links"
msgstr "Plus de liens" msgstr "Plus de liens"
#: _widgets.php:321 #: _widgets.php:300
msgid "all links" msgid "all links"
msgstr "tous les liens" msgstr "tous les liens"
#: _widgets.php:332 #: _widgets.php:310
msgid "view links of this category" msgid "view links of this category"
msgstr "voir les liens de cette catégorie" msgstr "voir les liens de cette catégorie"
@ -208,229 +202,256 @@ msgstr "lien"
msgid "category" msgid "category"
msgstr "catégorie" msgstr "catégorie"
#: inc/class.cinecturlink2.php:139 #: inc/class.cinecturlink2.php:157
msgid "No link title" msgid "No link title"
msgstr "Pas de titre de lien" msgstr "Pas de titre de lien"
#: inc/class.cinecturlink2.php:142 #: inc/class.cinecturlink2.php:160
msgid "No link description" msgid "No link description"
msgstr "Pas de description de lien" msgstr "Pas de description de lien"
#: inc/class.cinecturlink2.php:178 #: inc/class.cinecturlink2.php:202
#: inc/class.cinecturlink2.php:197 #: inc/class.cinecturlink2.php:226
msgid "No such link ID" msgid "No such link ID"
msgstr "ID de lien inconnu" msgstr "ID de lien inconnu"
#: inc/class.cinecturlink2.php:284 #: inc/class.cinecturlink2.php:338
msgid "No category title" msgid "No category title"
msgstr "Pas de titre de catégorie" msgstr "Pas de titre de catégorie"
#: inc/class.cinecturlink2.php:287 #: inc/class.cinecturlink2.php:341
msgid "No category description" msgid "No category description"
msgstr "Pas de description de catégorie" msgstr "Pas de description de catégorie"
#: inc/class.cinecturlink2.php:312 #: inc/class.cinecturlink2.php:371
#: inc/class.cinecturlink2.php:326 #: inc/class.cinecturlink2.php:390
msgid "No such category ID" msgid "No such category ID"
msgstr "ID de catégorie inconnu" msgstr "ID de catégorie inconnu"
#: inc/class.cinecturlink2.php:369 #: inc/class.cinecturlink2.php:454
msgid "Failed to create public folder for images." msgid "Failed to create public folder for images."
msgstr "Impossible de créer le repertoire publique pour les images." msgstr "Impossible de créer le repertoire publique pour les images."
#: inc/lib.cinecturlink2.activityreport.php:21 #: inc/lib.cinecturlink2.activityreport.php:22
msgid "Plugin cinecturlink2" msgid "Plugin cinecturlink2"
msgstr "Extension cinecturlink 2" msgstr "Extension cinecturlink 2"
#: inc/lib.cinecturlink2.activityreport.php:27 #: inc/lib.cinecturlink2.activityreport.php:28
msgid "link creation" msgid "link creation"
msgstr "Création de lien" msgstr "Création de lien"
#: inc/lib.cinecturlink2.activityreport.php:28 #: inc/lib.cinecturlink2.activityreport.php:29
msgid "A new cineturlink named \"%s\" was added by \"%s\"" msgid "A new cineturlink named \"%s\" was added by \"%s\""
msgstr "Un nouveau cinecturlink nommé \"%s\" a été ajouté par \"%s\"" msgstr "Un nouveau cinecturlink nommé \"%s\" a été ajouté par \"%s\""
#: inc/lib.cinecturlink2.activityreport.php:36 #: inc/lib.cinecturlink2.activityreport.php:37
msgid "updating link" msgid "updating link"
msgstr "Mise à jour de lien" msgstr "Mise à jour de lien"
#: inc/lib.cinecturlink2.activityreport.php:37 #: inc/lib.cinecturlink2.activityreport.php:38
msgid "Cinecturlink named \"%s\" has been updated by \"%s\"" msgid "Cinecturlink named \"%s\" has been updated by \"%s\""
msgstr "Le cinecturlink nommé \"%s\" a été mis à jour par \"%s\"" msgstr "Le cinecturlink nommé \"%s\" a été mis à jour par \"%s\""
#: inc/lib.cinecturlink2.activityreport.php:45 #: inc/lib.cinecturlink2.activityreport.php:46
msgid "link deletion" msgid "link deletion"
msgstr "Suppression de lien" msgstr "Suppression de lien"
#: inc/lib.cinecturlink2.activityreport.php:46 #: inc/lib.cinecturlink2.activityreport.php:47
msgid "Cinecturlink named \"%s\" has been deleted by \"%s\"" msgid "Cinecturlink named \"%s\" has been deleted by \"%s\""
msgstr "Le cinecturlink nommé \"%s\" a été effacé par \"%s\"" msgstr "Le cinecturlink nommé \"%s\" a été effacé par \"%s\""
#: inc/lib.cinecturlink2.list.php:25 #: inc/lib.cinecturlink2.list.php:43
#: index.php:459 msgid "No link matches the filter"
msgid "There is no link" msgstr "Aucun lien pour ce filtre"
msgstr "Il n'y a pas de lien"
#: inc/lib.cinecturlink2.list.php:89 #: inc/lib.cinecturlink2.list.php:45
msgid "No link"
msgstr "Aucun lien"
#: inc/lib.cinecturlink2.list.php:60
msgid "List of %s links matching the filter."
msgstr "Liste des %s liens correspondant au filtre."
#: inc/lib.cinecturlink2.list.php:61
msgid "List of links (%s)"
msgstr "Listes des liens (%s)"
#: inc/lib.cinecturlink2.list.php:70
#: index.php:143
#: index.php:465
msgid "Rating"
msgstr "Évaluation"
#: inc/lib.cinecturlink2.list.php:119
msgid "image" msgid "image"
msgstr "image" msgstr "image"
#: index.php:73 #: index.php:67
msgid "Categories successfully reordered."
msgstr "Catégories réordonnées."
#: index.php:85
msgid "Categories successfully deleted."
msgstr "Catégories effacées."
#: index.php:98
#: index.php:188
msgid "You must provide a title."
msgstr "Vous devez fournir un titre."
#: index.php:103
msgid "Category with same name already exists."
msgstr "Une catégorie portant le même nom existe déjà."
#: index.php:113
msgid "Category successfully created."
msgstr "Catégory créée."
#: index.php:128
msgid "Links successfully deleted." msgid "Links successfully deleted."
msgstr "Liens effacés." msgstr "Liens effacés."
#: index.php:150 #: index.php:74
#: index.php:172 msgid "Delete links"
msgstr "Effacer des liens"
#: index.php:98
#: index.php:124
msgid "Links successfully updated." msgid "Links successfully updated."
msgstr "Liens mis à jour." msgstr "Liens mis à jour."
#: index.php:191 #: index.php:109
msgid "Update links rating"
msgstr "Changer l'évaluation"
#: index.php:135
msgid "Update links category"
msgstr "Changer la catégorie"
#: index.php:152
msgid "Change rating"
msgstr "Changer l'évaluation"
#: index.php:240
msgid "You must provide a title."
msgstr "Vous devez fournir un titre."
#: index.php:243
msgid "You must provide an author." msgid "You must provide an author."
msgstr "Vous devez spécifier un auteur" msgstr "Vous devez spécifier un auteur"
#: index.php:194 #: index.php:246
msgid "You must provide a link to an image." msgid "You must provide a link to an image."
msgstr "Vous devez fournir un lien vers une image." msgstr "Vous devez fournir un lien vers une image."
#: index.php:212 #: index.php:263
msgid "Link with same name already exists." msgid "Link with same name already exists."
msgstr "Un lien avec le même titre existe déjà." msgstr "Un lien avec le même titre existe déjà."
#: index.php:218 #: index.php:268
msgid "Link successfully created." msgid "Link successfully created."
msgstr "Lien crée." msgstr "Lien crée."
#: index.php:227 #: index.php:274
msgid "Unknown link." msgid "Unknown link."
msgstr "Lien inconnu." msgstr "Lien inconnu."
#: index.php:233 #: index.php:279
msgid "Link successfully updated." msgid "Link successfully updated."
msgstr "Lien mis à jour." msgstr "Lien mis à jour."
#: index.php:312 #: index.php:299
msgid "change category" msgid "Link successfully deleted."
msgstr "lodifier la catégorie" msgstr "Lien effacé."
#: index.php:313 #: index.php:324
msgid "change my rating"
msgstr "Modifier mon évaluation"
#: index.php:368
msgid "Change category of links"
msgstr "Changer la catégorie des liens"
#: index.php:375
#: index.php:416
msgid "Go back to links list"
msgstr "Retourner à la liste des liens"
#: index.php:380
msgid "Change category for this selection :"
msgstr "Changer de catégorie pour la sélection :"
#: index.php:391
msgid "Select a category:"
msgstr "Selectionner une catégorie :"
#: index.php:409
msgid "Change note of links"
msgstr "Changer la note des liens"
#: index.php:421
msgid "Change note for this selection :"
msgstr "Changer de note pour la sélection :"
#: index.php:432
msgid "Select a rating:"
msgstr "Selectionner une note :"
#: index.php:494
msgid "Selected links action:"
msgstr "Action sur les liens selectionnés :"
#: index.php:510
msgid "New link" msgid "New link"
msgstr "Nouveau lien" msgstr "Nouveau lien"
#: index.php:549 #: index.php:359
msgid "Categories successfully reordered."
msgstr "Catégories réordonnées."
#: index.php:430
msgid "Category successfully deleted."
msgstr "Catégorie effacé."
#: index.php:395
#: index.php:412
msgid "Category with same name already exists."
msgstr "Une catégorie portant le même nom existe déjà."
#: index.php:404
msgid "Category successfully created."
msgstr "Catégory créée."
#: index.php:457
#: index.php:491
#: index.php:543
msgid "There is no link"
msgstr "Il n'y a pas de lien"
#: index.php:467
msgid "New rating:"
msgstr "Nouvelle évaluation :"
#: index.php:501
msgid "New category:"
msgstr "Nouvelle catégorie :"
#: index.php:534
msgid "Edit categories"
msgstr "Gérer les catégories"
#: index.php:538
msgid "New Link"
msgstr "Nouveau lien"
#: index.php:540
#: index.php:689
msgid "New Category"
msgstr "Nouvelle catégorie"
#: index.php:587
msgid "Selected links action:"
msgstr "Action sur les liens selectionnés :"
#: index.php:620
msgid "Details URL:" msgid "Details URL:"
msgstr "Liens vers les détails :" msgstr "Liens vers les détails :"
#: index.php:552 #: index.php:623
msgid "Search with Google" msgid "Search with Google"
msgstr "Rechercher avec Google" msgstr "Rechercher avec Google"
#: index.php:555 #: index.php:625
msgid "Image URL:" msgid "Image URL:"
msgstr "Lien vers l'image :" msgstr "Lien vers l'image :"
#: index.php:558 #: index.php:628
msgid "Search with Amazon" msgid "Search with Amazon"
msgstr "Rechercher avec Amazon" msgstr "Rechercher avec Amazon"
#: index.php:563 #: index.php:633
msgid "There is no image in cinecturlink media path." msgid "There is no image in cinecturlink media path."
msgstr "Il n'y a pas d'image dans le chemin des média cinecturlink." msgstr "Il n'y a pas d'image dans le chemin des média cinecturlink."
#: index.php:567 #: index.php:636
msgid "or select from repository:" msgid "or select from repository:"
msgstr "ou selectionner depuis le dépôt :" msgstr "ou selectionner depuis le dépôt :"
#: index.php:570 #: index.php:639
msgid "Go to media manager to add image to cinecturlink path." msgid "Go to media manager to add image to cinecturlink path."
msgstr "Aller dans le gestionnaire de média pour ajouter des images au chemin des cinecturlink." msgstr "Aller dans le gestionnaire de média pour ajouter des images au chemin des cinecturlink."
#: index.php:586 #: index.php:651
msgid "My rating:" msgid "Rating:"
msgstr "Mon évaluation :" msgstr "Évaluation :"
#: index.php:596 #: index.php:692
msgid "update link"
msgstr "mettre à jour ce lien"
#: index.php:596
msgid "create link"
msgstr "créer ce lien"
#: index.php:605
msgid "There is no category" msgid "There is no category"
msgstr "Il n'y a pas de catégorie" msgstr "Il n'y a pas de catégorie"
#: index.php:611 #: index.php:699
msgid "Categories list"
msgstr "Liste des catégories"
#: index.php:701
msgid "name" msgid "name"
msgstr "nom" msgstr "nom"
#: index.php:611 #: index.php:702
msgid "description" msgid "description"
msgstr "description" msgstr "description"
#: index.php:633 #: index.php:747
msgid "Check to delete" msgid "Check to delete"
msgstr "Cocher pour supprimer" msgstr "Cocher pour supprimer"
#: index.php:638 #: index.php:753
msgid "update categories" msgid "Delete selection"
msgstr "mettre à jour les catégories" msgstr "Effacer la selection"
#: index.php:773
msgid "No link uses this category."
msgstr "Aucun lien n'utilise cette catégorie."