@@ -16,7 +16,7 @@ discard block |
||
| 16 | 16 | */ |
| 17 | 17 | |
| 18 | 18 | if (!defined('_ECRIRE_INC_VERSION')) { |
| 19 | - return; |
|
| 19 | + return; |
|
| 20 | 20 | } |
| 21 | 21 | |
| 22 | 22 | /** |
@@ -25,20 +25,20 @@ discard block |
||
| 25 | 25 | * @uses info_copyright() |
| 26 | 26 | **/ |
| 27 | 27 | function install_etape__dist() { |
| 28 | - utiliser_langue_visiteur(); |
|
| 29 | - $menu_langues = menu_langues('var_lang_ecrire'); |
|
| 30 | - if (!$menu_langues) { |
|
| 31 | - redirige_url_ecrire('install', 'etape=chmod'); |
|
| 32 | - } else { |
|
| 33 | - include_spip('inc/presentation'); // pour info_copyright |
|
| 28 | + utiliser_langue_visiteur(); |
|
| 29 | + $menu_langues = menu_langues('var_lang_ecrire'); |
|
| 30 | + if (!$menu_langues) { |
|
| 31 | + redirige_url_ecrire('install', 'etape=chmod'); |
|
| 32 | + } else { |
|
| 33 | + include_spip('inc/presentation'); // pour info_copyright |
|
| 34 | 34 | |
| 35 | - $res = "<div class='petit-centre'><img alt='SPIP' class='logo' src='" . chemin_image('logo-spip.png') . "' />\n" . |
|
| 36 | - "<p class='small'>" . info_copyright() . "</p></div>\n" . |
|
| 37 | - '<p>' . _T('install_select_langue') . '</p>' . |
|
| 38 | - '<div>' . $menu_langues . "</div>\n" . |
|
| 39 | - generer_form_ecrire('install', "<input type='hidden' name='etape' value='chmod' />" . bouton_suivant()); |
|
| 35 | + $res = "<div class='petit-centre'><img alt='SPIP' class='logo' src='" . chemin_image('logo-spip.png') . "' />\n" . |
|
| 36 | + "<p class='small'>" . info_copyright() . "</p></div>\n" . |
|
| 37 | + '<p>' . _T('install_select_langue') . '</p>' . |
|
| 38 | + '<div>' . $menu_langues . "</div>\n" . |
|
| 39 | + generer_form_ecrire('install', "<input type='hidden' name='etape' value='chmod' />" . bouton_suivant()); |
|
| 40 | 40 | |
| 41 | - $minipage = new Spip\Afficher\Minipage\Installation(); |
|
| 42 | - echo $minipage->page($res); |
|
| 43 | - } |
|
| 41 | + $minipage = new Spip\Afficher\Minipage\Installation(); |
|
| 42 | + echo $minipage->page($res); |
|
| 43 | + } |
|
| 44 | 44 | } |
@@ -32,11 +32,11 @@ |
||
| 32 | 32 | } else { |
| 33 | 33 | include_spip('inc/presentation'); // pour info_copyright |
| 34 | 34 | |
| 35 | - $res = "<div class='petit-centre'><img alt='SPIP' class='logo' src='" . chemin_image('logo-spip.png') . "' />\n" . |
|
| 36 | - "<p class='small'>" . info_copyright() . "</p></div>\n" . |
|
| 37 | - '<p>' . _T('install_select_langue') . '</p>' . |
|
| 38 | - '<div>' . $menu_langues . "</div>\n" . |
|
| 39 | - generer_form_ecrire('install', "<input type='hidden' name='etape' value='chmod' />" . bouton_suivant()); |
|
| 35 | + $res = "<div class='petit-centre'><img alt='SPIP' class='logo' src='".chemin_image('logo-spip.png')."' />\n". |
|
| 36 | + "<p class='small'>".info_copyright()."</p></div>\n". |
|
| 37 | + '<p>'._T('install_select_langue').'</p>'. |
|
| 38 | + '<div>'.$menu_langues."</div>\n". |
|
| 39 | + generer_form_ecrire('install', "<input type='hidden' name='etape' value='chmod' />".bouton_suivant()); |
|
| 40 | 40 | |
| 41 | 41 | $minipage = new Spip\Afficher\Minipage\Installation(); |
| 42 | 42 | echo $minipage->page($res); |
@@ -43,7 +43,7 @@ discard block |
||
| 43 | 43 | // creer le repertoire cache, qui sert partout ! |
| 44 | 44 | // deja fait en etape 4 en principe, on garde au cas ou |
| 45 | 45 | if (!@file_exists(_DIR_CACHE)) { |
| 46 | - $rep = preg_replace(',' . _DIR_TMP . ',', '', _DIR_CACHE); |
|
| 46 | + $rep = preg_replace(','._DIR_TMP.',', '', _DIR_CACHE); |
|
| 47 | 47 | $rep = sous_repertoire(_DIR_TMP, $rep, true, true); |
| 48 | 48 | } |
| 49 | 49 | |
@@ -54,7 +54,7 @@ discard block |
||
| 54 | 54 | $cible = _T('public:accueil_site'); |
| 55 | 55 | $cible = generer_form_ecrire('accueil', '', '', $cible); |
| 56 | 56 | $minipage = new Spip\Afficher\Minipage\Installation(); |
| 57 | - echo $minipage->page($msg . $cible); |
|
| 57 | + echo $minipage->page($msg.$cible); |
|
| 58 | 58 | // ok, deboucher dans l'espace prive |
| 59 | 59 | } else { |
| 60 | 60 | redirige_url_ecrire('accueil'); |
@@ -75,9 +75,9 @@ discard block |
||
| 75 | 75 | $averti = _T( |
| 76 | 76 | 'htaccess_a_simuler', |
| 77 | 77 | [ |
| 78 | - 'htaccess' => '<tt>' . _ACCESS_FILE_NAME . '</tt>', |
|
| 78 | + 'htaccess' => '<tt>'._ACCESS_FILE_NAME.'</tt>', |
|
| 79 | 79 | 'constantes' => '<tt>_DIR_TMP & _DIR_CONNECT</tt>', |
| 80 | - 'document_root' => '<tt>' . $_SERVER['DOCUMENT_ROOT'] . '</tt>' |
|
| 80 | + 'document_root' => '<tt>'.$_SERVER['DOCUMENT_ROOT'].'</tt>' |
|
| 81 | 81 | ] |
| 82 | 82 | ); |
| 83 | 83 | |
@@ -10,7 +10,7 @@ discard block |
||
| 10 | 10 | \***************************************************************************/ |
| 11 | 11 | |
| 12 | 12 | if (!defined('_ECRIRE_INC_VERSION')) { |
| 13 | - return; |
|
| 13 | + return; |
|
| 14 | 14 | } |
| 15 | 15 | |
| 16 | 16 | include_spip('inc/headers'); |
@@ -19,61 +19,61 @@ discard block |
||
| 19 | 19 | // Mise en place des fichiers de configuration si ce n'est fait |
| 20 | 20 | |
| 21 | 21 | function install_etape_fin_dist() { |
| 22 | - ecrire_acces(); |
|
| 22 | + ecrire_acces(); |
|
| 23 | 23 | |
| 24 | - $f = str_replace(_FILE_TMP_SUFFIX, '.php', _FILE_CHMOD_TMP); |
|
| 25 | - if (file_exists(_FILE_CHMOD_TMP) && !@rename(_FILE_CHMOD_TMP, $f) && @copy(_FILE_CHMOD_TMP, $f)) { |
|
| 26 | - spip_unlink(_FILE_CHMOD_TMP); |
|
| 27 | - } |
|
| 24 | + $f = str_replace(_FILE_TMP_SUFFIX, '.php', _FILE_CHMOD_TMP); |
|
| 25 | + if (file_exists(_FILE_CHMOD_TMP) && !@rename(_FILE_CHMOD_TMP, $f) && @copy(_FILE_CHMOD_TMP, $f)) { |
|
| 26 | + spip_unlink(_FILE_CHMOD_TMP); |
|
| 27 | + } |
|
| 28 | 28 | |
| 29 | - $f = str_replace(_FILE_TMP_SUFFIX, '.php', _FILE_CONNECT_TMP); |
|
| 30 | - if (file_exists(_FILE_CONNECT_TMP)) { |
|
| 31 | - spip_log("renomme $f"); |
|
| 32 | - if (!@rename(_FILE_CONNECT_TMP, $f) && @copy(_FILE_CONNECT_TMP, $f)) { |
|
| 33 | - @spip_unlink(_FILE_CONNECT_TMP); |
|
| 34 | - } |
|
| 35 | - } |
|
| 29 | + $f = str_replace(_FILE_TMP_SUFFIX, '.php', _FILE_CONNECT_TMP); |
|
| 30 | + if (file_exists(_FILE_CONNECT_TMP)) { |
|
| 31 | + spip_log("renomme $f"); |
|
| 32 | + if (!@rename(_FILE_CONNECT_TMP, $f) && @copy(_FILE_CONNECT_TMP, $f)) { |
|
| 33 | + @spip_unlink(_FILE_CONNECT_TMP); |
|
| 34 | + } |
|
| 35 | + } |
|
| 36 | 36 | |
| 37 | - // creer le repertoire cache, qui sert partout ! |
|
| 38 | - // deja fait en etape 4 en principe, on garde au cas ou |
|
| 39 | - if (!@file_exists(_DIR_CACHE)) { |
|
| 40 | - $rep = preg_replace(',' . _DIR_TMP . ',', '', _DIR_CACHE); |
|
| 41 | - $rep = sous_repertoire(_DIR_TMP, $rep, true, true); |
|
| 42 | - } |
|
| 37 | + // creer le repertoire cache, qui sert partout ! |
|
| 38 | + // deja fait en etape 4 en principe, on garde au cas ou |
|
| 39 | + if (!@file_exists(_DIR_CACHE)) { |
|
| 40 | + $rep = preg_replace(',' . _DIR_TMP . ',', '', _DIR_CACHE); |
|
| 41 | + $rep = sous_repertoire(_DIR_TMP, $rep, true, true); |
|
| 42 | + } |
|
| 43 | 43 | |
| 44 | - // Verifier la securite des htaccess |
|
| 45 | - // Si elle ne fonctionne pas, prevenir |
|
| 46 | - $msg = install_verifier_htaccess(); |
|
| 47 | - if ($msg) { |
|
| 48 | - $cible = _T('public:accueil_site'); |
|
| 49 | - $cible = generer_form_ecrire('accueil', '', '', $cible); |
|
| 50 | - $minipage = new Spip\Afficher\Minipage\Installation(); |
|
| 51 | - echo $minipage->page($msg . $cible); |
|
| 52 | - // ok, deboucher dans l'espace prive |
|
| 53 | - } else { |
|
| 54 | - redirige_url_ecrire('accueil'); |
|
| 55 | - } |
|
| 44 | + // Verifier la securite des htaccess |
|
| 45 | + // Si elle ne fonctionne pas, prevenir |
|
| 46 | + $msg = install_verifier_htaccess(); |
|
| 47 | + if ($msg) { |
|
| 48 | + $cible = _T('public:accueil_site'); |
|
| 49 | + $cible = generer_form_ecrire('accueil', '', '', $cible); |
|
| 50 | + $minipage = new Spip\Afficher\Minipage\Installation(); |
|
| 51 | + echo $minipage->page($msg . $cible); |
|
| 52 | + // ok, deboucher dans l'espace prive |
|
| 53 | + } else { |
|
| 54 | + redirige_url_ecrire('accueil'); |
|
| 55 | + } |
|
| 56 | 56 | } |
| 57 | 57 | |
| 58 | 58 | function install_verifier_htaccess() { |
| 59 | - if ( |
|
| 60 | - verifier_htaccess(_DIR_TMP, true) |
|
| 61 | - && verifier_htaccess(_DIR_CONNECT, true) |
|
| 62 | - && verifier_htaccess(_DIR_VENDOR, true) |
|
| 63 | - ) { |
|
| 64 | - return ''; |
|
| 65 | - } |
|
| 59 | + if ( |
|
| 60 | + verifier_htaccess(_DIR_TMP, true) |
|
| 61 | + && verifier_htaccess(_DIR_CONNECT, true) |
|
| 62 | + && verifier_htaccess(_DIR_VENDOR, true) |
|
| 63 | + ) { |
|
| 64 | + return ''; |
|
| 65 | + } |
|
| 66 | 66 | |
| 67 | - $titre = _T('htaccess_inoperant'); |
|
| 67 | + $titre = _T('htaccess_inoperant'); |
|
| 68 | 68 | |
| 69 | - $averti = _T( |
|
| 70 | - 'htaccess_a_simuler', |
|
| 71 | - [ |
|
| 72 | - 'htaccess' => '<tt>' . _ACCESS_FILE_NAME . '</tt>', |
|
| 73 | - 'constantes' => '<tt>_DIR_TMP & _DIR_CONNECT</tt>', |
|
| 74 | - 'document_root' => '<tt>' . $_SERVER['DOCUMENT_ROOT'] . '</tt>' |
|
| 75 | - ] |
|
| 76 | - ); |
|
| 69 | + $averti = _T( |
|
| 70 | + 'htaccess_a_simuler', |
|
| 71 | + [ |
|
| 72 | + 'htaccess' => '<tt>' . _ACCESS_FILE_NAME . '</tt>', |
|
| 73 | + 'constantes' => '<tt>_DIR_TMP & _DIR_CONNECT</tt>', |
|
| 74 | + 'document_root' => '<tt>' . $_SERVER['DOCUMENT_ROOT'] . '</tt>' |
|
| 75 | + ] |
|
| 76 | + ); |
|
| 77 | 77 | |
| 78 | - return "<div class='error'><h3>$titre</h3><p>$averti</p></div>"; |
|
| 78 | + return "<div class='error'><h3>$titre</h3><p>$averti</p></div>"; |
|
| 79 | 79 | } |
@@ -16,5 +16,5 @@ |
||
| 16 | 16 | * Présentation des pages simplifiées publiques pour envoyer un message à un utilisateur |
| 17 | 17 | **/ |
| 18 | 18 | class Page extends AbstractPage { |
| 19 | - public const TYPE = 'public'; |
|
| 19 | + public const TYPE = 'public'; |
|
| 20 | 20 | } |
@@ -104,7 +104,7 @@ discard block |
||
| 104 | 104 | |
| 105 | 105 | $titre = ($titre == 'install') |
| 106 | 106 | ? _T('avis_espace_interdit') |
| 107 | - : $titre . ' : ' . _T('info_acces_interdit'); |
|
| 107 | + : $titre.' : '._T('info_acces_interdit'); |
|
| 108 | 108 | |
| 109 | 109 | $statut = $GLOBALS['visiteur_session']['statut'] ?? ''; |
| 110 | 110 | $nom = $GLOBALS['visiteur_session']['nom'] ?? ''; |
@@ -123,7 +123,7 @@ discard block |
||
| 123 | 123 | $footer = bouton_action(_T('public:accueil_site'), $GLOBALS['meta']['adresse_site'] ?? ''); |
| 124 | 124 | } |
| 125 | 125 | |
| 126 | - spip_log($nom . " $titre " . $_SERVER['REQUEST_URI'], 'minipres'); |
|
| 126 | + spip_log($nom." $titre ".$_SERVER['REQUEST_URI'], 'minipres'); |
|
| 127 | 127 | |
| 128 | 128 | $options['footer'] = $footer; |
| 129 | 129 | if (empty($corps)) { |
@@ -154,7 +154,7 @@ discard block |
||
| 154 | 154 | foreach ($_POST as $v => $c) { |
| 155 | 155 | $url = parametre_url($url, $v, $c, '&'); |
| 156 | 156 | } |
| 157 | - ajax_retour('<div>' . $titre . redirige_formulaire($url) . '</div>', false); |
|
| 157 | + ajax_retour('<div>'.$titre.redirige_formulaire($url).'</div>', false); |
|
| 158 | 158 | return ''; |
| 159 | 159 | } |
| 160 | 160 | } |
@@ -15,146 +15,146 @@ |
||
| 15 | 15 | * Présentation des pages simplifiées d’admin pour envoyer un message à un utilisateur |
| 16 | 16 | **/ |
| 17 | 17 | class Admin extends Page { |
| 18 | - public const TYPE = 'admin'; |
|
| 19 | - protected function setOptions(array $options) { |
|
| 20 | - $options['couleur_fond'] = '#999'; |
|
| 21 | - if (empty($options['css_files'])) { |
|
| 22 | - $options['css_files'] = []; |
|
| 23 | - } |
|
| 24 | - array_unshift($options['css_files'], find_in_theme('minipres.css')); |
|
| 25 | - |
|
| 26 | - $options['page_title'] = ($options['titre'] ?? ''); |
|
| 27 | - |
|
| 28 | - return $options; |
|
| 29 | - } |
|
| 30 | - |
|
| 31 | - |
|
| 32 | - /** |
|
| 33 | - * Retourne le début d'une page HTML minimale (de type installation ou erreur) |
|
| 34 | - * |
|
| 35 | - * @param array $options |
|
| 36 | - * @return string |
|
| 37 | - * Code HTML |
|
| 38 | - */ |
|
| 39 | - public function installDebutPage($options = []) { |
|
| 40 | - |
|
| 41 | - $options = $this->setOptions($options); |
|
| 42 | - return parent::ouvreBody($options) |
|
| 43 | - . parent::ouvreCorps($options); |
|
| 44 | - } |
|
| 45 | - |
|
| 46 | - /** |
|
| 47 | - * Retourne le fin d'une page HTML minimale (de type installation ou erreur) |
|
| 48 | - * |
|
| 49 | - * @param array $options |
|
| 50 | - * @return string |
|
| 51 | - * Code HTML |
|
| 52 | - */ |
|
| 53 | - public function installFinPage($options = []) { |
|
| 54 | - |
|
| 55 | - $options = $this->setOptions($options); |
|
| 56 | - return parent::fermeCorps($options) |
|
| 57 | - . parent::fermeBody(); |
|
| 58 | - } |
|
| 59 | - |
|
| 60 | - |
|
| 61 | - /** |
|
| 62 | - * Retourne une page HTML contenant, dans une présentation minimale, |
|
| 63 | - * le contenu transmis dans `$corps`. |
|
| 64 | - * |
|
| 65 | - * Appelée pour afficher un message d’erreur (l’utilisateur n’a pas |
|
| 66 | - * accès à cette page par exemple). |
|
| 67 | - * |
|
| 68 | - * Lorsqu’aucun argument n’est transmis, un header 403 est renvoyé, |
|
| 69 | - * ainsi qu’un message indiquant une interdiction d’accès. |
|
| 70 | - * |
|
| 71 | - * @param string $corps |
|
| 72 | - * Corps de la page |
|
| 73 | - * @param array $options |
|
| 74 | - * @return string |
|
| 75 | - * HTML de la page |
|
| 76 | - * @see ouvreBody() |
|
| 77 | - * string $titre : Titre à l'affichage (différent de $page_title) |
|
| 78 | - * int $status : status de la page |
|
| 79 | - * string $footer : pied de la box en remplacement du bouton retour par défaut |
|
| 80 | - * @uses ouvreBody() |
|
| 81 | - * @uses fermeBody() |
|
| 82 | - * |
|
| 83 | - */ |
|
| 84 | - public function page($corps = '', $options = []) { |
|
| 85 | - |
|
| 86 | - $footer = ''; |
|
| 87 | - |
|
| 88 | - $titre = $options['titre'] ?? ''; |
|
| 89 | - if (!$titre) { |
|
| 90 | - if (empty($corps) && !isset($options['status'])) { |
|
| 91 | - $options['status'] = 403; |
|
| 92 | - } |
|
| 93 | - |
|
| 94 | - if ( |
|
| 95 | - !$titre = _request('action') |
|
| 96 | - && !$titre = _request('exec') |
|
| 97 | - && !$titre = _request('page') |
|
| 98 | - ) { |
|
| 99 | - $titre = '?'; |
|
| 100 | - } |
|
| 101 | - |
|
| 102 | - $titre = spip_htmlspecialchars($titre); |
|
| 103 | - |
|
| 104 | - $titre = ($titre == 'install') |
|
| 105 | - ? _T('avis_espace_interdit') |
|
| 106 | - : $titre . ' : ' . _T('info_acces_interdit'); |
|
| 107 | - |
|
| 108 | - $statut = $GLOBALS['visiteur_session']['statut'] ?? ''; |
|
| 109 | - $nom = $GLOBALS['visiteur_session']['nom'] ?? ''; |
|
| 110 | - |
|
| 111 | - if ($statut != '0minirezo') { |
|
| 112 | - $titre = _T('info_acces_interdit'); |
|
| 113 | - } |
|
| 114 | - |
|
| 115 | - if ($statut && test_espace_prive()) { |
|
| 116 | - $footer = bouton_action(_T('public:accueil_site'), generer_url_ecrire('accueil')); |
|
| 117 | - } |
|
| 118 | - elseif (!empty($_COOKIE['spip_admin'])) { |
|
| 119 | - $footer = bouton_action(_T('public:lien_connecter'), generer_url_public('login')); |
|
| 120 | - } |
|
| 121 | - else { |
|
| 122 | - $footer = bouton_action(_T('public:accueil_site'), $GLOBALS['meta']['adresse_site'] ?? ''); |
|
| 123 | - } |
|
| 124 | - |
|
| 125 | - spip_log($nom . " $titre " . $_SERVER['REQUEST_URI'], 'minipres'); |
|
| 126 | - |
|
| 127 | - $options['footer'] = $footer; |
|
| 128 | - if (empty($corps)) { |
|
| 129 | - $corps = "<div class='msg-alert error'>" |
|
| 130 | - . $titre |
|
| 131 | - . '</div>'; |
|
| 132 | - $options['titre'] = ''; |
|
| 133 | - } |
|
| 134 | - else { |
|
| 135 | - $options['titre'] = $titre; |
|
| 136 | - } |
|
| 137 | - } |
|
| 138 | - else { |
|
| 139 | - $options['titre'] = $titre; |
|
| 140 | - } |
|
| 141 | - $options['page_title'] = $titre; |
|
| 142 | - |
|
| 143 | - $options = $this->setOptions($options); |
|
| 144 | - |
|
| 145 | - $html = parent::page($corps, $options); |
|
| 146 | - |
|
| 147 | - if (!_AJAX) { |
|
| 148 | - return $html; |
|
| 149 | - } else { |
|
| 150 | - include_spip('inc/headers'); |
|
| 151 | - include_spip('inc/actions'); |
|
| 152 | - $url = self('&', true); |
|
| 153 | - foreach ($_POST as $v => $c) { |
|
| 154 | - $url = parametre_url($url, $v, $c, '&'); |
|
| 155 | - } |
|
| 156 | - ajax_retour('<div>' . $titre . redirige_formulaire($url) . '</div>', false); |
|
| 157 | - return ''; |
|
| 158 | - } |
|
| 159 | - } |
|
| 18 | + public const TYPE = 'admin'; |
|
| 19 | + protected function setOptions(array $options) { |
|
| 20 | + $options['couleur_fond'] = '#999'; |
|
| 21 | + if (empty($options['css_files'])) { |
|
| 22 | + $options['css_files'] = []; |
|
| 23 | + } |
|
| 24 | + array_unshift($options['css_files'], find_in_theme('minipres.css')); |
|
| 25 | + |
|
| 26 | + $options['page_title'] = ($options['titre'] ?? ''); |
|
| 27 | + |
|
| 28 | + return $options; |
|
| 29 | + } |
|
| 30 | + |
|
| 31 | + |
|
| 32 | + /** |
|
| 33 | + * Retourne le début d'une page HTML minimale (de type installation ou erreur) |
|
| 34 | + * |
|
| 35 | + * @param array $options |
|
| 36 | + * @return string |
|
| 37 | + * Code HTML |
|
| 38 | + */ |
|
| 39 | + public function installDebutPage($options = []) { |
|
| 40 | + |
|
| 41 | + $options = $this->setOptions($options); |
|
| 42 | + return parent::ouvreBody($options) |
|
| 43 | + . parent::ouvreCorps($options); |
|
| 44 | + } |
|
| 45 | + |
|
| 46 | + /** |
|
| 47 | + * Retourne le fin d'une page HTML minimale (de type installation ou erreur) |
|
| 48 | + * |
|
| 49 | + * @param array $options |
|
| 50 | + * @return string |
|
| 51 | + * Code HTML |
|
| 52 | + */ |
|
| 53 | + public function installFinPage($options = []) { |
|
| 54 | + |
|
| 55 | + $options = $this->setOptions($options); |
|
| 56 | + return parent::fermeCorps($options) |
|
| 57 | + . parent::fermeBody(); |
|
| 58 | + } |
|
| 59 | + |
|
| 60 | + |
|
| 61 | + /** |
|
| 62 | + * Retourne une page HTML contenant, dans une présentation minimale, |
|
| 63 | + * le contenu transmis dans `$corps`. |
|
| 64 | + * |
|
| 65 | + * Appelée pour afficher un message d’erreur (l’utilisateur n’a pas |
|
| 66 | + * accès à cette page par exemple). |
|
| 67 | + * |
|
| 68 | + * Lorsqu’aucun argument n’est transmis, un header 403 est renvoyé, |
|
| 69 | + * ainsi qu’un message indiquant une interdiction d’accès. |
|
| 70 | + * |
|
| 71 | + * @param string $corps |
|
| 72 | + * Corps de la page |
|
| 73 | + * @param array $options |
|
| 74 | + * @return string |
|
| 75 | + * HTML de la page |
|
| 76 | + * @see ouvreBody() |
|
| 77 | + * string $titre : Titre à l'affichage (différent de $page_title) |
|
| 78 | + * int $status : status de la page |
|
| 79 | + * string $footer : pied de la box en remplacement du bouton retour par défaut |
|
| 80 | + * @uses ouvreBody() |
|
| 81 | + * @uses fermeBody() |
|
| 82 | + * |
|
| 83 | + */ |
|
| 84 | + public function page($corps = '', $options = []) { |
|
| 85 | + |
|
| 86 | + $footer = ''; |
|
| 87 | + |
|
| 88 | + $titre = $options['titre'] ?? ''; |
|
| 89 | + if (!$titre) { |
|
| 90 | + if (empty($corps) && !isset($options['status'])) { |
|
| 91 | + $options['status'] = 403; |
|
| 92 | + } |
|
| 93 | + |
|
| 94 | + if ( |
|
| 95 | + !$titre = _request('action') |
|
| 96 | + && !$titre = _request('exec') |
|
| 97 | + && !$titre = _request('page') |
|
| 98 | + ) { |
|
| 99 | + $titre = '?'; |
|
| 100 | + } |
|
| 101 | + |
|
| 102 | + $titre = spip_htmlspecialchars($titre); |
|
| 103 | + |
|
| 104 | + $titre = ($titre == 'install') |
|
| 105 | + ? _T('avis_espace_interdit') |
|
| 106 | + : $titre . ' : ' . _T('info_acces_interdit'); |
|
| 107 | + |
|
| 108 | + $statut = $GLOBALS['visiteur_session']['statut'] ?? ''; |
|
| 109 | + $nom = $GLOBALS['visiteur_session']['nom'] ?? ''; |
|
| 110 | + |
|
| 111 | + if ($statut != '0minirezo') { |
|
| 112 | + $titre = _T('info_acces_interdit'); |
|
| 113 | + } |
|
| 114 | + |
|
| 115 | + if ($statut && test_espace_prive()) { |
|
| 116 | + $footer = bouton_action(_T('public:accueil_site'), generer_url_ecrire('accueil')); |
|
| 117 | + } |
|
| 118 | + elseif (!empty($_COOKIE['spip_admin'])) { |
|
| 119 | + $footer = bouton_action(_T('public:lien_connecter'), generer_url_public('login')); |
|
| 120 | + } |
|
| 121 | + else { |
|
| 122 | + $footer = bouton_action(_T('public:accueil_site'), $GLOBALS['meta']['adresse_site'] ?? ''); |
|
| 123 | + } |
|
| 124 | + |
|
| 125 | + spip_log($nom . " $titre " . $_SERVER['REQUEST_URI'], 'minipres'); |
|
| 126 | + |
|
| 127 | + $options['footer'] = $footer; |
|
| 128 | + if (empty($corps)) { |
|
| 129 | + $corps = "<div class='msg-alert error'>" |
|
| 130 | + . $titre |
|
| 131 | + . '</div>'; |
|
| 132 | + $options['titre'] = ''; |
|
| 133 | + } |
|
| 134 | + else { |
|
| 135 | + $options['titre'] = $titre; |
|
| 136 | + } |
|
| 137 | + } |
|
| 138 | + else { |
|
| 139 | + $options['titre'] = $titre; |
|
| 140 | + } |
|
| 141 | + $options['page_title'] = $titre; |
|
| 142 | + |
|
| 143 | + $options = $this->setOptions($options); |
|
| 144 | + |
|
| 145 | + $html = parent::page($corps, $options); |
|
| 146 | + |
|
| 147 | + if (!_AJAX) { |
|
| 148 | + return $html; |
|
| 149 | + } else { |
|
| 150 | + include_spip('inc/headers'); |
|
| 151 | + include_spip('inc/actions'); |
|
| 152 | + $url = self('&', true); |
|
| 153 | + foreach ($_POST as $v => $c) { |
|
| 154 | + $url = parametre_url($url, $v, $c, '&'); |
|
| 155 | + } |
|
| 156 | + ajax_retour('<div>' . $titre . redirige_formulaire($url) . '</div>', false); |
|
| 157 | + return ''; |
|
| 158 | + } |
|
| 159 | + } |
|
| 160 | 160 | } |
@@ -114,11 +114,9 @@ discard block |
||
| 114 | 114 | |
| 115 | 115 | if ($statut && test_espace_prive()) { |
| 116 | 116 | $footer = bouton_action(_T('public:accueil_site'), generer_url_ecrire('accueil')); |
| 117 | - } |
|
| 118 | - elseif (!empty($_COOKIE['spip_admin'])) { |
|
| 117 | + } elseif (!empty($_COOKIE['spip_admin'])) { |
|
| 119 | 118 | $footer = bouton_action(_T('public:lien_connecter'), generer_url_public('login')); |
| 120 | - } |
|
| 121 | - else { |
|
| 119 | + } else { |
|
| 122 | 120 | $footer = bouton_action(_T('public:accueil_site'), $GLOBALS['meta']['adresse_site'] ?? ''); |
| 123 | 121 | } |
| 124 | 122 | |
@@ -130,12 +128,10 @@ discard block |
||
| 130 | 128 | . $titre |
| 131 | 129 | . '</div>'; |
| 132 | 130 | $options['titre'] = ''; |
| 133 | - } |
|
| 134 | - else { |
|
| 131 | + } else { |
|
| 135 | 132 | $options['titre'] = $titre; |
| 136 | 133 | } |
| 137 | - } |
|
| 138 | - else { |
|
| 134 | + } else { |
|
| 139 | 135 | $options['titre'] = $titre; |
| 140 | 136 | } |
| 141 | 137 | $options['page_title'] = $titre; |
@@ -4,248 +4,248 @@ discard block |
||
| 4 | 4 | // ** ne pas modifier le fichier ** |
| 5 | 5 | |
| 6 | 6 | if (!defined('_ECRIRE_INC_VERSION')) { |
| 7 | - return; |
|
| 7 | + return; |
|
| 8 | 8 | } |
| 9 | 9 | |
| 10 | 10 | $GLOBALS[$GLOBALS['idx_lang']] = array( |
| 11 | 11 | |
| 12 | - // A |
|
| 13 | - 'access_interface_graphique' => 'Back to the full graphic interface', |
|
| 14 | - 'access_mode_texte' => 'Show the simplified text interface', |
|
| 15 | - 'admin_debug' => 'debug', |
|
| 16 | - 'admin_modifier_article' => 'Modify this article', |
|
| 17 | - 'admin_modifier_auteur' => 'Modify this author', |
|
| 18 | - 'admin_modifier_breve' => 'Modify this news item', |
|
| 19 | - 'admin_modifier_mot' => 'Modify this keyword', |
|
| 20 | - 'admin_modifier_rubrique' => 'Modify this section', |
|
| 21 | - 'admin_recalculer' => 'Re-process this page', |
|
| 22 | - 'afficher_calendrier' => 'Show the calendar', |
|
| 23 | - 'afficher_trad' => 'show translations', |
|
| 24 | - 'alerte_maj_impossible' => '<b>Warning!</b> Failed to update the SQL database to version @version@. This may be due to a permissions problem on the database. Please contact your ISP.', |
|
| 25 | - 'alerte_modif_info_concourante' => 'WARNING: This information has been modified elsewhere. The current value is :', |
|
| 26 | - 'analyse_xml' => 'XML parsing', |
|
| 27 | - 'annuler' => 'Cancel', |
|
| 28 | - 'antispam_champ_vide' => 'Please leave this field empty:', |
|
| 29 | - 'articles_recents' => 'Most recent articles', |
|
| 30 | - 'attention_champ_mini_nb_caractères' => 'Warning! At least @nb@ characters', |
|
| 31 | - 'avis_1_erreur_saisie' => 'Your entry contains an error, please check your information.', |
|
| 32 | - 'avis_archive_incorrect' => 'archive is not a valid SPIP file', |
|
| 33 | - 'avis_archive_invalide' => 'archive file is not valid', |
|
| 34 | - 'avis_attention' => 'CAUTION!', |
|
| 35 | - 'avis_champ_incorrect_type_objet' => 'Invalid field name @name@ for object of type @type@', |
|
| 36 | - 'avis_colonne_inexistante' => 'Column @col@ does not exist', |
|
| 37 | - 'avis_erreur' => 'Error: see below', |
|
| 38 | - 'avis_erreur_connexion' => 'Connection error', |
|
| 39 | - 'avis_erreur_cookie' => 'cookie problem', |
|
| 40 | - 'avis_erreur_fonction_contexte' => 'Programming error. This function cannot be called in this context.', |
|
| 41 | - 'avis_erreur_mysql' => 'SQL error', |
|
| 42 | - 'avis_erreur_sauvegarde' => 'Error in backup (@type@ @id_objet@)!', |
|
| 43 | - 'avis_erreur_visiteur' => 'Problem entering the private area', |
|
| 44 | - 'avis_nb_erreurs_saisie' => 'Your entry contains @nb@ errors, please check your information.', |
|
| 12 | + // A |
|
| 13 | + 'access_interface_graphique' => 'Back to the full graphic interface', |
|
| 14 | + 'access_mode_texte' => 'Show the simplified text interface', |
|
| 15 | + 'admin_debug' => 'debug', |
|
| 16 | + 'admin_modifier_article' => 'Modify this article', |
|
| 17 | + 'admin_modifier_auteur' => 'Modify this author', |
|
| 18 | + 'admin_modifier_breve' => 'Modify this news item', |
|
| 19 | + 'admin_modifier_mot' => 'Modify this keyword', |
|
| 20 | + 'admin_modifier_rubrique' => 'Modify this section', |
|
| 21 | + 'admin_recalculer' => 'Re-process this page', |
|
| 22 | + 'afficher_calendrier' => 'Show the calendar', |
|
| 23 | + 'afficher_trad' => 'show translations', |
|
| 24 | + 'alerte_maj_impossible' => '<b>Warning!</b> Failed to update the SQL database to version @version@. This may be due to a permissions problem on the database. Please contact your ISP.', |
|
| 25 | + 'alerte_modif_info_concourante' => 'WARNING: This information has been modified elsewhere. The current value is :', |
|
| 26 | + 'analyse_xml' => 'XML parsing', |
|
| 27 | + 'annuler' => 'Cancel', |
|
| 28 | + 'antispam_champ_vide' => 'Please leave this field empty:', |
|
| 29 | + 'articles_recents' => 'Most recent articles', |
|
| 30 | + 'attention_champ_mini_nb_caractères' => 'Warning! At least @nb@ characters', |
|
| 31 | + 'avis_1_erreur_saisie' => 'Your entry contains an error, please check your information.', |
|
| 32 | + 'avis_archive_incorrect' => 'archive is not a valid SPIP file', |
|
| 33 | + 'avis_archive_invalide' => 'archive file is not valid', |
|
| 34 | + 'avis_attention' => 'CAUTION!', |
|
| 35 | + 'avis_champ_incorrect_type_objet' => 'Invalid field name @name@ for object of type @type@', |
|
| 36 | + 'avis_colonne_inexistante' => 'Column @col@ does not exist', |
|
| 37 | + 'avis_erreur' => 'Error: see below', |
|
| 38 | + 'avis_erreur_connexion' => 'Connection error', |
|
| 39 | + 'avis_erreur_cookie' => 'cookie problem', |
|
| 40 | + 'avis_erreur_fonction_contexte' => 'Programming error. This function cannot be called in this context.', |
|
| 41 | + 'avis_erreur_mysql' => 'SQL error', |
|
| 42 | + 'avis_erreur_sauvegarde' => 'Error in backup (@type@ @id_objet@)!', |
|
| 43 | + 'avis_erreur_visiteur' => 'Problem entering the private area', |
|
| 44 | + 'avis_nb_erreurs_saisie' => 'Your entry contains @nb@ errors, please check your information.', |
|
| 45 | 45 | |
| 46 | - // B |
|
| 47 | - 'barre_a_accent_grave' => 'Insert a capital A with grave accent', |
|
| 48 | - 'barre_aide' => 'Use the typographic short cuts to refine your layout', |
|
| 49 | - 'barre_e_accent_aigu' => 'Insert a capital E with acute accent', |
|
| 50 | - 'barre_eo' => 'Insert an oe-ligature', |
|
| 51 | - 'barre_eo_maj' => 'Insert a capital EO-ligature', |
|
| 52 | - 'barre_euro' => 'Insert a € symbol', |
|
| 53 | - 'barre_gras' => 'Put in {{bold type}}', |
|
| 54 | - 'barre_guillemets' => 'Place between "double quotes"', |
|
| 55 | - 'barre_guillemets_simples' => 'Place between ‘single quotes’', |
|
| 56 | - 'barre_intertitre' => 'Turn into a {{{subheading}}}', |
|
| 57 | - 'barre_italic' => 'Put in {italics}', |
|
| 58 | - 'barre_lien' => 'Turn into a [hyperlink->http://...]', |
|
| 59 | - 'barre_lien_input' => 'Please enter the link address. You may use either an external URL (http://www.mysite.com) or reference another article on this site by simplying entering its number.', |
|
| 60 | - 'barre_note' => 'Turn into a [[Footnote]]', |
|
| 61 | - 'barre_paragraphe' => 'Create a paragraph', |
|
| 62 | - 'barre_quote' => '<quote>Quote a message</quote>', |
|
| 63 | - 'bouton_changer' => 'Change', |
|
| 64 | - 'bouton_chercher' => 'Search', |
|
| 65 | - 'bouton_choisir' => 'Select', |
|
| 66 | - 'bouton_deplacer' => 'Move', |
|
| 67 | - 'bouton_download' => 'Download', |
|
| 68 | - 'bouton_enregistrer' => 'Save', |
|
| 69 | - 'bouton_radio_desactiver_messagerie_interne' => 'Disable internal messaging', |
|
| 70 | - 'bouton_radio_envoi_annonces' => 'Send editorial announcements', |
|
| 71 | - 'bouton_radio_non_envoi_annonces' => 'Do not send any announcements', |
|
| 72 | - 'bouton_radio_non_envoi_liste_nouveautes' => 'Do not send latest news list', |
|
| 73 | - 'bouton_recharger_page' => 'reload this page', |
|
| 74 | - 'bouton_telecharger' => 'Upload', |
|
| 75 | - 'bouton_upload' => 'Upload', |
|
| 76 | - 'bouton_valider' => 'Submit', |
|
| 46 | + // B |
|
| 47 | + 'barre_a_accent_grave' => 'Insert a capital A with grave accent', |
|
| 48 | + 'barre_aide' => 'Use the typographic short cuts to refine your layout', |
|
| 49 | + 'barre_e_accent_aigu' => 'Insert a capital E with acute accent', |
|
| 50 | + 'barre_eo' => 'Insert an oe-ligature', |
|
| 51 | + 'barre_eo_maj' => 'Insert a capital EO-ligature', |
|
| 52 | + 'barre_euro' => 'Insert a € symbol', |
|
| 53 | + 'barre_gras' => 'Put in {{bold type}}', |
|
| 54 | + 'barre_guillemets' => 'Place between "double quotes"', |
|
| 55 | + 'barre_guillemets_simples' => 'Place between ‘single quotes’', |
|
| 56 | + 'barre_intertitre' => 'Turn into a {{{subheading}}}', |
|
| 57 | + 'barre_italic' => 'Put in {italics}', |
|
| 58 | + 'barre_lien' => 'Turn into a [hyperlink->http://...]', |
|
| 59 | + 'barre_lien_input' => 'Please enter the link address. You may use either an external URL (http://www.mysite.com) or reference another article on this site by simplying entering its number.', |
|
| 60 | + 'barre_note' => 'Turn into a [[Footnote]]', |
|
| 61 | + 'barre_paragraphe' => 'Create a paragraph', |
|
| 62 | + 'barre_quote' => '<quote>Quote a message</quote>', |
|
| 63 | + 'bouton_changer' => 'Change', |
|
| 64 | + 'bouton_chercher' => 'Search', |
|
| 65 | + 'bouton_choisir' => 'Select', |
|
| 66 | + 'bouton_deplacer' => 'Move', |
|
| 67 | + 'bouton_download' => 'Download', |
|
| 68 | + 'bouton_enregistrer' => 'Save', |
|
| 69 | + 'bouton_radio_desactiver_messagerie_interne' => 'Disable internal messaging', |
|
| 70 | + 'bouton_radio_envoi_annonces' => 'Send editorial announcements', |
|
| 71 | + 'bouton_radio_non_envoi_annonces' => 'Do not send any announcements', |
|
| 72 | + 'bouton_radio_non_envoi_liste_nouveautes' => 'Do not send latest news list', |
|
| 73 | + 'bouton_recharger_page' => 'reload this page', |
|
| 74 | + 'bouton_telecharger' => 'Upload', |
|
| 75 | + 'bouton_upload' => 'Upload', |
|
| 76 | + 'bouton_valider' => 'Submit', |
|
| 77 | 77 | |
| 78 | - // C |
|
| 79 | - 'cal_apresmidi' => 'afternoon (p.m.)', |
|
| 80 | - 'cal_jour_entier' => 'entire day', |
|
| 81 | - 'cal_matin' => 'morning (a.m.)', |
|
| 82 | - 'cal_par_jour' => 'daily calendar', |
|
| 83 | - 'cal_par_mois' => 'monthly calendar', |
|
| 84 | - 'cal_par_semaine' => 'weekly calendar', |
|
| 85 | - 'choix_couleur_interface' => 'colour', |
|
| 86 | - 'choix_interface' => 'choice of interface', |
|
| 87 | - 'colonne' => 'Column', |
|
| 88 | - 'confirm_changer_statut' => 'Warning: You are about to change this article’s status. Do you wish to continue?', |
|
| 89 | - 'correcte' => 'correct', |
|
| 78 | + // C |
|
| 79 | + 'cal_apresmidi' => 'afternoon (p.m.)', |
|
| 80 | + 'cal_jour_entier' => 'entire day', |
|
| 81 | + 'cal_matin' => 'morning (a.m.)', |
|
| 82 | + 'cal_par_jour' => 'daily calendar', |
|
| 83 | + 'cal_par_mois' => 'monthly calendar', |
|
| 84 | + 'cal_par_semaine' => 'weekly calendar', |
|
| 85 | + 'choix_couleur_interface' => 'colour', |
|
| 86 | + 'choix_interface' => 'choice of interface', |
|
| 87 | + 'colonne' => 'Column', |
|
| 88 | + 'confirm_changer_statut' => 'Warning: You are about to change this article’s status. Do you wish to continue?', |
|
| 89 | + 'correcte' => 'correct', |
|
| 90 | 90 | |
| 91 | - // D |
|
| 92 | - 'date_aujourdhui' => 'today', |
|
| 93 | - 'date_avant_jc' => 'B.C.', |
|
| 94 | - 'date_dans' => 'in @delai@', |
|
| 95 | - 'date_de_mois_1' => '@j@ @nommois@', |
|
| 96 | - 'date_de_mois_10' => '@j@ @nommois@', |
|
| 97 | - 'date_de_mois_11' => '@j@ @nommois@', |
|
| 98 | - 'date_de_mois_12' => '@j@ @nommois@', |
|
| 99 | - 'date_de_mois_2' => '@j@ @nommois@', |
|
| 100 | - 'date_de_mois_3' => '@j@ @nommois@', |
|
| 101 | - 'date_de_mois_4' => '@j@ @nommois@', |
|
| 102 | - 'date_de_mois_5' => '@j@ @nommois@', |
|
| 103 | - 'date_de_mois_6' => '@j@ @nommois@', |
|
| 104 | - 'date_de_mois_7' => '@j@ @nommois@', |
|
| 105 | - 'date_de_mois_8' => '@j@ @nommois@', |
|
| 106 | - 'date_de_mois_9' => '@j@ @nommois@', |
|
| 107 | - 'date_demain' => 'tomorrow', |
|
| 108 | - 'date_fmt_heures_minutes' => '@h@:@m@', |
|
| 109 | - 'date_fmt_heures_minutes_court' => '@h@:@m@', |
|
| 110 | - 'date_fmt_jour' => '@nomjour@ @jour@', |
|
| 111 | - 'date_fmt_jour_heure' => '@jour@ at @heure@', |
|
| 112 | - 'date_fmt_jour_heure_debut_fin' => '@jour@ from @heure_debut@ to @heure_fin@', |
|
| 113 | - 'date_fmt_jour_heure_debut_fin_abbr' => '@dtstart@@jour@ from @heure_debut@@dtabbr@ to @dtend@@heure_fin@@dtabbr@', |
|
| 114 | - 'date_fmt_jour_mois' => '@jourmois@', |
|
| 115 | - 'date_fmt_jour_mois_annee' => '@jourmois@ @annee@', |
|
| 116 | - 'date_fmt_mois_annee' => '@nommois@ @annee@', |
|
| 117 | - 'date_fmt_nomjour' => '@nomjour@ @date@', |
|
| 118 | - 'date_fmt_nomjour_date' => 'on @nomjour@ @date@', |
|
| 119 | - 'date_fmt_periode' => 'From @date_debut@ to @date_fin@', |
|
| 120 | - 'date_fmt_periode_abbr' => 'From @dtart@@date_debut@@dtabbr@ to @dtend@@date_fin@@dtabbr@', |
|
| 121 | - 'date_fmt_periode_from' => 'From', |
|
| 122 | - 'date_fmt_periode_to' => 'to', |
|
| 123 | - 'date_fmt_saison_annee' => '@saison@ @annee@', |
|
| 124 | - 'date_heures' => 'hours', |
|
| 125 | - 'date_hier' => 'yesterday', |
|
| 126 | - 'date_il_y_a' => '@delai@ ago', |
|
| 127 | - 'date_jnum1' => '1', |
|
| 128 | - 'date_jnum10' => '10', |
|
| 129 | - 'date_jnum11' => '11', |
|
| 130 | - 'date_jnum12' => '12', |
|
| 131 | - 'date_jnum13' => '13', |
|
| 132 | - 'date_jnum14' => '14', |
|
| 133 | - 'date_jnum15' => '15', |
|
| 134 | - 'date_jnum16' => '16', |
|
| 135 | - 'date_jnum17' => '17', |
|
| 136 | - 'date_jnum18' => '18', |
|
| 137 | - 'date_jnum19' => '19', |
|
| 138 | - 'date_jnum2' => '2', |
|
| 139 | - 'date_jnum20' => '20', |
|
| 140 | - 'date_jnum21' => '21', |
|
| 141 | - 'date_jnum22' => '22', |
|
| 142 | - 'date_jnum23' => '23', |
|
| 143 | - 'date_jnum24' => '24', |
|
| 144 | - 'date_jnum25' => '25', |
|
| 145 | - 'date_jnum26' => '26', |
|
| 146 | - 'date_jnum27' => '27', |
|
| 147 | - 'date_jnum28' => '28', |
|
| 148 | - 'date_jnum29' => '29', |
|
| 149 | - 'date_jnum3' => '3', |
|
| 150 | - 'date_jnum30' => '30', |
|
| 151 | - 'date_jnum31' => '31', |
|
| 152 | - 'date_jnum4' => '4', |
|
| 153 | - 'date_jnum5' => '5', |
|
| 154 | - 'date_jnum6' => '6', |
|
| 155 | - 'date_jnum7' => '7', |
|
| 156 | - 'date_jnum8' => '8', |
|
| 157 | - 'date_jnum9' => '9', |
|
| 158 | - 'date_jour_1' => 'Sunday', |
|
| 159 | - 'date_jour_1_abbr' => 'Sun.', |
|
| 160 | - 'date_jour_1_initiale' => 'S.', |
|
| 161 | - 'date_jour_2' => 'Monday', |
|
| 162 | - 'date_jour_2_abbr' => 'Mon.', |
|
| 163 | - 'date_jour_2_initiale' => 'M.', |
|
| 164 | - 'date_jour_3' => 'Tuesday', |
|
| 165 | - 'date_jour_3_abbr' => 'Tue.', |
|
| 166 | - 'date_jour_3_initiale' => 'T.', |
|
| 167 | - 'date_jour_4' => 'Wednesday', |
|
| 168 | - 'date_jour_4_abbr' => 'Wed.', |
|
| 169 | - 'date_jour_4_initiale' => 'W.', |
|
| 170 | - 'date_jour_5' => 'Thursday', |
|
| 171 | - 'date_jour_5_abbr' => 'Thu.', |
|
| 172 | - 'date_jour_5_initiale' => 'T.', |
|
| 173 | - 'date_jour_6' => 'Friday', |
|
| 174 | - 'date_jour_6_abbr' => 'Fri.', |
|
| 175 | - 'date_jour_6_initiale' => 'F.', |
|
| 176 | - 'date_jour_7' => 'Saturday', |
|
| 177 | - 'date_jour_7_abbr' => 'Sat.', |
|
| 178 | - 'date_jour_7_initiale' => 'S.', |
|
| 179 | - 'date_jours' => 'days', |
|
| 180 | - 'date_minutes' => 'minutes', |
|
| 181 | - 'date_mois' => 'months', |
|
| 182 | - 'date_mois_1' => 'January', |
|
| 183 | - 'date_mois_10' => 'October', |
|
| 184 | - 'date_mois_10_abbr' => 'Oct', |
|
| 185 | - 'date_mois_11' => 'November', |
|
| 186 | - 'date_mois_11_abbr' => 'Nov', |
|
| 187 | - 'date_mois_12' => 'December', |
|
| 188 | - 'date_mois_12_abbr' => 'Dec', |
|
| 189 | - 'date_mois_1_abbr' => 'Jan', |
|
| 190 | - 'date_mois_2' => 'February', |
|
| 191 | - 'date_mois_2_abbr' => 'Feb', |
|
| 192 | - 'date_mois_3' => 'March', |
|
| 193 | - 'date_mois_3_abbr' => 'Mar', |
|
| 194 | - 'date_mois_4' => 'April', |
|
| 195 | - 'date_mois_4_abbr' => 'Apr', |
|
| 196 | - 'date_mois_5' => 'May', |
|
| 197 | - 'date_mois_5_abbr' => 'May', |
|
| 198 | - 'date_mois_6' => 'June', |
|
| 199 | - 'date_mois_6_abbr' => 'Jun', |
|
| 200 | - 'date_mois_7' => 'July', |
|
| 201 | - 'date_mois_7_abbr' => 'Jul', |
|
| 202 | - 'date_mois_8' => 'August', |
|
| 203 | - 'date_mois_8_abbr' => 'Aug', |
|
| 204 | - 'date_mois_9' => 'September', |
|
| 205 | - 'date_mois_9_abbr' => 'Sep', |
|
| 206 | - 'date_saison_1' => 'winter', |
|
| 207 | - 'date_saison_2' => 'spring', |
|
| 208 | - 'date_saison_3' => 'summer', |
|
| 209 | - 'date_saison_4' => 'autumn', |
|
| 210 | - 'date_secondes' => 'seconds', |
|
| 211 | - 'date_semaines' => 'weeks', |
|
| 212 | - 'date_un_mois' => 'month', |
|
| 213 | - 'date_une_heure' => 'hour', |
|
| 214 | - 'date_une_minute' => 'minute', |
|
| 215 | - 'date_une_seconde' => 'second', |
|
| 216 | - 'date_une_semaine' => 'week', |
|
| 217 | - 'dirs_commencer' => ' in order to start installation for real', |
|
| 218 | - 'dirs_preliminaire' => 'Preliminary: <b>Setting up access permissions</b>', |
|
| 219 | - 'dirs_probleme_droits' => 'Problem with access permissions', |
|
| 220 | - 'dirs_repertoires_absents' => '<p><b>The following directories were not found: </b></p><ul>@bad_dirs@.</ul> |
|
| 91 | + // D |
|
| 92 | + 'date_aujourdhui' => 'today', |
|
| 93 | + 'date_avant_jc' => 'B.C.', |
|
| 94 | + 'date_dans' => 'in @delai@', |
|
| 95 | + 'date_de_mois_1' => '@j@ @nommois@', |
|
| 96 | + 'date_de_mois_10' => '@j@ @nommois@', |
|
| 97 | + 'date_de_mois_11' => '@j@ @nommois@', |
|
| 98 | + 'date_de_mois_12' => '@j@ @nommois@', |
|
| 99 | + 'date_de_mois_2' => '@j@ @nommois@', |
|
| 100 | + 'date_de_mois_3' => '@j@ @nommois@', |
|
| 101 | + 'date_de_mois_4' => '@j@ @nommois@', |
|
| 102 | + 'date_de_mois_5' => '@j@ @nommois@', |
|
| 103 | + 'date_de_mois_6' => '@j@ @nommois@', |
|
| 104 | + 'date_de_mois_7' => '@j@ @nommois@', |
|
| 105 | + 'date_de_mois_8' => '@j@ @nommois@', |
|
| 106 | + 'date_de_mois_9' => '@j@ @nommois@', |
|
| 107 | + 'date_demain' => 'tomorrow', |
|
| 108 | + 'date_fmt_heures_minutes' => '@h@:@m@', |
|
| 109 | + 'date_fmt_heures_minutes_court' => '@h@:@m@', |
|
| 110 | + 'date_fmt_jour' => '@nomjour@ @jour@', |
|
| 111 | + 'date_fmt_jour_heure' => '@jour@ at @heure@', |
|
| 112 | + 'date_fmt_jour_heure_debut_fin' => '@jour@ from @heure_debut@ to @heure_fin@', |
|
| 113 | + 'date_fmt_jour_heure_debut_fin_abbr' => '@dtstart@@jour@ from @heure_debut@@dtabbr@ to @dtend@@heure_fin@@dtabbr@', |
|
| 114 | + 'date_fmt_jour_mois' => '@jourmois@', |
|
| 115 | + 'date_fmt_jour_mois_annee' => '@jourmois@ @annee@', |
|
| 116 | + 'date_fmt_mois_annee' => '@nommois@ @annee@', |
|
| 117 | + 'date_fmt_nomjour' => '@nomjour@ @date@', |
|
| 118 | + 'date_fmt_nomjour_date' => 'on @nomjour@ @date@', |
|
| 119 | + 'date_fmt_periode' => 'From @date_debut@ to @date_fin@', |
|
| 120 | + 'date_fmt_periode_abbr' => 'From @dtart@@date_debut@@dtabbr@ to @dtend@@date_fin@@dtabbr@', |
|
| 121 | + 'date_fmt_periode_from' => 'From', |
|
| 122 | + 'date_fmt_periode_to' => 'to', |
|
| 123 | + 'date_fmt_saison_annee' => '@saison@ @annee@', |
|
| 124 | + 'date_heures' => 'hours', |
|
| 125 | + 'date_hier' => 'yesterday', |
|
| 126 | + 'date_il_y_a' => '@delai@ ago', |
|
| 127 | + 'date_jnum1' => '1', |
|
| 128 | + 'date_jnum10' => '10', |
|
| 129 | + 'date_jnum11' => '11', |
|
| 130 | + 'date_jnum12' => '12', |
|
| 131 | + 'date_jnum13' => '13', |
|
| 132 | + 'date_jnum14' => '14', |
|
| 133 | + 'date_jnum15' => '15', |
|
| 134 | + 'date_jnum16' => '16', |
|
| 135 | + 'date_jnum17' => '17', |
|
| 136 | + 'date_jnum18' => '18', |
|
| 137 | + 'date_jnum19' => '19', |
|
| 138 | + 'date_jnum2' => '2', |
|
| 139 | + 'date_jnum20' => '20', |
|
| 140 | + 'date_jnum21' => '21', |
|
| 141 | + 'date_jnum22' => '22', |
|
| 142 | + 'date_jnum23' => '23', |
|
| 143 | + 'date_jnum24' => '24', |
|
| 144 | + 'date_jnum25' => '25', |
|
| 145 | + 'date_jnum26' => '26', |
|
| 146 | + 'date_jnum27' => '27', |
|
| 147 | + 'date_jnum28' => '28', |
|
| 148 | + 'date_jnum29' => '29', |
|
| 149 | + 'date_jnum3' => '3', |
|
| 150 | + 'date_jnum30' => '30', |
|
| 151 | + 'date_jnum31' => '31', |
|
| 152 | + 'date_jnum4' => '4', |
|
| 153 | + 'date_jnum5' => '5', |
|
| 154 | + 'date_jnum6' => '6', |
|
| 155 | + 'date_jnum7' => '7', |
|
| 156 | + 'date_jnum8' => '8', |
|
| 157 | + 'date_jnum9' => '9', |
|
| 158 | + 'date_jour_1' => 'Sunday', |
|
| 159 | + 'date_jour_1_abbr' => 'Sun.', |
|
| 160 | + 'date_jour_1_initiale' => 'S.', |
|
| 161 | + 'date_jour_2' => 'Monday', |
|
| 162 | + 'date_jour_2_abbr' => 'Mon.', |
|
| 163 | + 'date_jour_2_initiale' => 'M.', |
|
| 164 | + 'date_jour_3' => 'Tuesday', |
|
| 165 | + 'date_jour_3_abbr' => 'Tue.', |
|
| 166 | + 'date_jour_3_initiale' => 'T.', |
|
| 167 | + 'date_jour_4' => 'Wednesday', |
|
| 168 | + 'date_jour_4_abbr' => 'Wed.', |
|
| 169 | + 'date_jour_4_initiale' => 'W.', |
|
| 170 | + 'date_jour_5' => 'Thursday', |
|
| 171 | + 'date_jour_5_abbr' => 'Thu.', |
|
| 172 | + 'date_jour_5_initiale' => 'T.', |
|
| 173 | + 'date_jour_6' => 'Friday', |
|
| 174 | + 'date_jour_6_abbr' => 'Fri.', |
|
| 175 | + 'date_jour_6_initiale' => 'F.', |
|
| 176 | + 'date_jour_7' => 'Saturday', |
|
| 177 | + 'date_jour_7_abbr' => 'Sat.', |
|
| 178 | + 'date_jour_7_initiale' => 'S.', |
|
| 179 | + 'date_jours' => 'days', |
|
| 180 | + 'date_minutes' => 'minutes', |
|
| 181 | + 'date_mois' => 'months', |
|
| 182 | + 'date_mois_1' => 'January', |
|
| 183 | + 'date_mois_10' => 'October', |
|
| 184 | + 'date_mois_10_abbr' => 'Oct', |
|
| 185 | + 'date_mois_11' => 'November', |
|
| 186 | + 'date_mois_11_abbr' => 'Nov', |
|
| 187 | + 'date_mois_12' => 'December', |
|
| 188 | + 'date_mois_12_abbr' => 'Dec', |
|
| 189 | + 'date_mois_1_abbr' => 'Jan', |
|
| 190 | + 'date_mois_2' => 'February', |
|
| 191 | + 'date_mois_2_abbr' => 'Feb', |
|
| 192 | + 'date_mois_3' => 'March', |
|
| 193 | + 'date_mois_3_abbr' => 'Mar', |
|
| 194 | + 'date_mois_4' => 'April', |
|
| 195 | + 'date_mois_4_abbr' => 'Apr', |
|
| 196 | + 'date_mois_5' => 'May', |
|
| 197 | + 'date_mois_5_abbr' => 'May', |
|
| 198 | + 'date_mois_6' => 'June', |
|
| 199 | + 'date_mois_6_abbr' => 'Jun', |
|
| 200 | + 'date_mois_7' => 'July', |
|
| 201 | + 'date_mois_7_abbr' => 'Jul', |
|
| 202 | + 'date_mois_8' => 'August', |
|
| 203 | + 'date_mois_8_abbr' => 'Aug', |
|
| 204 | + 'date_mois_9' => 'September', |
|
| 205 | + 'date_mois_9_abbr' => 'Sep', |
|
| 206 | + 'date_saison_1' => 'winter', |
|
| 207 | + 'date_saison_2' => 'spring', |
|
| 208 | + 'date_saison_3' => 'summer', |
|
| 209 | + 'date_saison_4' => 'autumn', |
|
| 210 | + 'date_secondes' => 'seconds', |
|
| 211 | + 'date_semaines' => 'weeks', |
|
| 212 | + 'date_un_mois' => 'month', |
|
| 213 | + 'date_une_heure' => 'hour', |
|
| 214 | + 'date_une_minute' => 'minute', |
|
| 215 | + 'date_une_seconde' => 'second', |
|
| 216 | + 'date_une_semaine' => 'week', |
|
| 217 | + 'dirs_commencer' => ' in order to start installation for real', |
|
| 218 | + 'dirs_preliminaire' => 'Preliminary: <b>Setting up access permissions</b>', |
|
| 219 | + 'dirs_probleme_droits' => 'Problem with access permissions', |
|
| 220 | + 'dirs_repertoires_absents' => '<p><b>The following directories were not found: </b></p><ul>@bad_dirs@.</ul> |
|
| 221 | 221 | <p>It is possible that this is due to inappropriate lower or upper case letters in directory names. |
| 222 | 222 | Please check that the case of the letters in the names of these directories match what is displayed |
| 223 | 223 | above. If they don’t, correct the directory names using your FTP client.</p> |
| 224 | 224 | <p>Once this is done, you can', |
| 225 | - 'dirs_repertoires_suivants' => '<p><b>The following directories do not have write permission: </b></p><ul>@bad_dirs@</ul> |
|
| 225 | + 'dirs_repertoires_suivants' => '<p><b>The following directories do not have write permission: </b></p><ul>@bad_dirs@</ul> |
|
| 226 | 226 | <p>To change this, use your FTP client to set access permissions for each |
| 227 | 227 | of these directories. The procedure is detailed in the installation guide.</p> |
| 228 | 228 | <p>Once you have done this, you can ', |
| 229 | - 'double_occurrence' => 'Two instances of @balise@', |
|
| 229 | + 'double_occurrence' => 'Two instances of @balise@', |
|
| 230 | 230 | |
| 231 | - // E |
|
| 232 | - 'en_cours' => 'processing', |
|
| 233 | - 'envoi_via_le_site' => 'Sent via the site', |
|
| 234 | - 'erreur' => 'Error', |
|
| 235 | - 'erreur_balise_non_fermee' => 'last tag not closed:', |
|
| 236 | - 'erreur_technique_ajaxform' => 'Ooops. An unexpected error prevented to submit the form. You can try again.', |
|
| 237 | - 'erreur_technique_enregistrement_champs' => 'A technical error prevented the right registration of the field @champs@.', |
|
| 238 | - 'erreur_technique_enregistrement_impossible' => 'A technical error prevented the registration.', |
|
| 239 | - 'erreur_texte' => 'error(s)', |
|
| 240 | - 'etape' => 'Step', |
|
| 231 | + // E |
|
| 232 | + 'en_cours' => 'processing', |
|
| 233 | + 'envoi_via_le_site' => 'Sent via the site', |
|
| 234 | + 'erreur' => 'Error', |
|
| 235 | + 'erreur_balise_non_fermee' => 'last tag not closed:', |
|
| 236 | + 'erreur_technique_ajaxform' => 'Ooops. An unexpected error prevented to submit the form. You can try again.', |
|
| 237 | + 'erreur_technique_enregistrement_champs' => 'A technical error prevented the right registration of the field @champs@.', |
|
| 238 | + 'erreur_technique_enregistrement_impossible' => 'A technical error prevented the registration.', |
|
| 239 | + 'erreur_texte' => 'error(s)', |
|
| 240 | + 'etape' => 'Step', |
|
| 241 | 241 | |
| 242 | - // F |
|
| 243 | - 'fichier_introuvable' => 'File not found: @fichier@', |
|
| 244 | - 'fonction_introuvable' => 'Function @fonction@() not found.', |
|
| 245 | - 'form_auteur_confirmation' => 'Please confirm your email address', |
|
| 246 | - 'form_auteur_email_modifie' => 'Your email address has been changed.', |
|
| 247 | - 'form_auteur_envoi_mail_confirmation' => 'A confirmation email has been sent to @email@. You must visit the URL mentioned in the message to validate your email address.', |
|
| 248 | - 'form_auteur_mail_confirmation' => 'Hello, |
|
| 242 | + // F |
|
| 243 | + 'fichier_introuvable' => 'File not found: @fichier@', |
|
| 244 | + 'fonction_introuvable' => 'Function @fonction@() not found.', |
|
| 245 | + 'form_auteur_confirmation' => 'Please confirm your email address', |
|
| 246 | + 'form_auteur_email_modifie' => 'Your email address has been changed.', |
|
| 247 | + 'form_auteur_envoi_mail_confirmation' => 'A confirmation email has been sent to @email@. You must visit the URL mentioned in the message to validate your email address.', |
|
| 248 | + 'form_auteur_mail_confirmation' => 'Hello, |
|
| 249 | 249 | |
| 250 | 250 | You have asked to change your email address. |
| 251 | 251 | To confirm your new address, you need to connect to |
@@ -253,347 +253,347 @@ discard block |
||
| 253 | 253 | |
| 254 | 254 | @url@ |
| 255 | 255 | ', |
| 256 | - 'form_deja_inscrit' => 'You are already registered.', |
|
| 257 | - 'form_email_non_valide' => 'Your email address is not valid.', |
|
| 258 | - 'form_forum_access_refuse' => 'You no longer have access to this site.', |
|
| 259 | - 'form_forum_bonjour' => 'Hello @nom@,', |
|
| 260 | - 'form_forum_confirmer_email' => 'To confirm your email address, follow this link: @url_confirm@', |
|
| 261 | - 'form_forum_email_deja_enregistre' => 'This email address is already registered. Enter your usual password.', |
|
| 262 | - 'form_forum_identifiant_mail' => 'Your new identifier has just been emailed to you.', |
|
| 263 | - 'form_forum_identifiants' => 'Personal identifiers', |
|
| 264 | - 'form_forum_indiquer_nom_email' => 'Enter your name and email address here. You will receive your personal identifier shortly by email.', |
|
| 265 | - 'form_forum_login' => 'login:', |
|
| 266 | - 'form_forum_message_auto' => '(this is an automated message)', |
|
| 267 | - 'form_forum_pass' => 'password:', |
|
| 268 | - 'form_forum_probleme_mail' => 'Mail problem: the identifier could not be sent.', |
|
| 269 | - 'form_forum_voici1' => 'Here are your identifiers. You may now participate on the site |
|
| 256 | + 'form_deja_inscrit' => 'You are already registered.', |
|
| 257 | + 'form_email_non_valide' => 'Your email address is not valid.', |
|
| 258 | + 'form_forum_access_refuse' => 'You no longer have access to this site.', |
|
| 259 | + 'form_forum_bonjour' => 'Hello @nom@,', |
|
| 260 | + 'form_forum_confirmer_email' => 'To confirm your email address, follow this link: @url_confirm@', |
|
| 261 | + 'form_forum_email_deja_enregistre' => 'This email address is already registered. Enter your usual password.', |
|
| 262 | + 'form_forum_identifiant_mail' => 'Your new identifier has just been emailed to you.', |
|
| 263 | + 'form_forum_identifiants' => 'Personal identifiers', |
|
| 264 | + 'form_forum_indiquer_nom_email' => 'Enter your name and email address here. You will receive your personal identifier shortly by email.', |
|
| 265 | + 'form_forum_login' => 'login:', |
|
| 266 | + 'form_forum_message_auto' => '(this is an automated message)', |
|
| 267 | + 'form_forum_pass' => 'password:', |
|
| 268 | + 'form_forum_probleme_mail' => 'Mail problem: the identifier could not be sent.', |
|
| 269 | + 'form_forum_voici1' => 'Here are your identifiers. You may now participate on the site |
|
| 270 | 270 | "@nom_site_spip@" (@adresse_site@):', |
| 271 | - 'form_forum_voici2' => 'Here are your identifiers for submitting articles to |
|
| 271 | + 'form_forum_voici2' => 'Here are your identifiers for submitting articles to |
|
| 272 | 272 | the site "@nom_site_spip@" (@adresse_login@):', |
| 273 | - 'form_indiquer_email' => 'Please enter your email address.', |
|
| 274 | - 'form_indiquer_nom' => 'Please enter your name.', |
|
| 275 | - 'form_indiquer_nom_site' => 'Please enter the name of your site.', |
|
| 276 | - 'form_pet_deja_enregistre' => 'This site is already registered', |
|
| 277 | - 'form_pet_signature_pasprise' => 'Your signature has been ignored.', |
|
| 278 | - 'form_prop_confirmer_envoi' => 'Confirm send', |
|
| 279 | - 'form_prop_description' => 'Description/comment', |
|
| 280 | - 'form_prop_enregistre' => 'Your suggestion has been recorded. It will appear online after being validated by the administrators of this site.', |
|
| 281 | - 'form_prop_envoyer' => 'Send a message', |
|
| 282 | - 'form_prop_indiquer_email' => 'Please enter a valid email address', |
|
| 283 | - 'form_prop_indiquer_nom_site' => 'Please enter the site’s name.', |
|
| 284 | - 'form_prop_indiquer_sujet' => 'Please enter a subject', |
|
| 285 | - 'form_prop_message_envoye' => 'Message sent', |
|
| 286 | - 'form_prop_non_enregistre' => 'Your suggestion has not been recorded.', |
|
| 287 | - 'form_prop_sujet' => 'Subject', |
|
| 288 | - 'form_prop_url_site' => 'Site URL', |
|
| 289 | - 'format_date_attendu' => 'Enter a date in jj/mm/aaaa format.', |
|
| 290 | - 'format_date_incorrecte' => 'The date or its format is incorrect.', |
|
| 291 | - 'format_heure_attendu' => 'Enter a time in hh:mm format.', |
|
| 292 | - 'format_heure_incorrecte' => 'The hour or its format is incorrect.', |
|
| 293 | - 'forum_non_inscrit' => 'Either you are not registered, or the address or password are wrong.', |
|
| 294 | - 'forum_par_auteur' => 'by @auteur@', |
|
| 295 | - 'forum_titre_erreur' => 'Error...', |
|
| 273 | + 'form_indiquer_email' => 'Please enter your email address.', |
|
| 274 | + 'form_indiquer_nom' => 'Please enter your name.', |
|
| 275 | + 'form_indiquer_nom_site' => 'Please enter the name of your site.', |
|
| 276 | + 'form_pet_deja_enregistre' => 'This site is already registered', |
|
| 277 | + 'form_pet_signature_pasprise' => 'Your signature has been ignored.', |
|
| 278 | + 'form_prop_confirmer_envoi' => 'Confirm send', |
|
| 279 | + 'form_prop_description' => 'Description/comment', |
|
| 280 | + 'form_prop_enregistre' => 'Your suggestion has been recorded. It will appear online after being validated by the administrators of this site.', |
|
| 281 | + 'form_prop_envoyer' => 'Send a message', |
|
| 282 | + 'form_prop_indiquer_email' => 'Please enter a valid email address', |
|
| 283 | + 'form_prop_indiquer_nom_site' => 'Please enter the site’s name.', |
|
| 284 | + 'form_prop_indiquer_sujet' => 'Please enter a subject', |
|
| 285 | + 'form_prop_message_envoye' => 'Message sent', |
|
| 286 | + 'form_prop_non_enregistre' => 'Your suggestion has not been recorded.', |
|
| 287 | + 'form_prop_sujet' => 'Subject', |
|
| 288 | + 'form_prop_url_site' => 'Site URL', |
|
| 289 | + 'format_date_attendu' => 'Enter a date in jj/mm/aaaa format.', |
|
| 290 | + 'format_date_incorrecte' => 'The date or its format is incorrect.', |
|
| 291 | + 'format_heure_attendu' => 'Enter a time in hh:mm format.', |
|
| 292 | + 'format_heure_incorrecte' => 'The hour or its format is incorrect.', |
|
| 293 | + 'forum_non_inscrit' => 'Either you are not registered, or the address or password are wrong.', |
|
| 294 | + 'forum_par_auteur' => 'by @auteur@', |
|
| 295 | + 'forum_titre_erreur' => 'Error...', |
|
| 296 | 296 | |
| 297 | - // I |
|
| 298 | - 'ical_texte_rss_articles' => 'The site’s backend file for articles is:', |
|
| 299 | - 'ical_texte_rss_articles2' => 'You can also get backend files for individual sections on the site:', |
|
| 300 | - 'ical_texte_rss_breves' => 'Furthermore, there is a file containing the site’s news items. By selecting a section number, you can choose to get news items in that section only.', |
|
| 301 | - 'icone_a_suivre' => 'Launch pad', |
|
| 302 | - 'icone_admin_site' => 'Site administration', |
|
| 303 | - 'icone_agenda' => 'Calendar', |
|
| 304 | - 'icone_aide_ligne' => 'Help', |
|
| 305 | - 'icone_articles' => 'Articles', |
|
| 306 | - 'icone_auteurs' => 'Authors', |
|
| 307 | - 'icone_brouteur' => 'Quick browsing', |
|
| 308 | - 'icone_configuration_site' => 'Configuration', |
|
| 309 | - 'icone_configurer_site' => 'Configure your site', |
|
| 310 | - 'icone_creer_nouvel_auteur' => 'Create a new author', |
|
| 311 | - 'icone_creer_rubrique' => 'Create a section', |
|
| 312 | - 'icone_creer_sous_rubrique' => 'Create a subsection', |
|
| 313 | - 'icone_deconnecter' => 'Log out', |
|
| 314 | - 'icone_discussions' => 'Discussions', |
|
| 315 | - 'icone_doc_rubrique' => 'Documents attached', |
|
| 316 | - 'icone_ecrire_article' => 'Write a new article', |
|
| 317 | - 'icone_edition_site' => 'Edit site', |
|
| 318 | - 'icone_gestion_langues' => 'Language options', |
|
| 319 | - 'icone_informations_personnelles' => 'Personal information', |
|
| 320 | - 'icone_interface_complet' => 'full interface', |
|
| 321 | - 'icone_interface_simple' => 'Simplified interface', |
|
| 322 | - 'icone_maintenance_site' => 'Site maintenance', |
|
| 323 | - 'icone_messagerie_personnelle' => 'Private messages', |
|
| 324 | - 'icone_repartition_debut' => 'Show distribution from the start', |
|
| 325 | - 'icone_rubriques' => 'Sections', |
|
| 326 | - 'icone_sauver_site' => 'Site backup', |
|
| 327 | - 'icone_site_entier' => 'The entire site', |
|
| 328 | - 'icone_sites_references' => 'Referenced sites', |
|
| 329 | - 'icone_statistiques' => 'Site statistics', |
|
| 330 | - 'icone_suivi_activite' => 'Follow site activity', |
|
| 331 | - 'icone_suivi_actualite' => 'Site statistics', |
|
| 332 | - 'icone_suivi_pettions' => 'Manage petitions', |
|
| 333 | - 'icone_suivi_revisions' => 'Article revisions', |
|
| 334 | - 'icone_supprimer_document' => 'Delete this document', |
|
| 335 | - 'icone_supprimer_image' => 'Delete this image', |
|
| 336 | - 'icone_tous_articles' => 'All your articles', |
|
| 337 | - 'icone_tous_auteur' => 'All authors', |
|
| 338 | - 'icone_tous_visiteur' => 'All visitors', |
|
| 339 | - 'icone_visiter_site' => 'View the public site', |
|
| 340 | - 'icone_voir_en_ligne' => 'View online', |
|
| 341 | - 'img_indisponible' => 'image unavailable', |
|
| 342 | - 'impossible' => 'impossible', |
|
| 343 | - 'info_a_suivre' => 'LAUNCH PAD»', |
|
| 344 | - 'info_acces_interdit' => 'Access forbidden', |
|
| 345 | - 'info_acces_refuse' => 'Access denied', |
|
| 346 | - 'info_action' => 'Action: @action@', |
|
| 347 | - 'info_administrer_rubriques' => 'You can manage this section and any subsections', |
|
| 348 | - 'info_adresse_non_indiquee' => 'You did not specify an address to test!', |
|
| 349 | - 'info_aide' => 'HELP:', |
|
| 350 | - 'info_ajouter_mot' => 'Add keyword', |
|
| 351 | - 'info_annonce' => 'ANNOUNCEMENT', |
|
| 352 | - 'info_annonces_generales' => 'General announcements:', |
|
| 353 | - 'info_article_propose' => 'Article submitted', |
|
| 354 | - 'info_article_publie' => 'Article published', |
|
| 355 | - 'info_article_redaction' => 'Article in progress', |
|
| 356 | - 'info_article_refuse' => 'Article rejected', |
|
| 357 | - 'info_article_supprime' => 'Article deleted', |
|
| 358 | - 'info_articles' => 'Articles', |
|
| 359 | - 'info_articles_a_valider' => 'Articles awaiting validation', |
|
| 360 | - 'info_articles_nb' => '@nb@ articles', |
|
| 361 | - 'info_articles_proposes' => 'Articles submitted', |
|
| 362 | - 'info_articles_un' => '1 article', |
|
| 363 | - 'info_auteurs_nombre' => 'author(s):', |
|
| 364 | - 'info_authentification_ftp' => 'Authentication (by FTP).', |
|
| 365 | - 'info_breves_2' => 'news', |
|
| 366 | - 'info_breves_nb' => '@nb@ news items', |
|
| 367 | - 'info_breves_un' => '1 news item', |
|
| 368 | - 'info_connexion_refusee' => 'Connection denied', |
|
| 369 | - 'info_contact_developpeur' => 'Please contact a developer.', |
|
| 370 | - 'info_contenance' => 'This site contains:', |
|
| 371 | - 'info_contribution' => 'contributions', |
|
| 372 | - 'info_copyright' => '@spip@ is free software distributed @lien_gpl@.', |
|
| 373 | - 'info_copyright_doc' => 'For more visit <a href="@spipnet@">@spipnet_affiche@</a>.', |
|
| 374 | - 'info_copyright_gpl' => 'under the GPL license', |
|
| 375 | - 'info_cours_edition' => 'In progress', |
|
| 376 | - 'info_creer_repertoire' => 'Please create a file or a directory called:', |
|
| 377 | - 'info_creer_repertoire_2' => 'inside the sub-directory <b>@repertoire@</b>, then', |
|
| 378 | - 'info_creer_vignette' => 'automatic thumbnail creation', |
|
| 379 | - 'info_creerdansrubrique_non_autorise' => 'You don’t have sufficient rights to create content in this section', |
|
| 380 | - 'info_deplier' => 'Unfold', |
|
| 381 | - 'info_descriptif_nombre' => 'description(s):', |
|
| 382 | - 'info_description' => 'Description:', |
|
| 383 | - 'info_description_2' => 'Description:', |
|
| 384 | - 'info_dimension' => 'Size:', |
|
| 385 | - 'info_documents_nb' => '@nb@ documents', |
|
| 386 | - 'info_documents_un' => '1 document', |
|
| 387 | - 'info_ecire_message_prive' => 'Write a private message', |
|
| 388 | - 'info_email_invalide' => 'Invalid email address.', |
|
| 389 | - 'info_en_cours_validation' => 'Your articles in progress', |
|
| 390 | - 'info_en_ligne' => 'Online now:', |
|
| 391 | - 'info_envoyer_message_prive' => 'Send a private message to this author', |
|
| 392 | - 'info_erreur_requete' => 'Error in query:', |
|
| 393 | - 'info_erreur_squelette2' => 'No <b>@fichier@</b> template available ...', |
|
| 394 | - 'info_erreur_systeme' => 'System error (errno @errsys@)', |
|
| 395 | - 'info_erreur_systeme2' => 'The hard disk may be full or the database damaged. <br /> |
|
| 297 | + // I |
|
| 298 | + 'ical_texte_rss_articles' => 'The site’s backend file for articles is:', |
|
| 299 | + 'ical_texte_rss_articles2' => 'You can also get backend files for individual sections on the site:', |
|
| 300 | + 'ical_texte_rss_breves' => 'Furthermore, there is a file containing the site’s news items. By selecting a section number, you can choose to get news items in that section only.', |
|
| 301 | + 'icone_a_suivre' => 'Launch pad', |
|
| 302 | + 'icone_admin_site' => 'Site administration', |
|
| 303 | + 'icone_agenda' => 'Calendar', |
|
| 304 | + 'icone_aide_ligne' => 'Help', |
|
| 305 | + 'icone_articles' => 'Articles', |
|
| 306 | + 'icone_auteurs' => 'Authors', |
|
| 307 | + 'icone_brouteur' => 'Quick browsing', |
|
| 308 | + 'icone_configuration_site' => 'Configuration', |
|
| 309 | + 'icone_configurer_site' => 'Configure your site', |
|
| 310 | + 'icone_creer_nouvel_auteur' => 'Create a new author', |
|
| 311 | + 'icone_creer_rubrique' => 'Create a section', |
|
| 312 | + 'icone_creer_sous_rubrique' => 'Create a subsection', |
|
| 313 | + 'icone_deconnecter' => 'Log out', |
|
| 314 | + 'icone_discussions' => 'Discussions', |
|
| 315 | + 'icone_doc_rubrique' => 'Documents attached', |
|
| 316 | + 'icone_ecrire_article' => 'Write a new article', |
|
| 317 | + 'icone_edition_site' => 'Edit site', |
|
| 318 | + 'icone_gestion_langues' => 'Language options', |
|
| 319 | + 'icone_informations_personnelles' => 'Personal information', |
|
| 320 | + 'icone_interface_complet' => 'full interface', |
|
| 321 | + 'icone_interface_simple' => 'Simplified interface', |
|
| 322 | + 'icone_maintenance_site' => 'Site maintenance', |
|
| 323 | + 'icone_messagerie_personnelle' => 'Private messages', |
|
| 324 | + 'icone_repartition_debut' => 'Show distribution from the start', |
|
| 325 | + 'icone_rubriques' => 'Sections', |
|
| 326 | + 'icone_sauver_site' => 'Site backup', |
|
| 327 | + 'icone_site_entier' => 'The entire site', |
|
| 328 | + 'icone_sites_references' => 'Referenced sites', |
|
| 329 | + 'icone_statistiques' => 'Site statistics', |
|
| 330 | + 'icone_suivi_activite' => 'Follow site activity', |
|
| 331 | + 'icone_suivi_actualite' => 'Site statistics', |
|
| 332 | + 'icone_suivi_pettions' => 'Manage petitions', |
|
| 333 | + 'icone_suivi_revisions' => 'Article revisions', |
|
| 334 | + 'icone_supprimer_document' => 'Delete this document', |
|
| 335 | + 'icone_supprimer_image' => 'Delete this image', |
|
| 336 | + 'icone_tous_articles' => 'All your articles', |
|
| 337 | + 'icone_tous_auteur' => 'All authors', |
|
| 338 | + 'icone_tous_visiteur' => 'All visitors', |
|
| 339 | + 'icone_visiter_site' => 'View the public site', |
|
| 340 | + 'icone_voir_en_ligne' => 'View online', |
|
| 341 | + 'img_indisponible' => 'image unavailable', |
|
| 342 | + 'impossible' => 'impossible', |
|
| 343 | + 'info_a_suivre' => 'LAUNCH PAD»', |
|
| 344 | + 'info_acces_interdit' => 'Access forbidden', |
|
| 345 | + 'info_acces_refuse' => 'Access denied', |
|
| 346 | + 'info_action' => 'Action: @action@', |
|
| 347 | + 'info_administrer_rubriques' => 'You can manage this section and any subsections', |
|
| 348 | + 'info_adresse_non_indiquee' => 'You did not specify an address to test!', |
|
| 349 | + 'info_aide' => 'HELP:', |
|
| 350 | + 'info_ajouter_mot' => 'Add keyword', |
|
| 351 | + 'info_annonce' => 'ANNOUNCEMENT', |
|
| 352 | + 'info_annonces_generales' => 'General announcements:', |
|
| 353 | + 'info_article_propose' => 'Article submitted', |
|
| 354 | + 'info_article_publie' => 'Article published', |
|
| 355 | + 'info_article_redaction' => 'Article in progress', |
|
| 356 | + 'info_article_refuse' => 'Article rejected', |
|
| 357 | + 'info_article_supprime' => 'Article deleted', |
|
| 358 | + 'info_articles' => 'Articles', |
|
| 359 | + 'info_articles_a_valider' => 'Articles awaiting validation', |
|
| 360 | + 'info_articles_nb' => '@nb@ articles', |
|
| 361 | + 'info_articles_proposes' => 'Articles submitted', |
|
| 362 | + 'info_articles_un' => '1 article', |
|
| 363 | + 'info_auteurs_nombre' => 'author(s):', |
|
| 364 | + 'info_authentification_ftp' => 'Authentication (by FTP).', |
|
| 365 | + 'info_breves_2' => 'news', |
|
| 366 | + 'info_breves_nb' => '@nb@ news items', |
|
| 367 | + 'info_breves_un' => '1 news item', |
|
| 368 | + 'info_connexion_refusee' => 'Connection denied', |
|
| 369 | + 'info_contact_developpeur' => 'Please contact a developer.', |
|
| 370 | + 'info_contenance' => 'This site contains:', |
|
| 371 | + 'info_contribution' => 'contributions', |
|
| 372 | + 'info_copyright' => '@spip@ is free software distributed @lien_gpl@.', |
|
| 373 | + 'info_copyright_doc' => 'For more visit <a href="@spipnet@">@spipnet_affiche@</a>.', |
|
| 374 | + 'info_copyright_gpl' => 'under the GPL license', |
|
| 375 | + 'info_cours_edition' => 'In progress', |
|
| 376 | + 'info_creer_repertoire' => 'Please create a file or a directory called:', |
|
| 377 | + 'info_creer_repertoire_2' => 'inside the sub-directory <b>@repertoire@</b>, then', |
|
| 378 | + 'info_creer_vignette' => 'automatic thumbnail creation', |
|
| 379 | + 'info_creerdansrubrique_non_autorise' => 'You don’t have sufficient rights to create content in this section', |
|
| 380 | + 'info_deplier' => 'Unfold', |
|
| 381 | + 'info_descriptif_nombre' => 'description(s):', |
|
| 382 | + 'info_description' => 'Description:', |
|
| 383 | + 'info_description_2' => 'Description:', |
|
| 384 | + 'info_dimension' => 'Size:', |
|
| 385 | + 'info_documents_nb' => '@nb@ documents', |
|
| 386 | + 'info_documents_un' => '1 document', |
|
| 387 | + 'info_ecire_message_prive' => 'Write a private message', |
|
| 388 | + 'info_email_invalide' => 'Invalid email address.', |
|
| 389 | + 'info_en_cours_validation' => 'Your articles in progress', |
|
| 390 | + 'info_en_ligne' => 'Online now:', |
|
| 391 | + 'info_envoyer_message_prive' => 'Send a private message to this author', |
|
| 392 | + 'info_erreur_requete' => 'Error in query:', |
|
| 393 | + 'info_erreur_squelette2' => 'No <b>@fichier@</b> template available ...', |
|
| 394 | + 'info_erreur_systeme' => 'System error (errno @errsys@)', |
|
| 395 | + 'info_erreur_systeme2' => 'The hard disk may be full or the database damaged. <br /> |
|
| 396 | 396 | <span style="color:red;">Try <a href=\'@script@\'>repairing the database</a>, or contact your service provider.</span>', |
| 397 | - 'info_fini' => 'Done!', |
|
| 398 | - 'info_format_image' => 'Image format to be used for vignettes: @gd_formats@.', |
|
| 399 | - 'info_format_non_defini' => 'undefined format', |
|
| 400 | - 'info_grand_ecran' => 'Large display', |
|
| 401 | - 'info_image_aide' => 'HELP', |
|
| 402 | - 'info_image_process_titre' => 'How to create thumbnails', |
|
| 403 | - 'info_impossible_lire_page' => '<b>Error!</b> The page <tt><html>@test_proxy@</html></tt> cannot be viewed through the proxy', |
|
| 404 | - 'info_installation_systeme_publication' => 'Installing publication system...', |
|
| 405 | - 'info_installer_documents' => 'You can automatically install all documents in the folder @upload@.', |
|
| 406 | - 'info_installer_ftp' => 'As an administrator, you can install files via FTP to the folder @upload@ in order to select them directly from here.', |
|
| 407 | - 'info_installer_images' => 'You can install images in the formats JPEG, GIF, and PNG.', |
|
| 408 | - 'info_installer_images_dossier' => 'Install images in folder @upload@ if you want to select them here.', |
|
| 409 | - 'info_interface_complete' => 'full interface', |
|
| 410 | - 'info_interface_simple' => 'Simplified interface', |
|
| 411 | - 'info_joindre_document_article' => 'You can attach the following types of document to your article', |
|
| 412 | - 'info_joindre_document_rubrique' => 'You can add documents of the following types to this section ', |
|
| 413 | - 'info_joindre_documents_article' => 'You can attach documents of the following types to your article:', |
|
| 414 | - 'info_l_article' => 'the article', |
|
| 415 | - 'info_la_breve' => 'the news item', |
|
| 416 | - 'info_la_rubrique' => 'the section', |
|
| 417 | - 'info_langue_principale' => 'Main language for site', |
|
| 418 | - 'info_largeur_vignette' => '@largeur_vignette@ × @hauteur_vignette@ pixels', |
|
| 419 | - 'info_les_auteurs_1' => 'by @les_auteurs@', |
|
| 420 | - 'info_logo_format_interdit' => 'Only logos in these formats @formats@ are allowed.', |
|
| 421 | - 'info_logo_max_poids' => 'Logos must be less than @maxi@ (this file is @actuel@).', |
|
| 422 | - 'info_mail_fournisseur' => '[email protected]', |
|
| 423 | - 'info_message_2' => 'MESSAGE', |
|
| 424 | - 'info_message_supprime' => 'MESSAGE DELETED', |
|
| 425 | - 'info_messages_nb' => '@nb@ messages', |
|
| 426 | - 'info_messages_un' => '1 message', |
|
| 427 | - 'info_mise_en_ligne' => 'Published on:', |
|
| 428 | - 'info_modification_parametres_securite' => 'modifying security parameters', |
|
| 429 | - 'info_mois_courant' => 'During the month:', |
|
| 430 | - 'info_mot_cle_ajoute' => 'The following keyword was added to', |
|
| 431 | - 'info_multi_herit' => 'Default language', |
|
| 432 | - 'info_multi_langues_soulignees' => 'The <u>languages underlined</u> provide partial or total translations for all the interface texts. If you select these languages, many elements of the public site (dates, forms) will be translated automatically. As for the languages that are not underlined, those elements will be displayed using the site’s default language.', |
|
| 433 | - 'info_multilinguisme' => 'Multilingual', |
|
| 434 | - 'info_nom_non_utilisateurs_connectes' => 'Your name does not appear in the list of users online.', |
|
| 435 | - 'info_nom_utilisateurs_connectes' => 'Your name appears in the list of users online.', |
|
| 436 | - 'info_nombre_en_ligne' => 'Online now:', |
|
| 437 | - 'info_non_resultat' => 'No results for "@cherche_mot@"', |
|
| 438 | - 'info_non_utilisation_messagerie' => 'You are not using private messaging on this site.', |
|
| 439 | - 'info_nouveau_message' => 'YOU HAVE A NEW MESSAGE', |
|
| 440 | - 'info_nouveaux_messages' => 'YOU HAVE @total_messages@ NEW MESSAGES', |
|
| 441 | - 'info_numero_abbreviation' => 'No', |
|
| 442 | - 'info_obligatoire' => 'This information is required', |
|
| 443 | - 'info_page_actuelle' => 'Actual page', |
|
| 444 | - 'info_pense_bete' => 'MEMO', |
|
| 445 | - 'info_petit_ecran' => 'Small display', |
|
| 446 | - 'info_petition_close' => 'Petition closed', |
|
| 447 | - 'info_pixels' => 'pixels', |
|
| 448 | - 'info_plusieurs_mots_trouves' => 'Several keywords were found for "@cherche_mot@":', |
|
| 449 | - 'info_portfolio_automatique' => 'Automated portfolio:', |
|
| 450 | - 'info_premier_resultat' => '[First @debut_limit@ results out of @total@]', |
|
| 451 | - 'info_premier_resultat_sur' => '[First @debut_limit@ results out of @total@]', |
|
| 452 | - 'info_propose_1' => '[@nom_site_spip@] Submitted: @titre@', |
|
| 453 | - 'info_propose_2' => 'Article submitted |
|
| 397 | + 'info_fini' => 'Done!', |
|
| 398 | + 'info_format_image' => 'Image format to be used for vignettes: @gd_formats@.', |
|
| 399 | + 'info_format_non_defini' => 'undefined format', |
|
| 400 | + 'info_grand_ecran' => 'Large display', |
|
| 401 | + 'info_image_aide' => 'HELP', |
|
| 402 | + 'info_image_process_titre' => 'How to create thumbnails', |
|
| 403 | + 'info_impossible_lire_page' => '<b>Error!</b> The page <tt><html>@test_proxy@</html></tt> cannot be viewed through the proxy', |
|
| 404 | + 'info_installation_systeme_publication' => 'Installing publication system...', |
|
| 405 | + 'info_installer_documents' => 'You can automatically install all documents in the folder @upload@.', |
|
| 406 | + 'info_installer_ftp' => 'As an administrator, you can install files via FTP to the folder @upload@ in order to select them directly from here.', |
|
| 407 | + 'info_installer_images' => 'You can install images in the formats JPEG, GIF, and PNG.', |
|
| 408 | + 'info_installer_images_dossier' => 'Install images in folder @upload@ if you want to select them here.', |
|
| 409 | + 'info_interface_complete' => 'full interface', |
|
| 410 | + 'info_interface_simple' => 'Simplified interface', |
|
| 411 | + 'info_joindre_document_article' => 'You can attach the following types of document to your article', |
|
| 412 | + 'info_joindre_document_rubrique' => 'You can add documents of the following types to this section ', |
|
| 413 | + 'info_joindre_documents_article' => 'You can attach documents of the following types to your article:', |
|
| 414 | + 'info_l_article' => 'the article', |
|
| 415 | + 'info_la_breve' => 'the news item', |
|
| 416 | + 'info_la_rubrique' => 'the section', |
|
| 417 | + 'info_langue_principale' => 'Main language for site', |
|
| 418 | + 'info_largeur_vignette' => '@largeur_vignette@ × @hauteur_vignette@ pixels', |
|
| 419 | + 'info_les_auteurs_1' => 'by @les_auteurs@', |
|
| 420 | + 'info_logo_format_interdit' => 'Only logos in these formats @formats@ are allowed.', |
|
| 421 | + 'info_logo_max_poids' => 'Logos must be less than @maxi@ (this file is @actuel@).', |
|
| 422 | + 'info_mail_fournisseur' => '[email protected]', |
|
| 423 | + 'info_message_2' => 'MESSAGE', |
|
| 424 | + 'info_message_supprime' => 'MESSAGE DELETED', |
|
| 425 | + 'info_messages_nb' => '@nb@ messages', |
|
| 426 | + 'info_messages_un' => '1 message', |
|
| 427 | + 'info_mise_en_ligne' => 'Published on:', |
|
| 428 | + 'info_modification_parametres_securite' => 'modifying security parameters', |
|
| 429 | + 'info_mois_courant' => 'During the month:', |
|
| 430 | + 'info_mot_cle_ajoute' => 'The following keyword was added to', |
|
| 431 | + 'info_multi_herit' => 'Default language', |
|
| 432 | + 'info_multi_langues_soulignees' => 'The <u>languages underlined</u> provide partial or total translations for all the interface texts. If you select these languages, many elements of the public site (dates, forms) will be translated automatically. As for the languages that are not underlined, those elements will be displayed using the site’s default language.', |
|
| 433 | + 'info_multilinguisme' => 'Multilingual', |
|
| 434 | + 'info_nom_non_utilisateurs_connectes' => 'Your name does not appear in the list of users online.', |
|
| 435 | + 'info_nom_utilisateurs_connectes' => 'Your name appears in the list of users online.', |
|
| 436 | + 'info_nombre_en_ligne' => 'Online now:', |
|
| 437 | + 'info_non_resultat' => 'No results for "@cherche_mot@"', |
|
| 438 | + 'info_non_utilisation_messagerie' => 'You are not using private messaging on this site.', |
|
| 439 | + 'info_nouveau_message' => 'YOU HAVE A NEW MESSAGE', |
|
| 440 | + 'info_nouveaux_messages' => 'YOU HAVE @total_messages@ NEW MESSAGES', |
|
| 441 | + 'info_numero_abbreviation' => 'No', |
|
| 442 | + 'info_obligatoire' => 'This information is required', |
|
| 443 | + 'info_page_actuelle' => 'Actual page', |
|
| 444 | + 'info_pense_bete' => 'MEMO', |
|
| 445 | + 'info_petit_ecran' => 'Small display', |
|
| 446 | + 'info_petition_close' => 'Petition closed', |
|
| 447 | + 'info_pixels' => 'pixels', |
|
| 448 | + 'info_plusieurs_mots_trouves' => 'Several keywords were found for "@cherche_mot@":', |
|
| 449 | + 'info_portfolio_automatique' => 'Automated portfolio:', |
|
| 450 | + 'info_premier_resultat' => '[First @debut_limit@ results out of @total@]', |
|
| 451 | + 'info_premier_resultat_sur' => '[First @debut_limit@ results out of @total@]', |
|
| 452 | + 'info_propose_1' => '[@nom_site_spip@] Submitted: @titre@', |
|
| 453 | + 'info_propose_2' => 'Article submitted |
|
| 454 | 454 | -----------------', |
| 455 | - 'info_propose_3' => 'The article "@titre@" has been submitted for publication.', |
|
| 456 | - 'info_propose_4' => 'You are invited to review it and give your opinion', |
|
| 457 | - 'info_propose_5' => 'in the associated forum. It is available here:', |
|
| 458 | - 'info_publie_01' => 'The article "@titre@" was validated by @connect_nom@.', |
|
| 459 | - 'info_publie_1' => '[@nom_site_spip@] PUBLISHED: @titre@', |
|
| 460 | - 'info_publie_2' => 'Article published |
|
| 455 | + 'info_propose_3' => 'The article "@titre@" has been submitted for publication.', |
|
| 456 | + 'info_propose_4' => 'You are invited to review it and give your opinion', |
|
| 457 | + 'info_propose_5' => 'in the associated forum. It is available here:', |
|
| 458 | + 'info_publie_01' => 'The article "@titre@" was validated by @connect_nom@.', |
|
| 459 | + 'info_publie_1' => '[@nom_site_spip@] PUBLISHED: @titre@', |
|
| 460 | + 'info_publie_2' => 'Article published |
|
| 461 | 461 | -----------------', |
| 462 | - 'info_rechercher' => 'Search', |
|
| 463 | - 'info_rechercher_02' => 'Search:', |
|
| 464 | - 'info_remplacer_vignette' => 'Replace the default vignette by a customised logo:', |
|
| 465 | - 'info_rubriques_nb' => '@nb@ sections', |
|
| 466 | - 'info_rubriques_un' => '1 section', |
|
| 467 | - 'info_sans_titre_2' => 'untitled', |
|
| 468 | - 'info_selectionner_fichier' => 'You can select a file from the folder @upload@', |
|
| 469 | - 'info_selectionner_fichier_2' => 'Select a file:', |
|
| 470 | - 'info_sites_nb' => '@nb@ sites', |
|
| 471 | - 'info_sites_un' => '1 site', |
|
| 472 | - 'info_supprimer_vignette' => 'delete the vignette', |
|
| 473 | - 'info_symbole_bleu' => 'A <b>blue</b> symbol indicates a <b>memo</b>: i.e. a message for your personal use.', |
|
| 474 | - 'info_symbole_jaune' => 'A <b>yellow</b> symbol indicates an <b>announcement to all editors</b>: it can be edited by all administrators, and is visible to all editors.', |
|
| 475 | - 'info_symbole_vert' => 'A <b>green</b> symbol indicates the <b>messages exchanged with other users</b> of the site.', |
|
| 476 | - 'info_telecharger_nouveau_logo' => 'Upload a new logo:', |
|
| 477 | - 'info_telecharger_ordinateur' => 'Upload from your computer:', |
|
| 478 | - 'info_tous_resultats_enregistres' => '[all the results are recorded]', |
|
| 479 | - 'info_tout_afficher' => 'Show all', |
|
| 480 | - 'info_travaux_texte' => 'This site is not yet set up. Please come back later...', |
|
| 481 | - 'info_travaux_titre' => 'Site under construction', |
|
| 482 | - 'info_trop_resultat' => 'Too many results for "@cherche_mot@"; please refine the search.', |
|
| 483 | - 'info_utilisation_messagerie_interne' => 'You are using the internal message system of this site.', |
|
| 484 | - 'info_valider_lien' => 'validate this link', |
|
| 485 | - 'info_verifier_image' => ', please make sure your images have been transferred correctly.', |
|
| 486 | - 'info_vignette_defaut' => 'Default vignette', |
|
| 487 | - 'info_vignette_personnalisee' => 'Custom vignette', |
|
| 488 | - 'info_visite' => 'visit:', |
|
| 489 | - 'info_vos_rendez_vous' => 'Your future appointments', |
|
| 490 | - 'infos_vos_pense_bete' => 'Your memos', |
|
| 462 | + 'info_rechercher' => 'Search', |
|
| 463 | + 'info_rechercher_02' => 'Search:', |
|
| 464 | + 'info_remplacer_vignette' => 'Replace the default vignette by a customised logo:', |
|
| 465 | + 'info_rubriques_nb' => '@nb@ sections', |
|
| 466 | + 'info_rubriques_un' => '1 section', |
|
| 467 | + 'info_sans_titre_2' => 'untitled', |
|
| 468 | + 'info_selectionner_fichier' => 'You can select a file from the folder @upload@', |
|
| 469 | + 'info_selectionner_fichier_2' => 'Select a file:', |
|
| 470 | + 'info_sites_nb' => '@nb@ sites', |
|
| 471 | + 'info_sites_un' => '1 site', |
|
| 472 | + 'info_supprimer_vignette' => 'delete the vignette', |
|
| 473 | + 'info_symbole_bleu' => 'A <b>blue</b> symbol indicates a <b>memo</b>: i.e. a message for your personal use.', |
|
| 474 | + 'info_symbole_jaune' => 'A <b>yellow</b> symbol indicates an <b>announcement to all editors</b>: it can be edited by all administrators, and is visible to all editors.', |
|
| 475 | + 'info_symbole_vert' => 'A <b>green</b> symbol indicates the <b>messages exchanged with other users</b> of the site.', |
|
| 476 | + 'info_telecharger_nouveau_logo' => 'Upload a new logo:', |
|
| 477 | + 'info_telecharger_ordinateur' => 'Upload from your computer:', |
|
| 478 | + 'info_tous_resultats_enregistres' => '[all the results are recorded]', |
|
| 479 | + 'info_tout_afficher' => 'Show all', |
|
| 480 | + 'info_travaux_texte' => 'This site is not yet set up. Please come back later...', |
|
| 481 | + 'info_travaux_titre' => 'Site under construction', |
|
| 482 | + 'info_trop_resultat' => 'Too many results for "@cherche_mot@"; please refine the search.', |
|
| 483 | + 'info_utilisation_messagerie_interne' => 'You are using the internal message system of this site.', |
|
| 484 | + 'info_valider_lien' => 'validate this link', |
|
| 485 | + 'info_verifier_image' => ', please make sure your images have been transferred correctly.', |
|
| 486 | + 'info_vignette_defaut' => 'Default vignette', |
|
| 487 | + 'info_vignette_personnalisee' => 'Custom vignette', |
|
| 488 | + 'info_visite' => 'visit:', |
|
| 489 | + 'info_vos_rendez_vous' => 'Your future appointments', |
|
| 490 | + 'infos_vos_pense_bete' => 'Your memos', |
|
| 491 | 491 | |
| 492 | - // L |
|
| 493 | - 'label_ajout_id_rapide' => 'Quick addition', |
|
| 494 | - 'label_poids_fichier' => 'Size', |
|
| 495 | - 'label_ponctuer' => '@label@:', |
|
| 496 | - 'lien_afficher_icones_seuls' => 'Show only icons', |
|
| 497 | - 'lien_afficher_texte_icones' => 'Show icons and text', |
|
| 498 | - 'lien_afficher_texte_seul' => 'Show only text', |
|
| 499 | - 'lien_aller_a_la_derniere_page' => 'Go to the last page', |
|
| 500 | - 'lien_aller_a_la_page_nb' => 'Go to page @nb@', |
|
| 501 | - 'lien_aller_a_la_page_precedente' => 'Go to the previous page', |
|
| 502 | - 'lien_aller_a_la_page_suivante' => 'Go to the next page', |
|
| 503 | - 'lien_aller_a_la_premiere_page' => 'Go to the first page', |
|
| 504 | - 'lien_liberer' => 'release', |
|
| 505 | - 'lien_liberer_tous' => 'Release all', |
|
| 506 | - 'lien_nouvea_pense_bete' => 'NEW MEMO', |
|
| 507 | - 'lien_nouveau_message' => 'NEW MESSAGE', |
|
| 508 | - 'lien_nouvelle_annonce' => 'NEW ANNOUNCEMENT', |
|
| 509 | - 'lien_petitions' => 'PETITION', |
|
| 510 | - 'lien_popularite' => 'popularity: @popularite@%', |
|
| 511 | - 'lien_racine_site' => 'SITE ROOT', |
|
| 512 | - 'lien_reessayer' => 'try again', |
|
| 513 | - 'lien_repondre_message' => 'Reply to this message', |
|
| 514 | - 'lien_supprimer' => 'delete', |
|
| 515 | - 'lien_tout_afficher' => 'Show all', |
|
| 516 | - 'lien_visite_site' => 'visit this site', |
|
| 517 | - 'lien_visites' => '@visites@ visits', |
|
| 518 | - 'lien_voir_auteur' => 'Check this author', |
|
| 519 | - 'ligne' => 'Line', |
|
| 520 | - 'login' => 'Connection', |
|
| 521 | - 'login_acces_prive' => 'access to the private area', |
|
| 522 | - 'login_autre_identifiant' => 'use a different ID', |
|
| 523 | - 'login_cookie_accepte' => 'Please configure your browser to accept them for this site.', |
|
| 524 | - 'login_cookie_oblige' => 'For secure identification, your browser must accept cookies.', |
|
| 525 | - 'login_deconnexion_ok' => 'Logged out.', |
|
| 526 | - 'login_erreur_pass' => 'Wrong password.', |
|
| 527 | - 'login_espace_prive' => 'private area', |
|
| 528 | - 'login_identifiant_inconnu' => 'The identifier "@login@" is unknown.', |
|
| 529 | - 'login_login' => 'Login:', |
|
| 530 | - 'login_login2' => 'Login or e-mail address:', |
|
| 531 | - 'login_login_pass_incorrect' => '(Wrong login or password).', |
|
| 532 | - 'login_motpasseoublie' => 'password forgotten?', |
|
| 533 | - 'login_non_securise' => 'Caution, this form is not secure. |
|
| 492 | + // L |
|
| 493 | + 'label_ajout_id_rapide' => 'Quick addition', |
|
| 494 | + 'label_poids_fichier' => 'Size', |
|
| 495 | + 'label_ponctuer' => '@label@:', |
|
| 496 | + 'lien_afficher_icones_seuls' => 'Show only icons', |
|
| 497 | + 'lien_afficher_texte_icones' => 'Show icons and text', |
|
| 498 | + 'lien_afficher_texte_seul' => 'Show only text', |
|
| 499 | + 'lien_aller_a_la_derniere_page' => 'Go to the last page', |
|
| 500 | + 'lien_aller_a_la_page_nb' => 'Go to page @nb@', |
|
| 501 | + 'lien_aller_a_la_page_precedente' => 'Go to the previous page', |
|
| 502 | + 'lien_aller_a_la_page_suivante' => 'Go to the next page', |
|
| 503 | + 'lien_aller_a_la_premiere_page' => 'Go to the first page', |
|
| 504 | + 'lien_liberer' => 'release', |
|
| 505 | + 'lien_liberer_tous' => 'Release all', |
|
| 506 | + 'lien_nouvea_pense_bete' => 'NEW MEMO', |
|
| 507 | + 'lien_nouveau_message' => 'NEW MESSAGE', |
|
| 508 | + 'lien_nouvelle_annonce' => 'NEW ANNOUNCEMENT', |
|
| 509 | + 'lien_petitions' => 'PETITION', |
|
| 510 | + 'lien_popularite' => 'popularity: @popularite@%', |
|
| 511 | + 'lien_racine_site' => 'SITE ROOT', |
|
| 512 | + 'lien_reessayer' => 'try again', |
|
| 513 | + 'lien_repondre_message' => 'Reply to this message', |
|
| 514 | + 'lien_supprimer' => 'delete', |
|
| 515 | + 'lien_tout_afficher' => 'Show all', |
|
| 516 | + 'lien_visite_site' => 'visit this site', |
|
| 517 | + 'lien_visites' => '@visites@ visits', |
|
| 518 | + 'lien_voir_auteur' => 'Check this author', |
|
| 519 | + 'ligne' => 'Line', |
|
| 520 | + 'login' => 'Connection', |
|
| 521 | + 'login_acces_prive' => 'access to the private area', |
|
| 522 | + 'login_autre_identifiant' => 'use a different ID', |
|
| 523 | + 'login_cookie_accepte' => 'Please configure your browser to accept them for this site.', |
|
| 524 | + 'login_cookie_oblige' => 'For secure identification, your browser must accept cookies.', |
|
| 525 | + 'login_deconnexion_ok' => 'Logged out.', |
|
| 526 | + 'login_erreur_pass' => 'Wrong password.', |
|
| 527 | + 'login_espace_prive' => 'private area', |
|
| 528 | + 'login_identifiant_inconnu' => 'The identifier "@login@" is unknown.', |
|
| 529 | + 'login_login' => 'Login:', |
|
| 530 | + 'login_login2' => 'Login or e-mail address:', |
|
| 531 | + 'login_login_pass_incorrect' => '(Wrong login or password).', |
|
| 532 | + 'login_motpasseoublie' => 'password forgotten?', |
|
| 533 | + 'login_non_securise' => 'Caution, this form is not secure. |
|
| 534 | 534 | If you do not want your password to be open to |
| 535 | 535 | interception on the network, please activate Javascript |
| 536 | 536 | in your browser and', |
| 537 | - 'login_nouvelle_tentative' => 'New attempt', |
|
| 538 | - 'login_par_ici' => 'You are registered... this way...', |
|
| 539 | - 'login_pass2' => 'Password:', |
|
| 540 | - 'login_preferez_refuser' => '<b>If you prefer to refuse cookies</b>, there is another, less secure, method of connection available:', |
|
| 541 | - 'login_recharger' => 'reload this page', |
|
| 542 | - 'login_rester_identifie' => 'Remember me', |
|
| 543 | - 'login_retour_public' => 'Back to the public site', |
|
| 544 | - 'login_retour_site' => 'Back to the public site', |
|
| 545 | - 'login_retoursitepublic' => 'back to the public site', |
|
| 546 | - 'login_sans_cookie' => 'Identification without cookie', |
|
| 547 | - 'login_securise' => 'Secure login', |
|
| 548 | - 'login_sinscrire' => 'Sign up', |
|
| 549 | - 'login_test_navigateur' => 'testing browser/reconnection', |
|
| 550 | - 'login_verifiez_navigateur' => '(However, check that your browser did not memorise your password...)', |
|
| 537 | + 'login_nouvelle_tentative' => 'New attempt', |
|
| 538 | + 'login_par_ici' => 'You are registered... this way...', |
|
| 539 | + 'login_pass2' => 'Password:', |
|
| 540 | + 'login_preferez_refuser' => '<b>If you prefer to refuse cookies</b>, there is another, less secure, method of connection available:', |
|
| 541 | + 'login_recharger' => 'reload this page', |
|
| 542 | + 'login_rester_identifie' => 'Remember me', |
|
| 543 | + 'login_retour_public' => 'Back to the public site', |
|
| 544 | + 'login_retour_site' => 'Back to the public site', |
|
| 545 | + 'login_retoursitepublic' => 'back to the public site', |
|
| 546 | + 'login_sans_cookie' => 'Identification without cookie', |
|
| 547 | + 'login_securise' => 'Secure login', |
|
| 548 | + 'login_sinscrire' => 'Sign up', |
|
| 549 | + 'login_test_navigateur' => 'testing browser/reconnection', |
|
| 550 | + 'login_verifiez_navigateur' => '(However, check that your browser did not memorise your password...)', |
|
| 551 | 551 | |
| 552 | - // M |
|
| 553 | - 'masquer_colonne' => 'Hide this column', |
|
| 554 | - 'masquer_trad' => 'hide translations', |
|
| 555 | - 'message_nouveaux_identifiants_echec' => 'New identifiers could not be created.', |
|
| 556 | - 'message_nouveaux_identifiants_echec_envoi' => 'The new connection identifiers could not be sent.', |
|
| 557 | - 'message_nouveaux_identifiants_ok' => 'The new connection identifiers were sent to @email@.', |
|
| 558 | - 'module_fichiers_langues' => 'Language files', |
|
| 552 | + // M |
|
| 553 | + 'masquer_colonne' => 'Hide this column', |
|
| 554 | + 'masquer_trad' => 'hide translations', |
|
| 555 | + 'message_nouveaux_identifiants_echec' => 'New identifiers could not be created.', |
|
| 556 | + 'message_nouveaux_identifiants_echec_envoi' => 'The new connection identifiers could not be sent.', |
|
| 557 | + 'message_nouveaux_identifiants_ok' => 'The new connection identifiers were sent to @email@.', |
|
| 558 | + 'module_fichiers_langues' => 'Language files', |
|
| 559 | 559 | |
| 560 | - // N |
|
| 561 | - 'navigateur_pas_redirige' => 'If you are not automatically redirected, click here to continue.', |
|
| 562 | - 'numero' => 'Number', |
|
| 560 | + // N |
|
| 561 | + 'navigateur_pas_redirige' => 'If you are not automatically redirected, click here to continue.', |
|
| 562 | + 'numero' => 'Number', |
|
| 563 | 563 | |
| 564 | - // O |
|
| 565 | - 'occurence' => 'Instance', |
|
| 566 | - 'onglet_affacer_base' => 'Delete the database', |
|
| 567 | - 'onglet_auteur' => 'The author', |
|
| 568 | - 'onglet_contenu_site' => 'Site content', |
|
| 569 | - 'onglet_evolution_visite_mod' => 'Trend in visits', |
|
| 570 | - 'onglet_fonctions_avances' => 'Advanced functions', |
|
| 571 | - 'onglet_informations_personnelles' => 'Personal Information', |
|
| 572 | - 'onglet_interactivite' => 'Interactivity', |
|
| 573 | - 'onglet_messagerie' => 'Messaging', |
|
| 574 | - 'onglet_repartition_rubrique' => 'Distribution by section', |
|
| 575 | - 'onglet_save_restaur_base' => 'Backup/restore the database', |
|
| 576 | - 'onglet_vider_cache' => 'Empty the cache', |
|
| 564 | + // O |
|
| 565 | + 'occurence' => 'Instance', |
|
| 566 | + 'onglet_affacer_base' => 'Delete the database', |
|
| 567 | + 'onglet_auteur' => 'The author', |
|
| 568 | + 'onglet_contenu_site' => 'Site content', |
|
| 569 | + 'onglet_evolution_visite_mod' => 'Trend in visits', |
|
| 570 | + 'onglet_fonctions_avances' => 'Advanced functions', |
|
| 571 | + 'onglet_informations_personnelles' => 'Personal Information', |
|
| 572 | + 'onglet_interactivite' => 'Interactivity', |
|
| 573 | + 'onglet_messagerie' => 'Messaging', |
|
| 574 | + 'onglet_repartition_rubrique' => 'Distribution by section', |
|
| 575 | + 'onglet_save_restaur_base' => 'Backup/restore the database', |
|
| 576 | + 'onglet_vider_cache' => 'Empty the cache', |
|
| 577 | 577 | |
| 578 | - // P |
|
| 579 | - 'pass_choix_pass' => 'Please choose a new password:', |
|
| 580 | - 'pass_erreur' => 'Error', |
|
| 581 | - 'pass_erreur_acces_refuse' => '<b>Error:</b> you no longer have access to this site.', |
|
| 582 | - 'pass_erreur_code_inconnu' => '<b>Error:</b> this code does not match any visitors with access permission to this site.', |
|
| 583 | - 'pass_erreur_non_enregistre' => '<b>Error :</b> the address <tt>@email_oubli@</tt> is not registered on this site.', |
|
| 584 | - 'pass_erreur_non_valide' => '<b>Error :</b> the e-mail <tt>@email_oubli@</tt> is not valid!', |
|
| 585 | - 'pass_erreur_probleme_technique' => '<b>Error :</b> this e-mail could not be sent due to a technical problem.', |
|
| 586 | - 'pass_espace_prive_bla' => 'The private area of this site is open to |
|
| 578 | + // P |
|
| 579 | + 'pass_choix_pass' => 'Please choose a new password:', |
|
| 580 | + 'pass_erreur' => 'Error', |
|
| 581 | + 'pass_erreur_acces_refuse' => '<b>Error:</b> you no longer have access to this site.', |
|
| 582 | + 'pass_erreur_code_inconnu' => '<b>Error:</b> this code does not match any visitors with access permission to this site.', |
|
| 583 | + 'pass_erreur_non_enregistre' => '<b>Error :</b> the address <tt>@email_oubli@</tt> is not registered on this site.', |
|
| 584 | + 'pass_erreur_non_valide' => '<b>Error :</b> the e-mail <tt>@email_oubli@</tt> is not valid!', |
|
| 585 | + 'pass_erreur_probleme_technique' => '<b>Error :</b> this e-mail could not be sent due to a technical problem.', |
|
| 586 | + 'pass_espace_prive_bla' => 'The private area of this site is open to |
|
| 587 | 587 | visitors after registration. Once you have registered, |
| 588 | 588 | you can review the articles in progress, |
| 589 | 589 | submit articles and participate in forums.', |
| 590 | - 'pass_forum_bla' => 'You have requested to take part in a forum |
|
| 590 | + 'pass_forum_bla' => 'You have requested to take part in a forum |
|
| 591 | 591 | reserved for registered visitors.', |
| 592 | - 'pass_indiquez_cidessous' => 'Enter the email address with which you |
|
| 592 | + 'pass_indiquez_cidessous' => 'Enter the email address with which you |
|
| 593 | 593 | registered. You |
| 594 | 594 | will receive an email explaining how you |
| 595 | 595 | can retrieve your password.', |
| 596 | - 'pass_mail_passcookie' => '(this is an automated message) |
|
| 596 | + 'pass_mail_passcookie' => '(this is an automated message) |
|
| 597 | 597 | |
| 598 | 598 | To recover your access to the site |
| 599 | 599 | @nom_site_spip@ (@adresse_site@) |
@@ -604,150 +604,150 @@ discard block |
||
| 604 | 604 | You can then enter a new password |
| 605 | 605 | and log in to the site. |
| 606 | 606 | ', |
| 607 | - 'pass_mot_oublie' => 'Password forgotten', |
|
| 608 | - 'pass_nouveau_enregistre' => 'Your new password has been recorded.', |
|
| 609 | - 'pass_nouveau_pass' => 'New password', |
|
| 610 | - 'pass_ok' => 'OK', |
|
| 611 | - 'pass_oubli_mot' => 'Forgotten password', |
|
| 612 | - 'pass_procedure_changer' => 'In order to change your password, we have to check your identity first. Please enter the e-mail address associated with this account.', |
|
| 613 | - 'pass_quitter_fenetre' => 'Close this window', |
|
| 614 | - 'pass_rappel_login' => 'Reminder: your identifier (login) is "@login@".', |
|
| 615 | - 'pass_recevoir_mail' => 'A link to reset your password has been sent to your email address (if it is valid).', |
|
| 616 | - 'pass_retour_public' => 'Back to the public site', |
|
| 617 | - 'pass_rien_a_faire_ici' => 'Nothing to do here.', |
|
| 618 | - 'pass_vousinscrire' => 'Registering with the site', |
|
| 619 | - 'precedent' => 'previous', |
|
| 620 | - 'previsualisation' => 'Preview', |
|
| 621 | - 'previsualiser' => 'Show preview', |
|
| 607 | + 'pass_mot_oublie' => 'Password forgotten', |
|
| 608 | + 'pass_nouveau_enregistre' => 'Your new password has been recorded.', |
|
| 609 | + 'pass_nouveau_pass' => 'New password', |
|
| 610 | + 'pass_ok' => 'OK', |
|
| 611 | + 'pass_oubli_mot' => 'Forgotten password', |
|
| 612 | + 'pass_procedure_changer' => 'In order to change your password, we have to check your identity first. Please enter the e-mail address associated with this account.', |
|
| 613 | + 'pass_quitter_fenetre' => 'Close this window', |
|
| 614 | + 'pass_rappel_login' => 'Reminder: your identifier (login) is "@login@".', |
|
| 615 | + 'pass_recevoir_mail' => 'A link to reset your password has been sent to your email address (if it is valid).', |
|
| 616 | + 'pass_retour_public' => 'Back to the public site', |
|
| 617 | + 'pass_rien_a_faire_ici' => 'Nothing to do here.', |
|
| 618 | + 'pass_vousinscrire' => 'Registering with the site', |
|
| 619 | + 'precedent' => 'previous', |
|
| 620 | + 'previsualisation' => 'Preview', |
|
| 621 | + 'previsualiser' => 'Show preview', |
|
| 622 | 622 | |
| 623 | - // R |
|
| 624 | - 'retour' => 'Back', |
|
| 623 | + // R |
|
| 624 | + 'retour' => 'Back', |
|
| 625 | 625 | |
| 626 | - // S |
|
| 627 | - 'spip_conforme_dtd' => 'SPIP finds this page to be in compliance with its DOCTYPE:', |
|
| 628 | - 'squelette' => 'template', |
|
| 629 | - 'squelette_inclus_ligne' => 'included template, line', |
|
| 630 | - 'squelette_ligne' => 'template, line', |
|
| 631 | - 'stats_visites_et_popularite' => '@visites@ visits; popularity: @popularite@', |
|
| 632 | - 'suivant' => 'next', |
|
| 626 | + // S |
|
| 627 | + 'spip_conforme_dtd' => 'SPIP finds this page to be in compliance with its DOCTYPE:', |
|
| 628 | + 'squelette' => 'template', |
|
| 629 | + 'squelette_inclus_ligne' => 'included template, line', |
|
| 630 | + 'squelette_ligne' => 'template, line', |
|
| 631 | + 'stats_visites_et_popularite' => '@visites@ visits; popularity: @popularite@', |
|
| 632 | + 'suivant' => 'next', |
|
| 633 | 633 | |
| 634 | - // T |
|
| 635 | - 'taille_go' => '@taille@ Gb', |
|
| 636 | - 'taille_go_bi' => '@taille@ GiB', |
|
| 637 | - 'taille_ko' => '@taille@ kb', |
|
| 638 | - 'taille_ko_bi' => '@taille@ KiB', |
|
| 639 | - 'taille_mo' => '@taille@ Mb', |
|
| 640 | - 'taille_mo_bi' => '@taille@ MiB', |
|
| 641 | - 'taille_octets' => '@taille@ bytes', |
|
| 642 | - 'taille_octets_bi' => '@taille@ bytes', |
|
| 643 | - 'texte_actualite_site_1' => 'When you are more familiar with the interface, click on "', |
|
| 644 | - 'texte_actualite_site_2' => 'full interface', |
|
| 645 | - 'texte_actualite_site_3' => '" to make more features available.', |
|
| 646 | - 'texte_creation_automatique_vignette' => 'Automatic creation of preview vignettes is enabled. If you use this form to install, images in the format(s) @gd_formats@, they will be coupled with a vignette whose maximum size is @taille_preview@ pixels.', |
|
| 647 | - 'texte_documents_associes' => 'The following documents are associated with the article,, |
|
| 634 | + // T |
|
| 635 | + 'taille_go' => '@taille@ Gb', |
|
| 636 | + 'taille_go_bi' => '@taille@ GiB', |
|
| 637 | + 'taille_ko' => '@taille@ kb', |
|
| 638 | + 'taille_ko_bi' => '@taille@ KiB', |
|
| 639 | + 'taille_mo' => '@taille@ Mb', |
|
| 640 | + 'taille_mo_bi' => '@taille@ MiB', |
|
| 641 | + 'taille_octets' => '@taille@ bytes', |
|
| 642 | + 'taille_octets_bi' => '@taille@ bytes', |
|
| 643 | + 'texte_actualite_site_1' => 'When you are more familiar with the interface, click on "', |
|
| 644 | + 'texte_actualite_site_2' => 'full interface', |
|
| 645 | + 'texte_actualite_site_3' => '" to make more features available.', |
|
| 646 | + 'texte_creation_automatique_vignette' => 'Automatic creation of preview vignettes is enabled. If you use this form to install, images in the format(s) @gd_formats@, they will be coupled with a vignette whose maximum size is @taille_preview@ pixels.', |
|
| 647 | + 'texte_documents_associes' => 'The following documents are associated with the article,, |
|
| 648 | 648 | but they were not directly |
| 649 | 649 | inserted. Depending on the layout of the public site, |
| 650 | 650 | they may appear as attached documents.', |
| 651 | - 'texte_erreur_mise_niveau_base' => 'Database error during the upgrade. |
|
| 651 | + 'texte_erreur_mise_niveau_base' => 'Database error during the upgrade. |
|
| 652 | 652 | The image <b>@fichier@</b> did not pass (article @id_article@).<p> |
| 653 | 653 | Note this reference carefully, try the upgrade procedure again, |
| 654 | 654 | and check afterwards that the images still appear |
| 655 | 655 | in the articles.', |
| 656 | - 'texte_erreur_visiteur' => 'You have tried to enter the private area using an unauthorised login.', |
|
| 657 | - 'texte_inc_auth_1' => 'You used the login |
|
| 656 | + 'texte_erreur_visiteur' => 'You have tried to enter the private area using an unauthorised login.', |
|
| 657 | + 'texte_inc_auth_1' => 'You used the login |
|
| 658 | 658 | <b>@auth_login@</b>, but it does not exist in the database. |
| 659 | 659 | Try to', |
| 660 | - 'texte_inc_auth_2' => 'reconnect', |
|
| 661 | - 'texte_inc_auth_3' => ', having quit and |
|
| 660 | + 'texte_inc_auth_2' => 'reconnect', |
|
| 661 | + 'texte_inc_auth_3' => ', having quit and |
|
| 662 | 662 | restarted your browser if necessary.', |
| 663 | - 'texte_inc_config' => 'Changes made to the options on these pages have a great effect on |
|
| 663 | + 'texte_inc_config' => 'Changes made to the options on these pages have a great effect on |
|
| 664 | 664 | the functioning of the site. You are advised not to make any changes unless you are |
| 665 | 665 | familiar with how SPIP works. <br /><br /><b>In |
| 666 | 666 | general, you are strongly advised |
| 667 | 667 | to let the main webmaster of the site deal with these pages.</b>', |
| 668 | - 'texte_inc_meta_1' => 'The system encountered an error when trying to write the file <code>@fichier@</code>. As a site administrator, please', |
|
| 669 | - 'texte_inc_meta_2' => 'verify write permissions', |
|
| 670 | - 'texte_inc_meta_3' => 'of the directory <code>@repertoire@</code>.', |
|
| 671 | - 'texte_statut_en_cours_redaction' => 'editing in progress', |
|
| 672 | - 'texte_statut_poubelle' => 'to the dustbin', |
|
| 673 | - 'texte_statut_propose_evaluation' => 'submitted for evaluation', |
|
| 674 | - 'texte_statut_publie' => 'published online', |
|
| 675 | - 'texte_statut_refuse' => 'rejected', |
|
| 676 | - 'titre_ajouter_mot_cle' => 'ADD A KEYWORD:', |
|
| 677 | - 'titre_cadre_raccourcis' => 'SHORTCUTS:', |
|
| 678 | - 'titre_changer_couleur_interface' => 'Changing interface colour', |
|
| 679 | - 'titre_image_admin_article' => 'You can administrate this article', |
|
| 680 | - 'titre_image_administrateur' => 'Administrator', |
|
| 681 | - 'titre_image_aide' => 'Help on this item', |
|
| 682 | - 'titre_image_auteur_supprime' => 'Author deleted', |
|
| 683 | - 'titre_image_redacteur' => 'Editor without access', |
|
| 684 | - 'titre_image_redacteur_02' => 'Editor', |
|
| 685 | - 'titre_image_selecteur' => 'Display list', |
|
| 686 | - 'titre_image_visiteur' => 'Visitor', |
|
| 687 | - 'titre_joindre_document' => 'ATTACH A DOCUMENT', |
|
| 688 | - 'titre_mots_cles' => 'KEYWORDS', |
|
| 689 | - 'titre_probleme_technique' => 'Warning: a technical problem (SQL server) is preventing access to this part of the site. Thank you for your patience.', |
|
| 690 | - 'titre_publier_document' => 'PUBLISH A DOCUMENT IN THIS SECTION', |
|
| 691 | - 'titre_signatures_attente' => 'Signatures awaiting validation', |
|
| 692 | - 'titre_signatures_confirmees' => 'Signatures confirmed', |
|
| 693 | - 'titre_statistiques' => 'Site statistics', |
|
| 694 | - 'titre_titre_document' => 'Document title:', |
|
| 695 | - 'todo' => 'to come', |
|
| 696 | - 'trad_definir_reference' => 'Choose "@titre@" as a reference for translations', |
|
| 697 | - 'trad_reference' => '(reference for translations)', |
|
| 668 | + 'texte_inc_meta_1' => 'The system encountered an error when trying to write the file <code>@fichier@</code>. As a site administrator, please', |
|
| 669 | + 'texte_inc_meta_2' => 'verify write permissions', |
|
| 670 | + 'texte_inc_meta_3' => 'of the directory <code>@repertoire@</code>.', |
|
| 671 | + 'texte_statut_en_cours_redaction' => 'editing in progress', |
|
| 672 | + 'texte_statut_poubelle' => 'to the dustbin', |
|
| 673 | + 'texte_statut_propose_evaluation' => 'submitted for evaluation', |
|
| 674 | + 'texte_statut_publie' => 'published online', |
|
| 675 | + 'texte_statut_refuse' => 'rejected', |
|
| 676 | + 'titre_ajouter_mot_cle' => 'ADD A KEYWORD:', |
|
| 677 | + 'titre_cadre_raccourcis' => 'SHORTCUTS:', |
|
| 678 | + 'titre_changer_couleur_interface' => 'Changing interface colour', |
|
| 679 | + 'titre_image_admin_article' => 'You can administrate this article', |
|
| 680 | + 'titre_image_administrateur' => 'Administrator', |
|
| 681 | + 'titre_image_aide' => 'Help on this item', |
|
| 682 | + 'titre_image_auteur_supprime' => 'Author deleted', |
|
| 683 | + 'titre_image_redacteur' => 'Editor without access', |
|
| 684 | + 'titre_image_redacteur_02' => 'Editor', |
|
| 685 | + 'titre_image_selecteur' => 'Display list', |
|
| 686 | + 'titre_image_visiteur' => 'Visitor', |
|
| 687 | + 'titre_joindre_document' => 'ATTACH A DOCUMENT', |
|
| 688 | + 'titre_mots_cles' => 'KEYWORDS', |
|
| 689 | + 'titre_probleme_technique' => 'Warning: a technical problem (SQL server) is preventing access to this part of the site. Thank you for your patience.', |
|
| 690 | + 'titre_publier_document' => 'PUBLISH A DOCUMENT IN THIS SECTION', |
|
| 691 | + 'titre_signatures_attente' => 'Signatures awaiting validation', |
|
| 692 | + 'titre_signatures_confirmees' => 'Signatures confirmed', |
|
| 693 | + 'titre_statistiques' => 'Site statistics', |
|
| 694 | + 'titre_titre_document' => 'Document title:', |
|
| 695 | + 'todo' => 'to come', |
|
| 696 | + 'trad_definir_reference' => 'Choose "@titre@" as a reference for translations', |
|
| 697 | + 'trad_reference' => '(reference for translations)', |
|
| 698 | 698 | |
| 699 | - // U |
|
| 700 | - 'upload_limit' => 'This file is too big for the server: the maximum size allowed for <i>upload</i> is @max@.', |
|
| 699 | + // U |
|
| 700 | + 'upload_limit' => 'This file is too big for the server: the maximum size allowed for <i>upload</i> is @max@.', |
|
| 701 | 701 | |
| 702 | - // Z |
|
| 703 | - 'zbug_balise_b_aval' => ': B tag too late in loop', |
|
| 704 | - 'zbug_balise_inexistante' => 'Tag @balise@ wrongly declared for @from@', |
|
| 705 | - 'zbug_balise_sans_argument' => 'Missing argument in the @balise@ tag', |
|
| 706 | - 'zbug_boucle' => 'loop', |
|
| 707 | - 'zbug_boucle_recursive_undef' => 'undefined recursive loop: @nom@', |
|
| 708 | - 'zbug_calcul' => 'calculation', |
|
| 709 | - 'zbug_champ_hors_boucle' => 'Field @champ@ outside loop', |
|
| 710 | - 'zbug_champ_hors_critere' => 'Field @champ@ outside criterion @critere@', |
|
| 711 | - 'zbug_champ_hors_motif' => 'Field @champ@ outside context @motif@', |
|
| 712 | - 'zbug_code' => 'code', |
|
| 713 | - 'zbug_critere_inconnu' => 'Unknown criterion @critere@', |
|
| 714 | - 'zbug_critere_sur_table_sans_cle_primaire' => '{@critere@} on a table without atomic primary key', |
|
| 715 | - 'zbug_distant_interdit' => 'External data forbidden', |
|
| 716 | - 'zbug_doublon_table_sans_cle_primaire' => 'Duplicate entries on a table which does not have a simple primary key', |
|
| 717 | - 'zbug_doublon_table_sans_index' => 'Duplicate entries on a table without an index', |
|
| 718 | - 'zbug_erreur_boucle_double' => 'Loop @id@: double definition', |
|
| 719 | - 'zbug_erreur_boucle_fermant' => 'Loop @id@: missing closing tag', |
|
| 720 | - 'zbug_erreur_boucle_syntaxe' => 'Syntax error in loop (BOUCLE)', |
|
| 721 | - 'zbug_erreur_compilation' => 'Compilation error', |
|
| 722 | - 'zbug_erreur_execution_page' => 'Execution error', |
|
| 723 | - 'zbug_erreur_filtre' => 'Undefined filter @filtre@', |
|
| 724 | - 'zbug_erreur_filtre_nbarg_min' => '@filtre@ filter: @nb@ argument(s) missing', |
|
| 725 | - 'zbug_erreur_meme_parent' => '{meme_parent} only applies to loops (FORUMS) and (RUBRIQUES)', |
|
| 726 | - 'zbug_erreur_squelette' => 'Error(s) in template', |
|
| 727 | - 'zbug_hors_compilation' => 'Uncompiled', |
|
| 728 | - 'zbug_info_erreur_squelette' => 'Error in the site', |
|
| 729 | - 'zbug_inversion_ordre_inexistant' => 'Reversion of non-existent order', |
|
| 730 | - 'zbug_pagination_sans_critere' => '#PAGINATION tag without {pagination} criterion, or used in a recursive loop', |
|
| 731 | - 'zbug_parametres_inclus_incorrects' => 'Wrong inclusion parameter: @param@', |
|
| 732 | - 'zbug_profile' => 'Calculation time: @time@', |
|
| 733 | - 'zbug_resultat' => 'result', |
|
| 734 | - 'zbug_serveur_indefini' => 'Undefined SQL server', |
|
| 735 | - 'zbug_statistiques' => 'SQL query statistics in order of duration', |
|
| 736 | - 'zbug_table_inconnue' => 'Unknown SQL table "@table@"', |
|
| 737 | - 'zxml_connus_attributs' => 'known attributes', |
|
| 738 | - 'zxml_de' => 'from', |
|
| 739 | - 'zxml_inconnu_attribut' => 'unknown attribute', |
|
| 740 | - 'zxml_inconnu_balise' => 'unknown tag', |
|
| 741 | - 'zxml_inconnu_entite' => 'unknown entity', |
|
| 742 | - 'zxml_inconnu_id' => 'unknown ID', |
|
| 743 | - 'zxml_mais_de' => 'but from', |
|
| 744 | - 'zxml_non_conforme' => 'not true to the principle', |
|
| 745 | - 'zxml_non_fils' => 'is not a child of', |
|
| 746 | - 'zxml_nonvide_balise' => 'tag not empty', |
|
| 747 | - 'zxml_obligatoire_attribut' => 'required attribute absent in', |
|
| 748 | - 'zxml_succession_fils_incorrecte' => 'incorrect child inheritance', |
|
| 749 | - 'zxml_survoler' => 'to see the correct ones, hover with the cursor', |
|
| 750 | - 'zxml_valeur_attribut' => 'attribute value', |
|
| 751 | - 'zxml_vide_balise' => 'empty tag', |
|
| 752 | - 'zxml_vu' => 'seen before' |
|
| 702 | + // Z |
|
| 703 | + 'zbug_balise_b_aval' => ': B tag too late in loop', |
|
| 704 | + 'zbug_balise_inexistante' => 'Tag @balise@ wrongly declared for @from@', |
|
| 705 | + 'zbug_balise_sans_argument' => 'Missing argument in the @balise@ tag', |
|
| 706 | + 'zbug_boucle' => 'loop', |
|
| 707 | + 'zbug_boucle_recursive_undef' => 'undefined recursive loop: @nom@', |
|
| 708 | + 'zbug_calcul' => 'calculation', |
|
| 709 | + 'zbug_champ_hors_boucle' => 'Field @champ@ outside loop', |
|
| 710 | + 'zbug_champ_hors_critere' => 'Field @champ@ outside criterion @critere@', |
|
| 711 | + 'zbug_champ_hors_motif' => 'Field @champ@ outside context @motif@', |
|
| 712 | + 'zbug_code' => 'code', |
|
| 713 | + 'zbug_critere_inconnu' => 'Unknown criterion @critere@', |
|
| 714 | + 'zbug_critere_sur_table_sans_cle_primaire' => '{@critere@} on a table without atomic primary key', |
|
| 715 | + 'zbug_distant_interdit' => 'External data forbidden', |
|
| 716 | + 'zbug_doublon_table_sans_cle_primaire' => 'Duplicate entries on a table which does not have a simple primary key', |
|
| 717 | + 'zbug_doublon_table_sans_index' => 'Duplicate entries on a table without an index', |
|
| 718 | + 'zbug_erreur_boucle_double' => 'Loop @id@: double definition', |
|
| 719 | + 'zbug_erreur_boucle_fermant' => 'Loop @id@: missing closing tag', |
|
| 720 | + 'zbug_erreur_boucle_syntaxe' => 'Syntax error in loop (BOUCLE)', |
|
| 721 | + 'zbug_erreur_compilation' => 'Compilation error', |
|
| 722 | + 'zbug_erreur_execution_page' => 'Execution error', |
|
| 723 | + 'zbug_erreur_filtre' => 'Undefined filter @filtre@', |
|
| 724 | + 'zbug_erreur_filtre_nbarg_min' => '@filtre@ filter: @nb@ argument(s) missing', |
|
| 725 | + 'zbug_erreur_meme_parent' => '{meme_parent} only applies to loops (FORUMS) and (RUBRIQUES)', |
|
| 726 | + 'zbug_erreur_squelette' => 'Error(s) in template', |
|
| 727 | + 'zbug_hors_compilation' => 'Uncompiled', |
|
| 728 | + 'zbug_info_erreur_squelette' => 'Error in the site', |
|
| 729 | + 'zbug_inversion_ordre_inexistant' => 'Reversion of non-existent order', |
|
| 730 | + 'zbug_pagination_sans_critere' => '#PAGINATION tag without {pagination} criterion, or used in a recursive loop', |
|
| 731 | + 'zbug_parametres_inclus_incorrects' => 'Wrong inclusion parameter: @param@', |
|
| 732 | + 'zbug_profile' => 'Calculation time: @time@', |
|
| 733 | + 'zbug_resultat' => 'result', |
|
| 734 | + 'zbug_serveur_indefini' => 'Undefined SQL server', |
|
| 735 | + 'zbug_statistiques' => 'SQL query statistics in order of duration', |
|
| 736 | + 'zbug_table_inconnue' => 'Unknown SQL table "@table@"', |
|
| 737 | + 'zxml_connus_attributs' => 'known attributes', |
|
| 738 | + 'zxml_de' => 'from', |
|
| 739 | + 'zxml_inconnu_attribut' => 'unknown attribute', |
|
| 740 | + 'zxml_inconnu_balise' => 'unknown tag', |
|
| 741 | + 'zxml_inconnu_entite' => 'unknown entity', |
|
| 742 | + 'zxml_inconnu_id' => 'unknown ID', |
|
| 743 | + 'zxml_mais_de' => 'but from', |
|
| 744 | + 'zxml_non_conforme' => 'not true to the principle', |
|
| 745 | + 'zxml_non_fils' => 'is not a child of', |
|
| 746 | + 'zxml_nonvide_balise' => 'tag not empty', |
|
| 747 | + 'zxml_obligatoire_attribut' => 'required attribute absent in', |
|
| 748 | + 'zxml_succession_fils_incorrecte' => 'incorrect child inheritance', |
|
| 749 | + 'zxml_survoler' => 'to see the correct ones, hover with the cursor', |
|
| 750 | + 'zxml_valeur_attribut' => 'attribute value', |
|
| 751 | + 'zxml_vide_balise' => 'empty tag', |
|
| 752 | + 'zxml_vu' => 'seen before' |
|
| 753 | 753 | ); |
@@ -4,246 +4,246 @@ discard block |
||
| 4 | 4 | // ** ne pas modifier le fichier ** |
| 5 | 5 | |
| 6 | 6 | if (!defined('_ECRIRE_INC_VERSION')) { |
| 7 | - return; |
|
| 7 | + return; |
|
| 8 | 8 | } |
| 9 | 9 | |
| 10 | 10 | $GLOBALS[$GLOBALS['idx_lang']] = array( |
| 11 | 11 | |
| 12 | - // A |
|
| 13 | - 'access_interface_graphique' => 'عودة إلى الواجهة الرسومية الكاملة', |
|
| 14 | - 'access_mode_texte' => 'عرض الواجهة النصية المبسّطة', |
|
| 15 | - 'admin_debug' => 'اكتشاف الأخطاء', |
|
| 16 | - 'admin_modifier_article' => 'تعديل هذا المقال', |
|
| 17 | - 'admin_modifier_auteur' => 'تغيير هذا المؤلف', |
|
| 18 | - 'admin_modifier_breve' => 'تعديل هذا الخبر', |
|
| 19 | - 'admin_modifier_mot' => 'تغيير هذا المفتاح', |
|
| 20 | - 'admin_modifier_rubrique' => 'تعديل هذا القسم', |
|
| 21 | - 'admin_recalculer' => 'إعادة تحديث هذه الصفحة', |
|
| 22 | - 'afficher_calendrier' => 'عرض الروزنامة', |
|
| 23 | - 'afficher_trad' => 'عرض الترجمات', |
|
| 24 | - 'alerte_maj_impossible' => '<b>تحذير!</b> ترقية قاعدة SQL إلى الإصدار @version@ متعذر. قد يكون السبب مشكلة في حقل التعديل. الرجاء الاتصال بمضيف موقعك.', |
|
| 25 | - 'alerte_modif_info_concourante' => 'تحذير:هذه المعلومة عُدلت في مكان آخر. القيمة الحالية هي:', |
|
| 26 | - 'analyse_xml' => 'تحليل XML', |
|
| 27 | - 'annuler' => 'إلغاء', |
|
| 28 | - 'antispam_champ_vide' => 'الرجاء الإبقاء على هذا الحقل فارغاً:', |
|
| 29 | - 'articles_recents' => 'أحدث المقالات', |
|
| 30 | - 'attention_champ_mini_nb_caractères' => 'تنبيه! @nb@ حروف على الأقل', |
|
| 31 | - 'avis_1_erreur_saisie' => 'هناك خطأ في إدخالك، الرجاء التدقيق في المعلومات.', |
|
| 32 | - 'avis_archive_incorrect' => 'ملف الأرشيف ليس ملف SPIP', |
|
| 33 | - 'avis_archive_invalide' => 'ملف الأرشيف غير صالح', |
|
| 34 | - 'avis_attention' => 'تحذير!', |
|
| 35 | - 'avis_champ_incorrect_type_objet' => 'إسم حقل @name@ غير صالح لنوع العنصر @type@', |
|
| 36 | - 'avis_colonne_inexistante' => 'العمود @col@ غير موجود', |
|
| 37 | - 'avis_erreur' => 'خطأ: انظر أدناه', |
|
| 38 | - 'avis_erreur_connexion' => 'خطأ اتصال', |
|
| 39 | - 'avis_erreur_cookie' => 'مشكلة في الكعكة', |
|
| 40 | - 'avis_erreur_fonction_contexte' => 'خطأ برمجة. لا يجب المناداة على هذه الوظيفة في هذا السياق.', |
|
| 41 | - 'avis_erreur_mysql' => 'خطأ SQL ', |
|
| 42 | - 'avis_erreur_sauvegarde' => 'خطأ في النسخة الاحتياطية (@type@ @id_objet@)!', |
|
| 43 | - 'avis_erreur_visiteur' => 'هناك مشكلة في الدخول إلى المجال الخاص', |
|
| 44 | - 'avis_nb_erreurs_saisie' => 'هناك @nb@ خطأ في إدخالك، الرجاء التدقيق في المعلومات.', |
|
| 12 | + // A |
|
| 13 | + 'access_interface_graphique' => 'عودة إلى الواجهة الرسومية الكاملة', |
|
| 14 | + 'access_mode_texte' => 'عرض الواجهة النصية المبسّطة', |
|
| 15 | + 'admin_debug' => 'اكتشاف الأخطاء', |
|
| 16 | + 'admin_modifier_article' => 'تعديل هذا المقال', |
|
| 17 | + 'admin_modifier_auteur' => 'تغيير هذا المؤلف', |
|
| 18 | + 'admin_modifier_breve' => 'تعديل هذا الخبر', |
|
| 19 | + 'admin_modifier_mot' => 'تغيير هذا المفتاح', |
|
| 20 | + 'admin_modifier_rubrique' => 'تعديل هذا القسم', |
|
| 21 | + 'admin_recalculer' => 'إعادة تحديث هذه الصفحة', |
|
| 22 | + 'afficher_calendrier' => 'عرض الروزنامة', |
|
| 23 | + 'afficher_trad' => 'عرض الترجمات', |
|
| 24 | + 'alerte_maj_impossible' => '<b>تحذير!</b> ترقية قاعدة SQL إلى الإصدار @version@ متعذر. قد يكون السبب مشكلة في حقل التعديل. الرجاء الاتصال بمضيف موقعك.', |
|
| 25 | + 'alerte_modif_info_concourante' => 'تحذير:هذه المعلومة عُدلت في مكان آخر. القيمة الحالية هي:', |
|
| 26 | + 'analyse_xml' => 'تحليل XML', |
|
| 27 | + 'annuler' => 'إلغاء', |
|
| 28 | + 'antispam_champ_vide' => 'الرجاء الإبقاء على هذا الحقل فارغاً:', |
|
| 29 | + 'articles_recents' => 'أحدث المقالات', |
|
| 30 | + 'attention_champ_mini_nb_caractères' => 'تنبيه! @nb@ حروف على الأقل', |
|
| 31 | + 'avis_1_erreur_saisie' => 'هناك خطأ في إدخالك، الرجاء التدقيق في المعلومات.', |
|
| 32 | + 'avis_archive_incorrect' => 'ملف الأرشيف ليس ملف SPIP', |
|
| 33 | + 'avis_archive_invalide' => 'ملف الأرشيف غير صالح', |
|
| 34 | + 'avis_attention' => 'تحذير!', |
|
| 35 | + 'avis_champ_incorrect_type_objet' => 'إسم حقل @name@ غير صالح لنوع العنصر @type@', |
|
| 36 | + 'avis_colonne_inexistante' => 'العمود @col@ غير موجود', |
|
| 37 | + 'avis_erreur' => 'خطأ: انظر أدناه', |
|
| 38 | + 'avis_erreur_connexion' => 'خطأ اتصال', |
|
| 39 | + 'avis_erreur_cookie' => 'مشكلة في الكعكة', |
|
| 40 | + 'avis_erreur_fonction_contexte' => 'خطأ برمجة. لا يجب المناداة على هذه الوظيفة في هذا السياق.', |
|
| 41 | + 'avis_erreur_mysql' => 'خطأ SQL ', |
|
| 42 | + 'avis_erreur_sauvegarde' => 'خطأ في النسخة الاحتياطية (@type@ @id_objet@)!', |
|
| 43 | + 'avis_erreur_visiteur' => 'هناك مشكلة في الدخول إلى المجال الخاص', |
|
| 44 | + 'avis_nb_erreurs_saisie' => 'هناك @nb@ خطأ في إدخالك، الرجاء التدقيق في المعلومات.', |
|
| 45 | 45 | |
| 46 | - // B |
|
| 47 | - 'barre_a_accent_grave' => 'إدراج حرف A كبير مع نبر الإطالة', |
|
| 48 | - 'barre_aide' => 'استخدم شريط اختصارات الكتابة لإثراء تصميم صفحتك', |
|
| 49 | - 'barre_e_accent_aigu' => 'إدراج حرف E كبير مع نبر حاد', |
|
| 50 | - 'barre_eo' => 'إدراج E داخل O', |
|
| 51 | - 'barre_eo_maj' => 'إدراج E كبير داخل O كبير', |
|
| 52 | - 'barre_euro' => 'إدراج رمز €', |
|
| 53 | - 'barre_gras' => '{{غامق{{', |
|
| 54 | - 'barre_guillemets' => 'إحاطة «بعلامتي اقتباس مزدوجة»', |
|
| 55 | - 'barre_guillemets_simples' => 'وضع بين "علامتي اقتباس مزدوجة من المستوى الثاني"', |
|
| 56 | - 'barre_intertitre' => 'تحويل إلى {{{عنوان فقرة}}}', |
|
| 57 | - 'barre_italic' => '{مائل{', |
|
| 58 | - 'barre_lien' => 'تحويل إلى [وصلة هايبرتكست->http://...]', |
|
| 59 | - 'barre_lien_input' => 'الرجاء إدخال عنوان الوصلة (يمكنك إدخال عنوان نسيج على شكل http://www.mysite.com أو إدخال رقم مقال من الموقع الحالي فقط).', |
|
| 60 | - 'barre_note' => 'تحويل إلى [[حاشية]]', |
|
| 61 | - 'barre_paragraphe' => 'إنشاء فقرة', |
|
| 62 | - 'barre_quote' => '<quote>اقتباس رسالة</quote>', |
|
| 63 | - 'bouton_changer' => 'تغيير', |
|
| 64 | - 'bouton_chercher' => 'بحث', |
|
| 65 | - 'bouton_choisir' => 'تحديد', |
|
| 66 | - 'bouton_deplacer' => 'نقل', |
|
| 67 | - 'bouton_download' => 'تحميل', |
|
| 68 | - 'bouton_enregistrer' => 'إدخال', |
|
| 69 | - 'bouton_radio_desactiver_messagerie_interne' => 'إيقاف المراسلة الداخلية', |
|
| 70 | - 'bouton_radio_envoi_annonces' => 'إرسال إعلانات التحرير', |
|
| 71 | - 'bouton_radio_non_envoi_annonces' => 'عدم إرسال الإعلانات', |
|
| 72 | - 'bouton_radio_non_envoi_liste_nouveautes' => 'عدم إرسال قائمة بآخر الأخبار', |
|
| 73 | - 'bouton_recharger_page' => 'إعادة تحميل الصفحة', |
|
| 74 | - 'bouton_telecharger' => 'تحميل', |
|
| 75 | - 'bouton_upload' => 'تنزيل', |
|
| 76 | - 'bouton_valider' => 'إدخال', |
|
| 46 | + // B |
|
| 47 | + 'barre_a_accent_grave' => 'إدراج حرف A كبير مع نبر الإطالة', |
|
| 48 | + 'barre_aide' => 'استخدم شريط اختصارات الكتابة لإثراء تصميم صفحتك', |
|
| 49 | + 'barre_e_accent_aigu' => 'إدراج حرف E كبير مع نبر حاد', |
|
| 50 | + 'barre_eo' => 'إدراج E داخل O', |
|
| 51 | + 'barre_eo_maj' => 'إدراج E كبير داخل O كبير', |
|
| 52 | + 'barre_euro' => 'إدراج رمز €', |
|
| 53 | + 'barre_gras' => '{{غامق{{', |
|
| 54 | + 'barre_guillemets' => 'إحاطة «بعلامتي اقتباس مزدوجة»', |
|
| 55 | + 'barre_guillemets_simples' => 'وضع بين "علامتي اقتباس مزدوجة من المستوى الثاني"', |
|
| 56 | + 'barre_intertitre' => 'تحويل إلى {{{عنوان فقرة}}}', |
|
| 57 | + 'barre_italic' => '{مائل{', |
|
| 58 | + 'barre_lien' => 'تحويل إلى [وصلة هايبرتكست->http://...]', |
|
| 59 | + 'barre_lien_input' => 'الرجاء إدخال عنوان الوصلة (يمكنك إدخال عنوان نسيج على شكل http://www.mysite.com أو إدخال رقم مقال من الموقع الحالي فقط).', |
|
| 60 | + 'barre_note' => 'تحويل إلى [[حاشية]]', |
|
| 61 | + 'barre_paragraphe' => 'إنشاء فقرة', |
|
| 62 | + 'barre_quote' => '<quote>اقتباس رسالة</quote>', |
|
| 63 | + 'bouton_changer' => 'تغيير', |
|
| 64 | + 'bouton_chercher' => 'بحث', |
|
| 65 | + 'bouton_choisir' => 'تحديد', |
|
| 66 | + 'bouton_deplacer' => 'نقل', |
|
| 67 | + 'bouton_download' => 'تحميل', |
|
| 68 | + 'bouton_enregistrer' => 'إدخال', |
|
| 69 | + 'bouton_radio_desactiver_messagerie_interne' => 'إيقاف المراسلة الداخلية', |
|
| 70 | + 'bouton_radio_envoi_annonces' => 'إرسال إعلانات التحرير', |
|
| 71 | + 'bouton_radio_non_envoi_annonces' => 'عدم إرسال الإعلانات', |
|
| 72 | + 'bouton_radio_non_envoi_liste_nouveautes' => 'عدم إرسال قائمة بآخر الأخبار', |
|
| 73 | + 'bouton_recharger_page' => 'إعادة تحميل الصفحة', |
|
| 74 | + 'bouton_telecharger' => 'تحميل', |
|
| 75 | + 'bouton_upload' => 'تنزيل', |
|
| 76 | + 'bouton_valider' => 'إدخال', |
|
| 77 | 77 | |
| 78 | - // C |
|
| 79 | - 'cal_apresmidi' => 'بعد الظهر', |
|
| 80 | - 'cal_jour_entier' => 'يوم كامل', |
|
| 81 | - 'cal_matin' => 'الصباح', |
|
| 82 | - 'cal_par_jour' => 'روزنامة يومية', |
|
| 83 | - 'cal_par_mois' => 'روزنامة شهرية', |
|
| 84 | - 'cal_par_semaine' => 'روزنامة أسبوعية', |
|
| 85 | - 'choix_couleur_interface' => 'اللون', |
|
| 86 | - 'choix_interface' => 'اختيار الواجهة', |
|
| 87 | - 'colonne' => 'عمود', |
|
| 88 | - 'confirm_changer_statut' => 'تحذير، لقد طلبت تغيير حالة هذا العنصر. هل تريد المتابعة؟', |
|
| 89 | - 'correcte' => 'صحيح', |
|
| 78 | + // C |
|
| 79 | + 'cal_apresmidi' => 'بعد الظهر', |
|
| 80 | + 'cal_jour_entier' => 'يوم كامل', |
|
| 81 | + 'cal_matin' => 'الصباح', |
|
| 82 | + 'cal_par_jour' => 'روزنامة يومية', |
|
| 83 | + 'cal_par_mois' => 'روزنامة شهرية', |
|
| 84 | + 'cal_par_semaine' => 'روزنامة أسبوعية', |
|
| 85 | + 'choix_couleur_interface' => 'اللون', |
|
| 86 | + 'choix_interface' => 'اختيار الواجهة', |
|
| 87 | + 'colonne' => 'عمود', |
|
| 88 | + 'confirm_changer_statut' => 'تحذير، لقد طلبت تغيير حالة هذا العنصر. هل تريد المتابعة؟', |
|
| 89 | + 'correcte' => 'صحيح', |
|
| 90 | 90 | |
| 91 | - // D |
|
| 92 | - 'date_aujourdhui' => 'اليوم', |
|
| 93 | - 'date_avant_jc' => 'قبل الميلاد', |
|
| 94 | - 'date_dans' => 'بعد @delai@', |
|
| 95 | - 'date_de_mois_1' => '@j@ @nommois@', |
|
| 96 | - 'date_de_mois_10' => '@j@ @nommois@', |
|
| 97 | - 'date_de_mois_11' => '@j@ @nommois@', |
|
| 98 | - 'date_de_mois_12' => '@j@ @nommois@', |
|
| 99 | - 'date_de_mois_2' => '@j@ @nommois@', |
|
| 100 | - 'date_de_mois_3' => '@j@ @nommois@', |
|
| 101 | - 'date_de_mois_4' => '@j@ @nommois@', |
|
| 102 | - 'date_de_mois_5' => '@j@ @nommois@', |
|
| 103 | - 'date_de_mois_6' => '@j@ @nommois@', |
|
| 104 | - 'date_de_mois_7' => '@j@ @nommois@', |
|
| 105 | - 'date_de_mois_8' => '@j@ @nommois@', |
|
| 106 | - 'date_de_mois_9' => '@j@ @nommois@', |
|
| 107 | - 'date_demain' => 'غداً', |
|
| 108 | - 'date_fmt_heures_minutes' => '@h@ و@m@ دقيقة', |
|
| 109 | - 'date_fmt_heures_minutes_court' => '@h@h@m@', |
|
| 110 | - 'date_fmt_jour' => '@nomjour@ @jour@', |
|
| 111 | - 'date_fmt_jour_heure' => '@jour@ الساعة @heure@', |
|
| 112 | - 'date_fmt_jour_heure_debut_fin' => 'في @jour@ من @heure_debut@ الى @heure_fin@', |
|
| 113 | - 'date_fmt_jour_heure_debut_fin_abbr' => 'في @dtstart@@jour@ من @heure_debut@@dtabbr@ الى @dtend@@heure_fin@@dtabbr@', |
|
| 114 | - 'date_fmt_jour_mois' => '@jour@ @nommois@', |
|
| 115 | - 'date_fmt_jour_mois_annee' => '@jour@ @nommois@ @annee@', |
|
| 116 | - 'date_fmt_mois_annee' => '@nommois@ @annee@', |
|
| 117 | - 'date_fmt_nomjour' => '@nomjour@ @date@', |
|
| 118 | - 'date_fmt_nomjour_date' => 'في @nomjour@ @date@', |
|
| 119 | - 'date_fmt_periode' => 'من @date_debut@ الى @date_fin@', |
|
| 120 | - 'date_fmt_periode_abbr' => 'من @dtart@@date_debut@@dtabbr@ الى @dtend@@date_fin@@dtabbr@', |
|
| 121 | - 'date_fmt_periode_from' => 'من', |
|
| 122 | - 'date_fmt_periode_to' => 'الى', |
|
| 123 | - 'date_fmt_saison_annee' => '@saison@ @annee@', |
|
| 124 | - 'date_heures' => 'ساعة', |
|
| 125 | - 'date_hier' => 'البارحة', |
|
| 126 | - 'date_il_y_a' => 'منذ @delai@', |
|
| 127 | - 'date_jnum1' => '1', |
|
| 128 | - 'date_jnum10' => '10', |
|
| 129 | - 'date_jnum11' => '11', |
|
| 130 | - 'date_jnum12' => '12', |
|
| 131 | - 'date_jnum13' => '13', |
|
| 132 | - 'date_jnum14' => '14', |
|
| 133 | - 'date_jnum15' => '15', |
|
| 134 | - 'date_jnum16' => '16', |
|
| 135 | - 'date_jnum17' => '17', |
|
| 136 | - 'date_jnum18' => '18', |
|
| 137 | - 'date_jnum19' => '19', |
|
| 138 | - 'date_jnum2' => '2', |
|
| 139 | - 'date_jnum20' => '20', |
|
| 140 | - 'date_jnum21' => '21', |
|
| 141 | - 'date_jnum22' => '22', |
|
| 142 | - 'date_jnum23' => '23', |
|
| 143 | - 'date_jnum24' => '24', |
|
| 144 | - 'date_jnum25' => '25', |
|
| 145 | - 'date_jnum26' => '26', |
|
| 146 | - 'date_jnum27' => '27', |
|
| 147 | - 'date_jnum28' => '28', |
|
| 148 | - 'date_jnum29' => '29', |
|
| 149 | - 'date_jnum3' => '3', |
|
| 150 | - 'date_jnum30' => '30', |
|
| 151 | - 'date_jnum31' => '31', |
|
| 152 | - 'date_jnum4' => '4', |
|
| 153 | - 'date_jnum5' => '5', |
|
| 154 | - 'date_jnum6' => '6', |
|
| 155 | - 'date_jnum7' => '7', |
|
| 156 | - 'date_jnum8' => '8', |
|
| 157 | - 'date_jnum9' => '9', |
|
| 158 | - 'date_jour_1' => 'الأحد', |
|
| 159 | - 'date_jour_1_abbr' => 'أحد', |
|
| 160 | - 'date_jour_1_initiale' => 'أحد', |
|
| 161 | - 'date_jour_2' => 'الاثنين', |
|
| 162 | - 'date_jour_2_abbr' => 'اثنين', |
|
| 163 | - 'date_jour_2_initiale' => 'اثنين', |
|
| 164 | - 'date_jour_3' => 'الثلاثاء', |
|
| 165 | - 'date_jour_3_abbr' => 'ثلاثاء', |
|
| 166 | - 'date_jour_3_initiale' => 'ثلاثاء', |
|
| 167 | - 'date_jour_4' => 'الأربعاء', |
|
| 168 | - 'date_jour_4_abbr' => 'أربعاء', |
|
| 169 | - 'date_jour_4_initiale' => 'أربعاء', |
|
| 170 | - 'date_jour_5' => 'الخميس', |
|
| 171 | - 'date_jour_5_abbr' => 'خميس', |
|
| 172 | - 'date_jour_5_initiale' => 'خميس', |
|
| 173 | - 'date_jour_6' => 'الجمعة', |
|
| 174 | - 'date_jour_6_abbr' => 'جمعة', |
|
| 175 | - 'date_jour_6_initiale' => 'جمعة', |
|
| 176 | - 'date_jour_7' => 'السبت', |
|
| 177 | - 'date_jour_7_abbr' => 'سبت', |
|
| 178 | - 'date_jour_7_initiale' => 'سبت', |
|
| 179 | - 'date_jours' => 'يوم', |
|
| 180 | - 'date_minutes' => 'دقيقة', |
|
| 181 | - 'date_mois' => 'شهر', |
|
| 182 | - 'date_mois_1' => 'كانون الثاني (يناير)', |
|
| 183 | - 'date_mois_10' => 'تشرين الأول (أكتوبر)', |
|
| 184 | - 'date_mois_10_abbr' => 'ت١', |
|
| 185 | - 'date_mois_11' => 'تشرين الثاني (نوفمبر)', |
|
| 186 | - 'date_mois_11_abbr' => 'ت٢', |
|
| 187 | - 'date_mois_12' => 'كانون الأول (ديسمبر)', |
|
| 188 | - 'date_mois_12_abbr' => 'ك١', |
|
| 189 | - 'date_mois_1_abbr' => 'ك٢', |
|
| 190 | - 'date_mois_2' => 'شباط (فبراير)', |
|
| 191 | - 'date_mois_2_abbr' => 'شباط', |
|
| 192 | - 'date_mois_3' => 'آذار (مارس)', |
|
| 193 | - 'date_mois_3_abbr' => 'آذار', |
|
| 194 | - 'date_mois_4' => 'نيسان (أبريل)', |
|
| 195 | - 'date_mois_4_abbr' => 'نيسان', |
|
| 196 | - 'date_mois_5' => 'أيار (مايو)', |
|
| 197 | - 'date_mois_5_abbr' => 'أيار', |
|
| 198 | - 'date_mois_6' => 'حزيران (يونيو)', |
|
| 199 | - 'date_mois_6_abbr' => 'جزيران', |
|
| 200 | - 'date_mois_7' => 'تموز (يوليو)', |
|
| 201 | - 'date_mois_7_abbr' => 'تموز', |
|
| 202 | - 'date_mois_8' => 'آب (أغسطس)', |
|
| 203 | - 'date_mois_8_abbr' => 'آب', |
|
| 204 | - 'date_mois_9' => 'أيلول (سبتمبر)', |
|
| 205 | - 'date_mois_9_abbr' => 'أيلول', |
|
| 206 | - 'date_saison_1' => 'الشتاء', |
|
| 207 | - 'date_saison_2' => 'الربيع', |
|
| 208 | - 'date_saison_3' => 'الصيف', |
|
| 209 | - 'date_saison_4' => 'الخريف', |
|
| 210 | - 'date_secondes' => 'ثانية', |
|
| 211 | - 'date_semaines' => 'أسبوع', |
|
| 212 | - 'date_un_mois' => 'شهر', |
|
| 213 | - 'date_une_heure' => 'ساعة', |
|
| 214 | - 'date_une_minute' => 'دقيقة', |
|
| 215 | - 'date_une_seconde' => 'ثانية', |
|
| 216 | - 'date_une_semaine' => 'أسبوع', |
|
| 217 | - 'dirs_commencer' => 'للبدء فعلاً بعملية التثبيت', |
|
| 218 | - 'dirs_preliminaire' => 'تمهيد: <b>إعداد امتيازات الدخول</b>', |
|
| 219 | - 'dirs_probleme_droits' => 'مشكلة في امتيازات الدخول', |
|
| 220 | - 'dirs_repertoires_absents' => '<p><b>لم يتم العثور على الأدلة التالية: </b></p><ul>@bad_dirs@</ul> |
|
| 91 | + // D |
|
| 92 | + 'date_aujourdhui' => 'اليوم', |
|
| 93 | + 'date_avant_jc' => 'قبل الميلاد', |
|
| 94 | + 'date_dans' => 'بعد @delai@', |
|
| 95 | + 'date_de_mois_1' => '@j@ @nommois@', |
|
| 96 | + 'date_de_mois_10' => '@j@ @nommois@', |
|
| 97 | + 'date_de_mois_11' => '@j@ @nommois@', |
|
| 98 | + 'date_de_mois_12' => '@j@ @nommois@', |
|
| 99 | + 'date_de_mois_2' => '@j@ @nommois@', |
|
| 100 | + 'date_de_mois_3' => '@j@ @nommois@', |
|
| 101 | + 'date_de_mois_4' => '@j@ @nommois@', |
|
| 102 | + 'date_de_mois_5' => '@j@ @nommois@', |
|
| 103 | + 'date_de_mois_6' => '@j@ @nommois@', |
|
| 104 | + 'date_de_mois_7' => '@j@ @nommois@', |
|
| 105 | + 'date_de_mois_8' => '@j@ @nommois@', |
|
| 106 | + 'date_de_mois_9' => '@j@ @nommois@', |
|
| 107 | + 'date_demain' => 'غداً', |
|
| 108 | + 'date_fmt_heures_minutes' => '@h@ و@m@ دقيقة', |
|
| 109 | + 'date_fmt_heures_minutes_court' => '@h@h@m@', |
|
| 110 | + 'date_fmt_jour' => '@nomjour@ @jour@', |
|
| 111 | + 'date_fmt_jour_heure' => '@jour@ الساعة @heure@', |
|
| 112 | + 'date_fmt_jour_heure_debut_fin' => 'في @jour@ من @heure_debut@ الى @heure_fin@', |
|
| 113 | + 'date_fmt_jour_heure_debut_fin_abbr' => 'في @dtstart@@jour@ من @heure_debut@@dtabbr@ الى @dtend@@heure_fin@@dtabbr@', |
|
| 114 | + 'date_fmt_jour_mois' => '@jour@ @nommois@', |
|
| 115 | + 'date_fmt_jour_mois_annee' => '@jour@ @nommois@ @annee@', |
|
| 116 | + 'date_fmt_mois_annee' => '@nommois@ @annee@', |
|
| 117 | + 'date_fmt_nomjour' => '@nomjour@ @date@', |
|
| 118 | + 'date_fmt_nomjour_date' => 'في @nomjour@ @date@', |
|
| 119 | + 'date_fmt_periode' => 'من @date_debut@ الى @date_fin@', |
|
| 120 | + 'date_fmt_periode_abbr' => 'من @dtart@@date_debut@@dtabbr@ الى @dtend@@date_fin@@dtabbr@', |
|
| 121 | + 'date_fmt_periode_from' => 'من', |
|
| 122 | + 'date_fmt_periode_to' => 'الى', |
|
| 123 | + 'date_fmt_saison_annee' => '@saison@ @annee@', |
|
| 124 | + 'date_heures' => 'ساعة', |
|
| 125 | + 'date_hier' => 'البارحة', |
|
| 126 | + 'date_il_y_a' => 'منذ @delai@', |
|
| 127 | + 'date_jnum1' => '1', |
|
| 128 | + 'date_jnum10' => '10', |
|
| 129 | + 'date_jnum11' => '11', |
|
| 130 | + 'date_jnum12' => '12', |
|
| 131 | + 'date_jnum13' => '13', |
|
| 132 | + 'date_jnum14' => '14', |
|
| 133 | + 'date_jnum15' => '15', |
|
| 134 | + 'date_jnum16' => '16', |
|
| 135 | + 'date_jnum17' => '17', |
|
| 136 | + 'date_jnum18' => '18', |
|
| 137 | + 'date_jnum19' => '19', |
|
| 138 | + 'date_jnum2' => '2', |
|
| 139 | + 'date_jnum20' => '20', |
|
| 140 | + 'date_jnum21' => '21', |
|
| 141 | + 'date_jnum22' => '22', |
|
| 142 | + 'date_jnum23' => '23', |
|
| 143 | + 'date_jnum24' => '24', |
|
| 144 | + 'date_jnum25' => '25', |
|
| 145 | + 'date_jnum26' => '26', |
|
| 146 | + 'date_jnum27' => '27', |
|
| 147 | + 'date_jnum28' => '28', |
|
| 148 | + 'date_jnum29' => '29', |
|
| 149 | + 'date_jnum3' => '3', |
|
| 150 | + 'date_jnum30' => '30', |
|
| 151 | + 'date_jnum31' => '31', |
|
| 152 | + 'date_jnum4' => '4', |
|
| 153 | + 'date_jnum5' => '5', |
|
| 154 | + 'date_jnum6' => '6', |
|
| 155 | + 'date_jnum7' => '7', |
|
| 156 | + 'date_jnum8' => '8', |
|
| 157 | + 'date_jnum9' => '9', |
|
| 158 | + 'date_jour_1' => 'الأحد', |
|
| 159 | + 'date_jour_1_abbr' => 'أحد', |
|
| 160 | + 'date_jour_1_initiale' => 'أحد', |
|
| 161 | + 'date_jour_2' => 'الاثنين', |
|
| 162 | + 'date_jour_2_abbr' => 'اثنين', |
|
| 163 | + 'date_jour_2_initiale' => 'اثنين', |
|
| 164 | + 'date_jour_3' => 'الثلاثاء', |
|
| 165 | + 'date_jour_3_abbr' => 'ثلاثاء', |
|
| 166 | + 'date_jour_3_initiale' => 'ثلاثاء', |
|
| 167 | + 'date_jour_4' => 'الأربعاء', |
|
| 168 | + 'date_jour_4_abbr' => 'أربعاء', |
|
| 169 | + 'date_jour_4_initiale' => 'أربعاء', |
|
| 170 | + 'date_jour_5' => 'الخميس', |
|
| 171 | + 'date_jour_5_abbr' => 'خميس', |
|
| 172 | + 'date_jour_5_initiale' => 'خميس', |
|
| 173 | + 'date_jour_6' => 'الجمعة', |
|
| 174 | + 'date_jour_6_abbr' => 'جمعة', |
|
| 175 | + 'date_jour_6_initiale' => 'جمعة', |
|
| 176 | + 'date_jour_7' => 'السبت', |
|
| 177 | + 'date_jour_7_abbr' => 'سبت', |
|
| 178 | + 'date_jour_7_initiale' => 'سبت', |
|
| 179 | + 'date_jours' => 'يوم', |
|
| 180 | + 'date_minutes' => 'دقيقة', |
|
| 181 | + 'date_mois' => 'شهر', |
|
| 182 | + 'date_mois_1' => 'كانون الثاني (يناير)', |
|
| 183 | + 'date_mois_10' => 'تشرين الأول (أكتوبر)', |
|
| 184 | + 'date_mois_10_abbr' => 'ت١', |
|
| 185 | + 'date_mois_11' => 'تشرين الثاني (نوفمبر)', |
|
| 186 | + 'date_mois_11_abbr' => 'ت٢', |
|
| 187 | + 'date_mois_12' => 'كانون الأول (ديسمبر)', |
|
| 188 | + 'date_mois_12_abbr' => 'ك١', |
|
| 189 | + 'date_mois_1_abbr' => 'ك٢', |
|
| 190 | + 'date_mois_2' => 'شباط (فبراير)', |
|
| 191 | + 'date_mois_2_abbr' => 'شباط', |
|
| 192 | + 'date_mois_3' => 'آذار (مارس)', |
|
| 193 | + 'date_mois_3_abbr' => 'آذار', |
|
| 194 | + 'date_mois_4' => 'نيسان (أبريل)', |
|
| 195 | + 'date_mois_4_abbr' => 'نيسان', |
|
| 196 | + 'date_mois_5' => 'أيار (مايو)', |
|
| 197 | + 'date_mois_5_abbr' => 'أيار', |
|
| 198 | + 'date_mois_6' => 'حزيران (يونيو)', |
|
| 199 | + 'date_mois_6_abbr' => 'جزيران', |
|
| 200 | + 'date_mois_7' => 'تموز (يوليو)', |
|
| 201 | + 'date_mois_7_abbr' => 'تموز', |
|
| 202 | + 'date_mois_8' => 'آب (أغسطس)', |
|
| 203 | + 'date_mois_8_abbr' => 'آب', |
|
| 204 | + 'date_mois_9' => 'أيلول (سبتمبر)', |
|
| 205 | + 'date_mois_9_abbr' => 'أيلول', |
|
| 206 | + 'date_saison_1' => 'الشتاء', |
|
| 207 | + 'date_saison_2' => 'الربيع', |
|
| 208 | + 'date_saison_3' => 'الصيف', |
|
| 209 | + 'date_saison_4' => 'الخريف', |
|
| 210 | + 'date_secondes' => 'ثانية', |
|
| 211 | + 'date_semaines' => 'أسبوع', |
|
| 212 | + 'date_un_mois' => 'شهر', |
|
| 213 | + 'date_une_heure' => 'ساعة', |
|
| 214 | + 'date_une_minute' => 'دقيقة', |
|
| 215 | + 'date_une_seconde' => 'ثانية', |
|
| 216 | + 'date_une_semaine' => 'أسبوع', |
|
| 217 | + 'dirs_commencer' => 'للبدء فعلاً بعملية التثبيت', |
|
| 218 | + 'dirs_preliminaire' => 'تمهيد: <b>إعداد امتيازات الدخول</b>', |
|
| 219 | + 'dirs_probleme_droits' => 'مشكلة في امتيازات الدخول', |
|
| 220 | + 'dirs_repertoires_absents' => '<p><b>لم يتم العثور على الأدلة التالية: </b></p><ul>@bad_dirs@</ul> |
|
| 221 | 221 | <p>قد يكون السبب خطأ في اعتماد الحروف الكبيرة أو الصغيرة في أسمائها. الرجاء التأكد من أن الحروف الكبيرة والصغيرة في أسماء هذه الأدلة تناسب ما هو معروض أعلاه؛ إذا لم يكن الأمر كذلك، الرجاء إعادة تسمية الأدلة بواسطة برنامج FTP لتصحيح الخطأ. |
| 222 | 222 | <p>بعد تنفيذ هذه العملية يمكنك </p>', |
| 223 | - 'dirs_repertoires_suivants' => '<p><b>الأدلة التالية ممنوعة على الكتابة: </b></p |
|
| 223 | + 'dirs_repertoires_suivants' => '<p><b>الأدلة التالية ممنوعة على الكتابة: </b></p |
|
| 224 | 224 | <ul>@bad_dirs@</ul> |
| 225 | 225 | <p>لحل هذه المشكلة، استخدم برنامج FTP لإعداد امتيازات الدخول لكل من هذه الأدلة. ويوضح دليل الاستخدام هذه العملية بالتفصيل. |
| 226 | 226 | <p>بعد إتمام هذه العملية يمكنك</p>', |
| 227 | - 'double_occurrence' => 'ظهور مكرر لعلامة @balise@', |
|
| 227 | + 'double_occurrence' => 'ظهور مكرر لعلامة @balise@', |
|
| 228 | 228 | |
| 229 | - // E |
|
| 230 | - 'en_cours' => 'جاري', |
|
| 231 | - 'envoi_via_le_site' => 'إرسال عبر الموقع', |
|
| 232 | - 'erreur' => 'خطأ', |
|
| 233 | - 'erreur_balise_non_fermee' => 'آخر علامة غير مغلقة:', |
|
| 234 | - 'erreur_technique_ajaxform' => 'عفواً. حدث خطأ غير متوقع خلال إرسال الاستمارة. الرجاء المحاولة من جديد.', |
|
| 235 | - 'erreur_technique_enregistrement_champs' => 'خطأ تقني منع التسجيل السليم للحقل @champs@. ', |
|
| 236 | - 'erreur_technique_enregistrement_impossible' => 'خطأ تقني منع التسجيل.', |
|
| 237 | - 'erreur_texte' => 'خطأ (أخطاء)', |
|
| 238 | - 'etape' => 'خطوة', |
|
| 229 | + // E |
|
| 230 | + 'en_cours' => 'جاري', |
|
| 231 | + 'envoi_via_le_site' => 'إرسال عبر الموقع', |
|
| 232 | + 'erreur' => 'خطأ', |
|
| 233 | + 'erreur_balise_non_fermee' => 'آخر علامة غير مغلقة:', |
|
| 234 | + 'erreur_technique_ajaxform' => 'عفواً. حدث خطأ غير متوقع خلال إرسال الاستمارة. الرجاء المحاولة من جديد.', |
|
| 235 | + 'erreur_technique_enregistrement_champs' => 'خطأ تقني منع التسجيل السليم للحقل @champs@. ', |
|
| 236 | + 'erreur_technique_enregistrement_impossible' => 'خطأ تقني منع التسجيل.', |
|
| 237 | + 'erreur_texte' => 'خطأ (أخطاء)', |
|
| 238 | + 'etape' => 'خطوة', |
|
| 239 | 239 | |
| 240 | - // F |
|
| 241 | - 'fichier_introuvable' => 'لا يمكن العثور على الملف @fichier@', |
|
| 242 | - 'fonction_introuvable' => 'دالة @fonction@() غير موجودة.', |
|
| 243 | - 'form_auteur_confirmation' => 'تأكيد عنوان البريد الالكتروني', |
|
| 244 | - 'form_auteur_email_modifie' => 'تغير عنوان بريدك.', |
|
| 245 | - 'form_auteur_envoi_mail_confirmation' => 'لفد تم ارسال بريد تأكيد الى @email@. عليك زيارة عنوان الموقع الموجود في الرسالة للتصديق على عنوان بريدك.', |
|
| 246 | - 'form_auteur_mail_confirmation' => 'أهلاً وسهلاً |
|
| 240 | + // F |
|
| 241 | + 'fichier_introuvable' => 'لا يمكن العثور على الملف @fichier@', |
|
| 242 | + 'fonction_introuvable' => 'دالة @fonction@() غير موجودة.', |
|
| 243 | + 'form_auteur_confirmation' => 'تأكيد عنوان البريد الالكتروني', |
|
| 244 | + 'form_auteur_email_modifie' => 'تغير عنوان بريدك.', |
|
| 245 | + 'form_auteur_envoi_mail_confirmation' => 'لفد تم ارسال بريد تأكيد الى @email@. عليك زيارة عنوان الموقع الموجود في الرسالة للتصديق على عنوان بريدك.', |
|
| 246 | + 'form_auteur_mail_confirmation' => 'أهلاً وسهلاً |
|
| 247 | 247 | |
| 248 | 248 | لقد طلبت تغيير عنوان بريدك. |
| 249 | 249 | للتصديق على العنوان الجديد، يكفي الاتصال |
@@ -252,347 +252,347 @@ discard block |
||
| 252 | 252 | |
| 253 | 253 | @url@ |
| 254 | 254 | ', |
| 255 | - 'form_deja_inscrit' => 'سبق لك التسجيل.', |
|
| 256 | - 'form_email_non_valide' => 'عنوانك البريدي غير صالح.', |
|
| 257 | - 'form_forum_access_refuse' => 'لم تعد تملك امتياز الدحول إلى هذا الموقع.', |
|
| 258 | - 'form_forum_bonjour' => 'مرحباً @nom@،', |
|
| 259 | - 'form_forum_confirmer_email' => 'لتأكيد عنوان بريدك، إذهب الى:@url_confirm@', |
|
| 260 | - 'form_forum_email_deja_enregistre' => 'سبق تسجيل هذا العنوان البريدي، يمكنك إذاً استخدام كلمة سرك الاعتيادية.', |
|
| 261 | - 'form_forum_identifiant_mail' => 'لقد تم إرسال معرّفك الجديد بالبريد الالكتروني.', |
|
| 262 | - 'form_forum_identifiants' => 'بيانات الاتصال الشخصية', |
|
| 263 | - 'form_forum_indiquer_nom_email' => 'قم بإدخال اسمك وعنوانك البريدي هنا. ستحصل على بيانات اتصالك قريباً في البريد الإلكتروني.', |
|
| 264 | - 'form_forum_login' => 'المعرّف:', |
|
| 265 | - 'form_forum_message_auto' => '(هذه رسالة آلية)', |
|
| 266 | - 'form_forum_pass' => 'كلمة السر:', |
|
| 267 | - 'form_forum_probleme_mail' => 'مشكلة بريد إلكتروني: لا يمكن إرسال بيانات الدخول.', |
|
| 268 | - 'form_forum_voici1' => 'هذه هي بياناتك للاشتراك في نشاط |
|
| 255 | + 'form_deja_inscrit' => 'سبق لك التسجيل.', |
|
| 256 | + 'form_email_non_valide' => 'عنوانك البريدي غير صالح.', |
|
| 257 | + 'form_forum_access_refuse' => 'لم تعد تملك امتياز الدحول إلى هذا الموقع.', |
|
| 258 | + 'form_forum_bonjour' => 'مرحباً @nom@،', |
|
| 259 | + 'form_forum_confirmer_email' => 'لتأكيد عنوان بريدك، إذهب الى:@url_confirm@', |
|
| 260 | + 'form_forum_email_deja_enregistre' => 'سبق تسجيل هذا العنوان البريدي، يمكنك إذاً استخدام كلمة سرك الاعتيادية.', |
|
| 261 | + 'form_forum_identifiant_mail' => 'لقد تم إرسال معرّفك الجديد بالبريد الالكتروني.', |
|
| 262 | + 'form_forum_identifiants' => 'بيانات الاتصال الشخصية', |
|
| 263 | + 'form_forum_indiquer_nom_email' => 'قم بإدخال اسمك وعنوانك البريدي هنا. ستحصل على بيانات اتصالك قريباً في البريد الإلكتروني.', |
|
| 264 | + 'form_forum_login' => 'المعرّف:', |
|
| 265 | + 'form_forum_message_auto' => '(هذه رسالة آلية)', |
|
| 266 | + 'form_forum_pass' => 'كلمة السر:', |
|
| 267 | + 'form_forum_probleme_mail' => 'مشكلة بريد إلكتروني: لا يمكن إرسال بيانات الدخول.', |
|
| 268 | + 'form_forum_voici1' => 'هذه هي بياناتك للاشتراك في نشاط |
|
| 269 | 269 | الموقع "@nom_site_spip@" (@adresse_site@):', |
| 270 | - 'form_forum_voici2' => 'هذه هي بياناتك لاقتراح مقالات |
|
| 270 | + 'form_forum_voici2' => 'هذه هي بياناتك لاقتراح مقالات |
|
| 271 | 271 | للموقع "@nom_site_spip@" (@adresse_login@):', |
| 272 | - 'form_indiquer_email' => 'الرجاء إدخال عنوانك الإلكتروني.', |
|
| 273 | - 'form_indiquer_nom' => 'الرجاء إدخال اسمك.', |
|
| 274 | - 'form_indiquer_nom_site' => 'الرجاء إدخال إسم موقعك.', |
|
| 275 | - 'form_pet_deja_enregistre' => 'سبق تسجيل هذا الموقع', |
|
| 276 | - 'form_pet_signature_pasprise' => 'تم تجاهل توقيعك.', |
|
| 277 | - 'form_prop_confirmer_envoi' => 'تأكيد الإرسال', |
|
| 278 | - 'form_prop_description' => 'وصف/تعليق', |
|
| 279 | - 'form_prop_enregistre' => 'تم تسجيل اقتراحك، سوف يظهر بعد تصديقه من قبل مسئولي هذا الموقع.', |
|
| 280 | - 'form_prop_envoyer' => 'ابعث برسالة', |
|
| 281 | - 'form_prop_indiquer_email' => 'الرجاء إدخال عنوان بريد إلكتروني صالح', |
|
| 282 | - 'form_prop_indiquer_nom_site' => 'الرجاء إدخال اسم الموقع.', |
|
| 283 | - 'form_prop_indiquer_sujet' => 'الرجاء إدخال موضوع', |
|
| 284 | - 'form_prop_message_envoye' => 'تم بعث الرسالة', |
|
| 285 | - 'form_prop_non_enregistre' => 'لم يتم تسجيل اقتراحك.', |
|
| 286 | - 'form_prop_sujet' => 'الموضوع', |
|
| 287 | - 'form_prop_url_site' => 'عنوان الموقع', |
|
| 288 | - 'format_date_attendu' => 'إدخال تاريخ بتنسيق jj/mm/aaaa.', |
|
| 289 | - 'format_date_incorrecte' => 'التاريخ او تنسيقه غير صحيح', |
|
| 290 | - 'format_heure_attendu' => 'إدخال ساعة بتنسيق hh:mm.', |
|
| 291 | - 'format_heure_incorrecte' => 'الساعة او تنسيقها غير صحيح', |
|
| 292 | - 'forum_non_inscrit' => 'إما انك غير مسجل أو هناك خطأ في العنوان أو كلمة السر.', |
|
| 293 | - 'forum_par_auteur' => 'من @auteur@', |
|
| 294 | - 'forum_titre_erreur' => 'خطأ...', |
|
| 272 | + 'form_indiquer_email' => 'الرجاء إدخال عنوانك الإلكتروني.', |
|
| 273 | + 'form_indiquer_nom' => 'الرجاء إدخال اسمك.', |
|
| 274 | + 'form_indiquer_nom_site' => 'الرجاء إدخال إسم موقعك.', |
|
| 275 | + 'form_pet_deja_enregistre' => 'سبق تسجيل هذا الموقع', |
|
| 276 | + 'form_pet_signature_pasprise' => 'تم تجاهل توقيعك.', |
|
| 277 | + 'form_prop_confirmer_envoi' => 'تأكيد الإرسال', |
|
| 278 | + 'form_prop_description' => 'وصف/تعليق', |
|
| 279 | + 'form_prop_enregistre' => 'تم تسجيل اقتراحك، سوف يظهر بعد تصديقه من قبل مسئولي هذا الموقع.', |
|
| 280 | + 'form_prop_envoyer' => 'ابعث برسالة', |
|
| 281 | + 'form_prop_indiquer_email' => 'الرجاء إدخال عنوان بريد إلكتروني صالح', |
|
| 282 | + 'form_prop_indiquer_nom_site' => 'الرجاء إدخال اسم الموقع.', |
|
| 283 | + 'form_prop_indiquer_sujet' => 'الرجاء إدخال موضوع', |
|
| 284 | + 'form_prop_message_envoye' => 'تم بعث الرسالة', |
|
| 285 | + 'form_prop_non_enregistre' => 'لم يتم تسجيل اقتراحك.', |
|
| 286 | + 'form_prop_sujet' => 'الموضوع', |
|
| 287 | + 'form_prop_url_site' => 'عنوان الموقع', |
|
| 288 | + 'format_date_attendu' => 'إدخال تاريخ بتنسيق jj/mm/aaaa.', |
|
| 289 | + 'format_date_incorrecte' => 'التاريخ او تنسيقه غير صحيح', |
|
| 290 | + 'format_heure_attendu' => 'إدخال ساعة بتنسيق hh:mm.', |
|
| 291 | + 'format_heure_incorrecte' => 'الساعة او تنسيقها غير صحيح', |
|
| 292 | + 'forum_non_inscrit' => 'إما انك غير مسجل أو هناك خطأ في العنوان أو كلمة السر.', |
|
| 293 | + 'forum_par_auteur' => 'من @auteur@', |
|
| 294 | + 'forum_titre_erreur' => 'خطأ...', |
|
| 295 | 295 | |
| 296 | - // I |
|
| 297 | - 'ical_texte_rss_articles' => 'يوجد ملف «الترخيص الخلفي» لمقالات هذا الموقع على العنوان: ', |
|
| 298 | - 'ical_texte_rss_articles2' => 'يمكنك أيضاً الحصول على ملفات «الترخيص الخلفي» لمقالات كل قسم في الموقع:', |
|
| 299 | - 'ical_texte_rss_breves' => 'يوجد كذلك ملف يحتوي على أخبار الموقع. وبإدخال رقم قسم ما، تحصل على أخبار هذا القسم فقط.', |
|
| 300 | - 'icone_a_suivre' => 'للمتابعة', |
|
| 301 | - 'icone_admin_site' => 'إدارة الموقع', |
|
| 302 | - 'icone_agenda' => 'المفكرة', |
|
| 303 | - 'icone_aide_ligne' => 'التعليمات الفورية', |
|
| 304 | - 'icone_articles' => 'المقالات', |
|
| 305 | - 'icone_auteurs' => 'المؤلفون', |
|
| 306 | - 'icone_brouteur' => 'تصفح سريع', |
|
| 307 | - 'icone_configuration_site' => 'إعداد', |
|
| 308 | - 'icone_configurer_site' => 'إعداد موقعك', |
|
| 309 | - 'icone_creer_nouvel_auteur' => 'إضافة مؤلف جديد', |
|
| 310 | - 'icone_creer_rubrique' => 'إنشاء قسم', |
|
| 311 | - 'icone_creer_sous_rubrique' => 'إنشاء قسم فرعي', |
|
| 312 | - 'icone_deconnecter' => 'خروج', |
|
| 313 | - 'icone_discussions' => 'نقاشات', |
|
| 314 | - 'icone_doc_rubrique' => 'مستندات الأقسام', |
|
| 315 | - 'icone_ecrire_article' => 'كتابة مقال جديد', |
|
| 316 | - 'icone_edition_site' => 'تحرير الموقع', |
|
| 317 | - 'icone_gestion_langues' => 'إدارة اللغات', |
|
| 318 | - 'icone_informations_personnelles' => 'المعلومات الشخصية', |
|
| 319 | - 'icone_interface_complet' => 'واجهة كاملة', |
|
| 320 | - 'icone_interface_simple' => 'واجهة مبسّطة', |
|
| 321 | - 'icone_maintenance_site' => 'صيانة الموقع', |
|
| 322 | - 'icone_messagerie_personnelle' => 'المراسلة الشخصية', |
|
| 323 | - 'icone_repartition_debut' => 'إظهار التوزيع منذ البداية', |
|
| 324 | - 'icone_rubriques' => 'الأقسام', |
|
| 325 | - 'icone_sauver_site' => 'نسخة احتياطية للموقع', |
|
| 326 | - 'icone_site_entier' => 'الموقع بالكامل', |
|
| 327 | - 'icone_sites_references' => 'المواقع المبوبة', |
|
| 328 | - 'icone_statistiques' => 'إحصاءات الموقع', |
|
| 329 | - 'icone_suivi_activite' => 'متابعة نشاط الموقع', |
|
| 330 | - 'icone_suivi_actualite' => 'تطور الموقع', |
|
| 331 | - 'icone_suivi_pettions' => 'متابعة/إدارة العرائض', |
|
| 332 | - 'icone_suivi_revisions' => 'تعديل المقالات', |
|
| 333 | - 'icone_supprimer_document' => 'حذف هذا المستند', |
|
| 334 | - 'icone_supprimer_image' => 'حذف هذه الصورة', |
|
| 335 | - 'icone_tous_articles' => 'كل مقالاتك', |
|
| 336 | - 'icone_tous_auteur' => 'جميع المؤلفين', |
|
| 337 | - 'icone_tous_visiteur' => 'جميع الزوار', |
|
| 338 | - 'icone_visiter_site' => 'تصفح الموقع العمومي', |
|
| 339 | - 'icone_voir_en_ligne' => 'عرض مباشر', |
|
| 340 | - 'img_indisponible' => 'صورة غير متوفرة', |
|
| 341 | - 'impossible' => 'مستحيل', |
|
| 342 | - 'info_a_suivre' => 'للمتابعة»', |
|
| 343 | - 'info_acces_interdit' => 'الدخول محظور', |
|
| 344 | - 'info_acces_refuse' => 'دخول محظور', |
|
| 345 | - 'info_action' => 'عملية: @action@', |
|
| 346 | - 'info_administrer_rubriques' => 'يمكنك إدارة هذا القسم وأقسامه الفرعية', |
|
| 347 | - 'info_adresse_non_indiquee' => 'لم تدخل أي عنوان لاختباره!', |
|
| 348 | - 'info_aide' => 'تعليمات :', |
|
| 349 | - 'info_ajouter_mot' => 'إضافة هذا المفتاح', |
|
| 350 | - 'info_annonce' => 'إعلان', |
|
| 351 | - 'info_annonces_generales' => 'إعلانات عامة:', |
|
| 352 | - 'info_article_propose' => 'مقال مقترح', |
|
| 353 | - 'info_article_publie' => 'مقال منشور', |
|
| 354 | - 'info_article_redaction' => 'مقال قيد التحرير', |
|
| 355 | - 'info_article_refuse' => 'مقال مرفوض', |
|
| 356 | - 'info_article_supprime' => 'مقال محذوف', |
|
| 357 | - 'info_articles' => 'المقالات', |
|
| 358 | - 'info_articles_a_valider' => 'مقالات معروضة للتصديق', |
|
| 359 | - 'info_articles_nb' => '@nb@ مقال', |
|
| 360 | - 'info_articles_proposes' => 'المقالات المعروضة', |
|
| 361 | - 'info_articles_un' => 'مقال واحد', |
|
| 362 | - 'info_auteurs_nombre' => 'مؤلف (مؤلفون):', |
|
| 363 | - 'info_authentification_ftp' => 'التحقق ( عبر بروتوكول FTP ).', |
|
| 364 | - 'info_breves_2' => 'خبر', |
|
| 365 | - 'info_breves_nb' => '@nb@ خبر', |
|
| 366 | - 'info_breves_un' => 'خبر واحد', |
|
| 367 | - 'info_connexion_refusee' => 'رفض الاتصال', |
|
| 368 | - 'info_contact_developpeur' => 'الرجاء الاتصال بمطوّر.', |
|
| 369 | - 'info_contenance' => 'هذا الموقع يحتوي على:', |
|
| 370 | - 'info_contribution' => 'مشاركة منتديات', |
|
| 371 | - 'info_copyright' => '@spip@ برنامج حر موزع @lien_gpl@.', |
|
| 372 | - 'info_copyright_doc' => 'لمزيد من المعلومات راجع الموقع<a href="@spipnet@">@spipnet_affiche@</a>.', |
|
| 373 | - 'info_copyright_gpl' => 'بموجب الترخيص العام GPL', |
|
| 374 | - 'info_cours_edition' => 'قيد التحرير', |
|
| 375 | - 'info_creer_repertoire' => 'الرجاء إنشاء ملف أو دليل باسم', |
|
| 376 | - 'info_creer_repertoire_2' => 'داخل الدليل الفرعي <b>@repertoire@</b>، ثم:', |
|
| 377 | - 'info_creer_vignette' => 'إنشاء آلي للمصغر', |
|
| 378 | - 'info_creerdansrubrique_non_autorise' => 'لا تملك الحقوق الكافية لإنشاء اي محتوى في هذا القسم', |
|
| 379 | - 'info_deplier' => 'بسط', |
|
| 380 | - 'info_descriptif_nombre' => 'الوصف:', |
|
| 381 | - 'info_description' => 'الوصف:', |
|
| 382 | - 'info_description_2' => 'الوصف:', |
|
| 383 | - 'info_dimension' => 'الحجم:', |
|
| 384 | - 'info_documents_nb' => '@nb@ مستند', |
|
| 385 | - 'info_documents_un' => 'مستند واحد', |
|
| 386 | - 'info_ecire_message_prive' => 'تحرير رسالة خاصة', |
|
| 387 | - 'info_email_invalide' => 'عنوان بريد غير صالح.', |
|
| 388 | - 'info_en_cours_validation' => 'مقالاتك قيد التحرير', |
|
| 389 | - 'info_en_ligne' => 'متصل حالياً:', |
|
| 390 | - 'info_envoyer_message_prive' => 'ابعث برسالة خاصة لهذا المؤلف', |
|
| 391 | - 'info_erreur_requete' => 'خطأ في الاستفسار:', |
|
| 392 | - 'info_erreur_squelette2' => 'لا توجد صفحة نموذجية <b>@fichier@</b> متاحة...', |
|
| 393 | - 'info_erreur_systeme' => 'خطأ في النظام (خطأ رقم @errsys@)', |
|
| 394 | - 'info_erreur_systeme2' => 'قد يكون القرص الصلب ممتلئاً أو قد تكون قاعدة البيانات معطلة.<br /> |
|
| 296 | + // I |
|
| 297 | + 'ical_texte_rss_articles' => 'يوجد ملف «الترخيص الخلفي» لمقالات هذا الموقع على العنوان: ', |
|
| 298 | + 'ical_texte_rss_articles2' => 'يمكنك أيضاً الحصول على ملفات «الترخيص الخلفي» لمقالات كل قسم في الموقع:', |
|
| 299 | + 'ical_texte_rss_breves' => 'يوجد كذلك ملف يحتوي على أخبار الموقع. وبإدخال رقم قسم ما، تحصل على أخبار هذا القسم فقط.', |
|
| 300 | + 'icone_a_suivre' => 'للمتابعة', |
|
| 301 | + 'icone_admin_site' => 'إدارة الموقع', |
|
| 302 | + 'icone_agenda' => 'المفكرة', |
|
| 303 | + 'icone_aide_ligne' => 'التعليمات الفورية', |
|
| 304 | + 'icone_articles' => 'المقالات', |
|
| 305 | + 'icone_auteurs' => 'المؤلفون', |
|
| 306 | + 'icone_brouteur' => 'تصفح سريع', |
|
| 307 | + 'icone_configuration_site' => 'إعداد', |
|
| 308 | + 'icone_configurer_site' => 'إعداد موقعك', |
|
| 309 | + 'icone_creer_nouvel_auteur' => 'إضافة مؤلف جديد', |
|
| 310 | + 'icone_creer_rubrique' => 'إنشاء قسم', |
|
| 311 | + 'icone_creer_sous_rubrique' => 'إنشاء قسم فرعي', |
|
| 312 | + 'icone_deconnecter' => 'خروج', |
|
| 313 | + 'icone_discussions' => 'نقاشات', |
|
| 314 | + 'icone_doc_rubrique' => 'مستندات الأقسام', |
|
| 315 | + 'icone_ecrire_article' => 'كتابة مقال جديد', |
|
| 316 | + 'icone_edition_site' => 'تحرير الموقع', |
|
| 317 | + 'icone_gestion_langues' => 'إدارة اللغات', |
|
| 318 | + 'icone_informations_personnelles' => 'المعلومات الشخصية', |
|
| 319 | + 'icone_interface_complet' => 'واجهة كاملة', |
|
| 320 | + 'icone_interface_simple' => 'واجهة مبسّطة', |
|
| 321 | + 'icone_maintenance_site' => 'صيانة الموقع', |
|
| 322 | + 'icone_messagerie_personnelle' => 'المراسلة الشخصية', |
|
| 323 | + 'icone_repartition_debut' => 'إظهار التوزيع منذ البداية', |
|
| 324 | + 'icone_rubriques' => 'الأقسام', |
|
| 325 | + 'icone_sauver_site' => 'نسخة احتياطية للموقع', |
|
| 326 | + 'icone_site_entier' => 'الموقع بالكامل', |
|
| 327 | + 'icone_sites_references' => 'المواقع المبوبة', |
|
| 328 | + 'icone_statistiques' => 'إحصاءات الموقع', |
|
| 329 | + 'icone_suivi_activite' => 'متابعة نشاط الموقع', |
|
| 330 | + 'icone_suivi_actualite' => 'تطور الموقع', |
|
| 331 | + 'icone_suivi_pettions' => 'متابعة/إدارة العرائض', |
|
| 332 | + 'icone_suivi_revisions' => 'تعديل المقالات', |
|
| 333 | + 'icone_supprimer_document' => 'حذف هذا المستند', |
|
| 334 | + 'icone_supprimer_image' => 'حذف هذه الصورة', |
|
| 335 | + 'icone_tous_articles' => 'كل مقالاتك', |
|
| 336 | + 'icone_tous_auteur' => 'جميع المؤلفين', |
|
| 337 | + 'icone_tous_visiteur' => 'جميع الزوار', |
|
| 338 | + 'icone_visiter_site' => 'تصفح الموقع العمومي', |
|
| 339 | + 'icone_voir_en_ligne' => 'عرض مباشر', |
|
| 340 | + 'img_indisponible' => 'صورة غير متوفرة', |
|
| 341 | + 'impossible' => 'مستحيل', |
|
| 342 | + 'info_a_suivre' => 'للمتابعة»', |
|
| 343 | + 'info_acces_interdit' => 'الدخول محظور', |
|
| 344 | + 'info_acces_refuse' => 'دخول محظور', |
|
| 345 | + 'info_action' => 'عملية: @action@', |
|
| 346 | + 'info_administrer_rubriques' => 'يمكنك إدارة هذا القسم وأقسامه الفرعية', |
|
| 347 | + 'info_adresse_non_indiquee' => 'لم تدخل أي عنوان لاختباره!', |
|
| 348 | + 'info_aide' => 'تعليمات :', |
|
| 349 | + 'info_ajouter_mot' => 'إضافة هذا المفتاح', |
|
| 350 | + 'info_annonce' => 'إعلان', |
|
| 351 | + 'info_annonces_generales' => 'إعلانات عامة:', |
|
| 352 | + 'info_article_propose' => 'مقال مقترح', |
|
| 353 | + 'info_article_publie' => 'مقال منشور', |
|
| 354 | + 'info_article_redaction' => 'مقال قيد التحرير', |
|
| 355 | + 'info_article_refuse' => 'مقال مرفوض', |
|
| 356 | + 'info_article_supprime' => 'مقال محذوف', |
|
| 357 | + 'info_articles' => 'المقالات', |
|
| 358 | + 'info_articles_a_valider' => 'مقالات معروضة للتصديق', |
|
| 359 | + 'info_articles_nb' => '@nb@ مقال', |
|
| 360 | + 'info_articles_proposes' => 'المقالات المعروضة', |
|
| 361 | + 'info_articles_un' => 'مقال واحد', |
|
| 362 | + 'info_auteurs_nombre' => 'مؤلف (مؤلفون):', |
|
| 363 | + 'info_authentification_ftp' => 'التحقق ( عبر بروتوكول FTP ).', |
|
| 364 | + 'info_breves_2' => 'خبر', |
|
| 365 | + 'info_breves_nb' => '@nb@ خبر', |
|
| 366 | + 'info_breves_un' => 'خبر واحد', |
|
| 367 | + 'info_connexion_refusee' => 'رفض الاتصال', |
|
| 368 | + 'info_contact_developpeur' => 'الرجاء الاتصال بمطوّر.', |
|
| 369 | + 'info_contenance' => 'هذا الموقع يحتوي على:', |
|
| 370 | + 'info_contribution' => 'مشاركة منتديات', |
|
| 371 | + 'info_copyright' => '@spip@ برنامج حر موزع @lien_gpl@.', |
|
| 372 | + 'info_copyright_doc' => 'لمزيد من المعلومات راجع الموقع<a href="@spipnet@">@spipnet_affiche@</a>.', |
|
| 373 | + 'info_copyright_gpl' => 'بموجب الترخيص العام GPL', |
|
| 374 | + 'info_cours_edition' => 'قيد التحرير', |
|
| 375 | + 'info_creer_repertoire' => 'الرجاء إنشاء ملف أو دليل باسم', |
|
| 376 | + 'info_creer_repertoire_2' => 'داخل الدليل الفرعي <b>@repertoire@</b>، ثم:', |
|
| 377 | + 'info_creer_vignette' => 'إنشاء آلي للمصغر', |
|
| 378 | + 'info_creerdansrubrique_non_autorise' => 'لا تملك الحقوق الكافية لإنشاء اي محتوى في هذا القسم', |
|
| 379 | + 'info_deplier' => 'بسط', |
|
| 380 | + 'info_descriptif_nombre' => 'الوصف:', |
|
| 381 | + 'info_description' => 'الوصف:', |
|
| 382 | + 'info_description_2' => 'الوصف:', |
|
| 383 | + 'info_dimension' => 'الحجم:', |
|
| 384 | + 'info_documents_nb' => '@nb@ مستند', |
|
| 385 | + 'info_documents_un' => 'مستند واحد', |
|
| 386 | + 'info_ecire_message_prive' => 'تحرير رسالة خاصة', |
|
| 387 | + 'info_email_invalide' => 'عنوان بريد غير صالح.', |
|
| 388 | + 'info_en_cours_validation' => 'مقالاتك قيد التحرير', |
|
| 389 | + 'info_en_ligne' => 'متصل حالياً:', |
|
| 390 | + 'info_envoyer_message_prive' => 'ابعث برسالة خاصة لهذا المؤلف', |
|
| 391 | + 'info_erreur_requete' => 'خطأ في الاستفسار:', |
|
| 392 | + 'info_erreur_squelette2' => 'لا توجد صفحة نموذجية <b>@fichier@</b> متاحة...', |
|
| 393 | + 'info_erreur_systeme' => 'خطأ في النظام (خطأ رقم @errsys@)', |
|
| 394 | + 'info_erreur_systeme2' => 'قد يكون القرص الصلب ممتلئاً أو قد تكون قاعدة البيانات معطلة.<br /> |
|
| 395 | 395 | <span style="color:red;">حاول <a href=\'@script@\'>إصلاح القاعدة</a>، أو الاتصال بمضيف موقعك.</font> ', |
| 396 | - 'info_fini' => 'انتهى!', |
|
| 397 | - 'info_format_image' => 'تنسيق ملفات الصور الذي يمكن استخدامه لإنشاء المصغرات: @gd_formats@ .', |
|
| 398 | - 'info_format_non_defini' => 'تنسيق غير معروف', |
|
| 399 | - 'info_grand_ecran' => 'شاشة كبيرة', |
|
| 400 | - 'info_image_aide' => 'تعليمات', |
|
| 401 | - 'info_image_process_titre' => 'طريقة إنشاء المصغرات', |
|
| 402 | - 'info_impossible_lire_page' => '<b>خطأ!</b> لا يمكن قراءة الصفحة <tt><html>@test_proxy@</html></tt> عبر الجهاز الوكيل', |
|
| 403 | - 'info_installation_systeme_publication' => 'تثبيت نظام النشر...', |
|
| 404 | - 'info_installer_documents' => 'يمكنك تثبيت كل المستندات الموجودة في المجلد @upload@ آلياً.', |
|
| 405 | - 'info_installer_ftp' => 'بصفتك مديراً، يمكنك تثبيت (بواسطة بروتوكول FTP) ملفات في المجلد@upload@ من أجل تحديدهم في ما بعد مباشرة من هنا.', |
|
| 406 | - 'info_installer_images' => 'يمكنك تثبيت صور بتنسيقات JPEG وGIF وPNG.', |
|
| 407 | - 'info_installer_images_dossier' => 'تثبيت صور في المجلد @upload@ للتمكن من تحديدها هنا.', |
|
| 408 | - 'info_interface_complete' => 'واجهة كاملة', |
|
| 409 | - 'info_interface_simple' => 'واجهة مبسّطة', |
|
| 410 | - 'info_joindre_document_article' => 'يمكنك إرفاق مقالك بمستندات من الأنواع', |
|
| 411 | - 'info_joindre_document_rubrique' => 'يمكنك إضافة مستندات من الأنواع التالية إلى هذا القسم', |
|
| 412 | - 'info_joindre_documents_article' => 'يمكنك إرفاق مستندات من الأنواع التالية بمقالك :', |
|
| 413 | - 'info_l_article' => 'المقال', |
|
| 414 | - 'info_la_breve' => 'الخبر', |
|
| 415 | - 'info_la_rubrique' => 'القسم', |
|
| 416 | - 'info_langue_principale' => 'اللغة الأساسية للموقع', |
|
| 417 | - 'info_largeur_vignette' => '@largeur_vignette@ × @hauteur_vignette@ نقطة', |
|
| 418 | - 'info_les_auteurs_1' => 'من @les_auteurs@', |
|
| 419 | - 'info_logo_format_interdit' => 'الرموز بتنسيق @formats@ هي الوحيدة المسموح بها.', |
|
| 420 | - 'info_logo_max_poids' => 'يجب ألا يتعدى حجم الرموز @maxi@ (يبلغ حجم الملف الحالي @actuel@). ', |
|
| 421 | - 'info_mail_fournisseur' => '[email protected]', |
|
| 422 | - 'info_message_2' => 'رسالة', |
|
| 423 | - 'info_message_supprime' => 'تم حذف المشاركة', |
|
| 424 | - 'info_messages_nb' => '@nb@ رسالة', |
|
| 425 | - 'info_messages_un' => 'رسالة واحدة', |
|
| 426 | - 'info_mise_en_ligne' => 'تاريخ النشر:', |
|
| 427 | - 'info_modification_parametres_securite' => 'تعديل إعدادات الأمان', |
|
| 428 | - 'info_mois_courant' => 'في بحر الشهر:', |
|
| 429 | - 'info_mot_cle_ajoute' => 'تمت إضافة المفتاح التالي إلى', |
|
| 430 | - 'info_multi_herit' => 'اللغة الافتراضية', |
|
| 431 | - 'info_multi_langues_soulignees' => '<u>اللغات التي تحتها خط</u> تتمتع بترجمة كاملة او جزئية لكل نصوص الواجهة. فإذا حددت هذه اللغات، سيتم ترجمة العديد من عناصر الموقع العمومي (التواريخ والاستمارات) آلياً. أما بالنسبة للغات التي ليس تحتها خط، فستظهر هذه العناصر في لغة الموقع الأساسية.', |
|
| 432 | - 'info_multilinguisme' => 'تعدد اللغات', |
|
| 433 | - 'info_nom_non_utilisateurs_connectes' => 'اسمك لا يظهر في قائمة المستخدمين المتصلين.', |
|
| 434 | - 'info_nom_utilisateurs_connectes' => 'اسمك يظهر في قائمة المستخدمين المتصلين.', |
|
| 435 | - 'info_nombre_en_ligne' => 'متصل حالياً:', |
|
| 436 | - 'info_non_resultat' => 'لا توجد نتائج لـ "@cherche_mot@"', |
|
| 437 | - 'info_non_utilisation_messagerie' => 'أنت لا تستخدم المراسلة الداخلية في هذا الموقع.', |
|
| 438 | - 'info_nouveau_message' => 'وصلت رسالة جديدة', |
|
| 439 | - 'info_nouveaux_messages' => 'وصلت @total_messages@ رسالة جديدة', |
|
| 440 | - 'info_numero_abbreviation' => 'رقم', |
|
| 441 | - 'info_obligatoire' => 'هذه المعلومة إجبارية', |
|
| 442 | - 'info_page_actuelle' => 'الصفحة الحالية', |
|
| 443 | - 'info_pense_bete' => 'مذكرة', |
|
| 444 | - 'info_petit_ecran' => 'شاشة صغيرة', |
|
| 445 | - 'info_petition_close' => 'عريضة مقفلة', |
|
| 446 | - 'info_pixels' => 'نقطة', |
|
| 447 | - 'info_plusieurs_mots_trouves' => 'تم العثور على عدة مفاتيح لـ "@cherche_mot@" :', |
|
| 448 | - 'info_portfolio_automatique' => 'محفظة آلية:', |
|
| 449 | - 'info_premier_resultat' => '[النتائج الـ@debut_limit@ الأولى من أصل @total@]', |
|
| 450 | - 'info_premier_resultat_sur' => '[النتائج الـ@debut_limit@ الأولى من أصل @total@]', |
|
| 451 | - 'info_propose_1' => '[@nom_site_spip@] يقترح: @titre@', |
|
| 452 | - 'info_propose_2' => 'مقال معروض |
|
| 396 | + 'info_fini' => 'انتهى!', |
|
| 397 | + 'info_format_image' => 'تنسيق ملفات الصور الذي يمكن استخدامه لإنشاء المصغرات: @gd_formats@ .', |
|
| 398 | + 'info_format_non_defini' => 'تنسيق غير معروف', |
|
| 399 | + 'info_grand_ecran' => 'شاشة كبيرة', |
|
| 400 | + 'info_image_aide' => 'تعليمات', |
|
| 401 | + 'info_image_process_titre' => 'طريقة إنشاء المصغرات', |
|
| 402 | + 'info_impossible_lire_page' => '<b>خطأ!</b> لا يمكن قراءة الصفحة <tt><html>@test_proxy@</html></tt> عبر الجهاز الوكيل', |
|
| 403 | + 'info_installation_systeme_publication' => 'تثبيت نظام النشر...', |
|
| 404 | + 'info_installer_documents' => 'يمكنك تثبيت كل المستندات الموجودة في المجلد @upload@ آلياً.', |
|
| 405 | + 'info_installer_ftp' => 'بصفتك مديراً، يمكنك تثبيت (بواسطة بروتوكول FTP) ملفات في المجلد@upload@ من أجل تحديدهم في ما بعد مباشرة من هنا.', |
|
| 406 | + 'info_installer_images' => 'يمكنك تثبيت صور بتنسيقات JPEG وGIF وPNG.', |
|
| 407 | + 'info_installer_images_dossier' => 'تثبيت صور في المجلد @upload@ للتمكن من تحديدها هنا.', |
|
| 408 | + 'info_interface_complete' => 'واجهة كاملة', |
|
| 409 | + 'info_interface_simple' => 'واجهة مبسّطة', |
|
| 410 | + 'info_joindre_document_article' => 'يمكنك إرفاق مقالك بمستندات من الأنواع', |
|
| 411 | + 'info_joindre_document_rubrique' => 'يمكنك إضافة مستندات من الأنواع التالية إلى هذا القسم', |
|
| 412 | + 'info_joindre_documents_article' => 'يمكنك إرفاق مستندات من الأنواع التالية بمقالك :', |
|
| 413 | + 'info_l_article' => 'المقال', |
|
| 414 | + 'info_la_breve' => 'الخبر', |
|
| 415 | + 'info_la_rubrique' => 'القسم', |
|
| 416 | + 'info_langue_principale' => 'اللغة الأساسية للموقع', |
|
| 417 | + 'info_largeur_vignette' => '@largeur_vignette@ × @hauteur_vignette@ نقطة', |
|
| 418 | + 'info_les_auteurs_1' => 'من @les_auteurs@', |
|
| 419 | + 'info_logo_format_interdit' => 'الرموز بتنسيق @formats@ هي الوحيدة المسموح بها.', |
|
| 420 | + 'info_logo_max_poids' => 'يجب ألا يتعدى حجم الرموز @maxi@ (يبلغ حجم الملف الحالي @actuel@). ', |
|
| 421 | + 'info_mail_fournisseur' => '[email protected]', |
|
| 422 | + 'info_message_2' => 'رسالة', |
|
| 423 | + 'info_message_supprime' => 'تم حذف المشاركة', |
|
| 424 | + 'info_messages_nb' => '@nb@ رسالة', |
|
| 425 | + 'info_messages_un' => 'رسالة واحدة', |
|
| 426 | + 'info_mise_en_ligne' => 'تاريخ النشر:', |
|
| 427 | + 'info_modification_parametres_securite' => 'تعديل إعدادات الأمان', |
|
| 428 | + 'info_mois_courant' => 'في بحر الشهر:', |
|
| 429 | + 'info_mot_cle_ajoute' => 'تمت إضافة المفتاح التالي إلى', |
|
| 430 | + 'info_multi_herit' => 'اللغة الافتراضية', |
|
| 431 | + 'info_multi_langues_soulignees' => '<u>اللغات التي تحتها خط</u> تتمتع بترجمة كاملة او جزئية لكل نصوص الواجهة. فإذا حددت هذه اللغات، سيتم ترجمة العديد من عناصر الموقع العمومي (التواريخ والاستمارات) آلياً. أما بالنسبة للغات التي ليس تحتها خط، فستظهر هذه العناصر في لغة الموقع الأساسية.', |
|
| 432 | + 'info_multilinguisme' => 'تعدد اللغات', |
|
| 433 | + 'info_nom_non_utilisateurs_connectes' => 'اسمك لا يظهر في قائمة المستخدمين المتصلين.', |
|
| 434 | + 'info_nom_utilisateurs_connectes' => 'اسمك يظهر في قائمة المستخدمين المتصلين.', |
|
| 435 | + 'info_nombre_en_ligne' => 'متصل حالياً:', |
|
| 436 | + 'info_non_resultat' => 'لا توجد نتائج لـ "@cherche_mot@"', |
|
| 437 | + 'info_non_utilisation_messagerie' => 'أنت لا تستخدم المراسلة الداخلية في هذا الموقع.', |
|
| 438 | + 'info_nouveau_message' => 'وصلت رسالة جديدة', |
|
| 439 | + 'info_nouveaux_messages' => 'وصلت @total_messages@ رسالة جديدة', |
|
| 440 | + 'info_numero_abbreviation' => 'رقم', |
|
| 441 | + 'info_obligatoire' => 'هذه المعلومة إجبارية', |
|
| 442 | + 'info_page_actuelle' => 'الصفحة الحالية', |
|
| 443 | + 'info_pense_bete' => 'مذكرة', |
|
| 444 | + 'info_petit_ecran' => 'شاشة صغيرة', |
|
| 445 | + 'info_petition_close' => 'عريضة مقفلة', |
|
| 446 | + 'info_pixels' => 'نقطة', |
|
| 447 | + 'info_plusieurs_mots_trouves' => 'تم العثور على عدة مفاتيح لـ "@cherche_mot@" :', |
|
| 448 | + 'info_portfolio_automatique' => 'محفظة آلية:', |
|
| 449 | + 'info_premier_resultat' => '[النتائج الـ@debut_limit@ الأولى من أصل @total@]', |
|
| 450 | + 'info_premier_resultat_sur' => '[النتائج الـ@debut_limit@ الأولى من أصل @total@]', |
|
| 451 | + 'info_propose_1' => '[@nom_site_spip@] يقترح: @titre@', |
|
| 452 | + 'info_propose_2' => 'مقال معروض |
|
| 453 | 453 | ----------', |
| 454 | - 'info_propose_3' => 'المقال "@titre@" معروض للنشر.', |
|
| 455 | - 'info_propose_4' => 'أنت مدعو لمراجعته وإبداء رأيك', |
|
| 456 | - 'info_propose_5' => 'في المنتدى المرتبط به. إنه موجود على العنوان:', |
|
| 457 | - 'info_publie_01' => 'تم التصديق على المقال "@titre@" من قبل @connect_nom@ .', |
|
| 458 | - 'info_publie_1' => '[@nom_site_spip@] ينشر: @titre@', |
|
| 459 | - 'info_publie_2' => 'مقال منشور |
|
| 454 | + 'info_propose_3' => 'المقال "@titre@" معروض للنشر.', |
|
| 455 | + 'info_propose_4' => 'أنت مدعو لمراجعته وإبداء رأيك', |
|
| 456 | + 'info_propose_5' => 'في المنتدى المرتبط به. إنه موجود على العنوان:', |
|
| 457 | + 'info_publie_01' => 'تم التصديق على المقال "@titre@" من قبل @connect_nom@ .', |
|
| 458 | + 'info_publie_1' => '[@nom_site_spip@] ينشر: @titre@', |
|
| 459 | + 'info_publie_2' => 'مقال منشور |
|
| 460 | 460 | ----------', |
| 461 | - 'info_rechercher' => 'بحث', |
|
| 462 | - 'info_rechercher_02' => 'بحث:', |
|
| 463 | - 'info_remplacer_vignette' => 'استبدال المصغر الافتراضي برمز شخصي:', |
|
| 464 | - 'info_rubriques_nb' => '@nb@ قسم', |
|
| 465 | - 'info_rubriques_un' => 'قسم واحد', |
|
| 466 | - 'info_sans_titre_2' => 'بدون عنوان', |
|
| 467 | - 'info_selectionner_fichier' => 'يمكنك تحديد ملف من المجلد @upload@:', |
|
| 468 | - 'info_selectionner_fichier_2' => 'تحديد ملف:', |
|
| 469 | - 'info_sites_nb' => '@nb@ موقع', |
|
| 470 | - 'info_sites_un' => 'موقع واحد', |
|
| 471 | - 'info_supprimer_vignette' => 'حذف المصغر', |
|
| 472 | - 'info_symbole_bleu' => 'الرمز <b>أزرق</b> يرمز إلى <b>مذكرة</b>: أي رسالة لاستخدامك الشخصي.', |
|
| 473 | - 'info_symbole_jaune' => 'الرمز <b>أصفر</b> يرمز إلى <b>إعلان لجميع المحررين</b>: يمكن لجميع المدراء تحريره وهو ظاهر لجميع المحررين.', |
|
| 474 | - 'info_symbole_vert' => 'الرمز <b>أخضر</b> يرمز إلى <b>الرسائل المتبادلة بين مستخدمي</b> الموقع.', |
|
| 475 | - 'info_telecharger_nouveau_logo' => 'تحميل رمز جديد:', |
|
| 476 | - 'info_telecharger_ordinateur' => 'تحميل من جهازك:', |
|
| 477 | - 'info_tous_resultats_enregistres' => '[تم تسجيل كل النتائج]', |
|
| 478 | - 'info_tout_afficher' => 'إظهار الكل', |
|
| 479 | - 'info_travaux_texte' => 'هذا الموقع قيد الإعداد. برجاء العودة في وقت لاحق...', |
|
| 480 | - 'info_travaux_titre' => 'موقع قيد التصميم', |
|
| 481 | - 'info_trop_resultat' => 'تم العثور على عدد كبير جداً من النتائج لـ "@cherche_mot@" ، الرجاء زيادة دقة البحث.', |
|
| 482 | - 'info_utilisation_messagerie_interne' => 'أنت تستخدم المراسلة الداخلية في هذا الموقع.', |
|
| 483 | - 'info_valider_lien' => 'التصديق على هذه الوصلة', |
|
| 484 | - 'info_verifier_image' => '، الرجاء التأكد من أنه تم نقل الصور بشكل سليم.', |
|
| 485 | - 'info_vignette_defaut' => 'المصغر الافتراضي', |
|
| 486 | - 'info_vignette_personnalisee' => 'مصغر شخصي', |
|
| 487 | - 'info_visite' => 'زيارة:', |
|
| 488 | - 'info_vos_rendez_vous' => 'مواعيدك القادمة', |
|
| 489 | - 'infos_vos_pense_bete' => 'مذكراتك', |
|
| 461 | + 'info_rechercher' => 'بحث', |
|
| 462 | + 'info_rechercher_02' => 'بحث:', |
|
| 463 | + 'info_remplacer_vignette' => 'استبدال المصغر الافتراضي برمز شخصي:', |
|
| 464 | + 'info_rubriques_nb' => '@nb@ قسم', |
|
| 465 | + 'info_rubriques_un' => 'قسم واحد', |
|
| 466 | + 'info_sans_titre_2' => 'بدون عنوان', |
|
| 467 | + 'info_selectionner_fichier' => 'يمكنك تحديد ملف من المجلد @upload@:', |
|
| 468 | + 'info_selectionner_fichier_2' => 'تحديد ملف:', |
|
| 469 | + 'info_sites_nb' => '@nb@ موقع', |
|
| 470 | + 'info_sites_un' => 'موقع واحد', |
|
| 471 | + 'info_supprimer_vignette' => 'حذف المصغر', |
|
| 472 | + 'info_symbole_bleu' => 'الرمز <b>أزرق</b> يرمز إلى <b>مذكرة</b>: أي رسالة لاستخدامك الشخصي.', |
|
| 473 | + 'info_symbole_jaune' => 'الرمز <b>أصفر</b> يرمز إلى <b>إعلان لجميع المحررين</b>: يمكن لجميع المدراء تحريره وهو ظاهر لجميع المحررين.', |
|
| 474 | + 'info_symbole_vert' => 'الرمز <b>أخضر</b> يرمز إلى <b>الرسائل المتبادلة بين مستخدمي</b> الموقع.', |
|
| 475 | + 'info_telecharger_nouveau_logo' => 'تحميل رمز جديد:', |
|
| 476 | + 'info_telecharger_ordinateur' => 'تحميل من جهازك:', |
|
| 477 | + 'info_tous_resultats_enregistres' => '[تم تسجيل كل النتائج]', |
|
| 478 | + 'info_tout_afficher' => 'إظهار الكل', |
|
| 479 | + 'info_travaux_texte' => 'هذا الموقع قيد الإعداد. برجاء العودة في وقت لاحق...', |
|
| 480 | + 'info_travaux_titre' => 'موقع قيد التصميم', |
|
| 481 | + 'info_trop_resultat' => 'تم العثور على عدد كبير جداً من النتائج لـ "@cherche_mot@" ، الرجاء زيادة دقة البحث.', |
|
| 482 | + 'info_utilisation_messagerie_interne' => 'أنت تستخدم المراسلة الداخلية في هذا الموقع.', |
|
| 483 | + 'info_valider_lien' => 'التصديق على هذه الوصلة', |
|
| 484 | + 'info_verifier_image' => '، الرجاء التأكد من أنه تم نقل الصور بشكل سليم.', |
|
| 485 | + 'info_vignette_defaut' => 'المصغر الافتراضي', |
|
| 486 | + 'info_vignette_personnalisee' => 'مصغر شخصي', |
|
| 487 | + 'info_visite' => 'زيارة:', |
|
| 488 | + 'info_vos_rendez_vous' => 'مواعيدك القادمة', |
|
| 489 | + 'infos_vos_pense_bete' => 'مذكراتك', |
|
| 490 | 490 | |
| 491 | - // L |
|
| 492 | - 'label_ajout_id_rapide' => 'إضافة سريعة', |
|
| 493 | - 'label_poids_fichier' => 'الحجم', |
|
| 494 | - 'label_ponctuer' => '@label@ :', |
|
| 495 | - 'lien_afficher_icones_seuls' => 'عرض الرموز فقط', |
|
| 496 | - 'lien_afficher_texte_icones' => 'عرض الرموز والعناوين', |
|
| 497 | - 'lien_afficher_texte_seul' => 'عرض العناوين فقط', |
|
| 498 | - 'lien_aller_a_la_derniere_page' => 'الذهاب الى الصفحة الأخيرة', |
|
| 499 | - 'lien_aller_a_la_page_nb' => 'الذهاب الى الصفحة @nb@', |
|
| 500 | - 'lien_aller_a_la_page_precedente' => 'الذهاب الى الصفحة الالسابقة', |
|
| 501 | - 'lien_aller_a_la_page_suivante' => 'الذهاب الى الصفحة التالية', |
|
| 502 | - 'lien_aller_a_la_premiere_page' => 'الذهاب الى الصفحة الأولى', |
|
| 503 | - 'lien_liberer' => 'فك الحجز', |
|
| 504 | - 'lien_liberer_tous' => 'فك حجز الكل', |
|
| 505 | - 'lien_nouvea_pense_bete' => 'مذكرة جديدة', |
|
| 506 | - 'lien_nouveau_message' => 'رسالة جديدة', |
|
| 507 | - 'lien_nouvelle_annonce' => 'إعلان جديد', |
|
| 508 | - 'lien_petitions' => 'عريضة', |
|
| 509 | - 'lien_popularite' => 'شعبية: @popularite@%', |
|
| 510 | - 'lien_racine_site' => 'أصل الموقع', |
|
| 511 | - 'lien_reessayer' => 'إعادة المحاولة', |
|
| 512 | - 'lien_repondre_message' => 'الرد على هذه المشاركة', |
|
| 513 | - 'lien_supprimer' => 'حذف', |
|
| 514 | - 'lien_tout_afficher' => 'إظهار الكل', |
|
| 515 | - 'lien_visite_site' => 'زيارة هذا الموقع', |
|
| 516 | - 'lien_visites' => '@visites@ زيارة', |
|
| 517 | - 'lien_voir_auteur' => 'مراجعة هذا المؤلف', |
|
| 518 | - 'ligne' => 'سطر', |
|
| 519 | - 'login' => 'الدخول', |
|
| 520 | - 'login_acces_prive' => 'الدخول إلى المجال الخاص', |
|
| 521 | - 'login_autre_identifiant' => 'الاتصال بمعرّف آخر', |
|
| 522 | - 'login_cookie_accepte' => 'الرجاء تهيئ برنامج التصفح ليتقبلها (من هذا الموقع على الأقل)', |
|
| 523 | - 'login_cookie_oblige' => 'للتعريف عن نفسك بشكل آمن في هذا الموقع، يجب قبول الكعكات (cookies).', |
|
| 524 | - 'login_deconnexion_ok' => 'تم قطع الاتصال.', |
|
| 525 | - 'login_erreur_pass' => 'خطأ في كلمة السر.', |
|
| 526 | - 'login_espace_prive' => 'المجال الخاص', |
|
| 527 | - 'login_identifiant_inconnu' => 'المعرّف «@login@» غير معروف.', |
|
| 528 | - 'login_login' => 'المعرّف:', |
|
| 529 | - 'login_login2' => 'المعرّف او عنوان البريد الالكتروني:', |
|
| 530 | - 'login_login_pass_incorrect' => '(خطأ في المعرّف أو كلمة السر).', |
|
| 531 | - 'login_motpasseoublie' => 'هل نسيت كلمة السر؟', |
|
| 532 | - 'login_non_securise' => 'لطفا، هذه الاستمارة غير آمنة. |
|
| 491 | + // L |
|
| 492 | + 'label_ajout_id_rapide' => 'إضافة سريعة', |
|
| 493 | + 'label_poids_fichier' => 'الحجم', |
|
| 494 | + 'label_ponctuer' => '@label@ :', |
|
| 495 | + 'lien_afficher_icones_seuls' => 'عرض الرموز فقط', |
|
| 496 | + 'lien_afficher_texte_icones' => 'عرض الرموز والعناوين', |
|
| 497 | + 'lien_afficher_texte_seul' => 'عرض العناوين فقط', |
|
| 498 | + 'lien_aller_a_la_derniere_page' => 'الذهاب الى الصفحة الأخيرة', |
|
| 499 | + 'lien_aller_a_la_page_nb' => 'الذهاب الى الصفحة @nb@', |
|
| 500 | + 'lien_aller_a_la_page_precedente' => 'الذهاب الى الصفحة الالسابقة', |
|
| 501 | + 'lien_aller_a_la_page_suivante' => 'الذهاب الى الصفحة التالية', |
|
| 502 | + 'lien_aller_a_la_premiere_page' => 'الذهاب الى الصفحة الأولى', |
|
| 503 | + 'lien_liberer' => 'فك الحجز', |
|
| 504 | + 'lien_liberer_tous' => 'فك حجز الكل', |
|
| 505 | + 'lien_nouvea_pense_bete' => 'مذكرة جديدة', |
|
| 506 | + 'lien_nouveau_message' => 'رسالة جديدة', |
|
| 507 | + 'lien_nouvelle_annonce' => 'إعلان جديد', |
|
| 508 | + 'lien_petitions' => 'عريضة', |
|
| 509 | + 'lien_popularite' => 'شعبية: @popularite@%', |
|
| 510 | + 'lien_racine_site' => 'أصل الموقع', |
|
| 511 | + 'lien_reessayer' => 'إعادة المحاولة', |
|
| 512 | + 'lien_repondre_message' => 'الرد على هذه المشاركة', |
|
| 513 | + 'lien_supprimer' => 'حذف', |
|
| 514 | + 'lien_tout_afficher' => 'إظهار الكل', |
|
| 515 | + 'lien_visite_site' => 'زيارة هذا الموقع', |
|
| 516 | + 'lien_visites' => '@visites@ زيارة', |
|
| 517 | + 'lien_voir_auteur' => 'مراجعة هذا المؤلف', |
|
| 518 | + 'ligne' => 'سطر', |
|
| 519 | + 'login' => 'الدخول', |
|
| 520 | + 'login_acces_prive' => 'الدخول إلى المجال الخاص', |
|
| 521 | + 'login_autre_identifiant' => 'الاتصال بمعرّف آخر', |
|
| 522 | + 'login_cookie_accepte' => 'الرجاء تهيئ برنامج التصفح ليتقبلها (من هذا الموقع على الأقل)', |
|
| 523 | + 'login_cookie_oblige' => 'للتعريف عن نفسك بشكل آمن في هذا الموقع، يجب قبول الكعكات (cookies).', |
|
| 524 | + 'login_deconnexion_ok' => 'تم قطع الاتصال.', |
|
| 525 | + 'login_erreur_pass' => 'خطأ في كلمة السر.', |
|
| 526 | + 'login_espace_prive' => 'المجال الخاص', |
|
| 527 | + 'login_identifiant_inconnu' => 'المعرّف «@login@» غير معروف.', |
|
| 528 | + 'login_login' => 'المعرّف:', |
|
| 529 | + 'login_login2' => 'المعرّف او عنوان البريد الالكتروني:', |
|
| 530 | + 'login_login_pass_incorrect' => '(خطأ في المعرّف أو كلمة السر).', |
|
| 531 | + 'login_motpasseoublie' => 'هل نسيت كلمة السر؟', |
|
| 532 | + 'login_non_securise' => 'لطفا، هذه الاستمارة غير آمنة. |
|
| 533 | 533 | إذا كنت ترغب أن تكون كلمة سرك |
| 534 | 534 | آمنة على الشبكة، يجب تفعيل جافاسكريبت |
| 535 | 535 | في برنامج التصفح', |
| 536 | - 'login_nouvelle_tentative' => 'محاولة جديدة', |
|
| 537 | - 'login_par_ici' => 'أنت مسجّل... توجه من هنا...', |
|
| 538 | - 'login_pass2' => 'كلمة السر:', |
|
| 539 | - 'login_preferez_refuser' => '<b>إذا كنت تفضل عدم قبول الكعكات</b>، يمكنك استخدام طريقة دخول أخرى (أقل أماناً):', |
|
| 540 | - 'login_recharger' => 'وإعادة تحميل الصفحة', |
|
| 541 | - 'login_rester_identifie' => 'تذكروني', |
|
| 542 | - 'login_retour_public' => 'عودة إلى الموقع العام', |
|
| 543 | - 'login_retour_site' => 'عودة إلى الموقع العام', |
|
| 544 | - 'login_retoursitepublic' => 'عودة إلى الموقع العام', |
|
| 545 | - 'login_sans_cookie' => 'تعريف بدون الكعكة', |
|
| 546 | - 'login_securise' => 'تعريف مؤمّن', |
|
| 547 | - 'login_sinscrire' => 'تسجيل', |
|
| 548 | - 'login_test_navigateur' => 'تجربة المتصفح/إعادة الاتصال', |
|
| 549 | - 'login_verifiez_navigateur' => '(على أي حال، تأكد من أن المتصفح لم يقم بحفظ كلمة سرك...)', |
|
| 536 | + 'login_nouvelle_tentative' => 'محاولة جديدة', |
|
| 537 | + 'login_par_ici' => 'أنت مسجّل... توجه من هنا...', |
|
| 538 | + 'login_pass2' => 'كلمة السر:', |
|
| 539 | + 'login_preferez_refuser' => '<b>إذا كنت تفضل عدم قبول الكعكات</b>، يمكنك استخدام طريقة دخول أخرى (أقل أماناً):', |
|
| 540 | + 'login_recharger' => 'وإعادة تحميل الصفحة', |
|
| 541 | + 'login_rester_identifie' => 'تذكروني', |
|
| 542 | + 'login_retour_public' => 'عودة إلى الموقع العام', |
|
| 543 | + 'login_retour_site' => 'عودة إلى الموقع العام', |
|
| 544 | + 'login_retoursitepublic' => 'عودة إلى الموقع العام', |
|
| 545 | + 'login_sans_cookie' => 'تعريف بدون الكعكة', |
|
| 546 | + 'login_securise' => 'تعريف مؤمّن', |
|
| 547 | + 'login_sinscrire' => 'تسجيل', |
|
| 548 | + 'login_test_navigateur' => 'تجربة المتصفح/إعادة الاتصال', |
|
| 549 | + 'login_verifiez_navigateur' => '(على أي حال، تأكد من أن المتصفح لم يقم بحفظ كلمة سرك...)', |
|
| 550 | 550 | |
| 551 | - // M |
|
| 552 | - 'masquer_colonne' => 'حجب هذا العمود', |
|
| 553 | - 'masquer_trad' => 'حجب الترجمات', |
|
| 554 | - 'message_nouveaux_identifiants_echec' => 'لا يمكن إنشاء معرف وكلمة سر جديدين.', |
|
| 555 | - 'message_nouveaux_identifiants_echec_envoi' => 'مشكلة في إرسال المعرف وكلمة السر الجديدين.', |
|
| 556 | - 'message_nouveaux_identifiants_ok' => 'تم إرسال المعرف وكلمة السر الجديدين الى @email@.', |
|
| 557 | - 'module_fichiers_langues' => 'ملفات اللغة', |
|
| 551 | + // M |
|
| 552 | + 'masquer_colonne' => 'حجب هذا العمود', |
|
| 553 | + 'masquer_trad' => 'حجب الترجمات', |
|
| 554 | + 'message_nouveaux_identifiants_echec' => 'لا يمكن إنشاء معرف وكلمة سر جديدين.', |
|
| 555 | + 'message_nouveaux_identifiants_echec_envoi' => 'مشكلة في إرسال المعرف وكلمة السر الجديدين.', |
|
| 556 | + 'message_nouveaux_identifiants_ok' => 'تم إرسال المعرف وكلمة السر الجديدين الى @email@.', |
|
| 557 | + 'module_fichiers_langues' => 'ملفات اللغة', |
|
| 558 | 558 | |
| 559 | - // N |
|
| 560 | - 'navigateur_pas_redirige' => 'إذا لم تتم إعادة توجيه متصفحك، انقر هنا للمتابعة.', |
|
| 561 | - 'numero' => 'رقم', |
|
| 559 | + // N |
|
| 560 | + 'navigateur_pas_redirige' => 'إذا لم تتم إعادة توجيه متصفحك، انقر هنا للمتابعة.', |
|
| 561 | + 'numero' => 'رقم', |
|
| 562 | 562 | |
| 563 | - // O |
|
| 564 | - 'occurence' => 'ظهور', |
|
| 565 | - 'onglet_affacer_base' => 'حذف قاعدة البيانات', |
|
| 566 | - 'onglet_auteur' => 'المؤلف', |
|
| 567 | - 'onglet_contenu_site' => 'محتوى الموقع', |
|
| 568 | - 'onglet_evolution_visite_mod' => 'تطور', |
|
| 569 | - 'onglet_fonctions_avances' => 'الوظائف المتطورة', |
|
| 570 | - 'onglet_informations_personnelles' => 'المعلومات الشخصية', |
|
| 571 | - 'onglet_interactivite' => 'التفاعلية', |
|
| 572 | - 'onglet_messagerie' => 'المراسلة', |
|
| 573 | - 'onglet_repartition_rubrique' => 'التوزيع حسب الأقسام', |
|
| 574 | - 'onglet_save_restaur_base' => 'نسخ احتياطي / استرجاع القاعدة', |
|
| 575 | - 'onglet_vider_cache' => 'تفريغ الذاكرة المخبأة', |
|
| 563 | + // O |
|
| 564 | + 'occurence' => 'ظهور', |
|
| 565 | + 'onglet_affacer_base' => 'حذف قاعدة البيانات', |
|
| 566 | + 'onglet_auteur' => 'المؤلف', |
|
| 567 | + 'onglet_contenu_site' => 'محتوى الموقع', |
|
| 568 | + 'onglet_evolution_visite_mod' => 'تطور', |
|
| 569 | + 'onglet_fonctions_avances' => 'الوظائف المتطورة', |
|
| 570 | + 'onglet_informations_personnelles' => 'المعلومات الشخصية', |
|
| 571 | + 'onglet_interactivite' => 'التفاعلية', |
|
| 572 | + 'onglet_messagerie' => 'المراسلة', |
|
| 573 | + 'onglet_repartition_rubrique' => 'التوزيع حسب الأقسام', |
|
| 574 | + 'onglet_save_restaur_base' => 'نسخ احتياطي / استرجاع القاعدة', |
|
| 575 | + 'onglet_vider_cache' => 'تفريغ الذاكرة المخبأة', |
|
| 576 | 576 | |
| 577 | - // P |
|
| 578 | - 'pass_choix_pass' => 'الرجاء اختيار كلمة السر الجديدة:', |
|
| 579 | - 'pass_erreur' => 'خطأ', |
|
| 580 | - 'pass_erreur_acces_refuse' => '<b>خطأ:< b> لم تعد تملك حق الدخول إلى هذا الموقع.', |
|
| 581 | - 'pass_erreur_code_inconnu' => '<b>خطأ:< b> هذا المعرّف لا يتناسب مع أي من الزوار الذين يتمتعون بحق الدخول إلى هذا الموقع.', |
|
| 582 | - 'pass_erreur_non_enregistre' => '<b>خطأ:< b> العنوان <tt>@email_oubli@</tt> ليس مسجلاً في هذا الموقع.', |
|
| 583 | - 'pass_erreur_non_valide' => '<b>خطأ:< b> العنوان <tt>@email_oubli@</tt> ليس صالحاً.', |
|
| 584 | - 'pass_erreur_probleme_technique' => '<b>خطأ:< b> لم يتم بعث هذه الرسالة بسبب مشكلة تقنية.', |
|
| 585 | - 'pass_espace_prive_bla' => 'المجال الخاص لهذا الموقع مفتوح |
|
| 577 | + // P |
|
| 578 | + 'pass_choix_pass' => 'الرجاء اختيار كلمة السر الجديدة:', |
|
| 579 | + 'pass_erreur' => 'خطأ', |
|
| 580 | + 'pass_erreur_acces_refuse' => '<b>خطأ:< b> لم تعد تملك حق الدخول إلى هذا الموقع.', |
|
| 581 | + 'pass_erreur_code_inconnu' => '<b>خطأ:< b> هذا المعرّف لا يتناسب مع أي من الزوار الذين يتمتعون بحق الدخول إلى هذا الموقع.', |
|
| 582 | + 'pass_erreur_non_enregistre' => '<b>خطأ:< b> العنوان <tt>@email_oubli@</tt> ليس مسجلاً في هذا الموقع.', |
|
| 583 | + 'pass_erreur_non_valide' => '<b>خطأ:< b> العنوان <tt>@email_oubli@</tt> ليس صالحاً.', |
|
| 584 | + 'pass_erreur_probleme_technique' => '<b>خطأ:< b> لم يتم بعث هذه الرسالة بسبب مشكلة تقنية.', |
|
| 585 | + 'pass_espace_prive_bla' => 'المجال الخاص لهذا الموقع مفتوح |
|
| 586 | 586 | للزوار بعد تسجيلهم. بعد تسجيلك |
| 587 | 587 | يمكنك مراجعة المقالات قيد التحرير |
| 588 | 588 | واقتراح مقالات والمشاركة في كل المنتديات.', |
| 589 | - 'pass_forum_bla' => 'طلبت المشاركة في منتدى |
|
| 589 | + 'pass_forum_bla' => 'طلبت المشاركة في منتدى |
|
| 590 | 590 | محصور بالزوار المسجلين.', |
| 591 | - 'pass_indiquez_cidessous' => 'قم بإدخال العنوان الإلكتروني الذي |
|
| 591 | + 'pass_indiquez_cidessous' => 'قم بإدخال العنوان الإلكتروني الذي |
|
| 592 | 592 | تسجلت بواستطه سابقاً. |
| 593 | 593 | ستحصل على رسالة تفسر لك كيفية |
| 594 | 594 | استعادة دخولك.', |
| 595 | - 'pass_mail_passcookie' => '(هذه رسالة آلية) |
|
| 595 | + 'pass_mail_passcookie' => '(هذه رسالة آلية) |
|
| 596 | 596 | لاستعادة دخولك إلى الموقع |
| 597 | 597 | @nom_site_spip@ (@adresse_site@) |
| 598 | 598 | |
@@ -604,150 +604,150 @@ discard block |
||
| 604 | 604 | وإعادة الاتصال بالموقع. |
| 605 | 605 | |
| 606 | 606 | ', |
| 607 | - 'pass_mot_oublie' => 'نسيان كلمة السر', |
|
| 608 | - 'pass_nouveau_enregistre' => 'تم تسجيل كلمة سرك الجديدة.', |
|
| 609 | - 'pass_nouveau_pass' => 'كلمة السر الجديدة', |
|
| 610 | - 'pass_ok' => 'موافق', |
|
| 611 | - 'pass_oubli_mot' => 'نسيان كلمة السر', |
|
| 612 | - 'pass_procedure_changer' => 'من أجل تغيير كلمة السر، قم بأدخال عنوان البريد الالكتروني المرتبط بحسابك.', |
|
| 613 | - 'pass_quitter_fenetre' => 'إقفال هذه النافذة', |
|
| 614 | - 'pass_rappel_login' => 'تذكير: معرّفك هو «@login@».', |
|
| 615 | - 'pass_recevoir_mail' => 'تم ارسال رابط لإعادة تأصيل كلمة السر الى عنوان البريد لديك (اذا كان صالحاً).', |
|
| 616 | - 'pass_retour_public' => 'عودة إلى الموقع العام', |
|
| 617 | - 'pass_rien_a_faire_ici' => 'لا شغل لك هنا.', |
|
| 618 | - 'pass_vousinscrire' => 'تسجيلك في الموقع', |
|
| 619 | - 'precedent' => 'السابق', |
|
| 620 | - 'previsualisation' => 'عرض مسبق', |
|
| 621 | - 'previsualiser' => 'عرض مسبق', |
|
| 607 | + 'pass_mot_oublie' => 'نسيان كلمة السر', |
|
| 608 | + 'pass_nouveau_enregistre' => 'تم تسجيل كلمة سرك الجديدة.', |
|
| 609 | + 'pass_nouveau_pass' => 'كلمة السر الجديدة', |
|
| 610 | + 'pass_ok' => 'موافق', |
|
| 611 | + 'pass_oubli_mot' => 'نسيان كلمة السر', |
|
| 612 | + 'pass_procedure_changer' => 'من أجل تغيير كلمة السر، قم بأدخال عنوان البريد الالكتروني المرتبط بحسابك.', |
|
| 613 | + 'pass_quitter_fenetre' => 'إقفال هذه النافذة', |
|
| 614 | + 'pass_rappel_login' => 'تذكير: معرّفك هو «@login@».', |
|
| 615 | + 'pass_recevoir_mail' => 'تم ارسال رابط لإعادة تأصيل كلمة السر الى عنوان البريد لديك (اذا كان صالحاً).', |
|
| 616 | + 'pass_retour_public' => 'عودة إلى الموقع العام', |
|
| 617 | + 'pass_rien_a_faire_ici' => 'لا شغل لك هنا.', |
|
| 618 | + 'pass_vousinscrire' => 'تسجيلك في الموقع', |
|
| 619 | + 'precedent' => 'السابق', |
|
| 620 | + 'previsualisation' => 'عرض مسبق', |
|
| 621 | + 'previsualiser' => 'عرض مسبق', |
|
| 622 | 622 | |
| 623 | - // R |
|
| 624 | - 'retour' => 'عودة', |
|
| 623 | + // R |
|
| 624 | + 'retour' => 'عودة', |
|
| 625 | 625 | |
| 626 | - // S |
|
| 627 | - 'spip_conforme_dtd' => 'يعتبر SPIP أن هذا المستند مطابق لتحديد DOCTYPE:', |
|
| 628 | - 'squelette' => 'صفحة نموذجية', |
|
| 629 | - 'squelette_inclus_ligne' => 'صفحة نموذجية مدمجة، سطر', |
|
| 630 | - 'squelette_ligne' => 'صفحة نموذجية، سطر', |
|
| 631 | - 'stats_visites_et_popularite' => '@visites@ زيارة؛ شعبية: @popularite@', |
|
| 632 | - 'suivant' => 'التالي', |
|
| 626 | + // S |
|
| 627 | + 'spip_conforme_dtd' => 'يعتبر SPIP أن هذا المستند مطابق لتحديد DOCTYPE:', |
|
| 628 | + 'squelette' => 'صفحة نموذجية', |
|
| 629 | + 'squelette_inclus_ligne' => 'صفحة نموذجية مدمجة، سطر', |
|
| 630 | + 'squelette_ligne' => 'صفحة نموذجية، سطر', |
|
| 631 | + 'stats_visites_et_popularite' => '@visites@ زيارة؛ شعبية: @popularite@', |
|
| 632 | + 'suivant' => 'التالي', |
|
| 633 | 633 | |
| 634 | - // T |
|
| 635 | - 'taille_go' => '@taille@ غيغابايت', |
|
| 636 | - 'taille_go_bi' => '@taille@ غيغيبايت', |
|
| 637 | - 'taille_ko' => '@taille@ كيلوبايت', |
|
| 638 | - 'taille_ko_bi' => '@taille@ كيليبايت', |
|
| 639 | - 'taille_mo' => '@taille@ ميغابايت', |
|
| 640 | - 'taille_mo_bi' => '@taille@ ميغيبايت', |
|
| 641 | - 'taille_octets' => '@taille@ بايت', |
|
| 642 | - 'taille_octets_bi' => '@taille@ بايت', |
|
| 643 | - 'texte_actualite_site_1' => 'عندما تتأقلم مع واجهة النظام انقر على «', |
|
| 644 | - 'texte_actualite_site_2' => 'الواجهة الكاملة', |
|
| 645 | - 'texte_actualite_site_3' => '» لإتاحة المزيد من الوظائف.', |
|
| 646 | - 'texte_creation_automatique_vignette' => 'لقد تم تفعيل الإنشاء الآلي لمصغرات المعاينة. إذا استخدمت هذه الاستمارة لإدخال صور بتنسيق (أو تنسيقات) @gd_formats@، سيتم تزويدها بمصغر لا يزيد حجمه عن @taille_preview@ نقطة. ', |
|
| 647 | - 'texte_documents_associes' => 'المستندات التالية ترافق المقال، |
|
| 634 | + // T |
|
| 635 | + 'taille_go' => '@taille@ غيغابايت', |
|
| 636 | + 'taille_go_bi' => '@taille@ غيغيبايت', |
|
| 637 | + 'taille_ko' => '@taille@ كيلوبايت', |
|
| 638 | + 'taille_ko_bi' => '@taille@ كيليبايت', |
|
| 639 | + 'taille_mo' => '@taille@ ميغابايت', |
|
| 640 | + 'taille_mo_bi' => '@taille@ ميغيبايت', |
|
| 641 | + 'taille_octets' => '@taille@ بايت', |
|
| 642 | + 'taille_octets_bi' => '@taille@ بايت', |
|
| 643 | + 'texte_actualite_site_1' => 'عندما تتأقلم مع واجهة النظام انقر على «', |
|
| 644 | + 'texte_actualite_site_2' => 'الواجهة الكاملة', |
|
| 645 | + 'texte_actualite_site_3' => '» لإتاحة المزيد من الوظائف.', |
|
| 646 | + 'texte_creation_automatique_vignette' => 'لقد تم تفعيل الإنشاء الآلي لمصغرات المعاينة. إذا استخدمت هذه الاستمارة لإدخال صور بتنسيق (أو تنسيقات) @gd_formats@، سيتم تزويدها بمصغر لا يزيد حجمه عن @taille_preview@ نقطة. ', |
|
| 647 | + 'texte_documents_associes' => 'المستندات التالية ترافق المقال، |
|
| 648 | 648 | لكنها لم تُدرج |
| 649 | 649 | مباشرة. بالاعتماد على تصميم الموقع العمومي، |
| 650 | 650 | قد تظهر على شكل مستندات مرفقة.', |
| 651 | - 'texte_erreur_mise_niveau_base' => 'خطأ في قاعدة البيانات خلال الترقية. |
|
| 651 | + 'texte_erreur_mise_niveau_base' => 'خطأ في قاعدة البيانات خلال الترقية. |
|
| 652 | 652 | تعذر تمرير الصورة <b>@fichier@</b> (المقال @id_article@). |
| 653 | 653 | سجل هذا المرجع وحاول إعادة عملية |
| 654 | 654 | الترقية، وأخيراً تأكد من أن الصور لا تزال تظهر |
| 655 | 655 | في المقالات.', |
| 656 | - 'texte_erreur_visiteur' => 'حاولت الدخول إلى المجال الخاص بمعرّف لا يسمح بذلك.', |
|
| 657 | - 'texte_inc_auth_1' => 'عرّفت عن نفسك |
|
| 656 | + 'texte_erreur_visiteur' => 'حاولت الدخول إلى المجال الخاص بمعرّف لا يسمح بذلك.', |
|
| 657 | + 'texte_inc_auth_1' => 'عرّفت عن نفسك |
|
| 658 | 658 | بالمعرّف <b>@auth_login@</b>، لكنه غير (لم يعد) موجود في قاعدة البيانات. |
| 659 | 659 | حاول ', |
| 660 | - 'texte_inc_auth_2' => 'إعادة الاتصال', |
|
| 661 | - 'texte_inc_auth_3' => '، بعد إنهاء المتصفح ثم |
|
| 660 | + 'texte_inc_auth_2' => 'إعادة الاتصال', |
|
| 661 | + 'texte_inc_auth_3' => '، بعد إنهاء المتصفح ثم |
|
| 662 | 662 | إعادة تشغيله إذا اقتضت الحاجة.', |
| 663 | - 'texte_inc_config' => 'التغييرات الداخلة على هذه الصفحة تؤثر بشكل ملحوظ على |
|
| 663 | + 'texte_inc_config' => 'التغييرات الداخلة على هذه الصفحة تؤثر بشكل ملحوظ على |
|
| 664 | 664 | تشغيل الموقع. يستحسن عدم إدخال تغييرات قبل |
| 665 | 665 | التأقلم مع نظام SPIP للنشر. <br /><br /><b>بشكل |
| 666 | 666 | عام، ننصحك |
| 667 | 667 | بحصر التعامل مع هذه الصفحات بالمسؤول الأساسي عن تصميم الموقع.</b>', |
| 668 | - 'texte_inc_meta_1' => 'واجه النظام خطأً خلال كتابة الملف <code>@fichier@</code>. بصفتك أحد مدراء الموقع، الرجاء', |
|
| 669 | - 'texte_inc_meta_2' => 'التأكد من حقوق الكتابة', |
|
| 670 | - 'texte_inc_meta_3' => 'الخاصة بالدليل <code>@repertoire@</code>. ', |
|
| 671 | - 'texte_statut_en_cours_redaction' => 'قيد التحرير', |
|
| 672 | - 'texte_statut_poubelle' => 'إلى المهملات', |
|
| 673 | - 'texte_statut_propose_evaluation' => 'معروض للتقييم', |
|
| 674 | - 'texte_statut_publie' => 'منشور', |
|
| 675 | - 'texte_statut_refuse' => 'مرفوض', |
|
| 676 | - 'titre_ajouter_mot_cle' => 'إضافة مفتاح:', |
|
| 677 | - 'titre_cadre_raccourcis' => 'اختصارات:', |
|
| 678 | - 'titre_changer_couleur_interface' => 'تغيير لون الواجهة', |
|
| 679 | - 'titre_image_admin_article' => 'أنت مخول إدارة هذا المقال', |
|
| 680 | - 'titre_image_administrateur' => 'مدير', |
|
| 681 | - 'titre_image_aide' => 'تعليمات حول هذا العنصر', |
|
| 682 | - 'titre_image_auteur_supprime' => 'مؤلف محذوف', |
|
| 683 | - 'titre_image_redacteur' => 'محرر دون إذن دخول', |
|
| 684 | - 'titre_image_redacteur_02' => 'محرر', |
|
| 685 | - 'titre_image_selecteur' => 'عرض القائمة', |
|
| 686 | - 'titre_image_visiteur' => 'زائر', |
|
| 687 | - 'titre_joindre_document' => 'إرفاق مستند', |
|
| 688 | - 'titre_mots_cles' => 'المفاتيح', |
|
| 689 | - 'titre_probleme_technique' => 'تحذير: مشكلة تقنية (خادم SQL) تمنع الدخول إلى هذا الجزء من الموقع. شكراً على تفهمكم.', |
|
| 690 | - 'titre_publier_document' => 'نشر مستند في هذا القسم', |
|
| 691 | - 'titre_signatures_attente' => 'تواقيع بانتظار التصديق', |
|
| 692 | - 'titre_signatures_confirmees' => 'توقيعات مصدّقة', |
|
| 693 | - 'titre_statistiques' => 'إحصاءات الموقع', |
|
| 694 | - 'titre_titre_document' => 'اسم المستند: ', |
|
| 695 | - 'todo' => 'قريباً', |
|
| 696 | - 'trad_definir_reference' => 'اختيار "@titre@" كمرجع للترجمات', |
|
| 697 | - 'trad_reference' => '(مرجع الترجمات)', |
|
| 668 | + 'texte_inc_meta_1' => 'واجه النظام خطأً خلال كتابة الملف <code>@fichier@</code>. بصفتك أحد مدراء الموقع، الرجاء', |
|
| 669 | + 'texte_inc_meta_2' => 'التأكد من حقوق الكتابة', |
|
| 670 | + 'texte_inc_meta_3' => 'الخاصة بالدليل <code>@repertoire@</code>. ', |
|
| 671 | + 'texte_statut_en_cours_redaction' => 'قيد التحرير', |
|
| 672 | + 'texte_statut_poubelle' => 'إلى المهملات', |
|
| 673 | + 'texte_statut_propose_evaluation' => 'معروض للتقييم', |
|
| 674 | + 'texte_statut_publie' => 'منشور', |
|
| 675 | + 'texte_statut_refuse' => 'مرفوض', |
|
| 676 | + 'titre_ajouter_mot_cle' => 'إضافة مفتاح:', |
|
| 677 | + 'titre_cadre_raccourcis' => 'اختصارات:', |
|
| 678 | + 'titre_changer_couleur_interface' => 'تغيير لون الواجهة', |
|
| 679 | + 'titre_image_admin_article' => 'أنت مخول إدارة هذا المقال', |
|
| 680 | + 'titre_image_administrateur' => 'مدير', |
|
| 681 | + 'titre_image_aide' => 'تعليمات حول هذا العنصر', |
|
| 682 | + 'titre_image_auteur_supprime' => 'مؤلف محذوف', |
|
| 683 | + 'titre_image_redacteur' => 'محرر دون إذن دخول', |
|
| 684 | + 'titre_image_redacteur_02' => 'محرر', |
|
| 685 | + 'titre_image_selecteur' => 'عرض القائمة', |
|
| 686 | + 'titre_image_visiteur' => 'زائر', |
|
| 687 | + 'titre_joindre_document' => 'إرفاق مستند', |
|
| 688 | + 'titre_mots_cles' => 'المفاتيح', |
|
| 689 | + 'titre_probleme_technique' => 'تحذير: مشكلة تقنية (خادم SQL) تمنع الدخول إلى هذا الجزء من الموقع. شكراً على تفهمكم.', |
|
| 690 | + 'titre_publier_document' => 'نشر مستند في هذا القسم', |
|
| 691 | + 'titre_signatures_attente' => 'تواقيع بانتظار التصديق', |
|
| 692 | + 'titre_signatures_confirmees' => 'توقيعات مصدّقة', |
|
| 693 | + 'titre_statistiques' => 'إحصاءات الموقع', |
|
| 694 | + 'titre_titre_document' => 'اسم المستند: ', |
|
| 695 | + 'todo' => 'قريباً', |
|
| 696 | + 'trad_definir_reference' => 'اختيار "@titre@" كمرجع للترجمات', |
|
| 697 | + 'trad_reference' => '(مرجع الترجمات)', |
|
| 698 | 698 | |
| 699 | - // U |
|
| 700 | - 'upload_limit' => 'حجم هذا الملف أكبر مما يتحمل جهاز الخدمة: الحجم الأقصى المسموح به <b>للتنزيل</b> هو @max@.', |
|
| 699 | + // U |
|
| 700 | + 'upload_limit' => 'حجم هذا الملف أكبر مما يتحمل جهاز الخدمة: الحجم الأقصى المسموح به <b>للتنزيل</b> هو @max@.', |
|
| 701 | 701 | |
| 702 | - // Z |
|
| 703 | - 'zbug_balise_b_aval' => ': العلامة B متأخرة', |
|
| 704 | - 'zbug_balise_inexistante' => 'خطأ في الاعلان عن العلامة @balise@ لـ@from@', |
|
| 705 | - 'zbug_balise_sans_argument' => 'عامل غير موجود في علامة @balise@', |
|
| 706 | - 'zbug_boucle' => 'حلقة', |
|
| 707 | - 'zbug_boucle_recursive_undef' => 'حلقة دورية غير معرّفة: @nom@', |
|
| 708 | - 'zbug_calcul' => 'حساب', |
|
| 709 | - 'zbug_champ_hors_boucle' => 'الحقل @champ@ خارج الحلقة', |
|
| 710 | - 'zbug_champ_hors_critere' => 'الحقل @champ@ خارج المقياس @critere@', |
|
| 711 | - 'zbug_champ_hors_motif' => 'الحقل @champ@ خارج سياق @motif@', |
|
| 712 | - 'zbug_code' => 'الرموز البرمجية', |
|
| 713 | - 'zbug_critere_inconnu' => 'معيار غير معروف @critere@', |
|
| 714 | - 'zbug_critere_sur_table_sans_cle_primaire' => '{@critere@} على جدول دون مفتاح اساسي افرادي', |
|
| 715 | - 'zbug_distant_interdit' => 'عملية خارجية ممنوعة', |
|
| 716 | - 'zbug_doublon_table_sans_cle_primaire' => 'قيمة مكررة في جدول لا يملك مفتاح أساسي', |
|
| 717 | - 'zbug_doublon_table_sans_index' => 'تكرار في جدول غير مفهرس', |
|
| 718 | - 'zbug_erreur_boucle_double' => 'تعريف متكرر للحلقة @id@', |
|
| 719 | - 'zbug_erreur_boucle_fermant' => 'علامة إغلاق غائبة في حلقة @id@', |
|
| 720 | - 'zbug_erreur_boucle_syntaxe' => 'تركيب حلقة @id@ غير صحيح', |
|
| 721 | - 'zbug_erreur_compilation' => 'خطأ تصنيف', |
|
| 722 | - 'zbug_erreur_execution_page' => 'خطأ في التنفيذ', |
|
| 723 | - 'zbug_erreur_filtre' => 'المرشح @filtre@ غير معرّف ', |
|
| 724 | - 'zbug_erreur_filtre_nbarg_min' => 'المرشح @filtre@ : ينقص @nb@ عامل', |
|
| 725 | - 'zbug_erreur_meme_parent' => 'لا ينطبق معيار {meme_parent} إلا على حلقتي (FORUMS) أو (RUBRIQUES)', |
|
| 726 | - 'zbug_erreur_squelette' => 'خطأ في الصفحة النموذجية', |
|
| 727 | - 'zbug_hors_compilation' => 'خارج التصنيف', |
|
| 728 | - 'zbug_info_erreur_squelette' => 'خطأ في الموفع', |
|
| 729 | - 'zbug_inversion_ordre_inexistant' => 'عكس ترتيب غير موجود أصلاً', |
|
| 730 | - 'zbug_pagination_sans_critere' => 'علامة PAGINATION# بدون معيار {pagination} أو مستخدمة في حلقة دورية', |
|
| 731 | - 'zbug_parametres_inclus_incorrects' => 'عامل إدراج غير صحيحة: @param@', |
|
| 732 | - 'zbug_profile' => 'فترة المعالجة: @time@', |
|
| 733 | - 'zbug_resultat' => 'النتيجة', |
|
| 734 | - 'zbug_serveur_indefini' => 'خادم SQL غير محدد', |
|
| 735 | - 'zbug_statistiques' => 'احصاءات استفسارات SQL مرتبة حسب المدة', |
|
| 736 | - 'zbug_table_inconnue' => 'جدول SQL هو «@table@» غير معروف', |
|
| 737 | - 'zxml_connus_attributs' => 'خاصيات معروفة', |
|
| 738 | - 'zxml_de' => 'من', |
|
| 739 | - 'zxml_inconnu_attribut' => 'خاصية غير معروفة', |
|
| 740 | - 'zxml_inconnu_balise' => 'علامة غير معروفة', |
|
| 741 | - 'zxml_inconnu_entite' => 'كائن غير معروف', |
|
| 742 | - 'zxml_inconnu_id' => 'هوية ID غير معروفة', |
|
| 743 | - 'zxml_mais_de' => 'لكن من', |
|
| 744 | - 'zxml_non_conforme' => 'غير مطابق للشكل', |
|
| 745 | - 'zxml_non_fils' => 'ليس من سلالة', |
|
| 746 | - 'zxml_nonvide_balise' => 'علامة غير فارغة', |
|
| 747 | - 'zxml_obligatoire_attribut' => 'خاصية إجبارية لكنها غير موجودة في', |
|
| 748 | - 'zxml_succession_fils_incorrecte' => 'تتابع سلالات غير سليم', |
|
| 749 | - 'zxml_survoler' => 'الحوم لعرض الصحيح', |
|
| 750 | - 'zxml_valeur_attribut' => 'قيمة الخاصية', |
|
| 751 | - 'zxml_vide_balise' => 'علامة فارغة', |
|
| 752 | - 'zxml_vu' => 'ظهر مسبقاً' |
|
| 702 | + // Z |
|
| 703 | + 'zbug_balise_b_aval' => ': العلامة B متأخرة', |
|
| 704 | + 'zbug_balise_inexistante' => 'خطأ في الاعلان عن العلامة @balise@ لـ@from@', |
|
| 705 | + 'zbug_balise_sans_argument' => 'عامل غير موجود في علامة @balise@', |
|
| 706 | + 'zbug_boucle' => 'حلقة', |
|
| 707 | + 'zbug_boucle_recursive_undef' => 'حلقة دورية غير معرّفة: @nom@', |
|
| 708 | + 'zbug_calcul' => 'حساب', |
|
| 709 | + 'zbug_champ_hors_boucle' => 'الحقل @champ@ خارج الحلقة', |
|
| 710 | + 'zbug_champ_hors_critere' => 'الحقل @champ@ خارج المقياس @critere@', |
|
| 711 | + 'zbug_champ_hors_motif' => 'الحقل @champ@ خارج سياق @motif@', |
|
| 712 | + 'zbug_code' => 'الرموز البرمجية', |
|
| 713 | + 'zbug_critere_inconnu' => 'معيار غير معروف @critere@', |
|
| 714 | + 'zbug_critere_sur_table_sans_cle_primaire' => '{@critere@} على جدول دون مفتاح اساسي افرادي', |
|
| 715 | + 'zbug_distant_interdit' => 'عملية خارجية ممنوعة', |
|
| 716 | + 'zbug_doublon_table_sans_cle_primaire' => 'قيمة مكررة في جدول لا يملك مفتاح أساسي', |
|
| 717 | + 'zbug_doublon_table_sans_index' => 'تكرار في جدول غير مفهرس', |
|
| 718 | + 'zbug_erreur_boucle_double' => 'تعريف متكرر للحلقة @id@', |
|
| 719 | + 'zbug_erreur_boucle_fermant' => 'علامة إغلاق غائبة في حلقة @id@', |
|
| 720 | + 'zbug_erreur_boucle_syntaxe' => 'تركيب حلقة @id@ غير صحيح', |
|
| 721 | + 'zbug_erreur_compilation' => 'خطأ تصنيف', |
|
| 722 | + 'zbug_erreur_execution_page' => 'خطأ في التنفيذ', |
|
| 723 | + 'zbug_erreur_filtre' => 'المرشح @filtre@ غير معرّف ', |
|
| 724 | + 'zbug_erreur_filtre_nbarg_min' => 'المرشح @filtre@ : ينقص @nb@ عامل', |
|
| 725 | + 'zbug_erreur_meme_parent' => 'لا ينطبق معيار {meme_parent} إلا على حلقتي (FORUMS) أو (RUBRIQUES)', |
|
| 726 | + 'zbug_erreur_squelette' => 'خطأ في الصفحة النموذجية', |
|
| 727 | + 'zbug_hors_compilation' => 'خارج التصنيف', |
|
| 728 | + 'zbug_info_erreur_squelette' => 'خطأ في الموفع', |
|
| 729 | + 'zbug_inversion_ordre_inexistant' => 'عكس ترتيب غير موجود أصلاً', |
|
| 730 | + 'zbug_pagination_sans_critere' => 'علامة PAGINATION# بدون معيار {pagination} أو مستخدمة في حلقة دورية', |
|
| 731 | + 'zbug_parametres_inclus_incorrects' => 'عامل إدراج غير صحيحة: @param@', |
|
| 732 | + 'zbug_profile' => 'فترة المعالجة: @time@', |
|
| 733 | + 'zbug_resultat' => 'النتيجة', |
|
| 734 | + 'zbug_serveur_indefini' => 'خادم SQL غير محدد', |
|
| 735 | + 'zbug_statistiques' => 'احصاءات استفسارات SQL مرتبة حسب المدة', |
|
| 736 | + 'zbug_table_inconnue' => 'جدول SQL هو «@table@» غير معروف', |
|
| 737 | + 'zxml_connus_attributs' => 'خاصيات معروفة', |
|
| 738 | + 'zxml_de' => 'من', |
|
| 739 | + 'zxml_inconnu_attribut' => 'خاصية غير معروفة', |
|
| 740 | + 'zxml_inconnu_balise' => 'علامة غير معروفة', |
|
| 741 | + 'zxml_inconnu_entite' => 'كائن غير معروف', |
|
| 742 | + 'zxml_inconnu_id' => 'هوية ID غير معروفة', |
|
| 743 | + 'zxml_mais_de' => 'لكن من', |
|
| 744 | + 'zxml_non_conforme' => 'غير مطابق للشكل', |
|
| 745 | + 'zxml_non_fils' => 'ليس من سلالة', |
|
| 746 | + 'zxml_nonvide_balise' => 'علامة غير فارغة', |
|
| 747 | + 'zxml_obligatoire_attribut' => 'خاصية إجبارية لكنها غير موجودة في', |
|
| 748 | + 'zxml_succession_fils_incorrecte' => 'تتابع سلالات غير سليم', |
|
| 749 | + 'zxml_survoler' => 'الحوم لعرض الصحيح', |
|
| 750 | + 'zxml_valeur_attribut' => 'قيمة الخاصية', |
|
| 751 | + 'zxml_vide_balise' => 'علامة فارغة', |
|
| 752 | + 'zxml_vu' => 'ظهر مسبقاً' |
|
| 753 | 753 | ); |
@@ -4,248 +4,248 @@ discard block |
||
| 4 | 4 | // ** ne pas modifier le fichier ** |
| 5 | 5 | |
| 6 | 6 | if (!defined('_ECRIRE_INC_VERSION')) { |
| 7 | - return; |
|
| 7 | + return; |
|
| 8 | 8 | } |
| 9 | 9 | |
| 10 | 10 | $GLOBALS[$GLOBALS['idx_lang']] = array( |
| 11 | 11 | |
| 12 | - // A |
|
| 13 | - 'access_interface_graphique' => 'Retour à l’interface graphique complète', |
|
| 14 | - 'access_mode_texte' => 'Afficher l’interface textuelle simplifiée', |
|
| 15 | - 'admin_debug' => 'debug', |
|
| 16 | - 'admin_modifier_article' => 'Modifier cet article', |
|
| 17 | - 'admin_modifier_auteur' => 'Modifier cette autrice', |
|
| 18 | - 'admin_modifier_breve' => 'Modifier cette brève', |
|
| 19 | - 'admin_modifier_mot' => 'Modifier ce mot-clé', |
|
| 20 | - 'admin_modifier_rubrique' => 'Modifier cette rubrique', |
|
| 21 | - 'admin_recalculer' => 'Recalculer cette page', |
|
| 22 | - 'afficher_calendrier' => 'Afficher le calendrier', |
|
| 23 | - 'afficher_trad' => 'afficher les traductions', |
|
| 24 | - 'alerte_maj_impossible' => '<b>Alerte !</b> La mise à jour de la base SQL vers la version @version@ est impossible, peut-être à cause d’un problème de droit de modification sur la base de données. Veuillez contacter votre hébergeur.', |
|
| 25 | - 'alerte_modif_info_concourante' => 'ATTENTION : Cette information a été modifiée par ailleurs. La valeur actuelle est :', |
|
| 26 | - 'analyse_xml' => 'Analyse XML', |
|
| 27 | - 'annuler' => 'Annuler', |
|
| 28 | - 'antispam_champ_vide' => 'Veuillez laisser ce champ vide :', |
|
| 29 | - 'articles_recents' => 'Articles les plus récents', |
|
| 30 | - 'attention_champ_mini_nb_caractères' => 'Attention ! @nb@ caractères au minimum', |
|
| 31 | - 'avis_1_erreur_saisie' => 'Il y a 1 erreur dans votre saisie, veuillez vérifier les informations.', |
|
| 32 | - 'avis_archive_incorrect' => 'le fichier archive n’est pas un fichier SPIP', |
|
| 33 | - 'avis_archive_invalide' => 'le fichier archive n’est pas valide', |
|
| 34 | - 'avis_attention' => 'ATTENTION !', |
|
| 35 | - 'avis_champ_incorrect_type_objet' => 'Nom de champ incorrect @name@ pour objet de type @type@', |
|
| 36 | - 'avis_colonne_inexistante' => 'La colonne @col@ n’existe pas', |
|
| 37 | - 'avis_erreur' => 'Erreur : voir ci-dessous', |
|
| 38 | - 'avis_erreur_connexion' => 'Erreur de connexion', |
|
| 39 | - 'avis_erreur_cookie' => 'problème de cookie', |
|
| 40 | - 'avis_erreur_fonction_contexte' => 'Erreur de programmation. Cette fonction ne doit pas être appelée dans ce contexte.', |
|
| 41 | - 'avis_erreur_mysql' => 'Erreur SQL', |
|
| 42 | - 'avis_erreur_sauvegarde' => 'Erreur dans la sauvegarde (@type@ @id_objet@) !', |
|
| 43 | - 'avis_erreur_visiteur' => 'Problème d’accès à l’espace privé', |
|
| 44 | - 'avis_nb_erreurs_saisie' => 'Il y a @nb@ erreurs dans votre saisie, veuillez vérifier les informations.', |
|
| 12 | + // A |
|
| 13 | + 'access_interface_graphique' => 'Retour à l’interface graphique complète', |
|
| 14 | + 'access_mode_texte' => 'Afficher l’interface textuelle simplifiée', |
|
| 15 | + 'admin_debug' => 'debug', |
|
| 16 | + 'admin_modifier_article' => 'Modifier cet article', |
|
| 17 | + 'admin_modifier_auteur' => 'Modifier cette autrice', |
|
| 18 | + 'admin_modifier_breve' => 'Modifier cette brève', |
|
| 19 | + 'admin_modifier_mot' => 'Modifier ce mot-clé', |
|
| 20 | + 'admin_modifier_rubrique' => 'Modifier cette rubrique', |
|
| 21 | + 'admin_recalculer' => 'Recalculer cette page', |
|
| 22 | + 'afficher_calendrier' => 'Afficher le calendrier', |
|
| 23 | + 'afficher_trad' => 'afficher les traductions', |
|
| 24 | + 'alerte_maj_impossible' => '<b>Alerte !</b> La mise à jour de la base SQL vers la version @version@ est impossible, peut-être à cause d’un problème de droit de modification sur la base de données. Veuillez contacter votre hébergeur.', |
|
| 25 | + 'alerte_modif_info_concourante' => 'ATTENTION : Cette information a été modifiée par ailleurs. La valeur actuelle est :', |
|
| 26 | + 'analyse_xml' => 'Analyse XML', |
|
| 27 | + 'annuler' => 'Annuler', |
|
| 28 | + 'antispam_champ_vide' => 'Veuillez laisser ce champ vide :', |
|
| 29 | + 'articles_recents' => 'Articles les plus récents', |
|
| 30 | + 'attention_champ_mini_nb_caractères' => 'Attention ! @nb@ caractères au minimum', |
|
| 31 | + 'avis_1_erreur_saisie' => 'Il y a 1 erreur dans votre saisie, veuillez vérifier les informations.', |
|
| 32 | + 'avis_archive_incorrect' => 'le fichier archive n’est pas un fichier SPIP', |
|
| 33 | + 'avis_archive_invalide' => 'le fichier archive n’est pas valide', |
|
| 34 | + 'avis_attention' => 'ATTENTION !', |
|
| 35 | + 'avis_champ_incorrect_type_objet' => 'Nom de champ incorrect @name@ pour objet de type @type@', |
|
| 36 | + 'avis_colonne_inexistante' => 'La colonne @col@ n’existe pas', |
|
| 37 | + 'avis_erreur' => 'Erreur : voir ci-dessous', |
|
| 38 | + 'avis_erreur_connexion' => 'Erreur de connexion', |
|
| 39 | + 'avis_erreur_cookie' => 'problème de cookie', |
|
| 40 | + 'avis_erreur_fonction_contexte' => 'Erreur de programmation. Cette fonction ne doit pas être appelée dans ce contexte.', |
|
| 41 | + 'avis_erreur_mysql' => 'Erreur SQL', |
|
| 42 | + 'avis_erreur_sauvegarde' => 'Erreur dans la sauvegarde (@type@ @id_objet@) !', |
|
| 43 | + 'avis_erreur_visiteur' => 'Problème d’accès à l’espace privé', |
|
| 44 | + 'avis_nb_erreurs_saisie' => 'Il y a @nb@ erreurs dans votre saisie, veuillez vérifier les informations.', |
|
| 45 | 45 | |
| 46 | - // B |
|
| 47 | - 'barre_a_accent_grave' => 'Insérer un A accent grave majuscule', |
|
| 48 | - 'barre_aide' => 'Utilisez les raccourcis typographiques pour enrichir votre mise en page', |
|
| 49 | - 'barre_e_accent_aigu' => 'Insérer un E accent aigu majuscule', |
|
| 50 | - 'barre_eo' => 'Insérer un E dans l’O', |
|
| 51 | - 'barre_eo_maj' => 'Insérer un E dans l’O majuscule', |
|
| 52 | - 'barre_euro' => 'Insérer le symbole €', |
|
| 53 | - 'barre_gras' => 'Mettre en {{gras}}', |
|
| 54 | - 'barre_guillemets' => 'Entourer de « guillemets »', |
|
| 55 | - 'barre_guillemets_simples' => 'Entourer de “guillemets de second niveau”', |
|
| 56 | - 'barre_intertitre' => 'Transformer en {{{intertitre}}}', |
|
| 57 | - 'barre_italic' => 'Mettre en {italique}', |
|
| 58 | - 'barre_lien' => 'Transformer en [lien hypertexte->http://...]', |
|
| 59 | - 'barre_lien_input' => 'Veuillez indiquer l’adresse de votre lien (vous pouvez indiquer une adresse Web sous la forme http://www.monsite/com ou simplement indiquer le numéro d’un article de ce site.', |
|
| 60 | - 'barre_note' => 'Transformer en [[Note de bas de page]]', |
|
| 61 | - 'barre_paragraphe' => 'Créer un paragraphe', |
|
| 62 | - 'barre_quote' => '<quote>Citer un message</quote>', |
|
| 63 | - 'bouton_changer' => 'Changer', |
|
| 64 | - 'bouton_chercher' => 'Chercher', |
|
| 65 | - 'bouton_choisir' => 'Choisir', |
|
| 66 | - 'bouton_deplacer' => 'Déplacer', |
|
| 67 | - 'bouton_download' => 'Télécharger', |
|
| 68 | - 'bouton_enregistrer' => 'Enregistrer', |
|
| 69 | - 'bouton_radio_desactiver_messagerie_interne' => 'Désactiver la messagerie interne', |
|
| 70 | - 'bouton_radio_envoi_annonces' => 'Envoyer les annonces éditoriales', |
|
| 71 | - 'bouton_radio_non_envoi_annonces' => 'Ne pas envoyer d’annonces', |
|
| 72 | - 'bouton_radio_non_envoi_liste_nouveautes' => 'Ne pas envoyer la liste des nouveautés', |
|
| 73 | - 'bouton_recharger_page' => 'recharger cette page', |
|
| 74 | - 'bouton_telecharger' => 'Télécharger', |
|
| 75 | - 'bouton_upload' => 'Téléverser', |
|
| 76 | - 'bouton_valider' => 'Valider', |
|
| 46 | + // B |
|
| 47 | + 'barre_a_accent_grave' => 'Insérer un A accent grave majuscule', |
|
| 48 | + 'barre_aide' => 'Utilisez les raccourcis typographiques pour enrichir votre mise en page', |
|
| 49 | + 'barre_e_accent_aigu' => 'Insérer un E accent aigu majuscule', |
|
| 50 | + 'barre_eo' => 'Insérer un E dans l’O', |
|
| 51 | + 'barre_eo_maj' => 'Insérer un E dans l’O majuscule', |
|
| 52 | + 'barre_euro' => 'Insérer le symbole €', |
|
| 53 | + 'barre_gras' => 'Mettre en {{gras}}', |
|
| 54 | + 'barre_guillemets' => 'Entourer de « guillemets »', |
|
| 55 | + 'barre_guillemets_simples' => 'Entourer de “guillemets de second niveau”', |
|
| 56 | + 'barre_intertitre' => 'Transformer en {{{intertitre}}}', |
|
| 57 | + 'barre_italic' => 'Mettre en {italique}', |
|
| 58 | + 'barre_lien' => 'Transformer en [lien hypertexte->http://...]', |
|
| 59 | + 'barre_lien_input' => 'Veuillez indiquer l’adresse de votre lien (vous pouvez indiquer une adresse Web sous la forme http://www.monsite/com ou simplement indiquer le numéro d’un article de ce site.', |
|
| 60 | + 'barre_note' => 'Transformer en [[Note de bas de page]]', |
|
| 61 | + 'barre_paragraphe' => 'Créer un paragraphe', |
|
| 62 | + 'barre_quote' => '<quote>Citer un message</quote>', |
|
| 63 | + 'bouton_changer' => 'Changer', |
|
| 64 | + 'bouton_chercher' => 'Chercher', |
|
| 65 | + 'bouton_choisir' => 'Choisir', |
|
| 66 | + 'bouton_deplacer' => 'Déplacer', |
|
| 67 | + 'bouton_download' => 'Télécharger', |
|
| 68 | + 'bouton_enregistrer' => 'Enregistrer', |
|
| 69 | + 'bouton_radio_desactiver_messagerie_interne' => 'Désactiver la messagerie interne', |
|
| 70 | + 'bouton_radio_envoi_annonces' => 'Envoyer les annonces éditoriales', |
|
| 71 | + 'bouton_radio_non_envoi_annonces' => 'Ne pas envoyer d’annonces', |
|
| 72 | + 'bouton_radio_non_envoi_liste_nouveautes' => 'Ne pas envoyer la liste des nouveautés', |
|
| 73 | + 'bouton_recharger_page' => 'recharger cette page', |
|
| 74 | + 'bouton_telecharger' => 'Télécharger', |
|
| 75 | + 'bouton_upload' => 'Téléverser', |
|
| 76 | + 'bouton_valider' => 'Valider', |
|
| 77 | 77 | |
| 78 | - // C |
|
| 79 | - 'cal_apresmidi' => 'après-midi', |
|
| 80 | - 'cal_jour_entier' => 'jour entier', |
|
| 81 | - 'cal_matin' => 'matin', |
|
| 82 | - 'cal_par_jour' => 'calendrier par jour', |
|
| 83 | - 'cal_par_mois' => 'calendrier par mois', |
|
| 84 | - 'cal_par_semaine' => 'calendrier par semaine', |
|
| 85 | - 'choix_couleur_interface' => 'couleur ', |
|
| 86 | - 'choix_interface' => 'choix de l’interface', |
|
| 87 | - 'colonne' => 'Colonne', |
|
| 88 | - 'confirm_changer_statut' => 'Attention, vous avez demandé à changer le statut de cet élément. Souhaitez-vous continuer ?', |
|
| 89 | - 'correcte' => 'correcte', |
|
| 78 | + // C |
|
| 79 | + 'cal_apresmidi' => 'après-midi', |
|
| 80 | + 'cal_jour_entier' => 'jour entier', |
|
| 81 | + 'cal_matin' => 'matin', |
|
| 82 | + 'cal_par_jour' => 'calendrier par jour', |
|
| 83 | + 'cal_par_mois' => 'calendrier par mois', |
|
| 84 | + 'cal_par_semaine' => 'calendrier par semaine', |
|
| 85 | + 'choix_couleur_interface' => 'couleur ', |
|
| 86 | + 'choix_interface' => 'choix de l’interface', |
|
| 87 | + 'colonne' => 'Colonne', |
|
| 88 | + 'confirm_changer_statut' => 'Attention, vous avez demandé à changer le statut de cet élément. Souhaitez-vous continuer ?', |
|
| 89 | + 'correcte' => 'correcte', |
|
| 90 | 90 | |
| 91 | - // D |
|
| 92 | - 'date_aujourdhui' => 'aujourd’hui', |
|
| 93 | - 'date_avant_jc' => 'av. J.C.', |
|
| 94 | - 'date_dans' => 'dans @delai@', |
|
| 95 | - 'date_de_mois_1' => '@j@ @nommois@', |
|
| 96 | - 'date_de_mois_10' => '@j@ @nommois@', |
|
| 97 | - 'date_de_mois_11' => '@j@ @nommois@', |
|
| 98 | - 'date_de_mois_12' => '@j@ @nommois@', |
|
| 99 | - 'date_de_mois_2' => '@j@ @nommois@', |
|
| 100 | - 'date_de_mois_3' => '@j@ @nommois@', |
|
| 101 | - 'date_de_mois_4' => '@j@ @nommois@', |
|
| 102 | - 'date_de_mois_5' => '@j@ @nommois@', |
|
| 103 | - 'date_de_mois_6' => '@j@ @nommois@', |
|
| 104 | - 'date_de_mois_7' => '@j@ @nommois@', |
|
| 105 | - 'date_de_mois_8' => '@j@ @nommois@', |
|
| 106 | - 'date_de_mois_9' => '@j@ @nommois@', |
|
| 107 | - 'date_demain' => 'demain', |
|
| 108 | - 'date_fmt_heures_minutes' => '@h@h@m@min', |
|
| 109 | - 'date_fmt_heures_minutes_court' => '@h@h@m@', |
|
| 110 | - 'date_fmt_jour' => '@nomjour@ @jour@', |
|
| 111 | - 'date_fmt_jour_heure' => '@jour@ à @heure@', |
|
| 112 | - 'date_fmt_jour_heure_debut_fin' => '@jour@ de @heure_debut@ à @heure_fin@', |
|
| 113 | - 'date_fmt_jour_heure_debut_fin_abbr' => '@dtstart@@jour@ de @heure_debut@@dtabbr@ à @dtend@@heure_fin@@dtabbr@', |
|
| 114 | - 'date_fmt_jour_mois' => '@jour@ @nommois@', |
|
| 115 | - 'date_fmt_jour_mois_annee' => '@jour@ @nommois@ @annee@', |
|
| 116 | - 'date_fmt_mois_annee' => '@nommois@ @annee@', |
|
| 117 | - 'date_fmt_nomjour' => '@nomjour@ @date@', |
|
| 118 | - 'date_fmt_nomjour_date' => 'le @nomjour@ @date@', |
|
| 119 | - 'date_fmt_periode' => 'Du @date_debut@ au @date_fin@', |
|
| 120 | - 'date_fmt_periode_abbr' => 'Du @dtart@@date_debut@@dtabbr@ au @dtend@@date_fin@@dtabbr@', |
|
| 121 | - 'date_fmt_periode_from' => 'Du', |
|
| 122 | - 'date_fmt_periode_to' => 'au', |
|
| 123 | - 'date_fmt_saison_annee' => '@saison@ @annee@', |
|
| 124 | - 'date_heures' => 'heures', |
|
| 125 | - 'date_hier' => 'hier', |
|
| 126 | - 'date_il_y_a' => 'il y a @delai@', |
|
| 127 | - 'date_jnum1' => '1er', |
|
| 128 | - 'date_jnum10' => '10', |
|
| 129 | - 'date_jnum11' => '11', |
|
| 130 | - 'date_jnum12' => '12', |
|
| 131 | - 'date_jnum13' => '13', |
|
| 132 | - 'date_jnum14' => '14', |
|
| 133 | - 'date_jnum15' => '15', |
|
| 134 | - 'date_jnum16' => '16', |
|
| 135 | - 'date_jnum17' => '17', |
|
| 136 | - 'date_jnum18' => '18', |
|
| 137 | - 'date_jnum19' => '19', |
|
| 138 | - 'date_jnum2' => '2', |
|
| 139 | - 'date_jnum20' => '20', |
|
| 140 | - 'date_jnum21' => '21', |
|
| 141 | - 'date_jnum22' => '22', |
|
| 142 | - 'date_jnum23' => '23', |
|
| 143 | - 'date_jnum24' => '24', |
|
| 144 | - 'date_jnum25' => '25', |
|
| 145 | - 'date_jnum26' => '26', |
|
| 146 | - 'date_jnum27' => '27', |
|
| 147 | - 'date_jnum28' => '28', |
|
| 148 | - 'date_jnum29' => '29', |
|
| 149 | - 'date_jnum3' => '3', |
|
| 150 | - 'date_jnum30' => '30', |
|
| 151 | - 'date_jnum31' => '31', |
|
| 152 | - 'date_jnum4' => '4', |
|
| 153 | - 'date_jnum5' => '5', |
|
| 154 | - 'date_jnum6' => '6', |
|
| 155 | - 'date_jnum7' => '7', |
|
| 156 | - 'date_jnum8' => '8', |
|
| 157 | - 'date_jnum9' => '9', |
|
| 158 | - 'date_jour_1' => 'dimanche', |
|
| 159 | - 'date_jour_1_abbr' => 'dim.', |
|
| 160 | - 'date_jour_1_initiale' => 'd.', |
|
| 161 | - 'date_jour_2' => 'lundi', |
|
| 162 | - 'date_jour_2_abbr' => 'lun.', |
|
| 163 | - 'date_jour_2_initiale' => 'l.', |
|
| 164 | - 'date_jour_3' => 'mardi', |
|
| 165 | - 'date_jour_3_abbr' => 'mar.', |
|
| 166 | - 'date_jour_3_initiale' => 'm.', |
|
| 167 | - 'date_jour_4' => 'mercredi', |
|
| 168 | - 'date_jour_4_abbr' => 'mer.', |
|
| 169 | - 'date_jour_4_initiale' => 'm.', |
|
| 170 | - 'date_jour_5' => 'jeudi', |
|
| 171 | - 'date_jour_5_abbr' => 'jeu.', |
|
| 172 | - 'date_jour_5_initiale' => 'j.', |
|
| 173 | - 'date_jour_6' => 'vendredi', |
|
| 174 | - 'date_jour_6_abbr' => 'ven.', |
|
| 175 | - 'date_jour_6_initiale' => 'v.', |
|
| 176 | - 'date_jour_7' => 'samedi', |
|
| 177 | - 'date_jour_7_abbr' => 'sam.', |
|
| 178 | - 'date_jour_7_initiale' => 's.', |
|
| 179 | - 'date_jours' => 'jours', |
|
| 180 | - 'date_minutes' => 'minutes', |
|
| 181 | - 'date_mois' => 'mois', |
|
| 182 | - 'date_mois_1' => 'janvier', |
|
| 183 | - 'date_mois_10' => 'octobre', |
|
| 184 | - 'date_mois_10_abbr' => 'oct.', |
|
| 185 | - 'date_mois_11' => 'novembre', |
|
| 186 | - 'date_mois_11_abbr' => 'nov.', |
|
| 187 | - 'date_mois_12' => 'décembre', |
|
| 188 | - 'date_mois_12_abbr' => 'déc.', |
|
| 189 | - 'date_mois_1_abbr' => 'janv.', |
|
| 190 | - 'date_mois_2' => 'février', |
|
| 191 | - 'date_mois_2_abbr' => 'févr.', |
|
| 192 | - 'date_mois_3' => 'mars', |
|
| 193 | - 'date_mois_3_abbr' => 'mars', |
|
| 194 | - 'date_mois_4' => 'avril', |
|
| 195 | - 'date_mois_4_abbr' => 'avr.', |
|
| 196 | - 'date_mois_5' => 'mai', |
|
| 197 | - 'date_mois_5_abbr' => 'mai', |
|
| 198 | - 'date_mois_6' => 'juin', |
|
| 199 | - 'date_mois_6_abbr' => 'juin', |
|
| 200 | - 'date_mois_7' => 'juillet', |
|
| 201 | - 'date_mois_7_abbr' => 'juil.', |
|
| 202 | - 'date_mois_8' => 'août', |
|
| 203 | - 'date_mois_8_abbr' => 'août', |
|
| 204 | - 'date_mois_9' => 'septembre', |
|
| 205 | - 'date_mois_9_abbr' => 'sept.', |
|
| 206 | - 'date_saison_1' => 'hiver', |
|
| 207 | - 'date_saison_2' => 'printemps', |
|
| 208 | - 'date_saison_3' => 'été', |
|
| 209 | - 'date_saison_4' => 'automne', |
|
| 210 | - 'date_secondes' => 'secondes', |
|
| 211 | - 'date_semaines' => 'semaines', |
|
| 212 | - 'date_un_mois' => 'mois', |
|
| 213 | - 'date_une_heure' => 'heure', |
|
| 214 | - 'date_une_minute' => 'minute', |
|
| 215 | - 'date_une_seconde' => 'seconde', |
|
| 216 | - 'date_une_semaine' => 'semaine', |
|
| 217 | - 'dirs_commencer' => ' afin de commencer réellement l’installation', |
|
| 218 | - 'dirs_preliminaire' => 'Préliminaire : <b>Régler les droits d’accès</b>', |
|
| 219 | - 'dirs_probleme_droits' => 'Problème de droits d’accès', |
|
| 220 | - 'dirs_repertoires_absents' => '<p><b>Les répertoires suivants n’ont pas été trouvés :</b></p><ul>@bad_dirs@</ul> |
|
| 91 | + // D |
|
| 92 | + 'date_aujourdhui' => 'aujourd’hui', |
|
| 93 | + 'date_avant_jc' => 'av. J.C.', |
|
| 94 | + 'date_dans' => 'dans @delai@', |
|
| 95 | + 'date_de_mois_1' => '@j@ @nommois@', |
|
| 96 | + 'date_de_mois_10' => '@j@ @nommois@', |
|
| 97 | + 'date_de_mois_11' => '@j@ @nommois@', |
|
| 98 | + 'date_de_mois_12' => '@j@ @nommois@', |
|
| 99 | + 'date_de_mois_2' => '@j@ @nommois@', |
|
| 100 | + 'date_de_mois_3' => '@j@ @nommois@', |
|
| 101 | + 'date_de_mois_4' => '@j@ @nommois@', |
|
| 102 | + 'date_de_mois_5' => '@j@ @nommois@', |
|
| 103 | + 'date_de_mois_6' => '@j@ @nommois@', |
|
| 104 | + 'date_de_mois_7' => '@j@ @nommois@', |
|
| 105 | + 'date_de_mois_8' => '@j@ @nommois@', |
|
| 106 | + 'date_de_mois_9' => '@j@ @nommois@', |
|
| 107 | + 'date_demain' => 'demain', |
|
| 108 | + 'date_fmt_heures_minutes' => '@h@h@m@min', |
|
| 109 | + 'date_fmt_heures_minutes_court' => '@h@h@m@', |
|
| 110 | + 'date_fmt_jour' => '@nomjour@ @jour@', |
|
| 111 | + 'date_fmt_jour_heure' => '@jour@ à @heure@', |
|
| 112 | + 'date_fmt_jour_heure_debut_fin' => '@jour@ de @heure_debut@ à @heure_fin@', |
|
| 113 | + 'date_fmt_jour_heure_debut_fin_abbr' => '@dtstart@@jour@ de @heure_debut@@dtabbr@ à @dtend@@heure_fin@@dtabbr@', |
|
| 114 | + 'date_fmt_jour_mois' => '@jour@ @nommois@', |
|
| 115 | + 'date_fmt_jour_mois_annee' => '@jour@ @nommois@ @annee@', |
|
| 116 | + 'date_fmt_mois_annee' => '@nommois@ @annee@', |
|
| 117 | + 'date_fmt_nomjour' => '@nomjour@ @date@', |
|
| 118 | + 'date_fmt_nomjour_date' => 'le @nomjour@ @date@', |
|
| 119 | + 'date_fmt_periode' => 'Du @date_debut@ au @date_fin@', |
|
| 120 | + 'date_fmt_periode_abbr' => 'Du @dtart@@date_debut@@dtabbr@ au @dtend@@date_fin@@dtabbr@', |
|
| 121 | + 'date_fmt_periode_from' => 'Du', |
|
| 122 | + 'date_fmt_periode_to' => 'au', |
|
| 123 | + 'date_fmt_saison_annee' => '@saison@ @annee@', |
|
| 124 | + 'date_heures' => 'heures', |
|
| 125 | + 'date_hier' => 'hier', |
|
| 126 | + 'date_il_y_a' => 'il y a @delai@', |
|
| 127 | + 'date_jnum1' => '1er', |
|
| 128 | + 'date_jnum10' => '10', |
|
| 129 | + 'date_jnum11' => '11', |
|
| 130 | + 'date_jnum12' => '12', |
|
| 131 | + 'date_jnum13' => '13', |
|
| 132 | + 'date_jnum14' => '14', |
|
| 133 | + 'date_jnum15' => '15', |
|
| 134 | + 'date_jnum16' => '16', |
|
| 135 | + 'date_jnum17' => '17', |
|
| 136 | + 'date_jnum18' => '18', |
|
| 137 | + 'date_jnum19' => '19', |
|
| 138 | + 'date_jnum2' => '2', |
|
| 139 | + 'date_jnum20' => '20', |
|
| 140 | + 'date_jnum21' => '21', |
|
| 141 | + 'date_jnum22' => '22', |
|
| 142 | + 'date_jnum23' => '23', |
|
| 143 | + 'date_jnum24' => '24', |
|
| 144 | + 'date_jnum25' => '25', |
|
| 145 | + 'date_jnum26' => '26', |
|
| 146 | + 'date_jnum27' => '27', |
|
| 147 | + 'date_jnum28' => '28', |
|
| 148 | + 'date_jnum29' => '29', |
|
| 149 | + 'date_jnum3' => '3', |
|
| 150 | + 'date_jnum30' => '30', |
|
| 151 | + 'date_jnum31' => '31', |
|
| 152 | + 'date_jnum4' => '4', |
|
| 153 | + 'date_jnum5' => '5', |
|
| 154 | + 'date_jnum6' => '6', |
|
| 155 | + 'date_jnum7' => '7', |
|
| 156 | + 'date_jnum8' => '8', |
|
| 157 | + 'date_jnum9' => '9', |
|
| 158 | + 'date_jour_1' => 'dimanche', |
|
| 159 | + 'date_jour_1_abbr' => 'dim.', |
|
| 160 | + 'date_jour_1_initiale' => 'd.', |
|
| 161 | + 'date_jour_2' => 'lundi', |
|
| 162 | + 'date_jour_2_abbr' => 'lun.', |
|
| 163 | + 'date_jour_2_initiale' => 'l.', |
|
| 164 | + 'date_jour_3' => 'mardi', |
|
| 165 | + 'date_jour_3_abbr' => 'mar.', |
|
| 166 | + 'date_jour_3_initiale' => 'm.', |
|
| 167 | + 'date_jour_4' => 'mercredi', |
|
| 168 | + 'date_jour_4_abbr' => 'mer.', |
|
| 169 | + 'date_jour_4_initiale' => 'm.', |
|
| 170 | + 'date_jour_5' => 'jeudi', |
|
| 171 | + 'date_jour_5_abbr' => 'jeu.', |
|
| 172 | + 'date_jour_5_initiale' => 'j.', |
|
| 173 | + 'date_jour_6' => 'vendredi', |
|
| 174 | + 'date_jour_6_abbr' => 'ven.', |
|
| 175 | + 'date_jour_6_initiale' => 'v.', |
|
| 176 | + 'date_jour_7' => 'samedi', |
|
| 177 | + 'date_jour_7_abbr' => 'sam.', |
|
| 178 | + 'date_jour_7_initiale' => 's.', |
|
| 179 | + 'date_jours' => 'jours', |
|
| 180 | + 'date_minutes' => 'minutes', |
|
| 181 | + 'date_mois' => 'mois', |
|
| 182 | + 'date_mois_1' => 'janvier', |
|
| 183 | + 'date_mois_10' => 'octobre', |
|
| 184 | + 'date_mois_10_abbr' => 'oct.', |
|
| 185 | + 'date_mois_11' => 'novembre', |
|
| 186 | + 'date_mois_11_abbr' => 'nov.', |
|
| 187 | + 'date_mois_12' => 'décembre', |
|
| 188 | + 'date_mois_12_abbr' => 'déc.', |
|
| 189 | + 'date_mois_1_abbr' => 'janv.', |
|
| 190 | + 'date_mois_2' => 'février', |
|
| 191 | + 'date_mois_2_abbr' => 'févr.', |
|
| 192 | + 'date_mois_3' => 'mars', |
|
| 193 | + 'date_mois_3_abbr' => 'mars', |
|
| 194 | + 'date_mois_4' => 'avril', |
|
| 195 | + 'date_mois_4_abbr' => 'avr.', |
|
| 196 | + 'date_mois_5' => 'mai', |
|
| 197 | + 'date_mois_5_abbr' => 'mai', |
|
| 198 | + 'date_mois_6' => 'juin', |
|
| 199 | + 'date_mois_6_abbr' => 'juin', |
|
| 200 | + 'date_mois_7' => 'juillet', |
|
| 201 | + 'date_mois_7_abbr' => 'juil.', |
|
| 202 | + 'date_mois_8' => 'août', |
|
| 203 | + 'date_mois_8_abbr' => 'août', |
|
| 204 | + 'date_mois_9' => 'septembre', |
|
| 205 | + 'date_mois_9_abbr' => 'sept.', |
|
| 206 | + 'date_saison_1' => 'hiver', |
|
| 207 | + 'date_saison_2' => 'printemps', |
|
| 208 | + 'date_saison_3' => 'été', |
|
| 209 | + 'date_saison_4' => 'automne', |
|
| 210 | + 'date_secondes' => 'secondes', |
|
| 211 | + 'date_semaines' => 'semaines', |
|
| 212 | + 'date_un_mois' => 'mois', |
|
| 213 | + 'date_une_heure' => 'heure', |
|
| 214 | + 'date_une_minute' => 'minute', |
|
| 215 | + 'date_une_seconde' => 'seconde', |
|
| 216 | + 'date_une_semaine' => 'semaine', |
|
| 217 | + 'dirs_commencer' => ' afin de commencer réellement l’installation', |
|
| 218 | + 'dirs_preliminaire' => 'Préliminaire : <b>Régler les droits d’accès</b>', |
|
| 219 | + 'dirs_probleme_droits' => 'Problème de droits d’accès', |
|
| 220 | + 'dirs_repertoires_absents' => '<p><b>Les répertoires suivants n’ont pas été trouvés :</b></p><ul>@bad_dirs@</ul> |
|
| 221 | 221 | <p>Il est probable que cela soit dû à un problème de mauvaise mise en majuscules ou minuscules. |
| 222 | 222 | Vérifiez que les minuscules et majuscules de ces répertoires concordent bien avec ce qui est affiché |
| 223 | 223 | ci-dessus ; si ce n’est pas le cas, renommez les répertoires avec votre logiciel FTP de façon à corriger l’erreur.</p> |
| 224 | 224 | <p>Une fois cette manipulation effectuée, vous pourrez ', |
| 225 | - 'dirs_repertoires_suivants' => '<p><b>Les répertoires suivants ne sont pas accessibles en écriture :</b></p> <ul>@bad_dirs@</ul> |
|
| 225 | + 'dirs_repertoires_suivants' => '<p><b>Les répertoires suivants ne sont pas accessibles en écriture :</b></p> <ul>@bad_dirs@</ul> |
|
| 226 | 226 | <p>Pour y remédier, utilisez votre client FTP afin de régler les droits d’accès de chacun |
| 227 | 227 | de ces répertoires. La procédure est expliquée en détail dans le guide d’installation.</p> |
| 228 | 228 | <p>Une fois cette manipulation effectuée, vous pourrez ', |
| 229 | - 'double_occurrence' => 'Double occurrence de @balise@', |
|
| 229 | + 'double_occurrence' => 'Double occurrence de @balise@', |
|
| 230 | 230 | |
| 231 | - // E |
|
| 232 | - 'en_cours' => 'en cours', |
|
| 233 | - 'envoi_via_le_site' => 'Envoi via le site', |
|
| 234 | - 'erreur' => 'Erreur', |
|
| 235 | - 'erreur_balise_non_fermee' => 'dernière balise non refermée :', |
|
| 236 | - 'erreur_technique_ajaxform' => 'Oups. Une erreur inattendue a empêché de soumettre le formulaire. Vous pouvez essayer à nouveau.', |
|
| 237 | - 'erreur_technique_enregistrement_champs' => 'Une erreur technique a empêché l’enregistrement correct du champ @champs@.', |
|
| 238 | - 'erreur_technique_enregistrement_impossible' => 'Une erreur technique a empêché l’enregistrement.', |
|
| 239 | - 'erreur_texte' => 'erreur(s)', |
|
| 240 | - 'etape' => 'Étape', |
|
| 231 | + // E |
|
| 232 | + 'en_cours' => 'en cours', |
|
| 233 | + 'envoi_via_le_site' => 'Envoi via le site', |
|
| 234 | + 'erreur' => 'Erreur', |
|
| 235 | + 'erreur_balise_non_fermee' => 'dernière balise non refermée :', |
|
| 236 | + 'erreur_technique_ajaxform' => 'Oups. Une erreur inattendue a empêché de soumettre le formulaire. Vous pouvez essayer à nouveau.', |
|
| 237 | + 'erreur_technique_enregistrement_champs' => 'Une erreur technique a empêché l’enregistrement correct du champ @champs@.', |
|
| 238 | + 'erreur_technique_enregistrement_impossible' => 'Une erreur technique a empêché l’enregistrement.', |
|
| 239 | + 'erreur_texte' => 'erreur(s)', |
|
| 240 | + 'etape' => 'Étape', |
|
| 241 | 241 | |
| 242 | - // F |
|
| 243 | - 'fichier_introuvable' => 'Fichier @fichier@ introuvable.', |
|
| 244 | - 'fonction_introuvable' => 'Fonction @fonction@() introuvable.', |
|
| 245 | - 'form_auteur_confirmation' => 'Confirmez votre adresse email', |
|
| 246 | - 'form_auteur_email_modifie' => 'Votre adresse email a été modifiée.', |
|
| 247 | - 'form_auteur_envoi_mail_confirmation' => 'Un courrier électronique de confirmation vient d’être envoyé à @email@. Vous devrez visiter l’adresse Web mentionnée dans ce courrier pour valider votre adresse mail.', |
|
| 248 | - 'form_auteur_mail_confirmation' => 'Bonjour, |
|
| 242 | + // F |
|
| 243 | + 'fichier_introuvable' => 'Fichier @fichier@ introuvable.', |
|
| 244 | + 'fonction_introuvable' => 'Fonction @fonction@() introuvable.', |
|
| 245 | + 'form_auteur_confirmation' => 'Confirmez votre adresse email', |
|
| 246 | + 'form_auteur_email_modifie' => 'Votre adresse email a été modifiée.', |
|
| 247 | + 'form_auteur_envoi_mail_confirmation' => 'Un courrier électronique de confirmation vient d’être envoyé à @email@. Vous devrez visiter l’adresse Web mentionnée dans ce courrier pour valider votre adresse mail.', |
|
| 248 | + 'form_auteur_mail_confirmation' => 'Bonjour, |
|
| 249 | 249 | |
| 250 | 250 | Vous avez demandé à changer votre adresse email. |
| 251 | 251 | Pour confirmer votre nouvelle adresse, il suffit de vous connecter à |
@@ -254,346 +254,346 @@ discard block |
||
| 254 | 254 | |
| 255 | 255 | @url@ |
| 256 | 256 | ', |
| 257 | - 'form_deja_inscrit' => 'Vous êtes déjà inscrite.', |
|
| 258 | - 'form_email_non_valide' => 'Votre adresse email n’est pas valide.', |
|
| 259 | - 'form_forum_access_refuse' => 'Vous n’avez plus accès à ce site.', |
|
| 260 | - 'form_forum_bonjour' => 'Bonjour @nom@,', |
|
| 261 | - 'form_forum_confirmer_email' => 'Pour confirmer votre adresse email, rendez-vous à cette adresse : @url_confirm@', |
|
| 262 | - 'form_forum_email_deja_enregistre' => 'Cette adresse email est déjà enregistrée, vous pouvez donc utiliser votre mot de passe habituel.', |
|
| 263 | - 'form_forum_identifiant_mail' => 'Votre nouvel identifiant vient de vous être envoyé par email.', |
|
| 264 | - 'form_forum_identifiants' => 'Identifiants personnels', |
|
| 265 | - 'form_forum_indiquer_nom_email' => 'Indiquez ici votre nom et votre adresse email. Votre identifiant personnel vous parviendra rapidement, par courrier électronique.', |
|
| 266 | - 'form_forum_login' => 'login :', |
|
| 267 | - 'form_forum_message_auto' => '(ceci est un message automatique)', |
|
| 268 | - 'form_forum_pass' => 'mot de passe :', |
|
| 269 | - 'form_forum_probleme_mail' => 'Problème de mail : l’identifiant ne peut pas être envoyé.', |
|
| 270 | - 'form_forum_voici1' => 'Voici vos identifiants pour pouvoir participer à la vie du site "@nom_site_spip@" (@adresse_site@) :', |
|
| 271 | - 'form_forum_voici2' => 'Voici vos identifiants pour proposer des articles sur |
|
| 257 | + 'form_deja_inscrit' => 'Vous êtes déjà inscrite.', |
|
| 258 | + 'form_email_non_valide' => 'Votre adresse email n’est pas valide.', |
|
| 259 | + 'form_forum_access_refuse' => 'Vous n’avez plus accès à ce site.', |
|
| 260 | + 'form_forum_bonjour' => 'Bonjour @nom@,', |
|
| 261 | + 'form_forum_confirmer_email' => 'Pour confirmer votre adresse email, rendez-vous à cette adresse : @url_confirm@', |
|
| 262 | + 'form_forum_email_deja_enregistre' => 'Cette adresse email est déjà enregistrée, vous pouvez donc utiliser votre mot de passe habituel.', |
|
| 263 | + 'form_forum_identifiant_mail' => 'Votre nouvel identifiant vient de vous être envoyé par email.', |
|
| 264 | + 'form_forum_identifiants' => 'Identifiants personnels', |
|
| 265 | + 'form_forum_indiquer_nom_email' => 'Indiquez ici votre nom et votre adresse email. Votre identifiant personnel vous parviendra rapidement, par courrier électronique.', |
|
| 266 | + 'form_forum_login' => 'login :', |
|
| 267 | + 'form_forum_message_auto' => '(ceci est un message automatique)', |
|
| 268 | + 'form_forum_pass' => 'mot de passe :', |
|
| 269 | + 'form_forum_probleme_mail' => 'Problème de mail : l’identifiant ne peut pas être envoyé.', |
|
| 270 | + 'form_forum_voici1' => 'Voici vos identifiants pour pouvoir participer à la vie du site "@nom_site_spip@" (@adresse_site@) :', |
|
| 271 | + 'form_forum_voici2' => 'Voici vos identifiants pour proposer des articles sur |
|
| 272 | 272 | le site "@nom_site_spip@" (@adresse_login@) :', |
| 273 | - 'form_indiquer_email' => 'Veuillez indiquer votre adresse email.', |
|
| 274 | - 'form_indiquer_nom' => 'Veuillez indiquer votre nom.', |
|
| 275 | - 'form_indiquer_nom_site' => 'Veuillez indiquer le nom de votre site.', |
|
| 276 | - 'form_pet_deja_enregistre' => 'Ce site est déjà enregistré', |
|
| 277 | - 'form_pet_signature_pasprise' => 'Votre signature n’est pas prise en compte.', |
|
| 278 | - 'form_prop_confirmer_envoi' => 'Confirmer l’envoi', |
|
| 279 | - 'form_prop_description' => 'Description/commentaire', |
|
| 280 | - 'form_prop_enregistre' => 'Votre proposition est enregistrée, elle apparaîtra en ligne après validation par les responsables de ce site.', |
|
| 281 | - 'form_prop_envoyer' => 'Envoyer un message', |
|
| 282 | - 'form_prop_indiquer_email' => 'Veuillez indiquer une adresse email valide', |
|
| 283 | - 'form_prop_indiquer_nom_site' => 'Veuillez indiquer le nom du site.', |
|
| 284 | - 'form_prop_indiquer_sujet' => 'Veuillez indiquer un sujet', |
|
| 285 | - 'form_prop_message_envoye' => 'Message envoyé', |
|
| 286 | - 'form_prop_non_enregistre' => 'Votre proposition n’a pas été enregistrée.', |
|
| 287 | - 'form_prop_sujet' => 'Sujet', |
|
| 288 | - 'form_prop_url_site' => 'Adresse URL du site', |
|
| 289 | - 'format_date_attendu' => 'Saisir une date au format jj/mm/aaaa.', |
|
| 290 | - 'format_date_incorrecte' => 'La date ou son format est incorrect', |
|
| 291 | - 'format_heure_attendu' => 'Saisir une heure au format hh:mm.', |
|
| 292 | - 'format_heure_incorrecte' => 'L’heure ou son format est incorrect', |
|
| 293 | - 'forum_non_inscrit' => 'Vous n’êtes pas inscrite, ou l’adresse ou le mot de passe sont erronés.', |
|
| 294 | - 'forum_par_auteur' => 'par @auteur@', |
|
| 295 | - 'forum_titre_erreur' => 'Erreur...', |
|
| 273 | + 'form_indiquer_email' => 'Veuillez indiquer votre adresse email.', |
|
| 274 | + 'form_indiquer_nom' => 'Veuillez indiquer votre nom.', |
|
| 275 | + 'form_indiquer_nom_site' => 'Veuillez indiquer le nom de votre site.', |
|
| 276 | + 'form_pet_deja_enregistre' => 'Ce site est déjà enregistré', |
|
| 277 | + 'form_pet_signature_pasprise' => 'Votre signature n’est pas prise en compte.', |
|
| 278 | + 'form_prop_confirmer_envoi' => 'Confirmer l’envoi', |
|
| 279 | + 'form_prop_description' => 'Description/commentaire', |
|
| 280 | + 'form_prop_enregistre' => 'Votre proposition est enregistrée, elle apparaîtra en ligne après validation par les responsables de ce site.', |
|
| 281 | + 'form_prop_envoyer' => 'Envoyer un message', |
|
| 282 | + 'form_prop_indiquer_email' => 'Veuillez indiquer une adresse email valide', |
|
| 283 | + 'form_prop_indiquer_nom_site' => 'Veuillez indiquer le nom du site.', |
|
| 284 | + 'form_prop_indiquer_sujet' => 'Veuillez indiquer un sujet', |
|
| 285 | + 'form_prop_message_envoye' => 'Message envoyé', |
|
| 286 | + 'form_prop_non_enregistre' => 'Votre proposition n’a pas été enregistrée.', |
|
| 287 | + 'form_prop_sujet' => 'Sujet', |
|
| 288 | + 'form_prop_url_site' => 'Adresse URL du site', |
|
| 289 | + 'format_date_attendu' => 'Saisir une date au format jj/mm/aaaa.', |
|
| 290 | + 'format_date_incorrecte' => 'La date ou son format est incorrect', |
|
| 291 | + 'format_heure_attendu' => 'Saisir une heure au format hh:mm.', |
|
| 292 | + 'format_heure_incorrecte' => 'L’heure ou son format est incorrect', |
|
| 293 | + 'forum_non_inscrit' => 'Vous n’êtes pas inscrite, ou l’adresse ou le mot de passe sont erronés.', |
|
| 294 | + 'forum_par_auteur' => 'par @auteur@', |
|
| 295 | + 'forum_titre_erreur' => 'Erreur...', |
|
| 296 | 296 | |
| 297 | - // I |
|
| 298 | - 'ical_texte_rss_articles' => 'Le fichier « backend » des articles de ce site se trouve à l’adresse :', |
|
| 299 | - 'ical_texte_rss_articles2' => 'Vous pouvez également obtenir des fichiers « backend » pour les articles de chaque rubrique du site :', |
|
| 300 | - 'ical_texte_rss_breves' => 'Il existe de plus un fichier contenant les brèves du site. En précisant un numéro de rubrique, vous obtiendrez uniquement les brèves de cette rubrique.', |
|
| 301 | - 'icone_a_suivre' => 'À suivre', |
|
| 302 | - 'icone_admin_site' => 'Administration du site', |
|
| 303 | - 'icone_agenda' => 'Agenda', |
|
| 304 | - 'icone_aide_ligne' => 'Aide', |
|
| 305 | - 'icone_articles' => 'Articles', |
|
| 306 | - 'icone_auteurs' => 'Autrices', |
|
| 307 | - 'icone_brouteur' => 'Navigation rapide', |
|
| 308 | - 'icone_configuration_site' => 'Configuration', |
|
| 309 | - 'icone_configurer_site' => 'Configurer votre site', |
|
| 310 | - 'icone_creer_nouvel_auteur' => 'Créer une nouvelle autrice', |
|
| 311 | - 'icone_creer_rubrique' => 'Créer une rubrique', |
|
| 312 | - 'icone_creer_sous_rubrique' => 'Créer une sous-rubrique', |
|
| 313 | - 'icone_deconnecter' => 'Se déconnecter', |
|
| 314 | - 'icone_discussions' => 'Discussions', |
|
| 315 | - 'icone_doc_rubrique' => 'Documents des rubriques', |
|
| 316 | - 'icone_ecrire_article' => 'Écrire un nouvel article', |
|
| 317 | - 'icone_edition_site' => 'Édition', |
|
| 318 | - 'icone_gestion_langues' => 'Gestion des langues', |
|
| 319 | - 'icone_informations_personnelles' => 'Informations personnelles', |
|
| 320 | - 'icone_interface_complet' => 'interface complète', |
|
| 321 | - 'icone_interface_simple' => 'Interface simplifiée', |
|
| 322 | - 'icone_maintenance_site' => 'Maintenance du site', |
|
| 323 | - 'icone_messagerie_personnelle' => 'Messagerie personnelle', |
|
| 324 | - 'icone_repartition_debut' => 'Afficher la répartition depuis le début', |
|
| 325 | - 'icone_rubriques' => 'Rubriques', |
|
| 326 | - 'icone_sauver_site' => 'Sauvegarde du site', |
|
| 327 | - 'icone_site_entier' => 'Tout le site', |
|
| 328 | - 'icone_sites_references' => 'Sites référencés', |
|
| 329 | - 'icone_statistiques' => 'Statistiques du site', |
|
| 330 | - 'icone_suivi_activite' => 'Suivre la vie du site', |
|
| 331 | - 'icone_suivi_actualite' => 'Évolution du site', |
|
| 332 | - 'icone_suivi_pettions' => 'Suivre/gérer les pétitions', |
|
| 333 | - 'icone_suivi_revisions' => 'Modifications des articles', |
|
| 334 | - 'icone_supprimer_document' => 'Supprimer ce document', |
|
| 335 | - 'icone_supprimer_image' => 'Supprimer cette image', |
|
| 336 | - 'icone_tous_articles' => 'Tous vos articles', |
|
| 337 | - 'icone_tous_auteur' => 'Toutes les autrices', |
|
| 338 | - 'icone_tous_visiteur' => 'Toutes les visiteuses', |
|
| 339 | - 'icone_visiter_site' => 'Voir le site public', |
|
| 340 | - 'icone_voir_en_ligne' => 'Voir en ligne', |
|
| 341 | - 'img_indisponible' => 'image indisponible', |
|
| 342 | - 'impossible' => 'impossible', |
|
| 343 | - 'info_a_suivre' => 'À SUIVRE »', |
|
| 344 | - 'info_acces_interdit' => 'Accès interdit', |
|
| 345 | - 'info_acces_refuse' => 'Accès refusé', |
|
| 346 | - 'info_action' => 'Action : @action@', |
|
| 347 | - 'info_administrer_rubriques' => 'Vous pouvez administrer cette rubrique et ses sous-rubriques', |
|
| 348 | - 'info_adresse_non_indiquee' => 'Vous n’avez pas indiqué d’adresse à tester !', |
|
| 349 | - 'info_aide' => 'AIDE :', |
|
| 350 | - 'info_ajouter_mot' => 'Ajouter ce mot', |
|
| 351 | - 'info_annonce' => 'ANNONCE', |
|
| 352 | - 'info_annonces_generales' => 'Annonces générales :', |
|
| 353 | - 'info_article_propose' => 'Article proposé', |
|
| 354 | - 'info_article_publie' => 'Article publié', |
|
| 355 | - 'info_article_redaction' => 'Article en cours de rédaction', |
|
| 356 | - 'info_article_refuse' => 'Article refusé', |
|
| 357 | - 'info_article_supprime' => 'Article supprimé', |
|
| 358 | - 'info_articles' => 'Articles', |
|
| 359 | - 'info_articles_a_valider' => 'Les articles à valider', |
|
| 360 | - 'info_articles_nb' => '@nb@ articles', |
|
| 361 | - 'info_articles_proposes' => 'Articles proposés', |
|
| 362 | - 'info_articles_un' => '1 article', |
|
| 363 | - 'info_auteurs_nombre' => 'autrice(s) :', |
|
| 364 | - 'info_authentification_ftp' => 'Authentification (par FTP).', |
|
| 365 | - 'info_breves_2' => 'brèves', |
|
| 366 | - 'info_breves_nb' => '@nb@ brèves', |
|
| 367 | - 'info_breves_un' => '1 brève', |
|
| 368 | - 'info_connexion_refusee' => 'Connexion refusée', |
|
| 369 | - 'info_contact_developpeur' => 'Veuillez contacter une développeuse.', |
|
| 370 | - 'info_contenance' => 'Ce site contient :', |
|
| 371 | - 'info_contribution' => 'contributions', |
|
| 372 | - 'info_copyright' => '@spip@ est un logiciel libre distribué @lien_gpl@.', |
|
| 373 | - 'info_copyright_doc' => 'Pour plus d’informations, voir le site <a href="@spipnet@">@spipnet_affiche@</a>.', |
|
| 374 | - 'info_copyright_gpl' => 'sous licence GPL', |
|
| 375 | - 'info_cours_edition' => 'En cours de modification', |
|
| 376 | - 'info_creer_repertoire' => 'Veuillez créer un fichier ou un répertoire nommé :', |
|
| 377 | - 'info_creer_repertoire_2' => 'à l’intérieur du sous-répertoire <b>@repertoire@</b>, puis :', |
|
| 378 | - 'info_creer_vignette' => 'création automatique de la vignette', |
|
| 379 | - 'info_creerdansrubrique_non_autorise' => 'Vous n’avez pas de droits suffisants pour créer un contenu dans cette rubrique', |
|
| 380 | - 'info_deplier' => 'Déplier', |
|
| 381 | - 'info_descriptif_nombre' => 'descriptif(s) :', |
|
| 382 | - 'info_description' => 'Description :', |
|
| 383 | - 'info_description_2' => 'Description :', |
|
| 384 | - 'info_dimension' => 'Dimensions :', |
|
| 385 | - 'info_documents_nb' => '@nb@ documents', |
|
| 386 | - 'info_documents_un' => '1 document', |
|
| 387 | - 'info_ecire_message_prive' => 'Écrire un message privé', |
|
| 388 | - 'info_email_invalide' => 'Adresse email invalide.', |
|
| 389 | - 'info_en_cours_validation' => 'Vos articles en cours de rédaction', |
|
| 390 | - 'info_en_ligne' => 'Actuellement en ligne :', |
|
| 391 | - 'info_envoyer_message_prive' => 'Envoyer un message privé à cette autrice', |
|
| 392 | - 'info_erreur_requete' => 'Erreur dans la requête :', |
|
| 393 | - 'info_erreur_squelette2' => 'Aucun squelette <b>@fichier@</b> n’est disponible...', |
|
| 394 | - 'info_erreur_systeme' => 'Erreur système (errno @errsys@)', |
|
| 395 | - 'info_erreur_systeme2' => 'Le disque dur est peut-être plein, ou la base de données endommagée.<br /> |
|
| 297 | + // I |
|
| 298 | + 'ical_texte_rss_articles' => 'Le fichier « backend » des articles de ce site se trouve à l’adresse :', |
|
| 299 | + 'ical_texte_rss_articles2' => 'Vous pouvez également obtenir des fichiers « backend » pour les articles de chaque rubrique du site :', |
|
| 300 | + 'ical_texte_rss_breves' => 'Il existe de plus un fichier contenant les brèves du site. En précisant un numéro de rubrique, vous obtiendrez uniquement les brèves de cette rubrique.', |
|
| 301 | + 'icone_a_suivre' => 'À suivre', |
|
| 302 | + 'icone_admin_site' => 'Administration du site', |
|
| 303 | + 'icone_agenda' => 'Agenda', |
|
| 304 | + 'icone_aide_ligne' => 'Aide', |
|
| 305 | + 'icone_articles' => 'Articles', |
|
| 306 | + 'icone_auteurs' => 'Autrices', |
|
| 307 | + 'icone_brouteur' => 'Navigation rapide', |
|
| 308 | + 'icone_configuration_site' => 'Configuration', |
|
| 309 | + 'icone_configurer_site' => 'Configurer votre site', |
|
| 310 | + 'icone_creer_nouvel_auteur' => 'Créer une nouvelle autrice', |
|
| 311 | + 'icone_creer_rubrique' => 'Créer une rubrique', |
|
| 312 | + 'icone_creer_sous_rubrique' => 'Créer une sous-rubrique', |
|
| 313 | + 'icone_deconnecter' => 'Se déconnecter', |
|
| 314 | + 'icone_discussions' => 'Discussions', |
|
| 315 | + 'icone_doc_rubrique' => 'Documents des rubriques', |
|
| 316 | + 'icone_ecrire_article' => 'Écrire un nouvel article', |
|
| 317 | + 'icone_edition_site' => 'Édition', |
|
| 318 | + 'icone_gestion_langues' => 'Gestion des langues', |
|
| 319 | + 'icone_informations_personnelles' => 'Informations personnelles', |
|
| 320 | + 'icone_interface_complet' => 'interface complète', |
|
| 321 | + 'icone_interface_simple' => 'Interface simplifiée', |
|
| 322 | + 'icone_maintenance_site' => 'Maintenance du site', |
|
| 323 | + 'icone_messagerie_personnelle' => 'Messagerie personnelle', |
|
| 324 | + 'icone_repartition_debut' => 'Afficher la répartition depuis le début', |
|
| 325 | + 'icone_rubriques' => 'Rubriques', |
|
| 326 | + 'icone_sauver_site' => 'Sauvegarde du site', |
|
| 327 | + 'icone_site_entier' => 'Tout le site', |
|
| 328 | + 'icone_sites_references' => 'Sites référencés', |
|
| 329 | + 'icone_statistiques' => 'Statistiques du site', |
|
| 330 | + 'icone_suivi_activite' => 'Suivre la vie du site', |
|
| 331 | + 'icone_suivi_actualite' => 'Évolution du site', |
|
| 332 | + 'icone_suivi_pettions' => 'Suivre/gérer les pétitions', |
|
| 333 | + 'icone_suivi_revisions' => 'Modifications des articles', |
|
| 334 | + 'icone_supprimer_document' => 'Supprimer ce document', |
|
| 335 | + 'icone_supprimer_image' => 'Supprimer cette image', |
|
| 336 | + 'icone_tous_articles' => 'Tous vos articles', |
|
| 337 | + 'icone_tous_auteur' => 'Toutes les autrices', |
|
| 338 | + 'icone_tous_visiteur' => 'Toutes les visiteuses', |
|
| 339 | + 'icone_visiter_site' => 'Voir le site public', |
|
| 340 | + 'icone_voir_en_ligne' => 'Voir en ligne', |
|
| 341 | + 'img_indisponible' => 'image indisponible', |
|
| 342 | + 'impossible' => 'impossible', |
|
| 343 | + 'info_a_suivre' => 'À SUIVRE »', |
|
| 344 | + 'info_acces_interdit' => 'Accès interdit', |
|
| 345 | + 'info_acces_refuse' => 'Accès refusé', |
|
| 346 | + 'info_action' => 'Action : @action@', |
|
| 347 | + 'info_administrer_rubriques' => 'Vous pouvez administrer cette rubrique et ses sous-rubriques', |
|
| 348 | + 'info_adresse_non_indiquee' => 'Vous n’avez pas indiqué d’adresse à tester !', |
|
| 349 | + 'info_aide' => 'AIDE :', |
|
| 350 | + 'info_ajouter_mot' => 'Ajouter ce mot', |
|
| 351 | + 'info_annonce' => 'ANNONCE', |
|
| 352 | + 'info_annonces_generales' => 'Annonces générales :', |
|
| 353 | + 'info_article_propose' => 'Article proposé', |
|
| 354 | + 'info_article_publie' => 'Article publié', |
|
| 355 | + 'info_article_redaction' => 'Article en cours de rédaction', |
|
| 356 | + 'info_article_refuse' => 'Article refusé', |
|
| 357 | + 'info_article_supprime' => 'Article supprimé', |
|
| 358 | + 'info_articles' => 'Articles', |
|
| 359 | + 'info_articles_a_valider' => 'Les articles à valider', |
|
| 360 | + 'info_articles_nb' => '@nb@ articles', |
|
| 361 | + 'info_articles_proposes' => 'Articles proposés', |
|
| 362 | + 'info_articles_un' => '1 article', |
|
| 363 | + 'info_auteurs_nombre' => 'autrice(s) :', |
|
| 364 | + 'info_authentification_ftp' => 'Authentification (par FTP).', |
|
| 365 | + 'info_breves_2' => 'brèves', |
|
| 366 | + 'info_breves_nb' => '@nb@ brèves', |
|
| 367 | + 'info_breves_un' => '1 brève', |
|
| 368 | + 'info_connexion_refusee' => 'Connexion refusée', |
|
| 369 | + 'info_contact_developpeur' => 'Veuillez contacter une développeuse.', |
|
| 370 | + 'info_contenance' => 'Ce site contient :', |
|
| 371 | + 'info_contribution' => 'contributions', |
|
| 372 | + 'info_copyright' => '@spip@ est un logiciel libre distribué @lien_gpl@.', |
|
| 373 | + 'info_copyright_doc' => 'Pour plus d’informations, voir le site <a href="@spipnet@">@spipnet_affiche@</a>.', |
|
| 374 | + 'info_copyright_gpl' => 'sous licence GPL', |
|
| 375 | + 'info_cours_edition' => 'En cours de modification', |
|
| 376 | + 'info_creer_repertoire' => 'Veuillez créer un fichier ou un répertoire nommé :', |
|
| 377 | + 'info_creer_repertoire_2' => 'à l’intérieur du sous-répertoire <b>@repertoire@</b>, puis :', |
|
| 378 | + 'info_creer_vignette' => 'création automatique de la vignette', |
|
| 379 | + 'info_creerdansrubrique_non_autorise' => 'Vous n’avez pas de droits suffisants pour créer un contenu dans cette rubrique', |
|
| 380 | + 'info_deplier' => 'Déplier', |
|
| 381 | + 'info_descriptif_nombre' => 'descriptif(s) :', |
|
| 382 | + 'info_description' => 'Description :', |
|
| 383 | + 'info_description_2' => 'Description :', |
|
| 384 | + 'info_dimension' => 'Dimensions :', |
|
| 385 | + 'info_documents_nb' => '@nb@ documents', |
|
| 386 | + 'info_documents_un' => '1 document', |
|
| 387 | + 'info_ecire_message_prive' => 'Écrire un message privé', |
|
| 388 | + 'info_email_invalide' => 'Adresse email invalide.', |
|
| 389 | + 'info_en_cours_validation' => 'Vos articles en cours de rédaction', |
|
| 390 | + 'info_en_ligne' => 'Actuellement en ligne :', |
|
| 391 | + 'info_envoyer_message_prive' => 'Envoyer un message privé à cette autrice', |
|
| 392 | + 'info_erreur_requete' => 'Erreur dans la requête :', |
|
| 393 | + 'info_erreur_squelette2' => 'Aucun squelette <b>@fichier@</b> n’est disponible...', |
|
| 394 | + 'info_erreur_systeme' => 'Erreur système (errno @errsys@)', |
|
| 395 | + 'info_erreur_systeme2' => 'Le disque dur est peut-être plein, ou la base de données endommagée.<br /> |
|
| 396 | 396 | <span style="color:red;">Essayez de <a href=\'@script@\'>réparer la base</a>, ou contactez votre hébergeur.</span>', |
| 397 | - 'info_fini' => 'C’est fini !', |
|
| 398 | - 'info_format_image' => 'Formats d’images pouvant être utilisées pour créer des vignettes : @gd_formats@.', |
|
| 399 | - 'info_format_non_defini' => 'format non défini', |
|
| 400 | - 'info_grand_ecran' => 'Grand écran', |
|
| 401 | - 'info_image_aide' => 'AIDE', |
|
| 402 | - 'info_image_process_titre' => 'Méthode de fabrication des vignettes', |
|
| 403 | - 'info_impossible_lire_page' => '<b>Erreur !</b> Impossible de lire la page <tt><html>@test_proxy@</html></tt> à travers le proxy ', |
|
| 404 | - 'info_installation_systeme_publication' => 'Installation du système de publication...', |
|
| 405 | - 'info_installer_documents' => 'Vous pouvez installer automatiquement tous les documents contenus dans le dossier @upload@.', |
|
| 406 | - 'info_installer_ftp' => 'En tant qu’administratrice, vous pouvez installer (par FTP) des fichiers dans le dossier @upload@ pour ensuite les sélectionner directement ici.', |
|
| 407 | - 'info_installer_images' => 'Vous pouvez installer des images aux formats JPEG, GIF et PNG.', |
|
| 408 | - 'info_installer_images_dossier' => 'Installer des images dans le dossier @upload@ pour pouvoir les sélectionner ici.', |
|
| 409 | - 'info_interface_complete' => 'interface complète', |
|
| 410 | - 'info_interface_simple' => 'Interface simplifiée', |
|
| 411 | - 'info_joindre_document_article' => 'Vous pouvez joindre à cet article des documents de type', |
|
| 412 | - 'info_joindre_document_rubrique' => 'Vous pouvez ajouter dans cette rubrique des documents de type', |
|
| 413 | - 'info_joindre_documents_article' => 'Vous pouvez joindre à votre article des documents de type :', |
|
| 414 | - 'info_l_article' => 'l’article', |
|
| 415 | - 'info_la_breve' => 'la brève', |
|
| 416 | - 'info_la_rubrique' => 'la rubrique', |
|
| 417 | - 'info_langue_principale' => 'Langue principale du site', |
|
| 418 | - 'info_largeur_vignette' => '@largeur_vignette@ × @hauteur_vignette@ pixels', |
|
| 419 | - 'info_les_auteurs_1' => 'par @les_auteurs@', |
|
| 420 | - 'info_logo_format_interdit' => 'Seuls les logos aux formats @formats@ sont autorisés.', |
|
| 421 | - 'info_logo_max_poids' => 'Les logos doivent obligatoirement faire moins de @maxi@ (ce fichier fait @actuel@).', |
|
| 422 | - 'info_mail_fournisseur' => '[email protected]', |
|
| 423 | - 'info_message_2' => 'MESSAGE', |
|
| 424 | - 'info_message_supprime' => 'MESSAGE SUPPRIMÉ', |
|
| 425 | - 'info_messages_nb' => '@nb@ messages', |
|
| 426 | - 'info_messages_un' => '1 message', |
|
| 427 | - 'info_mise_en_ligne' => 'Date de mise en ligne :', |
|
| 428 | - 'info_modification_parametres_securite' => 'modifications des paramètres de sécurité', |
|
| 429 | - 'info_mois_courant' => 'Dans le courant du mois :', |
|
| 430 | - 'info_mot_cle_ajoute' => 'Le mot-clé suivant a été ajouté à', |
|
| 431 | - 'info_multi_herit' => 'Langue par défaut', |
|
| 432 | - 'info_multi_langues_soulignees' => 'Les <u>langues soulignées</u> bénéficient d’une traduction totale ou partielle des textes de l’interface. Si vous sélectionnez ces langues, de nombreux éléments du site public (dates, formulaires) seront automatiquement traduits. Pour les langues non soulignées, ces éléments apparaîtront dans la langue principale du site.', |
|
| 433 | - 'info_multilinguisme' => 'Multilinguisme', |
|
| 434 | - 'info_nom_non_utilisateurs_connectes' => 'Votre nom n’apparaît pas dans la liste des utilisatrices connectées.', |
|
| 435 | - 'info_nom_utilisateurs_connectes' => 'Votre nom apparaît dans la liste des utilisatrices connectées.', |
|
| 436 | - 'info_nombre_en_ligne' => 'Actuellement en ligne :', |
|
| 437 | - 'info_non_resultat' => 'Aucun résultat pour "@cherche_mot@"', |
|
| 438 | - 'info_non_utilisation_messagerie' => 'Vous n’utilisez pas la messagerie interne de ce site.', |
|
| 439 | - 'info_nouveau_message' => 'VOUS AVEZ UN NOUVEAU MESSAGE', |
|
| 440 | - 'info_nouveaux_messages' => 'VOUS AVEZ @total_messages@ NOUVEAUX MESSAGES', |
|
| 441 | - 'info_numero_abbreviation' => 'N° ', |
|
| 442 | - 'info_obligatoire' => 'Cette information est obligatoire', |
|
| 443 | - 'info_page_actuelle' => 'Page actuelle', |
|
| 444 | - 'info_pense_bete' => 'PENSE-BÊTE', |
|
| 445 | - 'info_petit_ecran' => 'Petit écran', |
|
| 446 | - 'info_petition_close' => 'Pétition close', |
|
| 447 | - 'info_pixels' => 'pixels', |
|
| 448 | - 'info_plusieurs_mots_trouves' => 'Plusieurs mots-clés trouvés pour "@cherche_mot@" :', |
|
| 449 | - 'info_portfolio_automatique' => 'Portfolio automatique :', |
|
| 450 | - 'info_premier_resultat' => '[@debut_limit@ premiers résultats sur @total@]', |
|
| 451 | - 'info_premier_resultat_sur' => '[@debut_limit@ premiers résultats sur @total@]', |
|
| 452 | - 'info_propose_1' => '[@nom_site_spip@] Propose : @titre@', |
|
| 453 | - 'info_propose_2' => 'Article proposé |
|
| 397 | + 'info_fini' => 'C’est fini !', |
|
| 398 | + 'info_format_image' => 'Formats d’images pouvant être utilisées pour créer des vignettes : @gd_formats@.', |
|
| 399 | + 'info_format_non_defini' => 'format non défini', |
|
| 400 | + 'info_grand_ecran' => 'Grand écran', |
|
| 401 | + 'info_image_aide' => 'AIDE', |
|
| 402 | + 'info_image_process_titre' => 'Méthode de fabrication des vignettes', |
|
| 403 | + 'info_impossible_lire_page' => '<b>Erreur !</b> Impossible de lire la page <tt><html>@test_proxy@</html></tt> à travers le proxy ', |
|
| 404 | + 'info_installation_systeme_publication' => 'Installation du système de publication...', |
|
| 405 | + 'info_installer_documents' => 'Vous pouvez installer automatiquement tous les documents contenus dans le dossier @upload@.', |
|
| 406 | + 'info_installer_ftp' => 'En tant qu’administratrice, vous pouvez installer (par FTP) des fichiers dans le dossier @upload@ pour ensuite les sélectionner directement ici.', |
|
| 407 | + 'info_installer_images' => 'Vous pouvez installer des images aux formats JPEG, GIF et PNG.', |
|
| 408 | + 'info_installer_images_dossier' => 'Installer des images dans le dossier @upload@ pour pouvoir les sélectionner ici.', |
|
| 409 | + 'info_interface_complete' => 'interface complète', |
|
| 410 | + 'info_interface_simple' => 'Interface simplifiée', |
|
| 411 | + 'info_joindre_document_article' => 'Vous pouvez joindre à cet article des documents de type', |
|
| 412 | + 'info_joindre_document_rubrique' => 'Vous pouvez ajouter dans cette rubrique des documents de type', |
|
| 413 | + 'info_joindre_documents_article' => 'Vous pouvez joindre à votre article des documents de type :', |
|
| 414 | + 'info_l_article' => 'l’article', |
|
| 415 | + 'info_la_breve' => 'la brève', |
|
| 416 | + 'info_la_rubrique' => 'la rubrique', |
|
| 417 | + 'info_langue_principale' => 'Langue principale du site', |
|
| 418 | + 'info_largeur_vignette' => '@largeur_vignette@ × @hauteur_vignette@ pixels', |
|
| 419 | + 'info_les_auteurs_1' => 'par @les_auteurs@', |
|
| 420 | + 'info_logo_format_interdit' => 'Seuls les logos aux formats @formats@ sont autorisés.', |
|
| 421 | + 'info_logo_max_poids' => 'Les logos doivent obligatoirement faire moins de @maxi@ (ce fichier fait @actuel@).', |
|
| 422 | + 'info_mail_fournisseur' => '[email protected]', |
|
| 423 | + 'info_message_2' => 'MESSAGE', |
|
| 424 | + 'info_message_supprime' => 'MESSAGE SUPPRIMÉ', |
|
| 425 | + 'info_messages_nb' => '@nb@ messages', |
|
| 426 | + 'info_messages_un' => '1 message', |
|
| 427 | + 'info_mise_en_ligne' => 'Date de mise en ligne :', |
|
| 428 | + 'info_modification_parametres_securite' => 'modifications des paramètres de sécurité', |
|
| 429 | + 'info_mois_courant' => 'Dans le courant du mois :', |
|
| 430 | + 'info_mot_cle_ajoute' => 'Le mot-clé suivant a été ajouté à', |
|
| 431 | + 'info_multi_herit' => 'Langue par défaut', |
|
| 432 | + 'info_multi_langues_soulignees' => 'Les <u>langues soulignées</u> bénéficient d’une traduction totale ou partielle des textes de l’interface. Si vous sélectionnez ces langues, de nombreux éléments du site public (dates, formulaires) seront automatiquement traduits. Pour les langues non soulignées, ces éléments apparaîtront dans la langue principale du site.', |
|
| 433 | + 'info_multilinguisme' => 'Multilinguisme', |
|
| 434 | + 'info_nom_non_utilisateurs_connectes' => 'Votre nom n’apparaît pas dans la liste des utilisatrices connectées.', |
|
| 435 | + 'info_nom_utilisateurs_connectes' => 'Votre nom apparaît dans la liste des utilisatrices connectées.', |
|
| 436 | + 'info_nombre_en_ligne' => 'Actuellement en ligne :', |
|
| 437 | + 'info_non_resultat' => 'Aucun résultat pour "@cherche_mot@"', |
|
| 438 | + 'info_non_utilisation_messagerie' => 'Vous n’utilisez pas la messagerie interne de ce site.', |
|
| 439 | + 'info_nouveau_message' => 'VOUS AVEZ UN NOUVEAU MESSAGE', |
|
| 440 | + 'info_nouveaux_messages' => 'VOUS AVEZ @total_messages@ NOUVEAUX MESSAGES', |
|
| 441 | + 'info_numero_abbreviation' => 'N° ', |
|
| 442 | + 'info_obligatoire' => 'Cette information est obligatoire', |
|
| 443 | + 'info_page_actuelle' => 'Page actuelle', |
|
| 444 | + 'info_pense_bete' => 'PENSE-BÊTE', |
|
| 445 | + 'info_petit_ecran' => 'Petit écran', |
|
| 446 | + 'info_petition_close' => 'Pétition close', |
|
| 447 | + 'info_pixels' => 'pixels', |
|
| 448 | + 'info_plusieurs_mots_trouves' => 'Plusieurs mots-clés trouvés pour "@cherche_mot@" :', |
|
| 449 | + 'info_portfolio_automatique' => 'Portfolio automatique :', |
|
| 450 | + 'info_premier_resultat' => '[@debut_limit@ premiers résultats sur @total@]', |
|
| 451 | + 'info_premier_resultat_sur' => '[@debut_limit@ premiers résultats sur @total@]', |
|
| 452 | + 'info_propose_1' => '[@nom_site_spip@] Propose : @titre@', |
|
| 453 | + 'info_propose_2' => 'Article proposé |
|
| 454 | 454 | ---------------', |
| 455 | - 'info_propose_3' => 'L’article "@titre@" est proposé à la publication.', |
|
| 456 | - 'info_propose_4' => 'Vous êtes invitée à venir le consulter et à donner votre opinion', |
|
| 457 | - 'info_propose_5' => 'dans le forum qui lui est attaché. Il est disponible à l’adresse :', |
|
| 458 | - 'info_publie_01' => 'L’article "@titre@" a été validé par @connect_nom@.', |
|
| 459 | - 'info_publie_1' => '[@nom_site_spip@] PUBLIE : @titre@', |
|
| 460 | - 'info_publie_2' => 'Article publié |
|
| 455 | + 'info_propose_3' => 'L’article "@titre@" est proposé à la publication.', |
|
| 456 | + 'info_propose_4' => 'Vous êtes invitée à venir le consulter et à donner votre opinion', |
|
| 457 | + 'info_propose_5' => 'dans le forum qui lui est attaché. Il est disponible à l’adresse :', |
|
| 458 | + 'info_publie_01' => 'L’article "@titre@" a été validé par @connect_nom@.', |
|
| 459 | + 'info_publie_1' => '[@nom_site_spip@] PUBLIE : @titre@', |
|
| 460 | + 'info_publie_2' => 'Article publié |
|
| 461 | 461 | --------------', |
| 462 | - 'info_rechercher' => 'Rechercher', |
|
| 463 | - 'info_rechercher_02' => 'Rechercher :', |
|
| 464 | - 'info_remplacer_vignette' => 'Remplacer la vignette par défaut par un logo personnalisé :', |
|
| 465 | - 'info_rubriques_nb' => '@nb@ rubriques', |
|
| 466 | - 'info_rubriques_un' => '1 rubrique', |
|
| 467 | - 'info_sans_titre_2' => 'sans titre', |
|
| 468 | - 'info_selectionner_fichier' => 'Vous pouvez sélectionner un fichier du dossier @upload@', |
|
| 469 | - 'info_selectionner_fichier_2' => 'Sélectionner un fichier :', |
|
| 470 | - 'info_sites_nb' => '@nb@ sites', |
|
| 471 | - 'info_sites_un' => '1 site', |
|
| 472 | - 'info_supprimer_vignette' => 'supprimer la vignette', |
|
| 473 | - 'info_symbole_bleu' => 'Le symbole <b>bleu</b> indique un <b>pense-bête</b> : c’est-à-dire un message à votre usage personnel.', |
|
| 474 | - 'info_symbole_jaune' => 'Le symbole <b>jaune</b> indique une <b>annonce à toutes les rédactrices</b> : modifiable par toutes les administratrices, et visible par toutes les rédactrices.', |
|
| 475 | - 'info_symbole_vert' => 'Le symbole <b>vert</b> indique les <b>messages échangés avec d’autres utilisatrices</b> du site.', |
|
| 476 | - 'info_telecharger_nouveau_logo' => 'Télécharger un nouveau logo :', |
|
| 477 | - 'info_telecharger_ordinateur' => 'Télécharger depuis votre ordinateur :', |
|
| 478 | - 'info_tous_resultats_enregistres' => '[tous les résultats sont enregistrés]', |
|
| 479 | - 'info_tout_afficher' => 'Tout afficher', |
|
| 480 | - 'info_travaux_texte' => 'Ce site n’est pas encore configuré. Revenez plus tard...', |
|
| 481 | - 'info_travaux_titre' => 'Site en travaux', |
|
| 482 | - 'info_trop_resultat' => 'Trop de résultats pour "@cherche_mot@" ; veuillez affiner la recherche.', |
|
| 483 | - 'info_utilisation_messagerie_interne' => 'Vous utilisez la messagerie interne de ce site.', |
|
| 484 | - 'info_valider_lien' => 'valider ce lien', |
|
| 485 | - 'info_verifier_image' => ', veuillez vérifier que vos images ont été transférées correctement.', |
|
| 486 | - 'info_vignette_defaut' => 'Vignette par défaut', |
|
| 487 | - 'info_vignette_personnalisee' => 'Vignette personnalisée', |
|
| 488 | - 'info_visite' => 'visite :', |
|
| 489 | - 'info_vos_rendez_vous' => 'Vos rendez-vous à venir', |
|
| 490 | - 'infos_vos_pense_bete' => 'Vos pense-bêtes', |
|
| 462 | + 'info_rechercher' => 'Rechercher', |
|
| 463 | + 'info_rechercher_02' => 'Rechercher :', |
|
| 464 | + 'info_remplacer_vignette' => 'Remplacer la vignette par défaut par un logo personnalisé :', |
|
| 465 | + 'info_rubriques_nb' => '@nb@ rubriques', |
|
| 466 | + 'info_rubriques_un' => '1 rubrique', |
|
| 467 | + 'info_sans_titre_2' => 'sans titre', |
|
| 468 | + 'info_selectionner_fichier' => 'Vous pouvez sélectionner un fichier du dossier @upload@', |
|
| 469 | + 'info_selectionner_fichier_2' => 'Sélectionner un fichier :', |
|
| 470 | + 'info_sites_nb' => '@nb@ sites', |
|
| 471 | + 'info_sites_un' => '1 site', |
|
| 472 | + 'info_supprimer_vignette' => 'supprimer la vignette', |
|
| 473 | + 'info_symbole_bleu' => 'Le symbole <b>bleu</b> indique un <b>pense-bête</b> : c’est-à-dire un message à votre usage personnel.', |
|
| 474 | + 'info_symbole_jaune' => 'Le symbole <b>jaune</b> indique une <b>annonce à toutes les rédactrices</b> : modifiable par toutes les administratrices, et visible par toutes les rédactrices.', |
|
| 475 | + 'info_symbole_vert' => 'Le symbole <b>vert</b> indique les <b>messages échangés avec d’autres utilisatrices</b> du site.', |
|
| 476 | + 'info_telecharger_nouveau_logo' => 'Télécharger un nouveau logo :', |
|
| 477 | + 'info_telecharger_ordinateur' => 'Télécharger depuis votre ordinateur :', |
|
| 478 | + 'info_tous_resultats_enregistres' => '[tous les résultats sont enregistrés]', |
|
| 479 | + 'info_tout_afficher' => 'Tout afficher', |
|
| 480 | + 'info_travaux_texte' => 'Ce site n’est pas encore configuré. Revenez plus tard...', |
|
| 481 | + 'info_travaux_titre' => 'Site en travaux', |
|
| 482 | + 'info_trop_resultat' => 'Trop de résultats pour "@cherche_mot@" ; veuillez affiner la recherche.', |
|
| 483 | + 'info_utilisation_messagerie_interne' => 'Vous utilisez la messagerie interne de ce site.', |
|
| 484 | + 'info_valider_lien' => 'valider ce lien', |
|
| 485 | + 'info_verifier_image' => ', veuillez vérifier que vos images ont été transférées correctement.', |
|
| 486 | + 'info_vignette_defaut' => 'Vignette par défaut', |
|
| 487 | + 'info_vignette_personnalisee' => 'Vignette personnalisée', |
|
| 488 | + 'info_visite' => 'visite :', |
|
| 489 | + 'info_vos_rendez_vous' => 'Vos rendez-vous à venir', |
|
| 490 | + 'infos_vos_pense_bete' => 'Vos pense-bêtes', |
|
| 491 | 491 | |
| 492 | - // L |
|
| 493 | - 'label_ajout_id_rapide' => 'Ajout rapide', |
|
| 494 | - 'label_poids_fichier' => 'Taille', |
|
| 495 | - 'label_ponctuer' => '@label@ :', |
|
| 496 | - 'lien_afficher_icones_seuls' => 'Afficher uniquement les icones', |
|
| 497 | - 'lien_afficher_texte_icones' => 'Afficher les icones et le texte', |
|
| 498 | - 'lien_afficher_texte_seul' => 'Afficher uniquement le texte', |
|
| 499 | - 'lien_aller_a_la_derniere_page' => 'Aller à la dernière page', |
|
| 500 | - 'lien_aller_a_la_page_nb' => 'Aller à la page @nb@', |
|
| 501 | - 'lien_aller_a_la_page_precedente' => 'Aller à la page précédente', |
|
| 502 | - 'lien_aller_a_la_page_suivante' => 'Aller à la page suivante', |
|
| 503 | - 'lien_aller_a_la_premiere_page' => 'Aller à la première page', |
|
| 504 | - 'lien_liberer' => 'libérer', |
|
| 505 | - 'lien_liberer_tous' => 'Tout libérer', |
|
| 506 | - 'lien_nouvea_pense_bete' => 'NOUVEAU PENSE-BÊTE', |
|
| 507 | - 'lien_nouveau_message' => 'NOUVEAU MESSAGE', |
|
| 508 | - 'lien_nouvelle_annonce' => 'NOUVELLE ANNONCE', |
|
| 509 | - 'lien_petitions' => 'PÉTITION', |
|
| 510 | - 'lien_popularite' => 'popularité : @popularite@%', |
|
| 511 | - 'lien_racine_site' => 'RACINE DU SITE', |
|
| 512 | - 'lien_reessayer' => 'réessayer', |
|
| 513 | - 'lien_repondre_message' => 'Répondre à ce message', |
|
| 514 | - 'lien_supprimer' => 'supprimer', |
|
| 515 | - 'lien_tout_afficher' => 'Tout afficher', |
|
| 516 | - 'lien_visite_site' => 'visiter ce site', |
|
| 517 | - 'lien_visites' => '@visites@ visites', |
|
| 518 | - 'lien_voir_auteur' => 'Voir cette autrice', |
|
| 519 | - 'ligne' => 'Ligne', |
|
| 520 | - 'login' => 'Connexion', |
|
| 521 | - 'login_acces_prive' => 'accès à l’espace privé', |
|
| 522 | - 'login_autre_identifiant' => 'se connecter sous un autre identifiant', |
|
| 523 | - 'login_cookie_accepte' => 'Veuillez régler votre navigateur pour qu’il les accepte (au moins pour ce site).', |
|
| 524 | - 'login_cookie_oblige' => 'Pour vous identifier de façon sûre sur ce site, vous devez accepter les cookies.', |
|
| 525 | - 'login_deconnexion_ok' => 'Déconnexion effectuée.', |
|
| 526 | - 'login_erreur_pass' => 'Erreur de mot de passe.', |
|
| 527 | - 'login_espace_prive' => 'espace privé', |
|
| 528 | - 'login_identifiant_inconnu' => 'L’identifiant « @login@ » est inconnu.', |
|
| 529 | - 'login_login' => 'Login :', |
|
| 530 | - 'login_login2' => 'Login ou adresse email :', |
|
| 531 | - 'login_login_pass_incorrect' => '(Login ou mot de passe incorrect.)', |
|
| 532 | - 'login_motpasseoublie' => 'mot de passe oublié ?', |
|
| 533 | - 'login_non_securise' => 'Attention, ce formulaire n’est pas sécurisé. |
|
| 492 | + // L |
|
| 493 | + 'label_ajout_id_rapide' => 'Ajout rapide', |
|
| 494 | + 'label_poids_fichier' => 'Taille', |
|
| 495 | + 'label_ponctuer' => '@label@ :', |
|
| 496 | + 'lien_afficher_icones_seuls' => 'Afficher uniquement les icones', |
|
| 497 | + 'lien_afficher_texte_icones' => 'Afficher les icones et le texte', |
|
| 498 | + 'lien_afficher_texte_seul' => 'Afficher uniquement le texte', |
|
| 499 | + 'lien_aller_a_la_derniere_page' => 'Aller à la dernière page', |
|
| 500 | + 'lien_aller_a_la_page_nb' => 'Aller à la page @nb@', |
|
| 501 | + 'lien_aller_a_la_page_precedente' => 'Aller à la page précédente', |
|
| 502 | + 'lien_aller_a_la_page_suivante' => 'Aller à la page suivante', |
|
| 503 | + 'lien_aller_a_la_premiere_page' => 'Aller à la première page', |
|
| 504 | + 'lien_liberer' => 'libérer', |
|
| 505 | + 'lien_liberer_tous' => 'Tout libérer', |
|
| 506 | + 'lien_nouvea_pense_bete' => 'NOUVEAU PENSE-BÊTE', |
|
| 507 | + 'lien_nouveau_message' => 'NOUVEAU MESSAGE', |
|
| 508 | + 'lien_nouvelle_annonce' => 'NOUVELLE ANNONCE', |
|
| 509 | + 'lien_petitions' => 'PÉTITION', |
|
| 510 | + 'lien_popularite' => 'popularité : @popularite@%', |
|
| 511 | + 'lien_racine_site' => 'RACINE DU SITE', |
|
| 512 | + 'lien_reessayer' => 'réessayer', |
|
| 513 | + 'lien_repondre_message' => 'Répondre à ce message', |
|
| 514 | + 'lien_supprimer' => 'supprimer', |
|
| 515 | + 'lien_tout_afficher' => 'Tout afficher', |
|
| 516 | + 'lien_visite_site' => 'visiter ce site', |
|
| 517 | + 'lien_visites' => '@visites@ visites', |
|
| 518 | + 'lien_voir_auteur' => 'Voir cette autrice', |
|
| 519 | + 'ligne' => 'Ligne', |
|
| 520 | + 'login' => 'Connexion', |
|
| 521 | + 'login_acces_prive' => 'accès à l’espace privé', |
|
| 522 | + 'login_autre_identifiant' => 'se connecter sous un autre identifiant', |
|
| 523 | + 'login_cookie_accepte' => 'Veuillez régler votre navigateur pour qu’il les accepte (au moins pour ce site).', |
|
| 524 | + 'login_cookie_oblige' => 'Pour vous identifier de façon sûre sur ce site, vous devez accepter les cookies.', |
|
| 525 | + 'login_deconnexion_ok' => 'Déconnexion effectuée.', |
|
| 526 | + 'login_erreur_pass' => 'Erreur de mot de passe.', |
|
| 527 | + 'login_espace_prive' => 'espace privé', |
|
| 528 | + 'login_identifiant_inconnu' => 'L’identifiant « @login@ » est inconnu.', |
|
| 529 | + 'login_login' => 'Login :', |
|
| 530 | + 'login_login2' => 'Login ou adresse email :', |
|
| 531 | + 'login_login_pass_incorrect' => '(Login ou mot de passe incorrect.)', |
|
| 532 | + 'login_motpasseoublie' => 'mot de passe oublié ?', |
|
| 533 | + 'login_non_securise' => 'Attention, ce formulaire n’est pas sécurisé. |
|
| 534 | 534 | Si vous ne voulez pas que votre mot de passe puisse être |
| 535 | 535 | intercepté sur le réseau, veuillez activer Javascript |
| 536 | 536 | dans votre navigateur et', |
| 537 | - 'login_nouvelle_tentative' => 'Nouvelle tentative', |
|
| 538 | - 'login_par_ici' => 'Vous êtes enregistrée... par ici...', |
|
| 539 | - 'login_pass2' => 'Mot de passe :', |
|
| 540 | - 'login_preferez_refuser' => '<b>Si vous préférez refuser les cookies</b>, une autre méthode de connexion (moins sécurisée) est à votre disposition :', |
|
| 541 | - 'login_recharger' => 'recharger cette page', |
|
| 542 | - 'login_rester_identifie' => 'Se souvenir de moi', |
|
| 543 | - 'login_retour_public' => 'Retour au site public', |
|
| 544 | - 'login_retour_site' => 'Retour au site public', |
|
| 545 | - 'login_retoursitepublic' => 'retour au site public', |
|
| 546 | - 'login_sans_cookie' => 'Identification sans cookie', |
|
| 547 | - 'login_securise' => 'Login sécurisé', |
|
| 548 | - 'login_sinscrire' => 'S’inscrire', |
|
| 549 | - 'login_test_navigateur' => 'test navigateur/reconnexion', |
|
| 550 | - 'login_verifiez_navigateur' => '(Vérifiez toutefois que votre navigateur n’a pas mémorisé votre mot de passe...)', |
|
| 537 | + 'login_nouvelle_tentative' => 'Nouvelle tentative', |
|
| 538 | + 'login_par_ici' => 'Vous êtes enregistrée... par ici...', |
|
| 539 | + 'login_pass2' => 'Mot de passe :', |
|
| 540 | + 'login_preferez_refuser' => '<b>Si vous préférez refuser les cookies</b>, une autre méthode de connexion (moins sécurisée) est à votre disposition :', |
|
| 541 | + 'login_recharger' => 'recharger cette page', |
|
| 542 | + 'login_rester_identifie' => 'Se souvenir de moi', |
|
| 543 | + 'login_retour_public' => 'Retour au site public', |
|
| 544 | + 'login_retour_site' => 'Retour au site public', |
|
| 545 | + 'login_retoursitepublic' => 'retour au site public', |
|
| 546 | + 'login_sans_cookie' => 'Identification sans cookie', |
|
| 547 | + 'login_securise' => 'Login sécurisé', |
|
| 548 | + 'login_sinscrire' => 'S’inscrire', |
|
| 549 | + 'login_test_navigateur' => 'test navigateur/reconnexion', |
|
| 550 | + 'login_verifiez_navigateur' => '(Vérifiez toutefois que votre navigateur n’a pas mémorisé votre mot de passe...)', |
|
| 551 | 551 | |
| 552 | - // M |
|
| 553 | - 'masquer_colonne' => 'Masquer cette colonne', |
|
| 554 | - 'masquer_trad' => 'masquer les traductions', |
|
| 555 | - 'message_nouveaux_identifiants_echec' => 'Impossible de générer de nouveaux identifiants.', |
|
| 556 | - 'message_nouveaux_identifiants_echec_envoi' => 'Les nouveaux identifiants de connexion n’ont pas pu être envoyés.', |
|
| 557 | - 'message_nouveaux_identifiants_ok' => 'Les nouveaux identifiants de connexion ont été envoyés à @email@.', |
|
| 558 | - 'module_fichiers_langues' => 'Fichiers de langue', |
|
| 552 | + // M |
|
| 553 | + 'masquer_colonne' => 'Masquer cette colonne', |
|
| 554 | + 'masquer_trad' => 'masquer les traductions', |
|
| 555 | + 'message_nouveaux_identifiants_echec' => 'Impossible de générer de nouveaux identifiants.', |
|
| 556 | + 'message_nouveaux_identifiants_echec_envoi' => 'Les nouveaux identifiants de connexion n’ont pas pu être envoyés.', |
|
| 557 | + 'message_nouveaux_identifiants_ok' => 'Les nouveaux identifiants de connexion ont été envoyés à @email@.', |
|
| 558 | + 'module_fichiers_langues' => 'Fichiers de langue', |
|
| 559 | 559 | |
| 560 | - // N |
|
| 561 | - 'navigateur_pas_redirige' => 'Si votre navigateur n’est pas redirigé, cliquez ici pour continuer.', |
|
| 562 | - 'numero' => 'Numéro', |
|
| 560 | + // N |
|
| 561 | + 'navigateur_pas_redirige' => 'Si votre navigateur n’est pas redirigé, cliquez ici pour continuer.', |
|
| 562 | + 'numero' => 'Numéro', |
|
| 563 | 563 | |
| 564 | - // O |
|
| 565 | - 'occurence' => 'Occurrence', |
|
| 566 | - 'onglet_affacer_base' => 'Effacer la base', |
|
| 567 | - 'onglet_auteur' => 'L’autrice', |
|
| 568 | - 'onglet_contenu_site' => 'Contenu du site', |
|
| 569 | - 'onglet_evolution_visite_mod' => 'Évolution', |
|
| 570 | - 'onglet_fonctions_avances' => 'Fonctions avancées', |
|
| 571 | - 'onglet_informations_personnelles' => 'Informations personnelles', |
|
| 572 | - 'onglet_interactivite' => 'Interactivité', |
|
| 573 | - 'onglet_messagerie' => 'Messagerie', |
|
| 574 | - 'onglet_repartition_rubrique' => 'Répartition par rubriques', |
|
| 575 | - 'onglet_save_restaur_base' => 'Sauvegarder/restaurer la base', |
|
| 576 | - 'onglet_vider_cache' => 'Vider le cache', |
|
| 564 | + // O |
|
| 565 | + 'occurence' => 'Occurrence', |
|
| 566 | + 'onglet_affacer_base' => 'Effacer la base', |
|
| 567 | + 'onglet_auteur' => 'L’autrice', |
|
| 568 | + 'onglet_contenu_site' => 'Contenu du site', |
|
| 569 | + 'onglet_evolution_visite_mod' => 'Évolution', |
|
| 570 | + 'onglet_fonctions_avances' => 'Fonctions avancées', |
|
| 571 | + 'onglet_informations_personnelles' => 'Informations personnelles', |
|
| 572 | + 'onglet_interactivite' => 'Interactivité', |
|
| 573 | + 'onglet_messagerie' => 'Messagerie', |
|
| 574 | + 'onglet_repartition_rubrique' => 'Répartition par rubriques', |
|
| 575 | + 'onglet_save_restaur_base' => 'Sauvegarder/restaurer la base', |
|
| 576 | + 'onglet_vider_cache' => 'Vider le cache', |
|
| 577 | 577 | |
| 578 | - // P |
|
| 579 | - 'pass_choix_pass' => 'Veuillez choisir votre nouveau mot de passe :', |
|
| 580 | - 'pass_erreur' => 'Erreur', |
|
| 581 | - 'pass_erreur_acces_refuse' => '<b>Erreur :</b> vous n’avez plus accès à ce site.', |
|
| 582 | - 'pass_erreur_code_inconnu' => '<b>Erreur :</b> ce code ne correspond à aucune des visiteuses ayant accès à ce site.', |
|
| 583 | - 'pass_erreur_non_enregistre' => '<b>Erreur :</b> l’adresse <tt>@email_oubli@</tt> n’est pas enregistrée sur ce site.', |
|
| 584 | - 'pass_erreur_non_valide' => '<b>Erreur :</b> cet email <tt>@email_oubli@</tt> n’est pas valide !', |
|
| 585 | - 'pass_erreur_probleme_technique' => '<b>Erreur :</b> à cause d’un problème technique, l’email ne peut pas être envoyé.', |
|
| 586 | - 'pass_espace_prive_bla' => 'L’espace privé de ce site est ouvert aux |
|
| 578 | + // P |
|
| 579 | + 'pass_choix_pass' => 'Veuillez choisir votre nouveau mot de passe :', |
|
| 580 | + 'pass_erreur' => 'Erreur', |
|
| 581 | + 'pass_erreur_acces_refuse' => '<b>Erreur :</b> vous n’avez plus accès à ce site.', |
|
| 582 | + 'pass_erreur_code_inconnu' => '<b>Erreur :</b> ce code ne correspond à aucune des visiteuses ayant accès à ce site.', |
|
| 583 | + 'pass_erreur_non_enregistre' => '<b>Erreur :</b> l’adresse <tt>@email_oubli@</tt> n’est pas enregistrée sur ce site.', |
|
| 584 | + 'pass_erreur_non_valide' => '<b>Erreur :</b> cet email <tt>@email_oubli@</tt> n’est pas valide !', |
|
| 585 | + 'pass_erreur_probleme_technique' => '<b>Erreur :</b> à cause d’un problème technique, l’email ne peut pas être envoyé.', |
|
| 586 | + 'pass_espace_prive_bla' => 'L’espace privé de ce site est ouvert aux |
|
| 587 | 587 | visiteuses, après inscription. Une fois enregistrée, |
| 588 | 588 | vous pourrez consulter les articles en cours de rédaction, |
| 589 | 589 | proposer des articles et participer à tous les forums.', |
| 590 | - 'pass_forum_bla' => 'Vous avez demandé à intervenir sur un forum |
|
| 590 | + 'pass_forum_bla' => 'Vous avez demandé à intervenir sur un forum |
|
| 591 | 591 | réservé aux visiteuses enregistrées.', |
| 592 | - 'pass_indiquez_cidessous' => 'Indiquez ci-dessous l’adresse email sous laquelle vous |
|
| 592 | + 'pass_indiquez_cidessous' => 'Indiquez ci-dessous l’adresse email sous laquelle vous |
|
| 593 | 593 | vous êtes précédemment enregistrée. Vous |
| 594 | 594 | recevrez un email vous indiquant la marche à suivre pour |
| 595 | 595 | récupérer votre accès.', |
| 596 | - 'pass_mail_passcookie' => '(ceci est un message automatique) |
|
| 596 | + 'pass_mail_passcookie' => '(ceci est un message automatique) |
|
| 597 | 597 | Pour retrouver votre accès au site |
| 598 | 598 | @nom_site_spip@ (@adresse_site@) |
| 599 | 599 | |
@@ -605,150 +605,150 @@ discard block |
||
| 605 | 605 | et vous reconnecter au site. |
| 606 | 606 | |
| 607 | 607 | ', |
| 608 | - 'pass_mot_oublie' => 'Mot de passe oublié', |
|
| 609 | - 'pass_nouveau_enregistre' => 'Votre nouveau mot de passe a été enregistré.', |
|
| 610 | - 'pass_nouveau_pass' => 'Nouveau mot de passe', |
|
| 611 | - 'pass_ok' => 'OK', |
|
| 612 | - 'pass_oubli_mot' => 'Oubli du mot de passe', |
|
| 613 | - 'pass_procedure_changer' => 'Pour modifier votre mot de passe, merci d’indiquer l’adresse email associée à votre compte.', |
|
| 614 | - 'pass_quitter_fenetre' => 'Quitter cette fenêtre', |
|
| 615 | - 'pass_rappel_login' => 'Rappel : votre identifiant (login) est « @login@ ».', |
|
| 616 | - 'pass_recevoir_mail' => 'Un lien de réinitialisation de votre mot de passe vous a été envoyé sur votre adresse email (si celle-ci est valide).', |
|
| 617 | - 'pass_retour_public' => 'Retour sur le site public', |
|
| 618 | - 'pass_rien_a_faire_ici' => 'Rien à faire ici.', |
|
| 619 | - 'pass_vousinscrire' => 'Vous inscrire sur ce site', |
|
| 620 | - 'precedent' => 'précédent', |
|
| 621 | - 'previsualisation' => 'Prévisualisation', |
|
| 622 | - 'previsualiser' => 'Prévisualiser', |
|
| 608 | + 'pass_mot_oublie' => 'Mot de passe oublié', |
|
| 609 | + 'pass_nouveau_enregistre' => 'Votre nouveau mot de passe a été enregistré.', |
|
| 610 | + 'pass_nouveau_pass' => 'Nouveau mot de passe', |
|
| 611 | + 'pass_ok' => 'OK', |
|
| 612 | + 'pass_oubli_mot' => 'Oubli du mot de passe', |
|
| 613 | + 'pass_procedure_changer' => 'Pour modifier votre mot de passe, merci d’indiquer l’adresse email associée à votre compte.', |
|
| 614 | + 'pass_quitter_fenetre' => 'Quitter cette fenêtre', |
|
| 615 | + 'pass_rappel_login' => 'Rappel : votre identifiant (login) est « @login@ ».', |
|
| 616 | + 'pass_recevoir_mail' => 'Un lien de réinitialisation de votre mot de passe vous a été envoyé sur votre adresse email (si celle-ci est valide).', |
|
| 617 | + 'pass_retour_public' => 'Retour sur le site public', |
|
| 618 | + 'pass_rien_a_faire_ici' => 'Rien à faire ici.', |
|
| 619 | + 'pass_vousinscrire' => 'Vous inscrire sur ce site', |
|
| 620 | + 'precedent' => 'précédent', |
|
| 621 | + 'previsualisation' => 'Prévisualisation', |
|
| 622 | + 'previsualiser' => 'Prévisualiser', |
|
| 623 | 623 | |
| 624 | - // R |
|
| 625 | - 'retour' => 'Retour', |
|
| 624 | + // R |
|
| 625 | + 'retour' => 'Retour', |
|
| 626 | 626 | |
| 627 | - // S |
|
| 628 | - 'spip_conforme_dtd' => 'SPIP considère ce document comme conforme à son DOCTYPE :', |
|
| 629 | - 'squelette' => 'squelette', |
|
| 630 | - 'squelette_inclus_ligne' => 'squelette inclus, ligne', |
|
| 631 | - 'squelette_ligne' => 'squelette, ligne', |
|
| 632 | - 'stats_visites_et_popularite' => '@visites@ visites ; popularité : @popularite@', |
|
| 633 | - 'suivant' => 'suivant', |
|
| 627 | + // S |
|
| 628 | + 'spip_conforme_dtd' => 'SPIP considère ce document comme conforme à son DOCTYPE :', |
|
| 629 | + 'squelette' => 'squelette', |
|
| 630 | + 'squelette_inclus_ligne' => 'squelette inclus, ligne', |
|
| 631 | + 'squelette_ligne' => 'squelette, ligne', |
|
| 632 | + 'stats_visites_et_popularite' => '@visites@ visites ; popularité : @popularite@', |
|
| 633 | + 'suivant' => 'suivant', |
|
| 634 | 634 | |
| 635 | - // T |
|
| 636 | - 'taille_go' => '@taille@ Go', |
|
| 637 | - 'taille_go_bi' => '@taille@ Gio', |
|
| 638 | - 'taille_ko' => '@taille@ ko', |
|
| 639 | - 'taille_ko_bi' => '@taille@ kio', |
|
| 640 | - 'taille_mo' => '@taille@ Mo', |
|
| 641 | - 'taille_mo_bi' => '@taille@ Mio', |
|
| 642 | - 'taille_octets' => '@taille@ octets', |
|
| 643 | - 'taille_octets_bi' => '@taille@ octets', |
|
| 644 | - 'texte_actualite_site_1' => 'Quand vous serez familiarisée avec l’interface, vous pourrez cliquer sur « ', |
|
| 645 | - 'texte_actualite_site_2' => 'interface complète', |
|
| 646 | - 'texte_actualite_site_3' => ' » pour ouvrir plus de possibilités.', |
|
| 647 | - 'texte_creation_automatique_vignette' => 'La création automatique de vignettes de prévisualisation est activée sur ce site. Si vous installez à partir de ce formulaire des images au(x) format(s) @gd_formats@, elles seront accompagnées d’une vignette d’une taille maximale de @taille_preview@ pixels.', |
|
| 648 | - 'texte_documents_associes' => 'Les documents suivants sont associés à l’article, |
|
| 635 | + // T |
|
| 636 | + 'taille_go' => '@taille@ Go', |
|
| 637 | + 'taille_go_bi' => '@taille@ Gio', |
|
| 638 | + 'taille_ko' => '@taille@ ko', |
|
| 639 | + 'taille_ko_bi' => '@taille@ kio', |
|
| 640 | + 'taille_mo' => '@taille@ Mo', |
|
| 641 | + 'taille_mo_bi' => '@taille@ Mio', |
|
| 642 | + 'taille_octets' => '@taille@ octets', |
|
| 643 | + 'taille_octets_bi' => '@taille@ octets', |
|
| 644 | + 'texte_actualite_site_1' => 'Quand vous serez familiarisée avec l’interface, vous pourrez cliquer sur « ', |
|
| 645 | + 'texte_actualite_site_2' => 'interface complète', |
|
| 646 | + 'texte_actualite_site_3' => ' » pour ouvrir plus de possibilités.', |
|
| 647 | + 'texte_creation_automatique_vignette' => 'La création automatique de vignettes de prévisualisation est activée sur ce site. Si vous installez à partir de ce formulaire des images au(x) format(s) @gd_formats@, elles seront accompagnées d’une vignette d’une taille maximale de @taille_preview@ pixels.', |
|
| 648 | + 'texte_documents_associes' => 'Les documents suivants sont associés à l’article, |
|
| 649 | 649 | mais ils n’y ont pas été directement |
| 650 | 650 | insérés. Selon la mise en page du site public, |
| 651 | 651 | ils pourront apparaître sous forme de documents joints.', |
| 652 | - 'texte_erreur_mise_niveau_base' => 'Erreur de base de données lors de la mise à niveau. |
|
| 652 | + 'texte_erreur_mise_niveau_base' => 'Erreur de base de données lors de la mise à niveau. |
|
| 653 | 653 | L’image <b>@fichier@</b> n’est pas passée (article @id_article@). |
| 654 | 654 | Notez bien cette référence, réessayez la mise à |
| 655 | 655 | niveau, et enfin vérifiez que les images apparaissent |
| 656 | 656 | toujours dans les articles.', |
| 657 | - 'texte_erreur_visiteur' => 'Vous avez tenté d’accéder à l’espace privé avec un login qui ne le permet pas.', |
|
| 658 | - 'texte_inc_auth_1' => 'Vous êtes identifiée sous le |
|
| 657 | + 'texte_erreur_visiteur' => 'Vous avez tenté d’accéder à l’espace privé avec un login qui ne le permet pas.', |
|
| 658 | + 'texte_inc_auth_1' => 'Vous êtes identifiée sous le |
|
| 659 | 659 | login <b>@auth_login@</b>, mais celui-ci n’existe pas/plus dans la base. |
| 660 | 660 | Essayez de vous', |
| 661 | - 'texte_inc_auth_2' => 'reconnecter', |
|
| 662 | - 'texte_inc_auth_3' => ', après avoir éventuellement quitté puis |
|
| 661 | + 'texte_inc_auth_2' => 'reconnecter', |
|
| 662 | + 'texte_inc_auth_3' => ', après avoir éventuellement quitté puis |
|
| 663 | 663 | redémarré votre navigateur.', |
| 664 | - 'texte_inc_config' => 'Les modifications effectuées dans ces pages influent notablement sur le |
|
| 664 | + 'texte_inc_config' => 'Les modifications effectuées dans ces pages influent notablement sur le |
|
| 665 | 665 | fonctionnement de votre site. Nous vous recommandons de ne pas y intervenir tant que vous n’êtes pas |
| 666 | 666 | familière du fonctionnement du système SPIP. <br /><br /><b>Plus |
| 667 | 667 | généralement, il est fortement conseillé |
| 668 | 668 | de laisser la charge de ces pages à la webmestre principale de votre site.</b>', |
| 669 | - 'texte_inc_meta_1' => 'Le système a rencontré une erreur lors de l’écriture du fichier <code>@fichier@</code>. Veuillez, en tant qu’administratrice du site,', |
|
| 670 | - 'texte_inc_meta_2' => 'vérifier les droits d’écriture', |
|
| 671 | - 'texte_inc_meta_3' => 'sur le répertoire <code>@repertoire@</code>.', |
|
| 672 | - 'texte_statut_en_cours_redaction' => 'en cours de rédaction', |
|
| 673 | - 'texte_statut_poubelle' => 'à la poubelle', |
|
| 674 | - 'texte_statut_propose_evaluation' => 'proposé à l’évaluation', |
|
| 675 | - 'texte_statut_publie' => 'publié en ligne', |
|
| 676 | - 'texte_statut_refuse' => 'refusé', |
|
| 677 | - 'titre_ajouter_mot_cle' => 'AJOUTER UN MOT-CLÉ :', |
|
| 678 | - 'titre_cadre_raccourcis' => 'RACCOURCIS :', |
|
| 679 | - 'titre_changer_couleur_interface' => 'Changer la couleur de l’interface', |
|
| 680 | - 'titre_image_admin_article' => 'Vous pouvez administrer cet article', |
|
| 681 | - 'titre_image_administrateur' => 'Administratrice', |
|
| 682 | - 'titre_image_aide' => 'De l’aide sur cet élément', |
|
| 683 | - 'titre_image_auteur_supprime' => 'Autrice supprimée', |
|
| 684 | - 'titre_image_redacteur' => 'Rédactrice sans accès', |
|
| 685 | - 'titre_image_redacteur_02' => 'Rédactrice', |
|
| 686 | - 'titre_image_selecteur' => 'Afficher la liste', |
|
| 687 | - 'titre_image_visiteur' => 'Visiteur', |
|
| 688 | - 'titre_joindre_document' => 'JOINDRE UN DOCUMENT', |
|
| 689 | - 'titre_mots_cles' => 'MOTS-CLÉS', |
|
| 690 | - 'titre_probleme_technique' => 'Attention : un problème technique (serveur SQL) empêche l’accès à cette partie du site. Merci de votre compréhension.', |
|
| 691 | - 'titre_publier_document' => 'PUBLIER UN DOCUMENT DANS CETTE RUBRIQUE', |
|
| 692 | - 'titre_signatures_attente' => 'Signatures en attente de validation', |
|
| 693 | - 'titre_signatures_confirmees' => 'Signatures confirmées', |
|
| 694 | - 'titre_statistiques' => 'Statistiques du site', |
|
| 695 | - 'titre_titre_document' => 'Titre du document :', |
|
| 696 | - 'todo' => 'à venir', |
|
| 697 | - 'trad_definir_reference' => 'Choisir "@titre@" comme référence des traductions', |
|
| 698 | - 'trad_reference' => '(référence des traductions)', |
|
| 669 | + 'texte_inc_meta_1' => 'Le système a rencontré une erreur lors de l’écriture du fichier <code>@fichier@</code>. Veuillez, en tant qu’administratrice du site,', |
|
| 670 | + 'texte_inc_meta_2' => 'vérifier les droits d’écriture', |
|
| 671 | + 'texte_inc_meta_3' => 'sur le répertoire <code>@repertoire@</code>.', |
|
| 672 | + 'texte_statut_en_cours_redaction' => 'en cours de rédaction', |
|
| 673 | + 'texte_statut_poubelle' => 'à la poubelle', |
|
| 674 | + 'texte_statut_propose_evaluation' => 'proposé à l’évaluation', |
|
| 675 | + 'texte_statut_publie' => 'publié en ligne', |
|
| 676 | + 'texte_statut_refuse' => 'refusé', |
|
| 677 | + 'titre_ajouter_mot_cle' => 'AJOUTER UN MOT-CLÉ :', |
|
| 678 | + 'titre_cadre_raccourcis' => 'RACCOURCIS :', |
|
| 679 | + 'titre_changer_couleur_interface' => 'Changer la couleur de l’interface', |
|
| 680 | + 'titre_image_admin_article' => 'Vous pouvez administrer cet article', |
|
| 681 | + 'titre_image_administrateur' => 'Administratrice', |
|
| 682 | + 'titre_image_aide' => 'De l’aide sur cet élément', |
|
| 683 | + 'titre_image_auteur_supprime' => 'Autrice supprimée', |
|
| 684 | + 'titre_image_redacteur' => 'Rédactrice sans accès', |
|
| 685 | + 'titre_image_redacteur_02' => 'Rédactrice', |
|
| 686 | + 'titre_image_selecteur' => 'Afficher la liste', |
|
| 687 | + 'titre_image_visiteur' => 'Visiteur', |
|
| 688 | + 'titre_joindre_document' => 'JOINDRE UN DOCUMENT', |
|
| 689 | + 'titre_mots_cles' => 'MOTS-CLÉS', |
|
| 690 | + 'titre_probleme_technique' => 'Attention : un problème technique (serveur SQL) empêche l’accès à cette partie du site. Merci de votre compréhension.', |
|
| 691 | + 'titre_publier_document' => 'PUBLIER UN DOCUMENT DANS CETTE RUBRIQUE', |
|
| 692 | + 'titre_signatures_attente' => 'Signatures en attente de validation', |
|
| 693 | + 'titre_signatures_confirmees' => 'Signatures confirmées', |
|
| 694 | + 'titre_statistiques' => 'Statistiques du site', |
|
| 695 | + 'titre_titre_document' => 'Titre du document :', |
|
| 696 | + 'todo' => 'à venir', |
|
| 697 | + 'trad_definir_reference' => 'Choisir "@titre@" comme référence des traductions', |
|
| 698 | + 'trad_reference' => '(référence des traductions)', |
|
| 699 | 699 | |
| 700 | - // U |
|
| 701 | - 'upload_limit' => 'Ce fichier est trop gros pour le serveur ; la taille maximum autorisée en <i>upload</i> est de @max@.', |
|
| 700 | + // U |
|
| 701 | + 'upload_limit' => 'Ce fichier est trop gros pour le serveur ; la taille maximum autorisée en <i>upload</i> est de @max@.', |
|
| 702 | 702 | |
| 703 | - // Z |
|
| 704 | - 'zbug_balise_b_aval' => ' : balise B en aval', |
|
| 705 | - 'zbug_balise_inexistante' => 'Balise @balise@ mal déclarée pour @from@', |
|
| 706 | - 'zbug_balise_sans_argument' => 'Argument manquant dans la balise @balise@', |
|
| 707 | - 'zbug_boucle' => 'boucle', |
|
| 708 | - 'zbug_boucle_recursive_undef' => 'Boucle récursive non définie : @nom@', |
|
| 709 | - 'zbug_calcul' => 'calcul', |
|
| 710 | - 'zbug_champ_hors_boucle' => 'Champ @champ@ hors boucle', |
|
| 711 | - 'zbug_champ_hors_critere' => 'Champ @champ@ hors critère @critere@', |
|
| 712 | - 'zbug_champ_hors_motif' => 'Champ @champ@ hors d’un contexte @motif@', |
|
| 713 | - 'zbug_code' => 'code', |
|
| 714 | - 'zbug_critere_inconnu' => 'Critère inconnu @critere@', |
|
| 715 | - 'zbug_critere_sur_table_sans_cle_primaire' => '{@critere@} sur une table sans clef primaire atomique', |
|
| 716 | - 'zbug_distant_interdit' => 'Externe interdit', |
|
| 717 | - 'zbug_doublon_table_sans_cle_primaire' => 'Doublons sur une table sans clef primaire atomique', |
|
| 718 | - 'zbug_doublon_table_sans_index' => 'Doublons sur une table sans index', |
|
| 719 | - 'zbug_erreur_boucle_double' => 'Double définition de la boucle @id@', |
|
| 720 | - 'zbug_erreur_boucle_fermant' => 'Boucle @id@ non fermée', |
|
| 721 | - 'zbug_erreur_boucle_syntaxe' => 'Syntaxe de la boucle @id@ incorrecte', |
|
| 722 | - 'zbug_erreur_compilation' => 'Erreur de compilation', |
|
| 723 | - 'zbug_erreur_execution_page' => 'Erreur d’exécution', |
|
| 724 | - 'zbug_erreur_filtre' => 'Filtre @filtre@ non défini', |
|
| 725 | - 'zbug_erreur_filtre_nbarg_min' => 'Filtre @filtre@ : il manque @nb@ argument(s)', |
|
| 726 | - 'zbug_erreur_meme_parent' => 'Le critère {meme_parent} ne s’applique qu’aux boucles (FORUMS) ou (RUBRIQUES)', |
|
| 727 | - 'zbug_erreur_squelette' => 'Erreur(s) dans le squelette', |
|
| 728 | - 'zbug_hors_compilation' => 'Hors Compilation', |
|
| 729 | - 'zbug_info_erreur_squelette' => 'Erreur sur le site', |
|
| 730 | - 'zbug_inversion_ordre_inexistant' => 'Inversion d’un ordre inexistant', |
|
| 731 | - 'zbug_pagination_sans_critere' => 'Balise #PAGINATION sans critère {pagination} ou employé dans une boucle récursive', |
|
| 732 | - 'zbug_parametres_inclus_incorrects' => 'Paramètre d’inclusion incorrect : @param@', |
|
| 733 | - 'zbug_profile' => 'Temps de calcul : @time@', |
|
| 734 | - 'zbug_resultat' => 'résultat', |
|
| 735 | - 'zbug_serveur_indefini' => 'Serveur SQL indéfini', |
|
| 736 | - 'zbug_statistiques' => 'Statistiques des requêtes SQL classées par durée', |
|
| 737 | - 'zbug_table_inconnue' => 'Table SQL « @table@ » inconnue', |
|
| 738 | - 'zxml_connus_attributs' => 'attributs connus', |
|
| 739 | - 'zxml_de' => 'de', |
|
| 740 | - 'zxml_inconnu_attribut' => 'attribut inconnu', |
|
| 741 | - 'zxml_inconnu_balise' => 'balise inconnue', |
|
| 742 | - 'zxml_inconnu_entite' => 'entité inconnue', |
|
| 743 | - 'zxml_inconnu_id' => 'ID inconnu', |
|
| 744 | - 'zxml_mais_de' => 'mais de', |
|
| 745 | - 'zxml_non_conforme' => 'n’est pas conforme au motif', |
|
| 746 | - 'zxml_non_fils' => 'n’est pas un fils de', |
|
| 747 | - 'zxml_nonvide_balise' => 'balise non vide', |
|
| 748 | - 'zxml_obligatoire_attribut' => 'attribut obligatoire mais absent dans', |
|
| 749 | - 'zxml_succession_fils_incorrecte' => 'succession des fils incorrecte', |
|
| 750 | - 'zxml_survoler' => 'survoler pour voir les corrects', |
|
| 751 | - 'zxml_valeur_attribut' => 'valeur de l’attribut', |
|
| 752 | - 'zxml_vide_balise' => 'balise vide', |
|
| 753 | - 'zxml_vu' => 'vu auparavant' |
|
| 703 | + // Z |
|
| 704 | + 'zbug_balise_b_aval' => ' : balise B en aval', |
|
| 705 | + 'zbug_balise_inexistante' => 'Balise @balise@ mal déclarée pour @from@', |
|
| 706 | + 'zbug_balise_sans_argument' => 'Argument manquant dans la balise @balise@', |
|
| 707 | + 'zbug_boucle' => 'boucle', |
|
| 708 | + 'zbug_boucle_recursive_undef' => 'Boucle récursive non définie : @nom@', |
|
| 709 | + 'zbug_calcul' => 'calcul', |
|
| 710 | + 'zbug_champ_hors_boucle' => 'Champ @champ@ hors boucle', |
|
| 711 | + 'zbug_champ_hors_critere' => 'Champ @champ@ hors critère @critere@', |
|
| 712 | + 'zbug_champ_hors_motif' => 'Champ @champ@ hors d’un contexte @motif@', |
|
| 713 | + 'zbug_code' => 'code', |
|
| 714 | + 'zbug_critere_inconnu' => 'Critère inconnu @critere@', |
|
| 715 | + 'zbug_critere_sur_table_sans_cle_primaire' => '{@critere@} sur une table sans clef primaire atomique', |
|
| 716 | + 'zbug_distant_interdit' => 'Externe interdit', |
|
| 717 | + 'zbug_doublon_table_sans_cle_primaire' => 'Doublons sur une table sans clef primaire atomique', |
|
| 718 | + 'zbug_doublon_table_sans_index' => 'Doublons sur une table sans index', |
|
| 719 | + 'zbug_erreur_boucle_double' => 'Double définition de la boucle @id@', |
|
| 720 | + 'zbug_erreur_boucle_fermant' => 'Boucle @id@ non fermée', |
|
| 721 | + 'zbug_erreur_boucle_syntaxe' => 'Syntaxe de la boucle @id@ incorrecte', |
|
| 722 | + 'zbug_erreur_compilation' => 'Erreur de compilation', |
|
| 723 | + 'zbug_erreur_execution_page' => 'Erreur d’exécution', |
|
| 724 | + 'zbug_erreur_filtre' => 'Filtre @filtre@ non défini', |
|
| 725 | + 'zbug_erreur_filtre_nbarg_min' => 'Filtre @filtre@ : il manque @nb@ argument(s)', |
|
| 726 | + 'zbug_erreur_meme_parent' => 'Le critère {meme_parent} ne s’applique qu’aux boucles (FORUMS) ou (RUBRIQUES)', |
|
| 727 | + 'zbug_erreur_squelette' => 'Erreur(s) dans le squelette', |
|
| 728 | + 'zbug_hors_compilation' => 'Hors Compilation', |
|
| 729 | + 'zbug_info_erreur_squelette' => 'Erreur sur le site', |
|
| 730 | + 'zbug_inversion_ordre_inexistant' => 'Inversion d’un ordre inexistant', |
|
| 731 | + 'zbug_pagination_sans_critere' => 'Balise #PAGINATION sans critère {pagination} ou employé dans une boucle récursive', |
|
| 732 | + 'zbug_parametres_inclus_incorrects' => 'Paramètre d’inclusion incorrect : @param@', |
|
| 733 | + 'zbug_profile' => 'Temps de calcul : @time@', |
|
| 734 | + 'zbug_resultat' => 'résultat', |
|
| 735 | + 'zbug_serveur_indefini' => 'Serveur SQL indéfini', |
|
| 736 | + 'zbug_statistiques' => 'Statistiques des requêtes SQL classées par durée', |
|
| 737 | + 'zbug_table_inconnue' => 'Table SQL « @table@ » inconnue', |
|
| 738 | + 'zxml_connus_attributs' => 'attributs connus', |
|
| 739 | + 'zxml_de' => 'de', |
|
| 740 | + 'zxml_inconnu_attribut' => 'attribut inconnu', |
|
| 741 | + 'zxml_inconnu_balise' => 'balise inconnue', |
|
| 742 | + 'zxml_inconnu_entite' => 'entité inconnue', |
|
| 743 | + 'zxml_inconnu_id' => 'ID inconnu', |
|
| 744 | + 'zxml_mais_de' => 'mais de', |
|
| 745 | + 'zxml_non_conforme' => 'n’est pas conforme au motif', |
|
| 746 | + 'zxml_non_fils' => 'n’est pas un fils de', |
|
| 747 | + 'zxml_nonvide_balise' => 'balise non vide', |
|
| 748 | + 'zxml_obligatoire_attribut' => 'attribut obligatoire mais absent dans', |
|
| 749 | + 'zxml_succession_fils_incorrecte' => 'succession des fils incorrecte', |
|
| 750 | + 'zxml_survoler' => 'survoler pour voir les corrects', |
|
| 751 | + 'zxml_valeur_attribut' => 'valeur de l’attribut', |
|
| 752 | + 'zxml_vide_balise' => 'balise vide', |
|
| 753 | + 'zxml_vu' => 'vu auparavant' |
|
| 754 | 754 | ); |
@@ -4,247 +4,247 @@ discard block |
||
| 4 | 4 | // ** ne pas modifier le fichier ** |
| 5 | 5 | |
| 6 | 6 | if (!defined('_ECRIRE_INC_VERSION')) { |
| 7 | - return; |
|
| 7 | + return; |
|
| 8 | 8 | } |
| 9 | 9 | |
| 10 | 10 | $GLOBALS[$GLOBALS['idx_lang']] = array( |
| 11 | 11 | |
| 12 | - // A |
|
| 13 | - 'access_interface_graphique' => 'Volver a la interfaz gráfica completa', |
|
| 14 | - 'access_mode_texte' => 'Mostrar la interfaz simplificada en modo texto', |
|
| 15 | - 'admin_debug' => 'debug', |
|
| 16 | - 'admin_modifier_article' => 'Modificar este artículo', |
|
| 17 | - 'admin_modifier_auteur' => 'Modificar esta autora o autor', |
|
| 18 | - 'admin_modifier_breve' => 'Modificar esta breve', |
|
| 19 | - 'admin_modifier_mot' => 'Modificar esta palabra clave', |
|
| 20 | - 'admin_modifier_rubrique' => 'Modificar esta sección', |
|
| 21 | - 'admin_recalculer' => 'Actualizar esta página', |
|
| 22 | - 'afficher_calendrier' => 'Ver el calendario', |
|
| 23 | - 'afficher_trad' => 'mostrar las traducciones', |
|
| 24 | - 'alerte_maj_impossible' => '<<b>¡Alerta!</b> La actualización de la base de datos SQL a la versión @version@ es imposible, quizás por un problema de derechos de modificación en la base de datos. Por favor, contacta con tu alojamiento web.', |
|
| 25 | - 'alerte_modif_info_concourante' => 'ATENCIÓN: Esta información fue modificada por otro lado. El valor actual es:', |
|
| 26 | - 'analyse_xml' => 'Análisis XML', |
|
| 27 | - 'annuler' => 'Cancelar', |
|
| 28 | - 'antispam_champ_vide' => 'Por favor, deje este campo vacío :', |
|
| 29 | - 'articles_recents' => 'Los artículos más recientes', |
|
| 30 | - 'attention_champ_mini_nb_caractères' => '¡Atención! @nb@ caracteres como mínimo', |
|
| 31 | - 'avis_1_erreur_saisie' => 'Hay 1 error en su entrada, verifique por favor la información.', |
|
| 32 | - 'avis_archive_incorrect' => 'El archivo de respaldo no es un archivo SPIP.', |
|
| 33 | - 'avis_archive_invalide' => 'el archivo de respaldo no es válido', |
|
| 34 | - 'avis_attention' => '¡ATENCIÓN!', |
|
| 35 | - 'avis_champ_incorrect_type_objet' => 'Nombre de campo incorrecto @name@ para objeto de tipo @type@', |
|
| 36 | - 'avis_colonne_inexistante' => 'La columna @col@ no existe', |
|
| 37 | - 'avis_erreur' => 'Error: ver aqui abajo', |
|
| 38 | - 'avis_erreur_connexion' => 'Error de conexión', |
|
| 39 | - 'avis_erreur_cookie' => 'problema de cookie ', |
|
| 40 | - 'avis_erreur_fonction_contexte' => 'Error de programación. No se debe llamar a esta función en este contexto.', |
|
| 41 | - 'avis_erreur_mysql' => 'Error SQL', |
|
| 42 | - 'avis_erreur_sauvegarde' => 'Error al hacer la copia de respaldo (@type@ @id_objet@)!', |
|
| 43 | - 'avis_erreur_visiteur' => 'Probleme de acceso al espacio privado', |
|
| 44 | - 'avis_nb_erreurs_saisie' => 'Hay @nb@ errores en su entrada, verifique por favor la información.', |
|
| 12 | + // A |
|
| 13 | + 'access_interface_graphique' => 'Volver a la interfaz gráfica completa', |
|
| 14 | + 'access_mode_texte' => 'Mostrar la interfaz simplificada en modo texto', |
|
| 15 | + 'admin_debug' => 'debug', |
|
| 16 | + 'admin_modifier_article' => 'Modificar este artículo', |
|
| 17 | + 'admin_modifier_auteur' => 'Modificar esta autora o autor', |
|
| 18 | + 'admin_modifier_breve' => 'Modificar esta breve', |
|
| 19 | + 'admin_modifier_mot' => 'Modificar esta palabra clave', |
|
| 20 | + 'admin_modifier_rubrique' => 'Modificar esta sección', |
|
| 21 | + 'admin_recalculer' => 'Actualizar esta página', |
|
| 22 | + 'afficher_calendrier' => 'Ver el calendario', |
|
| 23 | + 'afficher_trad' => 'mostrar las traducciones', |
|
| 24 | + 'alerte_maj_impossible' => '<<b>¡Alerta!</b> La actualización de la base de datos SQL a la versión @version@ es imposible, quizás por un problema de derechos de modificación en la base de datos. Por favor, contacta con tu alojamiento web.', |
|
| 25 | + 'alerte_modif_info_concourante' => 'ATENCIÓN: Esta información fue modificada por otro lado. El valor actual es:', |
|
| 26 | + 'analyse_xml' => 'Análisis XML', |
|
| 27 | + 'annuler' => 'Cancelar', |
|
| 28 | + 'antispam_champ_vide' => 'Por favor, deje este campo vacío :', |
|
| 29 | + 'articles_recents' => 'Los artículos más recientes', |
|
| 30 | + 'attention_champ_mini_nb_caractères' => '¡Atención! @nb@ caracteres como mínimo', |
|
| 31 | + 'avis_1_erreur_saisie' => 'Hay 1 error en su entrada, verifique por favor la información.', |
|
| 32 | + 'avis_archive_incorrect' => 'El archivo de respaldo no es un archivo SPIP.', |
|
| 33 | + 'avis_archive_invalide' => 'el archivo de respaldo no es válido', |
|
| 34 | + 'avis_attention' => '¡ATENCIÓN!', |
|
| 35 | + 'avis_champ_incorrect_type_objet' => 'Nombre de campo incorrecto @name@ para objeto de tipo @type@', |
|
| 36 | + 'avis_colonne_inexistante' => 'La columna @col@ no existe', |
|
| 37 | + 'avis_erreur' => 'Error: ver aqui abajo', |
|
| 38 | + 'avis_erreur_connexion' => 'Error de conexión', |
|
| 39 | + 'avis_erreur_cookie' => 'problema de cookie ', |
|
| 40 | + 'avis_erreur_fonction_contexte' => 'Error de programación. No se debe llamar a esta función en este contexto.', |
|
| 41 | + 'avis_erreur_mysql' => 'Error SQL', |
|
| 42 | + 'avis_erreur_sauvegarde' => 'Error al hacer la copia de respaldo (@type@ @id_objet@)!', |
|
| 43 | + 'avis_erreur_visiteur' => 'Probleme de acceso al espacio privado', |
|
| 44 | + 'avis_nb_erreurs_saisie' => 'Hay @nb@ errores en su entrada, verifique por favor la información.', |
|
| 45 | 45 | |
| 46 | - // B |
|
| 47 | - 'barre_a_accent_grave' => 'Insertar una A mayúscula con acento grave', |
|
| 48 | - 'barre_aide' => 'Utiliza los atajos tipográficos para mejorar la paginación', |
|
| 49 | - 'barre_e_accent_aigu' => 'Insertar una E mayúscula con tilde', |
|
| 50 | - 'barre_eo' => 'Insertar una E en la O', |
|
| 51 | - 'barre_eo_maj' => 'Insertar una E en la O mayúscula', |
|
| 52 | - 'barre_euro' => 'Insertar el símbolo €', |
|
| 53 | - 'barre_gras' => 'Poner en {{negrita}}', |
|
| 54 | - 'barre_guillemets' => 'Poner entre «comillas»', |
|
| 55 | - 'barre_guillemets_simples' => 'Poner entre comillas de segundo nivel”', |
|
| 56 | - 'barre_intertitre' => 'Transformar en {{{inter-título}}}', |
|
| 57 | - 'barre_italic' => 'Poner en {cursiva}', |
|
| 58 | - 'barre_lien' => 'Transformar en [enlace hipertexto->http://...]', |
|
| 59 | - 'barre_lien_input' => 'Indica la dirección de tu enlace. Puedes indicar un dirección web bajo la forma http://www.talsitio.org/carpeta/ o simplemente indicar el número de un artículo de este sitio.', |
|
| 60 | - 'barre_note' => 'Transformar en [[Nota de pié de página]]', |
|
| 61 | - 'barre_paragraphe' => 'Crear un párrafo', |
|
| 62 | - 'barre_quote' => '<quote>Citar un mensaje</quote>', |
|
| 63 | - 'bouton_changer' => 'Cambiar', |
|
| 64 | - 'bouton_chercher' => 'Buscar', |
|
| 65 | - 'bouton_choisir' => 'Elegir', |
|
| 66 | - 'bouton_deplacer' => 'Mover', |
|
| 67 | - 'bouton_download' => 'Descargar', |
|
| 68 | - 'bouton_enregistrer' => 'Guardar', |
|
| 69 | - 'bouton_radio_desactiver_messagerie_interne' => 'Desactivar la mensajería interna', |
|
| 70 | - 'bouton_radio_envoi_annonces' => 'Enviar anuncios editoriales', |
|
| 71 | - 'bouton_radio_non_envoi_annonces' => 'No enviar anuncios', |
|
| 72 | - 'bouton_radio_non_envoi_liste_nouveautes' => 'No enviar la lista de novedades', |
|
| 73 | - 'bouton_recharger_page' => 'Actualizar esta página', |
|
| 74 | - 'bouton_telecharger' => 'Descargar', |
|
| 75 | - 'bouton_upload' => 'Subir', |
|
| 76 | - 'bouton_valider' => 'Validar', |
|
| 46 | + // B |
|
| 47 | + 'barre_a_accent_grave' => 'Insertar una A mayúscula con acento grave', |
|
| 48 | + 'barre_aide' => 'Utiliza los atajos tipográficos para mejorar la paginación', |
|
| 49 | + 'barre_e_accent_aigu' => 'Insertar una E mayúscula con tilde', |
|
| 50 | + 'barre_eo' => 'Insertar una E en la O', |
|
| 51 | + 'barre_eo_maj' => 'Insertar una E en la O mayúscula', |
|
| 52 | + 'barre_euro' => 'Insertar el símbolo €', |
|
| 53 | + 'barre_gras' => 'Poner en {{negrita}}', |
|
| 54 | + 'barre_guillemets' => 'Poner entre «comillas»', |
|
| 55 | + 'barre_guillemets_simples' => 'Poner entre comillas de segundo nivel”', |
|
| 56 | + 'barre_intertitre' => 'Transformar en {{{inter-título}}}', |
|
| 57 | + 'barre_italic' => 'Poner en {cursiva}', |
|
| 58 | + 'barre_lien' => 'Transformar en [enlace hipertexto->http://...]', |
|
| 59 | + 'barre_lien_input' => 'Indica la dirección de tu enlace. Puedes indicar un dirección web bajo la forma http://www.talsitio.org/carpeta/ o simplemente indicar el número de un artículo de este sitio.', |
|
| 60 | + 'barre_note' => 'Transformar en [[Nota de pié de página]]', |
|
| 61 | + 'barre_paragraphe' => 'Crear un párrafo', |
|
| 62 | + 'barre_quote' => '<quote>Citar un mensaje</quote>', |
|
| 63 | + 'bouton_changer' => 'Cambiar', |
|
| 64 | + 'bouton_chercher' => 'Buscar', |
|
| 65 | + 'bouton_choisir' => 'Elegir', |
|
| 66 | + 'bouton_deplacer' => 'Mover', |
|
| 67 | + 'bouton_download' => 'Descargar', |
|
| 68 | + 'bouton_enregistrer' => 'Guardar', |
|
| 69 | + 'bouton_radio_desactiver_messagerie_interne' => 'Desactivar la mensajería interna', |
|
| 70 | + 'bouton_radio_envoi_annonces' => 'Enviar anuncios editoriales', |
|
| 71 | + 'bouton_radio_non_envoi_annonces' => 'No enviar anuncios', |
|
| 72 | + 'bouton_radio_non_envoi_liste_nouveautes' => 'No enviar la lista de novedades', |
|
| 73 | + 'bouton_recharger_page' => 'Actualizar esta página', |
|
| 74 | + 'bouton_telecharger' => 'Descargar', |
|
| 75 | + 'bouton_upload' => 'Subir', |
|
| 76 | + 'bouton_valider' => 'Validar', |
|
| 77 | 77 | |
| 78 | - // C |
|
| 79 | - 'cal_apresmidi' => 'tarde', |
|
| 80 | - 'cal_jour_entier' => 'día entero', |
|
| 81 | - 'cal_matin' => 'mañana', |
|
| 82 | - 'cal_par_jour' => 'calendario por día', |
|
| 83 | - 'cal_par_mois' => 'calendario por mes', |
|
| 84 | - 'cal_par_semaine' => 'calendario por semana', |
|
| 85 | - 'choix_couleur_interface' => 'color', |
|
| 86 | - 'choix_interface' => 'Selección de la interfase', |
|
| 87 | - 'colonne' => 'Columna', |
|
| 88 | - 'confirm_changer_statut' => 'Cuidado, estás cambiando el estado de este elemento. ¿Lo confirmas?', |
|
| 89 | - 'correcte' => 'correcta', |
|
| 78 | + // C |
|
| 79 | + 'cal_apresmidi' => 'tarde', |
|
| 80 | + 'cal_jour_entier' => 'día entero', |
|
| 81 | + 'cal_matin' => 'mañana', |
|
| 82 | + 'cal_par_jour' => 'calendario por día', |
|
| 83 | + 'cal_par_mois' => 'calendario por mes', |
|
| 84 | + 'cal_par_semaine' => 'calendario por semana', |
|
| 85 | + 'choix_couleur_interface' => 'color', |
|
| 86 | + 'choix_interface' => 'Selección de la interfase', |
|
| 87 | + 'colonne' => 'Columna', |
|
| 88 | + 'confirm_changer_statut' => 'Cuidado, estás cambiando el estado de este elemento. ¿Lo confirmas?', |
|
| 89 | + 'correcte' => 'correcta', |
|
| 90 | 90 | |
| 91 | - // D |
|
| 92 | - 'date_aujourdhui' => 'hoy', |
|
| 93 | - 'date_avant_jc' => 'aC', |
|
| 94 | - 'date_dans' => 'en @delai@', |
|
| 95 | - 'date_de_mois_1' => '@j@ de @nommois@', |
|
| 96 | - 'date_de_mois_10' => '@j@ de @nommois@', |
|
| 97 | - 'date_de_mois_11' => '@j@ de @nommois@', |
|
| 98 | - 'date_de_mois_12' => '@j@ de @nommois@', |
|
| 99 | - 'date_de_mois_2' => '@j@ de @nommois@', |
|
| 100 | - 'date_de_mois_3' => '@j@ de @nommois@', |
|
| 101 | - 'date_de_mois_4' => '@j@ de @nommois@', |
|
| 102 | - 'date_de_mois_5' => '@j@ de @nommois@', |
|
| 103 | - 'date_de_mois_6' => '@j@ de @nommois@', |
|
| 104 | - 'date_de_mois_7' => '@j@ de @nommois@', |
|
| 105 | - 'date_de_mois_8' => '@j@ de @nommois@', |
|
| 106 | - 'date_de_mois_9' => '@j@ de @nommois@', |
|
| 107 | - 'date_demain' => 'mañana', |
|
| 108 | - 'date_fmt_heures_minutes' => '@h@h@m@min', |
|
| 109 | - 'date_fmt_heures_minutes_court' => '@h@h@m@', |
|
| 110 | - 'date_fmt_jour' => '@nomjour@ @jour@', |
|
| 111 | - 'date_fmt_jour_heure' => '@jour@ a las @heure@', |
|
| 112 | - 'date_fmt_jour_heure_debut_fin' => '@jour@ de las @heure_debut@ a las @heure_fin@', |
|
| 113 | - 'date_fmt_jour_heure_debut_fin_abbr' => '@dtstart@@jour@ de las @heure_debut@@dtabbr@ a las @dtend@@heure_fin@@dtabbr@', |
|
| 114 | - 'date_fmt_jour_mois' => '@jour@ de @nommois@', |
|
| 115 | - 'date_fmt_jour_mois_annee' => '@jour@ de @nommois@ de @annee@', |
|
| 116 | - 'date_fmt_mois_annee' => '@nommois@ de @annee@', |
|
| 117 | - 'date_fmt_nomjour' => '@nomjour@ @date@', |
|
| 118 | - 'date_fmt_nomjour_date' => 'el @nomjour@ @date@', |
|
| 119 | - 'date_fmt_periode' => 'Del @date_debut@ al @date_fin@', |
|
| 120 | - 'date_fmt_periode_abbr' => 'Del @dtart@@date_debut@@dtabbr@ al @dtend@@date_fin@@dtabbr@', |
|
| 121 | - 'date_fmt_periode_from' => 'Del', |
|
| 122 | - 'date_fmt_periode_to' => 'al', |
|
| 123 | - 'date_fmt_saison_annee' => '@saison@ @annee@', |
|
| 124 | - 'date_heures' => 'horas', |
|
| 125 | - 'date_hier' => 'ayer', |
|
| 126 | - 'date_il_y_a' => 'hace @delai@', |
|
| 127 | - 'date_jnum1' => '1ro', |
|
| 128 | - 'date_jnum10' => '10', |
|
| 129 | - 'date_jnum11' => '11', |
|
| 130 | - 'date_jnum12' => '12', |
|
| 131 | - 'date_jnum13' => '13', |
|
| 132 | - 'date_jnum14' => '14', |
|
| 133 | - 'date_jnum15' => '15', |
|
| 134 | - 'date_jnum16' => '16', |
|
| 135 | - 'date_jnum17' => '17', |
|
| 136 | - 'date_jnum18' => '18', |
|
| 137 | - 'date_jnum19' => '19', |
|
| 138 | - 'date_jnum2' => '2', |
|
| 139 | - 'date_jnum20' => '20', |
|
| 140 | - 'date_jnum21' => '21', |
|
| 141 | - 'date_jnum22' => '22', |
|
| 142 | - 'date_jnum23' => '23', |
|
| 143 | - 'date_jnum24' => '24', |
|
| 144 | - 'date_jnum25' => '25', |
|
| 145 | - 'date_jnum26' => '26', |
|
| 146 | - 'date_jnum27' => '27', |
|
| 147 | - 'date_jnum28' => '28', |
|
| 148 | - 'date_jnum29' => '29', |
|
| 149 | - 'date_jnum3' => '3', |
|
| 150 | - 'date_jnum30' => '30', |
|
| 151 | - 'date_jnum31' => '31', |
|
| 152 | - 'date_jnum4' => '4', |
|
| 153 | - 'date_jnum5' => '5', |
|
| 154 | - 'date_jnum6' => '6', |
|
| 155 | - 'date_jnum7' => '7', |
|
| 156 | - 'date_jnum8' => '8', |
|
| 157 | - 'date_jnum9' => '9', |
|
| 158 | - 'date_jour_1' => 'Domingo', |
|
| 159 | - 'date_jour_1_abbr' => 'dom', |
|
| 160 | - 'date_jour_1_initiale' => 'd', |
|
| 161 | - 'date_jour_2' => 'Lunes', |
|
| 162 | - 'date_jour_2_abbr' => 'lun', |
|
| 163 | - 'date_jour_2_initiale' => 'l', |
|
| 164 | - 'date_jour_3' => 'Martes', |
|
| 165 | - 'date_jour_3_abbr' => 'mar', |
|
| 166 | - 'date_jour_3_initiale' => 'm', |
|
| 167 | - 'date_jour_4' => 'Miércoles', |
|
| 168 | - 'date_jour_4_abbr' => 'mie', |
|
| 169 | - 'date_jour_4_initiale' => 'm', |
|
| 170 | - 'date_jour_5' => 'Jueves', |
|
| 171 | - 'date_jour_5_abbr' => 'jue', |
|
| 172 | - 'date_jour_5_initiale' => 'j', |
|
| 173 | - 'date_jour_6' => 'Viernes', |
|
| 174 | - 'date_jour_6_abbr' => 'vie', |
|
| 175 | - 'date_jour_6_initiale' => 'v', |
|
| 176 | - 'date_jour_7' => 'Sábado', |
|
| 177 | - 'date_jour_7_abbr' => 'sab', |
|
| 178 | - 'date_jour_7_initiale' => 's', |
|
| 179 | - 'date_jours' => 'días', |
|
| 180 | - 'date_minutes' => 'minutos', |
|
| 181 | - 'date_mois' => 'meses', |
|
| 182 | - 'date_mois_1' => 'enero', |
|
| 183 | - 'date_mois_10' => 'octubre', |
|
| 184 | - 'date_mois_10_abbr' => 'oct.', |
|
| 185 | - 'date_mois_11' => 'noviembre', |
|
| 186 | - 'date_mois_11_abbr' => 'nov.', |
|
| 187 | - 'date_mois_12' => 'diciembre', |
|
| 188 | - 'date_mois_12_abbr' => 'dic.', |
|
| 189 | - 'date_mois_1_abbr' => 'ene.', |
|
| 190 | - 'date_mois_2' => 'febrero', |
|
| 191 | - 'date_mois_2_abbr' => 'feb.', |
|
| 192 | - 'date_mois_3' => 'marzo', |
|
| 193 | - 'date_mois_3_abbr' => 'mar.', |
|
| 194 | - 'date_mois_4' => 'abril', |
|
| 195 | - 'date_mois_4_abbr' => 'abr.', |
|
| 196 | - 'date_mois_5' => 'mayo', |
|
| 197 | - 'date_mois_5_abbr' => 'mayo', |
|
| 198 | - 'date_mois_6' => 'junio', |
|
| 199 | - 'date_mois_6_abbr' => 'jun.', |
|
| 200 | - 'date_mois_7' => 'julio', |
|
| 201 | - 'date_mois_7_abbr' => 'jul.', |
|
| 202 | - 'date_mois_8' => 'agosto', |
|
| 203 | - 'date_mois_8_abbr' => 'ago.', |
|
| 204 | - 'date_mois_9' => 'septiembre', |
|
| 205 | - 'date_mois_9_abbr' => 'sep.', |
|
| 206 | - 'date_saison_1' => 'invierno', |
|
| 207 | - 'date_saison_2' => 'primavera', |
|
| 208 | - 'date_saison_3' => 'verano', |
|
| 209 | - 'date_saison_4' => 'otoño', |
|
| 210 | - 'date_secondes' => 'segundos', |
|
| 211 | - 'date_semaines' => 'semanas', |
|
| 212 | - 'date_un_mois' => 'mes', |
|
| 213 | - 'date_une_heure' => 'hora', |
|
| 214 | - 'date_une_minute' => 'minuto', |
|
| 215 | - 'date_une_seconde' => 'segundo', |
|
| 216 | - 'date_une_semaine' => 'semana', |
|
| 217 | - 'dirs_commencer' => 'Para empezar realmente la instalación', |
|
| 218 | - 'dirs_preliminaire' => 'Preliminar: <b>Regular los derechos de acceso</b>', |
|
| 219 | - 'dirs_probleme_droits' => 'Problema de derechos de acceso', |
|
| 220 | - 'dirs_repertoires_absents' => '<p><b>No se pudieron encontrar las siguientes carpetas:</b></p><ul>@bad_dirs@.</ul> </b> |
|
| 91 | + // D |
|
| 92 | + 'date_aujourdhui' => 'hoy', |
|
| 93 | + 'date_avant_jc' => 'aC', |
|
| 94 | + 'date_dans' => 'en @delai@', |
|
| 95 | + 'date_de_mois_1' => '@j@ de @nommois@', |
|
| 96 | + 'date_de_mois_10' => '@j@ de @nommois@', |
|
| 97 | + 'date_de_mois_11' => '@j@ de @nommois@', |
|
| 98 | + 'date_de_mois_12' => '@j@ de @nommois@', |
|
| 99 | + 'date_de_mois_2' => '@j@ de @nommois@', |
|
| 100 | + 'date_de_mois_3' => '@j@ de @nommois@', |
|
| 101 | + 'date_de_mois_4' => '@j@ de @nommois@', |
|
| 102 | + 'date_de_mois_5' => '@j@ de @nommois@', |
|
| 103 | + 'date_de_mois_6' => '@j@ de @nommois@', |
|
| 104 | + 'date_de_mois_7' => '@j@ de @nommois@', |
|
| 105 | + 'date_de_mois_8' => '@j@ de @nommois@', |
|
| 106 | + 'date_de_mois_9' => '@j@ de @nommois@', |
|
| 107 | + 'date_demain' => 'mañana', |
|
| 108 | + 'date_fmt_heures_minutes' => '@h@h@m@min', |
|
| 109 | + 'date_fmt_heures_minutes_court' => '@h@h@m@', |
|
| 110 | + 'date_fmt_jour' => '@nomjour@ @jour@', |
|
| 111 | + 'date_fmt_jour_heure' => '@jour@ a las @heure@', |
|
| 112 | + 'date_fmt_jour_heure_debut_fin' => '@jour@ de las @heure_debut@ a las @heure_fin@', |
|
| 113 | + 'date_fmt_jour_heure_debut_fin_abbr' => '@dtstart@@jour@ de las @heure_debut@@dtabbr@ a las @dtend@@heure_fin@@dtabbr@', |
|
| 114 | + 'date_fmt_jour_mois' => '@jour@ de @nommois@', |
|
| 115 | + 'date_fmt_jour_mois_annee' => '@jour@ de @nommois@ de @annee@', |
|
| 116 | + 'date_fmt_mois_annee' => '@nommois@ de @annee@', |
|
| 117 | + 'date_fmt_nomjour' => '@nomjour@ @date@', |
|
| 118 | + 'date_fmt_nomjour_date' => 'el @nomjour@ @date@', |
|
| 119 | + 'date_fmt_periode' => 'Del @date_debut@ al @date_fin@', |
|
| 120 | + 'date_fmt_periode_abbr' => 'Del @dtart@@date_debut@@dtabbr@ al @dtend@@date_fin@@dtabbr@', |
|
| 121 | + 'date_fmt_periode_from' => 'Del', |
|
| 122 | + 'date_fmt_periode_to' => 'al', |
|
| 123 | + 'date_fmt_saison_annee' => '@saison@ @annee@', |
|
| 124 | + 'date_heures' => 'horas', |
|
| 125 | + 'date_hier' => 'ayer', |
|
| 126 | + 'date_il_y_a' => 'hace @delai@', |
|
| 127 | + 'date_jnum1' => '1ro', |
|
| 128 | + 'date_jnum10' => '10', |
|
| 129 | + 'date_jnum11' => '11', |
|
| 130 | + 'date_jnum12' => '12', |
|
| 131 | + 'date_jnum13' => '13', |
|
| 132 | + 'date_jnum14' => '14', |
|
| 133 | + 'date_jnum15' => '15', |
|
| 134 | + 'date_jnum16' => '16', |
|
| 135 | + 'date_jnum17' => '17', |
|
| 136 | + 'date_jnum18' => '18', |
|
| 137 | + 'date_jnum19' => '19', |
|
| 138 | + 'date_jnum2' => '2', |
|
| 139 | + 'date_jnum20' => '20', |
|
| 140 | + 'date_jnum21' => '21', |
|
| 141 | + 'date_jnum22' => '22', |
|
| 142 | + 'date_jnum23' => '23', |
|
| 143 | + 'date_jnum24' => '24', |
|
| 144 | + 'date_jnum25' => '25', |
|
| 145 | + 'date_jnum26' => '26', |
|
| 146 | + 'date_jnum27' => '27', |
|
| 147 | + 'date_jnum28' => '28', |
|
| 148 | + 'date_jnum29' => '29', |
|
| 149 | + 'date_jnum3' => '3', |
|
| 150 | + 'date_jnum30' => '30', |
|
| 151 | + 'date_jnum31' => '31', |
|
| 152 | + 'date_jnum4' => '4', |
|
| 153 | + 'date_jnum5' => '5', |
|
| 154 | + 'date_jnum6' => '6', |
|
| 155 | + 'date_jnum7' => '7', |
|
| 156 | + 'date_jnum8' => '8', |
|
| 157 | + 'date_jnum9' => '9', |
|
| 158 | + 'date_jour_1' => 'Domingo', |
|
| 159 | + 'date_jour_1_abbr' => 'dom', |
|
| 160 | + 'date_jour_1_initiale' => 'd', |
|
| 161 | + 'date_jour_2' => 'Lunes', |
|
| 162 | + 'date_jour_2_abbr' => 'lun', |
|
| 163 | + 'date_jour_2_initiale' => 'l', |
|
| 164 | + 'date_jour_3' => 'Martes', |
|
| 165 | + 'date_jour_3_abbr' => 'mar', |
|
| 166 | + 'date_jour_3_initiale' => 'm', |
|
| 167 | + 'date_jour_4' => 'Miércoles', |
|
| 168 | + 'date_jour_4_abbr' => 'mie', |
|
| 169 | + 'date_jour_4_initiale' => 'm', |
|
| 170 | + 'date_jour_5' => 'Jueves', |
|
| 171 | + 'date_jour_5_abbr' => 'jue', |
|
| 172 | + 'date_jour_5_initiale' => 'j', |
|
| 173 | + 'date_jour_6' => 'Viernes', |
|
| 174 | + 'date_jour_6_abbr' => 'vie', |
|
| 175 | + 'date_jour_6_initiale' => 'v', |
|
| 176 | + 'date_jour_7' => 'Sábado', |
|
| 177 | + 'date_jour_7_abbr' => 'sab', |
|
| 178 | + 'date_jour_7_initiale' => 's', |
|
| 179 | + 'date_jours' => 'días', |
|
| 180 | + 'date_minutes' => 'minutos', |
|
| 181 | + 'date_mois' => 'meses', |
|
| 182 | + 'date_mois_1' => 'enero', |
|
| 183 | + 'date_mois_10' => 'octubre', |
|
| 184 | + 'date_mois_10_abbr' => 'oct.', |
|
| 185 | + 'date_mois_11' => 'noviembre', |
|
| 186 | + 'date_mois_11_abbr' => 'nov.', |
|
| 187 | + 'date_mois_12' => 'diciembre', |
|
| 188 | + 'date_mois_12_abbr' => 'dic.', |
|
| 189 | + 'date_mois_1_abbr' => 'ene.', |
|
| 190 | + 'date_mois_2' => 'febrero', |
|
| 191 | + 'date_mois_2_abbr' => 'feb.', |
|
| 192 | + 'date_mois_3' => 'marzo', |
|
| 193 | + 'date_mois_3_abbr' => 'mar.', |
|
| 194 | + 'date_mois_4' => 'abril', |
|
| 195 | + 'date_mois_4_abbr' => 'abr.', |
|
| 196 | + 'date_mois_5' => 'mayo', |
|
| 197 | + 'date_mois_5_abbr' => 'mayo', |
|
| 198 | + 'date_mois_6' => 'junio', |
|
| 199 | + 'date_mois_6_abbr' => 'jun.', |
|
| 200 | + 'date_mois_7' => 'julio', |
|
| 201 | + 'date_mois_7_abbr' => 'jul.', |
|
| 202 | + 'date_mois_8' => 'agosto', |
|
| 203 | + 'date_mois_8_abbr' => 'ago.', |
|
| 204 | + 'date_mois_9' => 'septiembre', |
|
| 205 | + 'date_mois_9_abbr' => 'sep.', |
|
| 206 | + 'date_saison_1' => 'invierno', |
|
| 207 | + 'date_saison_2' => 'primavera', |
|
| 208 | + 'date_saison_3' => 'verano', |
|
| 209 | + 'date_saison_4' => 'otoño', |
|
| 210 | + 'date_secondes' => 'segundos', |
|
| 211 | + 'date_semaines' => 'semanas', |
|
| 212 | + 'date_un_mois' => 'mes', |
|
| 213 | + 'date_une_heure' => 'hora', |
|
| 214 | + 'date_une_minute' => 'minuto', |
|
| 215 | + 'date_une_seconde' => 'segundo', |
|
| 216 | + 'date_une_semaine' => 'semana', |
|
| 217 | + 'dirs_commencer' => 'Para empezar realmente la instalación', |
|
| 218 | + 'dirs_preliminaire' => 'Preliminar: <b>Regular los derechos de acceso</b>', |
|
| 219 | + 'dirs_probleme_droits' => 'Problema de derechos de acceso', |
|
| 220 | + 'dirs_repertoires_absents' => '<p><b>No se pudieron encontrar las siguientes carpetas:</b></p><ul>@bad_dirs@.</ul> </b> |
|
| 221 | 221 | <p>Es probable que se deba a un problema de escritura entre mayúsculas y minúsculas. |
| 222 | 222 | Verifique que las mayúsculas y minúsculas de los nombres de estas carpetas corresponden a lo se visualiza a continuación; si no es el caso, cambia el nombre de las carpetas con tu software de FTP, de modo que se corrijan los errores.</p> |
| 223 | 223 | <p>Cuando hayas hecho esta operación podrás ', |
| 224 | - 'dirs_repertoires_suivants' => '<p><b>Las carpetas siguientes no están accesibles en escritura :</b></p><ul>@bad_dirs@.</ul> |
|
| 224 | + 'dirs_repertoires_suivants' => '<p><b>Las carpetas siguientes no están accesibles en escritura :</b></p><ul>@bad_dirs@.</ul> |
|
| 225 | 225 | <p>Para solucionar el problema debes utilizar un cliente FTP para cambiar los derechos de acceso a cada una |
| 226 | 226 | de las carpetas mencionadas. El procedimiento se explica detalladamente en la guía de instalación.</p> |
| 227 | 227 | <p>Una vez terminado este proceso, podrás ', |
| 228 | - 'double_occurrence' => 'Doble ocurrencia de @balise@', |
|
| 228 | + 'double_occurrence' => 'Doble ocurrencia de @balise@', |
|
| 229 | 229 | |
| 230 | - // E |
|
| 231 | - 'en_cours' => 'en curso', |
|
| 232 | - 'envoi_via_le_site' => 'Envío a través del sitio', |
|
| 233 | - 'erreur' => 'Error', |
|
| 234 | - 'erreur_balise_non_fermee' => 'última baliza no cerrada:', |
|
| 235 | - 'erreur_technique_ajaxform' => '¡Vaya! Un error inesperado ha impedido enviar el formulario. Puede intentarlo de nuevo. ', |
|
| 236 | - 'erreur_technique_enregistrement_champs' => 'Un erreor técnico impidió guardar correctamente el campo @champs@.', |
|
| 237 | - 'erreur_technique_enregistrement_impossible' => 'Un erreor técnico impidió guardar los datos.', |
|
| 238 | - 'erreur_texte' => 'error(es)', |
|
| 239 | - 'etape' => 'Etapa', |
|
| 230 | + // E |
|
| 231 | + 'en_cours' => 'en curso', |
|
| 232 | + 'envoi_via_le_site' => 'Envío a través del sitio', |
|
| 233 | + 'erreur' => 'Error', |
|
| 234 | + 'erreur_balise_non_fermee' => 'última baliza no cerrada:', |
|
| 235 | + 'erreur_technique_ajaxform' => '¡Vaya! Un error inesperado ha impedido enviar el formulario. Puede intentarlo de nuevo. ', |
|
| 236 | + 'erreur_technique_enregistrement_champs' => 'Un erreor técnico impidió guardar correctamente el campo @champs@.', |
|
| 237 | + 'erreur_technique_enregistrement_impossible' => 'Un erreor técnico impidió guardar los datos.', |
|
| 238 | + 'erreur_texte' => 'error(es)', |
|
| 239 | + 'etape' => 'Etapa', |
|
| 240 | 240 | |
| 241 | - // F |
|
| 242 | - 'fichier_introuvable' => 'No se encuentra el archivo @fichier@', |
|
| 243 | - 'fonction_introuvable' => 'Función @fonction@() no encontrada.', |
|
| 244 | - 'form_auteur_confirmation' => 'Confirma tu dirección de correo', |
|
| 245 | - 'form_auteur_email_modifie' => 'Tu dirección de correo fue modificada', |
|
| 246 | - 'form_auteur_envoi_mail_confirmation' => 'Se te acaba de enviar un mensaje de confirmación a @email@. Tienes que visitar la página web indicada en ese mensaje para validar tu dirección de correo.', |
|
| 247 | - 'form_auteur_mail_confirmation' => 'Hola, |
|
| 241 | + // F |
|
| 242 | + 'fichier_introuvable' => 'No se encuentra el archivo @fichier@', |
|
| 243 | + 'fonction_introuvable' => 'Función @fonction@() no encontrada.', |
|
| 244 | + 'form_auteur_confirmation' => 'Confirma tu dirección de correo', |
|
| 245 | + 'form_auteur_email_modifie' => 'Tu dirección de correo fue modificada', |
|
| 246 | + 'form_auteur_envoi_mail_confirmation' => 'Se te acaba de enviar un mensaje de confirmación a @email@. Tienes que visitar la página web indicada en ese mensaje para validar tu dirección de correo.', |
|
| 247 | + 'form_auteur_mail_confirmation' => 'Hola, |
|
| 248 | 248 | |
| 249 | 249 | Ha solicitado cambiar su dirección de correo electrónico. |
| 250 | 250 | Para confirmar su nueva dirección, haga clic en el siguiente enlace: |
@@ -252,338 +252,338 @@ discard block |
||
| 252 | 252 | @url@ |
| 253 | 253 | En caso contrario, la solicitud será ignorada. |
| 254 | 254 | ', |
| 255 | - 'form_deja_inscrit' => 'Ya estás inscrito.', |
|
| 256 | - 'form_email_non_valide' => 'La dirección de correo electrónico no es válida.', |
|
| 257 | - 'form_forum_access_refuse' => 'Ya no tienes acceso a este sitio.', |
|
| 258 | - 'form_forum_bonjour' => 'Hola, @nom@,', |
|
| 259 | - 'form_forum_confirmer_email' => 'Para confirmar tu dirección mail, visita el siguiente enlace: @url_confirm@', |
|
| 260 | - 'form_forum_email_deja_enregistre' => 'Esta dirección de correo electrónico ya está registrada, por lo que puedes utilizar tu contraseña habitual.', |
|
| 261 | - 'form_forum_identifiant_mail' => 'Acabamos de enviarte tu nuevo identificador por correo electrónico.', |
|
| 262 | - 'form_forum_identifiants' => 'Identificadores personales', |
|
| 263 | - 'form_forum_indiquer_nom_email' => 'Indica aquí tu nombre y dirección de correo electrónico. Se te enviará de inmediato por correo electrónico tu identificador personal.', |
|
| 264 | - 'form_forum_login' => 'login:', |
|
| 265 | - 'form_forum_message_auto' => '(esto es un mensaje automático)', |
|
| 266 | - 'form_forum_pass' => 'contraseña:', |
|
| 267 | - 'form_forum_probleme_mail' => 'Problema con el correo electrónico: no se puede enviar el identificador.', |
|
| 268 | - 'form_forum_voici1' => 'Esta es tu identificación para participar |
|
| 255 | + 'form_deja_inscrit' => 'Ya estás inscrito.', |
|
| 256 | + 'form_email_non_valide' => 'La dirección de correo electrónico no es válida.', |
|
| 257 | + 'form_forum_access_refuse' => 'Ya no tienes acceso a este sitio.', |
|
| 258 | + 'form_forum_bonjour' => 'Hola, @nom@,', |
|
| 259 | + 'form_forum_confirmer_email' => 'Para confirmar tu dirección mail, visita el siguiente enlace: @url_confirm@', |
|
| 260 | + 'form_forum_email_deja_enregistre' => 'Esta dirección de correo electrónico ya está registrada, por lo que puedes utilizar tu contraseña habitual.', |
|
| 261 | + 'form_forum_identifiant_mail' => 'Acabamos de enviarte tu nuevo identificador por correo electrónico.', |
|
| 262 | + 'form_forum_identifiants' => 'Identificadores personales', |
|
| 263 | + 'form_forum_indiquer_nom_email' => 'Indica aquí tu nombre y dirección de correo electrónico. Se te enviará de inmediato por correo electrónico tu identificador personal.', |
|
| 264 | + 'form_forum_login' => 'login:', |
|
| 265 | + 'form_forum_message_auto' => '(esto es un mensaje automático)', |
|
| 266 | + 'form_forum_pass' => 'contraseña:', |
|
| 267 | + 'form_forum_probleme_mail' => 'Problema con el correo electrónico: no se puede enviar el identificador.', |
|
| 268 | + 'form_forum_voici1' => 'Esta es tu identificación para participar |
|
| 269 | 269 | en los foros del sitio "@nom_site_spip@" (@adresse_site@):', |
| 270 | - 'form_forum_voici2' => 'Esta es tu identificación para proponer artículos |
|
| 270 | + 'form_forum_voici2' => 'Esta es tu identificación para proponer artículos |
|
| 271 | 271 | en el sitio "@nom_site_spip@" (@adresse_login@):', |
| 272 | - 'form_indiquer_email' => 'Indica tu dirección de correo electrónico.', |
|
| 273 | - 'form_indiquer_nom' => 'Indica tu nombre.', |
|
| 274 | - 'form_indiquer_nom_site' => 'Indica el nombre de tu sitio Web.', |
|
| 275 | - 'form_pet_deja_enregistre' => 'Este sitio ya está registrado', |
|
| 276 | - 'form_pet_signature_pasprise' => 'Tu firma no ha sido tomada en cuenta.', |
|
| 277 | - 'form_prop_confirmer_envoi' => 'Confirmar el envío', |
|
| 278 | - 'form_prop_description' => 'Descripción/comentario', |
|
| 279 | - 'form_prop_enregistre' => 'Tu propuesta ha sido registrada, aparecerá en línea después de la validación por el equipo responsable de este sitio.', |
|
| 280 | - 'form_prop_envoyer' => 'Enviar un mensaje', |
|
| 281 | - 'form_prop_indiquer_email' => 'Indica una dirección de correo electrónico válida', |
|
| 282 | - 'form_prop_indiquer_nom_site' => 'Indica el nombre del sitio.', |
|
| 283 | - 'form_prop_indiquer_sujet' => 'Indicar un tema', |
|
| 284 | - 'form_prop_message_envoye' => 'Mensaje enviado', |
|
| 285 | - 'form_prop_non_enregistre' => 'Tu propuesta no fue registrada.', |
|
| 286 | - 'form_prop_sujet' => 'Asunto', |
|
| 287 | - 'form_prop_url_site' => 'Dirección URL del sitio', |
|
| 288 | - 'format_date_attendu' => 'Introduce una fecha en formato dd/mm/aaaa.', |
|
| 289 | - 'format_date_incorrecte' => 'La fecha o su formato es incorrecto', |
|
| 290 | - 'format_heure_attendu' => 'Intrpduce una hora en formato hh:mm.', |
|
| 291 | - 'format_heure_incorrecte' => 'La hora o su formato es incorrecto', |
|
| 292 | - 'forum_non_inscrit' => 'No estás inscrita o inscrito, o bien la dirección o la contraseña son erróneas.', |
|
| 293 | - 'forum_par_auteur' => 'por @auteur@', |
|
| 294 | - 'forum_titre_erreur' => 'Error...', |
|
| 272 | + 'form_indiquer_email' => 'Indica tu dirección de correo electrónico.', |
|
| 273 | + 'form_indiquer_nom' => 'Indica tu nombre.', |
|
| 274 | + 'form_indiquer_nom_site' => 'Indica el nombre de tu sitio Web.', |
|
| 275 | + 'form_pet_deja_enregistre' => 'Este sitio ya está registrado', |
|
| 276 | + 'form_pet_signature_pasprise' => 'Tu firma no ha sido tomada en cuenta.', |
|
| 277 | + 'form_prop_confirmer_envoi' => 'Confirmar el envío', |
|
| 278 | + 'form_prop_description' => 'Descripción/comentario', |
|
| 279 | + 'form_prop_enregistre' => 'Tu propuesta ha sido registrada, aparecerá en línea después de la validación por el equipo responsable de este sitio.', |
|
| 280 | + 'form_prop_envoyer' => 'Enviar un mensaje', |
|
| 281 | + 'form_prop_indiquer_email' => 'Indica una dirección de correo electrónico válida', |
|
| 282 | + 'form_prop_indiquer_nom_site' => 'Indica el nombre del sitio.', |
|
| 283 | + 'form_prop_indiquer_sujet' => 'Indicar un tema', |
|
| 284 | + 'form_prop_message_envoye' => 'Mensaje enviado', |
|
| 285 | + 'form_prop_non_enregistre' => 'Tu propuesta no fue registrada.', |
|
| 286 | + 'form_prop_sujet' => 'Asunto', |
|
| 287 | + 'form_prop_url_site' => 'Dirección URL del sitio', |
|
| 288 | + 'format_date_attendu' => 'Introduce una fecha en formato dd/mm/aaaa.', |
|
| 289 | + 'format_date_incorrecte' => 'La fecha o su formato es incorrecto', |
|
| 290 | + 'format_heure_attendu' => 'Intrpduce una hora en formato hh:mm.', |
|
| 291 | + 'format_heure_incorrecte' => 'La hora o su formato es incorrecto', |
|
| 292 | + 'forum_non_inscrit' => 'No estás inscrita o inscrito, o bien la dirección o la contraseña son erróneas.', |
|
| 293 | + 'forum_par_auteur' => 'por @auteur@', |
|
| 294 | + 'forum_titre_erreur' => 'Error...', |
|
| 295 | 295 | |
| 296 | - // I |
|
| 297 | - 'ical_texte_rss_articles' => 'El archivo «backend» de artículos de este sitio se encuentra en la dirección:', |
|
| 298 | - 'ical_texte_rss_articles2' => 'También puedes obtener archivos «backend» para los artículos de cada sección de este sitio:', |
|
| 299 | - 'ical_texte_rss_breves' => 'Además existe un archivo que contiene las breves del sitio. Especificando el número de sección, se pueden obtener únicamente las breves de ésta.', |
|
| 300 | - 'icone_a_suivre' => 'Mis tareas', |
|
| 301 | - 'icone_admin_site' => 'Administración del sitio', |
|
| 302 | - 'icone_agenda' => 'Agenda', |
|
| 303 | - 'icone_aide_ligne' => 'Ayuda en línea', |
|
| 304 | - 'icone_articles' => 'Artículos', |
|
| 305 | - 'icone_auteurs' => 'Autoras y autores', |
|
| 306 | - 'icone_brouteur' => 'Navegación rápida', |
|
| 307 | - 'icone_configuration_site' => 'Configuración del sitio', |
|
| 308 | - 'icone_configurer_site' => 'Configurar el sitio', |
|
| 309 | - 'icone_creer_nouvel_auteur' => 'Crear un nuevo autor o autora', |
|
| 310 | - 'icone_creer_rubrique' => 'Crear una sección', |
|
| 311 | - 'icone_creer_sous_rubrique' => 'Crear una subsección', |
|
| 312 | - 'icone_deconnecter' => 'Desconectarse', |
|
| 313 | - 'icone_discussions' => 'Discusiones', |
|
| 314 | - 'icone_doc_rubrique' => 'Documentos de las secciones', |
|
| 315 | - 'icone_ecrire_article' => 'Nuevo artículo', |
|
| 316 | - 'icone_edition_site' => 'Edición del sitio', |
|
| 317 | - 'icone_gestion_langues' => 'Gestión de idiomas', |
|
| 318 | - 'icone_informations_personnelles' => 'Información personal', |
|
| 319 | - 'icone_interface_complet' => 'Interfaz completa', |
|
| 320 | - 'icone_interface_simple' => 'Interfaz simple', |
|
| 321 | - 'icone_maintenance_site' => 'Mantenimiento del sitio', |
|
| 322 | - 'icone_messagerie_personnelle' => 'Mensajería personal', |
|
| 323 | - 'icone_repartition_debut' => 'Mostrar el reparto desde el comienzo', |
|
| 324 | - 'icone_rubriques' => 'Secciones', |
|
| 325 | - 'icone_sauver_site' => 'Respaldo del sitio', |
|
| 326 | - 'icone_site_entier' => 'Todo el sitio', |
|
| 327 | - 'icone_sites_references' => 'Sitios referenciados', |
|
| 328 | - 'icone_statistiques' => 'Estadísticas del sitio', |
|
| 329 | - 'icone_suivi_activite' => 'Seguir la vida del sitio', |
|
| 330 | - 'icone_suivi_actualite' => 'Evolución del sitio', |
|
| 331 | - 'icone_suivi_pettions' => 'Gestión de las peticiones', |
|
| 332 | - 'icone_suivi_revisions' => 'Modificaciones de artículos', |
|
| 333 | - 'icone_supprimer_document' => 'Suprimir este documento', |
|
| 334 | - 'icone_supprimer_image' => 'Suprimir esta imagen', |
|
| 335 | - 'icone_tous_articles' => 'Todos tus artículos', |
|
| 336 | - 'icone_tous_auteur' => 'Todos los autores y autoras', |
|
| 337 | - 'icone_tous_visiteur' => 'Todos los visitantes', |
|
| 338 | - 'icone_visiter_site' => 'Visitar el sitio', |
|
| 339 | - 'icone_voir_en_ligne' => 'Ver en línea', |
|
| 340 | - 'img_indisponible' => 'imagen indisponible', |
|
| 341 | - 'impossible' => 'imposible', |
|
| 342 | - 'info_a_suivre' => 'MIS TAREAS »', |
|
| 343 | - 'info_acces_interdit' => 'Acceso prohibido', |
|
| 344 | - 'info_acces_refuse' => 'Acceso rechazado', |
|
| 345 | - 'info_action' => 'Acción: @action@', |
|
| 346 | - 'info_administrer_rubriques' => 'Puedes administrar esta sección y sus subsecciones', |
|
| 347 | - 'info_adresse_non_indiquee' => '¡No has indicado la dirección a probar !', |
|
| 348 | - 'info_aide' => 'AYUDA:', |
|
| 349 | - 'info_ajouter_mot' => 'Añadir esta palabra', |
|
| 350 | - 'info_annonce' => 'Anuncio', |
|
| 351 | - 'info_annonces_generales' => 'Anuncios generales', |
|
| 352 | - 'info_article_propose' => 'Artículo propuesto', |
|
| 353 | - 'info_article_publie' => 'Artículo publicado', |
|
| 354 | - 'info_article_redaction' => 'Artículo en curso', |
|
| 355 | - 'info_article_refuse' => 'Artículo rechazado', |
|
| 356 | - 'info_article_supprime' => 'Artículo suprimido', |
|
| 357 | - 'info_articles' => 'Artículos', |
|
| 358 | - 'info_articles_a_valider' => 'Los artículos a validar', |
|
| 359 | - 'info_articles_nb' => '@nb@ artículos', |
|
| 360 | - 'info_articles_proposes' => 'Artículos propuestos', |
|
| 361 | - 'info_articles_un' => '1 artículo', |
|
| 362 | - 'info_auteurs_nombre' => 'Autora(s) y autor(es):', |
|
| 363 | - 'info_authentification_ftp' => 'Autentificación (por FTP).', |
|
| 364 | - 'info_breves_2' => 'breves', |
|
| 365 | - 'info_breves_nb' => '@nb@ breves', |
|
| 366 | - 'info_breves_un' => '1 breve', |
|
| 367 | - 'info_connexion_refusee' => 'Conexión rechazada', |
|
| 368 | - 'info_contact_developpeur' => 'Debes contactar con un programador.', |
|
| 369 | - 'info_contenance' => 'Este sitio contiene:', |
|
| 370 | - 'info_contribution' => 'Contribuciones', |
|
| 371 | - 'info_copyright' => '@spip@ es un software libre distribuído @lien_gpl@.', |
|
| 372 | - 'info_copyright_doc' => 'Para mayor información, ver el sitio <a href="@spipnet@">@spipnet_affiche@</a>.', |
|
| 373 | - 'info_copyright_gpl' => 'bajo licencia GPL', |
|
| 374 | - 'info_cours_edition' => 'En curso de redacción', |
|
| 375 | - 'info_creer_repertoire' => 'Debes crear un archivo o una carpeta llamada', |
|
| 376 | - 'info_creer_repertoire_2' => 'en el directorio <b>@repertoire@</b>, y luego', |
|
| 377 | - 'info_creer_vignette' => 'creación automática de la miniatura', |
|
| 378 | - 'info_creerdansrubrique_non_autorise' => 'No tienes los derechos suficientes para crear contenidos dentro de esta sección', |
|
| 379 | - 'info_deplier' => 'Desplegar', |
|
| 380 | - 'info_descriptif_nombre' => 'descripcción(es):', |
|
| 381 | - 'info_description' => 'Descripción:', |
|
| 382 | - 'info_description_2' => 'Descripción:', |
|
| 383 | - 'info_dimension' => 'Dimensiones', |
|
| 384 | - 'info_documents_nb' => '@nb@ documentos', |
|
| 385 | - 'info_documents_un' => '1 documento', |
|
| 386 | - 'info_ecire_message_prive' => 'Escribir un mensaje privado', |
|
| 387 | - 'info_email_invalide' => 'La dirección de correo electrónico no es válida.', |
|
| 388 | - 'info_en_cours_validation' => 'Tus artículos en curso', |
|
| 389 | - 'info_en_ligne' => 'Actualmente en línea', |
|
| 390 | - 'info_envoyer_message_prive' => 'Enviar un mensaje privado a este autor o autora', |
|
| 391 | - 'info_erreur_requete' => 'Error en la petición:', |
|
| 392 | - 'info_erreur_squelette2' => 'No hay ningún esqueleto <b>@fichier@</b> disponible...', |
|
| 393 | - 'info_erreur_systeme' => 'Error del sistema (errno @errsys@)', |
|
| 394 | - 'info_erreur_systeme2' => 'El disco duro puede estar lleno o la base de datos dañada.<br /> |
|
| 296 | + // I |
|
| 297 | + 'ical_texte_rss_articles' => 'El archivo «backend» de artículos de este sitio se encuentra en la dirección:', |
|
| 298 | + 'ical_texte_rss_articles2' => 'También puedes obtener archivos «backend» para los artículos de cada sección de este sitio:', |
|
| 299 | + 'ical_texte_rss_breves' => 'Además existe un archivo que contiene las breves del sitio. Especificando el número de sección, se pueden obtener únicamente las breves de ésta.', |
|
| 300 | + 'icone_a_suivre' => 'Mis tareas', |
|
| 301 | + 'icone_admin_site' => 'Administración del sitio', |
|
| 302 | + 'icone_agenda' => 'Agenda', |
|
| 303 | + 'icone_aide_ligne' => 'Ayuda en línea', |
|
| 304 | + 'icone_articles' => 'Artículos', |
|
| 305 | + 'icone_auteurs' => 'Autoras y autores', |
|
| 306 | + 'icone_brouteur' => 'Navegación rápida', |
|
| 307 | + 'icone_configuration_site' => 'Configuración del sitio', |
|
| 308 | + 'icone_configurer_site' => 'Configurar el sitio', |
|
| 309 | + 'icone_creer_nouvel_auteur' => 'Crear un nuevo autor o autora', |
|
| 310 | + 'icone_creer_rubrique' => 'Crear una sección', |
|
| 311 | + 'icone_creer_sous_rubrique' => 'Crear una subsección', |
|
| 312 | + 'icone_deconnecter' => 'Desconectarse', |
|
| 313 | + 'icone_discussions' => 'Discusiones', |
|
| 314 | + 'icone_doc_rubrique' => 'Documentos de las secciones', |
|
| 315 | + 'icone_ecrire_article' => 'Nuevo artículo', |
|
| 316 | + 'icone_edition_site' => 'Edición del sitio', |
|
| 317 | + 'icone_gestion_langues' => 'Gestión de idiomas', |
|
| 318 | + 'icone_informations_personnelles' => 'Información personal', |
|
| 319 | + 'icone_interface_complet' => 'Interfaz completa', |
|
| 320 | + 'icone_interface_simple' => 'Interfaz simple', |
|
| 321 | + 'icone_maintenance_site' => 'Mantenimiento del sitio', |
|
| 322 | + 'icone_messagerie_personnelle' => 'Mensajería personal', |
|
| 323 | + 'icone_repartition_debut' => 'Mostrar el reparto desde el comienzo', |
|
| 324 | + 'icone_rubriques' => 'Secciones', |
|
| 325 | + 'icone_sauver_site' => 'Respaldo del sitio', |
|
| 326 | + 'icone_site_entier' => 'Todo el sitio', |
|
| 327 | + 'icone_sites_references' => 'Sitios referenciados', |
|
| 328 | + 'icone_statistiques' => 'Estadísticas del sitio', |
|
| 329 | + 'icone_suivi_activite' => 'Seguir la vida del sitio', |
|
| 330 | + 'icone_suivi_actualite' => 'Evolución del sitio', |
|
| 331 | + 'icone_suivi_pettions' => 'Gestión de las peticiones', |
|
| 332 | + 'icone_suivi_revisions' => 'Modificaciones de artículos', |
|
| 333 | + 'icone_supprimer_document' => 'Suprimir este documento', |
|
| 334 | + 'icone_supprimer_image' => 'Suprimir esta imagen', |
|
| 335 | + 'icone_tous_articles' => 'Todos tus artículos', |
|
| 336 | + 'icone_tous_auteur' => 'Todos los autores y autoras', |
|
| 337 | + 'icone_tous_visiteur' => 'Todos los visitantes', |
|
| 338 | + 'icone_visiter_site' => 'Visitar el sitio', |
|
| 339 | + 'icone_voir_en_ligne' => 'Ver en línea', |
|
| 340 | + 'img_indisponible' => 'imagen indisponible', |
|
| 341 | + 'impossible' => 'imposible', |
|
| 342 | + 'info_a_suivre' => 'MIS TAREAS »', |
|
| 343 | + 'info_acces_interdit' => 'Acceso prohibido', |
|
| 344 | + 'info_acces_refuse' => 'Acceso rechazado', |
|
| 345 | + 'info_action' => 'Acción: @action@', |
|
| 346 | + 'info_administrer_rubriques' => 'Puedes administrar esta sección y sus subsecciones', |
|
| 347 | + 'info_adresse_non_indiquee' => '¡No has indicado la dirección a probar !', |
|
| 348 | + 'info_aide' => 'AYUDA:', |
|
| 349 | + 'info_ajouter_mot' => 'Añadir esta palabra', |
|
| 350 | + 'info_annonce' => 'Anuncio', |
|
| 351 | + 'info_annonces_generales' => 'Anuncios generales', |
|
| 352 | + 'info_article_propose' => 'Artículo propuesto', |
|
| 353 | + 'info_article_publie' => 'Artículo publicado', |
|
| 354 | + 'info_article_redaction' => 'Artículo en curso', |
|
| 355 | + 'info_article_refuse' => 'Artículo rechazado', |
|
| 356 | + 'info_article_supprime' => 'Artículo suprimido', |
|
| 357 | + 'info_articles' => 'Artículos', |
|
| 358 | + 'info_articles_a_valider' => 'Los artículos a validar', |
|
| 359 | + 'info_articles_nb' => '@nb@ artículos', |
|
| 360 | + 'info_articles_proposes' => 'Artículos propuestos', |
|
| 361 | + 'info_articles_un' => '1 artículo', |
|
| 362 | + 'info_auteurs_nombre' => 'Autora(s) y autor(es):', |
|
| 363 | + 'info_authentification_ftp' => 'Autentificación (por FTP).', |
|
| 364 | + 'info_breves_2' => 'breves', |
|
| 365 | + 'info_breves_nb' => '@nb@ breves', |
|
| 366 | + 'info_breves_un' => '1 breve', |
|
| 367 | + 'info_connexion_refusee' => 'Conexión rechazada', |
|
| 368 | + 'info_contact_developpeur' => 'Debes contactar con un programador.', |
|
| 369 | + 'info_contenance' => 'Este sitio contiene:', |
|
| 370 | + 'info_contribution' => 'Contribuciones', |
|
| 371 | + 'info_copyright' => '@spip@ es un software libre distribuído @lien_gpl@.', |
|
| 372 | + 'info_copyright_doc' => 'Para mayor información, ver el sitio <a href="@spipnet@">@spipnet_affiche@</a>.', |
|
| 373 | + 'info_copyright_gpl' => 'bajo licencia GPL', |
|
| 374 | + 'info_cours_edition' => 'En curso de redacción', |
|
| 375 | + 'info_creer_repertoire' => 'Debes crear un archivo o una carpeta llamada', |
|
| 376 | + 'info_creer_repertoire_2' => 'en el directorio <b>@repertoire@</b>, y luego', |
|
| 377 | + 'info_creer_vignette' => 'creación automática de la miniatura', |
|
| 378 | + 'info_creerdansrubrique_non_autorise' => 'No tienes los derechos suficientes para crear contenidos dentro de esta sección', |
|
| 379 | + 'info_deplier' => 'Desplegar', |
|
| 380 | + 'info_descriptif_nombre' => 'descripcción(es):', |
|
| 381 | + 'info_description' => 'Descripción:', |
|
| 382 | + 'info_description_2' => 'Descripción:', |
|
| 383 | + 'info_dimension' => 'Dimensiones', |
|
| 384 | + 'info_documents_nb' => '@nb@ documentos', |
|
| 385 | + 'info_documents_un' => '1 documento', |
|
| 386 | + 'info_ecire_message_prive' => 'Escribir un mensaje privado', |
|
| 387 | + 'info_email_invalide' => 'La dirección de correo electrónico no es válida.', |
|
| 388 | + 'info_en_cours_validation' => 'Tus artículos en curso', |
|
| 389 | + 'info_en_ligne' => 'Actualmente en línea', |
|
| 390 | + 'info_envoyer_message_prive' => 'Enviar un mensaje privado a este autor o autora', |
|
| 391 | + 'info_erreur_requete' => 'Error en la petición:', |
|
| 392 | + 'info_erreur_squelette2' => 'No hay ningún esqueleto <b>@fichier@</b> disponible...', |
|
| 393 | + 'info_erreur_systeme' => 'Error del sistema (errno @errsys@)', |
|
| 394 | + 'info_erreur_systeme2' => 'El disco duro puede estar lleno o la base de datos dañada.<br /> |
|
| 395 | 395 | <span style="color:red;">Intenta <a href=\'@script@\'>reparar la base de fatos</a>, o contacta con tu alojamiento web.</span>', |
| 396 | - 'info_fini' => '¡Terminado!', |
|
| 397 | - 'info_format_image' => 'Formatos de imagen utilizables para los iconos @gd_formats@.', |
|
| 398 | - 'info_format_non_defini' => 'formato no definido', |
|
| 399 | - 'info_grand_ecran' => 'Pantalla completa', |
|
| 400 | - 'info_image_aide' => 'Ayuda', |
|
| 401 | - 'info_image_process_titre' => 'Método de creación de miniaturas', |
|
| 402 | - 'info_impossible_lire_page' => '<b>¡Error !</b> Imposible leer la página <tt><html>@test_proxy@</html></tt> a través del proxy', |
|
| 403 | - 'info_installation_systeme_publication' => 'Instalación del sistema de publicación...', |
|
| 404 | - 'info_installer_documents' => 'Puedes instalar automáticamente todos los documentos contenidos en el directorio @upload@.', |
|
| 405 | - 'info_installer_ftp' => 'Con derechos de administración, puedes instalar archivos (vía FTP) en la carpeta @upload@ para luego poder seleccionarlos directamente aquí.', |
|
| 406 | - 'info_installer_images' => 'Puedes instalar imágenes de formato JPEG, GIF y PNG.', |
|
| 407 | - 'info_installer_images_dossier' => 'Instalar imágenes en la carpeta @upload@ para luego poder seleccionarlas directamente aquí.', |
|
| 408 | - 'info_interface_complete' => 'Interfaz completa', |
|
| 409 | - 'info_interface_simple' => 'Interfaz simple', |
|
| 410 | - 'info_joindre_document_article' => 'Puedes adjuntar a este artículo documentos de tipo', |
|
| 411 | - 'info_joindre_document_rubrique' => 'Puedes adjuntar a esta sección documentos de tipo', |
|
| 412 | - 'info_joindre_documents_article' => 'Puedes adjuntar a tu artículo documentos de tipo', |
|
| 413 | - 'info_l_article' => 'el artículo', |
|
| 414 | - 'info_la_breve' => 'la breve', |
|
| 415 | - 'info_la_rubrique' => 'la sección', |
|
| 416 | - 'info_langue_principale' => 'Idioma principal del sitio', |
|
| 417 | - 'info_largeur_vignette' => '@largeur_vignette@ × @hauteur_vignette@ píxeles', |
|
| 418 | - 'info_les_auteurs_1' => 'por @les_auteurs@', |
|
| 419 | - 'info_logo_format_interdit' => 'Sólo se autorizan los logos de formatos @formats@.', |
|
| 420 | - 'info_logo_max_poids' => 'Los logos deben obligatoriamente pesar menos de @maxi@ (el archivo pesa @actuel@).', |
|
| 421 | - 'info_mail_fournisseur' => '[email protected]', |
|
| 422 | - 'info_message_2' => 'MENSAJE', |
|
| 423 | - 'info_message_supprime' => 'Mensaje suprimido', |
|
| 424 | - 'info_messages_nb' => '@nb@ mensajes', |
|
| 425 | - 'info_messages_un' => '1 mensaje', |
|
| 426 | - 'info_mise_en_ligne' => 'Fecha de puesta en línea', |
|
| 427 | - 'info_modification_parametres_securite' => 'modificaciones de los parámetros de seguridad', |
|
| 428 | - 'info_mois_courant' => 'En el mes actual de: ', |
|
| 429 | - 'info_mot_cle_ajoute' => 'La palabra clave siguiente ha sido añadida al artículo', |
|
| 430 | - 'info_multi_herit' => 'Idioma por omisión', |
|
| 431 | - 'info_multi_langues_soulignees' => 'Los <u>idiomas subrayados</u> disponen de una traducción total o parcial de los textos de la interfaz. Si los seleccionas, diversos elementos del sitio público (fechas, formularios) serán traducidos automáticamente. En los idiomas no subrayados, dichos elementos aparecerán en el idioma principal del sitio.', |
|
| 432 | - 'info_multilinguisme' => 'Multilingüismo', |
|
| 433 | - 'info_nom_non_utilisateurs_connectes' => 'Tu nombre no aparece en la lista de personas conectadas', |
|
| 434 | - 'info_nom_utilisateurs_connectes' => 'Tu nombre aparece en la lista de personas conectadas.', |
|
| 435 | - 'info_nombre_en_ligne' => 'Actualmente en línea', |
|
| 436 | - 'info_non_resultat' => 'No se han encontrado resultados para la búsqueda "@cherche_mot@"', |
|
| 437 | - 'info_non_utilisation_messagerie' => 'No utilizar la mensajería interna.', |
|
| 438 | - 'info_nouveau_message' => '<b>¡Tienes un nuevo mensaje!</b>', |
|
| 439 | - 'info_nouveaux_messages' => 'Tienes @total_messages@ mensajes nuevos ', |
|
| 440 | - 'info_numero_abbreviation' => 'N° ', |
|
| 441 | - 'info_obligatoire' => 'Esta información es obligatoria', |
|
| 442 | - 'info_page_actuelle' => 'Página actual', |
|
| 443 | - 'info_pense_bete' => 'Recordatorio para memorizar', |
|
| 444 | - 'info_petit_ecran' => 'Pantalla pequeña', |
|
| 445 | - 'info_petition_close' => 'Ya no se firma', |
|
| 446 | - 'info_pixels' => 'píxeles', |
|
| 447 | - 'info_plusieurs_mots_trouves' => 'Hemos encontrado varias palabras clave para "@cherche_mot@":', |
|
| 448 | - 'info_portfolio_automatique' => 'Portafolio automático', |
|
| 449 | - 'info_premier_resultat' => '[@debut_limit@ primeros resultados sobre @total@]', |
|
| 450 | - 'info_premier_resultat_sur' => '[@debut_limit@ primeros resultados sobre @total@]', |
|
| 451 | - 'info_propose_1' => '[@nom_site_spip@] Propuesto: @titre@', |
|
| 452 | - 'info_propose_2' => 'Artículo propuesto |
|
| 396 | + 'info_fini' => '¡Terminado!', |
|
| 397 | + 'info_format_image' => 'Formatos de imagen utilizables para los iconos @gd_formats@.', |
|
| 398 | + 'info_format_non_defini' => 'formato no definido', |
|
| 399 | + 'info_grand_ecran' => 'Pantalla completa', |
|
| 400 | + 'info_image_aide' => 'Ayuda', |
|
| 401 | + 'info_image_process_titre' => 'Método de creación de miniaturas', |
|
| 402 | + 'info_impossible_lire_page' => '<b>¡Error !</b> Imposible leer la página <tt><html>@test_proxy@</html></tt> a través del proxy', |
|
| 403 | + 'info_installation_systeme_publication' => 'Instalación del sistema de publicación...', |
|
| 404 | + 'info_installer_documents' => 'Puedes instalar automáticamente todos los documentos contenidos en el directorio @upload@.', |
|
| 405 | + 'info_installer_ftp' => 'Con derechos de administración, puedes instalar archivos (vía FTP) en la carpeta @upload@ para luego poder seleccionarlos directamente aquí.', |
|
| 406 | + 'info_installer_images' => 'Puedes instalar imágenes de formato JPEG, GIF y PNG.', |
|
| 407 | + 'info_installer_images_dossier' => 'Instalar imágenes en la carpeta @upload@ para luego poder seleccionarlas directamente aquí.', |
|
| 408 | + 'info_interface_complete' => 'Interfaz completa', |
|
| 409 | + 'info_interface_simple' => 'Interfaz simple', |
|
| 410 | + 'info_joindre_document_article' => 'Puedes adjuntar a este artículo documentos de tipo', |
|
| 411 | + 'info_joindre_document_rubrique' => 'Puedes adjuntar a esta sección documentos de tipo', |
|
| 412 | + 'info_joindre_documents_article' => 'Puedes adjuntar a tu artículo documentos de tipo', |
|
| 413 | + 'info_l_article' => 'el artículo', |
|
| 414 | + 'info_la_breve' => 'la breve', |
|
| 415 | + 'info_la_rubrique' => 'la sección', |
|
| 416 | + 'info_langue_principale' => 'Idioma principal del sitio', |
|
| 417 | + 'info_largeur_vignette' => '@largeur_vignette@ × @hauteur_vignette@ píxeles', |
|
| 418 | + 'info_les_auteurs_1' => 'por @les_auteurs@', |
|
| 419 | + 'info_logo_format_interdit' => 'Sólo se autorizan los logos de formatos @formats@.', |
|
| 420 | + 'info_logo_max_poids' => 'Los logos deben obligatoriamente pesar menos de @maxi@ (el archivo pesa @actuel@).', |
|
| 421 | + 'info_mail_fournisseur' => '[email protected]', |
|
| 422 | + 'info_message_2' => 'MENSAJE', |
|
| 423 | + 'info_message_supprime' => 'Mensaje suprimido', |
|
| 424 | + 'info_messages_nb' => '@nb@ mensajes', |
|
| 425 | + 'info_messages_un' => '1 mensaje', |
|
| 426 | + 'info_mise_en_ligne' => 'Fecha de puesta en línea', |
|
| 427 | + 'info_modification_parametres_securite' => 'modificaciones de los parámetros de seguridad', |
|
| 428 | + 'info_mois_courant' => 'En el mes actual de: ', |
|
| 429 | + 'info_mot_cle_ajoute' => 'La palabra clave siguiente ha sido añadida al artículo', |
|
| 430 | + 'info_multi_herit' => 'Idioma por omisión', |
|
| 431 | + 'info_multi_langues_soulignees' => 'Los <u>idiomas subrayados</u> disponen de una traducción total o parcial de los textos de la interfaz. Si los seleccionas, diversos elementos del sitio público (fechas, formularios) serán traducidos automáticamente. En los idiomas no subrayados, dichos elementos aparecerán en el idioma principal del sitio.', |
|
| 432 | + 'info_multilinguisme' => 'Multilingüismo', |
|
| 433 | + 'info_nom_non_utilisateurs_connectes' => 'Tu nombre no aparece en la lista de personas conectadas', |
|
| 434 | + 'info_nom_utilisateurs_connectes' => 'Tu nombre aparece en la lista de personas conectadas.', |
|
| 435 | + 'info_nombre_en_ligne' => 'Actualmente en línea', |
|
| 436 | + 'info_non_resultat' => 'No se han encontrado resultados para la búsqueda "@cherche_mot@"', |
|
| 437 | + 'info_non_utilisation_messagerie' => 'No utilizar la mensajería interna.', |
|
| 438 | + 'info_nouveau_message' => '<b>¡Tienes un nuevo mensaje!</b>', |
|
| 439 | + 'info_nouveaux_messages' => 'Tienes @total_messages@ mensajes nuevos ', |
|
| 440 | + 'info_numero_abbreviation' => 'N° ', |
|
| 441 | + 'info_obligatoire' => 'Esta información es obligatoria', |
|
| 442 | + 'info_page_actuelle' => 'Página actual', |
|
| 443 | + 'info_pense_bete' => 'Recordatorio para memorizar', |
|
| 444 | + 'info_petit_ecran' => 'Pantalla pequeña', |
|
| 445 | + 'info_petition_close' => 'Ya no se firma', |
|
| 446 | + 'info_pixels' => 'píxeles', |
|
| 447 | + 'info_plusieurs_mots_trouves' => 'Hemos encontrado varias palabras clave para "@cherche_mot@":', |
|
| 448 | + 'info_portfolio_automatique' => 'Portafolio automático', |
|
| 449 | + 'info_premier_resultat' => '[@debut_limit@ primeros resultados sobre @total@]', |
|
| 450 | + 'info_premier_resultat_sur' => '[@debut_limit@ primeros resultados sobre @total@]', |
|
| 451 | + 'info_propose_1' => '[@nom_site_spip@] Propuesto: @titre@', |
|
| 452 | + 'info_propose_2' => 'Artículo propuesto |
|
| 453 | 453 | ------------------', |
| 454 | - 'info_propose_3' => 'El artículo "@titre@" fue propuesto para ser publicado.', |
|
| 455 | - 'info_propose_4' => 'Estás invitado/a a consultarlo y a dar tu opinión', |
|
| 456 | - 'info_propose_5' => 'en el foro que le concierne. Está disponible en la dirección: ', |
|
| 457 | - 'info_publie_01' => 'El artículo "@titre@" ha sido validado por @connect_nom@.', |
|
| 458 | - 'info_publie_1' => '[@nom_site_spip@] PUBLICADO: @titre@', |
|
| 459 | - 'info_publie_2' => 'Artículo publicado |
|
| 454 | + 'info_propose_3' => 'El artículo "@titre@" fue propuesto para ser publicado.', |
|
| 455 | + 'info_propose_4' => 'Estás invitado/a a consultarlo y a dar tu opinión', |
|
| 456 | + 'info_propose_5' => 'en el foro que le concierne. Está disponible en la dirección: ', |
|
| 457 | + 'info_publie_01' => 'El artículo "@titre@" ha sido validado por @connect_nom@.', |
|
| 458 | + 'info_publie_1' => '[@nom_site_spip@] PUBLICADO: @titre@', |
|
| 459 | + 'info_publie_2' => 'Artículo publicado |
|
| 460 | 460 | -------------------', |
| 461 | - 'info_rechercher' => 'Buscar', |
|
| 462 | - 'info_rechercher_02' => 'Buscar', |
|
| 463 | - 'info_remplacer_vignette' => 'Reemplazar el icono predeterminado por una imagen de tu elección :', |
|
| 464 | - 'info_rubriques_nb' => '@nb@ secciones', |
|
| 465 | - 'info_rubriques_un' => '1 sección', |
|
| 466 | - 'info_sans_titre_2' => 'sin título', |
|
| 467 | - 'info_selectionner_fichier' => 'Puedes seleccionar un documento del directorio @upload@', |
|
| 468 | - 'info_selectionner_fichier_2' => 'Seleccionar un documento...', |
|
| 469 | - 'info_sites_nb' => '@nb@ sitios', |
|
| 470 | - 'info_sites_un' => '1 sitio', |
|
| 471 | - 'info_supprimer_vignette' => 'Suprimir este icono', |
|
| 472 | - 'info_symbole_bleu' => 'El símbolo <b>azul</b> representa un <b>recordatorio personal</b>, o sea una manera de recordar algo.', |
|
| 473 | - 'info_symbole_jaune' => 'El símbolo <b>amarillo</b> representa un <b>anuncio para todos</b>: sólo es modificable por las/os administradoras/es del sitio, y es visible por todos los redactores.', |
|
| 474 | - 'info_symbole_vert' => 'El símbolo <b>verde</b> indica los <b>mensajes intercambiados con otras personas</b> del sitio.', |
|
| 475 | - 'info_telecharger_nouveau_logo' => 'Subir un nuevo logotipo:', |
|
| 476 | - 'info_telecharger_ordinateur' => 'Subir desde tu ordenador:', |
|
| 477 | - 'info_tous_resultats_enregistres' => '[todos los resultados son registrados]', |
|
| 478 | - 'info_tout_afficher' => 'Mostrar todo', |
|
| 479 | - 'info_travaux_texte' => 'Este sitio todavía no está configurado. Vuelve más adelante...', |
|
| 480 | - 'info_travaux_titre' => 'Sitio en curso de modificación', |
|
| 481 | - 'info_trop_resultat' => 'Demasiados resultados para la búsqueda de "@cherche_mot@" . Precise los criterios.', |
|
| 482 | - 'info_utilisation_messagerie_interne' => 'Utilizas la mensajería interna del sitio.', |
|
| 483 | - 'info_valider_lien' => 'validar este enlace', |
|
| 484 | - 'info_verifier_image' => ', verifique si las imágenes han sido corresctamente transferidas.', |
|
| 485 | - 'info_vignette_defaut' => 'Icono predeterminado', |
|
| 486 | - 'info_vignette_personnalisee' => 'Icono personalizado', |
|
| 487 | - 'info_visite' => 'visita:', |
|
| 488 | - 'info_vos_rendez_vous' => 'Tus citas', |
|
| 489 | - 'infos_vos_pense_bete' => 'Tus recordatorios', |
|
| 461 | + 'info_rechercher' => 'Buscar', |
|
| 462 | + 'info_rechercher_02' => 'Buscar', |
|
| 463 | + 'info_remplacer_vignette' => 'Reemplazar el icono predeterminado por una imagen de tu elección :', |
|
| 464 | + 'info_rubriques_nb' => '@nb@ secciones', |
|
| 465 | + 'info_rubriques_un' => '1 sección', |
|
| 466 | + 'info_sans_titre_2' => 'sin título', |
|
| 467 | + 'info_selectionner_fichier' => 'Puedes seleccionar un documento del directorio @upload@', |
|
| 468 | + 'info_selectionner_fichier_2' => 'Seleccionar un documento...', |
|
| 469 | + 'info_sites_nb' => '@nb@ sitios', |
|
| 470 | + 'info_sites_un' => '1 sitio', |
|
| 471 | + 'info_supprimer_vignette' => 'Suprimir este icono', |
|
| 472 | + 'info_symbole_bleu' => 'El símbolo <b>azul</b> representa un <b>recordatorio personal</b>, o sea una manera de recordar algo.', |
|
| 473 | + 'info_symbole_jaune' => 'El símbolo <b>amarillo</b> representa un <b>anuncio para todos</b>: sólo es modificable por las/os administradoras/es del sitio, y es visible por todos los redactores.', |
|
| 474 | + 'info_symbole_vert' => 'El símbolo <b>verde</b> indica los <b>mensajes intercambiados con otras personas</b> del sitio.', |
|
| 475 | + 'info_telecharger_nouveau_logo' => 'Subir un nuevo logotipo:', |
|
| 476 | + 'info_telecharger_ordinateur' => 'Subir desde tu ordenador:', |
|
| 477 | + 'info_tous_resultats_enregistres' => '[todos los resultados son registrados]', |
|
| 478 | + 'info_tout_afficher' => 'Mostrar todo', |
|
| 479 | + 'info_travaux_texte' => 'Este sitio todavía no está configurado. Vuelve más adelante...', |
|
| 480 | + 'info_travaux_titre' => 'Sitio en curso de modificación', |
|
| 481 | + 'info_trop_resultat' => 'Demasiados resultados para la búsqueda de "@cherche_mot@" . Precise los criterios.', |
|
| 482 | + 'info_utilisation_messagerie_interne' => 'Utilizas la mensajería interna del sitio.', |
|
| 483 | + 'info_valider_lien' => 'validar este enlace', |
|
| 484 | + 'info_verifier_image' => ', verifique si las imágenes han sido corresctamente transferidas.', |
|
| 485 | + 'info_vignette_defaut' => 'Icono predeterminado', |
|
| 486 | + 'info_vignette_personnalisee' => 'Icono personalizado', |
|
| 487 | + 'info_visite' => 'visita:', |
|
| 488 | + 'info_vos_rendez_vous' => 'Tus citas', |
|
| 489 | + 'infos_vos_pense_bete' => 'Tus recordatorios', |
|
| 490 | 490 | |
| 491 | - // L |
|
| 492 | - 'label_ajout_id_rapide' => 'Agregado rápido', |
|
| 493 | - 'label_poids_fichier' => 'Tamaño', |
|
| 494 | - 'label_ponctuer' => '@label@ :', |
|
| 495 | - 'lien_afficher_icones_seuls' => 'Mostrar sólo los iconos', |
|
| 496 | - 'lien_afficher_texte_icones' => 'Mostrar iconos y texto', |
|
| 497 | - 'lien_afficher_texte_seul' => 'Mostrar sólo el texto', |
|
| 498 | - 'lien_aller_a_la_derniere_page' => 'Ir a la última página', |
|
| 499 | - 'lien_aller_a_la_page_nb' => 'Ir a la página @nb@', |
|
| 500 | - 'lien_aller_a_la_page_precedente' => 'Ir a la página anterior', |
|
| 501 | - 'lien_aller_a_la_page_suivante' => 'Ir a la página siguiente', |
|
| 502 | - 'lien_aller_a_la_premiere_page' => 'Ir a la primera página', |
|
| 503 | - 'lien_liberer' => 'Liberar', |
|
| 504 | - 'lien_liberer_tous' => 'Liberar todo', |
|
| 505 | - 'lien_nouvea_pense_bete' => 'Nuevo recordatorio', |
|
| 506 | - 'lien_nouveau_message' => 'Nuevo mensaje', |
|
| 507 | - 'lien_nouvelle_annonce' => 'Nuevo anuncio', |
|
| 508 | - 'lien_petitions' => 'Petición', |
|
| 509 | - 'lien_popularite' => 'Popularidad: @popularite@%', |
|
| 510 | - 'lien_racine_site' => 'Raíz del sitio', |
|
| 511 | - 'lien_reessayer' => 'reintentar', |
|
| 512 | - 'lien_repondre_message' => 'Responder a este mensaje', |
|
| 513 | - 'lien_supprimer' => 'Suprimir', |
|
| 514 | - 'lien_tout_afficher' => 'Mostrar todo', |
|
| 515 | - 'lien_visite_site' => 'Visitar este sitio', |
|
| 516 | - 'lien_visites' => '@visites@ visitas.', |
|
| 517 | - 'lien_voir_auteur' => 'Ver esta autor/a', |
|
| 518 | - 'ligne' => 'Línea', |
|
| 519 | - 'login' => 'Conexión', |
|
| 520 | - 'login_acces_prive' => 'acceso al espacio privado', |
|
| 521 | - 'login_autre_identifiant' => 'conectarse con otro nombre de usuario o usuaria', |
|
| 522 | - 'login_cookie_accepte' => 'Configura tu navegador para que las acepte (al menos para este sitio).', |
|
| 523 | - 'login_cookie_oblige' => 'Para identificarte de manera segura en este sitio, tienes que aceptar las "cookies".', |
|
| 524 | - 'login_deconnexion_ok' => 'Desconexión efectuada.', |
|
| 525 | - 'login_erreur_pass' => 'Error de contraseña.', |
|
| 526 | - 'login_espace_prive' => 'espacio privado', |
|
| 527 | - 'login_identifiant_inconnu' => 'El nombre de usuario o usuaria «@login@» es desconocido.', |
|
| 528 | - 'login_login' => 'Nombre de usuario o usuaria:', |
|
| 529 | - 'login_login2' => 'Login o dirección mail:', |
|
| 530 | - 'login_login_pass_incorrect' => '(Identificador o contraseña incorrecta.)', |
|
| 531 | - 'login_motpasseoublie' => '¿contraseña olvidada?', |
|
| 532 | - 'login_non_securise' => 'Atención, este formulario no está asegurado. |
|
| 491 | + // L |
|
| 492 | + 'label_ajout_id_rapide' => 'Agregado rápido', |
|
| 493 | + 'label_poids_fichier' => 'Tamaño', |
|
| 494 | + 'label_ponctuer' => '@label@ :', |
|
| 495 | + 'lien_afficher_icones_seuls' => 'Mostrar sólo los iconos', |
|
| 496 | + 'lien_afficher_texte_icones' => 'Mostrar iconos y texto', |
|
| 497 | + 'lien_afficher_texte_seul' => 'Mostrar sólo el texto', |
|
| 498 | + 'lien_aller_a_la_derniere_page' => 'Ir a la última página', |
|
| 499 | + 'lien_aller_a_la_page_nb' => 'Ir a la página @nb@', |
|
| 500 | + 'lien_aller_a_la_page_precedente' => 'Ir a la página anterior', |
|
| 501 | + 'lien_aller_a_la_page_suivante' => 'Ir a la página siguiente', |
|
| 502 | + 'lien_aller_a_la_premiere_page' => 'Ir a la primera página', |
|
| 503 | + 'lien_liberer' => 'Liberar', |
|
| 504 | + 'lien_liberer_tous' => 'Liberar todo', |
|
| 505 | + 'lien_nouvea_pense_bete' => 'Nuevo recordatorio', |
|
| 506 | + 'lien_nouveau_message' => 'Nuevo mensaje', |
|
| 507 | + 'lien_nouvelle_annonce' => 'Nuevo anuncio', |
|
| 508 | + 'lien_petitions' => 'Petición', |
|
| 509 | + 'lien_popularite' => 'Popularidad: @popularite@%', |
|
| 510 | + 'lien_racine_site' => 'Raíz del sitio', |
|
| 511 | + 'lien_reessayer' => 'reintentar', |
|
| 512 | + 'lien_repondre_message' => 'Responder a este mensaje', |
|
| 513 | + 'lien_supprimer' => 'Suprimir', |
|
| 514 | + 'lien_tout_afficher' => 'Mostrar todo', |
|
| 515 | + 'lien_visite_site' => 'Visitar este sitio', |
|
| 516 | + 'lien_visites' => '@visites@ visitas.', |
|
| 517 | + 'lien_voir_auteur' => 'Ver esta autor/a', |
|
| 518 | + 'ligne' => 'Línea', |
|
| 519 | + 'login' => 'Conexión', |
|
| 520 | + 'login_acces_prive' => 'acceso al espacio privado', |
|
| 521 | + 'login_autre_identifiant' => 'conectarse con otro nombre de usuario o usuaria', |
|
| 522 | + 'login_cookie_accepte' => 'Configura tu navegador para que las acepte (al menos para este sitio).', |
|
| 523 | + 'login_cookie_oblige' => 'Para identificarte de manera segura en este sitio, tienes que aceptar las "cookies".', |
|
| 524 | + 'login_deconnexion_ok' => 'Desconexión efectuada.', |
|
| 525 | + 'login_erreur_pass' => 'Error de contraseña.', |
|
| 526 | + 'login_espace_prive' => 'espacio privado', |
|
| 527 | + 'login_identifiant_inconnu' => 'El nombre de usuario o usuaria «@login@» es desconocido.', |
|
| 528 | + 'login_login' => 'Nombre de usuario o usuaria:', |
|
| 529 | + 'login_login2' => 'Login o dirección mail:', |
|
| 530 | + 'login_login_pass_incorrect' => '(Identificador o contraseña incorrecta.)', |
|
| 531 | + 'login_motpasseoublie' => '¿contraseña olvidada?', |
|
| 532 | + 'login_non_securise' => 'Atención, este formulario no está asegurado. |
|
| 533 | 533 | Si no deseas que tu contraseña pueda ser interceptada en la red, activa JavaScript en tu navegador y', |
| 534 | - 'login_nouvelle_tentative' => 'Nuevo intento', |
|
| 535 | - 'login_par_ici' => 'Estás registrado o registrada... por aquí...', |
|
| 536 | - 'login_pass2' => 'Contraseña:', |
|
| 537 | - 'login_preferez_refuser' => '<b>Si prefieres rechazar las "cookies"</b>, otro método de conexión (menos seguro) está a tu disposición:', |
|
| 538 | - 'login_recharger' => 'actualizar esta página', |
|
| 539 | - 'login_rester_identifie' => 'Quedar identificado unos días', |
|
| 540 | - 'login_retour_public' => 'Volver al sitio público', |
|
| 541 | - 'login_retour_site' => 'Volver al sitio público', |
|
| 542 | - 'login_retoursitepublic' => 'volver al sitio público', |
|
| 543 | - 'login_sans_cookie' => 'Identificación sin "cookie"', |
|
| 544 | - 'login_securise' => 'Conexión segura', |
|
| 545 | - 'login_sinscrire' => 'Inscribirse', |
|
| 546 | - 'login_test_navigateur' => 'prueba de navegador/reconexión', |
|
| 547 | - 'login_verifiez_navigateur' => '(No obstante, comprueba que tu navegador no memorizó tu contraseña...)', |
|
| 534 | + 'login_nouvelle_tentative' => 'Nuevo intento', |
|
| 535 | + 'login_par_ici' => 'Estás registrado o registrada... por aquí...', |
|
| 536 | + 'login_pass2' => 'Contraseña:', |
|
| 537 | + 'login_preferez_refuser' => '<b>Si prefieres rechazar las "cookies"</b>, otro método de conexión (menos seguro) está a tu disposición:', |
|
| 538 | + 'login_recharger' => 'actualizar esta página', |
|
| 539 | + 'login_rester_identifie' => 'Quedar identificado unos días', |
|
| 540 | + 'login_retour_public' => 'Volver al sitio público', |
|
| 541 | + 'login_retour_site' => 'Volver al sitio público', |
|
| 542 | + 'login_retoursitepublic' => 'volver al sitio público', |
|
| 543 | + 'login_sans_cookie' => 'Identificación sin "cookie"', |
|
| 544 | + 'login_securise' => 'Conexión segura', |
|
| 545 | + 'login_sinscrire' => 'Inscribirse', |
|
| 546 | + 'login_test_navigateur' => 'prueba de navegador/reconexión', |
|
| 547 | + 'login_verifiez_navigateur' => '(No obstante, comprueba que tu navegador no memorizó tu contraseña...)', |
|
| 548 | 548 | |
| 549 | - // M |
|
| 550 | - 'masquer_colonne' => 'Ocultar esta columna', |
|
| 551 | - 'masquer_trad' => 'Ocultar las traducciones', |
|
| 552 | - 'message_nouveaux_identifiants_echec' => 'Imposible generar nuevas credenciales.', |
|
| 553 | - 'message_nouveaux_identifiants_echec_envoi' => 'Las nuevas credenciales de inicio de sesión no se pudieron enviar.', |
|
| 554 | - 'message_nouveaux_identifiants_ok' => 'Las nuevas credenciales de inicio de sesión se enviaron a @email@.', |
|
| 555 | - 'module_fichiers_langues' => 'Archivos de idioma', |
|
| 549 | + // M |
|
| 550 | + 'masquer_colonne' => 'Ocultar esta columna', |
|
| 551 | + 'masquer_trad' => 'Ocultar las traducciones', |
|
| 552 | + 'message_nouveaux_identifiants_echec' => 'Imposible generar nuevas credenciales.', |
|
| 553 | + 'message_nouveaux_identifiants_echec_envoi' => 'Las nuevas credenciales de inicio de sesión no se pudieron enviar.', |
|
| 554 | + 'message_nouveaux_identifiants_ok' => 'Las nuevas credenciales de inicio de sesión se enviaron a @email@.', |
|
| 555 | + 'module_fichiers_langues' => 'Archivos de idioma', |
|
| 556 | 556 | |
| 557 | - // N |
|
| 558 | - 'navigateur_pas_redirige' => 'Si tu navegador no te redirige automaticamente, pincha aquí para continuar.', |
|
| 559 | - 'numero' => 'Número', |
|
| 557 | + // N |
|
| 558 | + 'navigateur_pas_redirige' => 'Si tu navegador no te redirige automaticamente, pincha aquí para continuar.', |
|
| 559 | + 'numero' => 'Número', |
|
| 560 | 560 | |
| 561 | - // O |
|
| 562 | - 'occurence' => 'Ocurrencia', |
|
| 563 | - 'onglet_affacer_base' => 'Borrar la base', |
|
| 564 | - 'onglet_auteur' => 'La autor/a', |
|
| 565 | - 'onglet_contenu_site' => 'Contenido del sitio', |
|
| 566 | - 'onglet_evolution_visite_mod' => 'Evolución', |
|
| 567 | - 'onglet_fonctions_avances' => 'Funciones avanzadas', |
|
| 568 | - 'onglet_informations_personnelles' => 'Información personal', |
|
| 569 | - 'onglet_interactivite' => 'Interactividad', |
|
| 570 | - 'onglet_messagerie' => 'Mensajería', |
|
| 571 | - 'onglet_repartition_rubrique' => 'Reparto por secciones', |
|
| 572 | - 'onglet_save_restaur_base' => 'Copia de respaldo y restauración de la base', |
|
| 573 | - 'onglet_vider_cache' => 'Vaciar la caché', |
|
| 561 | + // O |
|
| 562 | + 'occurence' => 'Ocurrencia', |
|
| 563 | + 'onglet_affacer_base' => 'Borrar la base', |
|
| 564 | + 'onglet_auteur' => 'La autor/a', |
|
| 565 | + 'onglet_contenu_site' => 'Contenido del sitio', |
|
| 566 | + 'onglet_evolution_visite_mod' => 'Evolución', |
|
| 567 | + 'onglet_fonctions_avances' => 'Funciones avanzadas', |
|
| 568 | + 'onglet_informations_personnelles' => 'Información personal', |
|
| 569 | + 'onglet_interactivite' => 'Interactividad', |
|
| 570 | + 'onglet_messagerie' => 'Mensajería', |
|
| 571 | + 'onglet_repartition_rubrique' => 'Reparto por secciones', |
|
| 572 | + 'onglet_save_restaur_base' => 'Copia de respaldo y restauración de la base', |
|
| 573 | + 'onglet_vider_cache' => 'Vaciar la caché', |
|
| 574 | 574 | |
| 575 | - // P |
|
| 576 | - 'pass_choix_pass' => 'Elije tu nueva contraseña:', |
|
| 577 | - 'pass_erreur' => 'Error', |
|
| 578 | - 'pass_erreur_acces_refuse' => '<b>Error:</b> ya no tienes acceso a este sitio.', |
|
| 579 | - 'pass_erreur_code_inconnu' => '<b>Error:</b> este código no corresponde a ningún visitante que tenga acceso a este sitio.', |
|
| 580 | - 'pass_erreur_non_enregistre' => '<b>Error:</b> la dirección <tt>@email_oubli@</tt> no está registrada en este sitio.', |
|
| 581 | - 'pass_erreur_non_valide' => '<b>Error:</b> esta dirección <tt>@email_oubli@</tt> no es válida.', |
|
| 582 | - 'pass_erreur_probleme_technique' => '<b>Error:</b> por un problema técnico, el mensaje no ha podido ser enviado.', |
|
| 583 | - 'pass_espace_prive_bla' => 'El espacio privado de este sitio está abierto, mediante una inscripción. Una vez registrado/a, puedes consultar los artículos en curso de redacción, proponer artículos y participar en todos los foros.', |
|
| 584 | - 'pass_forum_bla' => 'Pediste intervenir en un foro reservado a las personas registradas.', |
|
| 585 | - 'pass_indiquez_cidessous' => 'Indica a continuación la dirección de correo electrónico bajo la cual te has registrado anteriormente. Recibirás un mensaje indicando el proceso a seguir para recuperar tu acceso.', |
|
| 586 | - 'pass_mail_passcookie' => '(esto es un mensaje automático) |
|
| 575 | + // P |
|
| 576 | + 'pass_choix_pass' => 'Elije tu nueva contraseña:', |
|
| 577 | + 'pass_erreur' => 'Error', |
|
| 578 | + 'pass_erreur_acces_refuse' => '<b>Error:</b> ya no tienes acceso a este sitio.', |
|
| 579 | + 'pass_erreur_code_inconnu' => '<b>Error:</b> este código no corresponde a ningún visitante que tenga acceso a este sitio.', |
|
| 580 | + 'pass_erreur_non_enregistre' => '<b>Error:</b> la dirección <tt>@email_oubli@</tt> no está registrada en este sitio.', |
|
| 581 | + 'pass_erreur_non_valide' => '<b>Error:</b> esta dirección <tt>@email_oubli@</tt> no es válida.', |
|
| 582 | + 'pass_erreur_probleme_technique' => '<b>Error:</b> por un problema técnico, el mensaje no ha podido ser enviado.', |
|
| 583 | + 'pass_espace_prive_bla' => 'El espacio privado de este sitio está abierto, mediante una inscripción. Una vez registrado/a, puedes consultar los artículos en curso de redacción, proponer artículos y participar en todos los foros.', |
|
| 584 | + 'pass_forum_bla' => 'Pediste intervenir en un foro reservado a las personas registradas.', |
|
| 585 | + 'pass_indiquez_cidessous' => 'Indica a continuación la dirección de correo electrónico bajo la cual te has registrado anteriormente. Recibirás un mensaje indicando el proceso a seguir para recuperar tu acceso.', |
|
| 586 | + 'pass_mail_passcookie' => '(esto es un mensaje automático) |
|
| 587 | 587 | |
| 588 | 588 | Para recuperar tu acceso al sitio |
| 589 | 589 | @nom_site_spip@ (@adresse_site@) |
@@ -596,140 +596,140 @@ discard block |
||
| 596 | 596 | volver a conectarte al sitio. |
| 597 | 597 | |
| 598 | 598 | ', |
| 599 | - 'pass_mot_oublie' => 'Contraseña olvidada', |
|
| 600 | - 'pass_nouveau_enregistre' => 'Tu nueva contraseña fue registrada.', |
|
| 601 | - 'pass_nouveau_pass' => 'Nueva contraseña', |
|
| 602 | - 'pass_ok' => 'OK', |
|
| 603 | - 'pass_oubli_mot' => 'Contraseña olvidada', |
|
| 604 | - 'pass_procedure_changer' => 'Para cambiar su contraseña, indique por favor el correo electrónico asociado a su cuenta.', |
|
| 605 | - 'pass_quitter_fenetre' => 'Abandonar esta ventana', |
|
| 606 | - 'pass_rappel_login' => 'Recuerda: tu identificador (login) es «@login@».', |
|
| 607 | - 'pass_recevoir_mail' => 'Te hemos enviado un enlace de reinicializacion de tu contraseña a tu correo electrónico (si tu dirección de correo es correcta).', |
|
| 608 | - 'pass_retour_public' => 'Volver al sitio público', |
|
| 609 | - 'pass_rien_a_faire_ici' => 'Nada que hacer aquí.', |
|
| 610 | - 'pass_vousinscrire' => 'Inscribirse en este sitio', |
|
| 611 | - 'precedent' => 'precedente', |
|
| 612 | - 'previsualisation' => 'Previsualización', |
|
| 613 | - 'previsualiser' => 'Previsualizar', |
|
| 599 | + 'pass_mot_oublie' => 'Contraseña olvidada', |
|
| 600 | + 'pass_nouveau_enregistre' => 'Tu nueva contraseña fue registrada.', |
|
| 601 | + 'pass_nouveau_pass' => 'Nueva contraseña', |
|
| 602 | + 'pass_ok' => 'OK', |
|
| 603 | + 'pass_oubli_mot' => 'Contraseña olvidada', |
|
| 604 | + 'pass_procedure_changer' => 'Para cambiar su contraseña, indique por favor el correo electrónico asociado a su cuenta.', |
|
| 605 | + 'pass_quitter_fenetre' => 'Abandonar esta ventana', |
|
| 606 | + 'pass_rappel_login' => 'Recuerda: tu identificador (login) es «@login@».', |
|
| 607 | + 'pass_recevoir_mail' => 'Te hemos enviado un enlace de reinicializacion de tu contraseña a tu correo electrónico (si tu dirección de correo es correcta).', |
|
| 608 | + 'pass_retour_public' => 'Volver al sitio público', |
|
| 609 | + 'pass_rien_a_faire_ici' => 'Nada que hacer aquí.', |
|
| 610 | + 'pass_vousinscrire' => 'Inscribirse en este sitio', |
|
| 611 | + 'precedent' => 'precedente', |
|
| 612 | + 'previsualisation' => 'Previsualización', |
|
| 613 | + 'previsualiser' => 'Previsualizar', |
|
| 614 | 614 | |
| 615 | - // R |
|
| 616 | - 'retour' => 'Volver', |
|
| 615 | + // R |
|
| 616 | + 'retour' => 'Volver', |
|
| 617 | 617 | |
| 618 | - // S |
|
| 619 | - 'spip_conforme_dtd' => 'SPIP considera este documento como conforme a su DOCTYPE:', |
|
| 620 | - 'squelette' => 'esqueleto', |
|
| 621 | - 'squelette_inclus_ligne' => 'esqueleto incluído, línea', |
|
| 622 | - 'squelette_ligne' => 'esqueleto, línea', |
|
| 623 | - 'stats_visites_et_popularite' => '@visites@ visitas; popularidad: @popularite@', |
|
| 624 | - 'suivant' => 'siguiente', |
|
| 618 | + // S |
|
| 619 | + 'spip_conforme_dtd' => 'SPIP considera este documento como conforme a su DOCTYPE:', |
|
| 620 | + 'squelette' => 'esqueleto', |
|
| 621 | + 'squelette_inclus_ligne' => 'esqueleto incluído, línea', |
|
| 622 | + 'squelette_ligne' => 'esqueleto, línea', |
|
| 623 | + 'stats_visites_et_popularite' => '@visites@ visitas; popularidad: @popularite@', |
|
| 624 | + 'suivant' => 'siguiente', |
|
| 625 | 625 | |
| 626 | - // T |
|
| 627 | - 'taille_go' => '@taille@ GB', |
|
| 628 | - 'taille_go_bi' => '@taille@ Gio', |
|
| 629 | - 'taille_ko' => '@taille@ KB', |
|
| 630 | - 'taille_ko_bi' => '@taille@ kio', |
|
| 631 | - 'taille_mo' => '@taille@ MB', |
|
| 632 | - 'taille_mo_bi' => '@taille@ Mio', |
|
| 633 | - 'taille_octets' => '@taille@ bytes', |
|
| 634 | - 'taille_octets_bi' => '@taille@ bytes', |
|
| 635 | - 'texte_actualite_site_1' => 'Una vez que te hayas familiarizado con la interfaz, pincha en «', |
|
| 636 | - 'texte_actualite_site_2' => 'interfaz completa', |
|
| 637 | - 'texte_actualite_site_3' => '» que tiene aún más posibilidades.', |
|
| 638 | - 'texte_creation_automatique_vignette' => 'Este sitio permite la creación automática de iconos en los siguientes formatos: @gd_formats@. Las imágenes que instales con este formulario tendrán iconos de @taille_preview@ píxeles.', |
|
| 639 | - 'texte_documents_associes' => 'Los documentos siguientes están asociados al artículo, pero no han sido insertados directamente. Según el formato del sitio público, pueden aparecer como documentos adjuntos.', |
|
| 640 | - 'texte_erreur_mise_niveau_base' => 'Error de la base de datos en el curso la la actualización. |
|
| 626 | + // T |
|
| 627 | + 'taille_go' => '@taille@ GB', |
|
| 628 | + 'taille_go_bi' => '@taille@ Gio', |
|
| 629 | + 'taille_ko' => '@taille@ KB', |
|
| 630 | + 'taille_ko_bi' => '@taille@ kio', |
|
| 631 | + 'taille_mo' => '@taille@ MB', |
|
| 632 | + 'taille_mo_bi' => '@taille@ Mio', |
|
| 633 | + 'taille_octets' => '@taille@ bytes', |
|
| 634 | + 'taille_octets_bi' => '@taille@ bytes', |
|
| 635 | + 'texte_actualite_site_1' => 'Una vez que te hayas familiarizado con la interfaz, pincha en «', |
|
| 636 | + 'texte_actualite_site_2' => 'interfaz completa', |
|
| 637 | + 'texte_actualite_site_3' => '» que tiene aún más posibilidades.', |
|
| 638 | + 'texte_creation_automatique_vignette' => 'Este sitio permite la creación automática de iconos en los siguientes formatos: @gd_formats@. Las imágenes que instales con este formulario tendrán iconos de @taille_preview@ píxeles.', |
|
| 639 | + 'texte_documents_associes' => 'Los documentos siguientes están asociados al artículo, pero no han sido insertados directamente. Según el formato del sitio público, pueden aparecer como documentos adjuntos.', |
|
| 640 | + 'texte_erreur_mise_niveau_base' => 'Error de la base de datos en el curso la la actualización. |
|
| 641 | 641 | La imagen <b>@fichier@</b> no ha pasado (artículo @id_article@). |
| 642 | 642 | Tome nota de esta referencia, reintente la actualización y verifique que las imágenes aparecen en los artículos.', |
| 643 | - 'texte_erreur_visiteur' => 'Has intentado entrar al espacio privado con un identificador que no lo permite.', |
|
| 644 | - 'texte_inc_auth_1' => 'Estás identificado con el |
|
| 643 | + 'texte_erreur_visiteur' => 'Has intentado entrar al espacio privado con un identificador que no lo permite.', |
|
| 644 | + 'texte_inc_auth_1' => 'Estás identificado con el |
|
| 645 | 645 | login <b>@auth_login@</b>, pero éste (ya) no existe en la base. |
| 646 | 646 | Intenta', |
| 647 | - 'texte_inc_auth_2' => 'reconectarte', |
|
| 648 | - 'texte_inc_auth_3' => ', eventualmente después de cerrar y reiniciar tu navegador.', |
|
| 649 | - 'texte_inc_config' => 'Las modificaciones efectuadas en estas páginas influyen notablemente en el funcionamiento de tu sitio. Te recomendamos no intervenir mientras no estés familiarizad@ con el funcionamiento del sistema SPIP. <br /><br /><b>Más ámpliamente, se recomienda vivamente dejar la gestión de estas páginas al o a la webmestre principal del sitio.</b>', |
|
| 650 | - 'texte_inc_meta_1' => 'El sistema encontró un error de escritura del archivo <code>@fichier@</code>. Como administrador(a) del sitio, procede', |
|
| 651 | - 'texte_inc_meta_2' => 'a verificar los derechos de escritura', |
|
| 652 | - 'texte_inc_meta_3' => 'del directorio <code>@repertoire@</code>.', |
|
| 653 | - 'texte_statut_en_cours_redaction' => 'En curso de redacción', |
|
| 654 | - 'texte_statut_poubelle' => 'A la papelera', |
|
| 655 | - 'texte_statut_propose_evaluation' => 'propuesto a la evaluación', |
|
| 656 | - 'texte_statut_publie' => 'Publicado', |
|
| 657 | - 'texte_statut_refuse' => 'Rechazado', |
|
| 658 | - 'titre_ajouter_mot_cle' => 'Añadir una palabra clave', |
|
| 659 | - 'titre_cadre_raccourcis' => 'Atajos...', |
|
| 660 | - 'titre_changer_couleur_interface' => 'Cambiar el color de la interfaz', |
|
| 661 | - 'titre_image_admin_article' => 'Puedes administrar este artículo', |
|
| 662 | - 'titre_image_administrateur' => 'Administrador/a', |
|
| 663 | - 'titre_image_aide' => 'Ayuda sobre este elemento', |
|
| 664 | - 'titre_image_auteur_supprime' => 'Autor suprimido', |
|
| 665 | - 'titre_image_redacteur' => 'Redactor o redactora sin acceso', |
|
| 666 | - 'titre_image_redacteur_02' => 'Redactor o redactora', |
|
| 667 | - 'titre_image_selecteur' => 'Mostrar la lista', |
|
| 668 | - 'titre_image_visiteur' => 'Visitante', |
|
| 669 | - 'titre_joindre_document' => 'Añadir un documento', |
|
| 670 | - 'titre_mots_cles' => 'Palabras clave', |
|
| 671 | - 'titre_probleme_technique' => 'Atención: una problema técnico (servidor SQL) impide el acceso a esta parte del sitio. Se agradece su comprensión.', |
|
| 672 | - 'titre_publier_document' => 'PUBLICAR UN DOCUMENTO EN ESTA SECCION', |
|
| 673 | - 'titre_signatures_attente' => 'Firmas esperando validación', |
|
| 674 | - 'titre_signatures_confirmees' => 'Firmas confirmadas', |
|
| 675 | - 'titre_statistiques' => 'Estadísticas del sitio', |
|
| 676 | - 'titre_titre_document' => 'Título del documento', |
|
| 677 | - 'todo' => 'a continuación', |
|
| 678 | - 'trad_definir_reference' => 'Elegir "@titre@" como referencia de las traducciones', |
|
| 679 | - 'trad_reference' => '(referencia de las traducciones)', |
|
| 647 | + 'texte_inc_auth_2' => 'reconectarte', |
|
| 648 | + 'texte_inc_auth_3' => ', eventualmente después de cerrar y reiniciar tu navegador.', |
|
| 649 | + 'texte_inc_config' => 'Las modificaciones efectuadas en estas páginas influyen notablemente en el funcionamiento de tu sitio. Te recomendamos no intervenir mientras no estés familiarizad@ con el funcionamiento del sistema SPIP. <br /><br /><b>Más ámpliamente, se recomienda vivamente dejar la gestión de estas páginas al o a la webmestre principal del sitio.</b>', |
|
| 650 | + 'texte_inc_meta_1' => 'El sistema encontró un error de escritura del archivo <code>@fichier@</code>. Como administrador(a) del sitio, procede', |
|
| 651 | + 'texte_inc_meta_2' => 'a verificar los derechos de escritura', |
|
| 652 | + 'texte_inc_meta_3' => 'del directorio <code>@repertoire@</code>.', |
|
| 653 | + 'texte_statut_en_cours_redaction' => 'En curso de redacción', |
|
| 654 | + 'texte_statut_poubelle' => 'A la papelera', |
|
| 655 | + 'texte_statut_propose_evaluation' => 'propuesto a la evaluación', |
|
| 656 | + 'texte_statut_publie' => 'Publicado', |
|
| 657 | + 'texte_statut_refuse' => 'Rechazado', |
|
| 658 | + 'titre_ajouter_mot_cle' => 'Añadir una palabra clave', |
|
| 659 | + 'titre_cadre_raccourcis' => 'Atajos...', |
|
| 660 | + 'titre_changer_couleur_interface' => 'Cambiar el color de la interfaz', |
|
| 661 | + 'titre_image_admin_article' => 'Puedes administrar este artículo', |
|
| 662 | + 'titre_image_administrateur' => 'Administrador/a', |
|
| 663 | + 'titre_image_aide' => 'Ayuda sobre este elemento', |
|
| 664 | + 'titre_image_auteur_supprime' => 'Autor suprimido', |
|
| 665 | + 'titre_image_redacteur' => 'Redactor o redactora sin acceso', |
|
| 666 | + 'titre_image_redacteur_02' => 'Redactor o redactora', |
|
| 667 | + 'titre_image_selecteur' => 'Mostrar la lista', |
|
| 668 | + 'titre_image_visiteur' => 'Visitante', |
|
| 669 | + 'titre_joindre_document' => 'Añadir un documento', |
|
| 670 | + 'titre_mots_cles' => 'Palabras clave', |
|
| 671 | + 'titre_probleme_technique' => 'Atención: una problema técnico (servidor SQL) impide el acceso a esta parte del sitio. Se agradece su comprensión.', |
|
| 672 | + 'titre_publier_document' => 'PUBLICAR UN DOCUMENTO EN ESTA SECCION', |
|
| 673 | + 'titre_signatures_attente' => 'Firmas esperando validación', |
|
| 674 | + 'titre_signatures_confirmees' => 'Firmas confirmadas', |
|
| 675 | + 'titre_statistiques' => 'Estadísticas del sitio', |
|
| 676 | + 'titre_titre_document' => 'Título del documento', |
|
| 677 | + 'todo' => 'a continuación', |
|
| 678 | + 'trad_definir_reference' => 'Elegir "@titre@" como referencia de las traducciones', |
|
| 679 | + 'trad_reference' => '(referencia de las traducciones)', |
|
| 680 | 680 | |
| 681 | - // U |
|
| 682 | - 'upload_limit' => 'Este archivo es demasiado grande para el servidor; el tamaño máximo permitido en <i>upload</i> es de @max@.', |
|
| 681 | + // U |
|
| 682 | + 'upload_limit' => 'Este archivo es demasiado grande para el servidor; el tamaño máximo permitido en <i>upload</i> es de @max@.', |
|
| 683 | 683 | |
| 684 | - // Z |
|
| 685 | - 'zbug_balise_b_aval' => ': baliza de bucle B más adelante', |
|
| 686 | - 'zbug_balise_inexistante' => 'Baliza @balise@ mal declarada para @from@', |
|
| 687 | - 'zbug_balise_sans_argument' => 'Falta un argumento en la baliza @balise@', |
|
| 688 | - 'zbug_boucle' => 'bucle', |
|
| 689 | - 'zbug_boucle_recursive_undef' => 'Bucle recursivo no defindo : @nom@', |
|
| 690 | - 'zbug_calcul' => 'cálculo', |
|
| 691 | - 'zbug_champ_hors_boucle' => 'Campo @champ@ fuera de bucle', |
|
| 692 | - 'zbug_champ_hors_critere' => 'El campo @champ@ no cumple con @critere@', |
|
| 693 | - 'zbug_champ_hors_motif' => 'El campo @champ@ está fuera de contexto @motif@', |
|
| 694 | - 'zbug_code' => 'código', |
|
| 695 | - 'zbug_critere_inconnu' => 'Criterio @critere@ desconocido ', |
|
| 696 | - 'zbug_critere_sur_table_sans_cle_primaire' => '{@critere@} en una tabla sin clave primaria simple', |
|
| 697 | - 'zbug_distant_interdit' => 'Acceso externo prohibido', |
|
| 698 | - 'zbug_doublon_table_sans_cle_primaire' => 'Doublons en una tabla sin clave primaria simple', |
|
| 699 | - 'zbug_doublon_table_sans_index' => 'Doublons en una tabla sin índice', |
|
| 700 | - 'zbug_erreur_boucle_double' => 'Doble definición del bucle @id@', |
|
| 701 | - 'zbug_erreur_boucle_fermant' => 'Bucle @id@ sin baliza de cierre', |
|
| 702 | - 'zbug_erreur_boucle_syntaxe' => 'Sintaxis del bucle @id@ incorrecta', |
|
| 703 | - 'zbug_erreur_compilation' => 'Error de compilación', |
|
| 704 | - 'zbug_erreur_execution_page' => 'Error de ejecución', |
|
| 705 | - 'zbug_erreur_filtre' => 'Error: filtro @filtre@ no definido', |
|
| 706 | - 'zbug_erreur_filtre_nbarg_min' => 'Filtro @filtre@: falta(n) @nb@ argumento(s)', |
|
| 707 | - 'zbug_erreur_meme_parent' => 'El criterio {meme_parent} sólo se aplica a los bucles (FORUMS) o (RUBRIQUES)', |
|
| 708 | - 'zbug_erreur_squelette' => 'Error(es) en el esqueleto', |
|
| 709 | - 'zbug_hors_compilation' => 'Sin compilación', |
|
| 710 | - 'zbug_info_erreur_squelette' => 'Error en el sitio', |
|
| 711 | - 'zbug_inversion_ordre_inexistant' => 'Inversión de un orden inexistente', |
|
| 712 | - 'zbug_pagination_sans_critere' => 'Baliza #PAGINATION sin criterio {pagination} o empleado en un bucle recursivo', |
|
| 713 | - 'zbug_parametres_inclus_incorrects' => 'Parámetro de inclusión incorrecto: @param@', |
|
| 714 | - 'zbug_profile' => 'Duración del cálculo: @time@', |
|
| 715 | - 'zbug_resultat' => 'resultado', |
|
| 716 | - 'zbug_serveur_indefini' => 'Servidor SQL indefinido', |
|
| 717 | - 'zbug_statistiques' => 'Estadística de las consultas SQL ordenadas por duración', |
|
| 718 | - 'zbug_table_inconnue' => 'Tabla SQL «@table@» desconocida', |
|
| 719 | - 'zxml_connus_attributs' => 'atributos conocidos', |
|
| 720 | - 'zxml_de' => 'de', |
|
| 721 | - 'zxml_inconnu_attribut' => 'atributos desconocidos', |
|
| 722 | - 'zxml_inconnu_balise' => 'baliza desconocida', |
|
| 723 | - 'zxml_inconnu_entite' => 'entidad desconocida', |
|
| 724 | - 'zxml_inconnu_id' => 'ID desconocido', |
|
| 725 | - 'zxml_mais_de' => 'pero de', |
|
| 726 | - 'zxml_non_conforme' => 'no es conforme por el motivo', |
|
| 727 | - 'zxml_non_fils' => 'no es hijo de ', |
|
| 728 | - 'zxml_nonvide_balise' => 'baliza no vacía', |
|
| 729 | - 'zxml_obligatoire_attribut' => 'atributo obligatorio pero ausente en', |
|
| 730 | - 'zxml_succession_fils_incorrecte' => 'succesión de hijos incorrecta', |
|
| 731 | - 'zxml_survoler' => 'pasar por aquí para ver los correctos', |
|
| 732 | - 'zxml_valeur_attribut' => 'valor del atributo', |
|
| 733 | - 'zxml_vide_balise' => 'baliza vacía', |
|
| 734 | - 'zxml_vu' => 'visto antes' |
|
| 684 | + // Z |
|
| 685 | + 'zbug_balise_b_aval' => ': baliza de bucle B más adelante', |
|
| 686 | + 'zbug_balise_inexistante' => 'Baliza @balise@ mal declarada para @from@', |
|
| 687 | + 'zbug_balise_sans_argument' => 'Falta un argumento en la baliza @balise@', |
|
| 688 | + 'zbug_boucle' => 'bucle', |
|
| 689 | + 'zbug_boucle_recursive_undef' => 'Bucle recursivo no defindo : @nom@', |
|
| 690 | + 'zbug_calcul' => 'cálculo', |
|
| 691 | + 'zbug_champ_hors_boucle' => 'Campo @champ@ fuera de bucle', |
|
| 692 | + 'zbug_champ_hors_critere' => 'El campo @champ@ no cumple con @critere@', |
|
| 693 | + 'zbug_champ_hors_motif' => 'El campo @champ@ está fuera de contexto @motif@', |
|
| 694 | + 'zbug_code' => 'código', |
|
| 695 | + 'zbug_critere_inconnu' => 'Criterio @critere@ desconocido ', |
|
| 696 | + 'zbug_critere_sur_table_sans_cle_primaire' => '{@critere@} en una tabla sin clave primaria simple', |
|
| 697 | + 'zbug_distant_interdit' => 'Acceso externo prohibido', |
|
| 698 | + 'zbug_doublon_table_sans_cle_primaire' => 'Doublons en una tabla sin clave primaria simple', |
|
| 699 | + 'zbug_doublon_table_sans_index' => 'Doublons en una tabla sin índice', |
|
| 700 | + 'zbug_erreur_boucle_double' => 'Doble definición del bucle @id@', |
|
| 701 | + 'zbug_erreur_boucle_fermant' => 'Bucle @id@ sin baliza de cierre', |
|
| 702 | + 'zbug_erreur_boucle_syntaxe' => 'Sintaxis del bucle @id@ incorrecta', |
|
| 703 | + 'zbug_erreur_compilation' => 'Error de compilación', |
|
| 704 | + 'zbug_erreur_execution_page' => 'Error de ejecución', |
|
| 705 | + 'zbug_erreur_filtre' => 'Error: filtro @filtre@ no definido', |
|
| 706 | + 'zbug_erreur_filtre_nbarg_min' => 'Filtro @filtre@: falta(n) @nb@ argumento(s)', |
|
| 707 | + 'zbug_erreur_meme_parent' => 'El criterio {meme_parent} sólo se aplica a los bucles (FORUMS) o (RUBRIQUES)', |
|
| 708 | + 'zbug_erreur_squelette' => 'Error(es) en el esqueleto', |
|
| 709 | + 'zbug_hors_compilation' => 'Sin compilación', |
|
| 710 | + 'zbug_info_erreur_squelette' => 'Error en el sitio', |
|
| 711 | + 'zbug_inversion_ordre_inexistant' => 'Inversión de un orden inexistente', |
|
| 712 | + 'zbug_pagination_sans_critere' => 'Baliza #PAGINATION sin criterio {pagination} o empleado en un bucle recursivo', |
|
| 713 | + 'zbug_parametres_inclus_incorrects' => 'Parámetro de inclusión incorrecto: @param@', |
|
| 714 | + 'zbug_profile' => 'Duración del cálculo: @time@', |
|
| 715 | + 'zbug_resultat' => 'resultado', |
|
| 716 | + 'zbug_serveur_indefini' => 'Servidor SQL indefinido', |
|
| 717 | + 'zbug_statistiques' => 'Estadística de las consultas SQL ordenadas por duración', |
|
| 718 | + 'zbug_table_inconnue' => 'Tabla SQL «@table@» desconocida', |
|
| 719 | + 'zxml_connus_attributs' => 'atributos conocidos', |
|
| 720 | + 'zxml_de' => 'de', |
|
| 721 | + 'zxml_inconnu_attribut' => 'atributos desconocidos', |
|
| 722 | + 'zxml_inconnu_balise' => 'baliza desconocida', |
|
| 723 | + 'zxml_inconnu_entite' => 'entidad desconocida', |
|
| 724 | + 'zxml_inconnu_id' => 'ID desconocido', |
|
| 725 | + 'zxml_mais_de' => 'pero de', |
|
| 726 | + 'zxml_non_conforme' => 'no es conforme por el motivo', |
|
| 727 | + 'zxml_non_fils' => 'no es hijo de ', |
|
| 728 | + 'zxml_nonvide_balise' => 'baliza no vacía', |
|
| 729 | + 'zxml_obligatoire_attribut' => 'atributo obligatorio pero ausente en', |
|
| 730 | + 'zxml_succession_fils_incorrecte' => 'succesión de hijos incorrecta', |
|
| 731 | + 'zxml_survoler' => 'pasar por aquí para ver los correctos', |
|
| 732 | + 'zxml_valeur_attribut' => 'valor del atributo', |
|
| 733 | + 'zxml_vide_balise' => 'baliza vacía', |
|
| 734 | + 'zxml_vu' => 'visto antes' |
|
| 735 | 735 | ); |
@@ -16,7 +16,7 @@ discard block |
||
| 16 | 16 | */ |
| 17 | 17 | |
| 18 | 18 | if (!defined('_ECRIRE_INC_VERSION')) { |
| 19 | - return; |
|
| 19 | + return; |
|
| 20 | 20 | } |
| 21 | 21 | |
| 22 | 22 | /** |
@@ -26,15 +26,15 @@ discard block |
||
| 26 | 26 | * @return int |
| 27 | 27 | */ |
| 28 | 28 | function genie_mise_a_jour_dist($t) { |
| 29 | - include_spip('inc/meta'); |
|
| 30 | - $maj = info_maj($GLOBALS['spip_version_branche']); |
|
| 31 | - ecrire_meta('info_maj_spip', $maj ? ($GLOBALS['spip_version_branche'] . "|$maj") : '', 'non'); |
|
| 29 | + include_spip('inc/meta'); |
|
| 30 | + $maj = info_maj($GLOBALS['spip_version_branche']); |
|
| 31 | + ecrire_meta('info_maj_spip', $maj ? ($GLOBALS['spip_version_branche'] . "|$maj") : '', 'non'); |
|
| 32 | 32 | |
| 33 | - mise_a_jour_ecran_securite(); |
|
| 33 | + mise_a_jour_ecran_securite(); |
|
| 34 | 34 | |
| 35 | - spip_log('Verification version SPIP : ' . ($maj ?: 'version a jour'), 'verifie_maj'); |
|
| 35 | + spip_log('Verification version SPIP : ' . ($maj ?: 'version a jour'), 'verifie_maj'); |
|
| 36 | 36 | |
| 37 | - return 1; |
|
| 37 | + return 1; |
|
| 38 | 38 | } |
| 39 | 39 | |
| 40 | 40 | // TODO : fournir une URL sur spip.net pour maitriser la diffusion d'une nouvelle version de l'ecran via l'update auto |
@@ -51,46 +51,46 @@ discard block |
||
| 51 | 51 | * ou de ne repondre une 304 que si le md5 est bon |
| 52 | 52 | */ |
| 53 | 53 | function mise_a_jour_ecran_securite() { |
| 54 | - // TODO : url https avec verification du certificat |
|
| 55 | - return; |
|
| 56 | - |
|
| 57 | - // si l'ecran n'est pas deja present ou pas updatable, sortir |
|
| 58 | - if ( |
|
| 59 | - !_URL_ECRAN_SECURITE |
|
| 60 | - or !file_exists($filename = _DIR_ETC . 'ecran_securite.php') |
|
| 61 | - or !is_writable($filename) |
|
| 62 | - or !$last_modified = filemtime($filename) |
|
| 63 | - or !$md5 = md5_file($filename) |
|
| 64 | - ) { |
|
| 65 | - return false; |
|
| 66 | - } |
|
| 67 | - |
|
| 68 | - include_spip('inc/distant'); |
|
| 69 | - $tmp_file = _DIR_TMP . 'ecran_securite.php'; |
|
| 70 | - $url = parametre_url(_URL_ECRAN_SECURITE, 'md5', $md5); |
|
| 71 | - $url = parametre_url($url, 'vspip', $GLOBALS['spip_version_branche']); |
|
| 72 | - $res = recuperer_url($url, [ |
|
| 73 | - 'if_modified_since' => $last_modified, |
|
| 74 | - 'file' => $tmp_file |
|
| 75 | - ]); |
|
| 76 | - |
|
| 77 | - // si il y a une version plus recente que l'on a recu correctement |
|
| 78 | - if ( |
|
| 79 | - $res['status'] == 200 |
|
| 80 | - and $res['length'] |
|
| 81 | - and $tmp_file = $res['file'] |
|
| 82 | - ) { |
|
| 83 | - if ($md5 !== md5_file($tmp_file)) { |
|
| 84 | - // on essaye de l'inclure pour verifier que ca ne fait pas erreur fatale |
|
| 85 | - include_once $tmp_file; |
|
| 86 | - // ok, on le copie a la place de l'ecran existant |
|
| 87 | - // en backupant l'ecran avant, au cas ou |
|
| 88 | - @copy($filename, $filename . '-bck-' . date('Y-m-d-His', $last_modified)); |
|
| 89 | - @rename($tmp_file, $filename); |
|
| 90 | - } else { |
|
| 91 | - @unlink($tmp_file); |
|
| 92 | - } |
|
| 93 | - } |
|
| 54 | + // TODO : url https avec verification du certificat |
|
| 55 | + return; |
|
| 56 | + |
|
| 57 | + // si l'ecran n'est pas deja present ou pas updatable, sortir |
|
| 58 | + if ( |
|
| 59 | + !_URL_ECRAN_SECURITE |
|
| 60 | + or !file_exists($filename = _DIR_ETC . 'ecran_securite.php') |
|
| 61 | + or !is_writable($filename) |
|
| 62 | + or !$last_modified = filemtime($filename) |
|
| 63 | + or !$md5 = md5_file($filename) |
|
| 64 | + ) { |
|
| 65 | + return false; |
|
| 66 | + } |
|
| 67 | + |
|
| 68 | + include_spip('inc/distant'); |
|
| 69 | + $tmp_file = _DIR_TMP . 'ecran_securite.php'; |
|
| 70 | + $url = parametre_url(_URL_ECRAN_SECURITE, 'md5', $md5); |
|
| 71 | + $url = parametre_url($url, 'vspip', $GLOBALS['spip_version_branche']); |
|
| 72 | + $res = recuperer_url($url, [ |
|
| 73 | + 'if_modified_since' => $last_modified, |
|
| 74 | + 'file' => $tmp_file |
|
| 75 | + ]); |
|
| 76 | + |
|
| 77 | + // si il y a une version plus recente que l'on a recu correctement |
|
| 78 | + if ( |
|
| 79 | + $res['status'] == 200 |
|
| 80 | + and $res['length'] |
|
| 81 | + and $tmp_file = $res['file'] |
|
| 82 | + ) { |
|
| 83 | + if ($md5 !== md5_file($tmp_file)) { |
|
| 84 | + // on essaye de l'inclure pour verifier que ca ne fait pas erreur fatale |
|
| 85 | + include_once $tmp_file; |
|
| 86 | + // ok, on le copie a la place de l'ecran existant |
|
| 87 | + // en backupant l'ecran avant, au cas ou |
|
| 88 | + @copy($filename, $filename . '-bck-' . date('Y-m-d-His', $last_modified)); |
|
| 89 | + @rename($tmp_file, $filename); |
|
| 90 | + } else { |
|
| 91 | + @unlink($tmp_file); |
|
| 92 | + } |
|
| 93 | + } |
|
| 94 | 94 | } |
| 95 | 95 | |
| 96 | 96 | /** |
@@ -106,28 +106,28 @@ discard block |
||
| 106 | 106 | * @return string |
| 107 | 107 | */ |
| 108 | 108 | function info_maj(string $version): string { |
| 109 | - include_spip('inc/plugin'); |
|
| 110 | - |
|
| 111 | - // API V1 |
|
| 112 | - $contenu = info_maj_cache(); |
|
| 113 | - if (!$contenu) { |
|
| 114 | - return ''; |
|
| 115 | - } |
|
| 116 | - |
|
| 117 | - $maj = info_maj_versions($version, array_keys($contenu['versions'] ?? [])); |
|
| 118 | - if (!$maj['mineure'] and !$maj['majeure']) { |
|
| 119 | - return ''; |
|
| 120 | - } |
|
| 121 | - |
|
| 122 | - $message = []; |
|
| 123 | - if ($maj['mineure']) { |
|
| 124 | - $message[] = _T('nouvelle_version_spip', ['version' => $maj['mineure']]); |
|
| 125 | - } |
|
| 126 | - if ($maj['majeure']) { |
|
| 127 | - $message[] = _T('nouvelle_version_spip_majeure', ['version' => $maj['majeure']]); |
|
| 128 | - } |
|
| 129 | - |
|
| 130 | - return '<a class="info_maj_spip" href="https://www.spip.net/fr_update" title="' . $maj['mineure'] . '">' . implode(' | ', $message) . '</a>'; |
|
| 109 | + include_spip('inc/plugin'); |
|
| 110 | + |
|
| 111 | + // API V1 |
|
| 112 | + $contenu = info_maj_cache(); |
|
| 113 | + if (!$contenu) { |
|
| 114 | + return ''; |
|
| 115 | + } |
|
| 116 | + |
|
| 117 | + $maj = info_maj_versions($version, array_keys($contenu['versions'] ?? [])); |
|
| 118 | + if (!$maj['mineure'] and !$maj['majeure']) { |
|
| 119 | + return ''; |
|
| 120 | + } |
|
| 121 | + |
|
| 122 | + $message = []; |
|
| 123 | + if ($maj['mineure']) { |
|
| 124 | + $message[] = _T('nouvelle_version_spip', ['version' => $maj['mineure']]); |
|
| 125 | + } |
|
| 126 | + if ($maj['majeure']) { |
|
| 127 | + $message[] = _T('nouvelle_version_spip_majeure', ['version' => $maj['majeure']]); |
|
| 128 | + } |
|
| 129 | + |
|
| 130 | + return '<a class="info_maj_spip" href="https://www.spip.net/fr_update" title="' . $maj['mineure'] . '">' . implode(' | ', $message) . '</a>'; |
|
| 131 | 131 | } |
| 132 | 132 | |
| 133 | 133 | /** |
@@ -142,34 +142,34 @@ discard block |
||
| 142 | 142 | * @return array|null Contenu du fichier de cache de l'info de maj de SPIP. |
| 143 | 143 | */ |
| 144 | 144 | function info_maj_cache(): ?array { |
| 145 | - $contenu = ''; |
|
| 146 | - $options = []; |
|
| 147 | - $nom = _DIR_CACHE . _VERSIONS_LISTE; |
|
| 148 | - if (file_exists($nom)) { |
|
| 149 | - $contenu = file_get_contents($nom); |
|
| 150 | - $options['if_modified_since'] = filemtime($nom); |
|
| 151 | - } |
|
| 152 | - include_spip('inc/distant'); |
|
| 153 | - $res = recuperer_url_cache(_VERSIONS_SERVEUR, $options); |
|
| 154 | - |
|
| 155 | - // Si rien de neuf (ou inaccessible), garder l'ancienne |
|
| 156 | - if ($res and $res['page']) { |
|
| 157 | - $contenu = $res['page']; |
|
| 158 | - ecrire_fichier($nom, $contenu); |
|
| 159 | - } |
|
| 160 | - |
|
| 161 | - if (!$contenu) { |
|
| 162 | - return null; |
|
| 163 | - } |
|
| 164 | - |
|
| 165 | - try { |
|
| 166 | - $json = json_decode($contenu, true, 512, JSON_THROW_ON_ERROR); |
|
| 167 | - } catch (JsonException $e) { |
|
| 168 | - spip_log('Failed to parse Json data : ' . $e->getMessage(), 'verifie_maj'); |
|
| 169 | - return null; |
|
| 170 | - } |
|
| 171 | - |
|
| 172 | - return $json; |
|
| 145 | + $contenu = ''; |
|
| 146 | + $options = []; |
|
| 147 | + $nom = _DIR_CACHE . _VERSIONS_LISTE; |
|
| 148 | + if (file_exists($nom)) { |
|
| 149 | + $contenu = file_get_contents($nom); |
|
| 150 | + $options['if_modified_since'] = filemtime($nom); |
|
| 151 | + } |
|
| 152 | + include_spip('inc/distant'); |
|
| 153 | + $res = recuperer_url_cache(_VERSIONS_SERVEUR, $options); |
|
| 154 | + |
|
| 155 | + // Si rien de neuf (ou inaccessible), garder l'ancienne |
|
| 156 | + if ($res and $res['page']) { |
|
| 157 | + $contenu = $res['page']; |
|
| 158 | + ecrire_fichier($nom, $contenu); |
|
| 159 | + } |
|
| 160 | + |
|
| 161 | + if (!$contenu) { |
|
| 162 | + return null; |
|
| 163 | + } |
|
| 164 | + |
|
| 165 | + try { |
|
| 166 | + $json = json_decode($contenu, true, 512, JSON_THROW_ON_ERROR); |
|
| 167 | + } catch (JsonException $e) { |
|
| 168 | + spip_log('Failed to parse Json data : ' . $e->getMessage(), 'verifie_maj'); |
|
| 169 | + return null; |
|
| 170 | + } |
|
| 171 | + |
|
| 172 | + return $json; |
|
| 173 | 173 | } |
| 174 | 174 | |
| 175 | 175 | /** |
@@ -184,40 +184,40 @@ discard block |
||
| 184 | 184 | * @return array<string, string> Version mineure supérieure, version majeure supérieure |
| 185 | 185 | */ |
| 186 | 186 | function info_maj_versions(string $version, array $versions): array { |
| 187 | - $maj = ['mineure' => '', 'majeure' => '']; |
|
| 188 | - if (!$version) { |
|
| 189 | - return $maj; |
|
| 190 | - } |
|
| 191 | - |
|
| 192 | - // pas de version dev |
|
| 193 | - $versions = array_diff($versions, ['dev']); |
|
| 194 | - |
|
| 195 | - // branche en cours d'utilisation |
|
| 196 | - $branche = implode('.', array_slice(explode('.', $version, 3), 0, 2)); |
|
| 197 | - |
|
| 198 | - foreach ($versions as $v) { |
|
| 199 | - [$maj2, $min2, $rev2] = explode('.', $v); |
|
| 200 | - $branche_maj = $maj2 . '.' . $min2; |
|
| 201 | - $version_maj = $maj2 . '.' . $min2 . '.' . $rev2; |
|
| 202 | - $is_version_stable = is_numeric($rev2); |
|
| 203 | - // d'abord les mises à jour de la même branche (version mineure) |
|
| 204 | - if ( |
|
| 205 | - spip_version_compare($version, $version_maj, '<') |
|
| 206 | - and spip_version_compare($maj['mineure'], $version_maj, '<') |
|
| 207 | - and spip_version_compare($branche, $branche_maj, '=') |
|
| 208 | - ) { |
|
| 209 | - $maj['mineure'] = $version_maj; |
|
| 210 | - } |
|
| 211 | - // puis les mises à jours majeures |
|
| 212 | - if ( |
|
| 213 | - $is_version_stable |
|
| 214 | - and spip_version_compare($version, $version_maj, '<') |
|
| 215 | - and spip_version_compare($maj['majeure'], $version_maj, '<') |
|
| 216 | - and spip_version_compare($branche, $branche_maj, '<') |
|
| 217 | - ) { |
|
| 218 | - $maj['majeure'] = $version_maj; |
|
| 219 | - } |
|
| 220 | - } |
|
| 221 | - |
|
| 222 | - return $maj; |
|
| 187 | + $maj = ['mineure' => '', 'majeure' => '']; |
|
| 188 | + if (!$version) { |
|
| 189 | + return $maj; |
|
| 190 | + } |
|
| 191 | + |
|
| 192 | + // pas de version dev |
|
| 193 | + $versions = array_diff($versions, ['dev']); |
|
| 194 | + |
|
| 195 | + // branche en cours d'utilisation |
|
| 196 | + $branche = implode('.', array_slice(explode('.', $version, 3), 0, 2)); |
|
| 197 | + |
|
| 198 | + foreach ($versions as $v) { |
|
| 199 | + [$maj2, $min2, $rev2] = explode('.', $v); |
|
| 200 | + $branche_maj = $maj2 . '.' . $min2; |
|
| 201 | + $version_maj = $maj2 . '.' . $min2 . '.' . $rev2; |
|
| 202 | + $is_version_stable = is_numeric($rev2); |
|
| 203 | + // d'abord les mises à jour de la même branche (version mineure) |
|
| 204 | + if ( |
|
| 205 | + spip_version_compare($version, $version_maj, '<') |
|
| 206 | + and spip_version_compare($maj['mineure'], $version_maj, '<') |
|
| 207 | + and spip_version_compare($branche, $branche_maj, '=') |
|
| 208 | + ) { |
|
| 209 | + $maj['mineure'] = $version_maj; |
|
| 210 | + } |
|
| 211 | + // puis les mises à jours majeures |
|
| 212 | + if ( |
|
| 213 | + $is_version_stable |
|
| 214 | + and spip_version_compare($version, $version_maj, '<') |
|
| 215 | + and spip_version_compare($maj['majeure'], $version_maj, '<') |
|
| 216 | + and spip_version_compare($branche, $branche_maj, '<') |
|
| 217 | + ) { |
|
| 218 | + $maj['majeure'] = $version_maj; |
|
| 219 | + } |
|
| 220 | + } |
|
| 221 | + |
|
| 222 | + return $maj; |
|
| 223 | 223 | } |
@@ -28,11 +28,11 @@ discard block |
||
| 28 | 28 | function genie_mise_a_jour_dist($t) { |
| 29 | 29 | include_spip('inc/meta'); |
| 30 | 30 | $maj = info_maj($GLOBALS['spip_version_branche']); |
| 31 | - ecrire_meta('info_maj_spip', $maj ? ($GLOBALS['spip_version_branche'] . "|$maj") : '', 'non'); |
|
| 31 | + ecrire_meta('info_maj_spip', $maj ? ($GLOBALS['spip_version_branche']."|$maj") : '', 'non'); |
|
| 32 | 32 | |
| 33 | 33 | mise_a_jour_ecran_securite(); |
| 34 | 34 | |
| 35 | - spip_log('Verification version SPIP : ' . ($maj ?: 'version a jour'), 'verifie_maj'); |
|
| 35 | + spip_log('Verification version SPIP : '.($maj ?: 'version a jour'), 'verifie_maj'); |
|
| 36 | 36 | |
| 37 | 37 | return 1; |
| 38 | 38 | } |
@@ -57,7 +57,7 @@ discard block |
||
| 57 | 57 | // si l'ecran n'est pas deja present ou pas updatable, sortir |
| 58 | 58 | if ( |
| 59 | 59 | !_URL_ECRAN_SECURITE |
| 60 | - or !file_exists($filename = _DIR_ETC . 'ecran_securite.php') |
|
| 60 | + or !file_exists($filename = _DIR_ETC.'ecran_securite.php') |
|
| 61 | 61 | or !is_writable($filename) |
| 62 | 62 | or !$last_modified = filemtime($filename) |
| 63 | 63 | or !$md5 = md5_file($filename) |
@@ -66,7 +66,7 @@ discard block |
||
| 66 | 66 | } |
| 67 | 67 | |
| 68 | 68 | include_spip('inc/distant'); |
| 69 | - $tmp_file = _DIR_TMP . 'ecran_securite.php'; |
|
| 69 | + $tmp_file = _DIR_TMP.'ecran_securite.php'; |
|
| 70 | 70 | $url = parametre_url(_URL_ECRAN_SECURITE, 'md5', $md5); |
| 71 | 71 | $url = parametre_url($url, 'vspip', $GLOBALS['spip_version_branche']); |
| 72 | 72 | $res = recuperer_url($url, [ |
@@ -85,7 +85,7 @@ discard block |
||
| 85 | 85 | include_once $tmp_file; |
| 86 | 86 | // ok, on le copie a la place de l'ecran existant |
| 87 | 87 | // en backupant l'ecran avant, au cas ou |
| 88 | - @copy($filename, $filename . '-bck-' . date('Y-m-d-His', $last_modified)); |
|
| 88 | + @copy($filename, $filename.'-bck-'.date('Y-m-d-His', $last_modified)); |
|
| 89 | 89 | @rename($tmp_file, $filename); |
| 90 | 90 | } else { |
| 91 | 91 | @unlink($tmp_file); |
@@ -127,7 +127,7 @@ discard block |
||
| 127 | 127 | $message[] = _T('nouvelle_version_spip_majeure', ['version' => $maj['majeure']]); |
| 128 | 128 | } |
| 129 | 129 | |
| 130 | - return '<a class="info_maj_spip" href="https://www.spip.net/fr_update" title="' . $maj['mineure'] . '">' . implode(' | ', $message) . '</a>'; |
|
| 130 | + return '<a class="info_maj_spip" href="https://www.spip.net/fr_update" title="'.$maj['mineure'].'">'.implode(' | ', $message).'</a>'; |
|
| 131 | 131 | } |
| 132 | 132 | |
| 133 | 133 | /** |
@@ -144,7 +144,7 @@ discard block |
||
| 144 | 144 | function info_maj_cache(): ?array { |
| 145 | 145 | $contenu = ''; |
| 146 | 146 | $options = []; |
| 147 | - $nom = _DIR_CACHE . _VERSIONS_LISTE; |
|
| 147 | + $nom = _DIR_CACHE._VERSIONS_LISTE; |
|
| 148 | 148 | if (file_exists($nom)) { |
| 149 | 149 | $contenu = file_get_contents($nom); |
| 150 | 150 | $options['if_modified_since'] = filemtime($nom); |
@@ -165,7 +165,7 @@ discard block |
||
| 165 | 165 | try { |
| 166 | 166 | $json = json_decode($contenu, true, 512, JSON_THROW_ON_ERROR); |
| 167 | 167 | } catch (JsonException $e) { |
| 168 | - spip_log('Failed to parse Json data : ' . $e->getMessage(), 'verifie_maj'); |
|
| 168 | + spip_log('Failed to parse Json data : '.$e->getMessage(), 'verifie_maj'); |
|
| 169 | 169 | return null; |
| 170 | 170 | } |
| 171 | 171 | |
@@ -197,8 +197,8 @@ discard block |
||
| 197 | 197 | |
| 198 | 198 | foreach ($versions as $v) { |
| 199 | 199 | [$maj2, $min2, $rev2] = explode('.', $v); |
| 200 | - $branche_maj = $maj2 . '.' . $min2; |
|
| 201 | - $version_maj = $maj2 . '.' . $min2 . '.' . $rev2; |
|
| 200 | + $branche_maj = $maj2.'.'.$min2; |
|
| 201 | + $version_maj = $maj2.'.'.$min2.'.'.$rev2; |
|
| 202 | 202 | $is_version_stable = is_numeric($rev2); |
| 203 | 203 | // d'abord les mises à jour de la même branche (version mineure) |
| 204 | 204 | if ( |