plugins/links/language/french_canada_utf-8.php
author Dirk Haun <dirk@haun-online.de>
Sun, 11 Oct 2009 19:18:47 +0200
branchHEAD
changeset 7371 6f0fe25ffbc7
parent 6791 ba2231f87362
child 7992 5efb7abbd4b8
permissions -rw-r--r--
Synced all language files with their English equivalents
     1 <?php
     2 
     3 ###############################################################################
     4 # french_canada.php
     5 #
     6 # This is the Canadian French language file for the Geeklog Links plugin
     7 #
     8 # Copyright (C) 2001 Tony Bibbs
     9 # tony@tonybibbs.com
    10 # Copyright (C) 2005 Trinity Bays
    11 # trinity93@gmail.com
    12 #
    13 # This program is free software; you can redistribute it and/or
    14 # modify it under the terms of the GNU General Public License
    15 # as published by the Free Software Foundation; either version 2
    16 # of the License, or (at your option) any later version.
    17 #
    18 # This program is distributed in the hope that it will be useful,
    19 # but WITHOUT ANY WARRANTY; without even the implied warranty of
    20 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    21 # GNU General Public License for more details.
    22 #
    23 # You should have received a copy of the GNU General Public License
    24 # along with this program; if not, write to the Free Software
    25 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
    26 #
    27 ###############################################################################
    28 
    29 global $LANG32;
    30 
    31 ###############################################################################
    32 # Array Format:
    33 # $LANGXX[YY]:  $LANG - variable name
    34 #               XX    - file id number
    35 #               YY    - phrase id number
    36 ###############################################################################
    37 
    38 $LANG_LINKS = array(
    39     10 => 'Soumissions',
    40     14 => 'liens',
    41     84 => 'LIENS',
    42     88 => 'Pas de liens récents',
    43     114 => 'liens',
    44     116 => 'Ajoutez un lien',
    45     117 => 'Report Broken Link',
    46     118 => 'Broken Link Report',
    47     119 => 'The following link has been reported to be broken: ',
    48     120 => 'To edit the link, click here: ',
    49     121 => 'The broken Link was reported by: ',
    50     122 => 'Thank you for reporting this broken link. The administrator will correct the problem as soon as possible',
    51     123 => 'Thank you',
    52     124 => 'Go',
    53     125 => 'Categories',
    54     126 => 'You are here:',
    55     'root' => 'Root'
    56 );
    57 
    58 ###############################################################################
    59 # for stats
    60 
    61 $LANG_LINKS_STATS = array(
    62     'links' => 'Liens en mémoire',
    63     'stats_headline' => 'Top-10 des liens',
    64     'stats_page_title' => 'Liens',
    65     'stats_hits' => 'Clics',
    66     'stats_no_hits' => 'Il appert qu\'il n\'existe aucun lien, ou que personne n\'a cliqué sur le lien.'
    67 );
    68 
    69 ###############################################################################
    70 # for the search
    71 
    72 $LANG_LINKS_SEARCH = array(
    73     'results' => 'Résultat des liens',
    74     'title' => 'Titre',
    75     'date' => 'Date d\'ajout',
    76     'author' => 'Soumis par',
    77     'hits' => 'Clics'
    78 );
    79 
    80 ###############################################################################
    81 # for the submission form
    82 
    83 $LANG_LINKS_SUBMIT = array(
    84     1 => 'Soumettez un lien',
    85     2 => 'Lien',
    86     3 => 'Catégorie',
    87     4 => 'Autre',
    88     5 => 'Spécifiez autre',
    89     6 => 'Erreur : catégorie manquante',
    90     7 => 'Lorsque vous sélectionnez "Autre", merci d\'aussi inscrire une catégorie correspondante',
    91     8 => 'Titre',
    92     9 => 'URL',
    93     10 => 'Catégorie',
    94     11 => 'Liens soumis'
    95 );
    96 
    97 ###############################################################################
    98 # Messages for COM_showMessage the submission form
    99 
   100 $PLG_links_MESSAGE1 = "Merci de soumettre un lien vers {$_CONF['site_name']}.  Votre demande est en cours d\'approbation. Lorsque qu\'approuvé, votre soumission sera affichée dans la <a href={$_CONF['site_url']}/links/index.php>section des liens</a>.";
   101 $PLG_links_MESSAGE2 = 'Lien sauvegardé avec succès.';
   102 $PLG_links_MESSAGE3 = 'Lien effacé avec succès.';
   103 $PLG_links_MESSAGE4 = "Merci de soumettre un lien vers {$_CONF['site_name']}. Il apparaît désormais à la <a href={$_CONF['site_url']}/links/index.php>section des liens</a>.";
   104 $PLG_links_MESSAGE5 = 'You do not have sufficient access rights to view this category.';
   105 $PLG_links_MESSAGE6 = 'You do not have sufficient rights to edit this category.';
   106 $PLG_links_MESSAGE7 = 'Please enter a Category Name and Description.';
   107 $PLG_links_MESSAGE10 = 'Your category has been successfully saved.';
   108 $PLG_links_MESSAGE11 = 'You are not allowed to set the id of a category to "site" or "user" - these are reserved for internal use.';
   109 $PLG_links_MESSAGE12 = 'You are trying to make a parent category the child of it\'s own subcategory. This would create an orphan category, so please first move the child category or categories up to a higher level.';
   110 $PLG_links_MESSAGE13 = 'The category has been successfully deleted.';
   111 $PLG_links_MESSAGE14 = 'Category contains links and/or categories. Please remove these first.';
   112 $PLG_links_MESSAGE15 = 'You do not have sufficient rights to delete this category.';
   113 $PLG_links_MESSAGE16 = 'No such category exists.';
   114 $PLG_links_MESSAGE17 = 'This category id is already in use.';
   115 
   116 // Messages for the plugin upgrade
   117 $PLG_links_MESSAGE3001 = 'Plugin upgrade not supported.';
   118 $PLG_links_MESSAGE3002 = $LANG32[9];
   119 
   120 ###############################################################################
   121 # admin/plugins/links/index.php
   122 
   123 $LANG_LINKS_ADMIN = array(
   124     1 => 'Link Editor',
   125     2 => 'Link ID',
   126     3 => 'Link Title',
   127     4 => 'Link URL',
   128     5 => 'Category',
   129     6 => '(include http://)',
   130     7 => 'Other',
   131     8 => 'Link Hits',
   132     9 => 'Link Description',
   133     10 => 'You need to provide a link Title, URL and Description.',
   134     11 => 'Link Manager',
   135     12 => 'To modify or delete a link, click on that link\'s edit icon below.  To create a new link, click on "Create New" above.',
   136     14 => 'Link Category',
   137     16 => 'Access Denied',
   138     17 => "You are trying to access a link that you don't have rights to.  This attempt has been logged. Please <a href=\"{$_CONF['site_admin_url']}/plugins/links/index.php\">go back to the link administration screen</a>.",
   139     20 => 'If other, specify',
   140     21 => 'save',
   141     22 => 'cancel',
   142     23 => 'delete',
   143     24 => 'Link not found',
   144     25 => 'The link you selected for editing could not be found.',
   145     26 => 'Validate Links',
   146     27 => 'HTML Status',
   147     28 => 'Edit category',
   148     29 => 'Enter or edit the details below.',
   149     30 => 'Category',
   150     31 => 'Description',
   151     32 => 'Category ID',
   152     33 => 'Topic',
   153     34 => 'Parent',
   154     35 => 'All',
   155     40 => 'Edit this category',
   156     41 => 'Create child category',
   157     42 => 'Delete this category',
   158     43 => 'Site categories',
   159     44 => 'Add&nbsp;child',
   160     46 => 'User %s tried to delete a category to which they do not have access rights',
   161     50 => 'List categories',
   162     51 => 'New link',
   163     52 => 'New category',
   164     53 => 'List links',
   165     54 => 'Category Manager',
   166     55 => 'Edit categories below. Note that you cannot delete a category that contains other categories or links - you should delete these first, or move them to another category.',
   167     56 => 'Category Editor',
   168     57 => 'Not validated yet',
   169     58 => 'Validate now',
   170     59 => '<p>To validate all links displayed, please click on the "Validate now" link below. Please note that this might take some time depending on the amount of links displayed.</p>',
   171     60 => 'User %s tried illegally to edit category %s.',
   172     61 => 'Links in Category'
   173 );
   174 
   175 
   176 $LANG_LINKS_STATUS = array(
   177     100 => 'Continue',
   178     101 => 'Switching Protocols',
   179     200 => 'OK',
   180     201 => 'Created',
   181     202 => 'Accepted',
   182     203 => 'Non-Authoritative Information',
   183     204 => 'No Content',
   184     205 => 'Reset Content',
   185     206 => 'Partial Content',
   186     300 => 'Multiple Choices',
   187     301 => 'Moved Permanently',
   188     302 => 'Found',
   189     303 => 'See Other',
   190     304 => 'Not Modified',
   191     305 => 'Use Proxy',
   192     307 => 'Temporary Redirect',
   193     400 => 'Bad Request',
   194     401 => 'Unauthorized',
   195     402 => 'Payment Required',
   196     403 => 'Forbidden',
   197     404 => 'Not Found',
   198     405 => 'Method Not Allowed',
   199     406 => 'Not Acceptable',
   200     407 => 'Proxy Authentication Required',
   201     408 => 'Request Timeout',
   202     409 => 'Conflict',
   203     410 => 'Gone',
   204     411 => 'Length Required',
   205     412 => 'Precondition Failed',
   206     413 => 'Request Entity Too Large',
   207     414 => 'Request-URI Too Long',
   208     415 => 'Unsupported Media Type',
   209     416 => 'Requested Range Not Satisfiable',
   210     417 => 'Expectation Failed',
   211     500 => 'Internal Server Error',
   212     501 => 'Not Implemented',
   213     502 => 'Bad Gateway',
   214     503 => 'Service Unavailable',
   215     504 => 'Gateway Timeout',
   216     505 => 'HTTP Version Not Supported',
   217     999 => 'Connection Timed out'
   218 );
   219 
   220 // Localization of the Admin Configuration UI
   221 $LANG_configsections['links'] = array(
   222     'label' => 'Links',
   223     'title' => 'Links Configuration'
   224 );
   225 
   226 $LANG_confignames['links'] = array(
   227     'linksloginrequired' => 'Links Login Required?',
   228     'linksubmission' => 'Enable Submission Queue?',
   229     'newlinksinterval' => 'New Links Interval',
   230     'hidenewlinks' => 'Hide New Links?',
   231     'hidelinksmenu' => 'Hide Links Menu Entry?',
   232     'linkcols' => 'Categories per Column',
   233     'linksperpage' => 'Links per Page',
   234     'show_top10' => 'Show Top 10 Links?',
   235     'notification' => 'Notification Email?',
   236     'delete_links' => 'Delete Links with Owner?',
   237     'aftersave' => 'After Saving Link',
   238     'show_category_descriptions' => 'Show Category Description?',
   239     'new_window' => 'Open external links in new window?',
   240     'root' => 'ID of Root Category',
   241     'default_permissions' => 'Link Default Permissions',
   242     'category_permissions' => 'Category Default Permissions'
   243 );
   244 
   245 $LANG_configsubgroups['links'] = array(
   246     'sg_main' => 'Main Settings'
   247 );
   248 
   249 $LANG_fs['links'] = array(
   250     'fs_public' => 'Public Links List Settings',
   251     'fs_admin' => 'Links Admin Settings',
   252     'fs_permissions' => 'Default Permissions',
   253     'fs_cpermissions' => 'Category Permissions'
   254 );
   255 
   256 // Note: entries 0, 1, and 12 are the same as in $LANG_configselects['Core']
   257 $LANG_configselects['links'] = array(
   258     0 => array('True' => 1, 'False' => 0),
   259     1 => array('True' => true, 'False' => false),
   260     9 => array('Forward to Linked Site' => 'item', 'Display Admin List' => 'list', 'Display Public List' => 'plugin', 'Display Home' => 'home', 'Display Admin' => 'admin'),
   261     12 => array('No access' => 0, 'Read-Only' => 2, 'Read-Write' => 3)
   262 );
   263 
   264 ?>