@@ -19,7 +19,7 @@ |
||
| 19 | 19 | **/ |
| 20 | 20 | |
| 21 | 21 | if (!defined('_ECRIRE_INC_VERSION')) { |
| 22 | - return; |
|
| 22 | + return; |
|
| 23 | 23 | } |
| 24 | 24 | |
| 25 | 25 | load_charset('iso-8859-1'); |
@@ -21,7 +21,7 @@ |
||
| 21 | 21 | **/ |
| 22 | 22 | |
| 23 | 23 | if (!defined('_ECRIRE_INC_VERSION')) { |
| 24 | - return; |
|
| 24 | + return; |
|
| 25 | 25 | } |
| 26 | 26 | |
| 27 | 27 | include_spip('base/objets'); |
@@ -12,7 +12,7 @@ |
||
| 12 | 12 | |
| 13 | 13 | # ou est l'espace prive ? |
| 14 | 14 | if (!defined('_DIR_RESTREINT_ABS')) { |
| 15 | - define('_DIR_RESTREINT_ABS', 'ecrire/'); |
|
| 15 | + define('_DIR_RESTREINT_ABS', 'ecrire/'); |
|
| 16 | 16 | } |
| 17 | 17 | include_once _DIR_RESTREINT_ABS.'inc_version.php'; |
| 18 | 18 | |
@@ -78,7 +78,7 @@ discard block |
||
| 78 | 78 | * Code HTML du formulaire |
| 79 | 79 | */ |
| 80 | 80 | function redirige_action_auteur($action, $arg, $ret, $gra = '', $mode = false, $atts = '', $public = false) { |
| 81 | - $r = ($public ? _DIR_RESTREINT_ABS : _DIR_RESTREINT) . generer_url_ecrire($ret, $gra, true, true); |
|
| 81 | + $r = ($public ? _DIR_RESTREINT_ABS : _DIR_RESTREINT).generer_url_ecrire($ret, $gra, true, true); |
|
| 82 | 82 | |
| 83 | 83 | return generer_action_auteur($action, $arg, $r, $mode, $atts, $public); |
| 84 | 84 | } |
@@ -105,9 +105,9 @@ discard block |
||
| 105 | 105 | * URL, code HTML du formulaire ou tableau (action, arg, hash) |
| 106 | 106 | */ |
| 107 | 107 | function redirige_action_post($action, $arg, $ret, $gra, $corps, $att = '') { |
| 108 | - $r = _DIR_RESTREINT . generer_url_ecrire($ret, $gra, false, true); |
|
| 108 | + $r = _DIR_RESTREINT.generer_url_ecrire($ret, $gra, false, true); |
|
| 109 | 109 | |
| 110 | - return generer_action_auteur($action, $arg, $r, $corps, $att . " method='post'"); |
|
| 110 | + return generer_action_auteur($action, $arg, $r, $corps, $att." method='post'"); |
|
| 111 | 111 | } |
| 112 | 112 | |
| 113 | 113 | |
@@ -138,8 +138,8 @@ discard block |
||
| 138 | 138 | } |
| 139 | 139 | |
| 140 | 140 | $c = $GLOBALS['meta']['charset']; |
| 141 | - header('Content-Type: ' . $content_type . '; charset=' . $c); |
|
| 142 | - $debut = (($xml and strlen(trim($corps))) ? '<' . "?xml version='1.0' encoding='" . $c . "'?" . ">\n" : ''); |
|
| 141 | + header('Content-Type: '.$content_type.'; charset='.$c); |
|
| 142 | + $debut = (($xml and strlen(trim($corps))) ? '<'."?xml version='1.0' encoding='".$c."'?".">\n" : ''); |
|
| 143 | 143 | $fin = ''; |
| 144 | 144 | |
| 145 | 145 | echo $debut, $corps, $fin, $e; |
@@ -17,7 +17,7 @@ discard block |
||
| 17 | 17 | **/ |
| 18 | 18 | |
| 19 | 19 | if (!defined('_ECRIRE_INC_VERSION')) { |
| 20 | - return; |
|
| 20 | + return; |
|
| 21 | 21 | } |
| 22 | 22 | |
| 23 | 23 | /** |
@@ -43,9 +43,9 @@ discard block |
||
| 43 | 43 | * URL, code HTML du formulaire ou tableau (action, arg, hash) |
| 44 | 44 | */ |
| 45 | 45 | function generer_action_auteur($action, $arg = '', $redirect = '', $mode = false, $att = '', $public = false) { |
| 46 | - $securiser_action = charger_fonction('securiser_action', 'inc'); |
|
| 46 | + $securiser_action = charger_fonction('securiser_action', 'inc'); |
|
| 47 | 47 | |
| 48 | - return $securiser_action($action, $arg, $redirect, $mode, $att, $public); |
|
| 48 | + return $securiser_action($action, $arg, $redirect, $mode, $att, $public); |
|
| 49 | 49 | } |
| 50 | 50 | |
| 51 | 51 | /** |
@@ -78,9 +78,9 @@ discard block |
||
| 78 | 78 | * Code HTML du formulaire |
| 79 | 79 | */ |
| 80 | 80 | function redirige_action_auteur($action, $arg, $ret, $gra = '', $mode = false, $atts = '', $public = false) { |
| 81 | - $r = ($public ? _DIR_RESTREINT_ABS : _DIR_RESTREINT) . generer_url_ecrire($ret, $gra, true, true); |
|
| 81 | + $r = ($public ? _DIR_RESTREINT_ABS : _DIR_RESTREINT) . generer_url_ecrire($ret, $gra, true, true); |
|
| 82 | 82 | |
| 83 | - return generer_action_auteur($action, $arg, $r, $mode, $atts, $public); |
|
| 83 | + return generer_action_auteur($action, $arg, $r, $mode, $atts, $public); |
|
| 84 | 84 | } |
| 85 | 85 | |
| 86 | 86 | /** |
@@ -105,9 +105,9 @@ discard block |
||
| 105 | 105 | * URL, code HTML du formulaire ou tableau (action, arg, hash) |
| 106 | 106 | */ |
| 107 | 107 | function redirige_action_post($action, $arg, $ret, $gra, $corps, $att = '') { |
| 108 | - $r = _DIR_RESTREINT . generer_url_ecrire($ret, $gra, false, true); |
|
| 108 | + $r = _DIR_RESTREINT . generer_url_ecrire($ret, $gra, false, true); |
|
| 109 | 109 | |
| 110 | - return generer_action_auteur($action, $arg, $r, $corps, $att . " method='post'"); |
|
| 110 | + return generer_action_auteur($action, $arg, $r, $corps, $att . " method='post'"); |
|
| 111 | 111 | } |
| 112 | 112 | |
| 113 | 113 | |
@@ -122,26 +122,26 @@ discard block |
||
| 122 | 122 | * passer "text/html" comme $content_type |
| 123 | 123 | */ |
| 124 | 124 | function ajax_retour($corps, $content_type = null) { |
| 125 | - $xml = false; |
|
| 126 | - if (is_null($content_type) or $content_type === true) { |
|
| 127 | - $xml = true; |
|
| 128 | - $content_type = 'text/html'; |
|
| 129 | - } elseif (!$content_type or !is_string($content_type) or strpos($content_type, '/') === false) { |
|
| 130 | - $content_type = 'text/html'; |
|
| 131 | - } |
|
| 125 | + $xml = false; |
|
| 126 | + if (is_null($content_type) or $content_type === true) { |
|
| 127 | + $xml = true; |
|
| 128 | + $content_type = 'text/html'; |
|
| 129 | + } elseif (!$content_type or !is_string($content_type) or strpos($content_type, '/') === false) { |
|
| 130 | + $content_type = 'text/html'; |
|
| 131 | + } |
|
| 132 | 132 | |
| 133 | - $e = ''; |
|
| 134 | - if ( |
|
| 135 | - isset($_COOKIE['spip_admin']) |
|
| 136 | - and ((_request('var_mode') == 'debug') or !empty($GLOBALS['tableau_des_temps'])) |
|
| 137 | - ) { |
|
| 138 | - $e = erreur_squelette(); |
|
| 139 | - } |
|
| 133 | + $e = ''; |
|
| 134 | + if ( |
|
| 135 | + isset($_COOKIE['spip_admin']) |
|
| 136 | + and ((_request('var_mode') == 'debug') or !empty($GLOBALS['tableau_des_temps'])) |
|
| 137 | + ) { |
|
| 138 | + $e = erreur_squelette(); |
|
| 139 | + } |
|
| 140 | 140 | |
| 141 | - $c = $GLOBALS['meta']['charset']; |
|
| 142 | - header('Content-Type: ' . $content_type . '; charset=' . $c); |
|
| 143 | - $debut = (($xml and strlen(trim($corps))) ? '<' . "?xml version='1.0' encoding='" . $c . "'?" . ">\n" : ''); |
|
| 144 | - $fin = ''; |
|
| 141 | + $c = $GLOBALS['meta']['charset']; |
|
| 142 | + header('Content-Type: ' . $content_type . '; charset=' . $c); |
|
| 143 | + $debut = (($xml and strlen(trim($corps))) ? '<' . "?xml version='1.0' encoding='" . $c . "'?" . ">\n" : ''); |
|
| 144 | + $fin = ''; |
|
| 145 | 145 | |
| 146 | - echo $debut, $corps, $fin, $e; |
|
| 146 | + echo $debut, $corps, $fin, $e; |
|
| 147 | 147 | } |
@@ -4,118 +4,118 @@ |
||
| 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 | - 'accueil_site' => 'ホーム', |
|
| 14 | - 'article' => '記事', |
|
| 15 | - 'articles' => '記事', |
|
| 16 | - 'articles_auteur' => 'この著者の記事', |
|
| 17 | - 'articles_populaires' => '人気のある記事', |
|
| 18 | - 'articles_rubrique' => 'このセクションにある記事', |
|
| 19 | - 'aucun_article' => 'このアドレスに記事はありません', |
|
| 20 | - 'aucun_auteur' => 'このアドレスに著者はいません', |
|
| 21 | - 'aucun_site' => 'このアドレスにサイトはありません', |
|
| 22 | - 'aucune_breve' => 'このアドレスにニュースはありません', |
|
| 23 | - 'aucune_rubrique' => 'このアドレスにセクションはありません', |
|
| 24 | - 'auteur' => '著者', |
|
| 25 | - 'autres' => 'その他', |
|
| 26 | - 'autres_breves' => '他のニュース', |
|
| 27 | - 'autres_groupes_mots_clefs' => 'キーワードの他のグループ', |
|
| 28 | - 'autres_sites' => '他のサイト', |
|
| 29 | - |
|
| 30 | - // B |
|
| 31 | - 'bonjour' => 'こんにちは', |
|
| 32 | - |
|
| 33 | - // C |
|
| 34 | - 'commenter_site' => 'このサイトについてコメントして下さい', |
|
| 35 | - 'contact' => '連絡先', |
|
| 36 | - 'copie_document_impossible' => 'ファイルのコーピは不可能です', |
|
| 37 | - |
|
| 38 | - // D |
|
| 39 | - 'date' => '日付', |
|
| 40 | - 'dernier_ajout' => '最新の追加', |
|
| 41 | - 'dernieres_breves' => '最新のニュース', |
|
| 42 | - 'derniers_articles' => '最新の記事', |
|
| 43 | - 'derniers_commentaires' => '最新のコメント', |
|
| 44 | - 'derniers_messages_forum' => 'フォーラムで投稿された最新のメッセージ', |
|
| 45 | - |
|
| 46 | - // E |
|
| 47 | - 'edition_mode_texte' => 'テキストモード編集', |
|
| 48 | - 'en_reponse' => '返事として:', |
|
| 49 | - 'en_resume' => 'まとめとして', |
|
| 50 | - 'envoyer_message' => 'メッセージを送る', |
|
| 51 | - 'espace_prive' => '管理エリア', |
|
| 52 | - |
|
| 53 | - // F |
|
| 54 | - 'formats_acceptes' => '受け入れるファイルのフォーマット: @formats@です。', |
|
| 55 | - |
|
| 56 | - // H |
|
| 57 | - 'hierarchie_site' => 'サイトの階層', |
|
| 58 | - |
|
| 59 | - // J |
|
| 60 | - 'jours' => '日付', |
|
| 61 | - |
|
| 62 | - // L |
|
| 63 | - 'lien_connecter' => 'ログイン', |
|
| 64 | - |
|
| 65 | - // M |
|
| 66 | - 'meme_auteur' => '同じ著者', |
|
| 67 | - 'meme_rubrique' => '同じセクションの中で', |
|
| 68 | - 'memes_auteurs' => '同じ著者', |
|
| 69 | - 'message' => 'フォーラムのメッセージ', |
|
| 70 | - 'messages_forum' => 'フォーラムのメッセージ', |
|
| 71 | - 'messages_recents' => '最新のフォーラムのメッセージ', |
|
| 72 | - 'mots_clef' => 'キーワード', |
|
| 73 | - 'mots_clefs' => 'キーワード', |
|
| 74 | - 'mots_clefs_meme_groupe' => '同じグループのキーワード', |
|
| 75 | - |
|
| 76 | - // N |
|
| 77 | - 'navigation' => 'ナビゲーション', |
|
| 78 | - 'nom' => 'お名前', |
|
| 79 | - 'nouveautes' => '最新刊', |
|
| 80 | - 'nouveautes_web' => 'ウェブに関する最新刊', |
|
| 81 | - 'nouveaux_articles' => '新しい記事', |
|
| 82 | - 'nouvelles_breves' => '新しいニュース', |
|
| 83 | - |
|
| 84 | - // P |
|
| 85 | - 'page_precedente' => '前のページ', |
|
| 86 | - 'page_suivante' => '次のページ', |
|
| 87 | - 'par_auteur' => '著者:', |
|
| 88 | - 'participer_site' => 'サインアップすると、サイトにご自分の記事を書くことが出来ます。申し込みしてから、管理エリアへのアクセスコードがメールで届きます。', |
|
| 89 | - 'plan_site' => 'サイトマップ', |
|
| 90 | - 'popularite' => '人気', |
|
| 91 | - 'poster_message' => 'メッセージを投稿する', |
|
| 92 | - 'proposer_site' => '追加するサイトを提案できるセクション:', |
|
| 93 | - |
|
| 94 | - // R |
|
| 95 | - 'repondre_article' => 'この記事に返信する', |
|
| 96 | - 'repondre_breve' => 'このニュースに返信する', |
|
| 97 | - 'resultats_recherche' => '検索結果', |
|
| 98 | - 'retour_debut_forums' => 'フォーラムの最初のページに戻る', |
|
| 99 | - 'rubrique' => 'セクション', |
|
| 100 | - 'rubriques' => 'セクション', |
|
| 101 | - |
|
| 102 | - // S |
|
| 103 | - 'signatures_petition' => '署名', |
|
| 104 | - 'site_realise_avec_spip' => 'SPIPで創造されたサイトです', |
|
| 105 | - 'sites_web' => 'ウェブサイト', |
|
| 106 | - 'sous_rubriques' => 'サブセクション', |
|
| 107 | - 'spam' => '迷惑メール', |
|
| 108 | - 'suite' => '次へ', |
|
| 109 | - 'sur_web' => 'ウェブ上', |
|
| 110 | - 'syndiquer_rubrique' => 'このセクションを供給する', |
|
| 111 | - 'syndiquer_site' => '全サイトを供給する', |
|
| 112 | - |
|
| 113 | - // T |
|
| 114 | - 'texte_lettre_information' => 'サイトのニュースレター', |
|
| 115 | - 'texte_lettre_information_2' => '最新刊をまとめるニュースレター', |
|
| 116 | - |
|
| 117 | - // V |
|
| 118 | - 'ver_imprimer' => '印刷用のバージョン', |
|
| 119 | - 'voir_en_ligne' => 'オンラインで見る', |
|
| 120 | - 'voir_squelette' => 'ページのテンプレートを見る' |
|
| 12 | + // A |
|
| 13 | + 'accueil_site' => 'ホーム', |
|
| 14 | + 'article' => '記事', |
|
| 15 | + 'articles' => '記事', |
|
| 16 | + 'articles_auteur' => 'この著者の記事', |
|
| 17 | + 'articles_populaires' => '人気のある記事', |
|
| 18 | + 'articles_rubrique' => 'このセクションにある記事', |
|
| 19 | + 'aucun_article' => 'このアドレスに記事はありません', |
|
| 20 | + 'aucun_auteur' => 'このアドレスに著者はいません', |
|
| 21 | + 'aucun_site' => 'このアドレスにサイトはありません', |
|
| 22 | + 'aucune_breve' => 'このアドレスにニュースはありません', |
|
| 23 | + 'aucune_rubrique' => 'このアドレスにセクションはありません', |
|
| 24 | + 'auteur' => '著者', |
|
| 25 | + 'autres' => 'その他', |
|
| 26 | + 'autres_breves' => '他のニュース', |
|
| 27 | + 'autres_groupes_mots_clefs' => 'キーワードの他のグループ', |
|
| 28 | + 'autres_sites' => '他のサイト', |
|
| 29 | + |
|
| 30 | + // B |
|
| 31 | + 'bonjour' => 'こんにちは', |
|
| 32 | + |
|
| 33 | + // C |
|
| 34 | + 'commenter_site' => 'このサイトについてコメントして下さい', |
|
| 35 | + 'contact' => '連絡先', |
|
| 36 | + 'copie_document_impossible' => 'ファイルのコーピは不可能です', |
|
| 37 | + |
|
| 38 | + // D |
|
| 39 | + 'date' => '日付', |
|
| 40 | + 'dernier_ajout' => '最新の追加', |
|
| 41 | + 'dernieres_breves' => '最新のニュース', |
|
| 42 | + 'derniers_articles' => '最新の記事', |
|
| 43 | + 'derniers_commentaires' => '最新のコメント', |
|
| 44 | + 'derniers_messages_forum' => 'フォーラムで投稿された最新のメッセージ', |
|
| 45 | + |
|
| 46 | + // E |
|
| 47 | + 'edition_mode_texte' => 'テキストモード編集', |
|
| 48 | + 'en_reponse' => '返事として:', |
|
| 49 | + 'en_resume' => 'まとめとして', |
|
| 50 | + 'envoyer_message' => 'メッセージを送る', |
|
| 51 | + 'espace_prive' => '管理エリア', |
|
| 52 | + |
|
| 53 | + // F |
|
| 54 | + 'formats_acceptes' => '受け入れるファイルのフォーマット: @formats@です。', |
|
| 55 | + |
|
| 56 | + // H |
|
| 57 | + 'hierarchie_site' => 'サイトの階層', |
|
| 58 | + |
|
| 59 | + // J |
|
| 60 | + 'jours' => '日付', |
|
| 61 | + |
|
| 62 | + // L |
|
| 63 | + 'lien_connecter' => 'ログイン', |
|
| 64 | + |
|
| 65 | + // M |
|
| 66 | + 'meme_auteur' => '同じ著者', |
|
| 67 | + 'meme_rubrique' => '同じセクションの中で', |
|
| 68 | + 'memes_auteurs' => '同じ著者', |
|
| 69 | + 'message' => 'フォーラムのメッセージ', |
|
| 70 | + 'messages_forum' => 'フォーラムのメッセージ', |
|
| 71 | + 'messages_recents' => '最新のフォーラムのメッセージ', |
|
| 72 | + 'mots_clef' => 'キーワード', |
|
| 73 | + 'mots_clefs' => 'キーワード', |
|
| 74 | + 'mots_clefs_meme_groupe' => '同じグループのキーワード', |
|
| 75 | + |
|
| 76 | + // N |
|
| 77 | + 'navigation' => 'ナビゲーション', |
|
| 78 | + 'nom' => 'お名前', |
|
| 79 | + 'nouveautes' => '最新刊', |
|
| 80 | + 'nouveautes_web' => 'ウェブに関する最新刊', |
|
| 81 | + 'nouveaux_articles' => '新しい記事', |
|
| 82 | + 'nouvelles_breves' => '新しいニュース', |
|
| 83 | + |
|
| 84 | + // P |
|
| 85 | + 'page_precedente' => '前のページ', |
|
| 86 | + 'page_suivante' => '次のページ', |
|
| 87 | + 'par_auteur' => '著者:', |
|
| 88 | + 'participer_site' => 'サインアップすると、サイトにご自分の記事を書くことが出来ます。申し込みしてから、管理エリアへのアクセスコードがメールで届きます。', |
|
| 89 | + 'plan_site' => 'サイトマップ', |
|
| 90 | + 'popularite' => '人気', |
|
| 91 | + 'poster_message' => 'メッセージを投稿する', |
|
| 92 | + 'proposer_site' => '追加するサイトを提案できるセクション:', |
|
| 93 | + |
|
| 94 | + // R |
|
| 95 | + 'repondre_article' => 'この記事に返信する', |
|
| 96 | + 'repondre_breve' => 'このニュースに返信する', |
|
| 97 | + 'resultats_recherche' => '検索結果', |
|
| 98 | + 'retour_debut_forums' => 'フォーラムの最初のページに戻る', |
|
| 99 | + 'rubrique' => 'セクション', |
|
| 100 | + 'rubriques' => 'セクション', |
|
| 101 | + |
|
| 102 | + // S |
|
| 103 | + 'signatures_petition' => '署名', |
|
| 104 | + 'site_realise_avec_spip' => 'SPIPで創造されたサイトです', |
|
| 105 | + 'sites_web' => 'ウェブサイト', |
|
| 106 | + 'sous_rubriques' => 'サブセクション', |
|
| 107 | + 'spam' => '迷惑メール', |
|
| 108 | + 'suite' => '次へ', |
|
| 109 | + 'sur_web' => 'ウェブ上', |
|
| 110 | + 'syndiquer_rubrique' => 'このセクションを供給する', |
|
| 111 | + 'syndiquer_site' => '全サイトを供給する', |
|
| 112 | + |
|
| 113 | + // T |
|
| 114 | + 'texte_lettre_information' => 'サイトのニュースレター', |
|
| 115 | + 'texte_lettre_information_2' => '最新刊をまとめるニュースレター', |
|
| 116 | + |
|
| 117 | + // V |
|
| 118 | + 'ver_imprimer' => '印刷用のバージョン', |
|
| 119 | + 'voir_en_ligne' => 'オンラインで見る', |
|
| 120 | + 'voir_squelette' => 'ページのテンプレートを見る' |
|
| 121 | 121 | ); |
@@ -4,118 +4,118 @@ |
||
| 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 | - 'accueil_site' => 'Homepagina', |
|
| 14 | - 'article' => 'Artikel', |
|
| 15 | - 'articles' => 'Artikelen', |
|
| 16 | - 'articles_auteur' => 'Artikelen van deze auteur', |
|
| 17 | - 'articles_populaires' => 'Meest bekeken artikelen', |
|
| 18 | - 'articles_rubrique' => 'Artikelen in deze rubriek', |
|
| 19 | - 'aucun_article' => 'Op dit adres is geen artikel te vinden', |
|
| 20 | - 'aucun_auteur' => 'Op dit adres is geen auteur te vinden', |
|
| 21 | - 'aucun_site' => 'Op dit adres is geen site te vinden', |
|
| 22 | - 'aucune_breve' => 'Op dit adres is geen nieuwsflits te vinden', |
|
| 23 | - 'aucune_rubrique' => 'Op dit adres is geen rubriek te vinden', |
|
| 24 | - 'auteur' => 'Auteur', |
|
| 25 | - 'autres' => 'Anderen', |
|
| 26 | - 'autres_breves' => 'Andere nieuwsflitsen', |
|
| 27 | - 'autres_groupes_mots_clefs' => 'Andere groepen trefwoorden', |
|
| 28 | - 'autres_sites' => 'Andere sites', |
|
| 29 | - |
|
| 30 | - // B |
|
| 31 | - 'bonjour' => 'Hallo', |
|
| 32 | - |
|
| 33 | - // C |
|
| 34 | - 'commenter_site' => 'Reageren op de site', |
|
| 35 | - 'contact' => 'Contact', |
|
| 36 | - 'copie_document_impossible' => 'Het is niet mogelijk het document te kopiëren', |
|
| 37 | - |
|
| 38 | - // D |
|
| 39 | - 'date' => 'Datum', |
|
| 40 | - 'dernier_ajout' => 'Laatste toevoeging', |
|
| 41 | - 'dernieres_breves' => 'Laatste nieuwsflitsen', |
|
| 42 | - 'derniers_articles' => 'Laatste artikelen', |
|
| 43 | - 'derniers_commentaires' => 'Laatste commentaren', |
|
| 44 | - 'derniers_messages_forum' => 'Laatst gepubliceerde berichten in het forum', |
|
| 45 | - |
|
| 46 | - // E |
|
| 47 | - 'edition_mode_texte' => 'Uitgave in tekstmodus van', |
|
| 48 | - 'en_reponse' => 'Als antwoord op:', |
|
| 49 | - 'en_resume' => 'Samengevat', |
|
| 50 | - 'envoyer_message' => 'Een bericht sturen', |
|
| 51 | - 'espace_prive' => 'Privé gedeelte', |
|
| 52 | - |
|
| 53 | - // F |
|
| 54 | - 'formats_acceptes' => 'Toegelaten formaten: @formats@.', |
|
| 55 | - |
|
| 56 | - // H |
|
| 57 | - 'hierarchie_site' => 'Structuur van de site', |
|
| 58 | - |
|
| 59 | - // J |
|
| 60 | - 'jours' => 'dagen', |
|
| 61 | - |
|
| 62 | - // L |
|
| 63 | - 'lien_connecter' => 'Aanmelden', |
|
| 64 | - |
|
| 65 | - // M |
|
| 66 | - 'meme_auteur' => 'Van dezelfde auteur', |
|
| 67 | - 'meme_rubrique' => 'In dezelfde rubriek', |
|
| 68 | - 'memes_auteurs' => 'Van dezelfde auteurs', |
|
| 69 | - 'message' => 'Bericht', |
|
| 70 | - 'messages_forum' => 'Berichten', |
|
| 71 | - 'messages_recents' => 'Meest recente forumberichten', |
|
| 72 | - 'mots_clef' => 'Trefwoord', |
|
| 73 | - 'mots_clefs' => 'Trefwoorden', |
|
| 74 | - 'mots_clefs_meme_groupe' => 'Trefwoorden van dezelfde groep', |
|
| 75 | - |
|
| 76 | - // N |
|
| 77 | - 'navigation' => 'Navigatie', |
|
| 78 | - 'nom' => 'Naam', |
|
| 79 | - 'nouveautes' => 'Nieuwigheden', |
|
| 80 | - 'nouveautes_web' => 'Nieuwigheden op het Web', |
|
| 81 | - 'nouveaux_articles' => 'Nieuwe artikelen', |
|
| 82 | - 'nouvelles_breves' => 'Nieuwe nieuwsflitsen', |
|
| 83 | - |
|
| 84 | - // P |
|
| 85 | - 'page_precedente' => 'vorige pagina', |
|
| 86 | - 'page_suivante' => 'volgende pagina', |
|
| 87 | - 'par_auteur' => 'door ', |
|
| 88 | - 'participer_site' => 'Wanneer je je hieronder inschrijft, kun je zelf een bijdrage leveren aan deze site door je eigen artikelen voor te stellen. Je ontvangt meteen een e-mail met daarin de toegangscode voor het privé-gedeelte van de site.', |
|
| 89 | - 'plan_site' => 'Overzicht van de site', |
|
| 90 | - 'popularite' => 'Populariteit', |
|
| 91 | - 'poster_message' => 'Een bericht plaatsen', |
|
| 92 | - 'proposer_site' => 'Je kan voorstellen een site in deze rubriek op te nemen:', |
|
| 93 | - |
|
| 94 | - // R |
|
| 95 | - 'repondre_article' => 'Dit artikel beantwoorden', |
|
| 96 | - 'repondre_breve' => 'Op deze nieuwsflits reageren', |
|
| 97 | - 'resultats_recherche' => 'Resultaten van de zoekopdracht', |
|
| 98 | - 'retour_debut_forums' => 'Terug naar de startpagina van de forums', |
|
| 99 | - 'rubrique' => 'Rubriek', |
|
| 100 | - 'rubriques' => 'Rubrieken', |
|
| 101 | - |
|
| 102 | - // S |
|
| 103 | - 'signatures_petition' => 'Ondertekeningen', |
|
| 104 | - 'site_realise_avec_spip' => 'Site gebouwd met SPIP', |
|
| 105 | - 'sites_web' => 'Websites', |
|
| 106 | - 'sous_rubriques' => 'Subrubrieken', |
|
| 107 | - 'spam' => 'Spam', |
|
| 108 | - 'suite' => 'vervolg', |
|
| 109 | - 'sur_web' => 'Op het web', |
|
| 110 | - 'syndiquer_rubrique' => 'Nieuws overnemen uit deze rubriek', |
|
| 111 | - 'syndiquer_site' => 'Nieuws overnemen van de hele site', |
|
| 112 | - |
|
| 113 | - // T |
|
| 114 | - 'texte_lettre_information' => 'Dit is de nieuwsbrief van de site', |
|
| 115 | - 'texte_lettre_information_2' => 'Deze nieuwsbrief toont de publicaties vanaf', |
|
| 116 | - |
|
| 117 | - // V |
|
| 118 | - 'ver_imprimer' => 'Afdrukversie', |
|
| 119 | - 'voir_en_ligne' => 'Online bekijken', |
|
| 120 | - 'voir_squelette' => 'het skelet van deze bladzijde bekijken' |
|
| 12 | + // A |
|
| 13 | + 'accueil_site' => 'Homepagina', |
|
| 14 | + 'article' => 'Artikel', |
|
| 15 | + 'articles' => 'Artikelen', |
|
| 16 | + 'articles_auteur' => 'Artikelen van deze auteur', |
|
| 17 | + 'articles_populaires' => 'Meest bekeken artikelen', |
|
| 18 | + 'articles_rubrique' => 'Artikelen in deze rubriek', |
|
| 19 | + 'aucun_article' => 'Op dit adres is geen artikel te vinden', |
|
| 20 | + 'aucun_auteur' => 'Op dit adres is geen auteur te vinden', |
|
| 21 | + 'aucun_site' => 'Op dit adres is geen site te vinden', |
|
| 22 | + 'aucune_breve' => 'Op dit adres is geen nieuwsflits te vinden', |
|
| 23 | + 'aucune_rubrique' => 'Op dit adres is geen rubriek te vinden', |
|
| 24 | + 'auteur' => 'Auteur', |
|
| 25 | + 'autres' => 'Anderen', |
|
| 26 | + 'autres_breves' => 'Andere nieuwsflitsen', |
|
| 27 | + 'autres_groupes_mots_clefs' => 'Andere groepen trefwoorden', |
|
| 28 | + 'autres_sites' => 'Andere sites', |
|
| 29 | + |
|
| 30 | + // B |
|
| 31 | + 'bonjour' => 'Hallo', |
|
| 32 | + |
|
| 33 | + // C |
|
| 34 | + 'commenter_site' => 'Reageren op de site', |
|
| 35 | + 'contact' => 'Contact', |
|
| 36 | + 'copie_document_impossible' => 'Het is niet mogelijk het document te kopiëren', |
|
| 37 | + |
|
| 38 | + // D |
|
| 39 | + 'date' => 'Datum', |
|
| 40 | + 'dernier_ajout' => 'Laatste toevoeging', |
|
| 41 | + 'dernieres_breves' => 'Laatste nieuwsflitsen', |
|
| 42 | + 'derniers_articles' => 'Laatste artikelen', |
|
| 43 | + 'derniers_commentaires' => 'Laatste commentaren', |
|
| 44 | + 'derniers_messages_forum' => 'Laatst gepubliceerde berichten in het forum', |
|
| 45 | + |
|
| 46 | + // E |
|
| 47 | + 'edition_mode_texte' => 'Uitgave in tekstmodus van', |
|
| 48 | + 'en_reponse' => 'Als antwoord op:', |
|
| 49 | + 'en_resume' => 'Samengevat', |
|
| 50 | + 'envoyer_message' => 'Een bericht sturen', |
|
| 51 | + 'espace_prive' => 'Privé gedeelte', |
|
| 52 | + |
|
| 53 | + // F |
|
| 54 | + 'formats_acceptes' => 'Toegelaten formaten: @formats@.', |
|
| 55 | + |
|
| 56 | + // H |
|
| 57 | + 'hierarchie_site' => 'Structuur van de site', |
|
| 58 | + |
|
| 59 | + // J |
|
| 60 | + 'jours' => 'dagen', |
|
| 61 | + |
|
| 62 | + // L |
|
| 63 | + 'lien_connecter' => 'Aanmelden', |
|
| 64 | + |
|
| 65 | + // M |
|
| 66 | + 'meme_auteur' => 'Van dezelfde auteur', |
|
| 67 | + 'meme_rubrique' => 'In dezelfde rubriek', |
|
| 68 | + 'memes_auteurs' => 'Van dezelfde auteurs', |
|
| 69 | + 'message' => 'Bericht', |
|
| 70 | + 'messages_forum' => 'Berichten', |
|
| 71 | + 'messages_recents' => 'Meest recente forumberichten', |
|
| 72 | + 'mots_clef' => 'Trefwoord', |
|
| 73 | + 'mots_clefs' => 'Trefwoorden', |
|
| 74 | + 'mots_clefs_meme_groupe' => 'Trefwoorden van dezelfde groep', |
|
| 75 | + |
|
| 76 | + // N |
|
| 77 | + 'navigation' => 'Navigatie', |
|
| 78 | + 'nom' => 'Naam', |
|
| 79 | + 'nouveautes' => 'Nieuwigheden', |
|
| 80 | + 'nouveautes_web' => 'Nieuwigheden op het Web', |
|
| 81 | + 'nouveaux_articles' => 'Nieuwe artikelen', |
|
| 82 | + 'nouvelles_breves' => 'Nieuwe nieuwsflitsen', |
|
| 83 | + |
|
| 84 | + // P |
|
| 85 | + 'page_precedente' => 'vorige pagina', |
|
| 86 | + 'page_suivante' => 'volgende pagina', |
|
| 87 | + 'par_auteur' => 'door ', |
|
| 88 | + 'participer_site' => 'Wanneer je je hieronder inschrijft, kun je zelf een bijdrage leveren aan deze site door je eigen artikelen voor te stellen. Je ontvangt meteen een e-mail met daarin de toegangscode voor het privé-gedeelte van de site.', |
|
| 89 | + 'plan_site' => 'Overzicht van de site', |
|
| 90 | + 'popularite' => 'Populariteit', |
|
| 91 | + 'poster_message' => 'Een bericht plaatsen', |
|
| 92 | + 'proposer_site' => 'Je kan voorstellen een site in deze rubriek op te nemen:', |
|
| 93 | + |
|
| 94 | + // R |
|
| 95 | + 'repondre_article' => 'Dit artikel beantwoorden', |
|
| 96 | + 'repondre_breve' => 'Op deze nieuwsflits reageren', |
|
| 97 | + 'resultats_recherche' => 'Resultaten van de zoekopdracht', |
|
| 98 | + 'retour_debut_forums' => 'Terug naar de startpagina van de forums', |
|
| 99 | + 'rubrique' => 'Rubriek', |
|
| 100 | + 'rubriques' => 'Rubrieken', |
|
| 101 | + |
|
| 102 | + // S |
|
| 103 | + 'signatures_petition' => 'Ondertekeningen', |
|
| 104 | + 'site_realise_avec_spip' => 'Site gebouwd met SPIP', |
|
| 105 | + 'sites_web' => 'Websites', |
|
| 106 | + 'sous_rubriques' => 'Subrubrieken', |
|
| 107 | + 'spam' => 'Spam', |
|
| 108 | + 'suite' => 'vervolg', |
|
| 109 | + 'sur_web' => 'Op het web', |
|
| 110 | + 'syndiquer_rubrique' => 'Nieuws overnemen uit deze rubriek', |
|
| 111 | + 'syndiquer_site' => 'Nieuws overnemen van de hele site', |
|
| 112 | + |
|
| 113 | + // T |
|
| 114 | + 'texte_lettre_information' => 'Dit is de nieuwsbrief van de site', |
|
| 115 | + 'texte_lettre_information_2' => 'Deze nieuwsbrief toont de publicaties vanaf', |
|
| 116 | + |
|
| 117 | + // V |
|
| 118 | + 'ver_imprimer' => 'Afdrukversie', |
|
| 119 | + 'voir_en_ligne' => 'Online bekijken', |
|
| 120 | + 'voir_squelette' => 'het skelet van deze bladzijde bekijken' |
|
| 121 | 121 | ); |
@@ -11,7 +11,7 @@ |
||
| 11 | 11 | \***************************************************************************/ |
| 12 | 12 | |
| 13 | 13 | if (!defined('_ECRIRE_INC_VERSION')) { |
| 14 | - return; |
|
| 14 | + return; |
|
| 15 | 15 | } |
| 16 | 16 | |
| 17 | 17 | include_spip('formulaires/selecteur/generique_fonctions'); |
@@ -4,480 +4,480 @@ 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 | - 'aide_non_disponible' => 'Aquera part de l’ajuda en linha n’ei pas enqüèra disponibla tà aquesta lenga.', |
|
| 14 | - 'avis_acces_interdit' => 'Accès proïbit.', |
|
| 15 | - 'avis_article_modifie' => 'Atencion, @nom_auteur_modif@ qu’a trabalhat sus aqueth article hè @date_diff@ minutas', |
|
| 16 | - 'avis_aucun_resultat' => 'Nat resultat.', |
|
| 17 | - 'avis_chemin_invalide_1' => 'Lo camin qui avetz causit', |
|
| 18 | - 'avis_chemin_invalide_2' => 'non sembla pas valid. Volhatz tornar a la pagina anteriora tà verificar las informacions hornidas.', |
|
| 19 | - 'avis_connexion_echec_1' => 'La connexion au servider SQL que s’i ei mauescaduda.', # MODIF |
|
| 20 | - 'avis_connexion_echec_2' => 'Tornatz a la pagina anteriora, e verificatz las informacions qui avetz hornidas.', |
|
| 21 | - 'avis_connexion_echec_3' => '<b>N.B.</b> Sus hèra de serviders, que devetz <b>demandar</b> qu’activen lo vòste accès a la basa SQL abans de poder utilizar-la. Se ne’vs podetz pas connectar, verificatz qu’ajatz plan realizat aqueth procediment.', # MODIF |
|
| 22 | - 'avis_connexion_ldap_echec_1' => 'La connexion au servider LDAP que s’i ei mauescaduda.', |
|
| 23 | - 'avis_connexion_ldap_echec_2' => 'Tornatz a la pagina anteriora, e verificatz las informacions qui avetz hornidas. ', |
|
| 24 | - 'avis_connexion_ldap_echec_3' => 'Alternativament, n’utilizetz pas lo supòrt LDAP tà importar utilizaires.', |
|
| 25 | - 'avis_deplacement_rubrique' => 'Atention! Aquera rubrica que contien @contient_breves@ brèvas@scb@: se la desplaçatz, que voleretz plan oscar aquera casa de confirmacion.', |
|
| 26 | - 'avis_erreur_connexion_mysql' => 'Error de connexion SQL', |
|
| 27 | - 'avis_espace_interdit' => '<b>Espaci proïbit</b><p>SPIP qu’ei ja installat.', # MODIF |
|
| 28 | - 'avis_lecture_noms_bases_1' => 'Lo programa d’installacion n’a pas poscut legir los noms de las basas de dadas installadas.', |
|
| 29 | - 'avis_lecture_noms_bases_2' => 'Sia nada basa n’ei pas disponibla, sia la foncion qui permet de listar las basas ei estada desactivada per rasons de seguretat (aquò qu’ei lo cas en çò de mei d’un aubergader).', |
|
| 30 | - 'avis_lecture_noms_bases_3' => 'Dens la dusau alternativa, qu’ei probable qu’ua basa qui pòrta lo vòste nom de login e sia utilizabla:', |
|
| 31 | - 'avis_non_acces_page' => 'Non podetz pas accedir a aquera pagina.', |
|
| 32 | - 'avis_operation_echec' => 'L’operacion que s’i ei mauescaduda.', |
|
| 33 | - 'avis_suppression_base' => 'ATENCION, suprimir las dadas qu’ei irreversible', |
|
| 12 | + // A |
|
| 13 | + 'aide_non_disponible' => 'Aquera part de l’ajuda en linha n’ei pas enqüèra disponibla tà aquesta lenga.', |
|
| 14 | + 'avis_acces_interdit' => 'Accès proïbit.', |
|
| 15 | + 'avis_article_modifie' => 'Atencion, @nom_auteur_modif@ qu’a trabalhat sus aqueth article hè @date_diff@ minutas', |
|
| 16 | + 'avis_aucun_resultat' => 'Nat resultat.', |
|
| 17 | + 'avis_chemin_invalide_1' => 'Lo camin qui avetz causit', |
|
| 18 | + 'avis_chemin_invalide_2' => 'non sembla pas valid. Volhatz tornar a la pagina anteriora tà verificar las informacions hornidas.', |
|
| 19 | + 'avis_connexion_echec_1' => 'La connexion au servider SQL que s’i ei mauescaduda.', # MODIF |
|
| 20 | + 'avis_connexion_echec_2' => 'Tornatz a la pagina anteriora, e verificatz las informacions qui avetz hornidas.', |
|
| 21 | + 'avis_connexion_echec_3' => '<b>N.B.</b> Sus hèra de serviders, que devetz <b>demandar</b> qu’activen lo vòste accès a la basa SQL abans de poder utilizar-la. Se ne’vs podetz pas connectar, verificatz qu’ajatz plan realizat aqueth procediment.', # MODIF |
|
| 22 | + 'avis_connexion_ldap_echec_1' => 'La connexion au servider LDAP que s’i ei mauescaduda.', |
|
| 23 | + 'avis_connexion_ldap_echec_2' => 'Tornatz a la pagina anteriora, e verificatz las informacions qui avetz hornidas. ', |
|
| 24 | + 'avis_connexion_ldap_echec_3' => 'Alternativament, n’utilizetz pas lo supòrt LDAP tà importar utilizaires.', |
|
| 25 | + 'avis_deplacement_rubrique' => 'Atention! Aquera rubrica que contien @contient_breves@ brèvas@scb@: se la desplaçatz, que voleretz plan oscar aquera casa de confirmacion.', |
|
| 26 | + 'avis_erreur_connexion_mysql' => 'Error de connexion SQL', |
|
| 27 | + 'avis_espace_interdit' => '<b>Espaci proïbit</b><p>SPIP qu’ei ja installat.', # MODIF |
|
| 28 | + 'avis_lecture_noms_bases_1' => 'Lo programa d’installacion n’a pas poscut legir los noms de las basas de dadas installadas.', |
|
| 29 | + 'avis_lecture_noms_bases_2' => 'Sia nada basa n’ei pas disponibla, sia la foncion qui permet de listar las basas ei estada desactivada per rasons de seguretat (aquò qu’ei lo cas en çò de mei d’un aubergader).', |
|
| 30 | + 'avis_lecture_noms_bases_3' => 'Dens la dusau alternativa, qu’ei probable qu’ua basa qui pòrta lo vòste nom de login e sia utilizabla:', |
|
| 31 | + 'avis_non_acces_page' => 'Non podetz pas accedir a aquera pagina.', |
|
| 32 | + 'avis_operation_echec' => 'L’operacion que s’i ei mauescaduda.', |
|
| 33 | + 'avis_suppression_base' => 'ATENCION, suprimir las dadas qu’ei irreversible', |
|
| 34 | 34 | |
| 35 | - // B |
|
| 36 | - 'bouton_acces_ldap' => 'Ajustar l’accès a LDAP >>', |
|
| 37 | - 'bouton_ajouter' => 'Ajustar', |
|
| 38 | - 'bouton_demande_publication' => 'Demandar la publicacion d’aqueste article', |
|
| 39 | - 'bouton_effacer_tout' => 'Esfaçar-ac tot', |
|
| 40 | - 'bouton_envoyer_message' => 'Messatge definitiu: mandar', |
|
| 41 | - 'bouton_modifier' => 'Modificar', |
|
| 42 | - 'bouton_radio_afficher' => 'Afichar', |
|
| 43 | - 'bouton_radio_apparaitre_liste_redacteurs_connectes' => 'Afichar dens la tèra deus redactors connectats', |
|
| 44 | - 'bouton_radio_envoi_annonces_adresse' => 'Mandar los anoncis a l’adreiça:', |
|
| 45 | - 'bouton_radio_envoi_liste_nouveautes' => 'Mandar la tèra de las nautats', |
|
| 46 | - 'bouton_radio_non_apparaitre_liste_redacteurs_connectes' => 'N’aparéisher pas dens la tèra deus redactors', |
|
| 47 | - 'bouton_radio_non_envoi_annonces_editoriales' => 'Non mandar pas nat anonci editoriau', |
|
| 48 | - 'bouton_redirection' => 'TORNAR DIRIGIR', |
|
| 49 | - 'bouton_relancer_installation' => 'Tornar lançar l’installacion', |
|
| 50 | - 'bouton_suivant' => 'Seguent', |
|
| 51 | - 'bouton_tenter_recuperation' => 'Ensajar de reparar', |
|
| 52 | - 'bouton_test_proxy' => 'Ensajar lo proxy', |
|
| 53 | - 'bouton_vider_cache' => 'Vueidar l’esconeder', |
|
| 35 | + // B |
|
| 36 | + 'bouton_acces_ldap' => 'Ajustar l’accès a LDAP >>', |
|
| 37 | + 'bouton_ajouter' => 'Ajustar', |
|
| 38 | + 'bouton_demande_publication' => 'Demandar la publicacion d’aqueste article', |
|
| 39 | + 'bouton_effacer_tout' => 'Esfaçar-ac tot', |
|
| 40 | + 'bouton_envoyer_message' => 'Messatge definitiu: mandar', |
|
| 41 | + 'bouton_modifier' => 'Modificar', |
|
| 42 | + 'bouton_radio_afficher' => 'Afichar', |
|
| 43 | + 'bouton_radio_apparaitre_liste_redacteurs_connectes' => 'Afichar dens la tèra deus redactors connectats', |
|
| 44 | + 'bouton_radio_envoi_annonces_adresse' => 'Mandar los anoncis a l’adreiça:', |
|
| 45 | + 'bouton_radio_envoi_liste_nouveautes' => 'Mandar la tèra de las nautats', |
|
| 46 | + 'bouton_radio_non_apparaitre_liste_redacteurs_connectes' => 'N’aparéisher pas dens la tèra deus redactors', |
|
| 47 | + 'bouton_radio_non_envoi_annonces_editoriales' => 'Non mandar pas nat anonci editoriau', |
|
| 48 | + 'bouton_redirection' => 'TORNAR DIRIGIR', |
|
| 49 | + 'bouton_relancer_installation' => 'Tornar lançar l’installacion', |
|
| 50 | + 'bouton_suivant' => 'Seguent', |
|
| 51 | + 'bouton_tenter_recuperation' => 'Ensajar de reparar', |
|
| 52 | + 'bouton_test_proxy' => 'Ensajar lo proxy', |
|
| 53 | + 'bouton_vider_cache' => 'Vueidar l’esconeder', |
|
| 54 | 54 | |
| 55 | - // C |
|
| 56 | - 'cache_modifiable_webmestre' => 'Lo webmèstre deu sit que pòt modificar aquestes paramètres.', |
|
| 57 | - 'calendrier_synchro' => 'S’utilizatz un logiciau d’agenda compatible <b>iCal</b> (Apple iCal, Mozilla Calendar, Ximian Evolution, KOrganizer...), que’u podetz sincronizar dab l’actualitat deu sit.', |
|
| 55 | + // C |
|
| 56 | + 'cache_modifiable_webmestre' => 'Lo webmèstre deu sit que pòt modificar aquestes paramètres.', |
|
| 57 | + 'calendrier_synchro' => 'S’utilizatz un logiciau d’agenda compatible <b>iCal</b> (Apple iCal, Mozilla Calendar, Ximian Evolution, KOrganizer...), que’u podetz sincronizar dab l’actualitat deu sit.', |
|
| 58 | 58 | |
| 59 | - // D |
|
| 60 | - 'date_mot_heures' => 'òras', |
|
| 59 | + // D |
|
| 60 | + 'date_mot_heures' => 'òras', |
|
| 61 | 61 | |
| 62 | - // E |
|
| 63 | - 'email' => 'e-mail', |
|
| 64 | - 'email_2' => 'e-mail:', |
|
| 65 | - 'entree_adresse_annuaire' => 'Adreiça de l’annuari', |
|
| 66 | - 'entree_adresse_email' => 'La vòsta adreiça e-mail', |
|
| 67 | - 'entree_base_donnee_1' => 'Adreiça de la basa de dadas', |
|
| 68 | - 'entree_base_donnee_2' => '(Sovent, aquera adreiça que correspond a la deu vòste sit, a còps que correspond a la mençon "localhost", a còps, que’s dèisha vueida completament.)', |
|
| 69 | - 'entree_biographie' => 'Biografia braca, en quauques mots.', |
|
| 70 | - 'entree_chemin_acces' => '<b>Entrar</b> lo camin d’accès:', |
|
| 71 | - 'entree_cle_pgp' => 'La vòsta clau PGP', |
|
| 72 | - 'entree_contenu_rubrique' => '(Contengut de la rubrica en quauques mots.)', |
|
| 73 | - 'entree_identifiants_connexion' => 'Los vòstes identificants de connexion...', |
|
| 74 | - 'entree_informations_connexion_ldap' => 'Volhatz entrar dens aqueth formulari las informacions de connexion au vòste annuari LDAP. |
|
| 62 | + // E |
|
| 63 | + 'email' => 'e-mail', |
|
| 64 | + 'email_2' => 'e-mail:', |
|
| 65 | + 'entree_adresse_annuaire' => 'Adreiça de l’annuari', |
|
| 66 | + 'entree_adresse_email' => 'La vòsta adreiça e-mail', |
|
| 67 | + 'entree_base_donnee_1' => 'Adreiça de la basa de dadas', |
|
| 68 | + 'entree_base_donnee_2' => '(Sovent, aquera adreiça que correspond a la deu vòste sit, a còps que correspond a la mençon "localhost", a còps, que’s dèisha vueida completament.)', |
|
| 69 | + 'entree_biographie' => 'Biografia braca, en quauques mots.', |
|
| 70 | + 'entree_chemin_acces' => '<b>Entrar</b> lo camin d’accès:', |
|
| 71 | + 'entree_cle_pgp' => 'La vòsta clau PGP', |
|
| 72 | + 'entree_contenu_rubrique' => '(Contengut de la rubrica en quauques mots.)', |
|
| 73 | + 'entree_identifiants_connexion' => 'Los vòstes identificants de connexion...', |
|
| 74 | + 'entree_informations_connexion_ldap' => 'Volhatz entrar dens aqueth formulari las informacions de connexion au vòste annuari LDAP. |
|
| 75 | 75 | L’administrator deu sistèma o de l’arret que’vs deu poder hornir |
| 76 | 76 | aqueras informacions.', |
| 77 | - 'entree_infos_perso' => 'Qui ètz?', |
|
| 78 | - 'entree_interieur_rubrique' => 'Laguens la rubrica:', |
|
| 79 | - 'entree_liens_sites' => '<b>Ligam ipertèxt</b> (referéncia, sit de vesitar...)', |
|
| 80 | - 'entree_login' => 'Lo vòste login', |
|
| 81 | - 'entree_login_connexion_1' => 'Lo login de connexion', |
|
| 82 | - 'entree_login_connexion_2' => '(Que correspond a còps au vòste login d’accès a l’FTP; a còps qu’es dèisha vueid)', |
|
| 83 | - 'entree_mot_passe' => 'Lo vòste mot de santa Clara', |
|
| 84 | - 'entree_mot_passe_1' => 'Mot de santa Clara tà la connexion', |
|
| 85 | - 'entree_mot_passe_2' => '(Que correspond a còps au vòste mot de santa Clara tà l’FTP; a còps que’s dèisha vueid)', |
|
| 86 | - 'entree_nom_fichier' => 'Volhatz entrar lo nom deu fichièr @texte_compresse@:', |
|
| 87 | - 'entree_nom_pseudo' => 'Lo vòste nom o lo vòste pseudonim', |
|
| 88 | - 'entree_nom_pseudo_1' => '(Lo vòste nom o lo vòste pseudonim)', |
|
| 89 | - 'entree_nom_site' => 'Lo nom deu vòste sit', |
|
| 90 | - 'entree_nouveau_passe' => 'Mot de santa Clara navèth', |
|
| 91 | - 'entree_passe_ldap' => 'Mot de santa Clara', |
|
| 92 | - 'entree_port_annuaire' => 'Lo numèro de pòrt de l’annuari', |
|
| 93 | - 'entree_signature' => 'Signatura', |
|
| 94 | - 'entree_titre_obligatoire' => '<b>Títol</b> [Obligatòri]<br />', |
|
| 95 | - 'entree_url' => 'L’adreiça (URL) deu vòste sit', |
|
| 77 | + 'entree_infos_perso' => 'Qui ètz?', |
|
| 78 | + 'entree_interieur_rubrique' => 'Laguens la rubrica:', |
|
| 79 | + 'entree_liens_sites' => '<b>Ligam ipertèxt</b> (referéncia, sit de vesitar...)', |
|
| 80 | + 'entree_login' => 'Lo vòste login', |
|
| 81 | + 'entree_login_connexion_1' => 'Lo login de connexion', |
|
| 82 | + 'entree_login_connexion_2' => '(Que correspond a còps au vòste login d’accès a l’FTP; a còps qu’es dèisha vueid)', |
|
| 83 | + 'entree_mot_passe' => 'Lo vòste mot de santa Clara', |
|
| 84 | + 'entree_mot_passe_1' => 'Mot de santa Clara tà la connexion', |
|
| 85 | + 'entree_mot_passe_2' => '(Que correspond a còps au vòste mot de santa Clara tà l’FTP; a còps que’s dèisha vueid)', |
|
| 86 | + 'entree_nom_fichier' => 'Volhatz entrar lo nom deu fichièr @texte_compresse@:', |
|
| 87 | + 'entree_nom_pseudo' => 'Lo vòste nom o lo vòste pseudonim', |
|
| 88 | + 'entree_nom_pseudo_1' => '(Lo vòste nom o lo vòste pseudonim)', |
|
| 89 | + 'entree_nom_site' => 'Lo nom deu vòste sit', |
|
| 90 | + 'entree_nouveau_passe' => 'Mot de santa Clara navèth', |
|
| 91 | + 'entree_passe_ldap' => 'Mot de santa Clara', |
|
| 92 | + 'entree_port_annuaire' => 'Lo numèro de pòrt de l’annuari', |
|
| 93 | + 'entree_signature' => 'Signatura', |
|
| 94 | + 'entree_titre_obligatoire' => '<b>Títol</b> [Obligatòri]<br />', |
|
| 95 | + 'entree_url' => 'L’adreiça (URL) deu vòste sit', |
|
| 96 | 96 | |
| 97 | - // I |
|
| 98 | - 'ical_info1' => 'Aquera pagina que muisha metòdes diferents entà demorar en contacte dab la vita d’aqueth sit.', |
|
| 99 | - 'ical_info2' => 'Tà tiéner mei informacions suber aqueras tecnicas, n’esitetz pas de consultar <a href="@spipnet@">la documentacion d’SPIP</a>.', # MODIF |
|
| 100 | - 'ical_info_calendrier' => 'Que i a dus calendèrs a la vòsta disposicion. Lo permèr qu’ei un plan deu sit qui anóncia tots los articles publicats. Lo segond que contien los anoncis editoriaus en mei deus vòstes darrèrs messatges privats: que vs’ei reservat gràcias a ua clau personau, qui podetz modificar en tot moment en renovant lo vòste mot de santa Clara. ', |
|
| 101 | - 'ical_methode_http' => 'Telecargament', |
|
| 102 | - 'ical_methode_webcal' => 'Sincronizacion (webcal://)', # MODIF |
|
| 103 | - 'ical_texte_js' => 'Los articles publicats en aqueth sit que’s pòden afichar aisit, dens tots los sits vòstes, en har servir ua linha javascript. ', |
|
| 104 | - 'ical_texte_prive' => 'Aqueth calendèr, d’us estrictament personau, que vs’informa de l’activitat editoriau privada d’aqueth sit (òbras e rendetz-vos personaus, articles e brèvas prepausats...).', |
|
| 105 | - 'ical_texte_public' => 'Aqueth calendèr que’vs permet de seguir l’activitat publica d’aqueth sit (articles e brèvas publicats).', |
|
| 106 | - 'ical_texte_rss' => 'Que podetz sindicar las nautats d’aqueste sit dens quin legider de fichièrs que sia en format XML/RSS (Rich Site Summary). Qu’ei tanben lo format qui permet a SPIP de legir las nautats publicadas dens autes sits en utilizar un format d’escambi compatible (sits sindicats). ', |
|
| 107 | - 'ical_titre_js' => 'Javascript', |
|
| 108 | - 'ical_titre_mailing' => 'Lista de corrièr', |
|
| 109 | - 'ical_titre_rss' => 'Fichièrs «backend»', |
|
| 110 | - 'icone_activer_cookie' => 'Activar lo cookie de correspondéncia', |
|
| 111 | - 'icone_afficher_auteurs' => 'Afichar los autors', |
|
| 112 | - 'icone_afficher_visiteurs' => 'Afichar los vesitaires', |
|
| 113 | - 'icone_arret_discussion' => 'Quitar aquera discussion', |
|
| 114 | - 'icone_calendrier' => 'Calendèr', |
|
| 115 | - 'icone_creer_auteur' => 'Crear un autor nau e associà’u a aqueth article', |
|
| 116 | - 'icone_creer_mot_cle' => 'Crear un mot clau nau e ligà’u a aqueth article', |
|
| 117 | - 'icone_creer_rubrique_2' => 'Crear ua rubrica nava', |
|
| 118 | - 'icone_modifier_article' => 'Modificar aqueth article', |
|
| 119 | - 'icone_modifier_rubrique' => 'Modificar aquera rubrica', |
|
| 120 | - 'icone_retour' => 'Tornar', |
|
| 121 | - 'icone_retour_article' => 'Tornar a l’article', |
|
| 122 | - 'icone_supprimer_cookie' => 'Suprimir lo cookie de correspondéncia', |
|
| 123 | - 'icone_supprimer_rubrique' => 'Suprimir aquera rubrica', |
|
| 124 | - 'icone_supprimer_signature' => 'Suprimir aquera signatura', |
|
| 125 | - 'icone_valider_signature' => 'Validar aquera signatura', |
|
| 126 | - 'image_administrer_rubrique' => 'Que podetz administrar aquera rubrica', |
|
| 127 | - 'impossible_modifier_login_auteur' => 'Impossible de modifier le login.', # MODIF |
|
| 128 | - 'impossible_modifier_pass_auteur' => 'Impossible de modifier le mot de passe.', # MODIF |
|
| 129 | - 'info_1_article' => '1 article', |
|
| 130 | - 'info_activer_cookie' => 'Que podetz activar un <b>cookie de correspondéncia</b>; aquò que’vs permeterà de passar aisit deu sit public au sit privat.', |
|
| 131 | - 'info_administrateur' => 'Administrator', |
|
| 132 | - 'info_administrateur_1' => 'Administrator', |
|
| 133 | - 'info_administrateur_2' => 'deu sit(<i>d’utilizar dab precaucion</i>)', |
|
| 134 | - 'info_administrateur_site_01' => 'S’ètz administrator/tritz deu sit, volhatz', |
|
| 135 | - 'info_administrateur_site_02' => 'clicar aqueth ligam', |
|
| 136 | - 'info_administrateurs' => 'Administrators', |
|
| 137 | - 'info_administrer_rubrique' => 'Que podetz administrar aquera rubrica', |
|
| 138 | - 'info_adresse' => 'a l’adreiça:', |
|
| 139 | - 'info_adresse_url' => 'Adreiça (URL) deu sit public', |
|
| 140 | - 'info_aide_en_ligne' => 'Ajuda en linha SPIP', |
|
| 141 | - 'info_ajout_image' => 'Quan ajustatz imatges com estacaments juntats a un article, SPIP que pòt crear automaticament entà vos vinhetas (miniaturas) deus imatges inserits. Aquò que permet per exemple de crear automaticament ua galaria o un pòrtfòlio.', |
|
| 142 | - 'info_ajouter_rubrique' => 'Ajustar ua auta rubrica d’administrar:', |
|
| 143 | - 'info_annonce_nouveautes' => 'Anonci de las nautats', |
|
| 144 | - 'info_article' => 'article', |
|
| 145 | - 'info_article_2' => 'articles', |
|
| 146 | - 'info_article_a_paraitre' => 'Los articles pòstdatats per paréisher', |
|
| 147 | - 'info_articles_02' => 'articles', |
|
| 148 | - 'info_articles_2' => 'Articles', |
|
| 149 | - 'info_articles_auteur' => 'Los articles d’aqueth autor', |
|
| 150 | - 'info_articles_trouves' => 'Articles trobats', |
|
| 151 | - 'info_attente_validation' => 'Los vòstes articles en espèra de validacion', |
|
| 152 | - 'info_aujourdhui' => 'uei:', |
|
| 153 | - 'info_auteurs' => 'Los autors', |
|
| 154 | - 'info_auteurs_par_tri' => 'autors@partri@', |
|
| 155 | - 'info_auteurs_trouves' => 'Autors trobats', |
|
| 156 | - 'info_authentification_externe' => 'Autentificacion extèrna', |
|
| 157 | - 'info_avertissement' => 'Avís', |
|
| 158 | - 'info_base_installee' => 'L’estructura de la vòsta basa de dadas qu’ei installada.', |
|
| 159 | - 'info_chapeau' => 'Capèth', |
|
| 160 | - 'info_chapeau_2' => 'Capèth:', |
|
| 161 | - 'info_chemin_acces_1' => 'Opcions: <b>camin d’accès dens l’annuari</b>', |
|
| 162 | - 'info_chemin_acces_2' => 'Ara que devetz configurar lo camin d’accès a las informacions dens l’annuari.', |
|
| 163 | - 'info_chemin_acces_annuaire' => 'Opcions:<b>camin d’accès dens l’annuari', |
|
| 164 | - 'info_choix_base' => 'Tresau estapa:', |
|
| 165 | - 'info_classement_1' => '<sup>èr</sup> de @liste@', |
|
| 166 | - 'info_classement_2' => '<sup>au</sup> de @liste@', |
|
| 167 | - 'info_code_acces' => 'N’oblidetz pas los vòstes còdes d’accès pròpis!', |
|
| 168 | - 'info_config_suivi' => 'S’aquera adreiça correspond a ua lista de corrièr, que podetz indicar ça devath l’adreiça on los participants au sit e pòden inscrive’s. Aquera adreiça que pòt estar ua URL (per exemple la pagina d’inscripcion a la lista peu web), o ua adreiça e-mail tienent un subjècte especific (per exemple: <tt>@adresse_suivi@?subject=subscribe</tt>):', |
|
| 169 | - 'info_config_suivi_explication' => 'Que podetz arrecéber automaticament, per e-mail, los anoncis pertocant l’activitat editoriau d’aqueth sit. Tà aquò har, que’vs podetz abonar a la lista de corrièr seguenta:', |
|
| 170 | - 'info_confirmer_passe' => 'Confirmar aqueth mot de santa Clara navèth:', |
|
| 171 | - 'info_connexion_base' => 'Dusau estapa: <b>Ensai de connexion a la basa</b>', |
|
| 172 | - 'info_connexion_ldap_ok' => 'La connexion LDAP que s’i ei escaduda.</b><p> Que podetz passar a l’estapa seguenta.', # MODIF |
|
| 173 | - 'info_connexion_mysql' => 'Permèra estapa:<b>La vòsta connexion SQL</b>', |
|
| 174 | - 'info_connexion_ok' => 'La connexion que s’i ei escaduda.', |
|
| 175 | - 'info_contact' => 'Contacte', |
|
| 176 | - 'info_contenu_articles' => 'Contengut deus articles', |
|
| 177 | - 'info_creation_paragraphe' => '(Entà crear paragrafs, que sufís que deishetz linhas vueidas.)', # MODIF |
|
| 178 | - 'info_creation_rubrique' => 'Abans de poder escríver articles,<br /> que devetz crear aumensh ua rubrica.<br />', |
|
| 179 | - 'info_creation_tables' => 'Quatau estapa: <b>Creacion de las taulas de la basa</b>', |
|
| 180 | - 'info_creer_base' => '<b>Crear</b> ua basa de dadas navèra:', |
|
| 181 | - 'info_dans_rubrique' => 'Dens la rubrica:', |
|
| 182 | - 'info_date_publication_anterieure' => 'Data anteriora de publicacion:', |
|
| 183 | - 'info_date_referencement' => 'DATA DE REFERÉNCIAMENT D’AQUETH SIT:', |
|
| 184 | - 'info_derniere_etape' => 'Darrèra estapa: <b>Qu’ei acabat!', |
|
| 185 | - 'info_descriptif' => 'Descriptiu:', |
|
| 186 | - 'info_discussion_cours' => 'Discussions en cors', |
|
| 187 | - 'info_ecrire_article' => 'Abans de poder escríver articles, que’vs cau crear aumensh ua rubrica.', |
|
| 188 | - 'info_email_envoi' => 'Adreiça e-mail de mandadís (opcionau)', |
|
| 189 | - 'info_email_envoi_txt' => 'Indicatz ací l’adreiça d’utilizar tà enviar los e-mails (a fauta d’aquò, que s’utilizarà l’adreiça destinatari com adreiça de mandadís):', |
|
| 190 | - 'info_email_webmestre' => 'Adreiça e-mail deu responsable deu sit (opcionau)', # MODIF |
|
| 191 | - 'info_envoi_email_automatique' => 'Mandadís d’e-mails automatics', |
|
| 192 | - 'info_envoyer_maintenant' => 'Mandar ara', |
|
| 193 | - 'info_etape_suivante' => 'Passar a l’estapa seguenta', |
|
| 194 | - 'info_etape_suivante_1' => 'Que podetz passar a l’estapa seguenta.', |
|
| 195 | - 'info_etape_suivante_2' => 'Que podetz passar a l’estapa seguenta.', |
|
| 196 | - 'info_exportation_base' => 'exportacion de la basa de cap tà @archive@', |
|
| 197 | - 'info_facilite_suivi_activite' => 'Tà facilitar lo seguit de l’activitat editoriau deu sit, SPIP que’vs pòt hornir per e-mail, per exemple a ua lista de corrièr deus redactors, l’anonci de las demandas de publicacion e de las validacions d’articles.', |
|
| 198 | - 'info_fichiers_authent' => 'Fichièrs d’autentificacion « .htpasswd »', |
|
| 199 | - 'info_forums_abo_invites' => 'Lo vòste sit web que horneish forums entaus abonats; dens lo sit public los vesitaires que son convidats a registrà’s.', |
|
| 200 | - 'info_gauche_admin_tech' => '<b>A aquera pagina, sonque los responsables deu sit qu’i pòden accedir.</b><p> Que permet de trobar las diferentas foncions de mantienença tecnica. Daubuas qu’implican un procès d’autentificacion especific que necessita un accès FTP au sit web.', # MODIF |
|
| 201 | - 'info_gauche_admin_vider' => '<b>A aquera pagina, sonque los responsables deu sit qu’i pòden accedir.</b><p> Que permet de trobar las diferentas foncions de mantienença tecnica. Daubuas qu’implican un procès d’autentificacion especific que necessita un accès FTP au sit web.', # MODIF |
|
| 202 | - 'info_gauche_auteurs' => 'Que trobaratz ací tots los autors deu sit. La color de las icònas que n’indica l’estatut (administrator = verd; redactor = jaune).', |
|
| 203 | - 'info_gauche_auteurs_exterieurs' => 'Los autors exteriors, shens accès au sit, que son indicats per ua icòna blava; los autors esfaçats per ua caisha de las dèishas.', # MODIF |
|
| 204 | - 'info_gauche_messagerie' => 'La messatjaria que’vs permet d’escambiar messatges entre redactors, de servar mementos (tau vòste usatge personau) o d’afichar anoncis sus la pagina d’arcuelh de l’espaci privat (s’ètz administrator/tritz).', |
|
| 205 | - 'info_gauche_statistiques_referers' => 'Aquera pagina que presenta la lista deus <i>referiders</i>, qu’ei a díser deus sits qui contienen ligams miant de cap tau vòste quite sit, mes unicament ièr e uei: aquera lista que s’actualiza cada 24 òras.', |
|
| 206 | - 'info_gauche_visiteurs_enregistres' => 'Que trobaratz aquí los vesitaires registrats |
|
| 97 | + // I |
|
| 98 | + 'ical_info1' => 'Aquera pagina que muisha metòdes diferents entà demorar en contacte dab la vita d’aqueth sit.', |
|
| 99 | + 'ical_info2' => 'Tà tiéner mei informacions suber aqueras tecnicas, n’esitetz pas de consultar <a href="@spipnet@">la documentacion d’SPIP</a>.', # MODIF |
|
| 100 | + 'ical_info_calendrier' => 'Que i a dus calendèrs a la vòsta disposicion. Lo permèr qu’ei un plan deu sit qui anóncia tots los articles publicats. Lo segond que contien los anoncis editoriaus en mei deus vòstes darrèrs messatges privats: que vs’ei reservat gràcias a ua clau personau, qui podetz modificar en tot moment en renovant lo vòste mot de santa Clara. ', |
|
| 101 | + 'ical_methode_http' => 'Telecargament', |
|
| 102 | + 'ical_methode_webcal' => 'Sincronizacion (webcal://)', # MODIF |
|
| 103 | + 'ical_texte_js' => 'Los articles publicats en aqueth sit que’s pòden afichar aisit, dens tots los sits vòstes, en har servir ua linha javascript. ', |
|
| 104 | + 'ical_texte_prive' => 'Aqueth calendèr, d’us estrictament personau, que vs’informa de l’activitat editoriau privada d’aqueth sit (òbras e rendetz-vos personaus, articles e brèvas prepausats...).', |
|
| 105 | + 'ical_texte_public' => 'Aqueth calendèr que’vs permet de seguir l’activitat publica d’aqueth sit (articles e brèvas publicats).', |
|
| 106 | + 'ical_texte_rss' => 'Que podetz sindicar las nautats d’aqueste sit dens quin legider de fichièrs que sia en format XML/RSS (Rich Site Summary). Qu’ei tanben lo format qui permet a SPIP de legir las nautats publicadas dens autes sits en utilizar un format d’escambi compatible (sits sindicats). ', |
|
| 107 | + 'ical_titre_js' => 'Javascript', |
|
| 108 | + 'ical_titre_mailing' => 'Lista de corrièr', |
|
| 109 | + 'ical_titre_rss' => 'Fichièrs «backend»', |
|
| 110 | + 'icone_activer_cookie' => 'Activar lo cookie de correspondéncia', |
|
| 111 | + 'icone_afficher_auteurs' => 'Afichar los autors', |
|
| 112 | + 'icone_afficher_visiteurs' => 'Afichar los vesitaires', |
|
| 113 | + 'icone_arret_discussion' => 'Quitar aquera discussion', |
|
| 114 | + 'icone_calendrier' => 'Calendèr', |
|
| 115 | + 'icone_creer_auteur' => 'Crear un autor nau e associà’u a aqueth article', |
|
| 116 | + 'icone_creer_mot_cle' => 'Crear un mot clau nau e ligà’u a aqueth article', |
|
| 117 | + 'icone_creer_rubrique_2' => 'Crear ua rubrica nava', |
|
| 118 | + 'icone_modifier_article' => 'Modificar aqueth article', |
|
| 119 | + 'icone_modifier_rubrique' => 'Modificar aquera rubrica', |
|
| 120 | + 'icone_retour' => 'Tornar', |
|
| 121 | + 'icone_retour_article' => 'Tornar a l’article', |
|
| 122 | + 'icone_supprimer_cookie' => 'Suprimir lo cookie de correspondéncia', |
|
| 123 | + 'icone_supprimer_rubrique' => 'Suprimir aquera rubrica', |
|
| 124 | + 'icone_supprimer_signature' => 'Suprimir aquera signatura', |
|
| 125 | + 'icone_valider_signature' => 'Validar aquera signatura', |
|
| 126 | + 'image_administrer_rubrique' => 'Que podetz administrar aquera rubrica', |
|
| 127 | + 'impossible_modifier_login_auteur' => 'Impossible de modifier le login.', # MODIF |
|
| 128 | + 'impossible_modifier_pass_auteur' => 'Impossible de modifier le mot de passe.', # MODIF |
|
| 129 | + 'info_1_article' => '1 article', |
|
| 130 | + 'info_activer_cookie' => 'Que podetz activar un <b>cookie de correspondéncia</b>; aquò que’vs permeterà de passar aisit deu sit public au sit privat.', |
|
| 131 | + 'info_administrateur' => 'Administrator', |
|
| 132 | + 'info_administrateur_1' => 'Administrator', |
|
| 133 | + 'info_administrateur_2' => 'deu sit(<i>d’utilizar dab precaucion</i>)', |
|
| 134 | + 'info_administrateur_site_01' => 'S’ètz administrator/tritz deu sit, volhatz', |
|
| 135 | + 'info_administrateur_site_02' => 'clicar aqueth ligam', |
|
| 136 | + 'info_administrateurs' => 'Administrators', |
|
| 137 | + 'info_administrer_rubrique' => 'Que podetz administrar aquera rubrica', |
|
| 138 | + 'info_adresse' => 'a l’adreiça:', |
|
| 139 | + 'info_adresse_url' => 'Adreiça (URL) deu sit public', |
|
| 140 | + 'info_aide_en_ligne' => 'Ajuda en linha SPIP', |
|
| 141 | + 'info_ajout_image' => 'Quan ajustatz imatges com estacaments juntats a un article, SPIP que pòt crear automaticament entà vos vinhetas (miniaturas) deus imatges inserits. Aquò que permet per exemple de crear automaticament ua galaria o un pòrtfòlio.', |
|
| 142 | + 'info_ajouter_rubrique' => 'Ajustar ua auta rubrica d’administrar:', |
|
| 143 | + 'info_annonce_nouveautes' => 'Anonci de las nautats', |
|
| 144 | + 'info_article' => 'article', |
|
| 145 | + 'info_article_2' => 'articles', |
|
| 146 | + 'info_article_a_paraitre' => 'Los articles pòstdatats per paréisher', |
|
| 147 | + 'info_articles_02' => 'articles', |
|
| 148 | + 'info_articles_2' => 'Articles', |
|
| 149 | + 'info_articles_auteur' => 'Los articles d’aqueth autor', |
|
| 150 | + 'info_articles_trouves' => 'Articles trobats', |
|
| 151 | + 'info_attente_validation' => 'Los vòstes articles en espèra de validacion', |
|
| 152 | + 'info_aujourdhui' => 'uei:', |
|
| 153 | + 'info_auteurs' => 'Los autors', |
|
| 154 | + 'info_auteurs_par_tri' => 'autors@partri@', |
|
| 155 | + 'info_auteurs_trouves' => 'Autors trobats', |
|
| 156 | + 'info_authentification_externe' => 'Autentificacion extèrna', |
|
| 157 | + 'info_avertissement' => 'Avís', |
|
| 158 | + 'info_base_installee' => 'L’estructura de la vòsta basa de dadas qu’ei installada.', |
|
| 159 | + 'info_chapeau' => 'Capèth', |
|
| 160 | + 'info_chapeau_2' => 'Capèth:', |
|
| 161 | + 'info_chemin_acces_1' => 'Opcions: <b>camin d’accès dens l’annuari</b>', |
|
| 162 | + 'info_chemin_acces_2' => 'Ara que devetz configurar lo camin d’accès a las informacions dens l’annuari.', |
|
| 163 | + 'info_chemin_acces_annuaire' => 'Opcions:<b>camin d’accès dens l’annuari', |
|
| 164 | + 'info_choix_base' => 'Tresau estapa:', |
|
| 165 | + 'info_classement_1' => '<sup>èr</sup> de @liste@', |
|
| 166 | + 'info_classement_2' => '<sup>au</sup> de @liste@', |
|
| 167 | + 'info_code_acces' => 'N’oblidetz pas los vòstes còdes d’accès pròpis!', |
|
| 168 | + 'info_config_suivi' => 'S’aquera adreiça correspond a ua lista de corrièr, que podetz indicar ça devath l’adreiça on los participants au sit e pòden inscrive’s. Aquera adreiça que pòt estar ua URL (per exemple la pagina d’inscripcion a la lista peu web), o ua adreiça e-mail tienent un subjècte especific (per exemple: <tt>@adresse_suivi@?subject=subscribe</tt>):', |
|
| 169 | + 'info_config_suivi_explication' => 'Que podetz arrecéber automaticament, per e-mail, los anoncis pertocant l’activitat editoriau d’aqueth sit. Tà aquò har, que’vs podetz abonar a la lista de corrièr seguenta:', |
|
| 170 | + 'info_confirmer_passe' => 'Confirmar aqueth mot de santa Clara navèth:', |
|
| 171 | + 'info_connexion_base' => 'Dusau estapa: <b>Ensai de connexion a la basa</b>', |
|
| 172 | + 'info_connexion_ldap_ok' => 'La connexion LDAP que s’i ei escaduda.</b><p> Que podetz passar a l’estapa seguenta.', # MODIF |
|
| 173 | + 'info_connexion_mysql' => 'Permèra estapa:<b>La vòsta connexion SQL</b>', |
|
| 174 | + 'info_connexion_ok' => 'La connexion que s’i ei escaduda.', |
|
| 175 | + 'info_contact' => 'Contacte', |
|
| 176 | + 'info_contenu_articles' => 'Contengut deus articles', |
|
| 177 | + 'info_creation_paragraphe' => '(Entà crear paragrafs, que sufís que deishetz linhas vueidas.)', # MODIF |
|
| 178 | + 'info_creation_rubrique' => 'Abans de poder escríver articles,<br /> que devetz crear aumensh ua rubrica.<br />', |
|
| 179 | + 'info_creation_tables' => 'Quatau estapa: <b>Creacion de las taulas de la basa</b>', |
|
| 180 | + 'info_creer_base' => '<b>Crear</b> ua basa de dadas navèra:', |
|
| 181 | + 'info_dans_rubrique' => 'Dens la rubrica:', |
|
| 182 | + 'info_date_publication_anterieure' => 'Data anteriora de publicacion:', |
|
| 183 | + 'info_date_referencement' => 'DATA DE REFERÉNCIAMENT D’AQUETH SIT:', |
|
| 184 | + 'info_derniere_etape' => 'Darrèra estapa: <b>Qu’ei acabat!', |
|
| 185 | + 'info_descriptif' => 'Descriptiu:', |
|
| 186 | + 'info_discussion_cours' => 'Discussions en cors', |
|
| 187 | + 'info_ecrire_article' => 'Abans de poder escríver articles, que’vs cau crear aumensh ua rubrica.', |
|
| 188 | + 'info_email_envoi' => 'Adreiça e-mail de mandadís (opcionau)', |
|
| 189 | + 'info_email_envoi_txt' => 'Indicatz ací l’adreiça d’utilizar tà enviar los e-mails (a fauta d’aquò, que s’utilizarà l’adreiça destinatari com adreiça de mandadís):', |
|
| 190 | + 'info_email_webmestre' => 'Adreiça e-mail deu responsable deu sit (opcionau)', # MODIF |
|
| 191 | + 'info_envoi_email_automatique' => 'Mandadís d’e-mails automatics', |
|
| 192 | + 'info_envoyer_maintenant' => 'Mandar ara', |
|
| 193 | + 'info_etape_suivante' => 'Passar a l’estapa seguenta', |
|
| 194 | + 'info_etape_suivante_1' => 'Que podetz passar a l’estapa seguenta.', |
|
| 195 | + 'info_etape_suivante_2' => 'Que podetz passar a l’estapa seguenta.', |
|
| 196 | + 'info_exportation_base' => 'exportacion de la basa de cap tà @archive@', |
|
| 197 | + 'info_facilite_suivi_activite' => 'Tà facilitar lo seguit de l’activitat editoriau deu sit, SPIP que’vs pòt hornir per e-mail, per exemple a ua lista de corrièr deus redactors, l’anonci de las demandas de publicacion e de las validacions d’articles.', |
|
| 198 | + 'info_fichiers_authent' => 'Fichièrs d’autentificacion « .htpasswd »', |
|
| 199 | + 'info_forums_abo_invites' => 'Lo vòste sit web que horneish forums entaus abonats; dens lo sit public los vesitaires que son convidats a registrà’s.', |
|
| 200 | + 'info_gauche_admin_tech' => '<b>A aquera pagina, sonque los responsables deu sit qu’i pòden accedir.</b><p> Que permet de trobar las diferentas foncions de mantienença tecnica. Daubuas qu’implican un procès d’autentificacion especific que necessita un accès FTP au sit web.', # MODIF |
|
| 201 | + 'info_gauche_admin_vider' => '<b>A aquera pagina, sonque los responsables deu sit qu’i pòden accedir.</b><p> Que permet de trobar las diferentas foncions de mantienença tecnica. Daubuas qu’implican un procès d’autentificacion especific que necessita un accès FTP au sit web.', # MODIF |
|
| 202 | + 'info_gauche_auteurs' => 'Que trobaratz ací tots los autors deu sit. La color de las icònas que n’indica l’estatut (administrator = verd; redactor = jaune).', |
|
| 203 | + 'info_gauche_auteurs_exterieurs' => 'Los autors exteriors, shens accès au sit, que son indicats per ua icòna blava; los autors esfaçats per ua caisha de las dèishas.', # MODIF |
|
| 204 | + 'info_gauche_messagerie' => 'La messatjaria que’vs permet d’escambiar messatges entre redactors, de servar mementos (tau vòste usatge personau) o d’afichar anoncis sus la pagina d’arcuelh de l’espaci privat (s’ètz administrator/tritz).', |
|
| 205 | + 'info_gauche_statistiques_referers' => 'Aquera pagina que presenta la lista deus <i>referiders</i>, qu’ei a díser deus sits qui contienen ligams miant de cap tau vòste quite sit, mes unicament ièr e uei: aquera lista que s’actualiza cada 24 òras.', |
|
| 206 | + 'info_gauche_visiteurs_enregistres' => 'Que trobaratz aquí los vesitaires registrats |
|
| 207 | 207 | dens l’espaci public deu sit (forums dab abonament).', |
| 208 | - 'info_generation_miniatures_images' => 'Congreacion de miniaturas deus imatges', |
|
| 209 | - 'info_hebergeur_desactiver_envoi_email' => 'Daubuns aubergaders que desactivan lo mandadís automatic |
|
| 208 | + 'info_generation_miniatures_images' => 'Congreacion de miniaturas deus imatges', |
|
| 209 | + 'info_hebergeur_desactiver_envoi_email' => 'Daubuns aubergaders que desactivan lo mandadís automatic |
|
| 210 | 210 | d’e-mails dempuish los lors serviders. En aqueth cas, las foncionalitats seguentas |
| 211 | 211 | d’SPIP non foncionaràn pas.', |
| 212 | - 'info_hier' => 'gèr:', |
|
| 213 | - 'info_identification_publique' => 'La vòsta identitat publica...', |
|
| 214 | - 'info_image_process' => 'Volhatz seleccionar lo melhor metòde de fabricacion de las vinhetas en clicar sus l’imatge correspondent.', |
|
| 215 | - 'info_image_process2' => '<b>N.B.</b> <i>Se nat imatge n’apareish pas, alavetz lo servider qu’aubèrga lo vòste sit non l’an pas configurat entà utilizar aisinas taus. Se desiratz d’utilizar aqueras foncions, contactatz lo responsable tecnic e demandatz las extensions «GD» o «Imagick».</i>', # MODIF |
|
| 216 | - 'info_images_auto' => 'Imatges calculats automaticament', |
|
| 217 | - 'info_informations_personnelles' => 'Cincau estapa: <b>Informacions personaus</b>', |
|
| 218 | - 'info_inscription_automatique' => 'Inscripcion automatica de redactors navèths', |
|
| 219 | - 'info_jeu_caractere' => 'Jòc de caractèrs deu sit', |
|
| 220 | - 'info_jours' => 'dias', |
|
| 221 | - 'info_laisser_champs_vides' => 'deishar aqueths camps vueids)', |
|
| 222 | - 'info_langues' => 'Lengas deu sit', |
|
| 223 | - 'info_ldap_ok' => 'L’autentificacion LDAP qu’ei installada.', |
|
| 224 | - 'info_lien_hypertexte' => 'Ligam ipertèxt:', |
|
| 225 | - 'info_liste_redacteurs_connectes' => 'Tèra deus redactors connectats', |
|
| 226 | - 'info_login_existant' => 'Aqueth login ja qu’existeish.', |
|
| 227 | - 'info_login_trop_court' => 'Login tròp cort.', |
|
| 228 | - 'info_maximum' => 'maximum:', |
|
| 229 | - 'info_meme_rubrique' => 'Dens la medisha rubrica', |
|
| 230 | - 'info_message_en_redaction' => 'Los vòstes messatges en cors de redaccion', |
|
| 231 | - 'info_message_technique' => 'Messatge tecnic:', |
|
| 232 | - 'info_messagerie_interne' => 'Messatjaria intèrna', |
|
| 233 | - 'info_mise_a_niveau_base' => 'Hicada a nivèu de la vòsta basa SQL', |
|
| 234 | - 'info_mise_a_niveau_base_2' => '{{Atencion!}} Qu’avetz installada ua version |
|
| 212 | + 'info_hier' => 'gèr:', |
|
| 213 | + 'info_identification_publique' => 'La vòsta identitat publica...', |
|
| 214 | + 'info_image_process' => 'Volhatz seleccionar lo melhor metòde de fabricacion de las vinhetas en clicar sus l’imatge correspondent.', |
|
| 215 | + 'info_image_process2' => '<b>N.B.</b> <i>Se nat imatge n’apareish pas, alavetz lo servider qu’aubèrga lo vòste sit non l’an pas configurat entà utilizar aisinas taus. Se desiratz d’utilizar aqueras foncions, contactatz lo responsable tecnic e demandatz las extensions «GD» o «Imagick».</i>', # MODIF |
|
| 216 | + 'info_images_auto' => 'Imatges calculats automaticament', |
|
| 217 | + 'info_informations_personnelles' => 'Cincau estapa: <b>Informacions personaus</b>', |
|
| 218 | + 'info_inscription_automatique' => 'Inscripcion automatica de redactors navèths', |
|
| 219 | + 'info_jeu_caractere' => 'Jòc de caractèrs deu sit', |
|
| 220 | + 'info_jours' => 'dias', |
|
| 221 | + 'info_laisser_champs_vides' => 'deishar aqueths camps vueids)', |
|
| 222 | + 'info_langues' => 'Lengas deu sit', |
|
| 223 | + 'info_ldap_ok' => 'L’autentificacion LDAP qu’ei installada.', |
|
| 224 | + 'info_lien_hypertexte' => 'Ligam ipertèxt:', |
|
| 225 | + 'info_liste_redacteurs_connectes' => 'Tèra deus redactors connectats', |
|
| 226 | + 'info_login_existant' => 'Aqueth login ja qu’existeish.', |
|
| 227 | + 'info_login_trop_court' => 'Login tròp cort.', |
|
| 228 | + 'info_maximum' => 'maximum:', |
|
| 229 | + 'info_meme_rubrique' => 'Dens la medisha rubrica', |
|
| 230 | + 'info_message_en_redaction' => 'Los vòstes messatges en cors de redaccion', |
|
| 231 | + 'info_message_technique' => 'Messatge tecnic:', |
|
| 232 | + 'info_messagerie_interne' => 'Messatjaria intèrna', |
|
| 233 | + 'info_mise_a_niveau_base' => 'Hicada a nivèu de la vòsta basa SQL', |
|
| 234 | + 'info_mise_a_niveau_base_2' => '{{Atencion!}} Qu’avetz installada ua version |
|
| 235 | 235 | deus fichièrs SPIP {anteriora} a la qui i avèva |
| 236 | 236 | abans sus aqueste sit: que riscatz de pèrder la vòsta basa de dadas |
| 237 | 237 | e lo vòste sit non foncionarà plus.<br />{{Tornatz installar los |
| 238 | 238 | fichièrs d’SPIP.}}', |
| 239 | - 'info_modifier_rubrique' => 'Modificar la rubrica:', |
|
| 240 | - 'info_modifier_titre' => 'Modificar: @titre@', |
|
| 241 | - 'info_mon_site_spip' => 'Lo men sit SPIP', |
|
| 242 | - 'info_moyenne' => 'mejana:', |
|
| 243 | - 'info_multi_cet_article' => 'Lenga d’aqueste article:', |
|
| 244 | - 'info_multi_langues_choisies' => 'Volhatz seleccionar ça devath las lengas qui son a posita deus redactors deu vòste sit. |
|
| 239 | + 'info_modifier_rubrique' => 'Modificar la rubrica:', |
|
| 240 | + 'info_modifier_titre' => 'Modificar: @titre@', |
|
| 241 | + 'info_mon_site_spip' => 'Lo men sit SPIP', |
|
| 242 | + 'info_moyenne' => 'mejana:', |
|
| 243 | + 'info_multi_cet_article' => 'Lenga d’aqueste article:', |
|
| 244 | + 'info_multi_langues_choisies' => 'Volhatz seleccionar ça devath las lengas qui son a posita deus redactors deu vòste sit. |
|
| 245 | 245 | Las lengas ja emplegadas dens lo vòste sit (afichadas en permèras) ne’s pòden pas desactivar.', |
| 246 | - 'info_multi_secteurs' => '... sonque tà las rubricas a l’arradit deu sit?', |
|
| 247 | - 'info_nom' => 'Nom', |
|
| 248 | - 'info_nom_destinataire' => 'Nom deu destinatari', |
|
| 249 | - 'info_nom_site' => 'Nom deu vòste sit', |
|
| 250 | - 'info_nombre_articles' => '@nb_articles@ articles,', |
|
| 251 | - 'info_nombre_rubriques' => '@nb_rubriques@ rubricas,', |
|
| 252 | - 'info_nombre_sites' => '@nb_sites@ sits,', |
|
| 253 | - 'info_non_deplacer' => 'De non desplaçar pas...', |
|
| 254 | - 'info_non_envoi_annonce_dernieres_nouveautes' => 'SPIP que pòt mandar, regularament, l’anonci de las darrèras nautats deu sit |
|
| 246 | + 'info_multi_secteurs' => '... sonque tà las rubricas a l’arradit deu sit?', |
|
| 247 | + 'info_nom' => 'Nom', |
|
| 248 | + 'info_nom_destinataire' => 'Nom deu destinatari', |
|
| 249 | + 'info_nom_site' => 'Nom deu vòste sit', |
|
| 250 | + 'info_nombre_articles' => '@nb_articles@ articles,', |
|
| 251 | + 'info_nombre_rubriques' => '@nb_rubriques@ rubricas,', |
|
| 252 | + 'info_nombre_sites' => '@nb_sites@ sits,', |
|
| 253 | + 'info_non_deplacer' => 'De non desplaçar pas...', |
|
| 254 | + 'info_non_envoi_annonce_dernieres_nouveautes' => 'SPIP que pòt mandar, regularament, l’anonci de las darrèras nautats deu sit |
|
| 255 | 255 | (articles e brèvas publicats recentament).', |
| 256 | - 'info_non_envoi_liste_nouveautes' => 'Non mandar pas la tèra de las nautats', |
|
| 257 | - 'info_non_modifiable' => 'ne’s pòt pas modificar', |
|
| 258 | - 'info_non_suppression_mot_cle' => 'Non vòi pas suprimir aqueth mot clau.', |
|
| 259 | - 'info_notes' => 'Nòtas', |
|
| 260 | - 'info_nouvel_article' => 'Article nau', |
|
| 261 | - 'info_nouvelle_traduction' => 'Arrevirada nava:', |
|
| 262 | - 'info_numero_article' => 'ARTICLE NUMÈRO:', |
|
| 263 | - 'info_obligatoire_02' => '[Obligatòri]', # MODIF |
|
| 264 | - 'info_option_accepter_visiteurs' => 'Acceptar l’inscripcion deus vesitaires deu sit public', |
|
| 265 | - 'info_option_ne_pas_accepter_visiteurs' => 'Arrefusar l’inscripcion de vesitaires', |
|
| 266 | - 'info_options_avancees' => 'OPCIONS AVANÇADAS', |
|
| 267 | - 'info_ou' => 'o... ', |
|
| 268 | - 'info_page_interdite' => 'Pagina proïbida', |
|
| 269 | - 'info_par_nombre_article' => '(per nombre d’articles)', |
|
| 270 | - 'info_passe_trop_court' => 'Mot de santa Clara tròp cort.', |
|
| 271 | - 'info_passes_identiques' => 'Los dus mots de santa Clara non son pas identics.', |
|
| 272 | - 'info_plus_cinq_car' => 'mei de 5 caractèrs', |
|
| 273 | - 'info_plus_cinq_car_2' => '(mei de 5 caractèrs)', |
|
| 274 | - 'info_plus_trois_car' => '(mei de 3 caractèrs)', |
|
| 275 | - 'info_popularite' => 'popularitat: @popularite@; vesitas: @visites@', |
|
| 276 | - 'info_post_scriptum' => 'Post-scriptum', |
|
| 277 | - 'info_post_scriptum_2' => 'Post-scriptum:', |
|
| 278 | - 'info_pour' => 'entà', |
|
| 279 | - 'info_preview_texte' => 'Qu’ei possible de previsualizar lo sit com s’avèvan publicat tots los articles e brèvas (qui tienen aumensh l’estatut "prepausat"). E la cau obrir, aquera possibilitat, aus administrators sonque, a tots los redactors, o non pas a degun?', # MODIF |
|
| 280 | - 'info_procedez_par_etape' => 'proceditz estapa per estapa', |
|
| 281 | - 'info_procedure_maj_version' => 'Que cau lançar la procedura d’actualizacion tà adaptar |
|
| 256 | + 'info_non_envoi_liste_nouveautes' => 'Non mandar pas la tèra de las nautats', |
|
| 257 | + 'info_non_modifiable' => 'ne’s pòt pas modificar', |
|
| 258 | + 'info_non_suppression_mot_cle' => 'Non vòi pas suprimir aqueth mot clau.', |
|
| 259 | + 'info_notes' => 'Nòtas', |
|
| 260 | + 'info_nouvel_article' => 'Article nau', |
|
| 261 | + 'info_nouvelle_traduction' => 'Arrevirada nava:', |
|
| 262 | + 'info_numero_article' => 'ARTICLE NUMÈRO:', |
|
| 263 | + 'info_obligatoire_02' => '[Obligatòri]', # MODIF |
|
| 264 | + 'info_option_accepter_visiteurs' => 'Acceptar l’inscripcion deus vesitaires deu sit public', |
|
| 265 | + 'info_option_ne_pas_accepter_visiteurs' => 'Arrefusar l’inscripcion de vesitaires', |
|
| 266 | + 'info_options_avancees' => 'OPCIONS AVANÇADAS', |
|
| 267 | + 'info_ou' => 'o... ', |
|
| 268 | + 'info_page_interdite' => 'Pagina proïbida', |
|
| 269 | + 'info_par_nombre_article' => '(per nombre d’articles)', |
|
| 270 | + 'info_passe_trop_court' => 'Mot de santa Clara tròp cort.', |
|
| 271 | + 'info_passes_identiques' => 'Los dus mots de santa Clara non son pas identics.', |
|
| 272 | + 'info_plus_cinq_car' => 'mei de 5 caractèrs', |
|
| 273 | + 'info_plus_cinq_car_2' => '(mei de 5 caractèrs)', |
|
| 274 | + 'info_plus_trois_car' => '(mei de 3 caractèrs)', |
|
| 275 | + 'info_popularite' => 'popularitat: @popularite@; vesitas: @visites@', |
|
| 276 | + 'info_post_scriptum' => 'Post-scriptum', |
|
| 277 | + 'info_post_scriptum_2' => 'Post-scriptum:', |
|
| 278 | + 'info_pour' => 'entà', |
|
| 279 | + 'info_preview_texte' => 'Qu’ei possible de previsualizar lo sit com s’avèvan publicat tots los articles e brèvas (qui tienen aumensh l’estatut "prepausat"). E la cau obrir, aquera possibilitat, aus administrators sonque, a tots los redactors, o non pas a degun?', # MODIF |
|
| 280 | + 'info_procedez_par_etape' => 'proceditz estapa per estapa', |
|
| 281 | + 'info_procedure_maj_version' => 'Que cau lançar la procedura d’actualizacion tà adaptar |
|
| 282 | 282 | la basa de dadas a la version navèra d’SPIP.', |
| 283 | - 'info_ps' => 'P.S.', |
|
| 284 | - 'info_publier' => 'publicar', |
|
| 285 | - 'info_publies' => 'Los vòstes articles publicats en linha', |
|
| 286 | - 'info_question_accepter_visiteurs' => 'S’a las esqueletas deu vòste sit web e’s preved lo registrament de vesitaires shens accès a l’espaci privat, volhatz activar l’opcion seguenta:', |
|
| 287 | - 'info_question_inscription_nouveaux_redacteurs' => 'Acceptatz que redactors navèths e s’inscrívian |
|
| 283 | + 'info_ps' => 'P.S.', |
|
| 284 | + 'info_publier' => 'publicar', |
|
| 285 | + 'info_publies' => 'Los vòstes articles publicats en linha', |
|
| 286 | + 'info_question_accepter_visiteurs' => 'S’a las esqueletas deu vòste sit web e’s preved lo registrament de vesitaires shens accès a l’espaci privat, volhatz activar l’opcion seguenta:', |
|
| 287 | + 'info_question_inscription_nouveaux_redacteurs' => 'Acceptatz que redactors navèths e s’inscrívian |
|
| 288 | 288 | a partir deu sit public? S’ac acceptatz, los vesitaires que’s poiràn inscríver |
| 289 | 289 | mercés a un formulari automatizat e alavetz qu’accediràn a l’espaci privat entà |
| 290 | 290 | perpausar articles.<blockquote><i> Durant la fasa d’inscripcion, los utilizaires que receben un e-mail automatic |
| 291 | 291 | qui’us balha un còde d’accès au sit privat. |
| 292 | 292 | Daubuns aubergaders n’autorizan pas lo mandadís d’e-mails dempuish los lors serviders: en aqueth cas, l’inscripcion automatica qu’ei |
| 293 | 293 | impossibla.', # MODIF |
| 294 | - 'info_qui_edite' => '@nom_auteur_modif@ a travaillé sur ce contenu il y a @date_diff@ minutes', # MODIF |
|
| 295 | - 'info_racine_site' => 'Arradit deu sit', |
|
| 296 | - 'info_recharger_page' => 'Volhatz tornar cargar aquera pagina dens un momenton.', |
|
| 297 | - 'info_recherche_auteur_zero' => '<b>Nat resultat trobat entà "@cherche_auteur@".', |
|
| 298 | - 'info_recommencer' => 'Volhatz tornar començar.', |
|
| 299 | - 'info_redacteur_1' => 'Redactor', |
|
| 300 | - 'info_redacteur_2' => 'qui accedeish a l’espaci privat (<i>recomandat</i>)', |
|
| 301 | - 'info_redacteurs' => 'Redactors', |
|
| 302 | - 'info_redaction_en_cours' => 'EN CORS DE REDACCION', |
|
| 303 | - 'info_redirection' => 'Redireccion', |
|
| 304 | - 'info_refuses' => 'Los vòstes articles arrefusats', |
|
| 305 | - 'info_reglage_ldap' => 'Opcions: <b>Reglatge de l’importacion LDAP</b>', |
|
| 306 | - 'info_renvoi_article' => '<b>Redireccion.</b> Aqueth article que renvia a la pagina:', |
|
| 307 | - 'info_reserve_admin' => 'Sonque los administrators que pòden modificar aquera adreiça.', |
|
| 308 | - 'info_restreindre_rubrique' => 'Restrénher la gestion a la rubrica:', |
|
| 309 | - 'info_resultat_recherche' => 'Resultats de la cèrca:', |
|
| 310 | - 'info_rubriques' => 'Rubricas', |
|
| 311 | - 'info_rubriques_02' => 'rubricas', |
|
| 312 | - 'info_rubriques_trouvees' => 'Rubricas trobadas', |
|
| 313 | - 'info_sans_titre' => 'Shens títol', |
|
| 314 | - 'info_selection_chemin_acces' => '<b>Seleccionatz</b> ça devath lo camin d’accès dens l’annuari:', |
|
| 315 | - 'info_signatures' => 'signaturas', |
|
| 316 | - 'info_site' => 'Sit', |
|
| 317 | - 'info_site_2' => 'sit: ', |
|
| 318 | - 'info_site_min' => 'sit', |
|
| 319 | - 'info_site_reference_2' => 'Sit referenciat', |
|
| 320 | - 'info_site_web' => 'SIT WEB:', # MODIF |
|
| 321 | - 'info_sites' => 'sits', |
|
| 322 | - 'info_sites_lies_mot' => 'Los sits referenciats ligats a aqueth mot clau', |
|
| 323 | - 'info_sites_proxy' => 'Utilizar un proxy', |
|
| 324 | - 'info_sites_trouves' => 'Sits trobats', |
|
| 325 | - 'info_sous_titre' => 'Sostítol:', |
|
| 326 | - 'info_statut_administrateur' => 'Administrator', |
|
| 327 | - 'info_statut_auteur' => 'Estatut d’aqueth autor:', # MODIF |
|
| 328 | - 'info_statut_redacteur' => 'Redactor', |
|
| 329 | - 'info_statut_utilisateurs_1' => 'Estatut predefinit deus utilizaires importats', |
|
| 330 | - 'info_statut_utilisateurs_2' => 'Causitz l’estatut d’atribuir a las personas presentas dens l’annuari LDAP quan e’s connèctan lo permèr còp. Que poiratz puish modificar aqueth estatut entà cada autor un cas per un.', |
|
| 331 | - 'info_suivi_activite' => 'Seguit de l’activitat editoriau', |
|
| 332 | - 'info_surtitre' => 'Subertítol:', |
|
| 333 | - 'info_taille_maximale_vignette' => 'Talha maximau de las vinhetas congreadas peu sistèma:', |
|
| 334 | - 'info_terminer_installation' => 'Ara que podetz acabar la procedura d’installacion estandard.', |
|
| 335 | - 'info_texte' => 'Tèxt', |
|
| 336 | - 'info_texte_explicatif' => 'Tèxt explicatiu', |
|
| 337 | - 'info_texte_long' => '(lo tèxt qu’ei long: qu’apareish doncas en tròç distints qui’s tornaràn colar un còp validats.)', |
|
| 338 | - 'info_texte_message' => 'Tèxt deu vòste messatge:', # MODIF |
|
| 339 | - 'info_texte_message_02' => 'Tèxt deu messatge', |
|
| 340 | - 'info_titre' => 'Títol:', |
|
| 341 | - 'info_total' => 'totau: ', |
|
| 342 | - 'info_tous_articles_en_redaction' => 'Tots los articles en cors de redaccion', |
|
| 343 | - 'info_tous_articles_presents' => 'Tots los articles publicats dens aquera rubrica', |
|
| 344 | - 'info_tous_les' => 'tots los:', |
|
| 345 | - 'info_tout_site' => 'Tot lo sit ', |
|
| 346 | - 'info_tout_site2' => 'N’an pas arrevirat l’article cap tà aquera lenga.', |
|
| 347 | - 'info_tout_site3' => 'Qu’an arrevirat l’article cap tà aquera lenga, mes qu’an portat puish modificacions a l’article de referéncia. Que cau actualizar l’arrevirada.', |
|
| 348 | - 'info_tout_site4' => 'Qu’an arrevirat l’article cap tà aquera lenga, e l’arrevirada qu’ei actualizada.', |
|
| 349 | - 'info_tout_site5' => 'Article originau.', |
|
| 350 | - 'info_tout_site6' => '<b>Atencion:</b> sonque los articles originaus que s’afichan. |
|
| 294 | + 'info_qui_edite' => '@nom_auteur_modif@ a travaillé sur ce contenu il y a @date_diff@ minutes', # MODIF |
|
| 295 | + 'info_racine_site' => 'Arradit deu sit', |
|
| 296 | + 'info_recharger_page' => 'Volhatz tornar cargar aquera pagina dens un momenton.', |
|
| 297 | + 'info_recherche_auteur_zero' => '<b>Nat resultat trobat entà "@cherche_auteur@".', |
|
| 298 | + 'info_recommencer' => 'Volhatz tornar començar.', |
|
| 299 | + 'info_redacteur_1' => 'Redactor', |
|
| 300 | + 'info_redacteur_2' => 'qui accedeish a l’espaci privat (<i>recomandat</i>)', |
|
| 301 | + 'info_redacteurs' => 'Redactors', |
|
| 302 | + 'info_redaction_en_cours' => 'EN CORS DE REDACCION', |
|
| 303 | + 'info_redirection' => 'Redireccion', |
|
| 304 | + 'info_refuses' => 'Los vòstes articles arrefusats', |
|
| 305 | + 'info_reglage_ldap' => 'Opcions: <b>Reglatge de l’importacion LDAP</b>', |
|
| 306 | + 'info_renvoi_article' => '<b>Redireccion.</b> Aqueth article que renvia a la pagina:', |
|
| 307 | + 'info_reserve_admin' => 'Sonque los administrators que pòden modificar aquera adreiça.', |
|
| 308 | + 'info_restreindre_rubrique' => 'Restrénher la gestion a la rubrica:', |
|
| 309 | + 'info_resultat_recherche' => 'Resultats de la cèrca:', |
|
| 310 | + 'info_rubriques' => 'Rubricas', |
|
| 311 | + 'info_rubriques_02' => 'rubricas', |
|
| 312 | + 'info_rubriques_trouvees' => 'Rubricas trobadas', |
|
| 313 | + 'info_sans_titre' => 'Shens títol', |
|
| 314 | + 'info_selection_chemin_acces' => '<b>Seleccionatz</b> ça devath lo camin d’accès dens l’annuari:', |
|
| 315 | + 'info_signatures' => 'signaturas', |
|
| 316 | + 'info_site' => 'Sit', |
|
| 317 | + 'info_site_2' => 'sit: ', |
|
| 318 | + 'info_site_min' => 'sit', |
|
| 319 | + 'info_site_reference_2' => 'Sit referenciat', |
|
| 320 | + 'info_site_web' => 'SIT WEB:', # MODIF |
|
| 321 | + 'info_sites' => 'sits', |
|
| 322 | + 'info_sites_lies_mot' => 'Los sits referenciats ligats a aqueth mot clau', |
|
| 323 | + 'info_sites_proxy' => 'Utilizar un proxy', |
|
| 324 | + 'info_sites_trouves' => 'Sits trobats', |
|
| 325 | + 'info_sous_titre' => 'Sostítol:', |
|
| 326 | + 'info_statut_administrateur' => 'Administrator', |
|
| 327 | + 'info_statut_auteur' => 'Estatut d’aqueth autor:', # MODIF |
|
| 328 | + 'info_statut_redacteur' => 'Redactor', |
|
| 329 | + 'info_statut_utilisateurs_1' => 'Estatut predefinit deus utilizaires importats', |
|
| 330 | + 'info_statut_utilisateurs_2' => 'Causitz l’estatut d’atribuir a las personas presentas dens l’annuari LDAP quan e’s connèctan lo permèr còp. Que poiratz puish modificar aqueth estatut entà cada autor un cas per un.', |
|
| 331 | + 'info_suivi_activite' => 'Seguit de l’activitat editoriau', |
|
| 332 | + 'info_surtitre' => 'Subertítol:', |
|
| 333 | + 'info_taille_maximale_vignette' => 'Talha maximau de las vinhetas congreadas peu sistèma:', |
|
| 334 | + 'info_terminer_installation' => 'Ara que podetz acabar la procedura d’installacion estandard.', |
|
| 335 | + 'info_texte' => 'Tèxt', |
|
| 336 | + 'info_texte_explicatif' => 'Tèxt explicatiu', |
|
| 337 | + 'info_texte_long' => '(lo tèxt qu’ei long: qu’apareish doncas en tròç distints qui’s tornaràn colar un còp validats.)', |
|
| 338 | + 'info_texte_message' => 'Tèxt deu vòste messatge:', # MODIF |
|
| 339 | + 'info_texte_message_02' => 'Tèxt deu messatge', |
|
| 340 | + 'info_titre' => 'Títol:', |
|
| 341 | + 'info_total' => 'totau: ', |
|
| 342 | + 'info_tous_articles_en_redaction' => 'Tots los articles en cors de redaccion', |
|
| 343 | + 'info_tous_articles_presents' => 'Tots los articles publicats dens aquera rubrica', |
|
| 344 | + 'info_tous_les' => 'tots los:', |
|
| 345 | + 'info_tout_site' => 'Tot lo sit ', |
|
| 346 | + 'info_tout_site2' => 'N’an pas arrevirat l’article cap tà aquera lenga.', |
|
| 347 | + 'info_tout_site3' => 'Qu’an arrevirat l’article cap tà aquera lenga, mes qu’an portat puish modificacions a l’article de referéncia. Que cau actualizar l’arrevirada.', |
|
| 348 | + 'info_tout_site4' => 'Qu’an arrevirat l’article cap tà aquera lenga, e l’arrevirada qu’ei actualizada.', |
|
| 349 | + 'info_tout_site5' => 'Article originau.', |
|
| 350 | + 'info_tout_site6' => '<b>Atencion:</b> sonque los articles originaus que s’afichan. |
|
| 351 | 351 | Las arreviradas que s’assòcian a l’originau, |
| 352 | 352 | ua color qu’indica lo lor estat:', |
| 353 | - 'info_travail_colaboratif' => 'Trabalh collaboratiu suus articles', |
|
| 354 | - 'info_un_article' => 'un article, ', |
|
| 355 | - 'info_un_site' => 'un sit, ', |
|
| 356 | - 'info_une_rubrique' => 'ua rubrica, ', |
|
| 357 | - 'info_une_rubrique_02' => '1 rubrica', |
|
| 358 | - 'info_url' => 'URL:', |
|
| 359 | - 'info_urlref' => 'Ligam ipertèxt:', |
|
| 360 | - 'info_utilisation_spip' => 'Ara que podetz començar d’utilizar lo sistèma de publicacion assistida...', |
|
| 361 | - 'info_visites_par_mois' => 'Afichatge per mes:', |
|
| 362 | - 'info_visiteur_1' => 'Vesitaire', |
|
| 363 | - 'info_visiteur_2' => 'deu sit public', |
|
| 364 | - 'info_visiteurs' => 'Vesitaires', |
|
| 365 | - 'info_visiteurs_02' => 'Vesitaires deu sit public', |
|
| 366 | - 'install_echec_annonce' => 'L’installacion que s’i mauescairà, o qu’abotirà a un sit non foncionau...', |
|
| 367 | - 'install_extension_mbstring' => 'SPIP non fonciona pas dab:', |
|
| 368 | - 'install_extension_php_obligatoire' => 'SPIP qu’exigeish l’extension php:', |
|
| 369 | - 'install_select_langue' => 'Seleccionatz ua lenga puish clicatz lo boton «seguent» entà aviar la procedura d’installacion.', |
|
| 370 | - 'intem_redacteur' => 'redactor', |
|
| 371 | - 'item_accepter_inscriptions' => 'Acceptar las inscripcions', |
|
| 372 | - 'item_activer_messages_avertissement' => 'Activar los messatges d’avertiment', |
|
| 373 | - 'item_administrateur_2' => 'administrator', |
|
| 374 | - 'item_afficher_calendrier' => 'Afichar dens lo calendèr', |
|
| 375 | - 'item_choix_administrateurs' => 'los administrators', |
|
| 376 | - 'item_choix_generation_miniature' => 'Congrear automaticament las miniaturas deus imatges.', |
|
| 377 | - 'item_choix_non_generation_miniature' => 'Non congrear pas nada miniatura deus imatges.', |
|
| 378 | - 'item_choix_redacteurs' => 'los redactors', |
|
| 379 | - 'item_choix_visiteurs' => 'los vesitaires deu sit public', |
|
| 380 | - 'item_creer_fichiers_authent' => 'Crear fichièrs .htpasswd', |
|
| 381 | - 'item_login' => 'Login', |
|
| 382 | - 'item_mots_cles_association_articles' => 'aus articles', |
|
| 383 | - 'item_mots_cles_association_rubriques' => 'a las rubricas', |
|
| 384 | - 'item_mots_cles_association_sites' => 'aus sits referenciats o sindicats', |
|
| 385 | - 'item_non' => 'Non', |
|
| 386 | - 'item_non_accepter_inscriptions' => 'N’acceptar pas las inscripcions', |
|
| 387 | - 'item_non_activer_messages_avertissement' => 'Nat messatge d’avertiment', |
|
| 388 | - 'item_non_afficher_calendrier' => 'De non pas afichar dens lo calendèr', |
|
| 389 | - 'item_non_creer_fichiers_authent' => 'Non crear pas aqueths fichièrs', |
|
| 390 | - 'item_non_publier_articles' => 'Non publicar pas los articles abans la data de publicacion prevista.', |
|
| 391 | - 'item_nouvel_auteur' => 'Autor nau', |
|
| 392 | - 'item_nouvelle_rubrique' => 'Rubrica nava', |
|
| 393 | - 'item_oui' => 'Òc', |
|
| 394 | - 'item_publier_articles' => 'Publicar los articles, quina que sia la soa data de publicacion', |
|
| 395 | - 'item_reponse_article' => 'Responsa a l’article', |
|
| 396 | - 'item_visiteur' => 'vesitaire', |
|
| 353 | + 'info_travail_colaboratif' => 'Trabalh collaboratiu suus articles', |
|
| 354 | + 'info_un_article' => 'un article, ', |
|
| 355 | + 'info_un_site' => 'un sit, ', |
|
| 356 | + 'info_une_rubrique' => 'ua rubrica, ', |
|
| 357 | + 'info_une_rubrique_02' => '1 rubrica', |
|
| 358 | + 'info_url' => 'URL:', |
|
| 359 | + 'info_urlref' => 'Ligam ipertèxt:', |
|
| 360 | + 'info_utilisation_spip' => 'Ara que podetz començar d’utilizar lo sistèma de publicacion assistida...', |
|
| 361 | + 'info_visites_par_mois' => 'Afichatge per mes:', |
|
| 362 | + 'info_visiteur_1' => 'Vesitaire', |
|
| 363 | + 'info_visiteur_2' => 'deu sit public', |
|
| 364 | + 'info_visiteurs' => 'Vesitaires', |
|
| 365 | + 'info_visiteurs_02' => 'Vesitaires deu sit public', |
|
| 366 | + 'install_echec_annonce' => 'L’installacion que s’i mauescairà, o qu’abotirà a un sit non foncionau...', |
|
| 367 | + 'install_extension_mbstring' => 'SPIP non fonciona pas dab:', |
|
| 368 | + 'install_extension_php_obligatoire' => 'SPIP qu’exigeish l’extension php:', |
|
| 369 | + 'install_select_langue' => 'Seleccionatz ua lenga puish clicatz lo boton «seguent» entà aviar la procedura d’installacion.', |
|
| 370 | + 'intem_redacteur' => 'redactor', |
|
| 371 | + 'item_accepter_inscriptions' => 'Acceptar las inscripcions', |
|
| 372 | + 'item_activer_messages_avertissement' => 'Activar los messatges d’avertiment', |
|
| 373 | + 'item_administrateur_2' => 'administrator', |
|
| 374 | + 'item_afficher_calendrier' => 'Afichar dens lo calendèr', |
|
| 375 | + 'item_choix_administrateurs' => 'los administrators', |
|
| 376 | + 'item_choix_generation_miniature' => 'Congrear automaticament las miniaturas deus imatges.', |
|
| 377 | + 'item_choix_non_generation_miniature' => 'Non congrear pas nada miniatura deus imatges.', |
|
| 378 | + 'item_choix_redacteurs' => 'los redactors', |
|
| 379 | + 'item_choix_visiteurs' => 'los vesitaires deu sit public', |
|
| 380 | + 'item_creer_fichiers_authent' => 'Crear fichièrs .htpasswd', |
|
| 381 | + 'item_login' => 'Login', |
|
| 382 | + 'item_mots_cles_association_articles' => 'aus articles', |
|
| 383 | + 'item_mots_cles_association_rubriques' => 'a las rubricas', |
|
| 384 | + 'item_mots_cles_association_sites' => 'aus sits referenciats o sindicats', |
|
| 385 | + 'item_non' => 'Non', |
|
| 386 | + 'item_non_accepter_inscriptions' => 'N’acceptar pas las inscripcions', |
|
| 387 | + 'item_non_activer_messages_avertissement' => 'Nat messatge d’avertiment', |
|
| 388 | + 'item_non_afficher_calendrier' => 'De non pas afichar dens lo calendèr', |
|
| 389 | + 'item_non_creer_fichiers_authent' => 'Non crear pas aqueths fichièrs', |
|
| 390 | + 'item_non_publier_articles' => 'Non publicar pas los articles abans la data de publicacion prevista.', |
|
| 391 | + 'item_nouvel_auteur' => 'Autor nau', |
|
| 392 | + 'item_nouvelle_rubrique' => 'Rubrica nava', |
|
| 393 | + 'item_oui' => 'Òc', |
|
| 394 | + 'item_publier_articles' => 'Publicar los articles, quina que sia la soa data de publicacion', |
|
| 395 | + 'item_reponse_article' => 'Responsa a l’article', |
|
| 396 | + 'item_visiteur' => 'vesitaire', |
|
| 397 | 397 | |
| 398 | - // J |
|
| 399 | - 'jour_non_connu_nc' => 'n.c.', |
|
| 398 | + // J |
|
| 399 | + 'jour_non_connu_nc' => 'n.c.', |
|
| 400 | 400 | |
| 401 | - // L |
|
| 402 | - 'lien_ajouter_auteur' => 'Ajustar aqueth autor', |
|
| 403 | - 'lien_email' => 'e-mail', |
|
| 404 | - 'lien_nom_site' => 'NOM DEU SIT:', |
|
| 405 | - 'lien_retirer_auteur' => 'Tirar l’autor', |
|
| 406 | - 'lien_site' => 'sit', |
|
| 407 | - 'lien_tout_deplier' => 'Desplegar tot', |
|
| 408 | - 'lien_tout_replier' => 'Tornar plegar', |
|
| 409 | - 'lien_trier_nom' => 'Triar per nom', |
|
| 410 | - 'lien_trier_nombre_articles' => 'Triar per nombre d’articles', |
|
| 411 | - 'lien_trier_statut' => 'Triar per estatut', |
|
| 412 | - 'lien_voir_en_ligne' => 'VÉDER EN LINHA:', |
|
| 413 | - 'logo_article' => 'LÒGO DE L’ARTICLE', # MODIF |
|
| 414 | - 'logo_auteur' => 'LÒGO DE L’AUTOR', # MODIF |
|
| 415 | - 'logo_rubrique' => 'LÒGO DE LA RUBRICA', # MODIF |
|
| 416 | - 'logo_site' => 'LÒGO D’AQUETH SIT', # MODIF |
|
| 417 | - 'logo_standard_rubrique' => 'LÒGO ESTANDARD DE LAS RUBRICAS', # MODIF |
|
| 418 | - 'logo_survol' => 'LÒGO TAU SUBERVÒL', # MODIF |
|
| 401 | + // L |
|
| 402 | + 'lien_ajouter_auteur' => 'Ajustar aqueth autor', |
|
| 403 | + 'lien_email' => 'e-mail', |
|
| 404 | + 'lien_nom_site' => 'NOM DEU SIT:', |
|
| 405 | + 'lien_retirer_auteur' => 'Tirar l’autor', |
|
| 406 | + 'lien_site' => 'sit', |
|
| 407 | + 'lien_tout_deplier' => 'Desplegar tot', |
|
| 408 | + 'lien_tout_replier' => 'Tornar plegar', |
|
| 409 | + 'lien_trier_nom' => 'Triar per nom', |
|
| 410 | + 'lien_trier_nombre_articles' => 'Triar per nombre d’articles', |
|
| 411 | + 'lien_trier_statut' => 'Triar per estatut', |
|
| 412 | + 'lien_voir_en_ligne' => 'VÉDER EN LINHA:', |
|
| 413 | + 'logo_article' => 'LÒGO DE L’ARTICLE', # MODIF |
|
| 414 | + 'logo_auteur' => 'LÒGO DE L’AUTOR', # MODIF |
|
| 415 | + 'logo_rubrique' => 'LÒGO DE LA RUBRICA', # MODIF |
|
| 416 | + 'logo_site' => 'LÒGO D’AQUETH SIT', # MODIF |
|
| 417 | + 'logo_standard_rubrique' => 'LÒGO ESTANDARD DE LAS RUBRICAS', # MODIF |
|
| 418 | + 'logo_survol' => 'LÒGO TAU SUBERVÒL', # MODIF |
|
| 419 | 419 | |
| 420 | - // M |
|
| 421 | - 'menu_aide_installation_choix_base' => 'Causida de la vòsta basa', |
|
| 422 | - 'module_fichier_langue' => 'Fichièr de lenga', |
|
| 423 | - 'module_raccourci' => 'Acorcida', |
|
| 424 | - 'module_texte_affiche' => 'Tèxt afichat', |
|
| 425 | - 'module_texte_explicatif' => 'Que podetz inserir las acorcidas seguentas dens las esqueletas deu vòste sit public. Que s’arreviraràn automaticament dens las diferentas lengas tà las quaus existeish un fichièr de lenga.', |
|
| 426 | - 'module_texte_traduction' => 'Lo fichièr de lenga «@module@» qu’ei disponible en:', |
|
| 427 | - 'mois_non_connu' => 'non conegut', |
|
| 420 | + // M |
|
| 421 | + 'menu_aide_installation_choix_base' => 'Causida de la vòsta basa', |
|
| 422 | + 'module_fichier_langue' => 'Fichièr de lenga', |
|
| 423 | + 'module_raccourci' => 'Acorcida', |
|
| 424 | + 'module_texte_affiche' => 'Tèxt afichat', |
|
| 425 | + 'module_texte_explicatif' => 'Que podetz inserir las acorcidas seguentas dens las esqueletas deu vòste sit public. Que s’arreviraràn automaticament dens las diferentas lengas tà las quaus existeish un fichièr de lenga.', |
|
| 426 | + 'module_texte_traduction' => 'Lo fichièr de lenga «@module@» qu’ei disponible en:', |
|
| 427 | + 'mois_non_connu' => 'non conegut', |
|
| 428 | 428 | |
| 429 | - // O |
|
| 430 | - 'onglet_repartition_actuelle' => 'uei lo dia', |
|
| 429 | + // O |
|
| 430 | + 'onglet_repartition_actuelle' => 'uei lo dia', |
|
| 431 | 431 | |
| 432 | - // R |
|
| 433 | - 'required' => '[Obligatòri]', # MODIF |
|
| 432 | + // R |
|
| 433 | + 'required' => '[Obligatòri]', # MODIF |
|
| 434 | 434 | |
| 435 | - // S |
|
| 436 | - 'statut_admin_restreint' => '(admin. restrent)', # MODIF |
|
| 435 | + // S |
|
| 436 | + 'statut_admin_restreint' => '(admin. restrent)', # MODIF |
|
| 437 | 437 | |
| 438 | - // T |
|
| 439 | - 'taille_cache_image' => 'Los imatges qu’SPIP a calculat automaticament (vinhetas deus documents, títols presentats en forma grafica, foncions matematicas en format TeX...) qu’ocupan dens lo repertòri @dir@ un totau de @taille@.', |
|
| 440 | - 'taille_cache_infinie' => 'Aqueth sit non preved pas nada limitacion de talha deu repertòri <code>CACHE/</code>.', |
|
| 441 | - 'taille_cache_maxi' => 'SPIP qu’ensaja de limitar la talha deu repertòri <code>CACHE/</code> d’aqueth sit a <b>@octets@</b> de dadas haut o baish.', |
|
| 442 | - 'taille_cache_octets' => 'Ara la talha de l’esconeder que compassa @octets@.', # MODIF |
|
| 443 | - 'taille_cache_vide' => 'L’esconeder qu’ei vueid.', |
|
| 444 | - 'taille_repertoire_cache' => 'Talha deu repertòri esconeder', |
|
| 445 | - 'text_article_propose_publication' => 'Article perpausat entà la publicacion. N’esitetz pas de dar la vòsta idèa gràcias au forum estacat a aqueth article (en baish de pagina).', # MODIF |
|
| 446 | - 'texte_acces_ldap_anonyme_1' => 'Daubuns serviders LDAP n’accèptan pas nat accès anonim. En aqueth cas, que cau especificar un identificant d’accès iniciau tà poder puish cercar informacions dens l’annuari. Totun, los camps seguents que’s poiràn deishar vueids dens la màger part deus cas.', |
|
| 447 | - 'texte_admin_effacer_01' => 'Aquera comanda qu’esfaça <i>tot</i> lo contengut de la basa de dadas, |
|
| 438 | + // T |
|
| 439 | + 'taille_cache_image' => 'Los imatges qu’SPIP a calculat automaticament (vinhetas deus documents, títols presentats en forma grafica, foncions matematicas en format TeX...) qu’ocupan dens lo repertòri @dir@ un totau de @taille@.', |
|
| 440 | + 'taille_cache_infinie' => 'Aqueth sit non preved pas nada limitacion de talha deu repertòri <code>CACHE/</code>.', |
|
| 441 | + 'taille_cache_maxi' => 'SPIP qu’ensaja de limitar la talha deu repertòri <code>CACHE/</code> d’aqueth sit a <b>@octets@</b> de dadas haut o baish.', |
|
| 442 | + 'taille_cache_octets' => 'Ara la talha de l’esconeder que compassa @octets@.', # MODIF |
|
| 443 | + 'taille_cache_vide' => 'L’esconeder qu’ei vueid.', |
|
| 444 | + 'taille_repertoire_cache' => 'Talha deu repertòri esconeder', |
|
| 445 | + 'text_article_propose_publication' => 'Article perpausat entà la publicacion. N’esitetz pas de dar la vòsta idèa gràcias au forum estacat a aqueth article (en baish de pagina).', # MODIF |
|
| 446 | + 'texte_acces_ldap_anonyme_1' => 'Daubuns serviders LDAP n’accèptan pas nat accès anonim. En aqueth cas, que cau especificar un identificant d’accès iniciau tà poder puish cercar informacions dens l’annuari. Totun, los camps seguents que’s poiràn deishar vueids dens la màger part deus cas.', |
|
| 447 | + 'texte_admin_effacer_01' => 'Aquera comanda qu’esfaça <i>tot</i> lo contengut de la basa de dadas, |
|
| 448 | 448 | inclús <i>tots</i> los accès redactors e administrators. Un còp que l’auratz executada, qu’auratz de tornar lançar l’installacion d’SPIP tà tornar crear ua basa navèra atau com un permèr accès administrator.', |
| 449 | - 'texte_adresse_annuaire_1' => '(Se lo vòste annuari ei installat sus la medisha maquina qu’aqueth sit web, que s’ageish probable de "localhost".)', |
|
| 450 | - 'texte_ajout_auteur' => 'L’autor seguent qu’ei estat ajustat a l’article:', |
|
| 451 | - 'texte_annuaire_ldap_1' => 'S’acceditz a un annuari (LDAP), que’u podetz utilizar tà importar automaticament utilizaires devath SPIP.', |
|
| 452 | - 'texte_article_statut' => 'Aqueth article qu’ei:', |
|
| 453 | - 'texte_article_virtuel' => 'Article virtuau', |
|
| 454 | - 'texte_article_virtuel_reference' => '<b>Article virtuau:</b> article referenciat dens lo vòste sit SPIP, mes redirigit de cap tà ua auta URL. Tà suprimir la redireccion, esfaçatz l’URL ça suber.', |
|
| 455 | - 'texte_aucun_resultat_auteur' => 'Nat resultat entà "@cherche_auteur@"', |
|
| 456 | - 'texte_auteur_messagerie' => 'Aqueste sit que pòt indicà’vs de contunh la tèra deus redactors connectats, çò qui’vs permet d’escambiar messatges en dirècte. Que podetz decidir de n’aparéisher pas dens aquera tèra (qu’ètz "invisible/a" taus autes utilizaires).', |
|
| 457 | - 'texte_auteurs' => 'LOS AUTORS', |
|
| 458 | - 'texte_choix_base_1' => 'Causitz la vòsta basa:', |
|
| 459 | - 'texte_choix_base_2' => 'Lo servider SQL que contien mei d’ua basa de dadas.', |
|
| 460 | - 'texte_choix_base_3' => '<b>Causitz</b> ça devath la qui lo vòste aubergader e vs’a atribuida:', |
|
| 461 | - 'texte_compte_element' => '@count@ element', |
|
| 462 | - 'texte_compte_elements' => '@count@ elements', |
|
| 463 | - 'texte_connexion_mysql' => 'Consultatz las informacions que lo vòste aubergader e forneish: qu’i devetz trobar, se lo vòste aubergader supòrta SQL, los còdes de connexion au servider SQL.', # MODIF |
|
| 464 | - 'texte_contenu_article' => '(Contengut de l’article en quauques mots.)', |
|
| 465 | - 'texte_contenu_articles' => 'Segon la maqueta que lo vòste sit a adoptada, que podetz decidir |
|
| 449 | + 'texte_adresse_annuaire_1' => '(Se lo vòste annuari ei installat sus la medisha maquina qu’aqueth sit web, que s’ageish probable de "localhost".)', |
|
| 450 | + 'texte_ajout_auteur' => 'L’autor seguent qu’ei estat ajustat a l’article:', |
|
| 451 | + 'texte_annuaire_ldap_1' => 'S’acceditz a un annuari (LDAP), que’u podetz utilizar tà importar automaticament utilizaires devath SPIP.', |
|
| 452 | + 'texte_article_statut' => 'Aqueth article qu’ei:', |
|
| 453 | + 'texte_article_virtuel' => 'Article virtuau', |
|
| 454 | + 'texte_article_virtuel_reference' => '<b>Article virtuau:</b> article referenciat dens lo vòste sit SPIP, mes redirigit de cap tà ua auta URL. Tà suprimir la redireccion, esfaçatz l’URL ça suber.', |
|
| 455 | + 'texte_aucun_resultat_auteur' => 'Nat resultat entà "@cherche_auteur@"', |
|
| 456 | + 'texte_auteur_messagerie' => 'Aqueste sit que pòt indicà’vs de contunh la tèra deus redactors connectats, çò qui’vs permet d’escambiar messatges en dirècte. Que podetz decidir de n’aparéisher pas dens aquera tèra (qu’ètz "invisible/a" taus autes utilizaires).', |
|
| 457 | + 'texte_auteurs' => 'LOS AUTORS', |
|
| 458 | + 'texte_choix_base_1' => 'Causitz la vòsta basa:', |
|
| 459 | + 'texte_choix_base_2' => 'Lo servider SQL que contien mei d’ua basa de dadas.', |
|
| 460 | + 'texte_choix_base_3' => '<b>Causitz</b> ça devath la qui lo vòste aubergader e vs’a atribuida:', |
|
| 461 | + 'texte_compte_element' => '@count@ element', |
|
| 462 | + 'texte_compte_elements' => '@count@ elements', |
|
| 463 | + 'texte_connexion_mysql' => 'Consultatz las informacions que lo vòste aubergader e forneish: qu’i devetz trobar, se lo vòste aubergader supòrta SQL, los còdes de connexion au servider SQL.', # MODIF |
|
| 464 | + 'texte_contenu_article' => '(Contengut de l’article en quauques mots.)', |
|
| 465 | + 'texte_contenu_articles' => 'Segon la maqueta que lo vòste sit a adoptada, que podetz decidir |
|
| 466 | 466 | que daubuns elements deus articles non s’utilizen pas. |
| 467 | 467 | Utilizatz la tèra ça devath entà indicar quins elements son disponibles.', |
| 468 | - 'texte_crash_base' => 'Se la vòsta basa de dadas s’i ei |
|
| 468 | + 'texte_crash_base' => 'Se la vòsta basa de dadas s’i ei |
|
| 469 | 469 | mauescaduda, que podetz ensajar ua reparacion |
| 470 | 470 | automatica.', |
| 471 | - 'texte_creer_rubrique' => 'Abans de poder escríver articles,<br /> que devetz crear ua rubrica.', |
|
| 472 | - 'texte_date_creation_article' => 'DATA DE CREACION DE L’ARTICLE:', |
|
| 473 | - 'texte_date_publication_anterieure' => 'DATA DE PUBLICACION ANTERIORA :', |
|
| 474 | - 'texte_date_publication_anterieure_nonaffichee' => 'N’afichar pas nada data de publicacion anteriora.', |
|
| 475 | - 'texte_date_publication_article' => 'DATA DE PUBLICACION EN LINHA :', |
|
| 476 | - 'texte_descriptif_rapide' => 'Descriptiu rapid', |
|
| 477 | - 'texte_effacer_base' => 'Esfaçar la basa de dadas SPIP', |
|
| 478 | - 'texte_en_cours_validation' => 'Que’s perpausa de publicar los articles e brèvas ça devath. N’esitetz pas de dar la vòsta idèa gràcias aus forums qui i son estacats.', # MODIF |
|
| 479 | - 'texte_enrichir_mise_a_jour' => 'Que podetz enriquir la compaginacion deu vòste tèxt en utilizar "acorcidas tipograficas".', |
|
| 480 | - 'texte_fichier_authent' => '<b>E deu crear, SPIP, fichièrs especiaus <tt>.htpasswd</tt> |
|
| 471 | + 'texte_creer_rubrique' => 'Abans de poder escríver articles,<br /> que devetz crear ua rubrica.', |
|
| 472 | + 'texte_date_creation_article' => 'DATA DE CREACION DE L’ARTICLE:', |
|
| 473 | + 'texte_date_publication_anterieure' => 'DATA DE PUBLICACION ANTERIORA :', |
|
| 474 | + 'texte_date_publication_anterieure_nonaffichee' => 'N’afichar pas nada data de publicacion anteriora.', |
|
| 475 | + 'texte_date_publication_article' => 'DATA DE PUBLICACION EN LINHA :', |
|
| 476 | + 'texte_descriptif_rapide' => 'Descriptiu rapid', |
|
| 477 | + 'texte_effacer_base' => 'Esfaçar la basa de dadas SPIP', |
|
| 478 | + 'texte_en_cours_validation' => 'Que’s perpausa de publicar los articles e brèvas ça devath. N’esitetz pas de dar la vòsta idèa gràcias aus forums qui i son estacats.', # MODIF |
|
| 479 | + 'texte_enrichir_mise_a_jour' => 'Que podetz enriquir la compaginacion deu vòste tèxt en utilizar "acorcidas tipograficas".', |
|
| 480 | + 'texte_fichier_authent' => '<b>E deu crear, SPIP, fichièrs especiaus <tt>.htpasswd</tt> |
|
| 481 | 481 | e <tt>.htpasswd-admin</tt> dens lo repertòri @dossier@?</b><p> |
| 482 | 482 | Aqueths fichièrs que’vs pòden servir tà restrénher l’accès aus autors |
| 483 | 483 | e administrators alhors dens lo vòste sit |
@@ -485,45 +485,45 @@ discard block |
||
| 485 | 485 | Se ne’vs serveish pas, que podetz deishar aquesta opcion |
| 486 | 486 | a la soa valor predefinida (nada creacion |
| 487 | 487 | deus fichièrs).', # MODIF |
| 488 | - 'texte_informations_personnelles_1' => 'Ara lo sistèma que’vs crearà un accès personalizat au sit.', |
|
| 489 | - 'texte_informations_personnelles_2' => '(Nòta: se s’ageish d’ua reïnstallacion, e se lo vòste accès fonciona enqüèra, que podetz', # MODIF |
|
| 490 | - 'texte_introductif_article' => '(Tèxt introductiu de l’article.)', |
|
| 491 | - 'texte_jeu_caractere' => 'Aquesta opcion qu’ei utila se lo vòste sit deu afichar alfabets |
|
| 488 | + 'texte_informations_personnelles_1' => 'Ara lo sistèma que’vs crearà un accès personalizat au sit.', |
|
| 489 | + 'texte_informations_personnelles_2' => '(Nòta: se s’ageish d’ua reïnstallacion, e se lo vòste accès fonciona enqüèra, que podetz', # MODIF |
|
| 490 | + 'texte_introductif_article' => '(Tèxt introductiu de l’article.)', |
|
| 491 | + 'texte_jeu_caractere' => 'Aquesta opcion qu’ei utila se lo vòste sit deu afichar alfabets |
|
| 492 | 492 | diferents de l’alfabet latin (o "occidentau") e los sons derivats. |
| 493 | 493 | En aqueth cas, que cau cambiar lo reglatge predefinit entà utilizar |
| 494 | 494 | un jòc de caractèrs apropiat. N’oblidetz pas tanpòc d’adaptar |
| 495 | 495 | lo sit public en consequéncia (balisa <tt>#CHARSET</tt>).', |
| 496 | - 'texte_login_ldap_1' => '(Deishar vueid entà un accès anonim, o picar lo camin complet, per exemple «<tt>uid=fabre, ou=usanciers, dc=mon-domeni, dc=com</tt>».)', |
|
| 497 | - 'texte_login_precaution' => 'Atencion! Aquò qu’ei lo login dab lo quau ètz ara connectat/ada. |
|
| 496 | + 'texte_login_ldap_1' => '(Deishar vueid entà un accès anonim, o picar lo camin complet, per exemple «<tt>uid=fabre, ou=usanciers, dc=mon-domeni, dc=com</tt>».)', |
|
| 497 | + 'texte_login_precaution' => 'Atencion! Aquò qu’ei lo login dab lo quau ètz ara connectat/ada. |
|
| 498 | 498 | Utilizatz aqueste formulari dab precaucion...', |
| 499 | - 'texte_mise_a_niveau_base_1' => 'Que vienetz d’actualizar los fichièrs SPIP. |
|
| 499 | + 'texte_mise_a_niveau_base_1' => 'Que vienetz d’actualizar los fichièrs SPIP. |
|
| 500 | 500 | Ara que cau hicar a nivèu la basa de dadas |
| 501 | 501 | deu sit.', |
| 502 | - 'texte_modifier_article' => 'Modificar l’article:', |
|
| 503 | - 'texte_multilinguisme' => 'Se desiratz de gerir articles en mei d’una lenga, dab ua navigacion complèxa, que podetz hornir un menut entà causir la lenga deus articles e/o de las rubricas, en foncion de l’organizacion deu vòste sit.', # MODIF |
|
| 504 | - 'texte_multilinguisme_trad' => 'Que podetz tanben activar un sistèma de gestion deus ligams entre las diferentas reviradas d’un article.', # MODIF |
|
| 505 | - 'texte_non_compresse' => '<i>non comprimit</i> (pr’amor que lo vòste servider non supòrta pas aquera foncionalitat)', |
|
| 506 | - 'texte_nouvelle_version_spip_1' => 'Qu’avetz installada ua version navèra d’SPIP.', |
|
| 507 | - 'texte_nouvelle_version_spip_2' => 'Aquesta version navèra que demanda ua actualizacion mei completa que de costuma. S’ètz webmèstre/webmèstra deu sit, volhatz esfaçar lo fichièr <tt>inc_connect.php3</tt> deu repertòri <tt>ecrire</tt> e tornar préner l’installacion entà actualizar los vòstes paramètres de connexion a la basa de dadas.<p> (NB: s’avetz desmembrat los vòstes paramètres de connexion, espiatz lo fichièr <tt>inc_connect.php3</tt> abans de suprimí’u...)</p>', # MODIF |
|
| 508 | - 'texte_operation_echec' => 'Tornatz a la pagina precedenta, causitz ua auta basa o creatz-ne ua navèra. Verificatz las informacions que lo vòste aubergader a hornidas.', |
|
| 509 | - 'texte_plus_trois_car' => 'mei de 3 caractèrs', |
|
| 510 | - 'texte_plusieurs_articles' => 'Mei d’un autor trobat entà "@cherche_auteur@":', |
|
| 511 | - 'texte_port_annuaire' => '(La valor indicada com predefinida que convien en generau.)', |
|
| 512 | - 'texte_proposer_publication' => 'Quora auratz acabat lo vòste article,<br /> que poiratz perpausar que sia publicat.', |
|
| 513 | - 'texte_proxy' => 'Dens daubuns cas (intranet, arrets protegits...), |
|
| 502 | + 'texte_modifier_article' => 'Modificar l’article:', |
|
| 503 | + 'texte_multilinguisme' => 'Se desiratz de gerir articles en mei d’una lenga, dab ua navigacion complèxa, que podetz hornir un menut entà causir la lenga deus articles e/o de las rubricas, en foncion de l’organizacion deu vòste sit.', # MODIF |
|
| 504 | + 'texte_multilinguisme_trad' => 'Que podetz tanben activar un sistèma de gestion deus ligams entre las diferentas reviradas d’un article.', # MODIF |
|
| 505 | + 'texte_non_compresse' => '<i>non comprimit</i> (pr’amor que lo vòste servider non supòrta pas aquera foncionalitat)', |
|
| 506 | + 'texte_nouvelle_version_spip_1' => 'Qu’avetz installada ua version navèra d’SPIP.', |
|
| 507 | + 'texte_nouvelle_version_spip_2' => 'Aquesta version navèra que demanda ua actualizacion mei completa que de costuma. S’ètz webmèstre/webmèstra deu sit, volhatz esfaçar lo fichièr <tt>inc_connect.php3</tt> deu repertòri <tt>ecrire</tt> e tornar préner l’installacion entà actualizar los vòstes paramètres de connexion a la basa de dadas.<p> (NB: s’avetz desmembrat los vòstes paramètres de connexion, espiatz lo fichièr <tt>inc_connect.php3</tt> abans de suprimí’u...)</p>', # MODIF |
|
| 508 | + 'texte_operation_echec' => 'Tornatz a la pagina precedenta, causitz ua auta basa o creatz-ne ua navèra. Verificatz las informacions que lo vòste aubergader a hornidas.', |
|
| 509 | + 'texte_plus_trois_car' => 'mei de 3 caractèrs', |
|
| 510 | + 'texte_plusieurs_articles' => 'Mei d’un autor trobat entà "@cherche_auteur@":', |
|
| 511 | + 'texte_port_annuaire' => '(La valor indicada com predefinida que convien en generau.)', |
|
| 512 | + 'texte_proposer_publication' => 'Quora auratz acabat lo vòste article,<br /> que poiratz perpausar que sia publicat.', |
|
| 513 | + 'texte_proxy' => 'Dens daubuns cas (intranet, arrets protegits...), |
|
| 514 | 514 | qu’es pòt que calha utilizar un <i>proxy HTTP</i> tà aténher los sits sindicats. |
| 515 | 515 | En aqueth cas, marcatz ça devath la soa adreiça, devath la forma |
| 516 | 516 | <tt><html>http://proxy:8080</html></tt>. En generau, |
| 517 | 517 | que deisharatz vueida aquera casa.', |
| 518 | - 'texte_publication_articles_post_dates' => 'Quin SPIP deu comportà’s fàcia aus articles que la lor |
|
| 518 | + 'texte_publication_articles_post_dates' => 'Quin SPIP deu comportà’s fàcia aus articles que la lor |
|
| 519 | 519 | data de publicacion ei fixada a ua |
| 520 | 520 | escadença futura?', |
| 521 | - 'texte_rappel_selection_champs' => '[N’oblidetz pas de seleccionar aqueth camp corrèctament.]', |
|
| 522 | - 'texte_recalcul_page' => 'Se voletz |
|
| 521 | + 'texte_rappel_selection_champs' => '[N’oblidetz pas de seleccionar aqueth camp corrèctament.]', |
|
| 522 | + 'texte_recalcul_page' => 'Se voletz |
|
| 523 | 523 | tornar calcular sonque ua pagina, passatz meilèu per l’espaci public e utilizatz lo boton "tornar calcular".', |
| 524 | - 'texte_recuperer_base' => 'Reparar la basa de dadas', |
|
| 525 | - 'texte_reference_mais_redirige' => 'article referenciat dens lo vòste sit SPIP, mes redirigit de cap tà ua autra URL.', |
|
| 526 | - 'texte_requetes_echouent' => '<b>Quora daubuas requèstas SQL s’i mauescaden |
|
| 524 | + 'texte_recuperer_base' => 'Reparar la basa de dadas', |
|
| 525 | + 'texte_reference_mais_redirige' => 'article referenciat dens lo vòste sit SPIP, mes redirigit de cap tà ua autra URL.', |
|
| 526 | + 'texte_requetes_echouent' => '<b>Quora daubuas requèstas SQL s’i mauescaden |
|
| 527 | 527 | sistematicament e shens rason aparenta, que’s pòt |
| 528 | 528 | qu’aquò venga de la quita basa de dadas. </b><p> |
| 529 | 529 | SQL que tien la facultat de reparar las soas |
@@ -533,70 +533,70 @@ discard block |
||
| 533 | 533 | dilhèu indicis de çò qui non va pas...<p> |
| 534 | 534 | Se lo problèma e persisteish, contactatz lo vòste |
| 535 | 535 | aubergader.<p>', # MODIF |
| 536 | - 'texte_selection_langue_principale' => 'Que podetz seleccionar ça devath la "lenga principau" deu sit. Aquera causida non vs’obliga pas -gran gai- d’escríver los vòstes articles dens la lenga seleccionada, mes que permet de determinar: |
|
| 536 | + 'texte_selection_langue_principale' => 'Que podetz seleccionar ça devath la "lenga principau" deu sit. Aquera causida non vs’obliga pas -gran gai- d’escríver los vòstes articles dens la lenga seleccionada, mes que permet de determinar: |
|
| 537 | 537 | <ul><li> lo format predefinit de las datas suu sit public;</li> |
| 538 | 538 | <li> la natura deu motor tipografic que SPIP e deu utilizar tau rendut deus tèxts;</li> |
| 539 | 539 | <li> la lenga utilizada dens los formularis deu sit public;</li> |
| 540 | 540 | <li> la lenga presentada com predefinida dens l’espaci privat.</li></ul>', |
| 541 | - 'texte_sous_titre' => 'Sostítol', |
|
| 542 | - 'texte_statistiques_visites' => '(barras escuras: dimenge / corba escura: evolucion de la mejana)', |
|
| 543 | - 'texte_statut_attente_validation' => 'en espèra de validacion', |
|
| 544 | - 'texte_statut_publies' => 'publicats en linha', |
|
| 545 | - 'texte_statut_refuses' => 'arrefusats', |
|
| 546 | - 'texte_suppression_fichiers' => 'Utilizatz aquera comanda tà suprimir tots los fichièrs qui’s tròban |
|
| 541 | + 'texte_sous_titre' => 'Sostítol', |
|
| 542 | + 'texte_statistiques_visites' => '(barras escuras: dimenge / corba escura: evolucion de la mejana)', |
|
| 543 | + 'texte_statut_attente_validation' => 'en espèra de validacion', |
|
| 544 | + 'texte_statut_publies' => 'publicats en linha', |
|
| 545 | + 'texte_statut_refuses' => 'arrefusats', |
|
| 546 | + 'texte_suppression_fichiers' => 'Utilizatz aquera comanda tà suprimir tots los fichièrs qui’s tròban |
|
| 547 | 547 | dens l’esconeder SPIP. Aquò que permet per exemple de forçar un calcul nau de totas las paginas |
| 548 | 548 | s’avetz modificat de bèth pro lo grafisme o l’estructura deu sit.', |
| 549 | - 'texte_sur_titre' => 'Subertítol', |
|
| 550 | - 'texte_table_ok' => ': aquesta taula qu’ei condreta.', |
|
| 551 | - 'texte_tentative_recuperation' => 'Ensai de reparacion', |
|
| 552 | - 'texte_tenter_reparation' => 'Ensajar de reparar la basa de dadas', |
|
| 553 | - 'texte_test_proxy' => 'Tà ensajar aqueth proxy, indicatz ací l’adreiça d’un sit web |
|
| 549 | + 'texte_sur_titre' => 'Subertítol', |
|
| 550 | + 'texte_table_ok' => ': aquesta taula qu’ei condreta.', |
|
| 551 | + 'texte_tentative_recuperation' => 'Ensai de reparacion', |
|
| 552 | + 'texte_tenter_reparation' => 'Ensajar de reparar la basa de dadas', |
|
| 553 | + 'texte_test_proxy' => 'Tà ensajar aqueth proxy, indicatz ací l’adreiça d’un sit web |
|
| 554 | 554 | qui voleretz esprovar.', |
| 555 | - 'texte_titre_02' => 'Títol:', |
|
| 556 | - 'texte_titre_obligatoire' => '<b>Títol</b> [Obligatòri]', |
|
| 557 | - 'texte_travail_article' => '@nom_auteur_modif@ qu’a trabalhat sus aqueth article @date_diff@ minutas a', |
|
| 558 | - 'texte_travail_collaboratif' => 'Quora ei frequent que mei d’un redactor |
|
| 555 | + 'texte_titre_02' => 'Títol:', |
|
| 556 | + 'texte_titre_obligatoire' => '<b>Títol</b> [Obligatòri]', |
|
| 557 | + 'texte_travail_article' => '@nom_auteur_modif@ qu’a trabalhat sus aqueth article @date_diff@ minutas a', |
|
| 558 | + 'texte_travail_collaboratif' => 'Quora ei frequent que mei d’un redactor |
|
| 559 | 559 | e trabalhe suu medish article, lo sistèma |
| 560 | 560 | que pòt afichar los articles recentament "aubèrts" |
| 561 | 561 | entà evitar las modificacions simultanèas. |
| 562 | 562 | Aquera opcion qu’ei desactivada de manèra predefinida |
| 563 | 563 | entà evitar d’afichar messatges d’avertiment |
| 564 | 564 | intempestius.', |
| 565 | - 'texte_vide' => 'vueid', |
|
| 566 | - 'texte_vider_cache' => 'Vueidar l’esconeder', |
|
| 567 | - 'titre_admin_tech' => 'Mantienença tecnica', |
|
| 568 | - 'titre_admin_vider' => 'Mantienença tecnica', |
|
| 569 | - 'titre_cadre_afficher_article' => 'Afichar los articles', |
|
| 570 | - 'titre_cadre_afficher_traductions' => 'Afichar l’estat de las arreviradas tà las lengas seguentas:', |
|
| 571 | - 'titre_cadre_ajouter_auteur' => 'AJUSTAR UN AUTOR:', |
|
| 572 | - 'titre_cadre_interieur_rubrique' => 'Laguens la rubrica', |
|
| 573 | - 'titre_cadre_numero_auteur' => 'AUTOR NUMÈRO', |
|
| 574 | - 'titre_cadre_signature_obligatoire' => '<b>Signatura</b> [Obligatòria]<br />', |
|
| 575 | - 'titre_config_fonctions' => 'Configuracion deu sit', |
|
| 576 | - 'titre_configuration' => 'Configuracion deu sit', |
|
| 577 | - 'titre_connexion_ldap' => 'Opcions: <b>La vòsta connexion LDAP</b>', |
|
| 578 | - 'titre_groupe_mots' => 'GROP DE MOTS:', |
|
| 579 | - 'titre_langue_article' => 'LENGA DE L’ARTICLE', # MODIF |
|
| 580 | - 'titre_langue_rubrique' => 'LENGA DE LA RUBRICA', # MODIF |
|
| 581 | - 'titre_langue_trad_article' => 'LENGA E ARREVIRADAS DE L’ARTICLE', |
|
| 582 | - 'titre_les_articles' => 'LOS ARTICLES', |
|
| 583 | - 'titre_naviguer_dans_le_site' => 'Navigar peu lo sit...', |
|
| 584 | - 'titre_nouvelle_rubrique' => 'Rubrica navèra', |
|
| 585 | - 'titre_numero_rubrique' => 'RUBRICA NUMÈRO:', |
|
| 586 | - 'titre_page_articles_edit' => 'Modificar: @titre@', |
|
| 587 | - 'titre_page_articles_page' => 'Los articles', |
|
| 588 | - 'titre_page_articles_tous' => 'Tot lo sit', |
|
| 589 | - 'titre_page_calendrier' => 'Calendèr @nom_mois@ de @annee@', |
|
| 590 | - 'titre_page_config_contenu' => 'Configuracion deu sit', |
|
| 591 | - 'titre_page_delete_all' => 'supression totau e irreversibla', |
|
| 592 | - 'titre_page_recherche' => 'Resultats de la cèrca @recherche@', |
|
| 593 | - 'titre_page_statistiques_referers' => 'Estadisticas (ligams entrants)', |
|
| 594 | - 'titre_page_upgrade' => 'Hicada a nivèu d’SPIP', |
|
| 595 | - 'titre_publication_articles_post_dates' => 'Publicacion deus articles pòstdatats', |
|
| 596 | - 'titre_reparation' => 'Reparacion', |
|
| 597 | - 'titre_suivi_petition' => 'Seguit de las peticions', |
|
| 598 | - 'trad_article_traduction' => 'Totas las versions d’aqueth article:', |
|
| 599 | - 'trad_delier' => 'Non ligar plus aqueste article a las soas arreviradas ', # MODIF |
|
| 600 | - 'trad_lier' => 'Aqueste article qu’ei ua arrevirada de l’article numèro:', |
|
| 601 | - 'trad_new' => 'Escríver ua arrevirada navèra d’aqueste article' # MODIF |
|
| 565 | + 'texte_vide' => 'vueid', |
|
| 566 | + 'texte_vider_cache' => 'Vueidar l’esconeder', |
|
| 567 | + 'titre_admin_tech' => 'Mantienença tecnica', |
|
| 568 | + 'titre_admin_vider' => 'Mantienença tecnica', |
|
| 569 | + 'titre_cadre_afficher_article' => 'Afichar los articles', |
|
| 570 | + 'titre_cadre_afficher_traductions' => 'Afichar l’estat de las arreviradas tà las lengas seguentas:', |
|
| 571 | + 'titre_cadre_ajouter_auteur' => 'AJUSTAR UN AUTOR:', |
|
| 572 | + 'titre_cadre_interieur_rubrique' => 'Laguens la rubrica', |
|
| 573 | + 'titre_cadre_numero_auteur' => 'AUTOR NUMÈRO', |
|
| 574 | + 'titre_cadre_signature_obligatoire' => '<b>Signatura</b> [Obligatòria]<br />', |
|
| 575 | + 'titre_config_fonctions' => 'Configuracion deu sit', |
|
| 576 | + 'titre_configuration' => 'Configuracion deu sit', |
|
| 577 | + 'titre_connexion_ldap' => 'Opcions: <b>La vòsta connexion LDAP</b>', |
|
| 578 | + 'titre_groupe_mots' => 'GROP DE MOTS:', |
|
| 579 | + 'titre_langue_article' => 'LENGA DE L’ARTICLE', # MODIF |
|
| 580 | + 'titre_langue_rubrique' => 'LENGA DE LA RUBRICA', # MODIF |
|
| 581 | + 'titre_langue_trad_article' => 'LENGA E ARREVIRADAS DE L’ARTICLE', |
|
| 582 | + 'titre_les_articles' => 'LOS ARTICLES', |
|
| 583 | + 'titre_naviguer_dans_le_site' => 'Navigar peu lo sit...', |
|
| 584 | + 'titre_nouvelle_rubrique' => 'Rubrica navèra', |
|
| 585 | + 'titre_numero_rubrique' => 'RUBRICA NUMÈRO:', |
|
| 586 | + 'titre_page_articles_edit' => 'Modificar: @titre@', |
|
| 587 | + 'titre_page_articles_page' => 'Los articles', |
|
| 588 | + 'titre_page_articles_tous' => 'Tot lo sit', |
|
| 589 | + 'titre_page_calendrier' => 'Calendèr @nom_mois@ de @annee@', |
|
| 590 | + 'titre_page_config_contenu' => 'Configuracion deu sit', |
|
| 591 | + 'titre_page_delete_all' => 'supression totau e irreversibla', |
|
| 592 | + 'titre_page_recherche' => 'Resultats de la cèrca @recherche@', |
|
| 593 | + 'titre_page_statistiques_referers' => 'Estadisticas (ligams entrants)', |
|
| 594 | + 'titre_page_upgrade' => 'Hicada a nivèu d’SPIP', |
|
| 595 | + 'titre_publication_articles_post_dates' => 'Publicacion deus articles pòstdatats', |
|
| 596 | + 'titre_reparation' => 'Reparacion', |
|
| 597 | + 'titre_suivi_petition' => 'Seguit de las peticions', |
|
| 598 | + 'trad_article_traduction' => 'Totas las versions d’aqueth article:', |
|
| 599 | + 'trad_delier' => 'Non ligar plus aqueste article a las soas arreviradas ', # MODIF |
|
| 600 | + 'trad_lier' => 'Aqueste article qu’ei ua arrevirada de l’article numèro:', |
|
| 601 | + 'trad_new' => 'Escríver ua arrevirada navèra d’aqueste article' # MODIF |
|
| 602 | 602 | ); |
@@ -4,308 +4,308 @@ 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 | - 'activer_plugin' => 'Aktiv plegin an', |
|
| 14 | - 'aide_non_disponible' => 'Pati-a bourad la se pa disponib ankò andan lanng la.', |
|
| 15 | - 'auteur' => 'Lotè :', |
|
| 16 | - 'avis_acces_interdit' => 'Entèdiksyon riv isit .', |
|
| 17 | - 'avis_article_modifie' => 'Atansyon, @nom_auteur_modif@ te travaye sou atik-la @date_diff@ minit pase', |
|
| 18 | - 'avis_aucun_resultat' => 'Okenn rezilta.', |
|
| 19 | - 'avis_chemin_invalide_1' => 'Chemen w te chwazi prann', |
|
| 20 | - 'avis_chemin_invalide_2' => 'li samn pa bon. Mèsi tounyen paj dèyè pou verifye tout enfomasyon ki w te done.', |
|
| 21 | - 'avis_connexion_echec_1' => 'Koneksyon sou sévè SQL te pa mache.', # MODIF |
|
| 22 | - 'avis_connexion_echec_2' => 'Tounyen dèyè sou paj avan, e gad byen tout enfòmasyon w te bay isit-la mèm.', |
|
| 23 | - 'avis_connexion_echec_3' => '<b>Atansyon</b> Ak enpè sévè sa-yo fòk w <b>domann</b> ou lébèrgè te aktive laksé labaz SQL, avan w kap itilize ali. Si w vwa se pa posib mèm konek a w, ann gad byen si w te domann ali avan.', # MODIF |
|
| 24 | - 'avis_connexion_ldap_echec_1' => 'Koneksyon sou servè LDAP te pa mache.', |
|
| 25 | - 'avis_connexion_ldap_echec_2' => 'Tounyen dèyè paj avan pou ou byen gade ankò enfòmasyon yo w te doné.', |
|
| 26 | - 'avis_connexion_ldap_echec_3' => 'Ann itilize pa sipò LDAP pou gen enpòt itilizatè yo.', |
|
| 27 | - 'avis_deplacement_rubrique' => 'Atansyon ! Ribwik la @contient_breves@ brève@scb@ : si w déplas ali, mési ekri yon krwa po konfirmasyon.', |
|
| 28 | - 'avis_erreur_connexion_mysql' => 'Erè ak koneksyon SQL', # MODIF |
|
| 29 | - 'avis_espace_interdit' => '<b>Espas entèdi</b> <div>SPIP se déja instalé.</div>', |
|
| 30 | - 'avis_lecture_noms_bases_1' => 'Pwogwam pou enstalasyon, li te pa kap fè lekti kouman ki rele bazdone yo, yo ki deja enstale.', |
|
| 31 | - 'avis_lecture_noms_bases_2' => 'Ouswa okenn bazdone se disponib, oswa fonksyon-nan ki pèmè fé lan lis tout bazdone te kraze akòz sekirite |
|
| 12 | + // A |
|
| 13 | + 'activer_plugin' => 'Aktiv plegin an', |
|
| 14 | + 'aide_non_disponible' => 'Pati-a bourad la se pa disponib ankò andan lanng la.', |
|
| 15 | + 'auteur' => 'Lotè :', |
|
| 16 | + 'avis_acces_interdit' => 'Entèdiksyon riv isit .', |
|
| 17 | + 'avis_article_modifie' => 'Atansyon, @nom_auteur_modif@ te travaye sou atik-la @date_diff@ minit pase', |
|
| 18 | + 'avis_aucun_resultat' => 'Okenn rezilta.', |
|
| 19 | + 'avis_chemin_invalide_1' => 'Chemen w te chwazi prann', |
|
| 20 | + 'avis_chemin_invalide_2' => 'li samn pa bon. Mèsi tounyen paj dèyè pou verifye tout enfomasyon ki w te done.', |
|
| 21 | + 'avis_connexion_echec_1' => 'Koneksyon sou sévè SQL te pa mache.', # MODIF |
|
| 22 | + 'avis_connexion_echec_2' => 'Tounyen dèyè sou paj avan, e gad byen tout enfòmasyon w te bay isit-la mèm.', |
|
| 23 | + 'avis_connexion_echec_3' => '<b>Atansyon</b> Ak enpè sévè sa-yo fòk w <b>domann</b> ou lébèrgè te aktive laksé labaz SQL, avan w kap itilize ali. Si w vwa se pa posib mèm konek a w, ann gad byen si w te domann ali avan.', # MODIF |
|
| 24 | + 'avis_connexion_ldap_echec_1' => 'Koneksyon sou servè LDAP te pa mache.', |
|
| 25 | + 'avis_connexion_ldap_echec_2' => 'Tounyen dèyè paj avan pou ou byen gade ankò enfòmasyon yo w te doné.', |
|
| 26 | + 'avis_connexion_ldap_echec_3' => 'Ann itilize pa sipò LDAP pou gen enpòt itilizatè yo.', |
|
| 27 | + 'avis_deplacement_rubrique' => 'Atansyon ! Ribwik la @contient_breves@ brève@scb@ : si w déplas ali, mési ekri yon krwa po konfirmasyon.', |
|
| 28 | + 'avis_erreur_connexion_mysql' => 'Erè ak koneksyon SQL', # MODIF |
|
| 29 | + 'avis_espace_interdit' => '<b>Espas entèdi</b> <div>SPIP se déja instalé.</div>', |
|
| 30 | + 'avis_lecture_noms_bases_1' => 'Pwogwam pou enstalasyon, li te pa kap fè lekti kouman ki rele bazdone yo, yo ki deja enstale.', |
|
| 31 | + 'avis_lecture_noms_bases_2' => 'Ouswa okenn bazdone se disponib, oswa fonksyon-nan ki pèmè fé lan lis tout bazdone te kraze akòz sekirite |
|
| 32 | 32 | (genyen anpil lebergè te chwazi ki se ka-a).', |
| 33 | - 'avis_lecture_noms_bases_3' => 'Nan dezyèm ka, gen petèt posib itilize yon lòt baz ki rele deja nonkod w sa-a :', |
|
| 34 | - 'avis_non_acces_page' => 'Ou gen pa aksé sou paj la.', |
|
| 35 | - 'avis_operation_echec' => 'Operasyon la te pa mache.', |
|
| 36 | - 'avis_suppression_base' => 'ATANSYON, sipwesyon tout done-an se pa kav tounen deyé', |
|
| 33 | + 'avis_lecture_noms_bases_3' => 'Nan dezyèm ka, gen petèt posib itilize yon lòt baz ki rele deja nonkod w sa-a :', |
|
| 34 | + 'avis_non_acces_page' => 'Ou gen pa aksé sou paj la.', |
|
| 35 | + 'avis_operation_echec' => 'Operasyon la te pa mache.', |
|
| 36 | + 'avis_suppression_base' => 'ATANSYON, sipwesyon tout done-an se pa kav tounen deyé', |
|
| 37 | 37 | |
| 38 | - // B |
|
| 39 | - 'bouton_acces_ldap' => 'Ajoute yon aksé LDAP', |
|
| 40 | - 'bouton_ajouter' => 'Ajoute', |
|
| 41 | - 'bouton_demande_publication' => 'Mann atik la i parèt', |
|
| 42 | - 'bouton_desactive_tout' => 'Empeche laktivasyon', |
|
| 43 | - 'bouton_effacer_tout' => 'Kraze TOUT', |
|
| 44 | - 'bouton_envoyer_message' => 'Mesaj se bon : voye', |
|
| 45 | - 'bouton_modifier' => 'Chanje', |
|
| 46 | - 'bouton_radio_afficher' => 'Fé parèt', |
|
| 47 | - 'bouton_radio_apparaitre_liste_redacteurs_connectes' => 'Montre w nan lis redaktè yo ap an liy', |
|
| 48 | - 'bouton_radio_envoi_annonces_adresse' => 'Voye anons yo sou adrès la :', |
|
| 49 | - 'bouton_radio_envoi_liste_nouveautes' => 'Voye yon lis nouvèlte yo', |
|
| 50 | - 'bouton_radio_non_apparaitre_liste_redacteurs_connectes' => 'Ann pa aparèt w nan lis redakté yo ap an liy', |
|
| 51 | - 'bouton_radio_non_envoi_annonces_editoriales' => 'Rete voye anons editoyal ', |
|
| 52 | - 'bouton_redirection' => 'TOUNYEN ADRES DEYO', |
|
| 53 | - 'bouton_relancer_installation' => 'Ann eseye ankò instalasyon nan', |
|
| 54 | - 'bouton_suivant' => 'Swivan', |
|
| 55 | - 'bouton_tenter_recuperation' => 'Esèy yon aranjman', |
|
| 56 | - 'bouton_test_proxy' => 'Esèy proksi', |
|
| 57 | - 'bouton_vider_cache' => 'Vid kach-la', |
|
| 38 | + // B |
|
| 39 | + 'bouton_acces_ldap' => 'Ajoute yon aksé LDAP', |
|
| 40 | + 'bouton_ajouter' => 'Ajoute', |
|
| 41 | + 'bouton_demande_publication' => 'Mann atik la i parèt', |
|
| 42 | + 'bouton_desactive_tout' => 'Empeche laktivasyon', |
|
| 43 | + 'bouton_effacer_tout' => 'Kraze TOUT', |
|
| 44 | + 'bouton_envoyer_message' => 'Mesaj se bon : voye', |
|
| 45 | + 'bouton_modifier' => 'Chanje', |
|
| 46 | + 'bouton_radio_afficher' => 'Fé parèt', |
|
| 47 | + 'bouton_radio_apparaitre_liste_redacteurs_connectes' => 'Montre w nan lis redaktè yo ap an liy', |
|
| 48 | + 'bouton_radio_envoi_annonces_adresse' => 'Voye anons yo sou adrès la :', |
|
| 49 | + 'bouton_radio_envoi_liste_nouveautes' => 'Voye yon lis nouvèlte yo', |
|
| 50 | + 'bouton_radio_non_apparaitre_liste_redacteurs_connectes' => 'Ann pa aparèt w nan lis redakté yo ap an liy', |
|
| 51 | + 'bouton_radio_non_envoi_annonces_editoriales' => 'Rete voye anons editoyal ', |
|
| 52 | + 'bouton_redirection' => 'TOUNYEN ADRES DEYO', |
|
| 53 | + 'bouton_relancer_installation' => 'Ann eseye ankò instalasyon nan', |
|
| 54 | + 'bouton_suivant' => 'Swivan', |
|
| 55 | + 'bouton_tenter_recuperation' => 'Esèy yon aranjman', |
|
| 56 | + 'bouton_test_proxy' => 'Esèy proksi', |
|
| 57 | + 'bouton_vider_cache' => 'Vid kach-la', |
|
| 58 | 58 | |
| 59 | - // C |
|
| 60 | - 'cache_modifiable_webmestre' => 'Webmèt sit-la sèlman li kap chanje paramèt sa-a.', |
|
| 61 | - 'calendrier_synchro' => 'Si w itilize yon logisyèl pou en lajenda ki mache ak <b>iCal</b> (Apple iCal, Mozilla Calendar, Ximian Evolution, KOrganizer...), w pé mèt ali swiv yon ritm laktyalité sit-la kan li chanje.', |
|
| 59 | + // C |
|
| 60 | + 'cache_modifiable_webmestre' => 'Webmèt sit-la sèlman li kap chanje paramèt sa-a.', |
|
| 61 | + 'calendrier_synchro' => 'Si w itilize yon logisyèl pou en lajenda ki mache ak <b>iCal</b> (Apple iCal, Mozilla Calendar, Ximian Evolution, KOrganizer...), w pé mèt ali swiv yon ritm laktyalité sit-la kan li chanje.', |
|
| 62 | 62 | |
| 63 | - // D |
|
| 64 | - 'date_mot_heures' => 'èr yo', |
|
| 63 | + // D |
|
| 64 | + 'date_mot_heures' => 'èr yo', |
|
| 65 | 65 | |
| 66 | - // E |
|
| 67 | - 'email' => 'limèl', |
|
| 68 | - 'email_2' => 'limèl :', |
|
| 69 | - 'entree_adresse_annuaire' => 'Adrès nan aniyè', |
|
| 70 | - 'entree_adresse_email' => 'ou ladrès limèl', |
|
| 71 | - 'entree_base_donnee_1' => 'Ladrès bazdone', |
|
| 72 | - 'entree_base_donnee_2' => '(Souvan ladrès-la se paréy sak ladrès sitwèb w-a, osnon lès senpman «localhost», oubyen lès ali vid.)', |
|
| 73 | - 'entree_biographie' => 'Ki se w (kèk mo sèlman).', |
|
| 74 | - 'entree_chemin_acces' => '<b>Rantre</b> chemen pou aksè :', |
|
| 75 | - 'entree_cle_pgp' => 'Ou klé PGP', |
|
| 76 | - 'entree_contenu_rubrique' => '(Kisa ribrik-la gen kontni nan kèk mo.)', |
|
| 77 | - 'entree_identifiants_connexion' => 'Ou lidantifyan pou koneksyon...', |
|
| 78 | - 'entree_informations_connexion_ldap' => 'Mèsi mèt dann komisyon-la tout enfòmasyon nésesè pou abòd laniyè LDAP. |
|
| 66 | + // E |
|
| 67 | + 'email' => 'limèl', |
|
| 68 | + 'email_2' => 'limèl :', |
|
| 69 | + 'entree_adresse_annuaire' => 'Adrès nan aniyè', |
|
| 70 | + 'entree_adresse_email' => 'ou ladrès limèl', |
|
| 71 | + 'entree_base_donnee_1' => 'Ladrès bazdone', |
|
| 72 | + 'entree_base_donnee_2' => '(Souvan ladrès-la se paréy sak ladrès sitwèb w-a, osnon lès senpman «localhost», oubyen lès ali vid.)', |
|
| 73 | + 'entree_biographie' => 'Ki se w (kèk mo sèlman).', |
|
| 74 | + 'entree_chemin_acces' => '<b>Rantre</b> chemen pou aksè :', |
|
| 75 | + 'entree_cle_pgp' => 'Ou klé PGP', |
|
| 76 | + 'entree_contenu_rubrique' => '(Kisa ribrik-la gen kontni nan kèk mo.)', |
|
| 77 | + 'entree_identifiants_connexion' => 'Ou lidantifyan pou koneksyon...', |
|
| 78 | + 'entree_informations_connexion_ldap' => 'Mèsi mèt dann komisyon-la tout enfòmasyon nésesè pou abòd laniyè LDAP. |
|
| 79 | 79 | |
| 80 | 80 | |
| 81 | 81 | Tout informasyon-nan, komandèr-sistèm ou komandèr-rézo li dwa donn a w.', |
| 82 | - 'entree_infos_perso' => 'Kouman w rele ?', |
|
| 83 | - 'entree_interieur_rubrique' => 'Andan ribrik-la :', |
|
| 84 | - 'entree_liens_sites' => '<b>Lyen ipètèks</b> (referans, sit pou fè yon vire...)', |
|
| 85 | - 'entree_login' => 'Ou nonkod', |
|
| 86 | - 'entree_login_connexion_1' => 'Nonkod pou koneksyon', |
|
| 87 | - 'entree_login_connexion_2' => '(souvan se nondkod ou pou laksé FTP mèm ; men se posib lès vid)', |
|
| 88 | - 'entree_mot_passe' => 'Ou modpas', |
|
| 89 | - 'entree_mot_passe_1' => 'Modpas pou koneksyon', |
|
| 90 | - 'entree_mot_passe_2' => '(souvan se nondkod ou pou laksé FTP menm ; men se posib lès vid)', |
|
| 91 | - 'entree_nom_fichier' => 'Mési enskri kouman fichye @texte_compresse@ i rele:', |
|
| 92 | - 'entree_nom_pseudo' => 'Kouman w rele', |
|
| 93 | - 'entree_nom_pseudo_1' => '(Kouman w rele)', |
|
| 94 | - 'entree_nom_site' => 'Kouman sit li rele', |
|
| 95 | - 'entree_nouveau_passe' => 'Nouvo modpas', |
|
| 96 | - 'entree_passe_ldap' => 'Modpas', |
|
| 97 | - 'entree_port_annuaire' => 'Niméwo por lanyè', |
|
| 98 | - 'entree_signature' => 'Siyati', |
|
| 99 | - 'entree_titre_obligatoire' => '<b>Kouman bagay la rele</b> [Nesesè]<br />', |
|
| 100 | - 'entree_url' => 'Ladrès (URL) sit-w', |
|
| 101 | - 'erreur_plugin_fichier_absent' => 'Oken fichye', |
|
| 102 | - 'erreur_plugin_fichier_def_absent' => 'Oken fichye pou definisyon an', |
|
| 103 | - 'erreur_plugin_nom_fonction_interdit' => 'Kouman fichiye a rele se entedi ', |
|
| 104 | - 'erreur_plugin_nom_manquant' => 'W ki pa rele plegin an ', |
|
| 105 | - 'erreur_plugin_tag_plugin_absent' => '<Pa oken plegin an > nan fichye pou définisyon', |
|
| 106 | - 'erreur_plugin_version_manquant' => 'Pa oken vesyon plegin an', |
|
| 82 | + 'entree_infos_perso' => 'Kouman w rele ?', |
|
| 83 | + 'entree_interieur_rubrique' => 'Andan ribrik-la :', |
|
| 84 | + 'entree_liens_sites' => '<b>Lyen ipètèks</b> (referans, sit pou fè yon vire...)', |
|
| 85 | + 'entree_login' => 'Ou nonkod', |
|
| 86 | + 'entree_login_connexion_1' => 'Nonkod pou koneksyon', |
|
| 87 | + 'entree_login_connexion_2' => '(souvan se nondkod ou pou laksé FTP mèm ; men se posib lès vid)', |
|
| 88 | + 'entree_mot_passe' => 'Ou modpas', |
|
| 89 | + 'entree_mot_passe_1' => 'Modpas pou koneksyon', |
|
| 90 | + 'entree_mot_passe_2' => '(souvan se nondkod ou pou laksé FTP menm ; men se posib lès vid)', |
|
| 91 | + 'entree_nom_fichier' => 'Mési enskri kouman fichye @texte_compresse@ i rele:', |
|
| 92 | + 'entree_nom_pseudo' => 'Kouman w rele', |
|
| 93 | + 'entree_nom_pseudo_1' => '(Kouman w rele)', |
|
| 94 | + 'entree_nom_site' => 'Kouman sit li rele', |
|
| 95 | + 'entree_nouveau_passe' => 'Nouvo modpas', |
|
| 96 | + 'entree_passe_ldap' => 'Modpas', |
|
| 97 | + 'entree_port_annuaire' => 'Niméwo por lanyè', |
|
| 98 | + 'entree_signature' => 'Siyati', |
|
| 99 | + 'entree_titre_obligatoire' => '<b>Kouman bagay la rele</b> [Nesesè]<br />', |
|
| 100 | + 'entree_url' => 'Ladrès (URL) sit-w', |
|
| 101 | + 'erreur_plugin_fichier_absent' => 'Oken fichye', |
|
| 102 | + 'erreur_plugin_fichier_def_absent' => 'Oken fichye pou definisyon an', |
|
| 103 | + 'erreur_plugin_nom_fonction_interdit' => 'Kouman fichiye a rele se entedi ', |
|
| 104 | + 'erreur_plugin_nom_manquant' => 'W ki pa rele plegin an ', |
|
| 105 | + 'erreur_plugin_tag_plugin_absent' => '<Pa oken plegin an > nan fichye pou définisyon', |
|
| 106 | + 'erreur_plugin_version_manquant' => 'Pa oken vesyon plegin an', |
|
| 107 | 107 | |
| 108 | - // I |
|
| 109 | - 'ical_info1' => 'Paj-la ka donn a w kouman w kap gen lyen ak lavi sit-la.', |
|
| 110 | - 'ical_info2' => 'Si w vle dot ranseyman sou tout teknik anlèr, ezit pa gad <a href="@spipnet@">tout paj dokimantasyon pou SPIP</a>.', # MODIF |
|
| 111 | - 'ical_info_calendrier' => 'W genyen dé kalandryé. Promyè sé kart sit-la ki anonsé tout atik piblyé. Lòt dezyèm se kalandryé ka kontni tout anons editoryal yo ak mesaj prive yo ki w te genyen : kalandryé a se résèvè pou w sèlman akoz w gen ositou yon klé pèsònel. Klé ou-a kap chanje nepòt kan w vle pa chanje modpas w-a.', |
|
| 112 | - 'ical_methode_http' => 'Telechajman', |
|
| 113 | - 'ical_methode_webcal' => 'Sinkwonizasyon (webcal://)', # MODIF |
|
| 114 | - 'ical_texte_js' => 'Yon liy javaskrip (javascript) ka pémè w fé parèt senpman tout atik résan nan ki te pibliyé nan sit la, sou nepòt sit ki w genyen a w.', |
|
| 115 | - 'ical_texte_prive' => 'Kalandriyé a, se sèlman pèsònel, ki enfòm a w kisa se laktivité editoryal pwivé sou sit-la (kisa se ankò pou fè, rannkont lòt patisipan, kisa se atik yo ak tinouvèl ki pwopozé pou piblikasyon...).', |
|
| 116 | - 'ical_texte_public' => 'Kalandriyé a ka pémè w swiv laktivité piblik sou sit la (atik yo ak tinouvèl ositou ki pibliyé).', |
|
| 117 | - 'ical_texte_rss' => 'Ou kap sendiké tout nouvèltè sou sit la nan nepòt kisa lèktè fichyé a ki mache sou fòma XML/RSS (Rich Site Summary). Fòma se fòma ka pémè SPIP fè lekti tout nouvèlté ki pibliyé sou lòt sit yo ka itilize yon fòma echanj posib (konpatib konsa sit sendiké yo).', |
|
| 118 | - 'ical_titre_js' => 'Javascript', |
|
| 119 | - 'ical_titre_mailing' => 'Lis-limèl', |
|
| 120 | - 'ical_titre_rss' => 'Fichye yo pou sendikasyon', |
|
| 121 | - 'icone_activer_cookie' => 'Mèt yon gatomakro ', |
|
| 122 | - 'icone_admin_plugin' => 'Jere tout plegin yo', |
|
| 123 | - 'icone_afficher_auteurs' => 'Afiche lotè yo', |
|
| 124 | - 'icone_afficher_visiteurs' => 'Afiche vizitè yo', |
|
| 125 | - 'icone_arret_discussion' => 'Rete sotni kozman-nan', |
|
| 126 | - 'icone_calendrier' => 'Kalandrye', |
|
| 127 | - 'icone_creer_auteur' => 'Kreye yon nouvo lotè ek mèt ali ak atik la', |
|
| 128 | - 'icone_creer_mot_cle' => 'Kreye yon nouvo mokle ek gen yon lyen ak atik la', |
|
| 129 | - 'icone_creer_rubrique_2' => 'Kreye yon nouvo ribrik', |
|
| 130 | - 'icone_modifier_article' => 'Chanje atik la', |
|
| 131 | - 'icone_modifier_rubrique' => 'Chanje ribrik la', |
|
| 132 | - 'icone_retour' => 'Tounyen deyé', |
|
| 133 | - 'icone_retour_article' => 'Tounyen deyé sou atik a', |
|
| 134 | - 'icone_supprimer_cookie' => 'Kraze gatomakro ', |
|
| 135 | - 'icone_supprimer_rubrique' => 'Kraze ribrik la', |
|
| 136 | - 'icone_supprimer_signature' => 'Kraze siyati a', |
|
| 137 | - 'icone_valider_signature' => 'Konfime siyati a', |
|
| 138 | - 'image_administrer_rubrique' => 'Ou kapab gèr ribrik la', |
|
| 139 | - 'impossible_modifier_login_auteur' => 'Impossible de modifier le login.', # MODIF |
|
| 140 | - 'impossible_modifier_pass_auteur' => 'Impossible de modifier le mot de passe.', # MODIF |
|
| 141 | - 'info_1_article' => '1 atik', |
|
| 142 | - 'info_activer_cookie' => 'Ou kapab mèt <b> yon gatomakro ki rokonèt a w</b>, ki ke pèmè |
|
| 108 | + // I |
|
| 109 | + 'ical_info1' => 'Paj-la ka donn a w kouman w kap gen lyen ak lavi sit-la.', |
|
| 110 | + 'ical_info2' => 'Si w vle dot ranseyman sou tout teknik anlèr, ezit pa gad <a href="@spipnet@">tout paj dokimantasyon pou SPIP</a>.', # MODIF |
|
| 111 | + 'ical_info_calendrier' => 'W genyen dé kalandryé. Promyè sé kart sit-la ki anonsé tout atik piblyé. Lòt dezyèm se kalandryé ka kontni tout anons editoryal yo ak mesaj prive yo ki w te genyen : kalandryé a se résèvè pou w sèlman akoz w gen ositou yon klé pèsònel. Klé ou-a kap chanje nepòt kan w vle pa chanje modpas w-a.', |
|
| 112 | + 'ical_methode_http' => 'Telechajman', |
|
| 113 | + 'ical_methode_webcal' => 'Sinkwonizasyon (webcal://)', # MODIF |
|
| 114 | + 'ical_texte_js' => 'Yon liy javaskrip (javascript) ka pémè w fé parèt senpman tout atik résan nan ki te pibliyé nan sit la, sou nepòt sit ki w genyen a w.', |
|
| 115 | + 'ical_texte_prive' => 'Kalandriyé a, se sèlman pèsònel, ki enfòm a w kisa se laktivité editoryal pwivé sou sit-la (kisa se ankò pou fè, rannkont lòt patisipan, kisa se atik yo ak tinouvèl ki pwopozé pou piblikasyon...).', |
|
| 116 | + 'ical_texte_public' => 'Kalandriyé a ka pémè w swiv laktivité piblik sou sit la (atik yo ak tinouvèl ositou ki pibliyé).', |
|
| 117 | + 'ical_texte_rss' => 'Ou kap sendiké tout nouvèltè sou sit la nan nepòt kisa lèktè fichyé a ki mache sou fòma XML/RSS (Rich Site Summary). Fòma se fòma ka pémè SPIP fè lekti tout nouvèlté ki pibliyé sou lòt sit yo ka itilize yon fòma echanj posib (konpatib konsa sit sendiké yo).', |
|
| 118 | + 'ical_titre_js' => 'Javascript', |
|
| 119 | + 'ical_titre_mailing' => 'Lis-limèl', |
|
| 120 | + 'ical_titre_rss' => 'Fichye yo pou sendikasyon', |
|
| 121 | + 'icone_activer_cookie' => 'Mèt yon gatomakro ', |
|
| 122 | + 'icone_admin_plugin' => 'Jere tout plegin yo', |
|
| 123 | + 'icone_afficher_auteurs' => 'Afiche lotè yo', |
|
| 124 | + 'icone_afficher_visiteurs' => 'Afiche vizitè yo', |
|
| 125 | + 'icone_arret_discussion' => 'Rete sotni kozman-nan', |
|
| 126 | + 'icone_calendrier' => 'Kalandrye', |
|
| 127 | + 'icone_creer_auteur' => 'Kreye yon nouvo lotè ek mèt ali ak atik la', |
|
| 128 | + 'icone_creer_mot_cle' => 'Kreye yon nouvo mokle ek gen yon lyen ak atik la', |
|
| 129 | + 'icone_creer_rubrique_2' => 'Kreye yon nouvo ribrik', |
|
| 130 | + 'icone_modifier_article' => 'Chanje atik la', |
|
| 131 | + 'icone_modifier_rubrique' => 'Chanje ribrik la', |
|
| 132 | + 'icone_retour' => 'Tounyen deyé', |
|
| 133 | + 'icone_retour_article' => 'Tounyen deyé sou atik a', |
|
| 134 | + 'icone_supprimer_cookie' => 'Kraze gatomakro ', |
|
| 135 | + 'icone_supprimer_rubrique' => 'Kraze ribrik la', |
|
| 136 | + 'icone_supprimer_signature' => 'Kraze siyati a', |
|
| 137 | + 'icone_valider_signature' => 'Konfime siyati a', |
|
| 138 | + 'image_administrer_rubrique' => 'Ou kapab gèr ribrik la', |
|
| 139 | + 'impossible_modifier_login_auteur' => 'Impossible de modifier le login.', # MODIF |
|
| 140 | + 'impossible_modifier_pass_auteur' => 'Impossible de modifier le mot de passe.', # MODIF |
|
| 141 | + 'info_1_article' => '1 atik', |
|
| 142 | + 'info_activer_cookie' => 'Ou kapab mèt <b> yon gatomakro ki rokonèt a w</b>, ki ke pèmè |
|
| 143 | 143 | fè yon viré ant sit piblik ek sit privé.', |
| 144 | - 'info_administrateur' => 'Komandè', |
|
| 145 | - 'info_administrateur_1' => 'Komandè', |
|
| 146 | - 'info_administrateur_2' => 'sit (<i>atansyon kan w ke itilize ali</i>)', |
|
| 147 | - 'info_administrateur_site_01' => 'Si w se komandè sit-la, mèsi', |
|
| 148 | - 'info_administrateur_site_02' => 'klik lyen nan', |
|
| 149 | - 'info_administrateurs' => 'Komandè yo', |
|
| 150 | - 'info_administrer_rubrique' => 'Ou kapab gère ribrik-la', |
|
| 151 | - 'info_adresse' => 'sou ladrès :', |
|
| 152 | - 'info_adresse_url' => 'Ladrès(URL) sit piblik', |
|
| 153 | - 'info_aide_en_ligne' => 'Bourad an liy SPIP', |
|
| 154 | - 'info_ajout_image' => 'Kan w vlé ajoute kèk imaj tankou kèk dokiman jwenn sou yon atik, |
|
| 144 | + 'info_administrateur' => 'Komandè', |
|
| 145 | + 'info_administrateur_1' => 'Komandè', |
|
| 146 | + 'info_administrateur_2' => 'sit (<i>atansyon kan w ke itilize ali</i>)', |
|
| 147 | + 'info_administrateur_site_01' => 'Si w se komandè sit-la, mèsi', |
|
| 148 | + 'info_administrateur_site_02' => 'klik lyen nan', |
|
| 149 | + 'info_administrateurs' => 'Komandè yo', |
|
| 150 | + 'info_administrer_rubrique' => 'Ou kapab gère ribrik-la', |
|
| 151 | + 'info_adresse' => 'sou ladrès :', |
|
| 152 | + 'info_adresse_url' => 'Ladrès(URL) sit piblik', |
|
| 153 | + 'info_aide_en_ligne' => 'Bourad an liy SPIP', |
|
| 154 | + 'info_ajout_image' => 'Kan w vlé ajoute kèk imaj tankou kèk dokiman jwenn sou yon atik, |
|
| 155 | 155 | Spip kap kreye kèk vinyèt ak imaj yo w te mèt sou sit la(kèk piti imaj)otomatikman.Konsa gen posib |
| 156 | 156 | kreye yon galri ou yon pòtfolyo otomatik. |
| 157 | 157 | .', |
| 158 | - 'info_ajouter_rubrique' => 'Ajoute yon lòt ribrik pou gére :', |
|
| 159 | - 'info_annonce_nouveautes' => 'Annons nouvèlté yo', |
|
| 160 | - 'info_article' => 'atik', |
|
| 161 | - 'info_article_2' => 'atik yo', |
|
| 162 | - 'info_article_a_paraitre' => 'Atik posdaté yo ki pou parèt', |
|
| 163 | - 'info_articles_02' => 'atik yo', |
|
| 164 | - 'info_articles_2' => 'Atik yo', |
|
| 165 | - 'info_articles_auteur' => 'Tout atik lotè-a ', |
|
| 166 | - 'info_articles_trouves' => 'Atik yo ki te rannkont', |
|
| 167 | - 'info_attente_validation' => 'Atik w-a ki tann komandè konfime', |
|
| 168 | - 'info_aujourdhui' => 'jodiya, :', |
|
| 169 | - 'info_auteurs' => 'Lotè yo', |
|
| 170 | - 'info_auteurs_par_tri' => 'Lotè yo@partri@', |
|
| 171 | - 'info_auteurs_trouves' => 'Lotè yo ki te fin rannkont', |
|
| 172 | - 'info_authentification_externe' => 'Lotantifikasyon déò', |
|
| 173 | - 'info_avertissement' => 'Mesaj pou atansyon', |
|
| 174 | - 'info_base_installee' => 'Strikti bazdone se enstale.', |
|
| 175 | - 'info_chapeau' => 'Chapo', |
|
| 176 | - 'info_chapeau_2' => 'Chapo :', |
|
| 177 | - 'info_chemin_acces_1' => 'Opsyion sa-yo: <b>Chemen pou laksè nan laniyè</b>', |
|
| 178 | - 'info_chemin_acces_2' => 'Ou kapak konfigir chemen laksé sou enfòmasyon sa-yo ki nan laniyè. enfòmasyon-nan sé nésèsè pou fè lekti pwòfil zitilizatè yo ki enskinan laniyè sa-a.', |
|
| 179 | - 'info_chemin_acces_annuaire' => 'Opsyon sa-yo : <b>Chemen pou laksè nan lanyè', |
|
| 180 | - 'info_choix_base' => 'Trwazièm etap :', |
|
| 181 | - 'info_classement_1' => '<sup>ye</sup> sou @liste@', |
|
| 182 | - 'info_classement_2' => '<sup>em</sup> sou @liste@', |
|
| 183 | - 'info_code_acces' => 'Oubliy pa kod laksè w-a, pou w mèm !', |
|
| 184 | - 'info_config_suivi' => 'Si ladrès-la ap koresponn yon lis-limèl, w kap enskri isit anba ladès tout patisapan sou sit-la yon ke kap enskri a y. Ladrès-la pétèt se yon URL (pa egsanp lapaj lenskrisyon sou lalis-limèl pa Web-la), osnon yon ladrès limèl ki gen yon sijé spécifik (pa egsanp: <tt>@adresse_suivi@?subject=subscribe</tt>):', |
|
| 185 | - 'info_config_suivi_explication' => 'W kap enskri w pou ou gen lalis-limèl sit-la. Ou ke gen alò yon limèl pou rankont tout anons pou atik-la ek tinouvèl nan sit-la ki pwopozé pou piblikasyon.', |
|
| 186 | - 'info_confirmer_passe' => 'Konfime nouvo modpas-la :', |
|
| 187 | - 'info_connexion_base' => 'Dezyem etap : <b>Esey fè yon koneksyon sou labaz</b>', # MODIF |
|
| 188 | - 'info_connexion_ldap_ok' => 'Koneksyon LDAP te mache.</b><p> Ann gen w etap swivan.</p>', # MODIF |
|
| 189 | - 'info_connexion_mysql' => 'Premye etap : <b>Ou koneksyon SQL</b>', # MODIF |
|
| 190 | - 'info_connexion_ok' => 'Koneksyon nan te fin mache.', |
|
| 191 | - 'info_contact' => 'Kontak', |
|
| 192 | - 'info_contenu_articles' => 'Kisa ap kontni nan atik yo', |
|
| 193 | - 'info_creation_paragraphe' => '(Pou kreye kèk pawagwaf, ann lès kèk liy vid senpman.)', # MODIF |
|
| 194 | - 'info_creation_rubrique' => 'Avan w kapab ekri kèk atik,<br /> fòk w te fin kreye yon ribrik omwen.<br />', |
|
| 195 | - 'info_creation_tables' => 'Katryèm etap : <b>Kreye kèk tab nan bazdone</b>', # MODIF |
|
| 196 | - 'info_creer_base' => '<b>Kreye</b> yon nouvo bazdone :', |
|
| 197 | - 'info_dans_rubrique' => 'Andan ribrik :', |
|
| 198 | - 'info_date_publication_anterieure' => 'Dat li te fin pibliyé avan :', |
|
| 199 | - 'info_date_referencement' => 'DAT SIT-LA TE FIN REFERANSE :', |
|
| 200 | - 'info_derniere_etape' => 'Dènye etap : <b> se fin fini !', # MODIF |
|
| 201 | - 'info_descriptif' => 'Dekrisyon :', |
|
| 202 | - 'info_discussion_cours' => 'Kozman ki ap diskite', |
|
| 203 | - 'info_ecrire_article' => 'Ou dwa dabò kreye yon premyé ribrik avan ekri yon atik.', |
|
| 204 | - 'info_email_envoi' => 'Adrès limèl pour voye yon mesaj (pa oblijé)', |
|
| 205 | - 'info_email_envoi_txt' => 'Ann enskri isit ladrès fòk limèl yo ke rive sou (osnon ladrès destinatè ke itilise konsa yon ladrès pou lanvwa) :', |
|
| 206 | - 'info_email_webmestre' => 'Ladrès limèl wèbmèt(pa oblije)', # MODIF |
|
| 207 | - 'info_envoi_email_automatique' => 'Pou voye kèk limèl otomatikman', |
|
| 208 | - 'info_envoyer_maintenant' => 'Voye kounye-a touswit', |
|
| 209 | - 'info_etape_suivante' => 'Mach etap swivan', |
|
| 210 | - 'info_etape_suivante_1' => 'Ou kapab mach etap swivan.', |
|
| 211 | - 'info_etape_suivante_2' => 'Ou kapab mach etap swivan.', |
|
| 212 | - 'info_exportation_base' => 'espòtasyon labaz sou @archive@', |
|
| 213 | - 'info_facilite_suivi_activite' => 'Pou yon swivi fasil lakivité sit-la |
|
| 158 | + 'info_ajouter_rubrique' => 'Ajoute yon lòt ribrik pou gére :', |
|
| 159 | + 'info_annonce_nouveautes' => 'Annons nouvèlté yo', |
|
| 160 | + 'info_article' => 'atik', |
|
| 161 | + 'info_article_2' => 'atik yo', |
|
| 162 | + 'info_article_a_paraitre' => 'Atik posdaté yo ki pou parèt', |
|
| 163 | + 'info_articles_02' => 'atik yo', |
|
| 164 | + 'info_articles_2' => 'Atik yo', |
|
| 165 | + 'info_articles_auteur' => 'Tout atik lotè-a ', |
|
| 166 | + 'info_articles_trouves' => 'Atik yo ki te rannkont', |
|
| 167 | + 'info_attente_validation' => 'Atik w-a ki tann komandè konfime', |
|
| 168 | + 'info_aujourdhui' => 'jodiya, :', |
|
| 169 | + 'info_auteurs' => 'Lotè yo', |
|
| 170 | + 'info_auteurs_par_tri' => 'Lotè yo@partri@', |
|
| 171 | + 'info_auteurs_trouves' => 'Lotè yo ki te fin rannkont', |
|
| 172 | + 'info_authentification_externe' => 'Lotantifikasyon déò', |
|
| 173 | + 'info_avertissement' => 'Mesaj pou atansyon', |
|
| 174 | + 'info_base_installee' => 'Strikti bazdone se enstale.', |
|
| 175 | + 'info_chapeau' => 'Chapo', |
|
| 176 | + 'info_chapeau_2' => 'Chapo :', |
|
| 177 | + 'info_chemin_acces_1' => 'Opsyion sa-yo: <b>Chemen pou laksè nan laniyè</b>', |
|
| 178 | + 'info_chemin_acces_2' => 'Ou kapak konfigir chemen laksé sou enfòmasyon sa-yo ki nan laniyè. enfòmasyon-nan sé nésèsè pou fè lekti pwòfil zitilizatè yo ki enskinan laniyè sa-a.', |
|
| 179 | + 'info_chemin_acces_annuaire' => 'Opsyon sa-yo : <b>Chemen pou laksè nan lanyè', |
|
| 180 | + 'info_choix_base' => 'Trwazièm etap :', |
|
| 181 | + 'info_classement_1' => '<sup>ye</sup> sou @liste@', |
|
| 182 | + 'info_classement_2' => '<sup>em</sup> sou @liste@', |
|
| 183 | + 'info_code_acces' => 'Oubliy pa kod laksè w-a, pou w mèm !', |
|
| 184 | + 'info_config_suivi' => 'Si ladrès-la ap koresponn yon lis-limèl, w kap enskri isit anba ladès tout patisapan sou sit-la yon ke kap enskri a y. Ladrès-la pétèt se yon URL (pa egsanp lapaj lenskrisyon sou lalis-limèl pa Web-la), osnon yon ladrès limèl ki gen yon sijé spécifik (pa egsanp: <tt>@adresse_suivi@?subject=subscribe</tt>):', |
|
| 185 | + 'info_config_suivi_explication' => 'W kap enskri w pou ou gen lalis-limèl sit-la. Ou ke gen alò yon limèl pou rankont tout anons pou atik-la ek tinouvèl nan sit-la ki pwopozé pou piblikasyon.', |
|
| 186 | + 'info_confirmer_passe' => 'Konfime nouvo modpas-la :', |
|
| 187 | + 'info_connexion_base' => 'Dezyem etap : <b>Esey fè yon koneksyon sou labaz</b>', # MODIF |
|
| 188 | + 'info_connexion_ldap_ok' => 'Koneksyon LDAP te mache.</b><p> Ann gen w etap swivan.</p>', # MODIF |
|
| 189 | + 'info_connexion_mysql' => 'Premye etap : <b>Ou koneksyon SQL</b>', # MODIF |
|
| 190 | + 'info_connexion_ok' => 'Koneksyon nan te fin mache.', |
|
| 191 | + 'info_contact' => 'Kontak', |
|
| 192 | + 'info_contenu_articles' => 'Kisa ap kontni nan atik yo', |
|
| 193 | + 'info_creation_paragraphe' => '(Pou kreye kèk pawagwaf, ann lès kèk liy vid senpman.)', # MODIF |
|
| 194 | + 'info_creation_rubrique' => 'Avan w kapab ekri kèk atik,<br /> fòk w te fin kreye yon ribrik omwen.<br />', |
|
| 195 | + 'info_creation_tables' => 'Katryèm etap : <b>Kreye kèk tab nan bazdone</b>', # MODIF |
|
| 196 | + 'info_creer_base' => '<b>Kreye</b> yon nouvo bazdone :', |
|
| 197 | + 'info_dans_rubrique' => 'Andan ribrik :', |
|
| 198 | + 'info_date_publication_anterieure' => 'Dat li te fin pibliyé avan :', |
|
| 199 | + 'info_date_referencement' => 'DAT SIT-LA TE FIN REFERANSE :', |
|
| 200 | + 'info_derniere_etape' => 'Dènye etap : <b> se fin fini !', # MODIF |
|
| 201 | + 'info_descriptif' => 'Dekrisyon :', |
|
| 202 | + 'info_discussion_cours' => 'Kozman ki ap diskite', |
|
| 203 | + 'info_ecrire_article' => 'Ou dwa dabò kreye yon premyé ribrik avan ekri yon atik.', |
|
| 204 | + 'info_email_envoi' => 'Adrès limèl pour voye yon mesaj (pa oblijé)', |
|
| 205 | + 'info_email_envoi_txt' => 'Ann enskri isit ladrès fòk limèl yo ke rive sou (osnon ladrès destinatè ke itilise konsa yon ladrès pou lanvwa) :', |
|
| 206 | + 'info_email_webmestre' => 'Ladrès limèl wèbmèt(pa oblije)', # MODIF |
|
| 207 | + 'info_envoi_email_automatique' => 'Pou voye kèk limèl otomatikman', |
|
| 208 | + 'info_envoyer_maintenant' => 'Voye kounye-a touswit', |
|
| 209 | + 'info_etape_suivante' => 'Mach etap swivan', |
|
| 210 | + 'info_etape_suivante_1' => 'Ou kapab mach etap swivan.', |
|
| 211 | + 'info_etape_suivante_2' => 'Ou kapab mach etap swivan.', |
|
| 212 | + 'info_exportation_base' => 'espòtasyon labaz sou @archive@', |
|
| 213 | + 'info_facilite_suivi_activite' => 'Pou yon swivi fasil lakivité sit-la |
|
| 214 | 214 | , SPIP kapab |
| 215 | 215 | voye tout domann osnon konfimasyon pou fè parèt yon atik pa egsanp nan list-limèl pou redaktè.', |
| 216 | - 'info_fichiers_authent' => 'Fichye yo pou lotantifikasyon « .htpasswd »', |
|
| 217 | - 'info_forums_abo_invites' => 'Sit w genyen fowom sou abonman ; vizitè se invite enskri ali sou sit piblik.', |
|
| 218 | - 'info_gauche_admin_tech' => '<b>Responsab sit-la selman kapab fè lekti paj-la.</b><p> Li pèrmè laksé pou diféran fonksyon teknik pou swen sit sa-a. Genyen fonksyon sa-yo ki doman yon otantifikasyon espesifik ki doman yon laksé FTP pou sitweb-la.</p>', # MODIF |
|
| 219 | - 'info_gauche_admin_vider' => '<b>Responsab sit-la selman kapab fè lekti paj-la.</b><p> Li pèrmè laksé pou diféran fonksyon teknik pou swen sit sa-a. Genyen fonksyon sa-yo ki doman yon otantifikasyon espesifik ki doman yon laksé FTP pou sitweb-la.</p>', # MODIF |
|
| 220 | - 'info_gauche_auteurs' => 'Isit, genyen tout zotè sit sa-a. |
|
| 216 | + 'info_fichiers_authent' => 'Fichye yo pou lotantifikasyon « .htpasswd »', |
|
| 217 | + 'info_forums_abo_invites' => 'Sit w genyen fowom sou abonman ; vizitè se invite enskri ali sou sit piblik.', |
|
| 218 | + 'info_gauche_admin_tech' => '<b>Responsab sit-la selman kapab fè lekti paj-la.</b><p> Li pèrmè laksé pou diféran fonksyon teknik pou swen sit sa-a. Genyen fonksyon sa-yo ki doman yon otantifikasyon espesifik ki doman yon laksé FTP pou sitweb-la.</p>', # MODIF |
|
| 219 | + 'info_gauche_admin_vider' => '<b>Responsab sit-la selman kapab fè lekti paj-la.</b><p> Li pèrmè laksé pou diféran fonksyon teknik pou swen sit sa-a. Genyen fonksyon sa-yo ki doman yon otantifikasyon espesifik ki doman yon laksé FTP pou sitweb-la.</p>', # MODIF |
|
| 220 | + 'info_gauche_auteurs' => 'Isit, genyen tout zotè sit sa-a. |
|
| 221 | 221 | Koulè imaj rannkont stati yo (komandè = vèr; redaktè = jon).', |
| 222 | - 'info_gauche_auteurs_exterieurs' => 'Tout lòtè andèyò, ki genyen pa aksè sit-la, se afiche pa yon ikòn blè ; |
|
| 222 | + 'info_gauche_auteurs_exterieurs' => 'Tout lòtè andèyò, ki genyen pa aksè sit-la, se afiche pa yon ikòn blè ; |
|
| 223 | 223 | lòtè yo ki te kraze se yon bwat poubèl.', # MODIF |
| 224 | - 'info_gauche_messagerie' => 'Mesajri rann w kapab voye tout mesaj ant redaktè, gade pansbèt (pèsonel) osnon fè parèt annons sou paj akey nan espas prive (si w se komandè).', |
|
| 225 | - 'info_gauche_statistiques_referers' => 'Paj-la se paj ki done lis <i>referers</i>, se dir tout sit sa-yo ki genyen lyen ki rive sou sit w, yer ak jodila ; li repar zéwo tout 24èr la.', |
|
| 226 | - 'info_gauche_visiteurs_enregistres' => 'Ou ka rannkont isit vizitè yo ki enskri |
|
| 224 | + 'info_gauche_messagerie' => 'Mesajri rann w kapab voye tout mesaj ant redaktè, gade pansbèt (pèsonel) osnon fè parèt annons sou paj akey nan espas prive (si w se komandè).', |
|
| 225 | + 'info_gauche_statistiques_referers' => 'Paj-la se paj ki done lis <i>referers</i>, se dir tout sit sa-yo ki genyen lyen ki rive sou sit w, yer ak jodila ; li repar zéwo tout 24èr la.', |
|
| 226 | + 'info_gauche_visiteurs_enregistres' => 'Ou ka rannkont isit vizitè yo ki enskri |
|
| 227 | 227 | nan espas piblik sit sa-a (fowom sou labonman).', |
| 228 | - 'info_generation_miniatures_images' => 'Kreyasyon piti imaj la', |
|
| 229 | - 'info_hebergeur_desactiver_envoi_email' => 'Kèk lebègè ki sispann posibilitè voye kèk limèl otomatikman |
|
| 228 | + 'info_generation_miniatures_images' => 'Kreyasyon piti imaj la', |
|
| 229 | + 'info_hebergeur_desactiver_envoi_email' => 'Kèk lebègè ki sispann posibilitè voye kèk limèl otomatikman |
|
| 230 | 230 | sou sèvè yo-a. Alò, tout fonksyonalité swivan ke pa mache. |
| 231 | 231 | ', |
| 232 | - 'info_hier' => 'yèr :', |
|
| 233 | - 'info_identification_publique' => 'Ou lidantité piblik...', |
|
| 234 | - 'info_image_process' => 'Tanpri chwazi mèyè métod pou lakreyasyon viyèt yo. Pou sa-a mèsi klike sou imaj la ki koresponn.', |
|
| 235 | - 'info_image_process2' => '<b>N.B.</b> <i>Si oken imaj ki parèt, pètèt se sèvè ki ebèj sit ou ki pa konfigire pou itilize outiy sa-yo. Fòk w kontak responsab teknik sèvè an pou domann tout ektansyon «GD» ou «Imagick» sa-yo.</i>', # MODIF |
|
| 236 | - 'info_images_auto' => 'Imaj kalkilé otomatikman', |
|
| 237 | - 'info_informations_personnelles' => 'Sinkyèm etap : <b>Enfòmasyon pèsonel yo</b>', # MODIF |
|
| 238 | - 'info_inscription_automatique' => 'Enskrisyon otomatik pou nouvo redaktè yo', |
|
| 239 | - 'info_jeu_caractere' => 'Je kawaktè-liprimiri pou sit sa-a', |
|
| 240 | - 'info_jours' => 'jou yo', |
|
| 241 | - 'info_laisser_champs_vides' => 'lès chan vid yo', |
|
| 242 | - 'info_langues' => 'Tout lanng sit la', |
|
| 243 | - 'info_ldap_ok' => 'Lotantifikasyon LDAP se enstale.', |
|
| 244 | - 'info_lien_hypertexte' => 'Lyen ipètèks :', |
|
| 245 | - 'info_liste_redacteurs_connectes' => 'Llis redaktè ki ap an liy kounye-a', |
|
| 246 | - 'info_login_existant' => 'Nonkod la ki egziste deja.', |
|
| 247 | - 'info_login_trop_court' => 'Nondkod ki tro piti.', |
|
| 248 | - 'info_maximum' => 'maksimom :', |
|
| 249 | - 'info_meme_rubrique' => 'Lòt dokiman nan pati sa a nan sit la', |
|
| 250 | - 'info_message_en_redaction' => 'Mesaj w yo ki ap ekri ankò', |
|
| 251 | - 'info_message_technique' => 'Mesaj tèknik :', |
|
| 252 | - 'info_messagerie_interne' => 'Kazmodékri andodan', |
|
| 253 | - 'info_mise_a_niveau_base' => 'Mèt baz SQL nan bon nivo', # MODIF |
|
| 254 | - 'info_mise_a_niveau_base_2' => '{{Tansyon!}} W te instalé yon vèsyon |
|
| 232 | + 'info_hier' => 'yèr :', |
|
| 233 | + 'info_identification_publique' => 'Ou lidantité piblik...', |
|
| 234 | + 'info_image_process' => 'Tanpri chwazi mèyè métod pou lakreyasyon viyèt yo. Pou sa-a mèsi klike sou imaj la ki koresponn.', |
|
| 235 | + 'info_image_process2' => '<b>N.B.</b> <i>Si oken imaj ki parèt, pètèt se sèvè ki ebèj sit ou ki pa konfigire pou itilize outiy sa-yo. Fòk w kontak responsab teknik sèvè an pou domann tout ektansyon «GD» ou «Imagick» sa-yo.</i>', # MODIF |
|
| 236 | + 'info_images_auto' => 'Imaj kalkilé otomatikman', |
|
| 237 | + 'info_informations_personnelles' => 'Sinkyèm etap : <b>Enfòmasyon pèsonel yo</b>', # MODIF |
|
| 238 | + 'info_inscription_automatique' => 'Enskrisyon otomatik pou nouvo redaktè yo', |
|
| 239 | + 'info_jeu_caractere' => 'Je kawaktè-liprimiri pou sit sa-a', |
|
| 240 | + 'info_jours' => 'jou yo', |
|
| 241 | + 'info_laisser_champs_vides' => 'lès chan vid yo', |
|
| 242 | + 'info_langues' => 'Tout lanng sit la', |
|
| 243 | + 'info_ldap_ok' => 'Lotantifikasyon LDAP se enstale.', |
|
| 244 | + 'info_lien_hypertexte' => 'Lyen ipètèks :', |
|
| 245 | + 'info_liste_redacteurs_connectes' => 'Llis redaktè ki ap an liy kounye-a', |
|
| 246 | + 'info_login_existant' => 'Nonkod la ki egziste deja.', |
|
| 247 | + 'info_login_trop_court' => 'Nondkod ki tro piti.', |
|
| 248 | + 'info_maximum' => 'maksimom :', |
|
| 249 | + 'info_meme_rubrique' => 'Lòt dokiman nan pati sa a nan sit la', |
|
| 250 | + 'info_message_en_redaction' => 'Mesaj w yo ki ap ekri ankò', |
|
| 251 | + 'info_message_technique' => 'Mesaj tèknik :', |
|
| 252 | + 'info_messagerie_interne' => 'Kazmodékri andodan', |
|
| 253 | + 'info_mise_a_niveau_base' => 'Mèt baz SQL nan bon nivo', # MODIF |
|
| 254 | + 'info_mise_a_niveau_base_2' => '{{Tansyon!}} W te instalé yon vèsyon |
|
| 255 | 255 | fichye SPIP ki {pli vyé} vèsyon sa-a ki sou sit avant |
| 256 | 256 | : genyen danje bazdone ou ke pèdi osnon li ki pa mache ek sit-la |
| 257 | 257 | pa mache mèm.<br />{{Fòk w instal ankò |
| 258 | 258 | yon lot fwa tout fichye spip pli frè.}}', |
| 259 | - 'info_modifier_rubrique' => 'Chanje ribrik-la :', |
|
| 260 | - 'info_modifier_titre' => 'Chanje : @titre@', |
|
| 261 | - 'info_mon_site_spip' => 'Sit SPIP a mwen', |
|
| 262 | - 'info_moyenne' => 'mwayèn :', |
|
| 263 | - 'info_multi_cet_article' => 'Lalanng atik la :', |
|
| 264 | - 'info_multi_langues_choisies' => 'Mèsi chwazi lang redaktè kapab itilize |
|
| 259 | + 'info_modifier_rubrique' => 'Chanje ribrik-la :', |
|
| 260 | + 'info_modifier_titre' => 'Chanje : @titre@', |
|
| 261 | + 'info_mon_site_spip' => 'Sit SPIP a mwen', |
|
| 262 | + 'info_moyenne' => 'mwayèn :', |
|
| 263 | + 'info_multi_cet_article' => 'Lalanng atik la :', |
|
| 264 | + 'info_multi_langues_choisies' => 'Mèsi chwazi lang redaktè kapab itilize |
|
| 265 | 265 | genyen inposib kraze lang sa-yo ki deja itilize sou sit-la (yo afiche premyé).', |
| 266 | - 'info_multi_secteurs' => '... sèlman sou ribrik andan rasin sit la ?', |
|
| 267 | - 'info_nom' => 'Kouman i rele', |
|
| 268 | - 'info_nom_destinataire' => 'Kouman destinatè i rele', |
|
| 269 | - 'info_nom_site' => 'Kouman sit la li rele', |
|
| 270 | - 'info_nombre_articles' => '@nb_articles@ atik (yo),', |
|
| 271 | - 'info_nombre_rubriques' => '@nb_rubriques@ ribrik (yo),', |
|
| 272 | - 'info_nombre_sites' => '@nb_sites@ sit (yo),', |
|
| 273 | - 'info_non_deplacer' => 'Mèsi chanje pa laplas-la...', |
|
| 274 | - 'info_non_envoi_annonce_dernieres_nouveautes' => 'Spip kapab voye lis dènryè nouvelté sou sit-la |
|
| 266 | + 'info_multi_secteurs' => '... sèlman sou ribrik andan rasin sit la ?', |
|
| 267 | + 'info_nom' => 'Kouman i rele', |
|
| 268 | + 'info_nom_destinataire' => 'Kouman destinatè i rele', |
|
| 269 | + 'info_nom_site' => 'Kouman sit la li rele', |
|
| 270 | + 'info_nombre_articles' => '@nb_articles@ atik (yo),', |
|
| 271 | + 'info_nombre_rubriques' => '@nb_rubriques@ ribrik (yo),', |
|
| 272 | + 'info_nombre_sites' => '@nb_sites@ sit (yo),', |
|
| 273 | + 'info_non_deplacer' => 'Mèsi chanje pa laplas-la...', |
|
| 274 | + 'info_non_envoi_annonce_dernieres_nouveautes' => 'Spip kapab voye lis dènryè nouvelté sou sit-la |
|
| 275 | 275 | (tout nouvo atik ak tinouvèl ki pibliyé).', |
| 276 | - 'info_non_envoi_liste_nouveautes' => 'Voye pa lis nouvelté.', |
|
| 277 | - 'info_non_modifiable' => 'ki pa posib chanje', |
|
| 278 | - 'info_non_suppression_mot_cle' => 'mwen vle pa kraze mokle-a.', |
|
| 279 | - 'info_notes' => 'Not yo', |
|
| 280 | - 'info_nouvel_article' => 'Nouvo atik', |
|
| 281 | - 'info_nouvelle_traduction' => 'Nouvo tradiksyon :', |
|
| 282 | - 'info_numero_article' => 'ATIK NIMEWO :', |
|
| 283 | - 'info_obligatoire_02' => ' (Nésèsè)', # MODIF |
|
| 284 | - 'info_option_accepter_visiteurs' => 'Asepte vizitè yo enskri y sou sit piblik', |
|
| 285 | - 'info_option_ne_pas_accepter_visiteurs' => 'Refize lenskripsyon vizitè yo', |
|
| 286 | - 'info_options_avancees' => 'KEK OPSYON PWESI ', |
|
| 287 | - 'info_ou' => 'ou...', |
|
| 288 | - 'info_page_interdite' => 'Paj-la se entèdi', |
|
| 289 | - 'info_par_nom' => 'kritè se kouman rele', |
|
| 290 | - 'info_par_nombre_article' => '(pa nonm artik yo)', |
|
| 291 | - 'info_passe_trop_court' => 'Modpas se tro piti.', |
|
| 292 | - 'info_passes_identiques' => 'Ou dè modpas yo se pa parey sa-mèm.', |
|
| 293 | - 'info_plus_cinq_car' => 'plis de 5 kawaktè-leprimri', |
|
| 294 | - 'info_plus_cinq_car_2' => '(Plis de 5 kawaktè-lenprimri)', |
|
| 295 | - 'info_plus_trois_car' => '(Plis de 3 kawaktè-lenprimri)', |
|
| 296 | - 'info_popularite' => 'kouman se popilè : @popularite@ ; vizit yo : @visites@', |
|
| 297 | - 'info_post_scriptum' => 'Gen di ankò', |
|
| 298 | - 'info_post_scriptum_2' => 'Gen di ankò :', |
|
| 299 | - 'info_pour' => 'pou', |
|
| 300 | - 'info_preview_texte' => 'Posib gad avan sit-la kom si tout atik ek tinouvèl sa-yo (yon ki lestati « se pwopozé » omwen) te pibliyé an liy. Eske w vle bay posibilite a ouvè pou tout komandè sèlman, oubyen tout rédaktè, ousinon pa okenn moun sa-mèm ?', # MODIF |
|
| 301 | - 'info_procedez_par_etape' => 'avans etap pa etap', |
|
| 302 | - 'info_procedure_maj_version' => 'fòk w koumans larnouvèlman labaz pou adapte labazdone |
|
| 276 | + 'info_non_envoi_liste_nouveautes' => 'Voye pa lis nouvelté.', |
|
| 277 | + 'info_non_modifiable' => 'ki pa posib chanje', |
|
| 278 | + 'info_non_suppression_mot_cle' => 'mwen vle pa kraze mokle-a.', |
|
| 279 | + 'info_notes' => 'Not yo', |
|
| 280 | + 'info_nouvel_article' => 'Nouvo atik', |
|
| 281 | + 'info_nouvelle_traduction' => 'Nouvo tradiksyon :', |
|
| 282 | + 'info_numero_article' => 'ATIK NIMEWO :', |
|
| 283 | + 'info_obligatoire_02' => ' (Nésèsè)', # MODIF |
|
| 284 | + 'info_option_accepter_visiteurs' => 'Asepte vizitè yo enskri y sou sit piblik', |
|
| 285 | + 'info_option_ne_pas_accepter_visiteurs' => 'Refize lenskripsyon vizitè yo', |
|
| 286 | + 'info_options_avancees' => 'KEK OPSYON PWESI ', |
|
| 287 | + 'info_ou' => 'ou...', |
|
| 288 | + 'info_page_interdite' => 'Paj-la se entèdi', |
|
| 289 | + 'info_par_nom' => 'kritè se kouman rele', |
|
| 290 | + 'info_par_nombre_article' => '(pa nonm artik yo)', |
|
| 291 | + 'info_passe_trop_court' => 'Modpas se tro piti.', |
|
| 292 | + 'info_passes_identiques' => 'Ou dè modpas yo se pa parey sa-mèm.', |
|
| 293 | + 'info_plus_cinq_car' => 'plis de 5 kawaktè-leprimri', |
|
| 294 | + 'info_plus_cinq_car_2' => '(Plis de 5 kawaktè-lenprimri)', |
|
| 295 | + 'info_plus_trois_car' => '(Plis de 3 kawaktè-lenprimri)', |
|
| 296 | + 'info_popularite' => 'kouman se popilè : @popularite@ ; vizit yo : @visites@', |
|
| 297 | + 'info_post_scriptum' => 'Gen di ankò', |
|
| 298 | + 'info_post_scriptum_2' => 'Gen di ankò :', |
|
| 299 | + 'info_pour' => 'pou', |
|
| 300 | + 'info_preview_texte' => 'Posib gad avan sit-la kom si tout atik ek tinouvèl sa-yo (yon ki lestati « se pwopozé » omwen) te pibliyé an liy. Eske w vle bay posibilite a ouvè pou tout komandè sèlman, oubyen tout rédaktè, ousinon pa okenn moun sa-mèm ?', # MODIF |
|
| 301 | + 'info_procedez_par_etape' => 'avans etap pa etap', |
|
| 302 | + 'info_procedure_maj_version' => 'fòk w koumans larnouvèlman labaz pou adapte labazdone |
|
| 303 | 303 | ansamn nouvo vèsyon SPIP.', |
| 304 | - 'info_ps' => 'Gen di ankò.', |
|
| 305 | - 'info_publier' => 'pibliye', |
|
| 306 | - 'info_publies' => 'Atik w-a ki ap pibliye an liy', |
|
| 307 | - 'info_question_accepter_visiteurs' => 'Si leskelèt sit w la, li ka pwopoze lenskripsyon vizitè ki pa laksé lespas privé, mèsi w aktive lopsyon issit anba :', |
|
| 308 | - 'info_question_inscription_nouveaux_redacteurs' => 'Aksepte ounon pa aksepte w tout enskripsyon nouvo redaktè sou lespas piblik sit-la ? |
|
| 304 | + 'info_ps' => 'Gen di ankò.', |
|
| 305 | + 'info_publier' => 'pibliye', |
|
| 306 | + 'info_publies' => 'Atik w-a ki ap pibliye an liy', |
|
| 307 | + 'info_question_accepter_visiteurs' => 'Si leskelèt sit w la, li ka pwopoze lenskripsyon vizitè ki pa laksé lespas privé, mèsi w aktive lopsyon issit anba :', |
|
| 308 | + 'info_question_inscription_nouveaux_redacteurs' => 'Aksepte ounon pa aksepte w tout enskripsyon nouvo redaktè sou lespas piblik sit-la ? |
|
| 309 | 309 | Si wi ka aksepte, vizité yo ke enskri azot depi |
| 310 | 310 | yon fòmilè, pou zot ke sere laksé nan espas privé pou zot kapab pwopoze |
| 311 | 311 | zot pwop atik yo a y mèm. <blockquote><i>Kann moun-la zot ap enskri azot, |
@@ -314,237 +314,237 @@ discard block |
||
| 314 | 314 | lébèjè ka enpeche lanvwa tout limèl depi zot sèvè : |
| 315 | 315 | alò, lenskrisyon otomatik ke |
| 316 | 316 | inposib.', # MODIF |
| 317 | - 'info_qui_edite' => '@nom_auteur_modif@ a travaillé sur ce contenu il y a @date_diff@ minutes', # MODIF |
|
| 318 | - 'info_racine_site' => 'Rasin sit-la', |
|
| 319 | - 'info_recharger_page' => 'Tapri rochaj paj la nan kèk minit.', |
|
| 320 | - 'info_recherche_auteur_zero' => 'Okenn rezilta pou « @cherche_auteur@ ».', |
|
| 321 | - 'info_recommencer' => 'Mèsi eseye yon lòt fwa.', |
|
| 322 | - 'info_redacteur_1' => 'Redaktè', |
|
| 323 | - 'info_redacteur_2' => 'ki gen laksè nan espas privé (<i>recommandé</i>)', |
|
| 324 | - 'info_redacteurs' => 'Redaktè yo', |
|
| 325 | - 'info_redaction_en_cours' => 'KI AP POU EKRI ANKO', |
|
| 326 | - 'info_redirection' => 'Tounyen déyè sou yon lòt adrès ', |
|
| 327 | - 'info_refuses' => 'Atik w-a ki te finn refize', |
|
| 328 | - 'info_reglage_ldap' => 'Opsyon : <b>Reglaj lempotasyon LDAP</b>', |
|
| 329 | - 'info_renvoi_article' => '<b>Tounyen dèyè sou yon lòt adrès.</b> Atik-la ap sòti sou lapaj-la:', |
|
| 330 | - 'info_reserve_admin' => 'Komandè ysèlman yokapab chanje ladrès-la', |
|
| 331 | - 'info_restreindre_rubrique' => 'Diminye drwa yo komandé-a pou li kapab debouye sou ribrik-la sèlman:', |
|
| 332 | - 'info_resultat_recherche' => 'Rezilta chèche w-a :', |
|
| 333 | - 'info_rubriques' => 'Ribrik yo', |
|
| 334 | - 'info_rubriques_02' => 'ribrik yo', |
|
| 335 | - 'info_rubriques_trouvees' => 'Ribrik yo ki te fin rannkont', |
|
| 336 | - 'info_sans_titre' => 'Bagay ki pa rele oken non', |
|
| 337 | - 'info_selection_chemin_acces' => '<b>Chwazi</b> chemen laksé nan laniyè :', |
|
| 338 | - 'info_signatures' => 'siyati yo', |
|
| 339 | - 'info_site' => 'Sit', |
|
| 340 | - 'info_site_2' => 'sit :', |
|
| 341 | - 'info_site_min' => 'sit', |
|
| 342 | - 'info_site_reference_2' => 'Sit referanse', |
|
| 343 | - 'info_site_web' => 'SIT WEB :', # MODIF |
|
| 344 | - 'info_sites' => 'sit yo', |
|
| 345 | - 'info_sites_lies_mot' => 'Sit referanse sa-yo ki jwenn nan lyen ak mokle-a', |
|
| 346 | - 'info_sites_proxy' => 'Itilize yon proksi (proxy)', |
|
| 347 | - 'info_sites_trouves' => 'Sit sa-yo ki te fin rannkont', |
|
| 348 | - 'info_sous_titre' => 'Soutit :', |
|
| 349 | - 'info_statut_administrateur' => 'Komandè', |
|
| 350 | - 'info_statut_auteur' => 'Lestati lotè-a :', # MODIF |
|
| 351 | - 'info_statut_redacteur' => 'Redaktè', |
|
| 352 | - 'info_statut_utilisateurs_1' => 'Lestati otomatik pou zitilizatè enpòte yo', |
|
| 353 | - 'info_statut_utilisateurs_2' => 'Chwazi stati ki bay smou préan nan laniyé LDAP, kank moun ka konek azot promyé fwa. Aprésa w kapab chanje valè la pou chak lotè, chaken apré lòt.', |
|
| 354 | - 'info_suivi_activite' => 'Swivi laktivité léditoryal', |
|
| 355 | - 'info_surtitre' => 'Sitit :', |
|
| 356 | - 'info_taille_maximale_vignette' => 'Pli gran tay posib pou viyèt sistem sa-a li kreye :', |
|
| 357 | - 'info_terminer_installation' => 'Ou kapab kounyen-a fin fini pwosédi lenstalasyon estanda.', |
|
| 358 | - 'info_texte' => 'Tèks', |
|
| 359 | - 'info_texte_explicatif' => 'Tèks pou esplike', |
|
| 360 | - 'info_texte_long' => '(akoz tèks-la se lon : li afiche nan kèk pat sa-yo, zot ke kenbe ansamn aprè konfimasyon.)', |
|
| 361 | - 'info_texte_message' => 'Tèks pou mesaj-w :', # MODIF |
|
| 362 | - 'info_texte_message_02' => 'Tèks pou mesaj-la', |
|
| 363 | - 'info_titre' => 'Tit (Kouman i rele) :', |
|
| 364 | - 'info_total' => 'kont konple :', |
|
| 365 | - 'info_tous_articles_en_redaction' => 'Tout atik sa-yo ki ap pou ekri ankò', |
|
| 366 | - 'info_tous_articles_presents' => 'Tout atik sa-yo ki pibliye nan ribrik-la', |
|
| 367 | - 'info_tous_les' => 'tout :', |
|
| 368 | - 'info_tout_site' => 'Tout sit sa-mèm', |
|
| 369 | - 'info_tout_site2' => 'Atik-la se pa tradwui nan lalanng la.', |
|
| 370 | - 'info_tout_site3' => 'Atik-la li te tradwi nan lang-la, men kèk chanjman te rive sou latik-referans, apré tradiksyon la. Fòk li ke mont nan nivo.', |
|
| 371 | - 'info_tout_site4' => 'Atik la te tradwi nan lang la, ak tradiksyon se resan ek konple.', |
|
| 372 | - 'info_tout_site5' => 'Atik lorijin.', |
|
| 373 | - 'info_tout_site6' => '<b>Atansyon :</b> atik lorijin se afiche sèlman. |
|
| 317 | + 'info_qui_edite' => '@nom_auteur_modif@ a travaillé sur ce contenu il y a @date_diff@ minutes', # MODIF |
|
| 318 | + 'info_racine_site' => 'Rasin sit-la', |
|
| 319 | + 'info_recharger_page' => 'Tapri rochaj paj la nan kèk minit.', |
|
| 320 | + 'info_recherche_auteur_zero' => 'Okenn rezilta pou « @cherche_auteur@ ».', |
|
| 321 | + 'info_recommencer' => 'Mèsi eseye yon lòt fwa.', |
|
| 322 | + 'info_redacteur_1' => 'Redaktè', |
|
| 323 | + 'info_redacteur_2' => 'ki gen laksè nan espas privé (<i>recommandé</i>)', |
|
| 324 | + 'info_redacteurs' => 'Redaktè yo', |
|
| 325 | + 'info_redaction_en_cours' => 'KI AP POU EKRI ANKO', |
|
| 326 | + 'info_redirection' => 'Tounyen déyè sou yon lòt adrès ', |
|
| 327 | + 'info_refuses' => 'Atik w-a ki te finn refize', |
|
| 328 | + 'info_reglage_ldap' => 'Opsyon : <b>Reglaj lempotasyon LDAP</b>', |
|
| 329 | + 'info_renvoi_article' => '<b>Tounyen dèyè sou yon lòt adrès.</b> Atik-la ap sòti sou lapaj-la:', |
|
| 330 | + 'info_reserve_admin' => 'Komandè ysèlman yokapab chanje ladrès-la', |
|
| 331 | + 'info_restreindre_rubrique' => 'Diminye drwa yo komandé-a pou li kapab debouye sou ribrik-la sèlman:', |
|
| 332 | + 'info_resultat_recherche' => 'Rezilta chèche w-a :', |
|
| 333 | + 'info_rubriques' => 'Ribrik yo', |
|
| 334 | + 'info_rubriques_02' => 'ribrik yo', |
|
| 335 | + 'info_rubriques_trouvees' => 'Ribrik yo ki te fin rannkont', |
|
| 336 | + 'info_sans_titre' => 'Bagay ki pa rele oken non', |
|
| 337 | + 'info_selection_chemin_acces' => '<b>Chwazi</b> chemen laksé nan laniyè :', |
|
| 338 | + 'info_signatures' => 'siyati yo', |
|
| 339 | + 'info_site' => 'Sit', |
|
| 340 | + 'info_site_2' => 'sit :', |
|
| 341 | + 'info_site_min' => 'sit', |
|
| 342 | + 'info_site_reference_2' => 'Sit referanse', |
|
| 343 | + 'info_site_web' => 'SIT WEB :', # MODIF |
|
| 344 | + 'info_sites' => 'sit yo', |
|
| 345 | + 'info_sites_lies_mot' => 'Sit referanse sa-yo ki jwenn nan lyen ak mokle-a', |
|
| 346 | + 'info_sites_proxy' => 'Itilize yon proksi (proxy)', |
|
| 347 | + 'info_sites_trouves' => 'Sit sa-yo ki te fin rannkont', |
|
| 348 | + 'info_sous_titre' => 'Soutit :', |
|
| 349 | + 'info_statut_administrateur' => 'Komandè', |
|
| 350 | + 'info_statut_auteur' => 'Lestati lotè-a :', # MODIF |
|
| 351 | + 'info_statut_redacteur' => 'Redaktè', |
|
| 352 | + 'info_statut_utilisateurs_1' => 'Lestati otomatik pou zitilizatè enpòte yo', |
|
| 353 | + 'info_statut_utilisateurs_2' => 'Chwazi stati ki bay smou préan nan laniyé LDAP, kank moun ka konek azot promyé fwa. Aprésa w kapab chanje valè la pou chak lotè, chaken apré lòt.', |
|
| 354 | + 'info_suivi_activite' => 'Swivi laktivité léditoryal', |
|
| 355 | + 'info_surtitre' => 'Sitit :', |
|
| 356 | + 'info_taille_maximale_vignette' => 'Pli gran tay posib pou viyèt sistem sa-a li kreye :', |
|
| 357 | + 'info_terminer_installation' => 'Ou kapab kounyen-a fin fini pwosédi lenstalasyon estanda.', |
|
| 358 | + 'info_texte' => 'Tèks', |
|
| 359 | + 'info_texte_explicatif' => 'Tèks pou esplike', |
|
| 360 | + 'info_texte_long' => '(akoz tèks-la se lon : li afiche nan kèk pat sa-yo, zot ke kenbe ansamn aprè konfimasyon.)', |
|
| 361 | + 'info_texte_message' => 'Tèks pou mesaj-w :', # MODIF |
|
| 362 | + 'info_texte_message_02' => 'Tèks pou mesaj-la', |
|
| 363 | + 'info_titre' => 'Tit (Kouman i rele) :', |
|
| 364 | + 'info_total' => 'kont konple :', |
|
| 365 | + 'info_tous_articles_en_redaction' => 'Tout atik sa-yo ki ap pou ekri ankò', |
|
| 366 | + 'info_tous_articles_presents' => 'Tout atik sa-yo ki pibliye nan ribrik-la', |
|
| 367 | + 'info_tous_les' => 'tout :', |
|
| 368 | + 'info_tout_site' => 'Tout sit sa-mèm', |
|
| 369 | + 'info_tout_site2' => 'Atik-la se pa tradwui nan lalanng la.', |
|
| 370 | + 'info_tout_site3' => 'Atik-la li te tradwi nan lang-la, men kèk chanjman te rive sou latik-referans, apré tradiksyon la. Fòk li ke mont nan nivo.', |
|
| 371 | + 'info_tout_site4' => 'Atik la te tradwi nan lang la, ak tradiksyon se resan ek konple.', |
|
| 372 | + 'info_tout_site5' => 'Atik lorijin.', |
|
| 373 | + 'info_tout_site6' => '<b>Atansyon :</b> atik lorijin se afiche sèlman. |
|
| 374 | 374 | Tout twadiksyon se jwen ak latik lorijin, |
| 375 | 375 | nan yon koulè ki bay lestati ali :', |
| 376 | - 'info_travail_colaboratif' => 'Soutni ansamn pour atik yo', |
|
| 377 | - 'info_un_article' => 'yon atik,', |
|
| 378 | - 'info_un_site' => 'yon sit,', |
|
| 379 | - 'info_une_rubrique' => 'yon ribrik,', |
|
| 380 | - 'info_une_rubrique_02' => '1 ribrik', |
|
| 381 | - 'info_url' => 'Ladres URL :', |
|
| 382 | - 'info_urlref' => 'Lyen ipètèks :', |
|
| 383 | - 'info_utilisation_spip' => 'Kounyen-a,ou kapab koumanse itilize sistèm pou piblikasyon ki édé...', |
|
| 384 | - 'info_visites_par_mois' => 'Fè parèt pa mwa :', |
|
| 385 | - 'info_visiteur_1' => 'Vizitè', |
|
| 386 | - 'info_visiteur_2' => 'd sit piblik', |
|
| 387 | - 'info_visiteurs' => 'Vizitè yo', |
|
| 388 | - 'info_visiteurs_02' => 'Vizitè yo d sit piblik', |
|
| 389 | - 'install_echec_annonce' => 'Lenstalasyon-an ka pétèt branlan, osnon pétèt li don yon sit ki pa kav mache...', |
|
| 390 | - 'install_extension_mbstring' => 'SPIP ki pa mache ak :', |
|
| 391 | - 'install_extension_php_obligatoire' => 'Fok SPIP li genyen léstansyon php :', |
|
| 392 | - 'install_select_langue' => 'Chwazi yon lang ak piye sou bouton « swivan » pou dmare prosédi-lenstalasyon.', |
|
| 393 | - 'intem_redacteur' => 'redaktè', |
|
| 394 | - 'item_accepter_inscriptions' => 'Asèpt enskripsyon yo', |
|
| 395 | - 'item_activer_messages_avertissement' => 'Aktive mesaj-lavertisman ', |
|
| 396 | - 'item_administrateur_2' => 'komandè', |
|
| 397 | - 'item_afficher_calendrier' => 'Fè parèt nan kalandrye', |
|
| 398 | - 'item_choix_administrateurs' => 'komandè yo', |
|
| 399 | - 'item_choix_generation_miniature' => 'Kreye otomatikman vèsyon miyati (viyèt) pou tout imaj.', |
|
| 400 | - 'item_choix_non_generation_miniature' => 'Pa kreye miyati pou limaj.', |
|
| 401 | - 'item_choix_redacteurs' => 'redaktè yo', |
|
| 402 | - 'item_choix_visiteurs' => 'vizitè yo d sit piblik', |
|
| 403 | - 'item_creer_fichiers_authent' => 'Kreye fichye yo .htpasswd', |
|
| 404 | - 'item_login' => 'Nonkod', |
|
| 405 | - 'item_mots_cles_association_articles' => 'nan atik yo', |
|
| 406 | - 'item_mots_cles_association_rubriques' => 'nan ribrik yo', |
|
| 407 | - 'item_mots_cles_association_sites' => 'nan sit referanse ou sendiké yo.', |
|
| 408 | - 'item_non' => 'Non', |
|
| 409 | - 'item_non_accepter_inscriptions' => 'Asèpt pa enskripsyon yo', |
|
| 410 | - 'item_non_activer_messages_avertissement' => 'Pa oken mesaj-lavertisman', |
|
| 411 | - 'item_non_afficher_calendrier' => 'Refize parèt nan kalandrye', |
|
| 412 | - 'item_non_creer_fichiers_authent' => 'Kreye pa fichye sa yo', |
|
| 413 | - 'item_non_publier_articles' => 'Pa pibliyé atik sa-yo avan ladat ki présizé.', |
|
| 414 | - 'item_nouvel_auteur' => 'Nouvo lotè', |
|
| 415 | - 'item_nouvelle_rubrique' => 'Nouvo ribrik', |
|
| 416 | - 'item_oui' => 'Wi', |
|
| 417 | - 'item_publier_articles' => 'Fè parèt tout atik kiswa dat piblikasyon ali.', |
|
| 418 | - 'item_reponse_article' => 'Repons sou atik sa-a', |
|
| 419 | - 'item_visiteur' => 'vizitè', |
|
| 376 | + 'info_travail_colaboratif' => 'Soutni ansamn pour atik yo', |
|
| 377 | + 'info_un_article' => 'yon atik,', |
|
| 378 | + 'info_un_site' => 'yon sit,', |
|
| 379 | + 'info_une_rubrique' => 'yon ribrik,', |
|
| 380 | + 'info_une_rubrique_02' => '1 ribrik', |
|
| 381 | + 'info_url' => 'Ladres URL :', |
|
| 382 | + 'info_urlref' => 'Lyen ipètèks :', |
|
| 383 | + 'info_utilisation_spip' => 'Kounyen-a,ou kapab koumanse itilize sistèm pou piblikasyon ki édé...', |
|
| 384 | + 'info_visites_par_mois' => 'Fè parèt pa mwa :', |
|
| 385 | + 'info_visiteur_1' => 'Vizitè', |
|
| 386 | + 'info_visiteur_2' => 'd sit piblik', |
|
| 387 | + 'info_visiteurs' => 'Vizitè yo', |
|
| 388 | + 'info_visiteurs_02' => 'Vizitè yo d sit piblik', |
|
| 389 | + 'install_echec_annonce' => 'Lenstalasyon-an ka pétèt branlan, osnon pétèt li don yon sit ki pa kav mache...', |
|
| 390 | + 'install_extension_mbstring' => 'SPIP ki pa mache ak :', |
|
| 391 | + 'install_extension_php_obligatoire' => 'Fok SPIP li genyen léstansyon php :', |
|
| 392 | + 'install_select_langue' => 'Chwazi yon lang ak piye sou bouton « swivan » pou dmare prosédi-lenstalasyon.', |
|
| 393 | + 'intem_redacteur' => 'redaktè', |
|
| 394 | + 'item_accepter_inscriptions' => 'Asèpt enskripsyon yo', |
|
| 395 | + 'item_activer_messages_avertissement' => 'Aktive mesaj-lavertisman ', |
|
| 396 | + 'item_administrateur_2' => 'komandè', |
|
| 397 | + 'item_afficher_calendrier' => 'Fè parèt nan kalandrye', |
|
| 398 | + 'item_choix_administrateurs' => 'komandè yo', |
|
| 399 | + 'item_choix_generation_miniature' => 'Kreye otomatikman vèsyon miyati (viyèt) pou tout imaj.', |
|
| 400 | + 'item_choix_non_generation_miniature' => 'Pa kreye miyati pou limaj.', |
|
| 401 | + 'item_choix_redacteurs' => 'redaktè yo', |
|
| 402 | + 'item_choix_visiteurs' => 'vizitè yo d sit piblik', |
|
| 403 | + 'item_creer_fichiers_authent' => 'Kreye fichye yo .htpasswd', |
|
| 404 | + 'item_login' => 'Nonkod', |
|
| 405 | + 'item_mots_cles_association_articles' => 'nan atik yo', |
|
| 406 | + 'item_mots_cles_association_rubriques' => 'nan ribrik yo', |
|
| 407 | + 'item_mots_cles_association_sites' => 'nan sit referanse ou sendiké yo.', |
|
| 408 | + 'item_non' => 'Non', |
|
| 409 | + 'item_non_accepter_inscriptions' => 'Asèpt pa enskripsyon yo', |
|
| 410 | + 'item_non_activer_messages_avertissement' => 'Pa oken mesaj-lavertisman', |
|
| 411 | + 'item_non_afficher_calendrier' => 'Refize parèt nan kalandrye', |
|
| 412 | + 'item_non_creer_fichiers_authent' => 'Kreye pa fichye sa yo', |
|
| 413 | + 'item_non_publier_articles' => 'Pa pibliyé atik sa-yo avan ladat ki présizé.', |
|
| 414 | + 'item_nouvel_auteur' => 'Nouvo lotè', |
|
| 415 | + 'item_nouvelle_rubrique' => 'Nouvo ribrik', |
|
| 416 | + 'item_oui' => 'Wi', |
|
| 417 | + 'item_publier_articles' => 'Fè parèt tout atik kiswa dat piblikasyon ali.', |
|
| 418 | + 'item_reponse_article' => 'Repons sou atik sa-a', |
|
| 419 | + 'item_visiteur' => 'vizitè', |
|
| 420 | 420 | |
| 421 | - // J |
|
| 422 | - 'jour_non_connu_nc' => 'ki pa koni', |
|
| 421 | + // J |
|
| 422 | + 'jour_non_connu_nc' => 'ki pa koni', |
|
| 423 | 423 | |
| 424 | - // L |
|
| 425 | - 'lien_ajouter_auteur' => 'Ajoute lotè-a', |
|
| 426 | - 'lien_email' => 'limèl', |
|
| 427 | - 'lien_nom_site' => 'KOUMAN SIT-LA RELE :', |
|
| 428 | - 'lien_retirer_auteur' => 'Kraze lotè-a', |
|
| 429 | - 'lien_site' => 'sit', |
|
| 430 | - 'lien_tout_deplier' => 'Dépliye tout', |
|
| 431 | - 'lien_tout_replier' => 'Repliye tout', |
|
| 432 | - 'lien_trier_nom' => 'Fé parèt swivan kouman rele', |
|
| 433 | - 'lien_trier_nombre_articles' => 'Fé parèt swivan nonm atik yo', |
|
| 434 | - 'lien_trier_statut' => 'ranje swivan lestati', |
|
| 435 | - 'lien_voir_en_ligne' => 'GAD AN LIY:', |
|
| 436 | - 'logo_article' => 'LOGO ATIK LA', # MODIF |
|
| 437 | - 'logo_auteur' => 'LOGO LOTÈ', # MODIF |
|
| 438 | - 'logo_rubrique' => 'LOGO RIBRIK', # MODIF |
|
| 439 | - 'logo_site' => 'LOGO SIT LA', # MODIF |
|
| 440 | - 'logo_standard_rubrique' => 'LOGO ODINÈ TOUT RIBRIK YO', # MODIF |
|
| 441 | - 'logo_survol' => 'LOGO POU VOLE', # MODIF |
|
| 424 | + // L |
|
| 425 | + 'lien_ajouter_auteur' => 'Ajoute lotè-a', |
|
| 426 | + 'lien_email' => 'limèl', |
|
| 427 | + 'lien_nom_site' => 'KOUMAN SIT-LA RELE :', |
|
| 428 | + 'lien_retirer_auteur' => 'Kraze lotè-a', |
|
| 429 | + 'lien_site' => 'sit', |
|
| 430 | + 'lien_tout_deplier' => 'Dépliye tout', |
|
| 431 | + 'lien_tout_replier' => 'Repliye tout', |
|
| 432 | + 'lien_trier_nom' => 'Fé parèt swivan kouman rele', |
|
| 433 | + 'lien_trier_nombre_articles' => 'Fé parèt swivan nonm atik yo', |
|
| 434 | + 'lien_trier_statut' => 'ranje swivan lestati', |
|
| 435 | + 'lien_voir_en_ligne' => 'GAD AN LIY:', |
|
| 436 | + 'logo_article' => 'LOGO ATIK LA', # MODIF |
|
| 437 | + 'logo_auteur' => 'LOGO LOTÈ', # MODIF |
|
| 438 | + 'logo_rubrique' => 'LOGO RIBRIK', # MODIF |
|
| 439 | + 'logo_site' => 'LOGO SIT LA', # MODIF |
|
| 440 | + 'logo_standard_rubrique' => 'LOGO ODINÈ TOUT RIBRIK YO', # MODIF |
|
| 441 | + 'logo_survol' => 'LOGO POU VOLE', # MODIF |
|
| 442 | 442 | |
| 443 | - // M |
|
| 444 | - 'menu_aide_installation_choix_base' => 'Chwa labaz w-a', |
|
| 445 | - 'module_fichier_langue' => 'Fichye-lanng', |
|
| 446 | - 'module_raccourci' => 'Tichemen', |
|
| 447 | - 'module_texte_affiche' => 'Tèks ki afiche', |
|
| 448 | - 'module_texte_explicatif' => 'W kapab mèt tout tichemen yo ki isit aprè, nan leskèlèt sa-yo ou sit piblik. Yo ké tradwi otomatikman nan diféran lanng, chak ki genyen yon fichye-lanng.', |
|
| 449 | - 'module_texte_traduction' => 'fichye-lanng la « @module@ » se disponib nan :', |
|
| 450 | - 'mois_non_connu' => 'ki pa koni', |
|
| 443 | + // M |
|
| 444 | + 'menu_aide_installation_choix_base' => 'Chwa labaz w-a', |
|
| 445 | + 'module_fichier_langue' => 'Fichye-lanng', |
|
| 446 | + 'module_raccourci' => 'Tichemen', |
|
| 447 | + 'module_texte_affiche' => 'Tèks ki afiche', |
|
| 448 | + 'module_texte_explicatif' => 'W kapab mèt tout tichemen yo ki isit aprè, nan leskèlèt sa-yo ou sit piblik. Yo ké tradwi otomatikman nan diféran lanng, chak ki genyen yon fichye-lanng.', |
|
| 449 | + 'module_texte_traduction' => 'fichye-lanng la « @module@ » se disponib nan :', |
|
| 450 | + 'mois_non_connu' => 'ki pa koni', |
|
| 451 | 451 | |
| 452 | - // O |
|
| 453 | - 'onglet_repartition_actuelle' => 'kounye-a', |
|
| 452 | + // O |
|
| 453 | + 'onglet_repartition_actuelle' => 'kounye-a', |
|
| 454 | 454 | |
| 455 | - // R |
|
| 456 | - 'required' => '[Nésèsè]', # MODIF |
|
| 455 | + // R |
|
| 456 | + 'required' => '[Nésèsè]', # MODIF |
|
| 457 | 457 | |
| 458 | - // S |
|
| 459 | - 'statut_admin_restreint' => '(komandè ki limité)', # MODIF |
|
| 458 | + // S |
|
| 459 | + 'statut_admin_restreint' => '(komandè ki limité)', # MODIF |
|
| 460 | 460 | |
| 461 | - // T |
|
| 462 | - 'taille_cache_image' => 'Tout imaj ki SPIP kav kalkile otomatikman (viyèt nan dokiman, kouman li rele ki pwézanté nan foma gwafik, tout fonksyon matematik nan foma TeX...) yo ka okipe nan répètwar @dir@ lespas total ki @taille@.', |
|
| 463 | - 'taille_cache_infinie' => 'Genyen pa oken limit pou latay répertwar CACHE.', |
|
| 464 | - 'taille_cache_maxi' => 'SPIP ka eseye limite latay répertwar CACHE sit-la, alantou <b>@octets@</b> pou tout doné .', |
|
| 465 | - 'taille_cache_octets' => 'Tay pou kach se aster @octets@.', # MODIF |
|
| 466 | - 'taille_cache_vide' => 'Kach-la se vid.', |
|
| 467 | - 'taille_repertoire_cache' => 'Latay répertwar kach', |
|
| 468 | - 'text_article_propose_publication' => 'Atik ki pwopoze pou fé parèt. Ezit pas bay lavi aou nan fowom ki jwen atik-la (anba lapaj).', # MODIF |
|
| 469 | - 'texte_acces_ldap_anonyme_1' => 'Kèk sèvè LDAP y ki pa aksepte laksé anonim.Alò, fòk pwezizél yon lidentifian pou lo promye aksé akoz aprèsa posib cheche tout enfò masyon w ka vle nan laniyé. Men souvan, genyen posib w kenbe tout chan la vid.', |
|
| 470 | - 'texte_admin_effacer_01' => 'Komand la li efase <i>tout</i> kontni antye nan labazdone, |
|
| 461 | + // T |
|
| 462 | + 'taille_cache_image' => 'Tout imaj ki SPIP kav kalkile otomatikman (viyèt nan dokiman, kouman li rele ki pwézanté nan foma gwafik, tout fonksyon matematik nan foma TeX...) yo ka okipe nan répètwar @dir@ lespas total ki @taille@.', |
|
| 463 | + 'taille_cache_infinie' => 'Genyen pa oken limit pou latay répertwar CACHE.', |
|
| 464 | + 'taille_cache_maxi' => 'SPIP ka eseye limite latay répertwar CACHE sit-la, alantou <b>@octets@</b> pou tout doné .', |
|
| 465 | + 'taille_cache_octets' => 'Tay pou kach se aster @octets@.', # MODIF |
|
| 466 | + 'taille_cache_vide' => 'Kach-la se vid.', |
|
| 467 | + 'taille_repertoire_cache' => 'Latay répertwar kach', |
|
| 468 | + 'text_article_propose_publication' => 'Atik ki pwopoze pou fé parèt. Ezit pas bay lavi aou nan fowom ki jwen atik-la (anba lapaj).', # MODIF |
|
| 469 | + 'texte_acces_ldap_anonyme_1' => 'Kèk sèvè LDAP y ki pa aksepte laksé anonim.Alò, fòk pwezizél yon lidentifian pou lo promye aksé akoz aprèsa posib cheche tout enfò masyon w ka vle nan laniyé. Men souvan, genyen posib w kenbe tout chan la vid.', |
|
| 470 | + 'texte_admin_effacer_01' => 'Komand la li efase <i>tout</i> kontni antye nan labazdone, |
|
| 471 | 471 | ak <i>tout</i> aksé rédaktè ak komanè yo. Si w te fé mache ali, fòk w enstalé yon lòt fwa laprosédi |
| 472 | 472 | lenstalasyon SPIP pou w kreye yon lòt nouvo baz ak son promyé laksé komandè', |
| 473 | - 'texte_adresse_annuaire_1' => '(Si laniyé aw se enstalé sou mèm machin sévè sit aw, se posib li rele senpman «localhost».)', |
|
| 474 | - 'texte_ajout_auteur' => 'Lotè-a te fin ajoute pou atik-la :', |
|
| 475 | - 'texte_annuaire_ldap_1' => 'Si w gen laksé lanyiè (LDAP), w kapab itilize ali pou enpòte otomatikman itilizatè yo sou SPIP.', |
|
| 476 | - 'texte_article_statut' => 'Atik-la se :', |
|
| 477 | - 'texte_article_virtuel' => 'Atik virtyel', |
|
| 478 | - 'texte_article_virtuel_reference' => '<b>Atik virtyèl :</b> se yon atik ki referanse nan sit SPIP aw, men ki touné viré sou yon lòt URL. Pou efase touné-viré an, ann efas w URL isit anlèr.', |
|
| 479 | - 'texte_aucun_resultat_auteur' => 'Pa oken rézilta pou "@cherche_auteur@"', |
|
| 480 | - 'texte_auteur_messagerie' => 'Sit-la kapab bay w lalis redaktè an liy kounyen-a, bagay-la pèmè w voye mesaj direk ansamn moun. W pe chwazi pa parèt a liy nan lis-la (w kembe « envisib » pou tout zot itilizatè).', |
|
| 481 | - 'texte_auteurs' => 'LOTÈ YO', |
|
| 482 | - 'texte_choix_base_1' => 'Ann chwazi labaz ou :', |
|
| 483 | - 'texte_choix_base_2' => 'Sèvè SQL-la, li ka kembe kèk bazdoné.', # MODIF |
|
| 484 | - 'texte_choix_base_3' => '<b>Chwazi</b> issit anba labaz ki lébérjè te bay aw:', |
|
| 485 | - 'texte_compte_element' => '@count@ eleman', |
|
| 486 | - 'texte_compte_elements' => '@count@ eleman (yo)', |
|
| 487 | - 'texte_connexion_mysql' => 'Gade tout lenfòmasyon lébèjè te bay aw : fòk w rankont tout kod pou koneksyon sou sèvè SQL la, si lébéjè kabab bay yon baz SQL.', # MODIF |
|
| 488 | - 'texte_contenu_article' => '(kèk mo pou di ki latik-la ka kembe.)', |
|
| 489 | - 'texte_contenu_articles' => 'Selon laspé sit piblik aw, posib chwazi kèk zéléman latik pa itil aw. |
|
| 473 | + 'texte_adresse_annuaire_1' => '(Si laniyé aw se enstalé sou mèm machin sévè sit aw, se posib li rele senpman «localhost».)', |
|
| 474 | + 'texte_ajout_auteur' => 'Lotè-a te fin ajoute pou atik-la :', |
|
| 475 | + 'texte_annuaire_ldap_1' => 'Si w gen laksé lanyiè (LDAP), w kapab itilize ali pou enpòte otomatikman itilizatè yo sou SPIP.', |
|
| 476 | + 'texte_article_statut' => 'Atik-la se :', |
|
| 477 | + 'texte_article_virtuel' => 'Atik virtyel', |
|
| 478 | + 'texte_article_virtuel_reference' => '<b>Atik virtyèl :</b> se yon atik ki referanse nan sit SPIP aw, men ki touné viré sou yon lòt URL. Pou efase touné-viré an, ann efas w URL isit anlèr.', |
|
| 479 | + 'texte_aucun_resultat_auteur' => 'Pa oken rézilta pou "@cherche_auteur@"', |
|
| 480 | + 'texte_auteur_messagerie' => 'Sit-la kapab bay w lalis redaktè an liy kounyen-a, bagay-la pèmè w voye mesaj direk ansamn moun. W pe chwazi pa parèt a liy nan lis-la (w kembe « envisib » pou tout zot itilizatè).', |
|
| 481 | + 'texte_auteurs' => 'LOTÈ YO', |
|
| 482 | + 'texte_choix_base_1' => 'Ann chwazi labaz ou :', |
|
| 483 | + 'texte_choix_base_2' => 'Sèvè SQL-la, li ka kembe kèk bazdoné.', # MODIF |
|
| 484 | + 'texte_choix_base_3' => '<b>Chwazi</b> issit anba labaz ki lébérjè te bay aw:', |
|
| 485 | + 'texte_compte_element' => '@count@ eleman', |
|
| 486 | + 'texte_compte_elements' => '@count@ eleman (yo)', |
|
| 487 | + 'texte_connexion_mysql' => 'Gade tout lenfòmasyon lébèjè te bay aw : fòk w rankont tout kod pou koneksyon sou sèvè SQL la, si lébéjè kabab bay yon baz SQL.', # MODIF |
|
| 488 | + 'texte_contenu_article' => '(kèk mo pou di ki latik-la ka kembe.)', |
|
| 489 | + 'texte_contenu_articles' => 'Selon laspé sit piblik aw, posib chwazi kèk zéléman latik pa itil aw. |
|
| 490 | 490 | Lalis isit anba pèmè w chwazi éléman sa-yo W ka kembe. |
| 491 | 491 | ', |
| 492 | - 'texte_crash_base' => 'Si bazdoné aw ki kraze, |
|
| 492 | + 'texte_crash_base' => 'Si bazdoné aw ki kraze, |
|
| 493 | 493 | w kapab eséy yon aranjman |
| 494 | 494 | otomatik.', |
| 495 | - 'texte_creer_rubrique' => 'Avan w kapab ékri tout atik la,<br /> fòk w kreye yon ribrik dabò.', |
|
| 496 | - 'texte_date_creation_article' => 'LADAT KRÉASYON LARTIK-LA :', |
|
| 497 | - 'texte_date_publication_anterieure' => 'Ladat redaksyon davan :', |
|
| 498 | - 'texte_date_publication_anterieure_nonaffichee' => 'Pa afiche yon dat redaksyon déyè.', |
|
| 499 | - 'texte_date_publication_article' => 'LADAT PIBLIKASYON AN LIY :', |
|
| 500 | - 'texte_descriptif_rapide' => 'Dekrisyon taptap', |
|
| 501 | - 'texte_effacer_base' => 'Efase labazdoné SPIP', |
|
| 502 | - 'texte_en_cours_validation' => 'Atik ak tinouvèl isit anba, zot se pwopoze pou fè parèt. Ezit pa bay lavi aw nan fowom jwen.', # MODIF |
|
| 503 | - 'texte_enrichir_mise_a_jour' => 'W kapab rann laspé lapaj pli rich ak « tichemen tipografik ».', |
|
| 504 | - 'texte_fichier_authent' => '<b>Fòk SPIP kreye fichye yo espesyal <tt>.htpasswd</tt> |
|
| 495 | + 'texte_creer_rubrique' => 'Avan w kapab ékri tout atik la,<br /> fòk w kreye yon ribrik dabò.', |
|
| 496 | + 'texte_date_creation_article' => 'LADAT KRÉASYON LARTIK-LA :', |
|
| 497 | + 'texte_date_publication_anterieure' => 'Ladat redaksyon davan :', |
|
| 498 | + 'texte_date_publication_anterieure_nonaffichee' => 'Pa afiche yon dat redaksyon déyè.', |
|
| 499 | + 'texte_date_publication_article' => 'LADAT PIBLIKASYON AN LIY :', |
|
| 500 | + 'texte_descriptif_rapide' => 'Dekrisyon taptap', |
|
| 501 | + 'texte_effacer_base' => 'Efase labazdoné SPIP', |
|
| 502 | + 'texte_en_cours_validation' => 'Atik ak tinouvèl isit anba, zot se pwopoze pou fè parèt. Ezit pa bay lavi aw nan fowom jwen.', # MODIF |
|
| 503 | + 'texte_enrichir_mise_a_jour' => 'W kapab rann laspé lapaj pli rich ak « tichemen tipografik ».', |
|
| 504 | + 'texte_fichier_authent' => '<b>Fòk SPIP kreye fichye yo espesyal <tt>.htpasswd</tt> |
|
| 505 | 505 | ak <tt>.htpasswd-admin</tt> nan repètwar @dossier@ ?</b><p> |
| 506 | 506 | Fichye sa-yo pèmè w limite laksé lotè ak komandè nan kèk lòt katye sit-la |
| 507 | 507 | (pwogwam lestatistik, pa egsanp).</p><p> |
| 508 | 508 | W kapab sere lopsyon an nan valè otomatik (pou pa kreye tou fichye la), si li pa itil aw. </p>', # MODIF |
| 509 | - 'texte_informations_personnelles_1' => 'Sistèm ke jodiya kreye yon laksé pèsonalizé pou w.', |
|
| 510 | - 'texte_informations_personnelles_2' => '(Gad : si genyen yon lòt enstalasyon ak laksé aw ka mache ankò, w kapab', # MODIF |
|
| 511 | - 'texte_introductif_article' => '(Tèks lentwodiksyon latik.)', |
|
| 512 | - 'texte_jeu_caractere' => 'Lopsyon-an se itil si sitweb-la afiche kèk alfabe diferan lalfabé |
|
| 509 | + 'texte_informations_personnelles_1' => 'Sistèm ke jodiya kreye yon laksé pèsonalizé pou w.', |
|
| 510 | + 'texte_informations_personnelles_2' => '(Gad : si genyen yon lòt enstalasyon ak laksé aw ka mache ankò, w kapab', # MODIF |
|
| 511 | + 'texte_introductif_article' => '(Tèks lentwodiksyon latik.)', |
|
| 512 | + 'texte_jeu_caractere' => 'Lopsyon-an se itil si sitweb-la afiche kèk alfabe diferan lalfabé |
|
| 513 | 513 | romin (ou « oksidantal ») ek tout alfabe komsa. |
| 514 | 514 | Alò, fòk w chanje reglaj otomatik pou chwazi yon gwoup karaktè pwop ; |
| 515 | 515 | Se mye fè yon esey avan pou rankout yon manyen adapté pou afich lang-la |
| 516 | 516 | Si ou chanje lalfabe a |
| 517 | 517 | ann fé osi bo reglaj nan leskelèt sit w (baliz <tt>#CHARSET</tt>).', # MODIF |
| 518 | - 'texte_login_ldap_1' => '(Kembe vid ali pou yo laksé anonim, osnon ekri w chemen konple pa egsanp « <tt>uid=mwen, ou=users, dc=sitamwen, dc=com</tt> ».)', |
|
| 519 | - 'texte_login_precaution' => 'Atansyon ! bagay-la se nonkod koumon w rele kounyen-a. |
|
| 518 | + 'texte_login_ldap_1' => '(Kembe vid ali pou yo laksé anonim, osnon ekri w chemen konple pa egsanp « <tt>uid=mwen, ou=users, dc=sitamwen, dc=com</tt> ».)', |
|
| 519 | + 'texte_login_precaution' => 'Atansyon ! bagay-la se nonkod koumon w rele kounyen-a. |
|
| 520 | 520 | Ann itilize fòmilè-a ek swen...', |
| 521 | - 'texte_mise_a_niveau_base_1' => 'W te fini renouvèle tout fichye SPIP. |
|
| 521 | + 'texte_mise_a_niveau_base_1' => 'W te fini renouvèle tout fichye SPIP. |
|
| 522 | 522 | Fòk kembe nan nivo labazdoné |
| 523 | 523 | pou sit-la.', |
| 524 | - 'texte_modifier_article' => 'Chanje atik-la :', |
|
| 525 | - 'texte_multilinguisme' => 'Si w vle itilize atik yo sous sit-la nan diferan lang, ak yon navigasyon konplèks, w kapab ajoute yon meni-dewoulè pou chwazi lalang tout atik ak ribrik yo, selon kouman w te òganize sit aw.', # MODIF |
|
| 526 | - 'texte_multilinguisme_trad' => 'Ou kap mèt yon sistèm pou okipe kèk lyen ant plizyè tradiksyon yon mèm atik.', # MODIF |
|
| 527 | - 'texte_non_compresse' => '<i>ki pa konprese</i> (sèvè w ki pa soutni nan fonksyon la)', |
|
| 528 | - 'texte_nouvelle_version_spip_1' => 'W te enstalé yon nouvo vésyon SPIP.', |
|
| 529 | - 'texte_nouvelle_version_spip_2' => 'Fòk w fè yon arnouvèlman pli konple pou monte nivo nouvo vèsyon an. Si w se webmèt sit-la, mèsi efase fichye-a <tt>inc_connect.php3</tt> nan repetwar <tt>ecrire</tt> ak ropran lenstalasyon pou mèt paramèt koneksyon sou bazdone nan nivo.<p> (Gad. : si w te oubliye paramèt koneksyon aw, gad fichye <tt>inc_connect.php3</tt> avan efase ali...)</p>', # MODIF |
|
| 530 | - 'texte_operation_echec' => 'Mèsi tounyen deyè sou paj davan, chwazi yon lòt baz osnon kreye w yon nouvo baz. Gad byin tout lenfòmasyon lébjèje w te bay aw.', |
|
| 531 | - 'texte_plus_trois_car' => 'plisk 3 karaktè limprimi', |
|
| 532 | - 'texte_plusieurs_articles' => 'Genyen kèk lotè pou "@cherche_auteur@":', |
|
| 533 | - 'texte_port_annuaire' => '(Lavalè enskri otamatikman ka mache an jénéral.)', |
|
| 534 | - 'texte_proposer_publication' => 'Kan latik fini,<br /> w kapab pwopoze ali pou yon piblikasyon.', # MODIF |
|
| 535 | - 'texte_proxy' => 'Posib (intranet, rézo pwoteje...), |
|
| 524 | + 'texte_modifier_article' => 'Chanje atik-la :', |
|
| 525 | + 'texte_multilinguisme' => 'Si w vle itilize atik yo sous sit-la nan diferan lang, ak yon navigasyon konplèks, w kapab ajoute yon meni-dewoulè pou chwazi lalang tout atik ak ribrik yo, selon kouman w te òganize sit aw.', # MODIF |
|
| 526 | + 'texte_multilinguisme_trad' => 'Ou kap mèt yon sistèm pou okipe kèk lyen ant plizyè tradiksyon yon mèm atik.', # MODIF |
|
| 527 | + 'texte_non_compresse' => '<i>ki pa konprese</i> (sèvè w ki pa soutni nan fonksyon la)', |
|
| 528 | + 'texte_nouvelle_version_spip_1' => 'W te enstalé yon nouvo vésyon SPIP.', |
|
| 529 | + 'texte_nouvelle_version_spip_2' => 'Fòk w fè yon arnouvèlman pli konple pou monte nivo nouvo vèsyon an. Si w se webmèt sit-la, mèsi efase fichye-a <tt>inc_connect.php3</tt> nan repetwar <tt>ecrire</tt> ak ropran lenstalasyon pou mèt paramèt koneksyon sou bazdone nan nivo.<p> (Gad. : si w te oubliye paramèt koneksyon aw, gad fichye <tt>inc_connect.php3</tt> avan efase ali...)</p>', # MODIF |
|
| 530 | + 'texte_operation_echec' => 'Mèsi tounyen deyè sou paj davan, chwazi yon lòt baz osnon kreye w yon nouvo baz. Gad byin tout lenfòmasyon lébjèje w te bay aw.', |
|
| 531 | + 'texte_plus_trois_car' => 'plisk 3 karaktè limprimi', |
|
| 532 | + 'texte_plusieurs_articles' => 'Genyen kèk lotè pou "@cherche_auteur@":', |
|
| 533 | + 'texte_port_annuaire' => '(Lavalè enskri otamatikman ka mache an jénéral.)', |
|
| 534 | + 'texte_proposer_publication' => 'Kan latik fini,<br /> w kapab pwopoze ali pou yon piblikasyon.', # MODIF |
|
| 535 | + 'texte_proxy' => 'Posib (intranet, rézo pwoteje...), |
|
| 536 | 536 | se nésèsè itilize yon pwoksi <i>proxy HTTP</i> pou konek tout sit sendike. |
| 537 | 537 | Alò fòk w enskri ladrès URL, nan fòma |
| 538 | 538 | <tt><html>http://proxy:8080</html></tt>. Nòmalman, |
| 539 | 539 | w ke sere chan-la vid. ', # MODIF |
| 540 | - 'texte_publication_articles_post_dates' => 'Kilès atitud SPIP ke chwazi pou pibliye tout latik ki dat piblikasyon |
|
| 540 | + 'texte_publication_articles_post_dates' => 'Kilès atitud SPIP ke chwazi pou pibliye tout latik ki dat piblikasyon |
|
| 541 | 541 | se présize nan dat lavenir ?', |
| 542 | - 'texte_rappel_selection_champs' => '[Oubliy pa w chwazi chan la korekman.]', |
|
| 543 | - 'texte_recalcul_page' => 'Si w vle |
|
| 542 | + 'texte_rappel_selection_champs' => '[Oubliy pa w chwazi chan la korekman.]', |
|
| 543 | + 'texte_recalcul_page' => 'Si w vle |
|
| 544 | 544 | kalkil ankò yon sel paj selman, itilize plito lespas piblik ak bouton « Kalkil ankò ».', |
| 545 | - 'texte_recuperer_base' => 'Aranje bazdoné la', |
|
| 546 | - 'texte_reference_mais_redirige' => 'atik ki referanse nan sit SPIP aou, men ki viré direksyon sou yon lot URL.', |
|
| 547 | - 'texte_requetes_echouent' => '<b>kank kèk rekèt SQL ki pa mache |
|
| 545 | + 'texte_recuperer_base' => 'Aranje bazdoné la', |
|
| 546 | + 'texte_reference_mais_redirige' => 'atik ki referanse nan sit SPIP aou, men ki viré direksyon sou yon lot URL.', |
|
| 547 | + 'texte_requetes_echouent' => '<b>kank kèk rekèt SQL ki pa mache |
|
| 548 | 548 | sistématikman ak ki pa rézon vizib, se posib bagay la ki ako bazdoné-la li mèm |
| 549 | 549 | .</b><p> |
| 550 | 550 | Tounyen a kapasité SQL pou aranje tout tab ali kank zot se abime pa aksidan. |
@@ -552,70 +552,70 @@ discard block |
||
| 552 | 552 | Si bagay-la ki pa mache, kenbe ou yon kopi lafichaj, ki sere pètèt indis pou rannkont ki pa mache...</p><p> |
| 553 | 553 | Si pwoblèm la ki kenbe, mèsi kontak lébérjè |
| 554 | 554 | .</p>', # MODIF |
| 555 | - 'texte_selection_langue_principale' => 'W kapab chwazi « lang prensipal » sit-la. Chwa-an se pa obligasyon - bon dié ! - w ékri artik-w nan lang-la, men bagay-la li pémè défini : |
|
| 555 | + 'texte_selection_langue_principale' => 'W kapab chwazi « lang prensipal » sit-la. Chwa-an se pa obligasyon - bon dié ! - w ékri artik-w nan lang-la, men bagay-la li pémè défini : |
|
| 556 | 556 | <ul><li> fòma otomatik tout dat sou sit piblik ;</li> |
| 557 | 557 | <li> ki mòtè tipografik, fòk sistèm SPIP li itilize pou rann tout tèks sou sit-la ;</li> |
| 558 | 558 | <li> ki lang fòk sit itilize nan tout fòmilè sou sit piblik ;</li> |
| 559 | 559 | <li> ki lang se prézanté otomatikman nan lespas privé.</li></ul>', |
| 560 | - 'texte_sous_titre' => 'Soutitr (Kouman i relé osi)', |
|
| 561 | - 'texte_statistiques_visites' => '(tout liy nwa : dimanch / lakourb nwa : lévolisyon mwayenn sa)', |
|
| 562 | - 'texte_statut_attente_validation' => 'ki tann pou konfimé', |
|
| 563 | - 'texte_statut_publies' => 'pibliyé an liy', |
|
| 564 | - 'texte_statut_refuses' => 'refizé', |
|
| 565 | - 'texte_suppression_fichiers' => 'Itilize komand-la pou efase tout fichyé prézan sa-yo nan kach-SPIP (cache). |
|
| 560 | + 'texte_sous_titre' => 'Soutitr (Kouman i relé osi)', |
|
| 561 | + 'texte_statistiques_visites' => '(tout liy nwa : dimanch / lakourb nwa : lévolisyon mwayenn sa)', |
|
| 562 | + 'texte_statut_attente_validation' => 'ki tann pou konfimé', |
|
| 563 | + 'texte_statut_publies' => 'pibliyé an liy', |
|
| 564 | + 'texte_statut_refuses' => 'refizé', |
|
| 565 | + 'texte_suppression_fichiers' => 'Itilize komand-la pou efase tout fichyé prézan sa-yo nan kach-SPIP (cache). |
|
| 566 | 566 | Bagay-la pémè, pa egsanp, fòse rekalkil tout paj sa-yo, apré plizyè gro chanjman nan grafism osnon lastrikti sit aou. |
| 567 | 567 | ', |
| 568 | - 'texte_sur_titre' => 'Sir-tit', |
|
| 569 | - 'texte_table_ok' => ': tab-la se bon.', |
|
| 570 | - 'texte_tentative_recuperation' => 'Esey aranjé', |
|
| 571 | - 'texte_tenter_reparation' => 'Esèy yon aranjman labazdoné', |
|
| 572 | - 'texte_test_proxy' => 'Pou eseye pwoksi-a (proxy), ann enskri isit ladrès yon sit web |
|
| 568 | + 'texte_sur_titre' => 'Sir-tit', |
|
| 569 | + 'texte_table_ok' => ': tab-la se bon.', |
|
| 570 | + 'texte_tentative_recuperation' => 'Esey aranjé', |
|
| 571 | + 'texte_tenter_reparation' => 'Esèy yon aranjman labazdoné', |
|
| 572 | + 'texte_test_proxy' => 'Pou eseye pwoksi-a (proxy), ann enskri isit ladrès yon sit web |
|
| 573 | 573 | w vle testé.', |
| 574 | - 'texte_titre_02' => 'Tit (Kouman i rele) :', |
|
| 575 | - 'texte_titre_obligatoire' => '<b>Tit (Kouman i rele)</b> [Nèsèsè]', # MODIF |
|
| 576 | - 'texte_travail_article' => '@nom_auteur_modif@ té travayé sou atik la @date_diff@ minit pase', |
|
| 577 | - 'texte_travail_collaboratif' => 'Si genyen souvan kèl redaktè ki soutni sou |
|
| 574 | + 'texte_titre_02' => 'Tit (Kouman i rele) :', |
|
| 575 | + 'texte_titre_obligatoire' => '<b>Tit (Kouman i rele)</b> [Nèsèsè]', # MODIF |
|
| 576 | + 'texte_travail_article' => '@nom_auteur_modif@ té travayé sou atik la @date_diff@ minit pase', |
|
| 577 | + 'texte_travail_collaboratif' => 'Si genyen souvan kèl redaktè ki soutni sou |
|
| 578 | 578 | yon mèm atik, sistèm-la kapab afiche atik yo |
| 579 | 579 | ki « ouvè » |
| 580 | 580 | nan tan résan pou evite chanjman ki kraze lòt. |
| 581 | 581 | W kapab mèt opsyon-nan ki sispann otomatikman pou evite fè parèt toultan |
| 582 | 582 | mesaj yo pou atansyon. |
| 583 | 583 | ', |
| 584 | - 'texte_vide' => 'vid', |
|
| 585 | - 'texte_vider_cache' => 'Vide kach-la', |
|
| 586 | - 'titre_admin_tech' => 'Swen teknik', |
|
| 587 | - 'titre_admin_vider' => 'Swen teknik', |
|
| 588 | - 'titre_cadre_afficher_article' => 'Fè parèt atik yo', |
|
| 589 | - 'titre_cadre_afficher_traductions' => 'Fè parèt kouman se tradiksyon yo pou tout lanng swivan :', |
|
| 590 | - 'titre_cadre_ajouter_auteur' => 'KREYE YON LOTE :', |
|
| 591 | - 'titre_cadre_interieur_rubrique' => 'nan ribrik', |
|
| 592 | - 'titre_cadre_numero_auteur' => 'LOTE NIMEWO', |
|
| 593 | - 'titre_cadre_signature_obligatoire' => '<b>Siyati</b> [Nésesè]<br />', # MODIF |
|
| 594 | - 'titre_config_fonctions' => 'Konfigire sit-la', |
|
| 595 | - 'titre_configuration' => 'Konfigire sit-la', |
|
| 596 | - 'titre_connexion_ldap' => 'Opsyon sa-yo : <b>ou konèksyon LDAP</b>', |
|
| 597 | - 'titre_groupe_mots' => 'GWOUP MOKLE :', |
|
| 598 | - 'titre_langue_article' => 'LALANNG ATIK-LA', # MODIF |
|
| 599 | - 'titre_langue_rubrique' => 'LALANNG RIBRIK-LA', # MODIF |
|
| 600 | - 'titre_langue_trad_article' => 'LALANNG AK TRADIKSYON YO ATIK-LA', |
|
| 601 | - 'titre_les_articles' => 'ATIK YO', |
|
| 602 | - 'titre_naviguer_dans_le_site' => 'Fè yon vire sou sit-la...', |
|
| 603 | - 'titre_nouvelle_rubrique' => 'Nouvo ribrik', |
|
| 604 | - 'titre_numero_rubrique' => 'RIBRIK NIMEWO :', |
|
| 605 | - 'titre_page_articles_edit' => 'Chanje: @titre@', |
|
| 606 | - 'titre_page_articles_page' => 'Atik yo', |
|
| 607 | - 'titre_page_articles_tous' => 'Tout sit sa-mèm', |
|
| 608 | - 'titre_page_calendrier' => 'Kalandriye @nom_mois@ @annee@', |
|
| 609 | - 'titre_page_config_contenu' => 'Konfigire sit-la', |
|
| 610 | - 'titre_page_delete_all' => 'krazman konple ke pa posib pou anile', |
|
| 611 | - 'titre_page_recherche' => 'Rezilta chèche @recherche@', |
|
| 612 | - 'titre_page_statistiques_referers' => 'Rézilta estatistik (lyen sa-yo ka rive)', |
|
| 613 | - 'titre_page_upgrade' => 'Mèt SPIP nan nivle', |
|
| 614 | - 'titre_publication_articles_post_dates' => 'Piblikasyon tout atik yo posdate', |
|
| 615 | - 'titre_reparation' => 'Reparasyon', |
|
| 616 | - 'titre_suivi_petition' => 'Swiv tout petisyon yo', |
|
| 617 | - 'trad_article_traduction' => 'Tout versyon pou atik la :', |
|
| 618 | - 'trad_delier' => 'Retire lyen ansanm atik la ak tout tradidksyon', # MODIF |
|
| 619 | - 'trad_lier' => 'Atik la se tradiksyon atik nimewo :', |
|
| 620 | - 'trad_new' => 'Ekri tradiksyon ankò pou atik la' # MODIF |
|
| 584 | + 'texte_vide' => 'vid', |
|
| 585 | + 'texte_vider_cache' => 'Vide kach-la', |
|
| 586 | + 'titre_admin_tech' => 'Swen teknik', |
|
| 587 | + 'titre_admin_vider' => 'Swen teknik', |
|
| 588 | + 'titre_cadre_afficher_article' => 'Fè parèt atik yo', |
|
| 589 | + 'titre_cadre_afficher_traductions' => 'Fè parèt kouman se tradiksyon yo pou tout lanng swivan :', |
|
| 590 | + 'titre_cadre_ajouter_auteur' => 'KREYE YON LOTE :', |
|
| 591 | + 'titre_cadre_interieur_rubrique' => 'nan ribrik', |
|
| 592 | + 'titre_cadre_numero_auteur' => 'LOTE NIMEWO', |
|
| 593 | + 'titre_cadre_signature_obligatoire' => '<b>Siyati</b> [Nésesè]<br />', # MODIF |
|
| 594 | + 'titre_config_fonctions' => 'Konfigire sit-la', |
|
| 595 | + 'titre_configuration' => 'Konfigire sit-la', |
|
| 596 | + 'titre_connexion_ldap' => 'Opsyon sa-yo : <b>ou konèksyon LDAP</b>', |
|
| 597 | + 'titre_groupe_mots' => 'GWOUP MOKLE :', |
|
| 598 | + 'titre_langue_article' => 'LALANNG ATIK-LA', # MODIF |
|
| 599 | + 'titre_langue_rubrique' => 'LALANNG RIBRIK-LA', # MODIF |
|
| 600 | + 'titre_langue_trad_article' => 'LALANNG AK TRADIKSYON YO ATIK-LA', |
|
| 601 | + 'titre_les_articles' => 'ATIK YO', |
|
| 602 | + 'titre_naviguer_dans_le_site' => 'Fè yon vire sou sit-la...', |
|
| 603 | + 'titre_nouvelle_rubrique' => 'Nouvo ribrik', |
|
| 604 | + 'titre_numero_rubrique' => 'RIBRIK NIMEWO :', |
|
| 605 | + 'titre_page_articles_edit' => 'Chanje: @titre@', |
|
| 606 | + 'titre_page_articles_page' => 'Atik yo', |
|
| 607 | + 'titre_page_articles_tous' => 'Tout sit sa-mèm', |
|
| 608 | + 'titre_page_calendrier' => 'Kalandriye @nom_mois@ @annee@', |
|
| 609 | + 'titre_page_config_contenu' => 'Konfigire sit-la', |
|
| 610 | + 'titre_page_delete_all' => 'krazman konple ke pa posib pou anile', |
|
| 611 | + 'titre_page_recherche' => 'Rezilta chèche @recherche@', |
|
| 612 | + 'titre_page_statistiques_referers' => 'Rézilta estatistik (lyen sa-yo ka rive)', |
|
| 613 | + 'titre_page_upgrade' => 'Mèt SPIP nan nivle', |
|
| 614 | + 'titre_publication_articles_post_dates' => 'Piblikasyon tout atik yo posdate', |
|
| 615 | + 'titre_reparation' => 'Reparasyon', |
|
| 616 | + 'titre_suivi_petition' => 'Swiv tout petisyon yo', |
|
| 617 | + 'trad_article_traduction' => 'Tout versyon pou atik la :', |
|
| 618 | + 'trad_delier' => 'Retire lyen ansanm atik la ak tout tradidksyon', # MODIF |
|
| 619 | + 'trad_lier' => 'Atik la se tradiksyon atik nimewo :', |
|
| 620 | + 'trad_new' => 'Ekri tradiksyon ankò pou atik la' # MODIF |
|
| 621 | 621 | ); |