@@ -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 | include_spip('inc/filtres'); |
@@ -46,47 +46,47 @@ discard block |
||
| 46 | 46 | **/ |
| 47 | 47 | function inc_selectionner_dist($sel, $idom = "", $exclus = 0, $aff_racine = false, $recur = true, $do = 'aff') { |
| 48 | 48 | |
| 49 | - if ($recur) { |
|
| 50 | - $recur = mini_hier($sel); |
|
| 51 | - } else { |
|
| 52 | - $sel = 0; |
|
| 53 | - } |
|
| 49 | + if ($recur) { |
|
| 50 | + $recur = mini_hier($sel); |
|
| 51 | + } else { |
|
| 52 | + $sel = 0; |
|
| 53 | + } |
|
| 54 | 54 | |
| 55 | - if ($aff_racine) { |
|
| 56 | - $info = generer_url_ecrire('informer', "type=rubrique&rac=$idom&do=$do&id="); |
|
| 57 | - $idom3 = $idom . "_selection"; |
|
| 55 | + if ($aff_racine) { |
|
| 56 | + $info = generer_url_ecrire('informer', "type=rubrique&rac=$idom&do=$do&id="); |
|
| 57 | + $idom3 = $idom . "_selection"; |
|
| 58 | 58 | |
| 59 | - $onClick = "jQuery(this).parent().addClass('on');jQuery('#choix_parent_principal .on').removeClass('on'); aff_selection(0, '$idom3', '$info', event);return false;"; |
|
| 59 | + $onClick = "jQuery(this).parent().addClass('on');jQuery('#choix_parent_principal .on').removeClass('on'); aff_selection(0, '$idom3', '$info', event);return false;"; |
|
| 60 | 60 | |
| 61 | - $ondbClick = strtr(str_replace("'", "’", |
|
| 62 | - str_replace('"', """, |
|
| 63 | - textebrut(_T('info_racine_site')))), |
|
| 64 | - "\n\r", " "); |
|
| 61 | + $ondbClick = strtr(str_replace("'", "’", |
|
| 62 | + str_replace('"', """, |
|
| 63 | + textebrut(_T('info_racine_site')))), |
|
| 64 | + "\n\r", " "); |
|
| 65 | 65 | |
| 66 | - $js_func = $do . '_selection_titre'; |
|
| 67 | - $ondbClick = "$js_func('$ondbClick',0,'selection_rubrique','id_parent');"; |
|
| 66 | + $js_func = $do . '_selection_titre'; |
|
| 67 | + $ondbClick = "$js_func('$ondbClick',0,'selection_rubrique','id_parent');"; |
|
| 68 | 68 | |
| 69 | - $aff_racine = "<div class='petit-item petite-racine item'>" |
|
| 70 | - . "<a href='#'" |
|
| 71 | - . "onclick=\"" |
|
| 72 | - . $onClick |
|
| 73 | - . "\"\nondbclick=\"" |
|
| 74 | - . $ondbClick |
|
| 75 | - . $onClick |
|
| 76 | - . "\">" |
|
| 77 | - . _T("info_racine_site") |
|
| 78 | - . "</a></div>"; |
|
| 79 | - } |
|
| 69 | + $aff_racine = "<div class='petit-item petite-racine item'>" |
|
| 70 | + . "<a href='#'" |
|
| 71 | + . "onclick=\"" |
|
| 72 | + . $onClick |
|
| 73 | + . "\"\nondbclick=\"" |
|
| 74 | + . $ondbClick |
|
| 75 | + . $onClick |
|
| 76 | + . "\">" |
|
| 77 | + . _T("info_racine_site") |
|
| 78 | + . "</a></div>"; |
|
| 79 | + } |
|
| 80 | 80 | |
| 81 | - $url_init = generer_url_ecrire('plonger', "rac=$idom&exclus=$exclus&id=0&col=1&do=$do"); |
|
| 81 | + $url_init = generer_url_ecrire('plonger', "rac=$idom&exclus=$exclus&id=0&col=1&do=$do"); |
|
| 82 | 82 | |
| 83 | - $plonger = charger_fonction('plonger', 'inc'); |
|
| 84 | - $plonger_r = $plonger($sel, $idom, $recur, 1, $exclus, $do); |
|
| 83 | + $plonger = charger_fonction('plonger', 'inc'); |
|
| 84 | + $plonger_r = $plonger($sel, $idom, $recur, 1, $exclus, $do); |
|
| 85 | 85 | |
| 86 | - // url completee par la fonction JS onkeypress_rechercher |
|
| 87 | - $url = generer_url_ecrire('rechercher', "exclus=$exclus&rac=$idom&do=$do&type="); |
|
| 86 | + // url completee par la fonction JS onkeypress_rechercher |
|
| 87 | + $url = generer_url_ecrire('rechercher', "exclus=$exclus&rac=$idom&do=$do&type="); |
|
| 88 | 88 | |
| 89 | - return construire_selectionner_hierarchie($idom, $plonger_r, $aff_racine, $url, 'id_parent', $url_init); |
|
| 89 | + return construire_selectionner_hierarchie($idom, $plonger_r, $aff_racine, $url, 'id_parent', $url_init); |
|
| 90 | 90 | } |
| 91 | 91 | |
| 92 | 92 | /** |
@@ -104,55 +104,55 @@ discard block |
||
| 104 | 104 | **/ |
| 105 | 105 | function construire_selectionner_hierarchie($idom, $liste, $racine, $url, $name, $url_init = '') { |
| 106 | 106 | |
| 107 | - $idom1 = $idom . "_champ_recherche"; |
|
| 108 | - $idom2 = $idom . "_principal"; |
|
| 109 | - $idom3 = $idom . "_selection"; |
|
| 110 | - $idom4 = $idom . "_col_1"; |
|
| 111 | - $idom5 = 'img_' . $idom4; |
|
| 112 | - $idom6 = $idom . "_fonc"; |
|
| 113 | - |
|
| 114 | - return "<div id='$idom'>" |
|
| 115 | - . "<a id='$idom6' style='visibility: hidden;'" |
|
| 116 | - . ($url_init ? "\nhref='$url_init'" : '') |
|
| 117 | - . "></a>" |
|
| 118 | - . "<div class='recherche_rapide_parent'>" |
|
| 119 | - . http_img_pack("loader.svg", "", |
|
| 120 | - "class='loader' style='visibility: hidden;float:" . $GLOBALS['spip_lang_right'] . "' id='$idom5'") |
|
| 121 | - . "" |
|
| 122 | - . "<input style='width: 10em;float:" . $GLOBALS['spip_lang_right'] . ";' type='search' class='text search' id='$idom1' placeholder='" . _T('info_rechercher') . "'" |
|
| 123 | - // eliminer Return car il provoque la soumission (balise unique) |
|
| 124 | - // et eliminer Tab pour la navigation au clavier |
|
| 125 | - // ce serait encore mieux de ne le faire que s'il y a encore plusieurs |
|
| 126 | - // resultats retournes par la recherche |
|
| 127 | - . "\nonkeypress=\"k=event.keyCode;if (k==13 || k==3 || k==9){return false;}\"" |
|
| 128 | - // lancer la recherche apres le filtrage ci-dessus sauf sur le tab (navigation au clavier) |
|
| 129 | - . "\nonkeyup=\"if(event.keyCode==9){return false;};return onkey_rechercher(this.value," |
|
| 130 | - // la destination de la recherche |
|
| 131 | - . "'$idom4'" |
|
| 107 | + $idom1 = $idom . "_champ_recherche"; |
|
| 108 | + $idom2 = $idom . "_principal"; |
|
| 109 | + $idom3 = $idom . "_selection"; |
|
| 110 | + $idom4 = $idom . "_col_1"; |
|
| 111 | + $idom5 = 'img_' . $idom4; |
|
| 112 | + $idom6 = $idom . "_fonc"; |
|
| 113 | + |
|
| 114 | + return "<div id='$idom'>" |
|
| 115 | + . "<a id='$idom6' style='visibility: hidden;'" |
|
| 116 | + . ($url_init ? "\nhref='$url_init'" : '') |
|
| 117 | + . "></a>" |
|
| 118 | + . "<div class='recherche_rapide_parent'>" |
|
| 119 | + . http_img_pack("loader.svg", "", |
|
| 120 | + "class='loader' style='visibility: hidden;float:" . $GLOBALS['spip_lang_right'] . "' id='$idom5'") |
|
| 121 | + . "" |
|
| 122 | + . "<input style='width: 10em;float:" . $GLOBALS['spip_lang_right'] . ";' type='search' class='text search' id='$idom1' placeholder='" . _T('info_rechercher') . "'" |
|
| 123 | + // eliminer Return car il provoque la soumission (balise unique) |
|
| 124 | + // et eliminer Tab pour la navigation au clavier |
|
| 125 | + // ce serait encore mieux de ne le faire que s'il y a encore plusieurs |
|
| 126 | + // resultats retournes par la recherche |
|
| 127 | + . "\nonkeypress=\"k=event.keyCode;if (k==13 || k==3 || k==9){return false;}\"" |
|
| 128 | + // lancer la recherche apres le filtrage ci-dessus sauf sur le tab (navigation au clavier) |
|
| 129 | + . "\nonkeyup=\"if(event.keyCode==9){return false;};return onkey_rechercher(this.value," |
|
| 130 | + // la destination de la recherche |
|
| 131 | + . "'$idom4'" |
|
| 132 | 132 | # . "this.parentNode.parentNode.parentNode.parentNode.nextSibling.firstChild.id" |
| 133 | - . ",'" |
|
| 134 | - // l'url effectuant la recherche |
|
| 135 | - . $url |
|
| 136 | - . "'," |
|
| 137 | - // le noeud contenant un gif anime |
|
| 138 | - // . "'idom5'" |
|
| 139 | - . "this.parentNode.previousSibling.firstChild" |
|
| 140 | - . ",'" |
|
| 141 | - // la valeur de l'attribut Name a remplir |
|
| 142 | - . $name |
|
| 143 | - . "','" |
|
| 144 | - // noeud invisible memorisant l'URL initiale (pour re-initialisation) |
|
| 145 | - . $idom6 |
|
| 146 | - . "')\"" |
|
| 147 | - . " />" |
|
| 148 | - . "\n</div>" |
|
| 149 | - . ($racine ? "<div>$racine</div>" : "") |
|
| 150 | - . "<div id='" |
|
| 151 | - . $idom2 |
|
| 152 | - . "'><div id='$idom4'" |
|
| 153 | - . " class=''>" |
|
| 154 | - . $liste |
|
| 155 | - . "</div></div>\n<div id='$idom3'></div></div>\n"; |
|
| 133 | + . ",'" |
|
| 134 | + // l'url effectuant la recherche |
|
| 135 | + . $url |
|
| 136 | + . "'," |
|
| 137 | + // le noeud contenant un gif anime |
|
| 138 | + // . "'idom5'" |
|
| 139 | + . "this.parentNode.previousSibling.firstChild" |
|
| 140 | + . ",'" |
|
| 141 | + // la valeur de l'attribut Name a remplir |
|
| 142 | + . $name |
|
| 143 | + . "','" |
|
| 144 | + // noeud invisible memorisant l'URL initiale (pour re-initialisation) |
|
| 145 | + . $idom6 |
|
| 146 | + . "')\"" |
|
| 147 | + . " />" |
|
| 148 | + . "\n</div>" |
|
| 149 | + . ($racine ? "<div>$racine</div>" : "") |
|
| 150 | + . "<div id='" |
|
| 151 | + . $idom2 |
|
| 152 | + . "'><div id='$idom4'" |
|
| 153 | + . " class=''>" |
|
| 154 | + . $liste |
|
| 155 | + . "</div></div>\n<div id='$idom3'></div></div>\n"; |
|
| 156 | 156 | } |
| 157 | 157 | |
| 158 | 158 | /** |
@@ -164,11 +164,11 @@ discard block |
||
| 164 | 164 | **/ |
| 165 | 165 | function mini_hier($id_rubrique) { |
| 166 | 166 | |
| 167 | - $liste = $id_rubrique; |
|
| 168 | - $id_rubrique = intval($id_rubrique); |
|
| 169 | - while ($id_rubrique = sql_getfetsel("id_parent", "spip_rubriques", "id_rubrique = " . $id_rubrique)) { |
|
| 170 | - $liste = $id_rubrique . ",$liste"; |
|
| 171 | - } |
|
| 167 | + $liste = $id_rubrique; |
|
| 168 | + $id_rubrique = intval($id_rubrique); |
|
| 169 | + while ($id_rubrique = sql_getfetsel("id_parent", "spip_rubriques", "id_rubrique = " . $id_rubrique)) { |
|
| 170 | + $liste = $id_rubrique . ",$liste"; |
|
| 171 | + } |
|
| 172 | 172 | |
| 173 | - return explode(',', "0,$liste"); |
|
| 173 | + return explode(',', "0,$liste"); |
|
| 174 | 174 | } |
@@ -54,7 +54,7 @@ discard block |
||
| 54 | 54 | |
| 55 | 55 | if ($aff_racine) { |
| 56 | 56 | $info = generer_url_ecrire('informer', "type=rubrique&rac=$idom&do=$do&id="); |
| 57 | - $idom3 = $idom . "_selection"; |
|
| 57 | + $idom3 = $idom."_selection"; |
|
| 58 | 58 | |
| 59 | 59 | $onClick = "jQuery(this).parent().addClass('on');jQuery('#choix_parent_principal .on').removeClass('on'); aff_selection(0, '$idom3', '$info', event);return false;"; |
| 60 | 60 | |
@@ -63,7 +63,7 @@ discard block |
||
| 63 | 63 | textebrut(_T('info_racine_site')))), |
| 64 | 64 | "\n\r", " "); |
| 65 | 65 | |
| 66 | - $js_func = $do . '_selection_titre'; |
|
| 66 | + $js_func = $do.'_selection_titre'; |
|
| 67 | 67 | $ondbClick = "$js_func('$ondbClick',0,'selection_rubrique','id_parent');"; |
| 68 | 68 | |
| 69 | 69 | $aff_racine = "<div class='petit-item petite-racine item'>" |
@@ -104,12 +104,12 @@ discard block |
||
| 104 | 104 | **/ |
| 105 | 105 | function construire_selectionner_hierarchie($idom, $liste, $racine, $url, $name, $url_init = '') { |
| 106 | 106 | |
| 107 | - $idom1 = $idom . "_champ_recherche"; |
|
| 108 | - $idom2 = $idom . "_principal"; |
|
| 109 | - $idom3 = $idom . "_selection"; |
|
| 110 | - $idom4 = $idom . "_col_1"; |
|
| 111 | - $idom5 = 'img_' . $idom4; |
|
| 112 | - $idom6 = $idom . "_fonc"; |
|
| 107 | + $idom1 = $idom."_champ_recherche"; |
|
| 108 | + $idom2 = $idom."_principal"; |
|
| 109 | + $idom3 = $idom."_selection"; |
|
| 110 | + $idom4 = $idom."_col_1"; |
|
| 111 | + $idom5 = 'img_'.$idom4; |
|
| 112 | + $idom6 = $idom."_fonc"; |
|
| 113 | 113 | |
| 114 | 114 | return "<div id='$idom'>" |
| 115 | 115 | . "<a id='$idom6' style='visibility: hidden;'" |
@@ -117,9 +117,9 @@ discard block |
||
| 117 | 117 | . "></a>" |
| 118 | 118 | . "<div class='recherche_rapide_parent'>" |
| 119 | 119 | . http_img_pack("loader.svg", "", |
| 120 | - "class='loader' style='visibility: hidden;float:" . $GLOBALS['spip_lang_right'] . "' id='$idom5'") |
|
| 120 | + "class='loader' style='visibility: hidden;float:".$GLOBALS['spip_lang_right']."' id='$idom5'") |
|
| 121 | 121 | . "" |
| 122 | - . "<input style='width: 10em;float:" . $GLOBALS['spip_lang_right'] . ";' type='search' class='text search' id='$idom1' placeholder='" . _T('info_rechercher') . "'" |
|
| 122 | + . "<input style='width: 10em;float:".$GLOBALS['spip_lang_right'].";' type='search' class='text search' id='$idom1' placeholder='"._T('info_rechercher')."'" |
|
| 123 | 123 | // eliminer Return car il provoque la soumission (balise unique) |
| 124 | 124 | // et eliminer Tab pour la navigation au clavier |
| 125 | 125 | // ce serait encore mieux de ne le faire que s'il y a encore plusieurs |
@@ -166,8 +166,8 @@ discard block |
||
| 166 | 166 | |
| 167 | 167 | $liste = $id_rubrique; |
| 168 | 168 | $id_rubrique = intval($id_rubrique); |
| 169 | - while ($id_rubrique = sql_getfetsel("id_parent", "spip_rubriques", "id_rubrique = " . $id_rubrique)) { |
|
| 170 | - $liste = $id_rubrique . ",$liste"; |
|
| 169 | + while ($id_rubrique = sql_getfetsel("id_parent", "spip_rubriques", "id_rubrique = ".$id_rubrique)) { |
|
| 170 | + $liste = $id_rubrique.",$liste"; |
|
| 171 | 171 | } |
| 172 | 172 | |
| 173 | 173 | return explode(',', "0,$liste"); |
@@ -18,7 +18,7 @@ discard block |
||
| 18 | 18 | **/ |
| 19 | 19 | |
| 20 | 20 | if (!defined('_ECRIRE_INC_VERSION')) { |
| 21 | - return; |
|
| 21 | + return; |
|
| 22 | 22 | } |
| 23 | 23 | |
| 24 | 24 | /** |
@@ -38,21 +38,21 @@ discard block |
||
| 38 | 38 | * Pile complétée par le code à générer |
| 39 | 39 | */ |
| 40 | 40 | function balise_ALERTE_dist($p) { |
| 41 | - $_texte = interprete_argument_balise(1, $p); |
|
| 42 | - $_titre = interprete_argument_balise(2, $p); |
|
| 43 | - $_class = interprete_argument_balise(3, $p); |
|
| 44 | - $_role = interprete_argument_balise(4, $p); |
|
| 45 | - $_id = interprete_argument_balise(5, $p); |
|
| 46 | - $_titre = ($_titre ? ", $_titre" : "''"); |
|
| 47 | - $_class = ($_class ? ", $_class" : ", ''"); |
|
| 48 | - $_role = ($_role ? ", $_role" : ", ''"); |
|
| 49 | - $_id = ($_id ? ", $_id" : ", ''"); |
|
| 50 | - |
|
| 51 | - $f = chercher_filtre('message_alerte'); |
|
| 52 | - $p->code = "$f($_texte$_titre$_class$_role$_id)"; |
|
| 53 | - $p->interdire_scripts = false; |
|
| 54 | - |
|
| 55 | - return $p; |
|
| 41 | + $_texte = interprete_argument_balise(1, $p); |
|
| 42 | + $_titre = interprete_argument_balise(2, $p); |
|
| 43 | + $_class = interprete_argument_balise(3, $p); |
|
| 44 | + $_role = interprete_argument_balise(4, $p); |
|
| 45 | + $_id = interprete_argument_balise(5, $p); |
|
| 46 | + $_titre = ($_titre ? ", $_titre" : "''"); |
|
| 47 | + $_class = ($_class ? ", $_class" : ", ''"); |
|
| 48 | + $_role = ($_role ? ", $_role" : ", ''"); |
|
| 49 | + $_id = ($_id ? ", $_id" : ", ''"); |
|
| 50 | + |
|
| 51 | + $f = chercher_filtre('message_alerte'); |
|
| 52 | + $p->code = "$f($_texte$_titre$_class$_role$_id)"; |
|
| 53 | + $p->interdire_scripts = false; |
|
| 54 | + |
|
| 55 | + return $p; |
|
| 56 | 56 | } |
| 57 | 57 | |
| 58 | 58 | /** |
@@ -75,20 +75,20 @@ discard block |
||
| 75 | 75 | * Pile complétée par le code à générer |
| 76 | 76 | */ |
| 77 | 77 | function balise_ALERTE_OUVRIR_dist($p) { |
| 78 | - $_titre = interprete_argument_balise(1, $p); |
|
| 79 | - $_class = interprete_argument_balise(2, $p); |
|
| 80 | - $_role = interprete_argument_balise(3, $p); |
|
| 81 | - $_id = interprete_argument_balise(4, $p); |
|
| 82 | - $_titre = ($_titre ? "$_titre" : "''"); |
|
| 83 | - $_class = ($_class ? ", $_class" : ", ''"); |
|
| 84 | - $_role = ($_role ? ", $_role" : ", ''"); |
|
| 85 | - $_id = ($_id ? ", $_id" : ", ''"); |
|
| 86 | - |
|
| 87 | - $f = chercher_filtre('message_alerte_ouvrir'); |
|
| 88 | - $p->code = "$f($_titre$_class$_role$_id)"; |
|
| 89 | - $p->interdire_scripts = false; |
|
| 90 | - |
|
| 91 | - return $p; |
|
| 78 | + $_titre = interprete_argument_balise(1, $p); |
|
| 79 | + $_class = interprete_argument_balise(2, $p); |
|
| 80 | + $_role = interprete_argument_balise(3, $p); |
|
| 81 | + $_id = interprete_argument_balise(4, $p); |
|
| 82 | + $_titre = ($_titre ? "$_titre" : "''"); |
|
| 83 | + $_class = ($_class ? ", $_class" : ", ''"); |
|
| 84 | + $_role = ($_role ? ", $_role" : ", ''"); |
|
| 85 | + $_id = ($_id ? ", $_id" : ", ''"); |
|
| 86 | + |
|
| 87 | + $f = chercher_filtre('message_alerte_ouvrir'); |
|
| 88 | + $p->code = "$f($_titre$_class$_role$_id)"; |
|
| 89 | + $p->interdire_scripts = false; |
|
| 90 | + |
|
| 91 | + return $p; |
|
| 92 | 92 | } |
| 93 | 93 | |
| 94 | 94 | /** |
@@ -110,11 +110,11 @@ discard block |
||
| 110 | 110 | * Pile complétée par le code à générer |
| 111 | 111 | */ |
| 112 | 112 | function balise_ALERTE_FERMER_dist($p) { |
| 113 | - $f = chercher_filtre('message_alerte_fermer'); |
|
| 114 | - $p->code = "$f()"; |
|
| 115 | - $p->interdire_scripts = false; |
|
| 113 | + $f = chercher_filtre('message_alerte_fermer'); |
|
| 114 | + $p->code = "$f()"; |
|
| 115 | + $p->interdire_scripts = false; |
|
| 116 | 116 | |
| 117 | - return $p; |
|
| 117 | + return $p; |
|
| 118 | 118 | } |
| 119 | 119 | |
| 120 | 120 | /** |
@@ -142,14 +142,14 @@ discard block |
||
| 142 | 142 | */ |
| 143 | 143 | function message_alerte(string $texte, string $titre = '', string $class = '', string $role = '', string $id = '') : string { |
| 144 | 144 | |
| 145 | - $message_alerte_ouvrir = chercher_filtre('message_alerte_ouvrir'); |
|
| 146 | - $message_alerte_fermer = chercher_filtre('message_alerte_fermer'); |
|
| 147 | - $message = |
|
| 148 | - $message_alerte_ouvrir($titre, $class, $role, $id) . |
|
| 149 | - $texte . |
|
| 150 | - $message_alerte_fermer(); |
|
| 145 | + $message_alerte_ouvrir = chercher_filtre('message_alerte_ouvrir'); |
|
| 146 | + $message_alerte_fermer = chercher_filtre('message_alerte_fermer'); |
|
| 147 | + $message = |
|
| 148 | + $message_alerte_ouvrir($titre, $class, $role, $id) . |
|
| 149 | + $texte . |
|
| 150 | + $message_alerte_fermer(); |
|
| 151 | 151 | |
| 152 | - return $message; |
|
| 152 | + return $message; |
|
| 153 | 153 | } |
| 154 | 154 | |
| 155 | 155 | /** |
@@ -175,53 +175,53 @@ discard block |
||
| 175 | 175 | */ |
| 176 | 176 | function message_alerte_ouvrir(string $titre = '', string $class = '', string $role = '', string $id = '') : string { |
| 177 | 177 | |
| 178 | - $prive = test_espace_prive(); |
|
| 179 | - |
|
| 180 | - // Type d'alerte : le chercher dans les classes, nettoyer celles-ci, puis le réinjecter |
|
| 181 | - $types = [ |
|
| 182 | - 'notice', |
|
| 183 | - 'error', |
|
| 184 | - 'success', |
|
| 185 | - 'info', |
|
| 186 | - ]; |
|
| 187 | - $type = array_intersect(explode(' ', $class), $types); |
|
| 188 | - $type = reset($type) ?: 'notice'; |
|
| 189 | - $class = trim(str_replace($types, '', $class) . " $type"); |
|
| 190 | - |
|
| 191 | - // Role |
|
| 192 | - $role = $role ?: 'alert'; |
|
| 193 | - |
|
| 194 | - // Classes |
|
| 195 | - $class_racine = 'msg-alert'; |
|
| 196 | - $clearfix = ($prive ? 'clearfix' : ''); |
|
| 197 | - $class_alerte = "$class_racine $class"; |
|
| 198 | - $class_texte = "${class_racine}__text $clearfix"; |
|
| 199 | - $class_titre = "${class_racine}__heading"; |
|
| 200 | - |
|
| 201 | - // Titre : markup |
|
| 202 | - $titre = trim($titre); |
|
| 203 | - if (strlen($titre)) { |
|
| 204 | - include_spip('inc/filtres'); |
|
| 205 | - // Si besoin on encapsule le titre : un h3 dans le privé, un simple div sinon. |
|
| 206 | - $cherche_tag = ($prive ? '<h' : '<'); |
|
| 207 | - $wrap_tag = ($prive ? '<h3>' : '<div>'); |
|
| 208 | - if (strpos($titre, $cherche_tag) !== 0) { |
|
| 209 | - $titre = wrap($titre, $wrap_tag); |
|
| 210 | - } |
|
| 211 | - // puis on ajoute la classe |
|
| 212 | - $titre = ajouter_class($titre, $class_titre); |
|
| 213 | - } |
|
| 214 | - |
|
| 215 | - // Autres attributs |
|
| 216 | - $attr_id = ($id ? "id=\"$id\"" : ''); |
|
| 217 | - $attr_data = ($type ? "data-$role=\"$type\"" : ''); |
|
| 218 | - |
|
| 219 | - $message = |
|
| 220 | - "<div class=\"$class_alerte\" role=\"$role\" $attr_id $attr_data>" . |
|
| 221 | - $titre . |
|
| 222 | - "<div class=\"$class_texte\">"; |
|
| 223 | - |
|
| 224 | - return $message; |
|
| 178 | + $prive = test_espace_prive(); |
|
| 179 | + |
|
| 180 | + // Type d'alerte : le chercher dans les classes, nettoyer celles-ci, puis le réinjecter |
|
| 181 | + $types = [ |
|
| 182 | + 'notice', |
|
| 183 | + 'error', |
|
| 184 | + 'success', |
|
| 185 | + 'info', |
|
| 186 | + ]; |
|
| 187 | + $type = array_intersect(explode(' ', $class), $types); |
|
| 188 | + $type = reset($type) ?: 'notice'; |
|
| 189 | + $class = trim(str_replace($types, '', $class) . " $type"); |
|
| 190 | + |
|
| 191 | + // Role |
|
| 192 | + $role = $role ?: 'alert'; |
|
| 193 | + |
|
| 194 | + // Classes |
|
| 195 | + $class_racine = 'msg-alert'; |
|
| 196 | + $clearfix = ($prive ? 'clearfix' : ''); |
|
| 197 | + $class_alerte = "$class_racine $class"; |
|
| 198 | + $class_texte = "${class_racine}__text $clearfix"; |
|
| 199 | + $class_titre = "${class_racine}__heading"; |
|
| 200 | + |
|
| 201 | + // Titre : markup |
|
| 202 | + $titre = trim($titre); |
|
| 203 | + if (strlen($titre)) { |
|
| 204 | + include_spip('inc/filtres'); |
|
| 205 | + // Si besoin on encapsule le titre : un h3 dans le privé, un simple div sinon. |
|
| 206 | + $cherche_tag = ($prive ? '<h' : '<'); |
|
| 207 | + $wrap_tag = ($prive ? '<h3>' : '<div>'); |
|
| 208 | + if (strpos($titre, $cherche_tag) !== 0) { |
|
| 209 | + $titre = wrap($titre, $wrap_tag); |
|
| 210 | + } |
|
| 211 | + // puis on ajoute la classe |
|
| 212 | + $titre = ajouter_class($titre, $class_titre); |
|
| 213 | + } |
|
| 214 | + |
|
| 215 | + // Autres attributs |
|
| 216 | + $attr_id = ($id ? "id=\"$id\"" : ''); |
|
| 217 | + $attr_data = ($type ? "data-$role=\"$type\"" : ''); |
|
| 218 | + |
|
| 219 | + $message = |
|
| 220 | + "<div class=\"$class_alerte\" role=\"$role\" $attr_id $attr_data>" . |
|
| 221 | + $titre . |
|
| 222 | + "<div class=\"$class_texte\">"; |
|
| 223 | + |
|
| 224 | + return $message; |
|
| 225 | 225 | } |
| 226 | 226 | |
| 227 | 227 | /** |
@@ -235,5 +235,5 @@ discard block |
||
| 235 | 235 | * HTML de fin de l'alerte |
| 236 | 236 | */ |
| 237 | 237 | function message_alerte_fermer() : string { |
| 238 | - return '</div></div>'; |
|
| 238 | + return '</div></div>'; |
|
| 239 | 239 | } |
@@ -145,8 +145,8 @@ discard block |
||
| 145 | 145 | $message_alerte_ouvrir = chercher_filtre('message_alerte_ouvrir'); |
| 146 | 146 | $message_alerte_fermer = chercher_filtre('message_alerte_fermer'); |
| 147 | 147 | $message = |
| 148 | - $message_alerte_ouvrir($titre, $class, $role, $id) . |
|
| 149 | - $texte . |
|
| 148 | + $message_alerte_ouvrir($titre, $class, $role, $id). |
|
| 149 | + $texte. |
|
| 150 | 150 | $message_alerte_fermer(); |
| 151 | 151 | |
| 152 | 152 | return $message; |
@@ -186,7 +186,7 @@ discard block |
||
| 186 | 186 | ]; |
| 187 | 187 | $type = array_intersect(explode(' ', $class), $types); |
| 188 | 188 | $type = reset($type) ?: 'notice'; |
| 189 | - $class = trim(str_replace($types, '', $class) . " $type"); |
|
| 189 | + $class = trim(str_replace($types, '', $class)." $type"); |
|
| 190 | 190 | |
| 191 | 191 | // Role |
| 192 | 192 | $role = $role ?: 'alert'; |
@@ -217,8 +217,8 @@ discard block |
||
| 217 | 217 | $attr_data = ($type ? "data-$role=\"$type\"" : ''); |
| 218 | 218 | |
| 219 | 219 | $message = |
| 220 | - "<div class=\"$class_alerte\" role=\"$role\" $attr_id $attr_data>" . |
|
| 221 | - $titre . |
|
| 220 | + "<div class=\"$class_alerte\" role=\"$role\" $attr_id $attr_data>". |
|
| 221 | + $titre. |
|
| 222 | 222 | "<div class=\"$class_texte\">"; |
| 223 | 223 | |
| 224 | 224 | return $message; |
@@ -18,7 +18,7 @@ discard block |
||
| 18 | 18 | **/ |
| 19 | 19 | |
| 20 | 20 | if (!defined('_ECRIRE_INC_VERSION')) { |
| 21 | - return; |
|
| 21 | + return; |
|
| 22 | 22 | } |
| 23 | 23 | |
| 24 | 24 | |
@@ -44,18 +44,18 @@ discard block |
||
| 44 | 44 | * Pile complétée par le code à générer |
| 45 | 45 | */ |
| 46 | 46 | function balise_BOITE_OUVRIR_dist($p) { |
| 47 | - $_titre = interprete_argument_balise(1, $p); |
|
| 48 | - $_class = interprete_argument_balise(2, $p); |
|
| 49 | - $_head_class = interprete_argument_balise(3, $p); |
|
| 50 | - $_titre = ($_titre ? $_titre : "''"); |
|
| 51 | - $_class = ($_class ? ", $_class" : ", 'simple'"); |
|
| 52 | - $_head_class = ($_head_class ? ", $_head_class" : ''); |
|
| 53 | - |
|
| 54 | - $f = chercher_filtre('boite_ouvrir'); |
|
| 55 | - $p->code = "$f($_titre$_class$_head_class)"; |
|
| 56 | - $p->interdire_scripts = false; |
|
| 57 | - |
|
| 58 | - return $p; |
|
| 47 | + $_titre = interprete_argument_balise(1, $p); |
|
| 48 | + $_class = interprete_argument_balise(2, $p); |
|
| 49 | + $_head_class = interprete_argument_balise(3, $p); |
|
| 50 | + $_titre = ($_titre ? $_titre : "''"); |
|
| 51 | + $_class = ($_class ? ", $_class" : ", 'simple'"); |
|
| 52 | + $_head_class = ($_head_class ? ", $_head_class" : ''); |
|
| 53 | + |
|
| 54 | + $f = chercher_filtre('boite_ouvrir'); |
|
| 55 | + $p->code = "$f($_titre$_class$_head_class)"; |
|
| 56 | + $p->interdire_scripts = false; |
|
| 57 | + |
|
| 58 | + return $p; |
|
| 59 | 59 | } |
| 60 | 60 | |
| 61 | 61 | /** |
@@ -75,14 +75,14 @@ discard block |
||
| 75 | 75 | * Pile complétée par le code à générer |
| 76 | 76 | */ |
| 77 | 77 | function balise_BOITE_PIED_dist($p) { |
| 78 | - $_class = interprete_argument_balise(1, $p); |
|
| 79 | - $_class = ($_class ? "$_class" : ''); |
|
| 78 | + $_class = interprete_argument_balise(1, $p); |
|
| 79 | + $_class = ($_class ? "$_class" : ''); |
|
| 80 | 80 | |
| 81 | - $f = chercher_filtre('boite_pied'); |
|
| 82 | - $p->code = "$f($_class)"; |
|
| 83 | - $p->interdire_scripts = false; |
|
| 81 | + $f = chercher_filtre('boite_pied'); |
|
| 82 | + $p->code = "$f($_class)"; |
|
| 83 | + $p->interdire_scripts = false; |
|
| 84 | 84 | |
| 85 | - return $p; |
|
| 85 | + return $p; |
|
| 86 | 86 | } |
| 87 | 87 | |
| 88 | 88 | |
@@ -102,11 +102,11 @@ discard block |
||
| 102 | 102 | * Pile complétée par le code à générer |
| 103 | 103 | */ |
| 104 | 104 | function balise_BOITE_FERMER_dist($p) { |
| 105 | - $f = chercher_filtre('boite_fermer'); |
|
| 106 | - $p->code = "$f()"; |
|
| 107 | - $p->interdire_scripts = false; |
|
| 105 | + $f = chercher_filtre('boite_fermer'); |
|
| 106 | + $p->code = "$f()"; |
|
| 107 | + $p->interdire_scripts = false; |
|
| 108 | 108 | |
| 109 | - return $p; |
|
| 109 | + return $p; |
|
| 110 | 110 | } |
| 111 | 111 | |
| 112 | 112 | /** |
@@ -128,16 +128,16 @@ discard block |
||
| 128 | 128 | * HTML du début de la boîte |
| 129 | 129 | */ |
| 130 | 130 | function boite_ouvrir($titre, $class = '', $head_class = '', $id = '') { |
| 131 | - $class = "box $class"; |
|
| 132 | - $head_class = "box__header $head_class clearfix"; |
|
| 133 | - // dans l'espace prive, titrer en h3 si pas de balise <hn> |
|
| 134 | - if (test_espace_prive() and strlen($titre) and strpos($titre, '<h') === false) { |
|
| 135 | - $titre = "<h3>$titre</h3>"; |
|
| 136 | - } |
|
| 137 | - |
|
| 138 | - return '<div class="' . $class . ($id ? "\" id=\"$id" : '') . '">' |
|
| 139 | - . ($titre ? "<div class=\"$head_class\">$titre<!--/hd--></div>" : '') |
|
| 140 | - . '<div class="box__body clearfix">'; |
|
| 131 | + $class = "box $class"; |
|
| 132 | + $head_class = "box__header $head_class clearfix"; |
|
| 133 | + // dans l'espace prive, titrer en h3 si pas de balise <hn> |
|
| 134 | + if (test_espace_prive() and strlen($titre) and strpos($titre, '<h') === false) { |
|
| 135 | + $titre = "<h3>$titre</h3>"; |
|
| 136 | + } |
|
| 137 | + |
|
| 138 | + return '<div class="' . $class . ($id ? "\" id=\"$id" : '') . '">' |
|
| 139 | + . ($titre ? "<div class=\"$head_class\">$titre<!--/hd--></div>" : '') |
|
| 140 | + . '<div class="box__body clearfix">'; |
|
| 141 | 141 | } |
| 142 | 142 | |
| 143 | 143 | |
@@ -154,10 +154,10 @@ discard block |
||
| 154 | 154 | * HTML de transition vers le pied de la boîte |
| 155 | 155 | */ |
| 156 | 156 | function boite_pied($class = 'act') { |
| 157 | - $class = "box__footer $class"; |
|
| 157 | + $class = "box__footer $class"; |
|
| 158 | 158 | |
| 159 | - return '</div>' |
|
| 160 | - . "<div class=\"$class clearfix\">"; |
|
| 159 | + return '</div>' |
|
| 160 | + . "<div class=\"$class clearfix\">"; |
|
| 161 | 161 | } |
| 162 | 162 | |
| 163 | 163 | |
@@ -172,6 +172,6 @@ discard block |
||
| 172 | 172 | * HTML de fin de la boîte |
| 173 | 173 | */ |
| 174 | 174 | function boite_fermer() { |
| 175 | - return '</div>' |
|
| 176 | - . '</div>'; |
|
| 175 | + return '</div>' |
|
| 176 | + . '</div>'; |
|
| 177 | 177 | } |
@@ -135,7 +135,7 @@ |
||
| 135 | 135 | $titre = "<h3>$titre</h3>"; |
| 136 | 136 | } |
| 137 | 137 | |
| 138 | - return '<div class="' . $class . ($id ? "\" id=\"$id" : '') . '">' |
|
| 138 | + return '<div class="'.$class.($id ? "\" id=\"$id" : '').'">' |
|
| 139 | 139 | . ($titre ? "<div class=\"$head_class\">$titre<!--/hd--></div>" : '') |
| 140 | 140 | . '<div class="box__body clearfix">'; |
| 141 | 141 | } |
@@ -12,7 +12,7 @@ discard block |
||
| 12 | 12 | |
| 13 | 13 | |
| 14 | 14 | if (!defined('_ECRIRE_INC_VERSION')) { |
| 15 | - return; |
|
| 15 | + return; |
|
| 16 | 16 | } |
| 17 | 17 | |
| 18 | 18 | include_spip('inc/autoriser'); |
@@ -31,80 +31,80 @@ discard block |
||
| 31 | 31 | * Un tableau des sous rubriques |
| 32 | 32 | */ |
| 33 | 33 | function enfant_rub($collection, $debut = 0, $limite = 500) { |
| 34 | - $voir_logo = (isset($GLOBALS['meta']['image_process']) and $GLOBALS['meta']['image_process'] != 'non'); |
|
| 35 | - $logo = ''; |
|
| 36 | - |
|
| 37 | - if ($voir_logo) { |
|
| 38 | - $chercher_logo = charger_fonction('chercher_logo', 'inc'); |
|
| 39 | - include_spip('inc/filtres_images_mini'); |
|
| 40 | - } |
|
| 41 | - |
|
| 42 | - $res = array(); |
|
| 43 | - |
|
| 44 | - $result = sql_select( |
|
| 45 | - 'id_rubrique, id_parent, titre, descriptif, lang', |
|
| 46 | - 'spip_rubriques', |
|
| 47 | - 'id_parent='.intval($collection), |
|
| 48 | - '', |
|
| 49 | - '0+titre,titre', |
|
| 50 | - "$debut,$limite" |
|
| 51 | - ); |
|
| 52 | - while ($row = sql_fetch($result)) { |
|
| 53 | - $id_rubrique = $row['id_rubrique']; |
|
| 54 | - $id_parent = $row['id_parent']; |
|
| 55 | - // pour etre sur de passer par tous les traitements |
|
| 56 | - $titre = generer_info_entite($id_rubrique, 'rubrique', 'titre'); |
|
| 57 | - if ('' !== ($rang = recuperer_numero($row['titre']))) { |
|
| 58 | - $rang = "$rang. "; |
|
| 59 | - } |
|
| 60 | - |
|
| 61 | - if (autoriser('voir', 'rubrique', $id_rubrique)) { |
|
| 62 | - $les_sous_enfants = sous_enfant_rub($id_rubrique); |
|
| 63 | - |
|
| 64 | - changer_typo($row['lang']); |
|
| 65 | - $lang_dir = lang_dir($row['lang']); |
|
| 66 | - $descriptif = propre($row['descriptif']); |
|
| 67 | - |
|
| 68 | - if ($voir_logo) { |
|
| 69 | - if ($logo = $chercher_logo($id_rubrique, 'id_rubrique', 'on')) { |
|
| 70 | - list($fid, $dir, $nom, $format) = $logo; |
|
| 71 | - $logo = image_recadre_avec_fallback("<img src='$fid' alt='' />", 70, 70); |
|
| 72 | - if ($logo) { |
|
| 73 | - $logo = wrap(inserer_attribut($logo, 'class', 'logo'),'<span class="logo-carre">'); |
|
| 74 | - } |
|
| 75 | - } |
|
| 76 | - } |
|
| 77 | - |
|
| 78 | - $lib_bouton = (!acces_restreint_rubrique($id_rubrique) ? '' : |
|
| 79 | - http_img_pack( |
|
| 80 | - 'auteur-0minirezo-16.png', |
|
| 81 | - '', |
|
| 82 | - " width='16' height='16'", |
|
| 83 | - _T('image_administrer_rubrique') |
|
| 84 | - )) . |
|
| 85 | - " <a dir='$lang_dir'" . |
|
| 86 | - ($row['lang'] !== $GLOBALS['spip_lang'] ? " hreflang='" . $row['lang'] . "'" : '') . |
|
| 87 | - " href='" . |
|
| 88 | - generer_url_entite($id_rubrique, 'rubrique') . |
|
| 89 | - "'><span class='titre'>" . |
|
| 90 | - $rang . $titre |
|
| 91 | - . '</span>' |
|
| 92 | - . (is_string($logo) ? $logo : '') |
|
| 93 | - . '</a>'; |
|
| 94 | - |
|
| 95 | - $titre = bouton_block_depliable($lib_bouton, $les_sous_enfants ? false : -1, "enfants$id_rubrique") |
|
| 96 | - . (!$descriptif ? '' : "\n<div class='descriptif'>$descriptif</div>") |
|
| 97 | - ; |
|
| 98 | - |
|
| 99 | - $res[] = |
|
| 100 | - debut_cadre_sous_rub(($id_parent ? 'rubrique-24.png' : 'secteur-24.png'), true, '', $titre) . |
|
| 101 | - $les_sous_enfants . |
|
| 102 | - fin_cadre_sous_rub(true); |
|
| 103 | - } |
|
| 104 | - } |
|
| 105 | - |
|
| 106 | - changer_typo($GLOBALS['spip_lang']); # remettre la typo de l'interface pour la suite |
|
| 107 | - return $res; |
|
| 34 | + $voir_logo = (isset($GLOBALS['meta']['image_process']) and $GLOBALS['meta']['image_process'] != 'non'); |
|
| 35 | + $logo = ''; |
|
| 36 | + |
|
| 37 | + if ($voir_logo) { |
|
| 38 | + $chercher_logo = charger_fonction('chercher_logo', 'inc'); |
|
| 39 | + include_spip('inc/filtres_images_mini'); |
|
| 40 | + } |
|
| 41 | + |
|
| 42 | + $res = array(); |
|
| 43 | + |
|
| 44 | + $result = sql_select( |
|
| 45 | + 'id_rubrique, id_parent, titre, descriptif, lang', |
|
| 46 | + 'spip_rubriques', |
|
| 47 | + 'id_parent='.intval($collection), |
|
| 48 | + '', |
|
| 49 | + '0+titre,titre', |
|
| 50 | + "$debut,$limite" |
|
| 51 | + ); |
|
| 52 | + while ($row = sql_fetch($result)) { |
|
| 53 | + $id_rubrique = $row['id_rubrique']; |
|
| 54 | + $id_parent = $row['id_parent']; |
|
| 55 | + // pour etre sur de passer par tous les traitements |
|
| 56 | + $titre = generer_info_entite($id_rubrique, 'rubrique', 'titre'); |
|
| 57 | + if ('' !== ($rang = recuperer_numero($row['titre']))) { |
|
| 58 | + $rang = "$rang. "; |
|
| 59 | + } |
|
| 60 | + |
|
| 61 | + if (autoriser('voir', 'rubrique', $id_rubrique)) { |
|
| 62 | + $les_sous_enfants = sous_enfant_rub($id_rubrique); |
|
| 63 | + |
|
| 64 | + changer_typo($row['lang']); |
|
| 65 | + $lang_dir = lang_dir($row['lang']); |
|
| 66 | + $descriptif = propre($row['descriptif']); |
|
| 67 | + |
|
| 68 | + if ($voir_logo) { |
|
| 69 | + if ($logo = $chercher_logo($id_rubrique, 'id_rubrique', 'on')) { |
|
| 70 | + list($fid, $dir, $nom, $format) = $logo; |
|
| 71 | + $logo = image_recadre_avec_fallback("<img src='$fid' alt='' />", 70, 70); |
|
| 72 | + if ($logo) { |
|
| 73 | + $logo = wrap(inserer_attribut($logo, 'class', 'logo'),'<span class="logo-carre">'); |
|
| 74 | + } |
|
| 75 | + } |
|
| 76 | + } |
|
| 77 | + |
|
| 78 | + $lib_bouton = (!acces_restreint_rubrique($id_rubrique) ? '' : |
|
| 79 | + http_img_pack( |
|
| 80 | + 'auteur-0minirezo-16.png', |
|
| 81 | + '', |
|
| 82 | + " width='16' height='16'", |
|
| 83 | + _T('image_administrer_rubrique') |
|
| 84 | + )) . |
|
| 85 | + " <a dir='$lang_dir'" . |
|
| 86 | + ($row['lang'] !== $GLOBALS['spip_lang'] ? " hreflang='" . $row['lang'] . "'" : '') . |
|
| 87 | + " href='" . |
|
| 88 | + generer_url_entite($id_rubrique, 'rubrique') . |
|
| 89 | + "'><span class='titre'>" . |
|
| 90 | + $rang . $titre |
|
| 91 | + . '</span>' |
|
| 92 | + . (is_string($logo) ? $logo : '') |
|
| 93 | + . '</a>'; |
|
| 94 | + |
|
| 95 | + $titre = bouton_block_depliable($lib_bouton, $les_sous_enfants ? false : -1, "enfants$id_rubrique") |
|
| 96 | + . (!$descriptif ? '' : "\n<div class='descriptif'>$descriptif</div>") |
|
| 97 | + ; |
|
| 98 | + |
|
| 99 | + $res[] = |
|
| 100 | + debut_cadre_sous_rub(($id_parent ? 'rubrique-24.png' : 'secteur-24.png'), true, '', $titre) . |
|
| 101 | + $les_sous_enfants . |
|
| 102 | + fin_cadre_sous_rub(true); |
|
| 103 | + } |
|
| 104 | + } |
|
| 105 | + |
|
| 106 | + changer_typo($GLOBALS['spip_lang']); # remettre la typo de l'interface pour la suite |
|
| 107 | + return $res; |
|
| 108 | 108 | } |
| 109 | 109 | |
| 110 | 110 | /** |
@@ -117,65 +117,65 @@ discard block |
||
| 117 | 117 | * Le contenu du bloc dépliable |
| 118 | 118 | */ |
| 119 | 119 | function sous_enfant_rub($collection2) { |
| 120 | - $nb = sql_countsel('spip_rubriques', 'id_parent='.intval($collection2)); |
|
| 121 | - |
|
| 122 | - $retour = ''; |
|
| 123 | - $pagination = ''; |
|
| 124 | - $debut = 0; |
|
| 125 | - $limite = 500; |
|
| 126 | - |
|
| 127 | - /** |
|
| 128 | - * On ne va afficher que 500 résultats max |
|
| 129 | - * Si > 500 on affiche une pagination |
|
| 130 | - */ |
|
| 131 | - if ($nb > $limite) { |
|
| 132 | - $debut = _request('debut_rubrique' . $collection2) ? _request('debut_rubrique' . $collection2) : $debut; |
|
| 133 | - $pagination = chercher_filtre('pagination'); |
|
| 134 | - $pagination = '<p class="pagination">' . $pagination($nb, '_rubrique' . $collection2, $debut, $limite, true, |
|
| 135 | - 'prive') . '</p>'; |
|
| 136 | - $limite = $debut + $limite; |
|
| 137 | - } |
|
| 138 | - |
|
| 139 | - $result = sql_select( |
|
| 140 | - 'id_rubrique, id_parent, titre, lang', |
|
| 141 | - 'spip_rubriques', |
|
| 142 | - 'id_parent='.intval($collection2), |
|
| 143 | - '', |
|
| 144 | - '0+titre,titre', |
|
| 145 | - "$debut,$limite" |
|
| 146 | - ); |
|
| 147 | - |
|
| 148 | - while ($row = sql_fetch($result)) { |
|
| 149 | - $id_rubrique2 = $row['id_rubrique']; |
|
| 150 | - $titre2 = generer_info_entite( |
|
| 151 | - $id_rubrique2, |
|
| 152 | - 'rubrique', |
|
| 153 | - 'titre' |
|
| 154 | - ); // pour etre sur de passer par tous les traitements |
|
| 155 | - if ('' !== ($rang2 = recuperer_numero($row['titre']))) { |
|
| 156 | - $rang2 = "$rang2. "; |
|
| 157 | - } |
|
| 158 | - |
|
| 159 | - changer_typo($row['lang']); |
|
| 160 | - $lang_dir = lang_dir($row['lang']); |
|
| 161 | - if (autoriser('voir', 'rubrique', $id_rubrique2)) { |
|
| 162 | - $retour .= "\n<li class='item' dir='$lang_dir'><a href='" . generer_url_entite( |
|
| 163 | - $id_rubrique2, |
|
| 164 | - 'rubrique' |
|
| 165 | - ) . "'>" . $rang2 . $titre2 . "</a></li>\n"; |
|
| 166 | - } |
|
| 167 | - } |
|
| 168 | - |
|
| 169 | - $retour = $pagination . $retour . $pagination; |
|
| 170 | - |
|
| 171 | - if (!$retour) { |
|
| 172 | - return ''; |
|
| 173 | - } |
|
| 174 | - |
|
| 175 | - return debut_block_depliable($debut > 0 ? true : false, "enfants$collection2") |
|
| 176 | - . "\n<ul class='liste-items sous-sous-rub'>\n" |
|
| 177 | - . $retour |
|
| 178 | - . "</ul>\n" . fin_block() . "\n\n"; |
|
| 120 | + $nb = sql_countsel('spip_rubriques', 'id_parent='.intval($collection2)); |
|
| 121 | + |
|
| 122 | + $retour = ''; |
|
| 123 | + $pagination = ''; |
|
| 124 | + $debut = 0; |
|
| 125 | + $limite = 500; |
|
| 126 | + |
|
| 127 | + /** |
|
| 128 | + * On ne va afficher que 500 résultats max |
|
| 129 | + * Si > 500 on affiche une pagination |
|
| 130 | + */ |
|
| 131 | + if ($nb > $limite) { |
|
| 132 | + $debut = _request('debut_rubrique' . $collection2) ? _request('debut_rubrique' . $collection2) : $debut; |
|
| 133 | + $pagination = chercher_filtre('pagination'); |
|
| 134 | + $pagination = '<p class="pagination">' . $pagination($nb, '_rubrique' . $collection2, $debut, $limite, true, |
|
| 135 | + 'prive') . '</p>'; |
|
| 136 | + $limite = $debut + $limite; |
|
| 137 | + } |
|
| 138 | + |
|
| 139 | + $result = sql_select( |
|
| 140 | + 'id_rubrique, id_parent, titre, lang', |
|
| 141 | + 'spip_rubriques', |
|
| 142 | + 'id_parent='.intval($collection2), |
|
| 143 | + '', |
|
| 144 | + '0+titre,titre', |
|
| 145 | + "$debut,$limite" |
|
| 146 | + ); |
|
| 147 | + |
|
| 148 | + while ($row = sql_fetch($result)) { |
|
| 149 | + $id_rubrique2 = $row['id_rubrique']; |
|
| 150 | + $titre2 = generer_info_entite( |
|
| 151 | + $id_rubrique2, |
|
| 152 | + 'rubrique', |
|
| 153 | + 'titre' |
|
| 154 | + ); // pour etre sur de passer par tous les traitements |
|
| 155 | + if ('' !== ($rang2 = recuperer_numero($row['titre']))) { |
|
| 156 | + $rang2 = "$rang2. "; |
|
| 157 | + } |
|
| 158 | + |
|
| 159 | + changer_typo($row['lang']); |
|
| 160 | + $lang_dir = lang_dir($row['lang']); |
|
| 161 | + if (autoriser('voir', 'rubrique', $id_rubrique2)) { |
|
| 162 | + $retour .= "\n<li class='item' dir='$lang_dir'><a href='" . generer_url_entite( |
|
| 163 | + $id_rubrique2, |
|
| 164 | + 'rubrique' |
|
| 165 | + ) . "'>" . $rang2 . $titre2 . "</a></li>\n"; |
|
| 166 | + } |
|
| 167 | + } |
|
| 168 | + |
|
| 169 | + $retour = $pagination . $retour . $pagination; |
|
| 170 | + |
|
| 171 | + if (!$retour) { |
|
| 172 | + return ''; |
|
| 173 | + } |
|
| 174 | + |
|
| 175 | + return debut_block_depliable($debut > 0 ? true : false, "enfants$collection2") |
|
| 176 | + . "\n<ul class='liste-items sous-sous-rub'>\n" |
|
| 177 | + . $retour |
|
| 178 | + . "</ul>\n" . fin_block() . "\n\n"; |
|
| 179 | 179 | } |
| 180 | 180 | |
| 181 | 181 | /** |
@@ -190,44 +190,44 @@ discard block |
||
| 190 | 190 | * Le contenu textuel affiché, la liste des sous rubriques |
| 191 | 191 | */ |
| 192 | 192 | function afficher_enfant_rub($id_rubrique = 0) { |
| 193 | - $pagination = ''; |
|
| 194 | - $debut = 0; |
|
| 195 | - $limite = 500; |
|
| 196 | - |
|
| 197 | - $nb = sql_countsel('spip_rubriques', 'id_parent='.intval($id_rubrique)); |
|
| 198 | - |
|
| 199 | - if ($nb > $limite) { |
|
| 200 | - $debut = _request('debut_rubrique' . $id_rubrique) ? _request('debut_rubrique' . $id_rubrique) : $debut; |
|
| 201 | - $pagination = chercher_filtre('pagination'); |
|
| 202 | - $pagination = '<br class="nettoyeur"><p class="pagination">' . |
|
| 203 | - $pagination($nb, '_rubrique' . $id_rubrique, $debut, $limite, true, 'prive') . |
|
| 204 | - '</p>'; |
|
| 205 | - } |
|
| 206 | - |
|
| 207 | - $les_enfants = enfant_rub($id_rubrique, $debut, $limite); |
|
| 208 | - |
|
| 209 | - if (!$n = count($les_enfants)) { |
|
| 210 | - return ''; |
|
| 211 | - } |
|
| 212 | - |
|
| 213 | - if ($n == 1) { |
|
| 214 | - $les_enfants = reset($les_enfants); |
|
| 215 | - $les_enfants2 = ''; |
|
| 216 | - } else { |
|
| 217 | - $n = ceil($n / 2); |
|
| 218 | - $les_enfants2 = implode('', array_slice($les_enfants, $n)); |
|
| 219 | - $les_enfants = implode('', array_slice($les_enfants, 0, $n)); |
|
| 220 | - } |
|
| 221 | - |
|
| 222 | - $res = |
|
| 223 | - $pagination |
|
| 224 | - . "<div class='gauche'>" |
|
| 225 | - . $les_enfants |
|
| 226 | - . '</div>' |
|
| 227 | - . "<div class='droite'>" |
|
| 228 | - . $les_enfants2 |
|
| 229 | - . '</div>' |
|
| 230 | - . $pagination; |
|
| 231 | - |
|
| 232 | - return $res; |
|
| 193 | + $pagination = ''; |
|
| 194 | + $debut = 0; |
|
| 195 | + $limite = 500; |
|
| 196 | + |
|
| 197 | + $nb = sql_countsel('spip_rubriques', 'id_parent='.intval($id_rubrique)); |
|
| 198 | + |
|
| 199 | + if ($nb > $limite) { |
|
| 200 | + $debut = _request('debut_rubrique' . $id_rubrique) ? _request('debut_rubrique' . $id_rubrique) : $debut; |
|
| 201 | + $pagination = chercher_filtre('pagination'); |
|
| 202 | + $pagination = '<br class="nettoyeur"><p class="pagination">' . |
|
| 203 | + $pagination($nb, '_rubrique' . $id_rubrique, $debut, $limite, true, 'prive') . |
|
| 204 | + '</p>'; |
|
| 205 | + } |
|
| 206 | + |
|
| 207 | + $les_enfants = enfant_rub($id_rubrique, $debut, $limite); |
|
| 208 | + |
|
| 209 | + if (!$n = count($les_enfants)) { |
|
| 210 | + return ''; |
|
| 211 | + } |
|
| 212 | + |
|
| 213 | + if ($n == 1) { |
|
| 214 | + $les_enfants = reset($les_enfants); |
|
| 215 | + $les_enfants2 = ''; |
|
| 216 | + } else { |
|
| 217 | + $n = ceil($n / 2); |
|
| 218 | + $les_enfants2 = implode('', array_slice($les_enfants, $n)); |
|
| 219 | + $les_enfants = implode('', array_slice($les_enfants, 0, $n)); |
|
| 220 | + } |
|
| 221 | + |
|
| 222 | + $res = |
|
| 223 | + $pagination |
|
| 224 | + . "<div class='gauche'>" |
|
| 225 | + . $les_enfants |
|
| 226 | + . '</div>' |
|
| 227 | + . "<div class='droite'>" |
|
| 228 | + . $les_enfants2 |
|
| 229 | + . '</div>' |
|
| 230 | + . $pagination; |
|
| 231 | + |
|
| 232 | + return $res; |
|
| 233 | 233 | } |
@@ -70,24 +70,23 @@ discard block |
||
| 70 | 70 | list($fid, $dir, $nom, $format) = $logo; |
| 71 | 71 | $logo = image_recadre_avec_fallback("<img src='$fid' alt='' />", 70, 70); |
| 72 | 72 | if ($logo) { |
| 73 | - $logo = wrap(inserer_attribut($logo, 'class', 'logo'),'<span class="logo-carre">'); |
|
| 73 | + $logo = wrap(inserer_attribut($logo, 'class', 'logo'), '<span class="logo-carre">'); |
|
| 74 | 74 | } |
| 75 | 75 | } |
| 76 | 76 | } |
| 77 | 77 | |
| 78 | - $lib_bouton = (!acces_restreint_rubrique($id_rubrique) ? '' : |
|
| 79 | - http_img_pack( |
|
| 78 | + $lib_bouton = (!acces_restreint_rubrique($id_rubrique) ? '' : http_img_pack( |
|
| 80 | 79 | 'auteur-0minirezo-16.png', |
| 81 | 80 | '', |
| 82 | 81 | " width='16' height='16'", |
| 83 | 82 | _T('image_administrer_rubrique') |
| 84 | - )) . |
|
| 85 | - " <a dir='$lang_dir'" . |
|
| 86 | - ($row['lang'] !== $GLOBALS['spip_lang'] ? " hreflang='" . $row['lang'] . "'" : '') . |
|
| 87 | - " href='" . |
|
| 88 | - generer_url_entite($id_rubrique, 'rubrique') . |
|
| 89 | - "'><span class='titre'>" . |
|
| 90 | - $rang . $titre |
|
| 83 | + )). |
|
| 84 | + " <a dir='$lang_dir'". |
|
| 85 | + ($row['lang'] !== $GLOBALS['spip_lang'] ? " hreflang='".$row['lang']."'" : ''). |
|
| 86 | + " href='". |
|
| 87 | + generer_url_entite($id_rubrique, 'rubrique'). |
|
| 88 | + "'><span class='titre'>". |
|
| 89 | + $rang.$titre |
|
| 91 | 90 | . '</span>' |
| 92 | 91 | . (is_string($logo) ? $logo : '') |
| 93 | 92 | . '</a>'; |
@@ -97,8 +96,8 @@ discard block |
||
| 97 | 96 | ; |
| 98 | 97 | |
| 99 | 98 | $res[] = |
| 100 | - debut_cadre_sous_rub(($id_parent ? 'rubrique-24.png' : 'secteur-24.png'), true, '', $titre) . |
|
| 101 | - $les_sous_enfants . |
|
| 99 | + debut_cadre_sous_rub(($id_parent ? 'rubrique-24.png' : 'secteur-24.png'), true, '', $titre). |
|
| 100 | + $les_sous_enfants. |
|
| 102 | 101 | fin_cadre_sous_rub(true); |
| 103 | 102 | } |
| 104 | 103 | } |
@@ -129,10 +128,10 @@ discard block |
||
| 129 | 128 | * Si > 500 on affiche une pagination |
| 130 | 129 | */ |
| 131 | 130 | if ($nb > $limite) { |
| 132 | - $debut = _request('debut_rubrique' . $collection2) ? _request('debut_rubrique' . $collection2) : $debut; |
|
| 131 | + $debut = _request('debut_rubrique'.$collection2) ? _request('debut_rubrique'.$collection2) : $debut; |
|
| 133 | 132 | $pagination = chercher_filtre('pagination'); |
| 134 | - $pagination = '<p class="pagination">' . $pagination($nb, '_rubrique' . $collection2, $debut, $limite, true, |
|
| 135 | - 'prive') . '</p>'; |
|
| 133 | + $pagination = '<p class="pagination">'.$pagination($nb, '_rubrique'.$collection2, $debut, $limite, true, |
|
| 134 | + 'prive').'</p>'; |
|
| 136 | 135 | $limite = $debut + $limite; |
| 137 | 136 | } |
| 138 | 137 | |
@@ -159,14 +158,14 @@ discard block |
||
| 159 | 158 | changer_typo($row['lang']); |
| 160 | 159 | $lang_dir = lang_dir($row['lang']); |
| 161 | 160 | if (autoriser('voir', 'rubrique', $id_rubrique2)) { |
| 162 | - $retour .= "\n<li class='item' dir='$lang_dir'><a href='" . generer_url_entite( |
|
| 161 | + $retour .= "\n<li class='item' dir='$lang_dir'><a href='".generer_url_entite( |
|
| 163 | 162 | $id_rubrique2, |
| 164 | 163 | 'rubrique' |
| 165 | - ) . "'>" . $rang2 . $titre2 . "</a></li>\n"; |
|
| 164 | + )."'>".$rang2.$titre2."</a></li>\n"; |
|
| 166 | 165 | } |
| 167 | 166 | } |
| 168 | 167 | |
| 169 | - $retour = $pagination . $retour . $pagination; |
|
| 168 | + $retour = $pagination.$retour.$pagination; |
|
| 170 | 169 | |
| 171 | 170 | if (!$retour) { |
| 172 | 171 | return ''; |
@@ -175,7 +174,7 @@ discard block |
||
| 175 | 174 | return debut_block_depliable($debut > 0 ? true : false, "enfants$collection2") |
| 176 | 175 | . "\n<ul class='liste-items sous-sous-rub'>\n" |
| 177 | 176 | . $retour |
| 178 | - . "</ul>\n" . fin_block() . "\n\n"; |
|
| 177 | + . "</ul>\n".fin_block()."\n\n"; |
|
| 179 | 178 | } |
| 180 | 179 | |
| 181 | 180 | /** |
@@ -197,10 +196,10 @@ discard block |
||
| 197 | 196 | $nb = sql_countsel('spip_rubriques', 'id_parent='.intval($id_rubrique)); |
| 198 | 197 | |
| 199 | 198 | if ($nb > $limite) { |
| 200 | - $debut = _request('debut_rubrique' . $id_rubrique) ? _request('debut_rubrique' . $id_rubrique) : $debut; |
|
| 199 | + $debut = _request('debut_rubrique'.$id_rubrique) ? _request('debut_rubrique'.$id_rubrique) : $debut; |
|
| 201 | 200 | $pagination = chercher_filtre('pagination'); |
| 202 | - $pagination = '<br class="nettoyeur"><p class="pagination">' . |
|
| 203 | - $pagination($nb, '_rubrique' . $id_rubrique, $debut, $limite, true, 'prive') . |
|
| 201 | + $pagination = '<br class="nettoyeur"><p class="pagination">'. |
|
| 202 | + $pagination($nb, '_rubrique'.$id_rubrique, $debut, $limite, true, 'prive'). |
|
| 204 | 203 | '</p>'; |
| 205 | 204 | } |
| 206 | 205 | |
@@ -4,247 +4,247 @@ discard block |
||
| 4 | 4 | // ** ne pas modifier le fichier ** |
| 5 | 5 | |
| 6 | 6 | if (!defined('_ECRIRE_INC_VERSION')) { |
| 7 | - return; |
|
| 7 | + return; |
|
| 8 | 8 | } |
| 9 | 9 | |
| 10 | 10 | $GLOBALS[$GLOBALS['idx_lang']] = array( |
| 11 | 11 | |
| 12 | - // A |
|
| 13 | - 'access_interface_graphique' => 'Back to the full graphic interface', |
|
| 14 | - 'access_mode_texte' => 'Show the simplified text interface', |
|
| 15 | - 'admin_debug' => 'debug', |
|
| 16 | - 'admin_modifier_article' => 'Modify this article', |
|
| 17 | - 'admin_modifier_auteur' => 'Modify this author', |
|
| 18 | - 'admin_modifier_breve' => 'Modify this news item', |
|
| 19 | - 'admin_modifier_mot' => 'Modify this keyword', |
|
| 20 | - 'admin_modifier_rubrique' => 'Modify this section', |
|
| 21 | - 'admin_recalculer' => 'Re-process this page', |
|
| 22 | - 'afficher_calendrier' => 'Show the calendar', |
|
| 23 | - 'afficher_trad' => 'show translations', |
|
| 24 | - 'alerte_maj_impossible' => '<b>Warning!</b> Failed to update the SQL database to version @version@. This may be due to a permissions problem on the database. Please contact your ISP.', |
|
| 25 | - 'alerte_modif_info_concourante' => 'WARNING: This information has been modified elsewhere. The current value is :', |
|
| 26 | - 'analyse_xml' => 'XML parsing', |
|
| 27 | - 'annuler' => 'Cancel', |
|
| 28 | - 'antispam_champ_vide' => 'Please leave this field empty:', |
|
| 29 | - 'articles_recents' => 'Most recent articles', |
|
| 30 | - 'attention_champ_mini_nb_caractères' => 'Warning! At least @nb@ characters', |
|
| 31 | - 'avis_1_erreur_saisie' => 'Your entry contains an error, please check your information.', |
|
| 32 | - 'avis_archive_incorrect' => 'archive is not a valid SPIP file', |
|
| 33 | - 'avis_archive_invalide' => 'archive file is not valid', |
|
| 34 | - 'avis_attention' => 'CAUTION!', |
|
| 35 | - 'avis_champ_incorrect_type_objet' => 'Invalid field name @name@ for object of type @type@', |
|
| 36 | - 'avis_colonne_inexistante' => 'Column @col@ does not exist', |
|
| 37 | - 'avis_erreur' => 'Error: see below', |
|
| 38 | - 'avis_erreur_connexion' => 'Connection error', |
|
| 39 | - 'avis_erreur_cookie' => 'cookie problem', |
|
| 40 | - 'avis_erreur_fonction_contexte' => 'Programming error. This function cannot be called in this context.', |
|
| 41 | - 'avis_erreur_mysql' => 'SQL error', |
|
| 42 | - 'avis_erreur_sauvegarde' => 'Error in backup (@type@ @id_objet@)!', |
|
| 43 | - 'avis_erreur_visiteur' => 'Problem entering the private area', |
|
| 44 | - 'avis_nb_erreurs_saisie' => 'Your entry contains @nb@ errors, please check your information.', |
|
| 12 | + // A |
|
| 13 | + 'access_interface_graphique' => 'Back to the full graphic interface', |
|
| 14 | + 'access_mode_texte' => 'Show the simplified text interface', |
|
| 15 | + 'admin_debug' => 'debug', |
|
| 16 | + 'admin_modifier_article' => 'Modify this article', |
|
| 17 | + 'admin_modifier_auteur' => 'Modify this author', |
|
| 18 | + 'admin_modifier_breve' => 'Modify this news item', |
|
| 19 | + 'admin_modifier_mot' => 'Modify this keyword', |
|
| 20 | + 'admin_modifier_rubrique' => 'Modify this section', |
|
| 21 | + 'admin_recalculer' => 'Re-process this page', |
|
| 22 | + 'afficher_calendrier' => 'Show the calendar', |
|
| 23 | + 'afficher_trad' => 'show translations', |
|
| 24 | + 'alerte_maj_impossible' => '<b>Warning!</b> Failed to update the SQL database to version @version@. This may be due to a permissions problem on the database. Please contact your ISP.', |
|
| 25 | + 'alerte_modif_info_concourante' => 'WARNING: This information has been modified elsewhere. The current value is :', |
|
| 26 | + 'analyse_xml' => 'XML parsing', |
|
| 27 | + 'annuler' => 'Cancel', |
|
| 28 | + 'antispam_champ_vide' => 'Please leave this field empty:', |
|
| 29 | + 'articles_recents' => 'Most recent articles', |
|
| 30 | + 'attention_champ_mini_nb_caractères' => 'Warning! At least @nb@ characters', |
|
| 31 | + 'avis_1_erreur_saisie' => 'Your entry contains an error, please check your information.', |
|
| 32 | + 'avis_archive_incorrect' => 'archive is not a valid SPIP file', |
|
| 33 | + 'avis_archive_invalide' => 'archive file is not valid', |
|
| 34 | + 'avis_attention' => 'CAUTION!', |
|
| 35 | + 'avis_champ_incorrect_type_objet' => 'Invalid field name @name@ for object of type @type@', |
|
| 36 | + 'avis_colonne_inexistante' => 'Column @col@ does not exist', |
|
| 37 | + 'avis_erreur' => 'Error: see below', |
|
| 38 | + 'avis_erreur_connexion' => 'Connection error', |
|
| 39 | + 'avis_erreur_cookie' => 'cookie problem', |
|
| 40 | + 'avis_erreur_fonction_contexte' => 'Programming error. This function cannot be called in this context.', |
|
| 41 | + 'avis_erreur_mysql' => 'SQL error', |
|
| 42 | + 'avis_erreur_sauvegarde' => 'Error in backup (@type@ @id_objet@)!', |
|
| 43 | + 'avis_erreur_visiteur' => 'Problem entering the private area', |
|
| 44 | + 'avis_nb_erreurs_saisie' => 'Your entry contains @nb@ errors, please check your information.', |
|
| 45 | 45 | |
| 46 | - // B |
|
| 47 | - 'barre_a_accent_grave' => 'Insert a capital A with grave accent', |
|
| 48 | - 'barre_aide' => 'Use the typographic short cuts to refine your layout', |
|
| 49 | - 'barre_e_accent_aigu' => 'Insert a capital E with acute accent', |
|
| 50 | - 'barre_eo' => 'Insert an oe-ligature', |
|
| 51 | - 'barre_eo_maj' => 'Insert a capital EO-ligature', |
|
| 52 | - 'barre_euro' => 'Insert a € symbol', |
|
| 53 | - 'barre_gras' => 'Put in {{bold type}}', |
|
| 54 | - 'barre_guillemets' => 'Place between "double quotes"', |
|
| 55 | - 'barre_guillemets_simples' => 'Place between ‘single quotes’', |
|
| 56 | - 'barre_intertitre' => 'Turn into a {{{subheading}}}', |
|
| 57 | - 'barre_italic' => 'Put in {italics}', |
|
| 58 | - 'barre_lien' => 'Turn into a [hyperlink->http://...]', |
|
| 59 | - 'barre_lien_input' => 'Please enter the link address. You may use either an external URL (http://www.mysite.com) or reference another article on this site by simplying entering its number.', |
|
| 60 | - 'barre_note' => 'Turn into a [[Footnote]]', |
|
| 61 | - 'barre_paragraphe' => 'Create a paragraph', |
|
| 62 | - 'barre_quote' => '<quote>Quote a message</quote>', |
|
| 63 | - 'bouton_changer' => 'Change', |
|
| 64 | - 'bouton_chercher' => 'Search', |
|
| 65 | - 'bouton_choisir' => 'Select', |
|
| 66 | - 'bouton_deplacer' => 'Move', |
|
| 67 | - 'bouton_download' => 'Download', |
|
| 68 | - 'bouton_enregistrer' => 'Save', |
|
| 69 | - 'bouton_radio_desactiver_messagerie_interne' => 'Disable internal messaging', |
|
| 70 | - 'bouton_radio_envoi_annonces' => 'Send editorial announcements', |
|
| 71 | - 'bouton_radio_non_envoi_annonces' => 'Do not send any announcements', |
|
| 72 | - 'bouton_radio_non_envoi_liste_nouveautes' => 'Do not send latest news list', |
|
| 73 | - 'bouton_recharger_page' => 'reload this page', |
|
| 74 | - 'bouton_telecharger' => 'Upload', |
|
| 75 | - 'bouton_upload' => 'Upload', |
|
| 76 | - 'bouton_valider' => 'Submit', |
|
| 46 | + // B |
|
| 47 | + 'barre_a_accent_grave' => 'Insert a capital A with grave accent', |
|
| 48 | + 'barre_aide' => 'Use the typographic short cuts to refine your layout', |
|
| 49 | + 'barre_e_accent_aigu' => 'Insert a capital E with acute accent', |
|
| 50 | + 'barre_eo' => 'Insert an oe-ligature', |
|
| 51 | + 'barre_eo_maj' => 'Insert a capital EO-ligature', |
|
| 52 | + 'barre_euro' => 'Insert a € symbol', |
|
| 53 | + 'barre_gras' => 'Put in {{bold type}}', |
|
| 54 | + 'barre_guillemets' => 'Place between "double quotes"', |
|
| 55 | + 'barre_guillemets_simples' => 'Place between ‘single quotes’', |
|
| 56 | + 'barre_intertitre' => 'Turn into a {{{subheading}}}', |
|
| 57 | + 'barre_italic' => 'Put in {italics}', |
|
| 58 | + 'barre_lien' => 'Turn into a [hyperlink->http://...]', |
|
| 59 | + 'barre_lien_input' => 'Please enter the link address. You may use either an external URL (http://www.mysite.com) or reference another article on this site by simplying entering its number.', |
|
| 60 | + 'barre_note' => 'Turn into a [[Footnote]]', |
|
| 61 | + 'barre_paragraphe' => 'Create a paragraph', |
|
| 62 | + 'barre_quote' => '<quote>Quote a message</quote>', |
|
| 63 | + 'bouton_changer' => 'Change', |
|
| 64 | + 'bouton_chercher' => 'Search', |
|
| 65 | + 'bouton_choisir' => 'Select', |
|
| 66 | + 'bouton_deplacer' => 'Move', |
|
| 67 | + 'bouton_download' => 'Download', |
|
| 68 | + 'bouton_enregistrer' => 'Save', |
|
| 69 | + 'bouton_radio_desactiver_messagerie_interne' => 'Disable internal messaging', |
|
| 70 | + 'bouton_radio_envoi_annonces' => 'Send editorial announcements', |
|
| 71 | + 'bouton_radio_non_envoi_annonces' => 'Do not send any announcements', |
|
| 72 | + 'bouton_radio_non_envoi_liste_nouveautes' => 'Do not send latest news list', |
|
| 73 | + 'bouton_recharger_page' => 'reload this page', |
|
| 74 | + 'bouton_telecharger' => 'Upload', |
|
| 75 | + 'bouton_upload' => 'Upload', |
|
| 76 | + 'bouton_valider' => 'Submit', |
|
| 77 | 77 | |
| 78 | - // C |
|
| 79 | - 'cal_apresmidi' => 'afternoon (p.m.)', |
|
| 80 | - 'cal_jour_entier' => 'entire day', |
|
| 81 | - 'cal_matin' => 'morning (a.m.)', |
|
| 82 | - 'cal_par_jour' => 'daily calendar', |
|
| 83 | - 'cal_par_mois' => 'monthly calendar', |
|
| 84 | - 'cal_par_semaine' => 'weekly calendar', |
|
| 85 | - 'choix_couleur_interface' => 'colour', |
|
| 86 | - 'choix_interface' => 'choice of interface', |
|
| 87 | - 'colonne' => 'Column', |
|
| 88 | - 'confirm_changer_statut' => 'Warning: You are about to change this article’s status. Do you wish to continue?', |
|
| 89 | - 'correcte' => 'correct', |
|
| 78 | + // C |
|
| 79 | + 'cal_apresmidi' => 'afternoon (p.m.)', |
|
| 80 | + 'cal_jour_entier' => 'entire day', |
|
| 81 | + 'cal_matin' => 'morning (a.m.)', |
|
| 82 | + 'cal_par_jour' => 'daily calendar', |
|
| 83 | + 'cal_par_mois' => 'monthly calendar', |
|
| 84 | + 'cal_par_semaine' => 'weekly calendar', |
|
| 85 | + 'choix_couleur_interface' => 'colour', |
|
| 86 | + 'choix_interface' => 'choice of interface', |
|
| 87 | + 'colonne' => 'Column', |
|
| 88 | + 'confirm_changer_statut' => 'Warning: You are about to change this article’s status. Do you wish to continue?', |
|
| 89 | + 'correcte' => 'correct', |
|
| 90 | 90 | |
| 91 | - // D |
|
| 92 | - 'date_aujourdhui' => 'today', |
|
| 93 | - 'date_avant_jc' => 'B.C.', |
|
| 94 | - 'date_dans' => 'in @delai@', |
|
| 95 | - 'date_de_mois_1' => '@j@ @nommois@', |
|
| 96 | - 'date_de_mois_10' => '@j@ @nommois@', |
|
| 97 | - 'date_de_mois_11' => '@j@ @nommois@', |
|
| 98 | - 'date_de_mois_12' => '@j@ @nommois@', |
|
| 99 | - 'date_de_mois_2' => '@j@ @nommois@', |
|
| 100 | - 'date_de_mois_3' => '@j@ @nommois@', |
|
| 101 | - 'date_de_mois_4' => '@j@ @nommois@', |
|
| 102 | - 'date_de_mois_5' => '@j@ @nommois@', |
|
| 103 | - 'date_de_mois_6' => '@j@ @nommois@', |
|
| 104 | - 'date_de_mois_7' => '@j@ @nommois@', |
|
| 105 | - 'date_de_mois_8' => '@j@ @nommois@', |
|
| 106 | - 'date_de_mois_9' => '@j@ @nommois@', |
|
| 107 | - 'date_demain' => 'tomorrow', |
|
| 108 | - 'date_fmt_heures_minutes' => '@h@:@m@', |
|
| 109 | - 'date_fmt_heures_minutes_court' => '@h@:@m@', |
|
| 110 | - 'date_fmt_jour' => '@nomjour@ @jour@', |
|
| 111 | - 'date_fmt_jour_heure' => '@jour@ at @heure@', |
|
| 112 | - 'date_fmt_jour_heure_debut_fin' => '@jour@ from @heure_debut@ to @heure_fin@', |
|
| 113 | - 'date_fmt_jour_heure_debut_fin_abbr' => '@dtstart@@jour@ from @heure_debut@@dtabbr@ to @dtend@@heure_fin@@dtabbr@', |
|
| 114 | - 'date_fmt_jour_mois' => '@jourmois@', |
|
| 115 | - 'date_fmt_jour_mois_annee' => '@jourmois@ @annee@', |
|
| 116 | - 'date_fmt_mois_annee' => '@nommois@ @annee@', |
|
| 117 | - 'date_fmt_nomjour' => '@nomjour@ @date@', |
|
| 118 | - 'date_fmt_nomjour_date' => 'on @nomjour@ @date@', |
|
| 119 | - 'date_fmt_periode' => 'From @date_debut@ to @date_fin@', |
|
| 120 | - 'date_fmt_periode_abbr' => 'From @dtart@@date_debut@@dtabbr@ to @dtend@@date_fin@@dtabbr@', |
|
| 121 | - 'date_fmt_periode_from' => 'From', |
|
| 122 | - 'date_fmt_periode_to' => 'to', |
|
| 123 | - 'date_fmt_saison_annee' => '@saison@ @annee@', |
|
| 124 | - 'date_heures' => 'hours', |
|
| 125 | - 'date_hier' => 'yesterday', |
|
| 126 | - 'date_il_y_a' => '@delai@ ago', |
|
| 127 | - 'date_jnum1' => '1', |
|
| 128 | - 'date_jnum10' => '10', |
|
| 129 | - 'date_jnum11' => '11', |
|
| 130 | - 'date_jnum12' => '12', |
|
| 131 | - 'date_jnum13' => '13', |
|
| 132 | - 'date_jnum14' => '14', |
|
| 133 | - 'date_jnum15' => '15', |
|
| 134 | - 'date_jnum16' => '16', |
|
| 135 | - 'date_jnum17' => '17', |
|
| 136 | - 'date_jnum18' => '18', |
|
| 137 | - 'date_jnum19' => '19', |
|
| 138 | - 'date_jnum2' => '2', |
|
| 139 | - 'date_jnum20' => '20', |
|
| 140 | - 'date_jnum21' => '21', |
|
| 141 | - 'date_jnum22' => '22', |
|
| 142 | - 'date_jnum23' => '23', |
|
| 143 | - 'date_jnum24' => '24', |
|
| 144 | - 'date_jnum25' => '25', |
|
| 145 | - 'date_jnum26' => '26', |
|
| 146 | - 'date_jnum27' => '27', |
|
| 147 | - 'date_jnum28' => '28', |
|
| 148 | - 'date_jnum29' => '29', |
|
| 149 | - 'date_jnum3' => '3', |
|
| 150 | - 'date_jnum30' => '30', |
|
| 151 | - 'date_jnum31' => '31', |
|
| 152 | - 'date_jnum4' => '4', |
|
| 153 | - 'date_jnum5' => '5', |
|
| 154 | - 'date_jnum6' => '6', |
|
| 155 | - 'date_jnum7' => '7', |
|
| 156 | - 'date_jnum8' => '8', |
|
| 157 | - 'date_jnum9' => '9', |
|
| 158 | - 'date_jour_1' => 'Sunday', |
|
| 159 | - 'date_jour_1_abbr' => 'Sun.', |
|
| 160 | - 'date_jour_1_initiale' => 'S.', |
|
| 161 | - 'date_jour_2' => 'Monday', |
|
| 162 | - 'date_jour_2_abbr' => 'Mon.', |
|
| 163 | - 'date_jour_2_initiale' => 'M.', |
|
| 164 | - 'date_jour_3' => 'Tuesday', |
|
| 165 | - 'date_jour_3_abbr' => 'Tue.', |
|
| 166 | - 'date_jour_3_initiale' => 'T.', |
|
| 167 | - 'date_jour_4' => 'Wednesday', |
|
| 168 | - 'date_jour_4_abbr' => 'Wed.', |
|
| 169 | - 'date_jour_4_initiale' => 'W.', |
|
| 170 | - 'date_jour_5' => 'Thursday', |
|
| 171 | - 'date_jour_5_abbr' => 'Thu.', |
|
| 172 | - 'date_jour_5_initiale' => 'T.', |
|
| 173 | - 'date_jour_6' => 'Friday', |
|
| 174 | - 'date_jour_6_abbr' => 'Fri.', |
|
| 175 | - 'date_jour_6_initiale' => 'F.', |
|
| 176 | - 'date_jour_7' => 'Saturday', |
|
| 177 | - 'date_jour_7_abbr' => 'Sat.', |
|
| 178 | - 'date_jour_7_initiale' => 'S.', |
|
| 179 | - 'date_jours' => 'days', |
|
| 180 | - 'date_minutes' => 'minutes', |
|
| 181 | - 'date_mois' => 'months', |
|
| 182 | - 'date_mois_1' => 'January', |
|
| 183 | - 'date_mois_10' => 'October', |
|
| 184 | - 'date_mois_10_abbr' => 'Oct', |
|
| 185 | - 'date_mois_11' => 'November', |
|
| 186 | - 'date_mois_11_abbr' => 'Nov', |
|
| 187 | - 'date_mois_12' => 'December', |
|
| 188 | - 'date_mois_12_abbr' => 'Dec', |
|
| 189 | - 'date_mois_1_abbr' => 'Jan', |
|
| 190 | - 'date_mois_2' => 'February', |
|
| 191 | - 'date_mois_2_abbr' => 'Feb', |
|
| 192 | - 'date_mois_3' => 'March', |
|
| 193 | - 'date_mois_3_abbr' => 'Mar', |
|
| 194 | - 'date_mois_4' => 'April', |
|
| 195 | - 'date_mois_4_abbr' => 'Apr', |
|
| 196 | - 'date_mois_5' => 'May', |
|
| 197 | - 'date_mois_5_abbr' => 'May', |
|
| 198 | - 'date_mois_6' => 'June', |
|
| 199 | - 'date_mois_6_abbr' => 'Jun', |
|
| 200 | - 'date_mois_7' => 'July', |
|
| 201 | - 'date_mois_7_abbr' => 'Jul', |
|
| 202 | - 'date_mois_8' => 'August', |
|
| 203 | - 'date_mois_8_abbr' => 'Aug', |
|
| 204 | - 'date_mois_9' => 'September', |
|
| 205 | - 'date_mois_9_abbr' => 'Sep', |
|
| 206 | - 'date_saison_1' => 'winter', |
|
| 207 | - 'date_saison_2' => 'spring', |
|
| 208 | - 'date_saison_3' => 'summer', |
|
| 209 | - 'date_saison_4' => 'autumn', |
|
| 210 | - 'date_secondes' => 'seconds', |
|
| 211 | - 'date_semaines' => 'weeks', |
|
| 212 | - 'date_un_mois' => 'month', |
|
| 213 | - 'date_une_heure' => 'hour', |
|
| 214 | - 'date_une_minute' => 'minute', |
|
| 215 | - 'date_une_seconde' => 'second', |
|
| 216 | - 'date_une_semaine' => 'week', |
|
| 217 | - 'dirs_commencer' => ' in order to start installation for real', |
|
| 218 | - 'dirs_preliminaire' => 'Preliminary: <b>Setting up access permissions</b>', |
|
| 219 | - 'dirs_probleme_droits' => 'Problem with access permissions', |
|
| 220 | - 'dirs_repertoires_absents' => '<p><b>The following directories were not found: </b></p><ul>@bad_dirs@.</ul> |
|
| 91 | + // D |
|
| 92 | + 'date_aujourdhui' => 'today', |
|
| 93 | + 'date_avant_jc' => 'B.C.', |
|
| 94 | + 'date_dans' => 'in @delai@', |
|
| 95 | + 'date_de_mois_1' => '@j@ @nommois@', |
|
| 96 | + 'date_de_mois_10' => '@j@ @nommois@', |
|
| 97 | + 'date_de_mois_11' => '@j@ @nommois@', |
|
| 98 | + 'date_de_mois_12' => '@j@ @nommois@', |
|
| 99 | + 'date_de_mois_2' => '@j@ @nommois@', |
|
| 100 | + 'date_de_mois_3' => '@j@ @nommois@', |
|
| 101 | + 'date_de_mois_4' => '@j@ @nommois@', |
|
| 102 | + 'date_de_mois_5' => '@j@ @nommois@', |
|
| 103 | + 'date_de_mois_6' => '@j@ @nommois@', |
|
| 104 | + 'date_de_mois_7' => '@j@ @nommois@', |
|
| 105 | + 'date_de_mois_8' => '@j@ @nommois@', |
|
| 106 | + 'date_de_mois_9' => '@j@ @nommois@', |
|
| 107 | + 'date_demain' => 'tomorrow', |
|
| 108 | + 'date_fmt_heures_minutes' => '@h@:@m@', |
|
| 109 | + 'date_fmt_heures_minutes_court' => '@h@:@m@', |
|
| 110 | + 'date_fmt_jour' => '@nomjour@ @jour@', |
|
| 111 | + 'date_fmt_jour_heure' => '@jour@ at @heure@', |
|
| 112 | + 'date_fmt_jour_heure_debut_fin' => '@jour@ from @heure_debut@ to @heure_fin@', |
|
| 113 | + 'date_fmt_jour_heure_debut_fin_abbr' => '@dtstart@@jour@ from @heure_debut@@dtabbr@ to @dtend@@heure_fin@@dtabbr@', |
|
| 114 | + 'date_fmt_jour_mois' => '@jourmois@', |
|
| 115 | + 'date_fmt_jour_mois_annee' => '@jourmois@ @annee@', |
|
| 116 | + 'date_fmt_mois_annee' => '@nommois@ @annee@', |
|
| 117 | + 'date_fmt_nomjour' => '@nomjour@ @date@', |
|
| 118 | + 'date_fmt_nomjour_date' => 'on @nomjour@ @date@', |
|
| 119 | + 'date_fmt_periode' => 'From @date_debut@ to @date_fin@', |
|
| 120 | + 'date_fmt_periode_abbr' => 'From @dtart@@date_debut@@dtabbr@ to @dtend@@date_fin@@dtabbr@', |
|
| 121 | + 'date_fmt_periode_from' => 'From', |
|
| 122 | + 'date_fmt_periode_to' => 'to', |
|
| 123 | + 'date_fmt_saison_annee' => '@saison@ @annee@', |
|
| 124 | + 'date_heures' => 'hours', |
|
| 125 | + 'date_hier' => 'yesterday', |
|
| 126 | + 'date_il_y_a' => '@delai@ ago', |
|
| 127 | + 'date_jnum1' => '1', |
|
| 128 | + 'date_jnum10' => '10', |
|
| 129 | + 'date_jnum11' => '11', |
|
| 130 | + 'date_jnum12' => '12', |
|
| 131 | + 'date_jnum13' => '13', |
|
| 132 | + 'date_jnum14' => '14', |
|
| 133 | + 'date_jnum15' => '15', |
|
| 134 | + 'date_jnum16' => '16', |
|
| 135 | + 'date_jnum17' => '17', |
|
| 136 | + 'date_jnum18' => '18', |
|
| 137 | + 'date_jnum19' => '19', |
|
| 138 | + 'date_jnum2' => '2', |
|
| 139 | + 'date_jnum20' => '20', |
|
| 140 | + 'date_jnum21' => '21', |
|
| 141 | + 'date_jnum22' => '22', |
|
| 142 | + 'date_jnum23' => '23', |
|
| 143 | + 'date_jnum24' => '24', |
|
| 144 | + 'date_jnum25' => '25', |
|
| 145 | + 'date_jnum26' => '26', |
|
| 146 | + 'date_jnum27' => '27', |
|
| 147 | + 'date_jnum28' => '28', |
|
| 148 | + 'date_jnum29' => '29', |
|
| 149 | + 'date_jnum3' => '3', |
|
| 150 | + 'date_jnum30' => '30', |
|
| 151 | + 'date_jnum31' => '31', |
|
| 152 | + 'date_jnum4' => '4', |
|
| 153 | + 'date_jnum5' => '5', |
|
| 154 | + 'date_jnum6' => '6', |
|
| 155 | + 'date_jnum7' => '7', |
|
| 156 | + 'date_jnum8' => '8', |
|
| 157 | + 'date_jnum9' => '9', |
|
| 158 | + 'date_jour_1' => 'Sunday', |
|
| 159 | + 'date_jour_1_abbr' => 'Sun.', |
|
| 160 | + 'date_jour_1_initiale' => 'S.', |
|
| 161 | + 'date_jour_2' => 'Monday', |
|
| 162 | + 'date_jour_2_abbr' => 'Mon.', |
|
| 163 | + 'date_jour_2_initiale' => 'M.', |
|
| 164 | + 'date_jour_3' => 'Tuesday', |
|
| 165 | + 'date_jour_3_abbr' => 'Tue.', |
|
| 166 | + 'date_jour_3_initiale' => 'T.', |
|
| 167 | + 'date_jour_4' => 'Wednesday', |
|
| 168 | + 'date_jour_4_abbr' => 'Wed.', |
|
| 169 | + 'date_jour_4_initiale' => 'W.', |
|
| 170 | + 'date_jour_5' => 'Thursday', |
|
| 171 | + 'date_jour_5_abbr' => 'Thu.', |
|
| 172 | + 'date_jour_5_initiale' => 'T.', |
|
| 173 | + 'date_jour_6' => 'Friday', |
|
| 174 | + 'date_jour_6_abbr' => 'Fri.', |
|
| 175 | + 'date_jour_6_initiale' => 'F.', |
|
| 176 | + 'date_jour_7' => 'Saturday', |
|
| 177 | + 'date_jour_7_abbr' => 'Sat.', |
|
| 178 | + 'date_jour_7_initiale' => 'S.', |
|
| 179 | + 'date_jours' => 'days', |
|
| 180 | + 'date_minutes' => 'minutes', |
|
| 181 | + 'date_mois' => 'months', |
|
| 182 | + 'date_mois_1' => 'January', |
|
| 183 | + 'date_mois_10' => 'October', |
|
| 184 | + 'date_mois_10_abbr' => 'Oct', |
|
| 185 | + 'date_mois_11' => 'November', |
|
| 186 | + 'date_mois_11_abbr' => 'Nov', |
|
| 187 | + 'date_mois_12' => 'December', |
|
| 188 | + 'date_mois_12_abbr' => 'Dec', |
|
| 189 | + 'date_mois_1_abbr' => 'Jan', |
|
| 190 | + 'date_mois_2' => 'February', |
|
| 191 | + 'date_mois_2_abbr' => 'Feb', |
|
| 192 | + 'date_mois_3' => 'March', |
|
| 193 | + 'date_mois_3_abbr' => 'Mar', |
|
| 194 | + 'date_mois_4' => 'April', |
|
| 195 | + 'date_mois_4_abbr' => 'Apr', |
|
| 196 | + 'date_mois_5' => 'May', |
|
| 197 | + 'date_mois_5_abbr' => 'May', |
|
| 198 | + 'date_mois_6' => 'June', |
|
| 199 | + 'date_mois_6_abbr' => 'Jun', |
|
| 200 | + 'date_mois_7' => 'July', |
|
| 201 | + 'date_mois_7_abbr' => 'Jul', |
|
| 202 | + 'date_mois_8' => 'August', |
|
| 203 | + 'date_mois_8_abbr' => 'Aug', |
|
| 204 | + 'date_mois_9' => 'September', |
|
| 205 | + 'date_mois_9_abbr' => 'Sep', |
|
| 206 | + 'date_saison_1' => 'winter', |
|
| 207 | + 'date_saison_2' => 'spring', |
|
| 208 | + 'date_saison_3' => 'summer', |
|
| 209 | + 'date_saison_4' => 'autumn', |
|
| 210 | + 'date_secondes' => 'seconds', |
|
| 211 | + 'date_semaines' => 'weeks', |
|
| 212 | + 'date_un_mois' => 'month', |
|
| 213 | + 'date_une_heure' => 'hour', |
|
| 214 | + 'date_une_minute' => 'minute', |
|
| 215 | + 'date_une_seconde' => 'second', |
|
| 216 | + 'date_une_semaine' => 'week', |
|
| 217 | + 'dirs_commencer' => ' in order to start installation for real', |
|
| 218 | + 'dirs_preliminaire' => 'Preliminary: <b>Setting up access permissions</b>', |
|
| 219 | + 'dirs_probleme_droits' => 'Problem with access permissions', |
|
| 220 | + 'dirs_repertoires_absents' => '<p><b>The following directories were not found: </b></p><ul>@bad_dirs@.</ul> |
|
| 221 | 221 | <p>It is possible that this is due to inappropriate lower or upper case letters in directory names. |
| 222 | 222 | Please check that the case of the letters in the names of these directories match what is displayed |
| 223 | 223 | above. If they don’t, correct the directory names using your FTP client.</p> |
| 224 | 224 | <p>Once this is done, you can', |
| 225 | - 'dirs_repertoires_suivants' => '<p><b>The following directories do not have write permission: </b></p><ul>@bad_dirs@</ul> |
|
| 225 | + 'dirs_repertoires_suivants' => '<p><b>The following directories do not have write permission: </b></p><ul>@bad_dirs@</ul> |
|
| 226 | 226 | <p>To change this, use your FTP client to set access permissions for each |
| 227 | 227 | of these directories. The procedure is detailed in the installation guide.</p> |
| 228 | 228 | <p>Once you have done this, you can ', |
| 229 | - 'double_occurrence' => 'Two instances of @balise@', |
|
| 229 | + 'double_occurrence' => 'Two instances of @balise@', |
|
| 230 | 230 | |
| 231 | - // E |
|
| 232 | - 'en_cours' => 'processing', |
|
| 233 | - 'envoi_via_le_site' => 'Sent via the site', |
|
| 234 | - 'erreur' => 'Error', |
|
| 235 | - 'erreur_balise_non_fermee' => 'last tag not closed:', |
|
| 236 | - 'erreur_technique_ajaxform' => 'Ooops. An unexpected error prevented to submit the form. You can try again.', |
|
| 237 | - 'erreur_technique_enregistrement_champs' => 'A technical error prevented the right registration of the field @champs@.', |
|
| 238 | - 'erreur_technique_enregistrement_impossible' => 'A technical error prevented the registration.', |
|
| 239 | - 'erreur_texte' => 'error(s)', |
|
| 240 | - 'etape' => 'Step', |
|
| 231 | + // E |
|
| 232 | + 'en_cours' => 'processing', |
|
| 233 | + 'envoi_via_le_site' => 'Sent via the site', |
|
| 234 | + 'erreur' => 'Error', |
|
| 235 | + 'erreur_balise_non_fermee' => 'last tag not closed:', |
|
| 236 | + 'erreur_technique_ajaxform' => 'Ooops. An unexpected error prevented to submit the form. You can try again.', |
|
| 237 | + 'erreur_technique_enregistrement_champs' => 'A technical error prevented the right registration of the field @champs@.', |
|
| 238 | + 'erreur_technique_enregistrement_impossible' => 'A technical error prevented the registration.', |
|
| 239 | + 'erreur_texte' => 'error(s)', |
|
| 240 | + 'etape' => 'Step', |
|
| 241 | 241 | |
| 242 | - // F |
|
| 243 | - 'fichier_introuvable' => 'File not found: @fichier@', |
|
| 244 | - 'form_auteur_confirmation' => 'Please confirm your email address', |
|
| 245 | - 'form_auteur_email_modifie' => 'Your email address has been changed.', |
|
| 246 | - 'form_auteur_envoi_mail_confirmation' => 'A confirmation email has been sent to @email@. You must visit the URL mentioned in the message to validate your email address.', |
|
| 247 | - 'form_auteur_mail_confirmation' => 'Hello, |
|
| 242 | + // F |
|
| 243 | + 'fichier_introuvable' => 'File not found: @fichier@', |
|
| 244 | + 'form_auteur_confirmation' => 'Please confirm your email address', |
|
| 245 | + 'form_auteur_email_modifie' => 'Your email address has been changed.', |
|
| 246 | + 'form_auteur_envoi_mail_confirmation' => 'A confirmation email has been sent to @email@. You must visit the URL mentioned in the message to validate your email address.', |
|
| 247 | + 'form_auteur_mail_confirmation' => 'Hello, |
|
| 248 | 248 | |
| 249 | 249 | You have asked to change your email address. |
| 250 | 250 | To confirm your new address, you need to connect to |
@@ -252,346 +252,346 @@ discard block |
||
| 252 | 252 | |
| 253 | 253 | @url@ |
| 254 | 254 | ', |
| 255 | - 'form_deja_inscrit' => 'You are already registered.', |
|
| 256 | - 'form_email_non_valide' => 'Your email address is not valid.', |
|
| 257 | - 'form_forum_access_refuse' => 'You no longer have access to this site.', |
|
| 258 | - 'form_forum_bonjour' => 'Hello @nom@,', |
|
| 259 | - 'form_forum_confirmer_email' => 'To confirm your email address, follow this link: @url_confirm@', |
|
| 260 | - 'form_forum_email_deja_enregistre' => 'This email address is already registered. Enter your usual password.', |
|
| 261 | - 'form_forum_identifiant_mail' => 'Your new identifier has just been emailed to you.', |
|
| 262 | - 'form_forum_identifiants' => 'Personal identifiers', |
|
| 263 | - 'form_forum_indiquer_nom_email' => 'Enter your name and email address here. You will receive your personal identifier shortly by email.', |
|
| 264 | - 'form_forum_login' => 'login:', |
|
| 265 | - 'form_forum_message_auto' => '(this is an automated message)', |
|
| 266 | - 'form_forum_pass' => 'password:', |
|
| 267 | - 'form_forum_probleme_mail' => 'Mail problem: the identifier could not be sent.', |
|
| 268 | - 'form_forum_voici1' => 'Here are your identifiers. You may now participate on the site |
|
| 255 | + 'form_deja_inscrit' => 'You are already registered.', |
|
| 256 | + 'form_email_non_valide' => 'Your email address is not valid.', |
|
| 257 | + 'form_forum_access_refuse' => 'You no longer have access to this site.', |
|
| 258 | + 'form_forum_bonjour' => 'Hello @nom@,', |
|
| 259 | + 'form_forum_confirmer_email' => 'To confirm your email address, follow this link: @url_confirm@', |
|
| 260 | + 'form_forum_email_deja_enregistre' => 'This email address is already registered. Enter your usual password.', |
|
| 261 | + 'form_forum_identifiant_mail' => 'Your new identifier has just been emailed to you.', |
|
| 262 | + 'form_forum_identifiants' => 'Personal identifiers', |
|
| 263 | + 'form_forum_indiquer_nom_email' => 'Enter your name and email address here. You will receive your personal identifier shortly by email.', |
|
| 264 | + 'form_forum_login' => 'login:', |
|
| 265 | + 'form_forum_message_auto' => '(this is an automated message)', |
|
| 266 | + 'form_forum_pass' => 'password:', |
|
| 267 | + 'form_forum_probleme_mail' => 'Mail problem: the identifier could not be sent.', |
|
| 268 | + 'form_forum_voici1' => 'Here are your identifiers. You may now participate on the site |
|
| 269 | 269 | "@nom_site_spip@" (@adresse_site@):', |
| 270 | - 'form_forum_voici2' => 'Here are your identifiers for submitting articles to |
|
| 270 | + 'form_forum_voici2' => 'Here are your identifiers for submitting articles to |
|
| 271 | 271 | the site "@nom_site_spip@" (@adresse_login@):', |
| 272 | - 'form_indiquer_email' => 'Please enter your email address.', |
|
| 273 | - 'form_indiquer_nom' => 'Please enter your name.', |
|
| 274 | - 'form_indiquer_nom_site' => 'Please enter the name of your site.', |
|
| 275 | - 'form_pet_deja_enregistre' => 'This site is already registered', |
|
| 276 | - 'form_pet_signature_pasprise' => 'Your signature has been ignored.', |
|
| 277 | - 'form_prop_confirmer_envoi' => 'Confirm send', |
|
| 278 | - 'form_prop_description' => 'Description/comment', |
|
| 279 | - 'form_prop_enregistre' => 'Your suggestion has been recorded. It will appear online after being validated by the administrators of this site.', |
|
| 280 | - 'form_prop_envoyer' => 'Send a message', |
|
| 281 | - 'form_prop_indiquer_email' => 'Please enter a valid email address', |
|
| 282 | - 'form_prop_indiquer_nom_site' => 'Please enter the site’s name.', |
|
| 283 | - 'form_prop_indiquer_sujet' => 'Please enter a subject', |
|
| 284 | - 'form_prop_message_envoye' => 'Message sent', |
|
| 285 | - 'form_prop_non_enregistre' => 'Your suggestion has not been recorded.', |
|
| 286 | - 'form_prop_sujet' => 'Subject', |
|
| 287 | - 'form_prop_url_site' => 'Site URL', |
|
| 288 | - 'format_date_attendu' => 'Enter a date in jj/mm/aaaa format.', |
|
| 289 | - 'format_date_incorrecte' => 'The date or its format is incorrect.', |
|
| 290 | - 'format_heure_attendu' => 'Enter a time in hh:mm format.', |
|
| 291 | - 'format_heure_incorrecte' => 'The hour or its format is incorrect.', |
|
| 292 | - 'forum_non_inscrit' => 'Either you are not registered, or the address or password are wrong.', |
|
| 293 | - 'forum_par_auteur' => 'by @auteur@', |
|
| 294 | - 'forum_titre_erreur' => 'Error...', |
|
| 272 | + 'form_indiquer_email' => 'Please enter your email address.', |
|
| 273 | + 'form_indiquer_nom' => 'Please enter your name.', |
|
| 274 | + 'form_indiquer_nom_site' => 'Please enter the name of your site.', |
|
| 275 | + 'form_pet_deja_enregistre' => 'This site is already registered', |
|
| 276 | + 'form_pet_signature_pasprise' => 'Your signature has been ignored.', |
|
| 277 | + 'form_prop_confirmer_envoi' => 'Confirm send', |
|
| 278 | + 'form_prop_description' => 'Description/comment', |
|
| 279 | + 'form_prop_enregistre' => 'Your suggestion has been recorded. It will appear online after being validated by the administrators of this site.', |
|
| 280 | + 'form_prop_envoyer' => 'Send a message', |
|
| 281 | + 'form_prop_indiquer_email' => 'Please enter a valid email address', |
|
| 282 | + 'form_prop_indiquer_nom_site' => 'Please enter the site’s name.', |
|
| 283 | + 'form_prop_indiquer_sujet' => 'Please enter a subject', |
|
| 284 | + 'form_prop_message_envoye' => 'Message sent', |
|
| 285 | + 'form_prop_non_enregistre' => 'Your suggestion has not been recorded.', |
|
| 286 | + 'form_prop_sujet' => 'Subject', |
|
| 287 | + 'form_prop_url_site' => 'Site URL', |
|
| 288 | + 'format_date_attendu' => 'Enter a date in jj/mm/aaaa format.', |
|
| 289 | + 'format_date_incorrecte' => 'The date or its format is incorrect.', |
|
| 290 | + 'format_heure_attendu' => 'Enter a time in hh:mm format.', |
|
| 291 | + 'format_heure_incorrecte' => 'The hour or its format is incorrect.', |
|
| 292 | + 'forum_non_inscrit' => 'Either you are not registered, or the address or password are wrong.', |
|
| 293 | + 'forum_par_auteur' => 'by @auteur@', |
|
| 294 | + 'forum_titre_erreur' => 'Error...', |
|
| 295 | 295 | |
| 296 | - // I |
|
| 297 | - 'ical_texte_rss_articles' => 'The site’s backend file for articles is:', |
|
| 298 | - 'ical_texte_rss_articles2' => 'You can also get backend files for individual sections on the site:', |
|
| 299 | - 'ical_texte_rss_breves' => 'Furthermore, there is a file containing the site’s news items. By selecting a section number, you can choose to get news items in that section only.', |
|
| 300 | - 'icone_a_suivre' => 'Launch pad', |
|
| 301 | - 'icone_admin_site' => 'Site administration', |
|
| 302 | - 'icone_agenda' => 'Calendar', |
|
| 303 | - 'icone_aide_ligne' => 'Help', |
|
| 304 | - 'icone_articles' => 'Articles', |
|
| 305 | - 'icone_auteurs' => 'Authors', |
|
| 306 | - 'icone_brouteur' => 'Quick browsing', |
|
| 307 | - 'icone_configuration_site' => 'Configuration', |
|
| 308 | - 'icone_configurer_site' => 'Configure your site', |
|
| 309 | - 'icone_creer_nouvel_auteur' => 'Create a new author', |
|
| 310 | - 'icone_creer_rubrique' => 'Create a section', |
|
| 311 | - 'icone_creer_sous_rubrique' => 'Create a subsection', |
|
| 312 | - 'icone_deconnecter' => 'Log out', |
|
| 313 | - 'icone_discussions' => 'Discussions', |
|
| 314 | - 'icone_doc_rubrique' => 'Documents attached', |
|
| 315 | - 'icone_ecrire_article' => 'Write a new article', |
|
| 316 | - 'icone_edition_site' => 'Edit site', |
|
| 317 | - 'icone_gestion_langues' => 'Language options', |
|
| 318 | - 'icone_informations_personnelles' => 'Personal information', |
|
| 319 | - 'icone_interface_complet' => 'full interface', |
|
| 320 | - 'icone_interface_simple' => 'Simplified interface', |
|
| 321 | - 'icone_maintenance_site' => 'Site maintenance', |
|
| 322 | - 'icone_messagerie_personnelle' => 'Private messages', |
|
| 323 | - 'icone_repartition_debut' => 'Show distribution from the start', |
|
| 324 | - 'icone_rubriques' => 'Sections', |
|
| 325 | - 'icone_sauver_site' => 'Site backup', |
|
| 326 | - 'icone_site_entier' => 'The entire site', |
|
| 327 | - 'icone_sites_references' => 'Referenced sites', |
|
| 328 | - 'icone_statistiques' => 'Site statistics', |
|
| 329 | - 'icone_suivi_activite' => 'Follow site activity', |
|
| 330 | - 'icone_suivi_actualite' => 'Site statistics', |
|
| 331 | - 'icone_suivi_pettions' => 'Manage petitions', |
|
| 332 | - 'icone_suivi_revisions' => 'Article revisions', |
|
| 333 | - 'icone_supprimer_document' => 'Delete this document', |
|
| 334 | - 'icone_supprimer_image' => 'Delete this image', |
|
| 335 | - 'icone_tous_articles' => 'All your articles', |
|
| 336 | - 'icone_tous_auteur' => 'All authors', |
|
| 337 | - 'icone_tous_visiteur' => 'All visitors', |
|
| 338 | - 'icone_visiter_site' => 'View the public site', |
|
| 339 | - 'icone_voir_en_ligne' => 'View online', |
|
| 340 | - 'img_indisponible' => 'image unavailable', |
|
| 341 | - 'impossible' => 'impossible', |
|
| 342 | - 'info_a_suivre' => 'LAUNCH PAD»', |
|
| 343 | - 'info_acces_interdit' => 'Access forbidden', |
|
| 344 | - 'info_acces_refuse' => 'Access denied', |
|
| 345 | - 'info_action' => 'Action: @action@', |
|
| 346 | - 'info_administrer_rubriques' => 'You can manage this section and any subsections', |
|
| 347 | - 'info_adresse_non_indiquee' => 'You did not specify an address to test!', |
|
| 348 | - 'info_aide' => 'HELP:', |
|
| 349 | - 'info_ajouter_mot' => 'Add keyword', |
|
| 350 | - 'info_annonce' => 'ANNOUNCEMENT', |
|
| 351 | - 'info_annonces_generales' => 'General announcements:', |
|
| 352 | - 'info_article_propose' => 'Article submitted', |
|
| 353 | - 'info_article_publie' => 'Article published', |
|
| 354 | - 'info_article_redaction' => 'Article in progress', |
|
| 355 | - 'info_article_refuse' => 'Article rejected', |
|
| 356 | - 'info_article_supprime' => 'Article deleted', |
|
| 357 | - 'info_articles' => 'Articles', |
|
| 358 | - 'info_articles_a_valider' => 'Articles awaiting validation', |
|
| 359 | - 'info_articles_nb' => '@nb@ articles', |
|
| 360 | - 'info_articles_proposes' => 'Articles submitted', |
|
| 361 | - 'info_articles_un' => '1 article', |
|
| 362 | - 'info_auteurs_nombre' => 'author(s):', |
|
| 363 | - 'info_authentification_ftp' => 'Authentication (by FTP).', |
|
| 364 | - 'info_breves_2' => 'news', |
|
| 365 | - 'info_breves_nb' => '@nb@ news items', |
|
| 366 | - 'info_breves_un' => '1 news item', |
|
| 367 | - 'info_connexion_refusee' => 'Connection denied', |
|
| 368 | - 'info_contact_developpeur' => 'Please contact a developer.', |
|
| 369 | - 'info_contenance' => 'This site contains:', |
|
| 370 | - 'info_contribution' => 'contributions', |
|
| 371 | - 'info_copyright' => '@spip@ is free software distributed @lien_gpl@.', |
|
| 372 | - 'info_copyright_doc' => 'For more visit <a href="@spipnet@">@spipnet_affiche@</a>.', |
|
| 373 | - 'info_copyright_gpl' => 'under the GPL license', |
|
| 374 | - 'info_cours_edition' => 'In progress', |
|
| 375 | - 'info_creer_repertoire' => 'Please create a file or a directory called:', |
|
| 376 | - 'info_creer_repertoire_2' => 'inside the sub-directory <b>@repertoire@</b>, then', |
|
| 377 | - 'info_creer_vignette' => 'automatic thumbnail creation', |
|
| 378 | - 'info_creerdansrubrique_non_autorise' => 'You don’t have sufficient rights to create content in this section', |
|
| 379 | - 'info_deplier' => 'Unfold', |
|
| 380 | - 'info_descriptif_nombre' => 'description(s):', |
|
| 381 | - 'info_description' => 'Description:', |
|
| 382 | - 'info_description_2' => 'Description:', |
|
| 383 | - 'info_dimension' => 'Size:', |
|
| 384 | - 'info_documents_nb' => '@nb@ documents', |
|
| 385 | - 'info_documents_un' => '1 document', |
|
| 386 | - 'info_ecire_message_prive' => 'Write a private message', |
|
| 387 | - 'info_email_invalide' => 'Invalid email address.', |
|
| 388 | - 'info_en_cours_validation' => 'Your articles in progress', |
|
| 389 | - 'info_en_ligne' => 'Online now:', |
|
| 390 | - 'info_envoyer_message_prive' => 'Send a private message to this author', |
|
| 391 | - 'info_erreur_requete' => 'Error in query:', |
|
| 392 | - 'info_erreur_squelette2' => 'No <b>@fichier@</b> template available ...', |
|
| 393 | - 'info_erreur_systeme' => 'System error (errno @errsys@)', |
|
| 394 | - 'info_erreur_systeme2' => 'The hard disk may be full or the database damaged. <br /> |
|
| 296 | + // I |
|
| 297 | + 'ical_texte_rss_articles' => 'The site’s backend file for articles is:', |
|
| 298 | + 'ical_texte_rss_articles2' => 'You can also get backend files for individual sections on the site:', |
|
| 299 | + 'ical_texte_rss_breves' => 'Furthermore, there is a file containing the site’s news items. By selecting a section number, you can choose to get news items in that section only.', |
|
| 300 | + 'icone_a_suivre' => 'Launch pad', |
|
| 301 | + 'icone_admin_site' => 'Site administration', |
|
| 302 | + 'icone_agenda' => 'Calendar', |
|
| 303 | + 'icone_aide_ligne' => 'Help', |
|
| 304 | + 'icone_articles' => 'Articles', |
|
| 305 | + 'icone_auteurs' => 'Authors', |
|
| 306 | + 'icone_brouteur' => 'Quick browsing', |
|
| 307 | + 'icone_configuration_site' => 'Configuration', |
|
| 308 | + 'icone_configurer_site' => 'Configure your site', |
|
| 309 | + 'icone_creer_nouvel_auteur' => 'Create a new author', |
|
| 310 | + 'icone_creer_rubrique' => 'Create a section', |
|
| 311 | + 'icone_creer_sous_rubrique' => 'Create a subsection', |
|
| 312 | + 'icone_deconnecter' => 'Log out', |
|
| 313 | + 'icone_discussions' => 'Discussions', |
|
| 314 | + 'icone_doc_rubrique' => 'Documents attached', |
|
| 315 | + 'icone_ecrire_article' => 'Write a new article', |
|
| 316 | + 'icone_edition_site' => 'Edit site', |
|
| 317 | + 'icone_gestion_langues' => 'Language options', |
|
| 318 | + 'icone_informations_personnelles' => 'Personal information', |
|
| 319 | + 'icone_interface_complet' => 'full interface', |
|
| 320 | + 'icone_interface_simple' => 'Simplified interface', |
|
| 321 | + 'icone_maintenance_site' => 'Site maintenance', |
|
| 322 | + 'icone_messagerie_personnelle' => 'Private messages', |
|
| 323 | + 'icone_repartition_debut' => 'Show distribution from the start', |
|
| 324 | + 'icone_rubriques' => 'Sections', |
|
| 325 | + 'icone_sauver_site' => 'Site backup', |
|
| 326 | + 'icone_site_entier' => 'The entire site', |
|
| 327 | + 'icone_sites_references' => 'Referenced sites', |
|
| 328 | + 'icone_statistiques' => 'Site statistics', |
|
| 329 | + 'icone_suivi_activite' => 'Follow site activity', |
|
| 330 | + 'icone_suivi_actualite' => 'Site statistics', |
|
| 331 | + 'icone_suivi_pettions' => 'Manage petitions', |
|
| 332 | + 'icone_suivi_revisions' => 'Article revisions', |
|
| 333 | + 'icone_supprimer_document' => 'Delete this document', |
|
| 334 | + 'icone_supprimer_image' => 'Delete this image', |
|
| 335 | + 'icone_tous_articles' => 'All your articles', |
|
| 336 | + 'icone_tous_auteur' => 'All authors', |
|
| 337 | + 'icone_tous_visiteur' => 'All visitors', |
|
| 338 | + 'icone_visiter_site' => 'View the public site', |
|
| 339 | + 'icone_voir_en_ligne' => 'View online', |
|
| 340 | + 'img_indisponible' => 'image unavailable', |
|
| 341 | + 'impossible' => 'impossible', |
|
| 342 | + 'info_a_suivre' => 'LAUNCH PAD»', |
|
| 343 | + 'info_acces_interdit' => 'Access forbidden', |
|
| 344 | + 'info_acces_refuse' => 'Access denied', |
|
| 345 | + 'info_action' => 'Action: @action@', |
|
| 346 | + 'info_administrer_rubriques' => 'You can manage this section and any subsections', |
|
| 347 | + 'info_adresse_non_indiquee' => 'You did not specify an address to test!', |
|
| 348 | + 'info_aide' => 'HELP:', |
|
| 349 | + 'info_ajouter_mot' => 'Add keyword', |
|
| 350 | + 'info_annonce' => 'ANNOUNCEMENT', |
|
| 351 | + 'info_annonces_generales' => 'General announcements:', |
|
| 352 | + 'info_article_propose' => 'Article submitted', |
|
| 353 | + 'info_article_publie' => 'Article published', |
|
| 354 | + 'info_article_redaction' => 'Article in progress', |
|
| 355 | + 'info_article_refuse' => 'Article rejected', |
|
| 356 | + 'info_article_supprime' => 'Article deleted', |
|
| 357 | + 'info_articles' => 'Articles', |
|
| 358 | + 'info_articles_a_valider' => 'Articles awaiting validation', |
|
| 359 | + 'info_articles_nb' => '@nb@ articles', |
|
| 360 | + 'info_articles_proposes' => 'Articles submitted', |
|
| 361 | + 'info_articles_un' => '1 article', |
|
| 362 | + 'info_auteurs_nombre' => 'author(s):', |
|
| 363 | + 'info_authentification_ftp' => 'Authentication (by FTP).', |
|
| 364 | + 'info_breves_2' => 'news', |
|
| 365 | + 'info_breves_nb' => '@nb@ news items', |
|
| 366 | + 'info_breves_un' => '1 news item', |
|
| 367 | + 'info_connexion_refusee' => 'Connection denied', |
|
| 368 | + 'info_contact_developpeur' => 'Please contact a developer.', |
|
| 369 | + 'info_contenance' => 'This site contains:', |
|
| 370 | + 'info_contribution' => 'contributions', |
|
| 371 | + 'info_copyright' => '@spip@ is free software distributed @lien_gpl@.', |
|
| 372 | + 'info_copyright_doc' => 'For more visit <a href="@spipnet@">@spipnet_affiche@</a>.', |
|
| 373 | + 'info_copyright_gpl' => 'under the GPL license', |
|
| 374 | + 'info_cours_edition' => 'In progress', |
|
| 375 | + 'info_creer_repertoire' => 'Please create a file or a directory called:', |
|
| 376 | + 'info_creer_repertoire_2' => 'inside the sub-directory <b>@repertoire@</b>, then', |
|
| 377 | + 'info_creer_vignette' => 'automatic thumbnail creation', |
|
| 378 | + 'info_creerdansrubrique_non_autorise' => 'You don’t have sufficient rights to create content in this section', |
|
| 379 | + 'info_deplier' => 'Unfold', |
|
| 380 | + 'info_descriptif_nombre' => 'description(s):', |
|
| 381 | + 'info_description' => 'Description:', |
|
| 382 | + 'info_description_2' => 'Description:', |
|
| 383 | + 'info_dimension' => 'Size:', |
|
| 384 | + 'info_documents_nb' => '@nb@ documents', |
|
| 385 | + 'info_documents_un' => '1 document', |
|
| 386 | + 'info_ecire_message_prive' => 'Write a private message', |
|
| 387 | + 'info_email_invalide' => 'Invalid email address.', |
|
| 388 | + 'info_en_cours_validation' => 'Your articles in progress', |
|
| 389 | + 'info_en_ligne' => 'Online now:', |
|
| 390 | + 'info_envoyer_message_prive' => 'Send a private message to this author', |
|
| 391 | + 'info_erreur_requete' => 'Error in query:', |
|
| 392 | + 'info_erreur_squelette2' => 'No <b>@fichier@</b> template available ...', |
|
| 393 | + 'info_erreur_systeme' => 'System error (errno @errsys@)', |
|
| 394 | + 'info_erreur_systeme2' => 'The hard disk may be full or the database damaged. <br /> |
|
| 395 | 395 | <span style="color:red;">Try <a href=\'@script@\'>repairing the database</a>, or contact your service provider.</span>', |
| 396 | - 'info_fini' => 'Done!', |
|
| 397 | - 'info_format_image' => 'Image format to be used for vignettes: @gd_formats@.', |
|
| 398 | - 'info_format_non_defini' => 'undefined format', |
|
| 399 | - 'info_grand_ecran' => 'Large display', |
|
| 400 | - 'info_image_aide' => 'HELP', |
|
| 401 | - 'info_image_process_titre' => 'How to create thumbnails', |
|
| 402 | - 'info_impossible_lire_page' => '<b>Error!</b> The page <tt><html>@test_proxy@</html></tt> cannot be viewed through the proxy', |
|
| 403 | - 'info_installation_systeme_publication' => 'Installing publication system...', |
|
| 404 | - 'info_installer_documents' => 'You can automatically install all documents in the folder @upload@.', |
|
| 405 | - 'info_installer_ftp' => 'As an administrator, you can install files via FTP to the folder @upload@ in order to select them directly from here.', |
|
| 406 | - 'info_installer_images' => 'You can install images in the formats JPEG, GIF, and PNG.', |
|
| 407 | - 'info_installer_images_dossier' => 'Install images in folder @upload@ if you want to select them here.', |
|
| 408 | - 'info_interface_complete' => 'full interface', |
|
| 409 | - 'info_interface_simple' => 'Simplified interface', |
|
| 410 | - 'info_joindre_document_article' => 'You can attach the following types of document to your article', |
|
| 411 | - 'info_joindre_document_rubrique' => 'You can add documents of the following types to this section ', |
|
| 412 | - 'info_joindre_documents_article' => 'You can attach documents of the following types to your article:', |
|
| 413 | - 'info_l_article' => 'the article', |
|
| 414 | - 'info_la_breve' => 'the news item', |
|
| 415 | - 'info_la_rubrique' => 'the section', |
|
| 416 | - 'info_langue_principale' => 'Main language for site', |
|
| 417 | - 'info_largeur_vignette' => '@largeur_vignette@ × @hauteur_vignette@ pixels', |
|
| 418 | - 'info_les_auteurs_1' => 'by @les_auteurs@', |
|
| 419 | - 'info_logo_format_interdit' => 'Only logos in these formats @formats@ are allowed.', |
|
| 420 | - 'info_logo_max_poids' => 'Logos must be less than @maxi@ (this file is @actuel@).', |
|
| 421 | - 'info_mail_fournisseur' => '[email protected]', |
|
| 422 | - 'info_message_2' => 'MESSAGE', |
|
| 423 | - 'info_message_supprime' => 'MESSAGE DELETED', |
|
| 424 | - 'info_messages_nb' => '@nb@ messages', |
|
| 425 | - 'info_messages_un' => '1 message', |
|
| 426 | - 'info_mise_en_ligne' => 'Published on:', |
|
| 427 | - 'info_modification_parametres_securite' => 'modifying security parameters', |
|
| 428 | - 'info_mois_courant' => 'During the month:', |
|
| 429 | - 'info_mot_cle_ajoute' => 'The following keyword was added to', |
|
| 430 | - 'info_multi_herit' => 'Default language', |
|
| 431 | - 'info_multi_langues_soulignees' => 'The <u>languages underlined</u> provide partial or total translations for all the interface texts. If you select these languages, many elements of the public site (dates, forms) will be translated automatically. As for the languages that are not underlined, those elements will be displayed using the site’s default language.', |
|
| 432 | - 'info_multilinguisme' => 'Multilingual', |
|
| 433 | - 'info_nom_non_utilisateurs_connectes' => 'Your name does not appear in the list of users online.', |
|
| 434 | - 'info_nom_utilisateurs_connectes' => 'Your name appears in the list of users online.', |
|
| 435 | - 'info_nombre_en_ligne' => 'Online now:', |
|
| 436 | - 'info_non_resultat' => 'No results for "@cherche_mot@"', |
|
| 437 | - 'info_non_utilisation_messagerie' => 'You are not using private messaging on this site.', |
|
| 438 | - 'info_nouveau_message' => 'YOU HAVE A NEW MESSAGE', |
|
| 439 | - 'info_nouveaux_messages' => 'YOU HAVE @total_messages@ NEW MESSAGES', |
|
| 440 | - 'info_numero_abbreviation' => 'No', |
|
| 441 | - 'info_obligatoire' => 'This information is required', |
|
| 442 | - 'info_page_actuelle' => 'Actual page', |
|
| 443 | - 'info_pense_bete' => 'MEMO', |
|
| 444 | - 'info_petit_ecran' => 'Small display', |
|
| 445 | - 'info_petition_close' => 'Petition closed', |
|
| 446 | - 'info_pixels' => 'pixels', |
|
| 447 | - 'info_plusieurs_mots_trouves' => 'Several keywords were found for "@cherche_mot@":', |
|
| 448 | - 'info_portfolio_automatique' => 'Automated portfolio:', |
|
| 449 | - 'info_premier_resultat' => '[First @debut_limit@ results out of @total@]', |
|
| 450 | - 'info_premier_resultat_sur' => '[First @debut_limit@ results out of @total@]', |
|
| 451 | - 'info_propose_1' => '[@nom_site_spip@] Submitted: @titre@', |
|
| 452 | - 'info_propose_2' => 'Article submitted |
|
| 396 | + 'info_fini' => 'Done!', |
|
| 397 | + 'info_format_image' => 'Image format to be used for vignettes: @gd_formats@.', |
|
| 398 | + 'info_format_non_defini' => 'undefined format', |
|
| 399 | + 'info_grand_ecran' => 'Large display', |
|
| 400 | + 'info_image_aide' => 'HELP', |
|
| 401 | + 'info_image_process_titre' => 'How to create thumbnails', |
|
| 402 | + 'info_impossible_lire_page' => '<b>Error!</b> The page <tt><html>@test_proxy@</html></tt> cannot be viewed through the proxy', |
|
| 403 | + 'info_installation_systeme_publication' => 'Installing publication system...', |
|
| 404 | + 'info_installer_documents' => 'You can automatically install all documents in the folder @upload@.', |
|
| 405 | + 'info_installer_ftp' => 'As an administrator, you can install files via FTP to the folder @upload@ in order to select them directly from here.', |
|
| 406 | + 'info_installer_images' => 'You can install images in the formats JPEG, GIF, and PNG.', |
|
| 407 | + 'info_installer_images_dossier' => 'Install images in folder @upload@ if you want to select them here.', |
|
| 408 | + 'info_interface_complete' => 'full interface', |
|
| 409 | + 'info_interface_simple' => 'Simplified interface', |
|
| 410 | + 'info_joindre_document_article' => 'You can attach the following types of document to your article', |
|
| 411 | + 'info_joindre_document_rubrique' => 'You can add documents of the following types to this section ', |
|
| 412 | + 'info_joindre_documents_article' => 'You can attach documents of the following types to your article:', |
|
| 413 | + 'info_l_article' => 'the article', |
|
| 414 | + 'info_la_breve' => 'the news item', |
|
| 415 | + 'info_la_rubrique' => 'the section', |
|
| 416 | + 'info_langue_principale' => 'Main language for site', |
|
| 417 | + 'info_largeur_vignette' => '@largeur_vignette@ × @hauteur_vignette@ pixels', |
|
| 418 | + 'info_les_auteurs_1' => 'by @les_auteurs@', |
|
| 419 | + 'info_logo_format_interdit' => 'Only logos in these formats @formats@ are allowed.', |
|
| 420 | + 'info_logo_max_poids' => 'Logos must be less than @maxi@ (this file is @actuel@).', |
|
| 421 | + 'info_mail_fournisseur' => '[email protected]', |
|
| 422 | + 'info_message_2' => 'MESSAGE', |
|
| 423 | + 'info_message_supprime' => 'MESSAGE DELETED', |
|
| 424 | + 'info_messages_nb' => '@nb@ messages', |
|
| 425 | + 'info_messages_un' => '1 message', |
|
| 426 | + 'info_mise_en_ligne' => 'Published on:', |
|
| 427 | + 'info_modification_parametres_securite' => 'modifying security parameters', |
|
| 428 | + 'info_mois_courant' => 'During the month:', |
|
| 429 | + 'info_mot_cle_ajoute' => 'The following keyword was added to', |
|
| 430 | + 'info_multi_herit' => 'Default language', |
|
| 431 | + 'info_multi_langues_soulignees' => 'The <u>languages underlined</u> provide partial or total translations for all the interface texts. If you select these languages, many elements of the public site (dates, forms) will be translated automatically. As for the languages that are not underlined, those elements will be displayed using the site’s default language.', |
|
| 432 | + 'info_multilinguisme' => 'Multilingual', |
|
| 433 | + 'info_nom_non_utilisateurs_connectes' => 'Your name does not appear in the list of users online.', |
|
| 434 | + 'info_nom_utilisateurs_connectes' => 'Your name appears in the list of users online.', |
|
| 435 | + 'info_nombre_en_ligne' => 'Online now:', |
|
| 436 | + 'info_non_resultat' => 'No results for "@cherche_mot@"', |
|
| 437 | + 'info_non_utilisation_messagerie' => 'You are not using private messaging on this site.', |
|
| 438 | + 'info_nouveau_message' => 'YOU HAVE A NEW MESSAGE', |
|
| 439 | + 'info_nouveaux_messages' => 'YOU HAVE @total_messages@ NEW MESSAGES', |
|
| 440 | + 'info_numero_abbreviation' => 'No', |
|
| 441 | + 'info_obligatoire' => 'This information is required', |
|
| 442 | + 'info_page_actuelle' => 'Actual page', |
|
| 443 | + 'info_pense_bete' => 'MEMO', |
|
| 444 | + 'info_petit_ecran' => 'Small display', |
|
| 445 | + 'info_petition_close' => 'Petition closed', |
|
| 446 | + 'info_pixels' => 'pixels', |
|
| 447 | + 'info_plusieurs_mots_trouves' => 'Several keywords were found for "@cherche_mot@":', |
|
| 448 | + 'info_portfolio_automatique' => 'Automated portfolio:', |
|
| 449 | + 'info_premier_resultat' => '[First @debut_limit@ results out of @total@]', |
|
| 450 | + 'info_premier_resultat_sur' => '[First @debut_limit@ results out of @total@]', |
|
| 451 | + 'info_propose_1' => '[@nom_site_spip@] Submitted: @titre@', |
|
| 452 | + 'info_propose_2' => 'Article submitted |
|
| 453 | 453 | -----------------', |
| 454 | - 'info_propose_3' => 'The article "@titre@" has been submitted for publication.', |
|
| 455 | - 'info_propose_4' => 'You are invited to review it and give your opinion', |
|
| 456 | - 'info_propose_5' => 'in the associated forum. It is available here:', |
|
| 457 | - 'info_publie_01' => 'The article "@titre@" was validated by @connect_nom@.', |
|
| 458 | - 'info_publie_1' => '[@nom_site_spip@] PUBLISHED: @titre@', |
|
| 459 | - 'info_publie_2' => 'Article published |
|
| 454 | + 'info_propose_3' => 'The article "@titre@" has been submitted for publication.', |
|
| 455 | + 'info_propose_4' => 'You are invited to review it and give your opinion', |
|
| 456 | + 'info_propose_5' => 'in the associated forum. It is available here:', |
|
| 457 | + 'info_publie_01' => 'The article "@titre@" was validated by @connect_nom@.', |
|
| 458 | + 'info_publie_1' => '[@nom_site_spip@] PUBLISHED: @titre@', |
|
| 459 | + 'info_publie_2' => 'Article published |
|
| 460 | 460 | -----------------', |
| 461 | - 'info_rechercher' => 'Search', |
|
| 462 | - 'info_rechercher_02' => 'Search:', |
|
| 463 | - 'info_remplacer_vignette' => 'Replace the default vignette by a customised logo:', |
|
| 464 | - 'info_rubriques_nb' => '@nb@ sections', |
|
| 465 | - 'info_rubriques_un' => '1 section', |
|
| 466 | - 'info_sans_titre_2' => 'untitled', |
|
| 467 | - 'info_selectionner_fichier' => 'You can select a file from the folder @upload@', |
|
| 468 | - 'info_selectionner_fichier_2' => 'Select a file:', |
|
| 469 | - 'info_sites_nb' => '@nb@ sites', |
|
| 470 | - 'info_sites_un' => '1 site', |
|
| 471 | - 'info_supprimer_vignette' => 'delete the vignette', |
|
| 472 | - 'info_symbole_bleu' => 'A <b>blue</b> symbol indicates a <b>memo</b>: i.e. a message for your personal use.', |
|
| 473 | - 'info_symbole_jaune' => 'A <b>yellow</b> symbol indicates an <b>announcement to all editors</b>: it can be edited by all administrators, and is visible to all editors.', |
|
| 474 | - 'info_symbole_vert' => 'A <b>green</b> symbol indicates the <b>messages exchanged with other users</b> of the site.', |
|
| 475 | - 'info_telecharger_nouveau_logo' => 'Upload a new logo:', |
|
| 476 | - 'info_telecharger_ordinateur' => 'Upload from your computer:', |
|
| 477 | - 'info_tous_resultats_enregistres' => '[all the results are recorded]', |
|
| 478 | - 'info_tout_afficher' => 'Show all', |
|
| 479 | - 'info_travaux_texte' => 'This site is not yet set up. Please come back later...', |
|
| 480 | - 'info_travaux_titre' => 'Site under construction', |
|
| 481 | - 'info_trop_resultat' => 'Too many results for "@cherche_mot@"; please refine the search.', |
|
| 482 | - 'info_utilisation_messagerie_interne' => 'You are using the internal message system of this site.', |
|
| 483 | - 'info_valider_lien' => 'validate this link', |
|
| 484 | - 'info_verifier_image' => ', please make sure your images have been transferred correctly.', |
|
| 485 | - 'info_vignette_defaut' => 'Default vignette', |
|
| 486 | - 'info_vignette_personnalisee' => 'Custom vignette', |
|
| 487 | - 'info_visite' => 'visit:', |
|
| 488 | - 'info_vos_rendez_vous' => 'Your future appointments', |
|
| 489 | - 'infos_vos_pense_bete' => 'Your memos', |
|
| 461 | + 'info_rechercher' => 'Search', |
|
| 462 | + 'info_rechercher_02' => 'Search:', |
|
| 463 | + 'info_remplacer_vignette' => 'Replace the default vignette by a customised logo:', |
|
| 464 | + 'info_rubriques_nb' => '@nb@ sections', |
|
| 465 | + 'info_rubriques_un' => '1 section', |
|
| 466 | + 'info_sans_titre_2' => 'untitled', |
|
| 467 | + 'info_selectionner_fichier' => 'You can select a file from the folder @upload@', |
|
| 468 | + 'info_selectionner_fichier_2' => 'Select a file:', |
|
| 469 | + 'info_sites_nb' => '@nb@ sites', |
|
| 470 | + 'info_sites_un' => '1 site', |
|
| 471 | + 'info_supprimer_vignette' => 'delete the vignette', |
|
| 472 | + 'info_symbole_bleu' => 'A <b>blue</b> symbol indicates a <b>memo</b>: i.e. a message for your personal use.', |
|
| 473 | + 'info_symbole_jaune' => 'A <b>yellow</b> symbol indicates an <b>announcement to all editors</b>: it can be edited by all administrators, and is visible to all editors.', |
|
| 474 | + 'info_symbole_vert' => 'A <b>green</b> symbol indicates the <b>messages exchanged with other users</b> of the site.', |
|
| 475 | + 'info_telecharger_nouveau_logo' => 'Upload a new logo:', |
|
| 476 | + 'info_telecharger_ordinateur' => 'Upload from your computer:', |
|
| 477 | + 'info_tous_resultats_enregistres' => '[all the results are recorded]', |
|
| 478 | + 'info_tout_afficher' => 'Show all', |
|
| 479 | + 'info_travaux_texte' => 'This site is not yet set up. Please come back later...', |
|
| 480 | + 'info_travaux_titre' => 'Site under construction', |
|
| 481 | + 'info_trop_resultat' => 'Too many results for "@cherche_mot@"; please refine the search.', |
|
| 482 | + 'info_utilisation_messagerie_interne' => 'You are using the internal message system of this site.', |
|
| 483 | + 'info_valider_lien' => 'validate this link', |
|
| 484 | + 'info_verifier_image' => ', please make sure your images have been transferred correctly.', |
|
| 485 | + 'info_vignette_defaut' => 'Default vignette', |
|
| 486 | + 'info_vignette_personnalisee' => 'Custom vignette', |
|
| 487 | + 'info_visite' => 'visit:', |
|
| 488 | + 'info_vos_rendez_vous' => 'Your future appointments', |
|
| 489 | + 'infos_vos_pense_bete' => 'Your memos', |
|
| 490 | 490 | |
| 491 | - // L |
|
| 492 | - 'label_ajout_id_rapide' => 'Quick addition', |
|
| 493 | - 'label_poids_fichier' => 'Size', |
|
| 494 | - 'lien_afficher_icones_seuls' => 'Show only icons', |
|
| 495 | - 'lien_afficher_texte_icones' => 'Show icons and text', |
|
| 496 | - 'lien_afficher_texte_seul' => 'Show only text', |
|
| 497 | - 'lien_aller_a_la_derniere_page' => 'Go to the last page', |
|
| 498 | - 'lien_aller_a_la_page_nb' => 'Go to page @nb@', |
|
| 499 | - 'lien_aller_a_la_page_precedente' => 'Go to the previous page', |
|
| 500 | - 'lien_aller_a_la_page_suivante' => 'Go to the next page', |
|
| 501 | - 'lien_aller_a_la_premiere_page' => 'Go to the first page', |
|
| 502 | - 'lien_liberer' => 'release', |
|
| 503 | - 'lien_liberer_tous' => 'Release all', |
|
| 504 | - 'lien_nouvea_pense_bete' => 'NEW MEMO', |
|
| 505 | - 'lien_nouveau_message' => 'NEW MESSAGE', |
|
| 506 | - 'lien_nouvelle_annonce' => 'NEW ANNOUNCEMENT', |
|
| 507 | - 'lien_petitions' => 'PETITION', |
|
| 508 | - 'lien_popularite' => 'popularity: @popularite@%', |
|
| 509 | - 'lien_racine_site' => 'SITE ROOT', |
|
| 510 | - 'lien_reessayer' => 'try again', |
|
| 511 | - 'lien_repondre_message' => 'Reply to this message', |
|
| 512 | - 'lien_supprimer' => 'delete', |
|
| 513 | - 'lien_tout_afficher' => 'Show all', |
|
| 514 | - 'lien_visite_site' => 'visit this site', |
|
| 515 | - 'lien_visites' => '@visites@ visits', |
|
| 516 | - 'lien_voir_auteur' => 'Check this author', |
|
| 517 | - 'ligne' => 'Line', |
|
| 518 | - 'login' => 'Connection', |
|
| 519 | - 'login_acces_prive' => 'access to the private area', |
|
| 520 | - 'login_autre_identifiant' => 'use a different ID', |
|
| 521 | - 'login_cookie_accepte' => 'Please configure your browser to accept them for this site.', |
|
| 522 | - 'login_cookie_oblige' => 'For secure identification, your browser must accept cookies.', |
|
| 523 | - 'login_deconnexion_ok' => 'Logged out.', |
|
| 524 | - 'login_erreur_pass' => 'Wrong password.', |
|
| 525 | - 'login_espace_prive' => 'private area', |
|
| 526 | - 'login_identifiant_inconnu' => 'The identifier "@login@" is unknown.', |
|
| 527 | - 'login_login' => 'Login:', |
|
| 528 | - 'login_login2' => 'Login or e-mail address:', |
|
| 529 | - 'login_login_pass_incorrect' => '(Wrong login or password).', |
|
| 530 | - 'login_motpasseoublie' => 'password forgotten?', |
|
| 531 | - 'login_non_securise' => 'Caution, this form is not secure. |
|
| 491 | + // L |
|
| 492 | + 'label_ajout_id_rapide' => 'Quick addition', |
|
| 493 | + 'label_poids_fichier' => 'Size', |
|
| 494 | + 'lien_afficher_icones_seuls' => 'Show only icons', |
|
| 495 | + 'lien_afficher_texte_icones' => 'Show icons and text', |
|
| 496 | + 'lien_afficher_texte_seul' => 'Show only text', |
|
| 497 | + 'lien_aller_a_la_derniere_page' => 'Go to the last page', |
|
| 498 | + 'lien_aller_a_la_page_nb' => 'Go to page @nb@', |
|
| 499 | + 'lien_aller_a_la_page_precedente' => 'Go to the previous page', |
|
| 500 | + 'lien_aller_a_la_page_suivante' => 'Go to the next page', |
|
| 501 | + 'lien_aller_a_la_premiere_page' => 'Go to the first page', |
|
| 502 | + 'lien_liberer' => 'release', |
|
| 503 | + 'lien_liberer_tous' => 'Release all', |
|
| 504 | + 'lien_nouvea_pense_bete' => 'NEW MEMO', |
|
| 505 | + 'lien_nouveau_message' => 'NEW MESSAGE', |
|
| 506 | + 'lien_nouvelle_annonce' => 'NEW ANNOUNCEMENT', |
|
| 507 | + 'lien_petitions' => 'PETITION', |
|
| 508 | + 'lien_popularite' => 'popularity: @popularite@%', |
|
| 509 | + 'lien_racine_site' => 'SITE ROOT', |
|
| 510 | + 'lien_reessayer' => 'try again', |
|
| 511 | + 'lien_repondre_message' => 'Reply to this message', |
|
| 512 | + 'lien_supprimer' => 'delete', |
|
| 513 | + 'lien_tout_afficher' => 'Show all', |
|
| 514 | + 'lien_visite_site' => 'visit this site', |
|
| 515 | + 'lien_visites' => '@visites@ visits', |
|
| 516 | + 'lien_voir_auteur' => 'Check this author', |
|
| 517 | + 'ligne' => 'Line', |
|
| 518 | + 'login' => 'Connection', |
|
| 519 | + 'login_acces_prive' => 'access to the private area', |
|
| 520 | + 'login_autre_identifiant' => 'use a different ID', |
|
| 521 | + 'login_cookie_accepte' => 'Please configure your browser to accept them for this site.', |
|
| 522 | + 'login_cookie_oblige' => 'For secure identification, your browser must accept cookies.', |
|
| 523 | + 'login_deconnexion_ok' => 'Logged out.', |
|
| 524 | + 'login_erreur_pass' => 'Wrong password.', |
|
| 525 | + 'login_espace_prive' => 'private area', |
|
| 526 | + 'login_identifiant_inconnu' => 'The identifier "@login@" is unknown.', |
|
| 527 | + 'login_login' => 'Login:', |
|
| 528 | + 'login_login2' => 'Login or e-mail address:', |
|
| 529 | + 'login_login_pass_incorrect' => '(Wrong login or password).', |
|
| 530 | + 'login_motpasseoublie' => 'password forgotten?', |
|
| 531 | + 'login_non_securise' => 'Caution, this form is not secure. |
|
| 532 | 532 | If you do not want your password to be open to |
| 533 | 533 | interception on the network, please activate Javascript |
| 534 | 534 | in your browser and', |
| 535 | - 'login_nouvelle_tentative' => 'New attempt', |
|
| 536 | - 'login_par_ici' => 'You are registered... this way...', |
|
| 537 | - 'login_pass2' => 'Password:', |
|
| 538 | - 'login_preferez_refuser' => '<b>If you prefer to refuse cookies</b>, there is another, less secure, method of connection available:', |
|
| 539 | - 'login_recharger' => 'reload this page', |
|
| 540 | - 'login_rester_identifie' => 'Remember me', |
|
| 541 | - 'login_retour_public' => 'Back to the public site', |
|
| 542 | - 'login_retour_site' => 'Back to the public site', |
|
| 543 | - 'login_retoursitepublic' => 'back to the public site', |
|
| 544 | - 'login_sans_cookie' => 'Identification without cookie', |
|
| 545 | - 'login_securise' => 'Secure login', |
|
| 546 | - 'login_sinscrire' => 'register', |
|
| 547 | - 'login_test_navigateur' => 'testing browser/reconnection', |
|
| 548 | - 'login_verifiez_navigateur' => '(However, check that your browser did not memorise your password...)', |
|
| 535 | + 'login_nouvelle_tentative' => 'New attempt', |
|
| 536 | + 'login_par_ici' => 'You are registered... this way...', |
|
| 537 | + 'login_pass2' => 'Password:', |
|
| 538 | + 'login_preferez_refuser' => '<b>If you prefer to refuse cookies</b>, there is another, less secure, method of connection available:', |
|
| 539 | + 'login_recharger' => 'reload this page', |
|
| 540 | + 'login_rester_identifie' => 'Remember me', |
|
| 541 | + 'login_retour_public' => 'Back to the public site', |
|
| 542 | + 'login_retour_site' => 'Back to the public site', |
|
| 543 | + 'login_retoursitepublic' => 'back to the public site', |
|
| 544 | + 'login_sans_cookie' => 'Identification without cookie', |
|
| 545 | + 'login_securise' => 'Secure login', |
|
| 546 | + 'login_sinscrire' => 'register', |
|
| 547 | + 'login_test_navigateur' => 'testing browser/reconnection', |
|
| 548 | + 'login_verifiez_navigateur' => '(However, check that your browser did not memorise your password...)', |
|
| 549 | 549 | |
| 550 | - // M |
|
| 551 | - 'masquer_colonne' => 'Hide this column', |
|
| 552 | - 'masquer_trad' => 'hide translations', |
|
| 553 | - 'message_nouveaux_identifiants_echec' => 'New identifiers could not be created.', |
|
| 554 | - 'message_nouveaux_identifiants_echec_envoi' => 'The new connection identifiers could not be sent.', |
|
| 555 | - 'message_nouveaux_identifiants_ok' => 'The new connection identifiers were sent to @email@.', |
|
| 556 | - 'module_fichiers_langues' => 'Language files', |
|
| 550 | + // M |
|
| 551 | + 'masquer_colonne' => 'Hide this column', |
|
| 552 | + 'masquer_trad' => 'hide translations', |
|
| 553 | + 'message_nouveaux_identifiants_echec' => 'New identifiers could not be created.', |
|
| 554 | + 'message_nouveaux_identifiants_echec_envoi' => 'The new connection identifiers could not be sent.', |
|
| 555 | + 'message_nouveaux_identifiants_ok' => 'The new connection identifiers were sent to @email@.', |
|
| 556 | + 'module_fichiers_langues' => 'Language files', |
|
| 557 | 557 | |
| 558 | - // N |
|
| 559 | - 'navigateur_pas_redirige' => 'If you are not automatically redirected, click here to continue.', |
|
| 560 | - 'numero' => 'Number', |
|
| 558 | + // N |
|
| 559 | + 'navigateur_pas_redirige' => 'If you are not automatically redirected, click here to continue.', |
|
| 560 | + 'numero' => 'Number', |
|
| 561 | 561 | |
| 562 | - // O |
|
| 563 | - 'occurence' => 'Instance', |
|
| 564 | - 'onglet_affacer_base' => 'Delete the database', |
|
| 565 | - 'onglet_auteur' => 'The author', |
|
| 566 | - 'onglet_contenu_site' => 'Site content', |
|
| 567 | - 'onglet_evolution_visite_mod' => 'Trend in visits', |
|
| 568 | - 'onglet_fonctions_avances' => 'Advanced functions', |
|
| 569 | - 'onglet_informations_personnelles' => 'Personal Information', |
|
| 570 | - 'onglet_interactivite' => 'Interactivity', |
|
| 571 | - 'onglet_messagerie' => 'Messaging', |
|
| 572 | - 'onglet_repartition_rubrique' => 'Distribution by section', |
|
| 573 | - 'onglet_save_restaur_base' => 'Backup/restore the database', |
|
| 574 | - 'onglet_vider_cache' => 'Empty the cache', |
|
| 562 | + // O |
|
| 563 | + 'occurence' => 'Instance', |
|
| 564 | + 'onglet_affacer_base' => 'Delete the database', |
|
| 565 | + 'onglet_auteur' => 'The author', |
|
| 566 | + 'onglet_contenu_site' => 'Site content', |
|
| 567 | + 'onglet_evolution_visite_mod' => 'Trend in visits', |
|
| 568 | + 'onglet_fonctions_avances' => 'Advanced functions', |
|
| 569 | + 'onglet_informations_personnelles' => 'Personal Information', |
|
| 570 | + 'onglet_interactivite' => 'Interactivity', |
|
| 571 | + 'onglet_messagerie' => 'Messaging', |
|
| 572 | + 'onglet_repartition_rubrique' => 'Distribution by section', |
|
| 573 | + 'onglet_save_restaur_base' => 'Backup/restore the database', |
|
| 574 | + 'onglet_vider_cache' => 'Empty the cache', |
|
| 575 | 575 | |
| 576 | - // P |
|
| 577 | - 'pass_choix_pass' => 'Please choose a new password:', |
|
| 578 | - 'pass_erreur' => 'Error', |
|
| 579 | - 'pass_erreur_acces_refuse' => '<b>Error:</b> you no longer have access to this site.', |
|
| 580 | - 'pass_erreur_code_inconnu' => '<b>Error:</b> this code does not match any visitors with access permission to this site.', |
|
| 581 | - 'pass_erreur_non_enregistre' => '<b>Error :</b> the address <tt>@email_oubli@</tt> is not registered on this site.', |
|
| 582 | - 'pass_erreur_non_valide' => '<b>Error :</b> the e-mail <tt>@email_oubli@</tt> is not valid!', |
|
| 583 | - 'pass_erreur_probleme_technique' => '<b>Error :</b> this e-mail could not be sent due to a technical problem.', |
|
| 584 | - 'pass_espace_prive_bla' => 'The private area of this site is open to |
|
| 576 | + // P |
|
| 577 | + 'pass_choix_pass' => 'Please choose a new password:', |
|
| 578 | + 'pass_erreur' => 'Error', |
|
| 579 | + 'pass_erreur_acces_refuse' => '<b>Error:</b> you no longer have access to this site.', |
|
| 580 | + 'pass_erreur_code_inconnu' => '<b>Error:</b> this code does not match any visitors with access permission to this site.', |
|
| 581 | + 'pass_erreur_non_enregistre' => '<b>Error :</b> the address <tt>@email_oubli@</tt> is not registered on this site.', |
|
| 582 | + 'pass_erreur_non_valide' => '<b>Error :</b> the e-mail <tt>@email_oubli@</tt> is not valid!', |
|
| 583 | + 'pass_erreur_probleme_technique' => '<b>Error :</b> this e-mail could not be sent due to a technical problem.', |
|
| 584 | + 'pass_espace_prive_bla' => 'The private area of this site is open to |
|
| 585 | 585 | visitors after registration. Once you have registered, |
| 586 | 586 | you can review the articles in progress, |
| 587 | 587 | submit articles and participate in forums.', |
| 588 | - 'pass_forum_bla' => 'You have requested to take part in a forum |
|
| 588 | + 'pass_forum_bla' => 'You have requested to take part in a forum |
|
| 589 | 589 | reserved for registered visitors.', |
| 590 | - 'pass_indiquez_cidessous' => 'Enter the email address with which you |
|
| 590 | + 'pass_indiquez_cidessous' => 'Enter the email address with which you |
|
| 591 | 591 | registered. You |
| 592 | 592 | will receive an email explaining how you |
| 593 | 593 | can retrieve your password.', |
| 594 | - 'pass_mail_passcookie' => '(this is an automated message) |
|
| 594 | + 'pass_mail_passcookie' => '(this is an automated message) |
|
| 595 | 595 | |
| 596 | 596 | To recover your access to the site |
| 597 | 597 | @nom_site_spip@ (@adresse_site@) |
@@ -602,145 +602,145 @@ discard block |
||
| 602 | 602 | You can then enter a new password |
| 603 | 603 | and log in to the site. |
| 604 | 604 | ', |
| 605 | - 'pass_mot_oublie' => 'Password forgotten', |
|
| 606 | - 'pass_nouveau_enregistre' => 'Your new password has been recorded.', |
|
| 607 | - 'pass_nouveau_pass' => 'New password', |
|
| 608 | - 'pass_ok' => 'OK', |
|
| 609 | - 'pass_oubli_mot' => 'Forgotten password', |
|
| 610 | - 'pass_procedure_changer' => 'In order to change your password, we have to check your identity first. Please enter the e-mail address associated with this account.', |
|
| 611 | - 'pass_quitter_fenetre' => 'Close this window', |
|
| 612 | - 'pass_rappel_login' => 'Reminder: your identifier (login) is "@login@".', |
|
| 613 | - 'pass_recevoir_mail' => 'A link to reset your password has been sent to your email address (if it is valid).', |
|
| 614 | - 'pass_retour_public' => 'Back to the public site', |
|
| 615 | - 'pass_rien_a_faire_ici' => 'Nothing to do here.', |
|
| 616 | - 'pass_vousinscrire' => 'Registering with the site', |
|
| 617 | - 'precedent' => 'previous', |
|
| 618 | - 'previsualisation' => 'Preview', |
|
| 619 | - 'previsualiser' => 'Show preview', |
|
| 605 | + 'pass_mot_oublie' => 'Password forgotten', |
|
| 606 | + 'pass_nouveau_enregistre' => 'Your new password has been recorded.', |
|
| 607 | + 'pass_nouveau_pass' => 'New password', |
|
| 608 | + 'pass_ok' => 'OK', |
|
| 609 | + 'pass_oubli_mot' => 'Forgotten password', |
|
| 610 | + 'pass_procedure_changer' => 'In order to change your password, we have to check your identity first. Please enter the e-mail address associated with this account.', |
|
| 611 | + 'pass_quitter_fenetre' => 'Close this window', |
|
| 612 | + 'pass_rappel_login' => 'Reminder: your identifier (login) is "@login@".', |
|
| 613 | + 'pass_recevoir_mail' => 'A link to reset your password has been sent to your email address (if it is valid).', |
|
| 614 | + 'pass_retour_public' => 'Back to the public site', |
|
| 615 | + 'pass_rien_a_faire_ici' => 'Nothing to do here.', |
|
| 616 | + 'pass_vousinscrire' => 'Registering with the site', |
|
| 617 | + 'precedent' => 'previous', |
|
| 618 | + 'previsualisation' => 'Preview', |
|
| 619 | + 'previsualiser' => 'Show preview', |
|
| 620 | 620 | |
| 621 | - // R |
|
| 622 | - 'retour' => 'Back', |
|
| 621 | + // R |
|
| 622 | + 'retour' => 'Back', |
|
| 623 | 623 | |
| 624 | - // S |
|
| 625 | - 'spip_conforme_dtd' => 'SPIP finds this page to be in compliance with its DOCTYPE:', |
|
| 626 | - 'squelette' => 'template', |
|
| 627 | - 'squelette_inclus_ligne' => 'included template, line', |
|
| 628 | - 'squelette_ligne' => 'template, line', |
|
| 629 | - 'stats_visites_et_popularite' => '@visites@ visits; popularity: @popularite@', |
|
| 630 | - 'suivant' => 'next', |
|
| 624 | + // S |
|
| 625 | + 'spip_conforme_dtd' => 'SPIP finds this page to be in compliance with its DOCTYPE:', |
|
| 626 | + 'squelette' => 'template', |
|
| 627 | + 'squelette_inclus_ligne' => 'included template, line', |
|
| 628 | + 'squelette_ligne' => 'template, line', |
|
| 629 | + 'stats_visites_et_popularite' => '@visites@ visits; popularity: @popularite@', |
|
| 630 | + 'suivant' => 'next', |
|
| 631 | 631 | |
| 632 | - // T |
|
| 633 | - 'taille_go' => '@taille@ Gb', |
|
| 634 | - 'taille_ko' => '@taille@ kb', |
|
| 635 | - 'taille_mo' => '@taille@ Mb', |
|
| 636 | - 'taille_octets' => '@taille@ bytes', |
|
| 637 | - 'texte_actualite_site_1' => 'When you are more familiar with the interface, click on "', |
|
| 638 | - 'texte_actualite_site_2' => 'full interface', |
|
| 639 | - 'texte_actualite_site_3' => '" to make more features available.', |
|
| 640 | - 'texte_creation_automatique_vignette' => 'Automatic creation of preview vignettes is enabled. If you use this form to install, images in the format(s) @gd_formats@, they will be coupled with a vignette whose maximum size is @taille_preview@ pixels.', |
|
| 641 | - 'texte_documents_associes' => 'The following documents are associated with the article,, |
|
| 632 | + // T |
|
| 633 | + 'taille_go' => '@taille@ Gb', |
|
| 634 | + 'taille_ko' => '@taille@ kb', |
|
| 635 | + 'taille_mo' => '@taille@ Mb', |
|
| 636 | + 'taille_octets' => '@taille@ bytes', |
|
| 637 | + 'texte_actualite_site_1' => 'When you are more familiar with the interface, click on "', |
|
| 638 | + 'texte_actualite_site_2' => 'full interface', |
|
| 639 | + 'texte_actualite_site_3' => '" to make more features available.', |
|
| 640 | + 'texte_creation_automatique_vignette' => 'Automatic creation of preview vignettes is enabled. If you use this form to install, images in the format(s) @gd_formats@, they will be coupled with a vignette whose maximum size is @taille_preview@ pixels.', |
|
| 641 | + 'texte_documents_associes' => 'The following documents are associated with the article,, |
|
| 642 | 642 | but they were not directly |
| 643 | 643 | inserted. Depending on the layout of the public site, |
| 644 | 644 | they may appear as attached documents.', |
| 645 | - 'texte_erreur_mise_niveau_base' => 'Database error during the upgrade. |
|
| 645 | + 'texte_erreur_mise_niveau_base' => 'Database error during the upgrade. |
|
| 646 | 646 | The image <b>@fichier@</b> did not pass (article @id_article@).<p> |
| 647 | 647 | Note this reference carefully, try the upgrade procedure again, |
| 648 | 648 | and check afterwards that the images still appear |
| 649 | 649 | in the articles.', |
| 650 | - 'texte_erreur_visiteur' => 'You have tried to enter the private area using an unauthorised login.', |
|
| 651 | - 'texte_inc_auth_1' => 'You used the login |
|
| 650 | + 'texte_erreur_visiteur' => 'You have tried to enter the private area using an unauthorised login.', |
|
| 651 | + 'texte_inc_auth_1' => 'You used the login |
|
| 652 | 652 | <b>@auth_login@</b>, but it does not exist in the database. |
| 653 | 653 | Try to', |
| 654 | - 'texte_inc_auth_2' => 'reconnect', |
|
| 655 | - 'texte_inc_auth_3' => ', having quit and |
|
| 654 | + 'texte_inc_auth_2' => 'reconnect', |
|
| 655 | + 'texte_inc_auth_3' => ', having quit and |
|
| 656 | 656 | restarted your browser if necessary.', |
| 657 | - 'texte_inc_config' => 'Changes made to the options on these pages have a great effect on |
|
| 657 | + 'texte_inc_config' => 'Changes made to the options on these pages have a great effect on |
|
| 658 | 658 | the functioning of the site. You are advised not to make any changes unless you are |
| 659 | 659 | familiar with how SPIP works. <br /><br /><b>In |
| 660 | 660 | general, you are strongly advised |
| 661 | 661 | to let the main webmaster of the site deal with these pages.</b>', |
| 662 | - 'texte_inc_meta_1' => 'The system encountered an error when trying to write the file <code>@fichier@</code>. As a site administrator, please', |
|
| 663 | - 'texte_inc_meta_2' => 'verify write permissions', |
|
| 664 | - 'texte_inc_meta_3' => 'of the directory <code>@repertoire@</code>.', |
|
| 665 | - 'texte_statut_en_cours_redaction' => 'editing in progress', |
|
| 666 | - 'texte_statut_poubelle' => 'to the dustbin', |
|
| 667 | - 'texte_statut_propose_evaluation' => 'submitted for evaluation', |
|
| 668 | - 'texte_statut_publie' => 'published online', |
|
| 669 | - 'texte_statut_refuse' => 'rejected', |
|
| 670 | - 'titre_ajouter_mot_cle' => 'ADD A KEYWORD:', |
|
| 671 | - 'titre_cadre_raccourcis' => 'SHORTCUTS:', |
|
| 672 | - 'titre_changer_couleur_interface' => 'Changing interface colour', |
|
| 673 | - 'titre_image_admin_article' => 'You can administrate this article', |
|
| 674 | - 'titre_image_administrateur' => 'Administrator', |
|
| 675 | - 'titre_image_aide' => 'Help on this item', |
|
| 676 | - 'titre_image_auteur_supprime' => 'Author deleted', |
|
| 677 | - 'titre_image_redacteur' => 'Editor without access', |
|
| 678 | - 'titre_image_redacteur_02' => 'Editor', |
|
| 679 | - 'titre_image_selecteur' => 'Display list', |
|
| 680 | - 'titre_image_visiteur' => 'Visitor', |
|
| 681 | - 'titre_joindre_document' => 'ATTACH A DOCUMENT', |
|
| 682 | - 'titre_mots_cles' => 'KEYWORDS', |
|
| 683 | - 'titre_probleme_technique' => 'Warning: a technical problem (SQL server) is preventing access to this part of the site. Thank you for your patience.', |
|
| 684 | - 'titre_publier_document' => 'PUBLISH A DOCUMENT IN THIS SECTION', |
|
| 685 | - 'titre_signatures_attente' => 'Signatures awaiting validation', |
|
| 686 | - 'titre_signatures_confirmees' => 'Signatures confirmed', |
|
| 687 | - 'titre_statistiques' => 'Site statistics', |
|
| 688 | - 'titre_titre_document' => 'Document title:', |
|
| 689 | - 'todo' => 'to come', |
|
| 690 | - 'trad_definir_reference' => 'Choose "@titre@" as a reference for translations', |
|
| 691 | - 'trad_reference' => '(reference for translations)', |
|
| 662 | + 'texte_inc_meta_1' => 'The system encountered an error when trying to write the file <code>@fichier@</code>. As a site administrator, please', |
|
| 663 | + 'texte_inc_meta_2' => 'verify write permissions', |
|
| 664 | + 'texte_inc_meta_3' => 'of the directory <code>@repertoire@</code>.', |
|
| 665 | + 'texte_statut_en_cours_redaction' => 'editing in progress', |
|
| 666 | + 'texte_statut_poubelle' => 'to the dustbin', |
|
| 667 | + 'texte_statut_propose_evaluation' => 'submitted for evaluation', |
|
| 668 | + 'texte_statut_publie' => 'published online', |
|
| 669 | + 'texte_statut_refuse' => 'rejected', |
|
| 670 | + 'titre_ajouter_mot_cle' => 'ADD A KEYWORD:', |
|
| 671 | + 'titre_cadre_raccourcis' => 'SHORTCUTS:', |
|
| 672 | + 'titre_changer_couleur_interface' => 'Changing interface colour', |
|
| 673 | + 'titre_image_admin_article' => 'You can administrate this article', |
|
| 674 | + 'titre_image_administrateur' => 'Administrator', |
|
| 675 | + 'titre_image_aide' => 'Help on this item', |
|
| 676 | + 'titre_image_auteur_supprime' => 'Author deleted', |
|
| 677 | + 'titre_image_redacteur' => 'Editor without access', |
|
| 678 | + 'titre_image_redacteur_02' => 'Editor', |
|
| 679 | + 'titre_image_selecteur' => 'Display list', |
|
| 680 | + 'titre_image_visiteur' => 'Visitor', |
|
| 681 | + 'titre_joindre_document' => 'ATTACH A DOCUMENT', |
|
| 682 | + 'titre_mots_cles' => 'KEYWORDS', |
|
| 683 | + 'titre_probleme_technique' => 'Warning: a technical problem (SQL server) is preventing access to this part of the site. Thank you for your patience.', |
|
| 684 | + 'titre_publier_document' => 'PUBLISH A DOCUMENT IN THIS SECTION', |
|
| 685 | + 'titre_signatures_attente' => 'Signatures awaiting validation', |
|
| 686 | + 'titre_signatures_confirmees' => 'Signatures confirmed', |
|
| 687 | + 'titre_statistiques' => 'Site statistics', |
|
| 688 | + 'titre_titre_document' => 'Document title:', |
|
| 689 | + 'todo' => 'to come', |
|
| 690 | + 'trad_definir_reference' => 'Choose "@titre@" as a reference for translations', |
|
| 691 | + 'trad_reference' => '(reference for translations)', |
|
| 692 | 692 | |
| 693 | - // U |
|
| 694 | - 'upload_limit' => 'This file is too big for the server: the maximum size allowed for <i>upload</i> is @max@.', |
|
| 693 | + // U |
|
| 694 | + 'upload_limit' => 'This file is too big for the server: the maximum size allowed for <i>upload</i> is @max@.', |
|
| 695 | 695 | |
| 696 | - // Z |
|
| 697 | - 'zbug_balise_b_aval' => ': B tag too late in loop', |
|
| 698 | - 'zbug_balise_inexistante' => 'Tag @balise@ wrongly declared for @from@', |
|
| 699 | - 'zbug_balise_sans_argument' => 'Missing argument in the @balise@ tag', |
|
| 700 | - 'zbug_boucle' => 'loop', |
|
| 701 | - 'zbug_boucle_recursive_undef' => 'undefined recursive loop: @nom@', |
|
| 702 | - 'zbug_calcul' => 'calculation', |
|
| 703 | - 'zbug_champ_hors_boucle' => 'Field @champ@ outside loop', |
|
| 704 | - 'zbug_champ_hors_critere' => 'Field @champ@ outside criterion @critere@', |
|
| 705 | - 'zbug_champ_hors_motif' => 'Field @champ@ outside context @motif@', |
|
| 706 | - 'zbug_code' => 'code', |
|
| 707 | - 'zbug_critere_inconnu' => 'Unknown criterion @critere@', |
|
| 708 | - 'zbug_critere_sur_table_sans_cle_primaire' => '{@critere@} on a table without atomic primary key', |
|
| 709 | - 'zbug_distant_interdit' => 'External data forbidden', |
|
| 710 | - 'zbug_doublon_table_sans_cle_primaire' => 'Duplicate entries on a table which does not have a simple primary key', |
|
| 711 | - 'zbug_doublon_table_sans_index' => 'Duplicate entries on a table without an index', |
|
| 712 | - 'zbug_erreur_boucle_double' => 'Loop @id@: double definition', |
|
| 713 | - 'zbug_erreur_boucle_fermant' => 'Loop @id@: missing closing tag', |
|
| 714 | - 'zbug_erreur_boucle_syntaxe' => 'Syntax error in loop (BOUCLE)', |
|
| 715 | - 'zbug_erreur_compilation' => 'Compilation error', |
|
| 716 | - 'zbug_erreur_execution_page' => 'Execution error', |
|
| 717 | - 'zbug_erreur_filtre' => 'Undefined filter @filtre@', |
|
| 718 | - 'zbug_erreur_meme_parent' => '{meme_parent} only applies to loops (FORUMS) and (RUBRIQUES)', |
|
| 719 | - 'zbug_erreur_squelette' => 'Error(s) in template', |
|
| 720 | - 'zbug_hors_compilation' => 'Uncompiled', |
|
| 721 | - 'zbug_info_erreur_squelette' => 'Error in the site', |
|
| 722 | - 'zbug_inversion_ordre_inexistant' => 'Reversion of non-existent order', |
|
| 723 | - 'zbug_pagination_sans_critere' => '#PAGINATION tag without {pagination} criterion, or used in a recursive loop', |
|
| 724 | - 'zbug_parametres_inclus_incorrects' => 'Wrong inclusion parameter: @param@', |
|
| 725 | - 'zbug_profile' => 'Calculation time: @time@', |
|
| 726 | - 'zbug_resultat' => 'result', |
|
| 727 | - 'zbug_serveur_indefini' => 'Undefined SQL server', |
|
| 728 | - 'zbug_statistiques' => 'SQL query statistics in order of duration', |
|
| 729 | - 'zbug_table_inconnue' => 'Unknown SQL table "@table@"', |
|
| 730 | - 'zxml_connus_attributs' => 'known attributes', |
|
| 731 | - 'zxml_de' => 'from', |
|
| 732 | - 'zxml_inconnu_attribut' => 'unknown attribute', |
|
| 733 | - 'zxml_inconnu_balise' => 'unknown tag', |
|
| 734 | - 'zxml_inconnu_entite' => 'unknown entity', |
|
| 735 | - 'zxml_inconnu_id' => 'unknown ID', |
|
| 736 | - 'zxml_mais_de' => 'but from', |
|
| 737 | - 'zxml_non_conforme' => 'not true to the principle', |
|
| 738 | - 'zxml_non_fils' => 'is not a child of', |
|
| 739 | - 'zxml_nonvide_balise' => 'tag not empty', |
|
| 740 | - 'zxml_obligatoire_attribut' => 'required attribute absent in', |
|
| 741 | - 'zxml_succession_fils_incorrecte' => 'incorrect child inheritance', |
|
| 742 | - 'zxml_survoler' => 'to see the correct ones, hover with the cursor', |
|
| 743 | - 'zxml_valeur_attribut' => 'attribute value', |
|
| 744 | - 'zxml_vide_balise' => 'empty tag', |
|
| 745 | - 'zxml_vu' => 'seen before' |
|
| 696 | + // Z |
|
| 697 | + 'zbug_balise_b_aval' => ': B tag too late in loop', |
|
| 698 | + 'zbug_balise_inexistante' => 'Tag @balise@ wrongly declared for @from@', |
|
| 699 | + 'zbug_balise_sans_argument' => 'Missing argument in the @balise@ tag', |
|
| 700 | + 'zbug_boucle' => 'loop', |
|
| 701 | + 'zbug_boucle_recursive_undef' => 'undefined recursive loop: @nom@', |
|
| 702 | + 'zbug_calcul' => 'calculation', |
|
| 703 | + 'zbug_champ_hors_boucle' => 'Field @champ@ outside loop', |
|
| 704 | + 'zbug_champ_hors_critere' => 'Field @champ@ outside criterion @critere@', |
|
| 705 | + 'zbug_champ_hors_motif' => 'Field @champ@ outside context @motif@', |
|
| 706 | + 'zbug_code' => 'code', |
|
| 707 | + 'zbug_critere_inconnu' => 'Unknown criterion @critere@', |
|
| 708 | + 'zbug_critere_sur_table_sans_cle_primaire' => '{@critere@} on a table without atomic primary key', |
|
| 709 | + 'zbug_distant_interdit' => 'External data forbidden', |
|
| 710 | + 'zbug_doublon_table_sans_cle_primaire' => 'Duplicate entries on a table which does not have a simple primary key', |
|
| 711 | + 'zbug_doublon_table_sans_index' => 'Duplicate entries on a table without an index', |
|
| 712 | + 'zbug_erreur_boucle_double' => 'Loop @id@: double definition', |
|
| 713 | + 'zbug_erreur_boucle_fermant' => 'Loop @id@: missing closing tag', |
|
| 714 | + 'zbug_erreur_boucle_syntaxe' => 'Syntax error in loop (BOUCLE)', |
|
| 715 | + 'zbug_erreur_compilation' => 'Compilation error', |
|
| 716 | + 'zbug_erreur_execution_page' => 'Execution error', |
|
| 717 | + 'zbug_erreur_filtre' => 'Undefined filter @filtre@', |
|
| 718 | + 'zbug_erreur_meme_parent' => '{meme_parent} only applies to loops (FORUMS) and (RUBRIQUES)', |
|
| 719 | + 'zbug_erreur_squelette' => 'Error(s) in template', |
|
| 720 | + 'zbug_hors_compilation' => 'Uncompiled', |
|
| 721 | + 'zbug_info_erreur_squelette' => 'Error in the site', |
|
| 722 | + 'zbug_inversion_ordre_inexistant' => 'Reversion of non-existent order', |
|
| 723 | + 'zbug_pagination_sans_critere' => '#PAGINATION tag without {pagination} criterion, or used in a recursive loop', |
|
| 724 | + 'zbug_parametres_inclus_incorrects' => 'Wrong inclusion parameter: @param@', |
|
| 725 | + 'zbug_profile' => 'Calculation time: @time@', |
|
| 726 | + 'zbug_resultat' => 'result', |
|
| 727 | + 'zbug_serveur_indefini' => 'Undefined SQL server', |
|
| 728 | + 'zbug_statistiques' => 'SQL query statistics in order of duration', |
|
| 729 | + 'zbug_table_inconnue' => 'Unknown SQL table "@table@"', |
|
| 730 | + 'zxml_connus_attributs' => 'known attributes', |
|
| 731 | + 'zxml_de' => 'from', |
|
| 732 | + 'zxml_inconnu_attribut' => 'unknown attribute', |
|
| 733 | + 'zxml_inconnu_balise' => 'unknown tag', |
|
| 734 | + 'zxml_inconnu_entite' => 'unknown entity', |
|
| 735 | + 'zxml_inconnu_id' => 'unknown ID', |
|
| 736 | + 'zxml_mais_de' => 'but from', |
|
| 737 | + 'zxml_non_conforme' => 'not true to the principle', |
|
| 738 | + 'zxml_non_fils' => 'is not a child of', |
|
| 739 | + 'zxml_nonvide_balise' => 'tag not empty', |
|
| 740 | + 'zxml_obligatoire_attribut' => 'required attribute absent in', |
|
| 741 | + 'zxml_succession_fils_incorrecte' => 'incorrect child inheritance', |
|
| 742 | + 'zxml_survoler' => 'to see the correct ones, hover with the cursor', |
|
| 743 | + 'zxml_valeur_attribut' => 'attribute value', |
|
| 744 | + 'zxml_vide_balise' => 'empty tag', |
|
| 745 | + 'zxml_vu' => 'seen before' |
|
| 746 | 746 | ); |
@@ -4,245 +4,245 @@ discard block |
||
| 4 | 4 | // ** ne pas modifier le fichier ** |
| 5 | 5 | |
| 6 | 6 | if (!defined('_ECRIRE_INC_VERSION')) { |
| 7 | - return; |
|
| 7 | + return; |
|
| 8 | 8 | } |
| 9 | 9 | |
| 10 | 10 | $GLOBALS[$GLOBALS['idx_lang']] = array( |
| 11 | 11 | |
| 12 | - // A |
|
| 13 | - 'access_interface_graphique' => 'عودة إلى الواجهة الرسومية الكاملة', |
|
| 14 | - 'access_mode_texte' => 'عرض الواجهة النصية المبسّطة', |
|
| 15 | - 'admin_debug' => 'اكتشاف الأخطاء', |
|
| 16 | - 'admin_modifier_article' => 'تعديل هذا المقال', |
|
| 17 | - 'admin_modifier_auteur' => 'تغيير هذا المؤلف', |
|
| 18 | - 'admin_modifier_breve' => 'تعديل هذا الخبر', |
|
| 19 | - 'admin_modifier_mot' => 'تغيير هذا المفتاح', |
|
| 20 | - 'admin_modifier_rubrique' => 'تعديل هذا القسم', |
|
| 21 | - 'admin_recalculer' => 'إعادة تحديث هذه الصفحة', |
|
| 22 | - 'afficher_calendrier' => 'عرض الروزنامة', |
|
| 23 | - 'afficher_trad' => 'عرض الترجمات', |
|
| 24 | - 'alerte_maj_impossible' => '<b>تحذير!</b> ترقية قاعدة SQL إلى الإصدار @version@ متعذر. قد يكون السبب مشكلة في حقل التعديل. الرجاء الاتصال بمضيف موقعك.', |
|
| 25 | - 'alerte_modif_info_concourante' => 'تحذير:هذه المعلومة عُدلت في مكان آخر. القيمة الحالية هي:', |
|
| 26 | - 'analyse_xml' => 'تحليل XML', |
|
| 27 | - 'annuler' => 'إلغاء', |
|
| 28 | - 'antispam_champ_vide' => 'الرجاء الإبقاء على هذا الحقل فارغاً:', |
|
| 29 | - 'articles_recents' => 'أحدث المقالات', |
|
| 30 | - 'attention_champ_mini_nb_caractères' => 'تنبيه! @nb@ حروف على الأقل', |
|
| 31 | - 'avis_1_erreur_saisie' => 'هناك خطأ في إدخالك، الرجاء التدقيق في المعلومات.', |
|
| 32 | - 'avis_archive_incorrect' => 'ملف الأرشيف ليس ملف SPIP', |
|
| 33 | - 'avis_archive_invalide' => 'ملف الأرشيف غير صالح', |
|
| 34 | - 'avis_attention' => 'تحذير!', |
|
| 35 | - 'avis_champ_incorrect_type_objet' => 'إسم حقل @name@ غير صالح لنوع العنصر @type@', |
|
| 36 | - 'avis_colonne_inexistante' => 'العمود @col@ غير موجود', |
|
| 37 | - 'avis_erreur' => 'خطأ: انظر أدناه', |
|
| 38 | - 'avis_erreur_connexion' => 'خطأ اتصال', |
|
| 39 | - 'avis_erreur_cookie' => 'مشكلة في الكعكة', |
|
| 40 | - 'avis_erreur_fonction_contexte' => 'خطأ برمجة. لا يجب المناداة على هذه الوظيفة في هذا السياق.', |
|
| 41 | - 'avis_erreur_mysql' => 'خطأ SQL ', |
|
| 42 | - 'avis_erreur_sauvegarde' => 'خطأ في النسخة الاحتياطية (@type@ @id_objet@)!', |
|
| 43 | - 'avis_erreur_visiteur' => 'هناك مشكلة في الدخول إلى المجال الخاص', |
|
| 44 | - 'avis_nb_erreurs_saisie' => 'هناك @nb@ خطأ في إدخالك، الرجاء التدقيق في المعلومات.', |
|
| 12 | + // A |
|
| 13 | + 'access_interface_graphique' => 'عودة إلى الواجهة الرسومية الكاملة', |
|
| 14 | + 'access_mode_texte' => 'عرض الواجهة النصية المبسّطة', |
|
| 15 | + 'admin_debug' => 'اكتشاف الأخطاء', |
|
| 16 | + 'admin_modifier_article' => 'تعديل هذا المقال', |
|
| 17 | + 'admin_modifier_auteur' => 'تغيير هذا المؤلف', |
|
| 18 | + 'admin_modifier_breve' => 'تعديل هذا الخبر', |
|
| 19 | + 'admin_modifier_mot' => 'تغيير هذا المفتاح', |
|
| 20 | + 'admin_modifier_rubrique' => 'تعديل هذا القسم', |
|
| 21 | + 'admin_recalculer' => 'إعادة تحديث هذه الصفحة', |
|
| 22 | + 'afficher_calendrier' => 'عرض الروزنامة', |
|
| 23 | + 'afficher_trad' => 'عرض الترجمات', |
|
| 24 | + 'alerte_maj_impossible' => '<b>تحذير!</b> ترقية قاعدة SQL إلى الإصدار @version@ متعذر. قد يكون السبب مشكلة في حقل التعديل. الرجاء الاتصال بمضيف موقعك.', |
|
| 25 | + 'alerte_modif_info_concourante' => 'تحذير:هذه المعلومة عُدلت في مكان آخر. القيمة الحالية هي:', |
|
| 26 | + 'analyse_xml' => 'تحليل XML', |
|
| 27 | + 'annuler' => 'إلغاء', |
|
| 28 | + 'antispam_champ_vide' => 'الرجاء الإبقاء على هذا الحقل فارغاً:', |
|
| 29 | + 'articles_recents' => 'أحدث المقالات', |
|
| 30 | + 'attention_champ_mini_nb_caractères' => 'تنبيه! @nb@ حروف على الأقل', |
|
| 31 | + 'avis_1_erreur_saisie' => 'هناك خطأ في إدخالك، الرجاء التدقيق في المعلومات.', |
|
| 32 | + 'avis_archive_incorrect' => 'ملف الأرشيف ليس ملف SPIP', |
|
| 33 | + 'avis_archive_invalide' => 'ملف الأرشيف غير صالح', |
|
| 34 | + 'avis_attention' => 'تحذير!', |
|
| 35 | + 'avis_champ_incorrect_type_objet' => 'إسم حقل @name@ غير صالح لنوع العنصر @type@', |
|
| 36 | + 'avis_colonne_inexistante' => 'العمود @col@ غير موجود', |
|
| 37 | + 'avis_erreur' => 'خطأ: انظر أدناه', |
|
| 38 | + 'avis_erreur_connexion' => 'خطأ اتصال', |
|
| 39 | + 'avis_erreur_cookie' => 'مشكلة في الكعكة', |
|
| 40 | + 'avis_erreur_fonction_contexte' => 'خطأ برمجة. لا يجب المناداة على هذه الوظيفة في هذا السياق.', |
|
| 41 | + 'avis_erreur_mysql' => 'خطأ SQL ', |
|
| 42 | + 'avis_erreur_sauvegarde' => 'خطأ في النسخة الاحتياطية (@type@ @id_objet@)!', |
|
| 43 | + 'avis_erreur_visiteur' => 'هناك مشكلة في الدخول إلى المجال الخاص', |
|
| 44 | + 'avis_nb_erreurs_saisie' => 'هناك @nb@ خطأ في إدخالك، الرجاء التدقيق في المعلومات.', |
|
| 45 | 45 | |
| 46 | - // B |
|
| 47 | - 'barre_a_accent_grave' => 'إدراج حرف A كبير مع نبر الإطالة', |
|
| 48 | - 'barre_aide' => 'استخدم شريط اختصارات الكتابة لإثراء تصميم صفحتك', |
|
| 49 | - 'barre_e_accent_aigu' => 'إدراج حرف E كبير مع نبر حاد', |
|
| 50 | - 'barre_eo' => 'إدراج E داخل O', |
|
| 51 | - 'barre_eo_maj' => 'إدراج E كبير داخل O كبير', |
|
| 52 | - 'barre_euro' => 'إدراج رمز €', |
|
| 53 | - 'barre_gras' => '{{غامق{{', |
|
| 54 | - 'barre_guillemets' => 'إحاطة «بعلامتي اقتباس مزدوجة»', |
|
| 55 | - 'barre_guillemets_simples' => 'وضع بين "علامتي اقتباس مزدوجة من المستوى الثاني"', |
|
| 56 | - 'barre_intertitre' => 'تحويل إلى {{{عنوان فقرة}}}', |
|
| 57 | - 'barre_italic' => '{مائل{', |
|
| 58 | - 'barre_lien' => 'تحويل إلى [وصلة هايبرتكست->http://...]', |
|
| 59 | - 'barre_lien_input' => 'الرجاء إدخال عنوان الوصلة (يمكنك إدخال عنوان نسيج على شكل http://www.mysite.com أو إدخال رقم مقال من الموقع الحالي فقط).', |
|
| 60 | - 'barre_note' => 'تحويل إلى [[حاشية]]', |
|
| 61 | - 'barre_paragraphe' => 'إنشاء فقرة', |
|
| 62 | - 'barre_quote' => '<quote>اقتباس رسالة</quote>', |
|
| 63 | - 'bouton_changer' => 'تغيير', |
|
| 64 | - 'bouton_chercher' => 'بحث', |
|
| 65 | - 'bouton_choisir' => 'تحديد', |
|
| 66 | - 'bouton_deplacer' => 'نقل', |
|
| 67 | - 'bouton_download' => 'تحميل', |
|
| 68 | - 'bouton_enregistrer' => 'إدخال', |
|
| 69 | - 'bouton_radio_desactiver_messagerie_interne' => 'إيقاف المراسلة الداخلية', |
|
| 70 | - 'bouton_radio_envoi_annonces' => 'إرسال إعلانات التحرير', |
|
| 71 | - 'bouton_radio_non_envoi_annonces' => 'عدم إرسال الإعلانات', |
|
| 72 | - 'bouton_radio_non_envoi_liste_nouveautes' => 'عدم إرسال قائمة بآخر الأخبار', |
|
| 73 | - 'bouton_recharger_page' => 'إعادة تحميل الصفحة', |
|
| 74 | - 'bouton_telecharger' => 'تحميل', |
|
| 75 | - 'bouton_upload' => 'تنزيل', |
|
| 76 | - 'bouton_valider' => 'إدخال', |
|
| 46 | + // B |
|
| 47 | + 'barre_a_accent_grave' => 'إدراج حرف A كبير مع نبر الإطالة', |
|
| 48 | + 'barre_aide' => 'استخدم شريط اختصارات الكتابة لإثراء تصميم صفحتك', |
|
| 49 | + 'barre_e_accent_aigu' => 'إدراج حرف E كبير مع نبر حاد', |
|
| 50 | + 'barre_eo' => 'إدراج E داخل O', |
|
| 51 | + 'barre_eo_maj' => 'إدراج E كبير داخل O كبير', |
|
| 52 | + 'barre_euro' => 'إدراج رمز €', |
|
| 53 | + 'barre_gras' => '{{غامق{{', |
|
| 54 | + 'barre_guillemets' => 'إحاطة «بعلامتي اقتباس مزدوجة»', |
|
| 55 | + 'barre_guillemets_simples' => 'وضع بين "علامتي اقتباس مزدوجة من المستوى الثاني"', |
|
| 56 | + 'barre_intertitre' => 'تحويل إلى {{{عنوان فقرة}}}', |
|
| 57 | + 'barre_italic' => '{مائل{', |
|
| 58 | + 'barre_lien' => 'تحويل إلى [وصلة هايبرتكست->http://...]', |
|
| 59 | + 'barre_lien_input' => 'الرجاء إدخال عنوان الوصلة (يمكنك إدخال عنوان نسيج على شكل http://www.mysite.com أو إدخال رقم مقال من الموقع الحالي فقط).', |
|
| 60 | + 'barre_note' => 'تحويل إلى [[حاشية]]', |
|
| 61 | + 'barre_paragraphe' => 'إنشاء فقرة', |
|
| 62 | + 'barre_quote' => '<quote>اقتباس رسالة</quote>', |
|
| 63 | + 'bouton_changer' => 'تغيير', |
|
| 64 | + 'bouton_chercher' => 'بحث', |
|
| 65 | + 'bouton_choisir' => 'تحديد', |
|
| 66 | + 'bouton_deplacer' => 'نقل', |
|
| 67 | + 'bouton_download' => 'تحميل', |
|
| 68 | + 'bouton_enregistrer' => 'إدخال', |
|
| 69 | + 'bouton_radio_desactiver_messagerie_interne' => 'إيقاف المراسلة الداخلية', |
|
| 70 | + 'bouton_radio_envoi_annonces' => 'إرسال إعلانات التحرير', |
|
| 71 | + 'bouton_radio_non_envoi_annonces' => 'عدم إرسال الإعلانات', |
|
| 72 | + 'bouton_radio_non_envoi_liste_nouveautes' => 'عدم إرسال قائمة بآخر الأخبار', |
|
| 73 | + 'bouton_recharger_page' => 'إعادة تحميل الصفحة', |
|
| 74 | + 'bouton_telecharger' => 'تحميل', |
|
| 75 | + 'bouton_upload' => 'تنزيل', |
|
| 76 | + 'bouton_valider' => 'إدخال', |
|
| 77 | 77 | |
| 78 | - // C |
|
| 79 | - 'cal_apresmidi' => 'بعد الظهر', |
|
| 80 | - 'cal_jour_entier' => 'يوم كامل', |
|
| 81 | - 'cal_matin' => 'الصباح', |
|
| 82 | - 'cal_par_jour' => 'روزنامة يومية', |
|
| 83 | - 'cal_par_mois' => 'روزنامة شهرية', |
|
| 84 | - 'cal_par_semaine' => 'روزنامة أسبوعية', |
|
| 85 | - 'choix_couleur_interface' => 'اللون', |
|
| 86 | - 'choix_interface' => 'اختيار الواجهة', |
|
| 87 | - 'colonne' => 'عمود', |
|
| 88 | - 'confirm_changer_statut' => 'تحذير، لقد طلبت تغيير حالة هذا العنصر. هل تريد المتابعة؟', |
|
| 89 | - 'correcte' => 'صحيح', |
|
| 78 | + // C |
|
| 79 | + 'cal_apresmidi' => 'بعد الظهر', |
|
| 80 | + 'cal_jour_entier' => 'يوم كامل', |
|
| 81 | + 'cal_matin' => 'الصباح', |
|
| 82 | + 'cal_par_jour' => 'روزنامة يومية', |
|
| 83 | + 'cal_par_mois' => 'روزنامة شهرية', |
|
| 84 | + 'cal_par_semaine' => 'روزنامة أسبوعية', |
|
| 85 | + 'choix_couleur_interface' => 'اللون', |
|
| 86 | + 'choix_interface' => 'اختيار الواجهة', |
|
| 87 | + 'colonne' => 'عمود', |
|
| 88 | + 'confirm_changer_statut' => 'تحذير، لقد طلبت تغيير حالة هذا العنصر. هل تريد المتابعة؟', |
|
| 89 | + 'correcte' => 'صحيح', |
|
| 90 | 90 | |
| 91 | - // D |
|
| 92 | - 'date_aujourdhui' => 'اليوم', |
|
| 93 | - 'date_avant_jc' => 'قبل الميلاد', |
|
| 94 | - 'date_dans' => 'بعد @delai@', |
|
| 95 | - 'date_de_mois_1' => '@j@ @nommois@', |
|
| 96 | - 'date_de_mois_10' => '@j@ @nommois@', |
|
| 97 | - 'date_de_mois_11' => '@j@ @nommois@', |
|
| 98 | - 'date_de_mois_12' => '@j@ @nommois@', |
|
| 99 | - 'date_de_mois_2' => '@j@ @nommois@', |
|
| 100 | - 'date_de_mois_3' => '@j@ @nommois@', |
|
| 101 | - 'date_de_mois_4' => '@j@ @nommois@', |
|
| 102 | - 'date_de_mois_5' => '@j@ @nommois@', |
|
| 103 | - 'date_de_mois_6' => '@j@ @nommois@', |
|
| 104 | - 'date_de_mois_7' => '@j@ @nommois@', |
|
| 105 | - 'date_de_mois_8' => '@j@ @nommois@', |
|
| 106 | - 'date_de_mois_9' => '@j@ @nommois@', |
|
| 107 | - 'date_demain' => 'غداً', |
|
| 108 | - 'date_fmt_heures_minutes' => '@h@ و@m@ دقيقة', |
|
| 109 | - 'date_fmt_heures_minutes_court' => '@h@h@m@', |
|
| 110 | - 'date_fmt_jour' => '@nomjour@ @jour@', |
|
| 111 | - 'date_fmt_jour_heure' => '@jour@ الساعة @heure@', |
|
| 112 | - 'date_fmt_jour_heure_debut_fin' => 'في @jour@ من @heure_debut@ الى @heure_fin@', |
|
| 113 | - 'date_fmt_jour_heure_debut_fin_abbr' => 'في @dtstart@@jour@ من @heure_debut@@dtabbr@ الى @dtend@@heure_fin@@dtabbr@', |
|
| 114 | - 'date_fmt_jour_mois' => '@jour@ @nommois@', |
|
| 115 | - 'date_fmt_jour_mois_annee' => '@jour@ @nommois@ @annee@', |
|
| 116 | - 'date_fmt_mois_annee' => '@nommois@ @annee@', |
|
| 117 | - 'date_fmt_nomjour' => '@nomjour@ @date@', |
|
| 118 | - 'date_fmt_nomjour_date' => 'في @nomjour@ @date@', |
|
| 119 | - 'date_fmt_periode' => 'من @date_debut@ الى @date_fin@', |
|
| 120 | - 'date_fmt_periode_abbr' => 'من @dtart@@date_debut@@dtabbr@ الى @dtend@@date_fin@@dtabbr@', |
|
| 121 | - 'date_fmt_periode_from' => 'من', |
|
| 122 | - 'date_fmt_periode_to' => 'الى', |
|
| 123 | - 'date_fmt_saison_annee' => '@saison@ @annee@', |
|
| 124 | - 'date_heures' => 'ساعة', |
|
| 125 | - 'date_hier' => 'البارحة', |
|
| 126 | - 'date_il_y_a' => 'منذ @delai@', |
|
| 127 | - 'date_jnum1' => '1', |
|
| 128 | - 'date_jnum10' => '10', |
|
| 129 | - 'date_jnum11' => '11', |
|
| 130 | - 'date_jnum12' => '12', |
|
| 131 | - 'date_jnum13' => '13', |
|
| 132 | - 'date_jnum14' => '14', |
|
| 133 | - 'date_jnum15' => '15', |
|
| 134 | - 'date_jnum16' => '16', |
|
| 135 | - 'date_jnum17' => '17', |
|
| 136 | - 'date_jnum18' => '18', |
|
| 137 | - 'date_jnum19' => '19', |
|
| 138 | - 'date_jnum2' => '2', |
|
| 139 | - 'date_jnum20' => '20', |
|
| 140 | - 'date_jnum21' => '21', |
|
| 141 | - 'date_jnum22' => '22', |
|
| 142 | - 'date_jnum23' => '23', |
|
| 143 | - 'date_jnum24' => '24', |
|
| 144 | - 'date_jnum25' => '25', |
|
| 145 | - 'date_jnum26' => '26', |
|
| 146 | - 'date_jnum27' => '27', |
|
| 147 | - 'date_jnum28' => '28', |
|
| 148 | - 'date_jnum29' => '29', |
|
| 149 | - 'date_jnum3' => '3', |
|
| 150 | - 'date_jnum30' => '30', |
|
| 151 | - 'date_jnum31' => '31', |
|
| 152 | - 'date_jnum4' => '4', |
|
| 153 | - 'date_jnum5' => '5', |
|
| 154 | - 'date_jnum6' => '6', |
|
| 155 | - 'date_jnum7' => '7', |
|
| 156 | - 'date_jnum8' => '8', |
|
| 157 | - 'date_jnum9' => '9', |
|
| 158 | - 'date_jour_1' => 'الأحد', |
|
| 159 | - 'date_jour_1_abbr' => 'أحد', |
|
| 160 | - 'date_jour_1_initiale' => 'أحد', |
|
| 161 | - 'date_jour_2' => 'الاثنين', |
|
| 162 | - 'date_jour_2_abbr' => 'اثنين', |
|
| 163 | - 'date_jour_2_initiale' => 'اثنين', |
|
| 164 | - 'date_jour_3' => 'الثلاثاء', |
|
| 165 | - 'date_jour_3_abbr' => 'ثلاثاء', |
|
| 166 | - 'date_jour_3_initiale' => 'ثلاثاء', |
|
| 167 | - 'date_jour_4' => 'الأربعاء', |
|
| 168 | - 'date_jour_4_abbr' => 'أربعاء', |
|
| 169 | - 'date_jour_4_initiale' => 'أربعاء', |
|
| 170 | - 'date_jour_5' => 'الخميس', |
|
| 171 | - 'date_jour_5_abbr' => 'خميس', |
|
| 172 | - 'date_jour_5_initiale' => 'خميس', |
|
| 173 | - 'date_jour_6' => 'الجمعة', |
|
| 174 | - 'date_jour_6_abbr' => 'جمعة', |
|
| 175 | - 'date_jour_6_initiale' => 'جمعة', |
|
| 176 | - 'date_jour_7' => 'السبت', |
|
| 177 | - 'date_jour_7_abbr' => 'سبت', |
|
| 178 | - 'date_jour_7_initiale' => 'سبت', |
|
| 179 | - 'date_jours' => 'يوم', |
|
| 180 | - 'date_minutes' => 'دقيقة', |
|
| 181 | - 'date_mois' => 'شهر', |
|
| 182 | - 'date_mois_1' => 'كانون الثاني (يناير)', |
|
| 183 | - 'date_mois_10' => 'تشرين الأول (أكتوبر)', |
|
| 184 | - 'date_mois_10_abbr' => 'ت١', |
|
| 185 | - 'date_mois_11' => 'تشرين الثاني (نوفمبر)', |
|
| 186 | - 'date_mois_11_abbr' => 'ت٢', |
|
| 187 | - 'date_mois_12' => 'كانون الأول (ديسمبر)', |
|
| 188 | - 'date_mois_12_abbr' => 'ك١', |
|
| 189 | - 'date_mois_1_abbr' => 'ك٢', |
|
| 190 | - 'date_mois_2' => 'شباط (فبراير)', |
|
| 191 | - 'date_mois_2_abbr' => 'شباط', |
|
| 192 | - 'date_mois_3' => 'آذار (مارس)', |
|
| 193 | - 'date_mois_3_abbr' => 'آذار', |
|
| 194 | - 'date_mois_4' => 'نيسان (أبريل)', |
|
| 195 | - 'date_mois_4_abbr' => 'نيسان', |
|
| 196 | - 'date_mois_5' => 'أيار (مايو)', |
|
| 197 | - 'date_mois_5_abbr' => 'أيار', |
|
| 198 | - 'date_mois_6' => 'حزيران (يونيو)', |
|
| 199 | - 'date_mois_6_abbr' => 'جزيران', |
|
| 200 | - 'date_mois_7' => 'تموز (يوليو)', |
|
| 201 | - 'date_mois_7_abbr' => 'تموز', |
|
| 202 | - 'date_mois_8' => 'آب (أغسطس)', |
|
| 203 | - 'date_mois_8_abbr' => 'آب', |
|
| 204 | - 'date_mois_9' => 'أيلول (سبتمبر)', |
|
| 205 | - 'date_mois_9_abbr' => 'أيلول', |
|
| 206 | - 'date_saison_1' => 'الشتاء', |
|
| 207 | - 'date_saison_2' => 'الربيع', |
|
| 208 | - 'date_saison_3' => 'الصيف', |
|
| 209 | - 'date_saison_4' => 'الخريف', |
|
| 210 | - 'date_secondes' => 'ثانية', |
|
| 211 | - 'date_semaines' => 'أسبوع', |
|
| 212 | - 'date_un_mois' => 'شهر', |
|
| 213 | - 'date_une_heure' => 'ساعة', |
|
| 214 | - 'date_une_minute' => 'دقيقة', |
|
| 215 | - 'date_une_seconde' => 'ثانية', |
|
| 216 | - 'date_une_semaine' => 'أسبوع', |
|
| 217 | - 'dirs_commencer' => 'للبدء فعلاً بعملية التثبيت', |
|
| 218 | - 'dirs_preliminaire' => 'تمهيد: <b>إعداد امتيازات الدخول</b>', |
|
| 219 | - 'dirs_probleme_droits' => 'مشكلة في امتيازات الدخول', |
|
| 220 | - 'dirs_repertoires_absents' => '<p><b>لم يتم العثور على الأدلة التالية: </b></p><ul>@bad_dirs@</ul> |
|
| 91 | + // D |
|
| 92 | + 'date_aujourdhui' => 'اليوم', |
|
| 93 | + 'date_avant_jc' => 'قبل الميلاد', |
|
| 94 | + 'date_dans' => 'بعد @delai@', |
|
| 95 | + 'date_de_mois_1' => '@j@ @nommois@', |
|
| 96 | + 'date_de_mois_10' => '@j@ @nommois@', |
|
| 97 | + 'date_de_mois_11' => '@j@ @nommois@', |
|
| 98 | + 'date_de_mois_12' => '@j@ @nommois@', |
|
| 99 | + 'date_de_mois_2' => '@j@ @nommois@', |
|
| 100 | + 'date_de_mois_3' => '@j@ @nommois@', |
|
| 101 | + 'date_de_mois_4' => '@j@ @nommois@', |
|
| 102 | + 'date_de_mois_5' => '@j@ @nommois@', |
|
| 103 | + 'date_de_mois_6' => '@j@ @nommois@', |
|
| 104 | + 'date_de_mois_7' => '@j@ @nommois@', |
|
| 105 | + 'date_de_mois_8' => '@j@ @nommois@', |
|
| 106 | + 'date_de_mois_9' => '@j@ @nommois@', |
|
| 107 | + 'date_demain' => 'غداً', |
|
| 108 | + 'date_fmt_heures_minutes' => '@h@ و@m@ دقيقة', |
|
| 109 | + 'date_fmt_heures_minutes_court' => '@h@h@m@', |
|
| 110 | + 'date_fmt_jour' => '@nomjour@ @jour@', |
|
| 111 | + 'date_fmt_jour_heure' => '@jour@ الساعة @heure@', |
|
| 112 | + 'date_fmt_jour_heure_debut_fin' => 'في @jour@ من @heure_debut@ الى @heure_fin@', |
|
| 113 | + 'date_fmt_jour_heure_debut_fin_abbr' => 'في @dtstart@@jour@ من @heure_debut@@dtabbr@ الى @dtend@@heure_fin@@dtabbr@', |
|
| 114 | + 'date_fmt_jour_mois' => '@jour@ @nommois@', |
|
| 115 | + 'date_fmt_jour_mois_annee' => '@jour@ @nommois@ @annee@', |
|
| 116 | + 'date_fmt_mois_annee' => '@nommois@ @annee@', |
|
| 117 | + 'date_fmt_nomjour' => '@nomjour@ @date@', |
|
| 118 | + 'date_fmt_nomjour_date' => 'في @nomjour@ @date@', |
|
| 119 | + 'date_fmt_periode' => 'من @date_debut@ الى @date_fin@', |
|
| 120 | + 'date_fmt_periode_abbr' => 'من @dtart@@date_debut@@dtabbr@ الى @dtend@@date_fin@@dtabbr@', |
|
| 121 | + 'date_fmt_periode_from' => 'من', |
|
| 122 | + 'date_fmt_periode_to' => 'الى', |
|
| 123 | + 'date_fmt_saison_annee' => '@saison@ @annee@', |
|
| 124 | + 'date_heures' => 'ساعة', |
|
| 125 | + 'date_hier' => 'البارحة', |
|
| 126 | + 'date_il_y_a' => 'منذ @delai@', |
|
| 127 | + 'date_jnum1' => '1', |
|
| 128 | + 'date_jnum10' => '10', |
|
| 129 | + 'date_jnum11' => '11', |
|
| 130 | + 'date_jnum12' => '12', |
|
| 131 | + 'date_jnum13' => '13', |
|
| 132 | + 'date_jnum14' => '14', |
|
| 133 | + 'date_jnum15' => '15', |
|
| 134 | + 'date_jnum16' => '16', |
|
| 135 | + 'date_jnum17' => '17', |
|
| 136 | + 'date_jnum18' => '18', |
|
| 137 | + 'date_jnum19' => '19', |
|
| 138 | + 'date_jnum2' => '2', |
|
| 139 | + 'date_jnum20' => '20', |
|
| 140 | + 'date_jnum21' => '21', |
|
| 141 | + 'date_jnum22' => '22', |
|
| 142 | + 'date_jnum23' => '23', |
|
| 143 | + 'date_jnum24' => '24', |
|
| 144 | + 'date_jnum25' => '25', |
|
| 145 | + 'date_jnum26' => '26', |
|
| 146 | + 'date_jnum27' => '27', |
|
| 147 | + 'date_jnum28' => '28', |
|
| 148 | + 'date_jnum29' => '29', |
|
| 149 | + 'date_jnum3' => '3', |
|
| 150 | + 'date_jnum30' => '30', |
|
| 151 | + 'date_jnum31' => '31', |
|
| 152 | + 'date_jnum4' => '4', |
|
| 153 | + 'date_jnum5' => '5', |
|
| 154 | + 'date_jnum6' => '6', |
|
| 155 | + 'date_jnum7' => '7', |
|
| 156 | + 'date_jnum8' => '8', |
|
| 157 | + 'date_jnum9' => '9', |
|
| 158 | + 'date_jour_1' => 'الأحد', |
|
| 159 | + 'date_jour_1_abbr' => 'أحد', |
|
| 160 | + 'date_jour_1_initiale' => 'أحد', |
|
| 161 | + 'date_jour_2' => 'الاثنين', |
|
| 162 | + 'date_jour_2_abbr' => 'اثنين', |
|
| 163 | + 'date_jour_2_initiale' => 'اثنين', |
|
| 164 | + 'date_jour_3' => 'الثلاثاء', |
|
| 165 | + 'date_jour_3_abbr' => 'ثلاثاء', |
|
| 166 | + 'date_jour_3_initiale' => 'ثلاثاء', |
|
| 167 | + 'date_jour_4' => 'الأربعاء', |
|
| 168 | + 'date_jour_4_abbr' => 'أربعاء', |
|
| 169 | + 'date_jour_4_initiale' => 'أربعاء', |
|
| 170 | + 'date_jour_5' => 'الخميس', |
|
| 171 | + 'date_jour_5_abbr' => 'خميس', |
|
| 172 | + 'date_jour_5_initiale' => 'خميس', |
|
| 173 | + 'date_jour_6' => 'الجمعة', |
|
| 174 | + 'date_jour_6_abbr' => 'جمعة', |
|
| 175 | + 'date_jour_6_initiale' => 'جمعة', |
|
| 176 | + 'date_jour_7' => 'السبت', |
|
| 177 | + 'date_jour_7_abbr' => 'سبت', |
|
| 178 | + 'date_jour_7_initiale' => 'سبت', |
|
| 179 | + 'date_jours' => 'يوم', |
|
| 180 | + 'date_minutes' => 'دقيقة', |
|
| 181 | + 'date_mois' => 'شهر', |
|
| 182 | + 'date_mois_1' => 'كانون الثاني (يناير)', |
|
| 183 | + 'date_mois_10' => 'تشرين الأول (أكتوبر)', |
|
| 184 | + 'date_mois_10_abbr' => 'ت١', |
|
| 185 | + 'date_mois_11' => 'تشرين الثاني (نوفمبر)', |
|
| 186 | + 'date_mois_11_abbr' => 'ت٢', |
|
| 187 | + 'date_mois_12' => 'كانون الأول (ديسمبر)', |
|
| 188 | + 'date_mois_12_abbr' => 'ك١', |
|
| 189 | + 'date_mois_1_abbr' => 'ك٢', |
|
| 190 | + 'date_mois_2' => 'شباط (فبراير)', |
|
| 191 | + 'date_mois_2_abbr' => 'شباط', |
|
| 192 | + 'date_mois_3' => 'آذار (مارس)', |
|
| 193 | + 'date_mois_3_abbr' => 'آذار', |
|
| 194 | + 'date_mois_4' => 'نيسان (أبريل)', |
|
| 195 | + 'date_mois_4_abbr' => 'نيسان', |
|
| 196 | + 'date_mois_5' => 'أيار (مايو)', |
|
| 197 | + 'date_mois_5_abbr' => 'أيار', |
|
| 198 | + 'date_mois_6' => 'حزيران (يونيو)', |
|
| 199 | + 'date_mois_6_abbr' => 'جزيران', |
|
| 200 | + 'date_mois_7' => 'تموز (يوليو)', |
|
| 201 | + 'date_mois_7_abbr' => 'تموز', |
|
| 202 | + 'date_mois_8' => 'آب (أغسطس)', |
|
| 203 | + 'date_mois_8_abbr' => 'آب', |
|
| 204 | + 'date_mois_9' => 'أيلول (سبتمبر)', |
|
| 205 | + 'date_mois_9_abbr' => 'أيلول', |
|
| 206 | + 'date_saison_1' => 'الشتاء', |
|
| 207 | + 'date_saison_2' => 'الربيع', |
|
| 208 | + 'date_saison_3' => 'الصيف', |
|
| 209 | + 'date_saison_4' => 'الخريف', |
|
| 210 | + 'date_secondes' => 'ثانية', |
|
| 211 | + 'date_semaines' => 'أسبوع', |
|
| 212 | + 'date_un_mois' => 'شهر', |
|
| 213 | + 'date_une_heure' => 'ساعة', |
|
| 214 | + 'date_une_minute' => 'دقيقة', |
|
| 215 | + 'date_une_seconde' => 'ثانية', |
|
| 216 | + 'date_une_semaine' => 'أسبوع', |
|
| 217 | + 'dirs_commencer' => 'للبدء فعلاً بعملية التثبيت', |
|
| 218 | + 'dirs_preliminaire' => 'تمهيد: <b>إعداد امتيازات الدخول</b>', |
|
| 219 | + 'dirs_probleme_droits' => 'مشكلة في امتيازات الدخول', |
|
| 220 | + 'dirs_repertoires_absents' => '<p><b>لم يتم العثور على الأدلة التالية: </b></p><ul>@bad_dirs@</ul> |
|
| 221 | 221 | <p>قد يكون السبب خطأ في اعتماد الحروف الكبيرة أو الصغيرة في أسمائها. الرجاء التأكد من أن الحروف الكبيرة والصغيرة في أسماء هذه الأدلة تناسب ما هو معروض أعلاه؛ إذا لم يكن الأمر كذلك، الرجاء إعادة تسمية الأدلة بواسطة برنامج FTP لتصحيح الخطأ. |
| 222 | 222 | <p>بعد تنفيذ هذه العملية يمكنك </p>', |
| 223 | - 'dirs_repertoires_suivants' => '<p><b>الأدلة التالية ممنوعة على الكتابة: </b></p |
|
| 223 | + 'dirs_repertoires_suivants' => '<p><b>الأدلة التالية ممنوعة على الكتابة: </b></p |
|
| 224 | 224 | <ul>@bad_dirs@</ul> |
| 225 | 225 | <p>لحل هذه المشكلة، استخدم برنامج FTP لإعداد امتيازات الدخول لكل من هذه الأدلة. ويوضح دليل الاستخدام هذه العملية بالتفصيل. |
| 226 | 226 | <p>بعد إتمام هذه العملية يمكنك</p>', |
| 227 | - 'double_occurrence' => 'ظهور مكرر لعلامة @balise@', |
|
| 227 | + 'double_occurrence' => 'ظهور مكرر لعلامة @balise@', |
|
| 228 | 228 | |
| 229 | - // E |
|
| 230 | - 'en_cours' => 'جاري', |
|
| 231 | - 'envoi_via_le_site' => 'إرسال عبر الموقع', |
|
| 232 | - 'erreur' => 'خطأ', |
|
| 233 | - 'erreur_balise_non_fermee' => 'آخر علامة غير مغلقة:', |
|
| 234 | - 'erreur_technique_ajaxform' => 'عفواً. حدث خطأ غير متوقع خلال إرسال الاستمارة. الرجاء المحاولة من جديد.', |
|
| 235 | - 'erreur_technique_enregistrement_champs' => 'خطأ تقني منع التسجيل السليم للحقل @champs@. ', |
|
| 236 | - 'erreur_technique_enregistrement_impossible' => 'خطأ تقني منع التسجيل.', |
|
| 237 | - 'erreur_texte' => 'خطأ (أخطاء)', |
|
| 238 | - 'etape' => 'خطوة', |
|
| 229 | + // E |
|
| 230 | + 'en_cours' => 'جاري', |
|
| 231 | + 'envoi_via_le_site' => 'إرسال عبر الموقع', |
|
| 232 | + 'erreur' => 'خطأ', |
|
| 233 | + 'erreur_balise_non_fermee' => 'آخر علامة غير مغلقة:', |
|
| 234 | + 'erreur_technique_ajaxform' => 'عفواً. حدث خطأ غير متوقع خلال إرسال الاستمارة. الرجاء المحاولة من جديد.', |
|
| 235 | + 'erreur_technique_enregistrement_champs' => 'خطأ تقني منع التسجيل السليم للحقل @champs@. ', |
|
| 236 | + 'erreur_technique_enregistrement_impossible' => 'خطأ تقني منع التسجيل.', |
|
| 237 | + 'erreur_texte' => 'خطأ (أخطاء)', |
|
| 238 | + 'etape' => 'خطوة', |
|
| 239 | 239 | |
| 240 | - // F |
|
| 241 | - 'fichier_introuvable' => 'لا يمكن العثور على الملف @fichier@', |
|
| 242 | - 'form_auteur_confirmation' => 'تأكيد عنوان البريد الالكتروني', |
|
| 243 | - 'form_auteur_email_modifie' => 'تغير عنوان بريدك.', |
|
| 244 | - 'form_auteur_envoi_mail_confirmation' => 'لفد تم ارسال بريد تأكيد الى @email@. عليك زيارة عنوان الموقع الموجود في الرسالة للتصديق على عنوان بريدك.', |
|
| 245 | - 'form_auteur_mail_confirmation' => 'أهلاً وسهلاً |
|
| 240 | + // F |
|
| 241 | + 'fichier_introuvable' => 'لا يمكن العثور على الملف @fichier@', |
|
| 242 | + 'form_auteur_confirmation' => 'تأكيد عنوان البريد الالكتروني', |
|
| 243 | + 'form_auteur_email_modifie' => 'تغير عنوان بريدك.', |
|
| 244 | + 'form_auteur_envoi_mail_confirmation' => 'لفد تم ارسال بريد تأكيد الى @email@. عليك زيارة عنوان الموقع الموجود في الرسالة للتصديق على عنوان بريدك.', |
|
| 245 | + 'form_auteur_mail_confirmation' => 'أهلاً وسهلاً |
|
| 246 | 246 | |
| 247 | 247 | لقد طلبت تغيير عنوان بريدك. |
| 248 | 248 | للتصديق على العنوان الجديد، يكفي الاتصال |
@@ -251,346 +251,346 @@ discard block |
||
| 251 | 251 | |
| 252 | 252 | @url@ |
| 253 | 253 | ', |
| 254 | - 'form_deja_inscrit' => 'سبق لك التسجيل.', |
|
| 255 | - 'form_email_non_valide' => 'عنوانك البريدي غير صالح.', |
|
| 256 | - 'form_forum_access_refuse' => 'لم تعد تملك امتياز الدحول إلى هذا الموقع.', |
|
| 257 | - 'form_forum_bonjour' => 'مرحباً @nom@،', |
|
| 258 | - 'form_forum_confirmer_email' => 'لتأكيد عنوان بريدك، إذهب الى:@url_confirm@', |
|
| 259 | - 'form_forum_email_deja_enregistre' => 'سبق تسجيل هذا العنوان البريدي، يمكنك إذاً استخدام كلمة سرك الاعتيادية.', |
|
| 260 | - 'form_forum_identifiant_mail' => 'لقد تم إرسال معرّفك الجديد بالبريد الالكتروني.', |
|
| 261 | - 'form_forum_identifiants' => 'بيانات الاتصال الشخصية', |
|
| 262 | - 'form_forum_indiquer_nom_email' => 'قم بإدخال اسمك وعنوانك البريدي هنا. ستحصل على بيانات اتصالك قريباً في البريد الإلكتروني.', |
|
| 263 | - 'form_forum_login' => 'المعرّف:', |
|
| 264 | - 'form_forum_message_auto' => '(هذه رسالة آلية)', |
|
| 265 | - 'form_forum_pass' => 'كلمة السر:', |
|
| 266 | - 'form_forum_probleme_mail' => 'مشكلة بريد إلكتروني: لا يمكن إرسال بيانات الدخول.', |
|
| 267 | - 'form_forum_voici1' => 'هذه هي بياناتك للاشتراك في نشاط |
|
| 254 | + 'form_deja_inscrit' => 'سبق لك التسجيل.', |
|
| 255 | + 'form_email_non_valide' => 'عنوانك البريدي غير صالح.', |
|
| 256 | + 'form_forum_access_refuse' => 'لم تعد تملك امتياز الدحول إلى هذا الموقع.', |
|
| 257 | + 'form_forum_bonjour' => 'مرحباً @nom@،', |
|
| 258 | + 'form_forum_confirmer_email' => 'لتأكيد عنوان بريدك، إذهب الى:@url_confirm@', |
|
| 259 | + 'form_forum_email_deja_enregistre' => 'سبق تسجيل هذا العنوان البريدي، يمكنك إذاً استخدام كلمة سرك الاعتيادية.', |
|
| 260 | + 'form_forum_identifiant_mail' => 'لقد تم إرسال معرّفك الجديد بالبريد الالكتروني.', |
|
| 261 | + 'form_forum_identifiants' => 'بيانات الاتصال الشخصية', |
|
| 262 | + 'form_forum_indiquer_nom_email' => 'قم بإدخال اسمك وعنوانك البريدي هنا. ستحصل على بيانات اتصالك قريباً في البريد الإلكتروني.', |
|
| 263 | + 'form_forum_login' => 'المعرّف:', |
|
| 264 | + 'form_forum_message_auto' => '(هذه رسالة آلية)', |
|
| 265 | + 'form_forum_pass' => 'كلمة السر:', |
|
| 266 | + 'form_forum_probleme_mail' => 'مشكلة بريد إلكتروني: لا يمكن إرسال بيانات الدخول.', |
|
| 267 | + 'form_forum_voici1' => 'هذه هي بياناتك للاشتراك في نشاط |
|
| 268 | 268 | الموقع "@nom_site_spip@" (@adresse_site@):', |
| 269 | - 'form_forum_voici2' => 'هذه هي بياناتك لاقتراح مقالات |
|
| 269 | + 'form_forum_voici2' => 'هذه هي بياناتك لاقتراح مقالات |
|
| 270 | 270 | للموقع "@nom_site_spip@" (@adresse_login@):', |
| 271 | - 'form_indiquer_email' => 'الرجاء إدخال عنوانك الإلكتروني.', |
|
| 272 | - 'form_indiquer_nom' => 'الرجاء إدخال اسمك.', |
|
| 273 | - 'form_indiquer_nom_site' => 'الرجاء إدخال إسم موقعك.', |
|
| 274 | - 'form_pet_deja_enregistre' => 'سبق تسجيل هذا الموقع', |
|
| 275 | - 'form_pet_signature_pasprise' => 'تم تجاهل توقيعك.', |
|
| 276 | - 'form_prop_confirmer_envoi' => 'تأكيد الإرسال', |
|
| 277 | - 'form_prop_description' => 'وصف/تعليق', |
|
| 278 | - 'form_prop_enregistre' => 'تم تسجيل اقتراحك، سوف يظهر بعد تصديقه من قبل مسئولي هذا الموقع.', |
|
| 279 | - 'form_prop_envoyer' => 'ابعث برسالة', |
|
| 280 | - 'form_prop_indiquer_email' => 'الرجاء إدخال عنوان بريد إلكتروني صالح', |
|
| 281 | - 'form_prop_indiquer_nom_site' => 'الرجاء إدخال اسم الموقع.', |
|
| 282 | - 'form_prop_indiquer_sujet' => 'الرجاء إدخال موضوع', |
|
| 283 | - 'form_prop_message_envoye' => 'تم بعث الرسالة', |
|
| 284 | - 'form_prop_non_enregistre' => 'لم يتم تسجيل اقتراحك.', |
|
| 285 | - 'form_prop_sujet' => 'الموضوع', |
|
| 286 | - 'form_prop_url_site' => 'عنوان الموقع', |
|
| 287 | - 'format_date_attendu' => 'إدخال تاريخ بتنسيق jj/mm/aaaa.', |
|
| 288 | - 'format_date_incorrecte' => 'التاريخ او تنسيقه غير صحيح', |
|
| 289 | - 'format_heure_attendu' => 'إدخال ساعة بتنسيق hh:mm.', |
|
| 290 | - 'format_heure_incorrecte' => 'الساعة او تنسيقها غير صحيح', |
|
| 291 | - 'forum_non_inscrit' => 'إما انك غير مسجل أو هناك خطأ في العنوان أو كلمة السر.', |
|
| 292 | - 'forum_par_auteur' => 'من @auteur@', |
|
| 293 | - 'forum_titre_erreur' => 'خطأ...', |
|
| 271 | + 'form_indiquer_email' => 'الرجاء إدخال عنوانك الإلكتروني.', |
|
| 272 | + 'form_indiquer_nom' => 'الرجاء إدخال اسمك.', |
|
| 273 | + 'form_indiquer_nom_site' => 'الرجاء إدخال إسم موقعك.', |
|
| 274 | + 'form_pet_deja_enregistre' => 'سبق تسجيل هذا الموقع', |
|
| 275 | + 'form_pet_signature_pasprise' => 'تم تجاهل توقيعك.', |
|
| 276 | + 'form_prop_confirmer_envoi' => 'تأكيد الإرسال', |
|
| 277 | + 'form_prop_description' => 'وصف/تعليق', |
|
| 278 | + 'form_prop_enregistre' => 'تم تسجيل اقتراحك، سوف يظهر بعد تصديقه من قبل مسئولي هذا الموقع.', |
|
| 279 | + 'form_prop_envoyer' => 'ابعث برسالة', |
|
| 280 | + 'form_prop_indiquer_email' => 'الرجاء إدخال عنوان بريد إلكتروني صالح', |
|
| 281 | + 'form_prop_indiquer_nom_site' => 'الرجاء إدخال اسم الموقع.', |
|
| 282 | + 'form_prop_indiquer_sujet' => 'الرجاء إدخال موضوع', |
|
| 283 | + 'form_prop_message_envoye' => 'تم بعث الرسالة', |
|
| 284 | + 'form_prop_non_enregistre' => 'لم يتم تسجيل اقتراحك.', |
|
| 285 | + 'form_prop_sujet' => 'الموضوع', |
|
| 286 | + 'form_prop_url_site' => 'عنوان الموقع', |
|
| 287 | + 'format_date_attendu' => 'إدخال تاريخ بتنسيق jj/mm/aaaa.', |
|
| 288 | + 'format_date_incorrecte' => 'التاريخ او تنسيقه غير صحيح', |
|
| 289 | + 'format_heure_attendu' => 'إدخال ساعة بتنسيق hh:mm.', |
|
| 290 | + 'format_heure_incorrecte' => 'الساعة او تنسيقها غير صحيح', |
|
| 291 | + 'forum_non_inscrit' => 'إما انك غير مسجل أو هناك خطأ في العنوان أو كلمة السر.', |
|
| 292 | + 'forum_par_auteur' => 'من @auteur@', |
|
| 293 | + 'forum_titre_erreur' => 'خطأ...', |
|
| 294 | 294 | |
| 295 | - // I |
|
| 296 | - 'ical_texte_rss_articles' => 'يوجد ملف «الترخيص الخلفي» لمقالات هذا الموقع على العنوان: ', |
|
| 297 | - 'ical_texte_rss_articles2' => 'يمكنك أيضاً الحصول على ملفات «الترخيص الخلفي» لمقالات كل قسم في الموقع:', |
|
| 298 | - 'ical_texte_rss_breves' => 'يوجد كذلك ملف يحتوي على أخبار الموقع. وبإدخال رقم قسم ما، تحصل على أخبار هذا القسم فقط.', |
|
| 299 | - 'icone_a_suivre' => 'للمتابعة', |
|
| 300 | - 'icone_admin_site' => 'إدارة الموقع', |
|
| 301 | - 'icone_agenda' => 'المفكرة', |
|
| 302 | - 'icone_aide_ligne' => 'التعليمات الفورية', |
|
| 303 | - 'icone_articles' => 'المقالات', |
|
| 304 | - 'icone_auteurs' => 'المؤلفون', |
|
| 305 | - 'icone_brouteur' => 'تصفح سريع', |
|
| 306 | - 'icone_configuration_site' => 'إعداد', |
|
| 307 | - 'icone_configurer_site' => 'إعداد موقعك', |
|
| 308 | - 'icone_creer_nouvel_auteur' => 'إضافة مؤلف جديد', |
|
| 309 | - 'icone_creer_rubrique' => 'إنشاء قسم', |
|
| 310 | - 'icone_creer_sous_rubrique' => 'إنشاء قسم فرعي', |
|
| 311 | - 'icone_deconnecter' => 'خروج', |
|
| 312 | - 'icone_discussions' => 'نقاشات', |
|
| 313 | - 'icone_doc_rubrique' => 'مستندات الأقسام', |
|
| 314 | - 'icone_ecrire_article' => 'كتابة مقال جديد', |
|
| 315 | - 'icone_edition_site' => 'تحرير الموقع', |
|
| 316 | - 'icone_gestion_langues' => 'إدارة اللغات', |
|
| 317 | - 'icone_informations_personnelles' => 'المعلومات الشخصية', |
|
| 318 | - 'icone_interface_complet' => 'واجهة كاملة', |
|
| 319 | - 'icone_interface_simple' => 'واجهة مبسّطة', |
|
| 320 | - 'icone_maintenance_site' => 'صيانة الموقع', |
|
| 321 | - 'icone_messagerie_personnelle' => 'المراسلة الشخصية', |
|
| 322 | - 'icone_repartition_debut' => 'إظهار التوزيع منذ البداية', |
|
| 323 | - 'icone_rubriques' => 'الأقسام', |
|
| 324 | - 'icone_sauver_site' => 'نسخة احتياطية للموقع', |
|
| 325 | - 'icone_site_entier' => 'الموقع بالكامل', |
|
| 326 | - 'icone_sites_references' => 'المواقع المبوبة', |
|
| 327 | - 'icone_statistiques' => 'إحصاءات الموقع', |
|
| 328 | - 'icone_suivi_activite' => 'متابعة نشاط الموقع', |
|
| 329 | - 'icone_suivi_actualite' => 'تطور الموقع', |
|
| 330 | - 'icone_suivi_pettions' => 'متابعة/إدارة العرائض', |
|
| 331 | - 'icone_suivi_revisions' => 'تعديل المقالات', |
|
| 332 | - 'icone_supprimer_document' => 'حذف هذا المستند', |
|
| 333 | - 'icone_supprimer_image' => 'حذف هذه الصورة', |
|
| 334 | - 'icone_tous_articles' => 'كل مقالاتك', |
|
| 335 | - 'icone_tous_auteur' => 'جميع المؤلفين', |
|
| 336 | - 'icone_tous_visiteur' => 'جميع الزوار', |
|
| 337 | - 'icone_visiter_site' => 'تصفح الموقع العمومي', |
|
| 338 | - 'icone_voir_en_ligne' => 'عرض مباشر', |
|
| 339 | - 'img_indisponible' => 'صورة غير متوفرة', |
|
| 340 | - 'impossible' => 'مستحيل', |
|
| 341 | - 'info_a_suivre' => 'للمتابعة»', |
|
| 342 | - 'info_acces_interdit' => 'الدخول محظور', |
|
| 343 | - 'info_acces_refuse' => 'دخول محظور', |
|
| 344 | - 'info_action' => 'عملية: @action@', |
|
| 345 | - 'info_administrer_rubriques' => 'يمكنك إدارة هذا القسم وأقسامه الفرعية', |
|
| 346 | - 'info_adresse_non_indiquee' => 'لم تدخل أي عنوان لاختباره!', |
|
| 347 | - 'info_aide' => 'تعليمات :', |
|
| 348 | - 'info_ajouter_mot' => 'إضافة هذا المفتاح', |
|
| 349 | - 'info_annonce' => 'إعلان', |
|
| 350 | - 'info_annonces_generales' => 'إعلانات عامة:', |
|
| 351 | - 'info_article_propose' => 'مقال مقترح', |
|
| 352 | - 'info_article_publie' => 'مقال منشور', |
|
| 353 | - 'info_article_redaction' => 'مقال قيد التحرير', |
|
| 354 | - 'info_article_refuse' => 'مقال مرفوض', |
|
| 355 | - 'info_article_supprime' => 'مقال محذوف', |
|
| 356 | - 'info_articles' => 'المقالات', |
|
| 357 | - 'info_articles_a_valider' => 'مقالات معروضة للتصديق', |
|
| 358 | - 'info_articles_nb' => '@nb@ مقال', |
|
| 359 | - 'info_articles_proposes' => 'المقالات المعروضة', |
|
| 360 | - 'info_articles_un' => 'مقال واحد', |
|
| 361 | - 'info_auteurs_nombre' => 'مؤلف (مؤلفون):', |
|
| 362 | - 'info_authentification_ftp' => 'التحقق ( عبر بروتوكول FTP ).', |
|
| 363 | - 'info_breves_2' => 'خبر', |
|
| 364 | - 'info_breves_nb' => '@nb@ خبر', |
|
| 365 | - 'info_breves_un' => 'خبر واحد', |
|
| 366 | - 'info_connexion_refusee' => 'رفض الاتصال', |
|
| 367 | - 'info_contact_developpeur' => 'الرجاء الاتصال بمطوّر.', |
|
| 368 | - 'info_contenance' => 'هذا الموقع يحتوي على:', |
|
| 369 | - 'info_contribution' => 'مشاركة منتديات', |
|
| 370 | - 'info_copyright' => '@spip@ برنامج حر موزع @lien_gpl@.', |
|
| 371 | - 'info_copyright_doc' => 'لمزيد من المعلومات راجع الموقع<a href="@spipnet@">@spipnet_affiche@</a>.', |
|
| 372 | - 'info_copyright_gpl' => 'بموجب الترخيص العام GPL', |
|
| 373 | - 'info_cours_edition' => 'قيد التحرير', |
|
| 374 | - 'info_creer_repertoire' => 'الرجاء إنشاء ملف أو دليل باسم', |
|
| 375 | - 'info_creer_repertoire_2' => 'داخل الدليل الفرعي <b>@repertoire@</b>، ثم:', |
|
| 376 | - 'info_creer_vignette' => 'إنشاء آلي للمصغر', |
|
| 377 | - 'info_creerdansrubrique_non_autorise' => 'لا تملك الحقوق الكافية لإنشاء اي محتوى في هذا القسم', |
|
| 378 | - 'info_deplier' => 'بسط', |
|
| 379 | - 'info_descriptif_nombre' => 'الوصف:', |
|
| 380 | - 'info_description' => 'الوصف:', |
|
| 381 | - 'info_description_2' => 'الوصف:', |
|
| 382 | - 'info_dimension' => 'الحجم:', |
|
| 383 | - 'info_documents_nb' => '@nb@ مستند', |
|
| 384 | - 'info_documents_un' => 'مستند واحد', |
|
| 385 | - 'info_ecire_message_prive' => 'تحرير رسالة خاصة', |
|
| 386 | - 'info_email_invalide' => 'عنوان بريد غير صالح.', |
|
| 387 | - 'info_en_cours_validation' => 'مقالاتك قيد التحرير', |
|
| 388 | - 'info_en_ligne' => 'متصل حالياً:', |
|
| 389 | - 'info_envoyer_message_prive' => 'ابعث برسالة خاصة لهذا المؤلف', |
|
| 390 | - 'info_erreur_requete' => 'خطأ في الاستفسار:', |
|
| 391 | - 'info_erreur_squelette2' => 'لا توجد صفحة نموذجية <b>@fichier@</b> متاحة...', |
|
| 392 | - 'info_erreur_systeme' => 'خطأ في النظام (خطأ رقم @errsys@)', |
|
| 393 | - 'info_erreur_systeme2' => 'قد يكون القرص الصلب ممتلئاً أو قد تكون قاعدة البيانات معطلة.<br /> |
|
| 295 | + // I |
|
| 296 | + 'ical_texte_rss_articles' => 'يوجد ملف «الترخيص الخلفي» لمقالات هذا الموقع على العنوان: ', |
|
| 297 | + 'ical_texte_rss_articles2' => 'يمكنك أيضاً الحصول على ملفات «الترخيص الخلفي» لمقالات كل قسم في الموقع:', |
|
| 298 | + 'ical_texte_rss_breves' => 'يوجد كذلك ملف يحتوي على أخبار الموقع. وبإدخال رقم قسم ما، تحصل على أخبار هذا القسم فقط.', |
|
| 299 | + 'icone_a_suivre' => 'للمتابعة', |
|
| 300 | + 'icone_admin_site' => 'إدارة الموقع', |
|
| 301 | + 'icone_agenda' => 'المفكرة', |
|
| 302 | + 'icone_aide_ligne' => 'التعليمات الفورية', |
|
| 303 | + 'icone_articles' => 'المقالات', |
|
| 304 | + 'icone_auteurs' => 'المؤلفون', |
|
| 305 | + 'icone_brouteur' => 'تصفح سريع', |
|
| 306 | + 'icone_configuration_site' => 'إعداد', |
|
| 307 | + 'icone_configurer_site' => 'إعداد موقعك', |
|
| 308 | + 'icone_creer_nouvel_auteur' => 'إضافة مؤلف جديد', |
|
| 309 | + 'icone_creer_rubrique' => 'إنشاء قسم', |
|
| 310 | + 'icone_creer_sous_rubrique' => 'إنشاء قسم فرعي', |
|
| 311 | + 'icone_deconnecter' => 'خروج', |
|
| 312 | + 'icone_discussions' => 'نقاشات', |
|
| 313 | + 'icone_doc_rubrique' => 'مستندات الأقسام', |
|
| 314 | + 'icone_ecrire_article' => 'كتابة مقال جديد', |
|
| 315 | + 'icone_edition_site' => 'تحرير الموقع', |
|
| 316 | + 'icone_gestion_langues' => 'إدارة اللغات', |
|
| 317 | + 'icone_informations_personnelles' => 'المعلومات الشخصية', |
|
| 318 | + 'icone_interface_complet' => 'واجهة كاملة', |
|
| 319 | + 'icone_interface_simple' => 'واجهة مبسّطة', |
|
| 320 | + 'icone_maintenance_site' => 'صيانة الموقع', |
|
| 321 | + 'icone_messagerie_personnelle' => 'المراسلة الشخصية', |
|
| 322 | + 'icone_repartition_debut' => 'إظهار التوزيع منذ البداية', |
|
| 323 | + 'icone_rubriques' => 'الأقسام', |
|
| 324 | + 'icone_sauver_site' => 'نسخة احتياطية للموقع', |
|
| 325 | + 'icone_site_entier' => 'الموقع بالكامل', |
|
| 326 | + 'icone_sites_references' => 'المواقع المبوبة', |
|
| 327 | + 'icone_statistiques' => 'إحصاءات الموقع', |
|
| 328 | + 'icone_suivi_activite' => 'متابعة نشاط الموقع', |
|
| 329 | + 'icone_suivi_actualite' => 'تطور الموقع', |
|
| 330 | + 'icone_suivi_pettions' => 'متابعة/إدارة العرائض', |
|
| 331 | + 'icone_suivi_revisions' => 'تعديل المقالات', |
|
| 332 | + 'icone_supprimer_document' => 'حذف هذا المستند', |
|
| 333 | + 'icone_supprimer_image' => 'حذف هذه الصورة', |
|
| 334 | + 'icone_tous_articles' => 'كل مقالاتك', |
|
| 335 | + 'icone_tous_auteur' => 'جميع المؤلفين', |
|
| 336 | + 'icone_tous_visiteur' => 'جميع الزوار', |
|
| 337 | + 'icone_visiter_site' => 'تصفح الموقع العمومي', |
|
| 338 | + 'icone_voir_en_ligne' => 'عرض مباشر', |
|
| 339 | + 'img_indisponible' => 'صورة غير متوفرة', |
|
| 340 | + 'impossible' => 'مستحيل', |
|
| 341 | + 'info_a_suivre' => 'للمتابعة»', |
|
| 342 | + 'info_acces_interdit' => 'الدخول محظور', |
|
| 343 | + 'info_acces_refuse' => 'دخول محظور', |
|
| 344 | + 'info_action' => 'عملية: @action@', |
|
| 345 | + 'info_administrer_rubriques' => 'يمكنك إدارة هذا القسم وأقسامه الفرعية', |
|
| 346 | + 'info_adresse_non_indiquee' => 'لم تدخل أي عنوان لاختباره!', |
|
| 347 | + 'info_aide' => 'تعليمات :', |
|
| 348 | + 'info_ajouter_mot' => 'إضافة هذا المفتاح', |
|
| 349 | + 'info_annonce' => 'إعلان', |
|
| 350 | + 'info_annonces_generales' => 'إعلانات عامة:', |
|
| 351 | + 'info_article_propose' => 'مقال مقترح', |
|
| 352 | + 'info_article_publie' => 'مقال منشور', |
|
| 353 | + 'info_article_redaction' => 'مقال قيد التحرير', |
|
| 354 | + 'info_article_refuse' => 'مقال مرفوض', |
|
| 355 | + 'info_article_supprime' => 'مقال محذوف', |
|
| 356 | + 'info_articles' => 'المقالات', |
|
| 357 | + 'info_articles_a_valider' => 'مقالات معروضة للتصديق', |
|
| 358 | + 'info_articles_nb' => '@nb@ مقال', |
|
| 359 | + 'info_articles_proposes' => 'المقالات المعروضة', |
|
| 360 | + 'info_articles_un' => 'مقال واحد', |
|
| 361 | + 'info_auteurs_nombre' => 'مؤلف (مؤلفون):', |
|
| 362 | + 'info_authentification_ftp' => 'التحقق ( عبر بروتوكول FTP ).', |
|
| 363 | + 'info_breves_2' => 'خبر', |
|
| 364 | + 'info_breves_nb' => '@nb@ خبر', |
|
| 365 | + 'info_breves_un' => 'خبر واحد', |
|
| 366 | + 'info_connexion_refusee' => 'رفض الاتصال', |
|
| 367 | + 'info_contact_developpeur' => 'الرجاء الاتصال بمطوّر.', |
|
| 368 | + 'info_contenance' => 'هذا الموقع يحتوي على:', |
|
| 369 | + 'info_contribution' => 'مشاركة منتديات', |
|
| 370 | + 'info_copyright' => '@spip@ برنامج حر موزع @lien_gpl@.', |
|
| 371 | + 'info_copyright_doc' => 'لمزيد من المعلومات راجع الموقع<a href="@spipnet@">@spipnet_affiche@</a>.', |
|
| 372 | + 'info_copyright_gpl' => 'بموجب الترخيص العام GPL', |
|
| 373 | + 'info_cours_edition' => 'قيد التحرير', |
|
| 374 | + 'info_creer_repertoire' => 'الرجاء إنشاء ملف أو دليل باسم', |
|
| 375 | + 'info_creer_repertoire_2' => 'داخل الدليل الفرعي <b>@repertoire@</b>، ثم:', |
|
| 376 | + 'info_creer_vignette' => 'إنشاء آلي للمصغر', |
|
| 377 | + 'info_creerdansrubrique_non_autorise' => 'لا تملك الحقوق الكافية لإنشاء اي محتوى في هذا القسم', |
|
| 378 | + 'info_deplier' => 'بسط', |
|
| 379 | + 'info_descriptif_nombre' => 'الوصف:', |
|
| 380 | + 'info_description' => 'الوصف:', |
|
| 381 | + 'info_description_2' => 'الوصف:', |
|
| 382 | + 'info_dimension' => 'الحجم:', |
|
| 383 | + 'info_documents_nb' => '@nb@ مستند', |
|
| 384 | + 'info_documents_un' => 'مستند واحد', |
|
| 385 | + 'info_ecire_message_prive' => 'تحرير رسالة خاصة', |
|
| 386 | + 'info_email_invalide' => 'عنوان بريد غير صالح.', |
|
| 387 | + 'info_en_cours_validation' => 'مقالاتك قيد التحرير', |
|
| 388 | + 'info_en_ligne' => 'متصل حالياً:', |
|
| 389 | + 'info_envoyer_message_prive' => 'ابعث برسالة خاصة لهذا المؤلف', |
|
| 390 | + 'info_erreur_requete' => 'خطأ في الاستفسار:', |
|
| 391 | + 'info_erreur_squelette2' => 'لا توجد صفحة نموذجية <b>@fichier@</b> متاحة...', |
|
| 392 | + 'info_erreur_systeme' => 'خطأ في النظام (خطأ رقم @errsys@)', |
|
| 393 | + 'info_erreur_systeme2' => 'قد يكون القرص الصلب ممتلئاً أو قد تكون قاعدة البيانات معطلة.<br /> |
|
| 394 | 394 | <span style="color:red;">حاول <a href=\'@script@\'>إصلاح القاعدة</a>، أو الاتصال بمضيف موقعك.</font> ', |
| 395 | - 'info_fini' => 'انتهى!', |
|
| 396 | - 'info_format_image' => 'تنسيق ملفات الصور الذي يمكن استخدامه لإنشاء المصغرات: @gd_formats@ .', |
|
| 397 | - 'info_format_non_defini' => 'تنسيق غير معروف', |
|
| 398 | - 'info_grand_ecran' => 'شاشة كبيرة', |
|
| 399 | - 'info_image_aide' => 'تعليمات', |
|
| 400 | - 'info_image_process_titre' => 'طريقة إنشاء المصغرات', |
|
| 401 | - 'info_impossible_lire_page' => '<b>خطأ!</b> لا يمكن قراءة الصفحة <tt><html>@test_proxy@</html></tt> عبر الجهاز الوكيل', |
|
| 402 | - 'info_installation_systeme_publication' => 'تثبيت نظام النشر...', |
|
| 403 | - 'info_installer_documents' => 'يمكنك تثبيت كل المستندات الموجودة في المجلد @upload@ آلياً.', |
|
| 404 | - 'info_installer_ftp' => 'بصفتك مديراً، يمكنك تثبيت (بواسطة بروتوكول FTP) ملفات في المجلد@upload@ من أجل تحديدهم في ما بعد مباشرة من هنا.', |
|
| 405 | - 'info_installer_images' => 'يمكنك تثبيت صور بتنسيقات JPEG وGIF وPNG.', |
|
| 406 | - 'info_installer_images_dossier' => 'تثبيت صور في المجلد @upload@ للتمكن من تحديدها هنا.', |
|
| 407 | - 'info_interface_complete' => 'واجهة كاملة', |
|
| 408 | - 'info_interface_simple' => 'واجهة مبسّطة', |
|
| 409 | - 'info_joindre_document_article' => 'يمكنك إرفاق مقالك بمستندات من الأنواع', |
|
| 410 | - 'info_joindre_document_rubrique' => 'يمكنك إضافة مستندات من الأنواع التالية إلى هذا القسم', |
|
| 411 | - 'info_joindre_documents_article' => 'يمكنك إرفاق مستندات من الأنواع التالية بمقالك :', |
|
| 412 | - 'info_l_article' => 'المقال', |
|
| 413 | - 'info_la_breve' => 'الخبر', |
|
| 414 | - 'info_la_rubrique' => 'القسم', |
|
| 415 | - 'info_langue_principale' => 'اللغة الأساسية للموقع', |
|
| 416 | - 'info_largeur_vignette' => '@largeur_vignette@ × @hauteur_vignette@ نقطة', |
|
| 417 | - 'info_les_auteurs_1' => 'من @les_auteurs@', |
|
| 418 | - 'info_logo_format_interdit' => 'الرموز بتنسيق @formats@ هي الوحيدة المسموح بها.', |
|
| 419 | - 'info_logo_max_poids' => 'يجب ألا يتعدى حجم الرموز @maxi@ (يبلغ حجم الملف الحالي @actuel@). ', |
|
| 420 | - 'info_mail_fournisseur' => '[email protected]', |
|
| 421 | - 'info_message_2' => 'رسالة', |
|
| 422 | - 'info_message_supprime' => 'تم حذف المشاركة', |
|
| 423 | - 'info_messages_nb' => '@nb@ رسالة', |
|
| 424 | - 'info_messages_un' => 'رسالة واحدة', |
|
| 425 | - 'info_mise_en_ligne' => 'تاريخ النشر:', |
|
| 426 | - 'info_modification_parametres_securite' => 'تعديل إعدادات الأمان', |
|
| 427 | - 'info_mois_courant' => 'في بحر الشهر:', |
|
| 428 | - 'info_mot_cle_ajoute' => 'تمت إضافة المفتاح التالي إلى', |
|
| 429 | - 'info_multi_herit' => 'اللغة الافتراضية', |
|
| 430 | - 'info_multi_langues_soulignees' => '<u>اللغات التي تحتها خط</u> تتمتع بترجمة كاملة او جزئية لكل نصوص الواجهة. فإذا حددت هذه اللغات، سيتم ترجمة العديد من عناصر الموقع العمومي (التواريخ والاستمارات) آلياً. أما بالنسبة للغات التي ليس تحتها خط، فستظهر هذه العناصر في لغة الموقع الأساسية.', |
|
| 431 | - 'info_multilinguisme' => 'تعدد اللغات', |
|
| 432 | - 'info_nom_non_utilisateurs_connectes' => 'اسمك لا يظهر في قائمة المستخدمين المتصلين.', |
|
| 433 | - 'info_nom_utilisateurs_connectes' => 'اسمك يظهر في قائمة المستخدمين المتصلين.', |
|
| 434 | - 'info_nombre_en_ligne' => 'متصل حالياً:', |
|
| 435 | - 'info_non_resultat' => 'لا توجد نتائج لـ "@cherche_mot@"', |
|
| 436 | - 'info_non_utilisation_messagerie' => 'أنت لا تستخدم المراسلة الداخلية في هذا الموقع.', |
|
| 437 | - 'info_nouveau_message' => 'وصلت رسالة جديدة', |
|
| 438 | - 'info_nouveaux_messages' => 'وصلت @total_messages@ رسالة جديدة', |
|
| 439 | - 'info_numero_abbreviation' => 'رقم', |
|
| 440 | - 'info_obligatoire' => 'هذه المعلومة إجبارية', |
|
| 441 | - 'info_page_actuelle' => 'الصفحة الحالية', |
|
| 442 | - 'info_pense_bete' => 'مذكرة', |
|
| 443 | - 'info_petit_ecran' => 'شاشة صغيرة', |
|
| 444 | - 'info_petition_close' => 'عريضة مقفلة', |
|
| 445 | - 'info_pixels' => 'نقطة', |
|
| 446 | - 'info_plusieurs_mots_trouves' => 'تم العثور على عدة مفاتيح لـ "@cherche_mot@" :', |
|
| 447 | - 'info_portfolio_automatique' => 'محفظة آلية:', |
|
| 448 | - 'info_premier_resultat' => '[النتائج الـ@debut_limit@ الأولى من أصل @total@]', |
|
| 449 | - 'info_premier_resultat_sur' => '[النتائج الـ@debut_limit@ الأولى من أصل @total@]', |
|
| 450 | - 'info_propose_1' => '[@nom_site_spip@] يقترح: @titre@', |
|
| 451 | - 'info_propose_2' => 'مقال معروض |
|
| 395 | + 'info_fini' => 'انتهى!', |
|
| 396 | + 'info_format_image' => 'تنسيق ملفات الصور الذي يمكن استخدامه لإنشاء المصغرات: @gd_formats@ .', |
|
| 397 | + 'info_format_non_defini' => 'تنسيق غير معروف', |
|
| 398 | + 'info_grand_ecran' => 'شاشة كبيرة', |
|
| 399 | + 'info_image_aide' => 'تعليمات', |
|
| 400 | + 'info_image_process_titre' => 'طريقة إنشاء المصغرات', |
|
| 401 | + 'info_impossible_lire_page' => '<b>خطأ!</b> لا يمكن قراءة الصفحة <tt><html>@test_proxy@</html></tt> عبر الجهاز الوكيل', |
|
| 402 | + 'info_installation_systeme_publication' => 'تثبيت نظام النشر...', |
|
| 403 | + 'info_installer_documents' => 'يمكنك تثبيت كل المستندات الموجودة في المجلد @upload@ آلياً.', |
|
| 404 | + 'info_installer_ftp' => 'بصفتك مديراً، يمكنك تثبيت (بواسطة بروتوكول FTP) ملفات في المجلد@upload@ من أجل تحديدهم في ما بعد مباشرة من هنا.', |
|
| 405 | + 'info_installer_images' => 'يمكنك تثبيت صور بتنسيقات JPEG وGIF وPNG.', |
|
| 406 | + 'info_installer_images_dossier' => 'تثبيت صور في المجلد @upload@ للتمكن من تحديدها هنا.', |
|
| 407 | + 'info_interface_complete' => 'واجهة كاملة', |
|
| 408 | + 'info_interface_simple' => 'واجهة مبسّطة', |
|
| 409 | + 'info_joindre_document_article' => 'يمكنك إرفاق مقالك بمستندات من الأنواع', |
|
| 410 | + 'info_joindre_document_rubrique' => 'يمكنك إضافة مستندات من الأنواع التالية إلى هذا القسم', |
|
| 411 | + 'info_joindre_documents_article' => 'يمكنك إرفاق مستندات من الأنواع التالية بمقالك :', |
|
| 412 | + 'info_l_article' => 'المقال', |
|
| 413 | + 'info_la_breve' => 'الخبر', |
|
| 414 | + 'info_la_rubrique' => 'القسم', |
|
| 415 | + 'info_langue_principale' => 'اللغة الأساسية للموقع', |
|
| 416 | + 'info_largeur_vignette' => '@largeur_vignette@ × @hauteur_vignette@ نقطة', |
|
| 417 | + 'info_les_auteurs_1' => 'من @les_auteurs@', |
|
| 418 | + 'info_logo_format_interdit' => 'الرموز بتنسيق @formats@ هي الوحيدة المسموح بها.', |
|
| 419 | + 'info_logo_max_poids' => 'يجب ألا يتعدى حجم الرموز @maxi@ (يبلغ حجم الملف الحالي @actuel@). ', |
|
| 420 | + 'info_mail_fournisseur' => '[email protected]', |
|
| 421 | + 'info_message_2' => 'رسالة', |
|
| 422 | + 'info_message_supprime' => 'تم حذف المشاركة', |
|
| 423 | + 'info_messages_nb' => '@nb@ رسالة', |
|
| 424 | + 'info_messages_un' => 'رسالة واحدة', |
|
| 425 | + 'info_mise_en_ligne' => 'تاريخ النشر:', |
|
| 426 | + 'info_modification_parametres_securite' => 'تعديل إعدادات الأمان', |
|
| 427 | + 'info_mois_courant' => 'في بحر الشهر:', |
|
| 428 | + 'info_mot_cle_ajoute' => 'تمت إضافة المفتاح التالي إلى', |
|
| 429 | + 'info_multi_herit' => 'اللغة الافتراضية', |
|
| 430 | + 'info_multi_langues_soulignees' => '<u>اللغات التي تحتها خط</u> تتمتع بترجمة كاملة او جزئية لكل نصوص الواجهة. فإذا حددت هذه اللغات، سيتم ترجمة العديد من عناصر الموقع العمومي (التواريخ والاستمارات) آلياً. أما بالنسبة للغات التي ليس تحتها خط، فستظهر هذه العناصر في لغة الموقع الأساسية.', |
|
| 431 | + 'info_multilinguisme' => 'تعدد اللغات', |
|
| 432 | + 'info_nom_non_utilisateurs_connectes' => 'اسمك لا يظهر في قائمة المستخدمين المتصلين.', |
|
| 433 | + 'info_nom_utilisateurs_connectes' => 'اسمك يظهر في قائمة المستخدمين المتصلين.', |
|
| 434 | + 'info_nombre_en_ligne' => 'متصل حالياً:', |
|
| 435 | + 'info_non_resultat' => 'لا توجد نتائج لـ "@cherche_mot@"', |
|
| 436 | + 'info_non_utilisation_messagerie' => 'أنت لا تستخدم المراسلة الداخلية في هذا الموقع.', |
|
| 437 | + 'info_nouveau_message' => 'وصلت رسالة جديدة', |
|
| 438 | + 'info_nouveaux_messages' => 'وصلت @total_messages@ رسالة جديدة', |
|
| 439 | + 'info_numero_abbreviation' => 'رقم', |
|
| 440 | + 'info_obligatoire' => 'هذه المعلومة إجبارية', |
|
| 441 | + 'info_page_actuelle' => 'الصفحة الحالية', |
|
| 442 | + 'info_pense_bete' => 'مذكرة', |
|
| 443 | + 'info_petit_ecran' => 'شاشة صغيرة', |
|
| 444 | + 'info_petition_close' => 'عريضة مقفلة', |
|
| 445 | + 'info_pixels' => 'نقطة', |
|
| 446 | + 'info_plusieurs_mots_trouves' => 'تم العثور على عدة مفاتيح لـ "@cherche_mot@" :', |
|
| 447 | + 'info_portfolio_automatique' => 'محفظة آلية:', |
|
| 448 | + 'info_premier_resultat' => '[النتائج الـ@debut_limit@ الأولى من أصل @total@]', |
|
| 449 | + 'info_premier_resultat_sur' => '[النتائج الـ@debut_limit@ الأولى من أصل @total@]', |
|
| 450 | + 'info_propose_1' => '[@nom_site_spip@] يقترح: @titre@', |
|
| 451 | + 'info_propose_2' => 'مقال معروض |
|
| 452 | 452 | ----------', |
| 453 | - 'info_propose_3' => 'المقال "@titre@" معروض للنشر.', |
|
| 454 | - 'info_propose_4' => 'أنت مدعو لمراجعته وإبداء رأيك', |
|
| 455 | - 'info_propose_5' => 'في المنتدى المرتبط به. إنه موجود على العنوان:', |
|
| 456 | - 'info_publie_01' => 'تم التصديق على المقال "@titre@" من قبل @connect_nom@ .', |
|
| 457 | - 'info_publie_1' => '[@nom_site_spip@] ينشر: @titre@', |
|
| 458 | - 'info_publie_2' => 'مقال منشور |
|
| 453 | + 'info_propose_3' => 'المقال "@titre@" معروض للنشر.', |
|
| 454 | + 'info_propose_4' => 'أنت مدعو لمراجعته وإبداء رأيك', |
|
| 455 | + 'info_propose_5' => 'في المنتدى المرتبط به. إنه موجود على العنوان:', |
|
| 456 | + 'info_publie_01' => 'تم التصديق على المقال "@titre@" من قبل @connect_nom@ .', |
|
| 457 | + 'info_publie_1' => '[@nom_site_spip@] ينشر: @titre@', |
|
| 458 | + 'info_publie_2' => 'مقال منشور |
|
| 459 | 459 | ----------', |
| 460 | - 'info_rechercher' => 'بحث', |
|
| 461 | - 'info_rechercher_02' => 'بحث:', |
|
| 462 | - 'info_remplacer_vignette' => 'استبدال المصغر الافتراضي برمز شخصي:', |
|
| 463 | - 'info_rubriques_nb' => '@nb@ قسم', |
|
| 464 | - 'info_rubriques_un' => 'قسم واحد', |
|
| 465 | - 'info_sans_titre_2' => 'بدون عنوان', |
|
| 466 | - 'info_selectionner_fichier' => 'يمكنك تحديد ملف من المجلد @upload@:', |
|
| 467 | - 'info_selectionner_fichier_2' => 'تحديد ملف:', |
|
| 468 | - 'info_sites_nb' => '@nb@ موقع', |
|
| 469 | - 'info_sites_un' => 'موقع واحد', |
|
| 470 | - 'info_supprimer_vignette' => 'حذف المصغر', |
|
| 471 | - 'info_symbole_bleu' => 'الرمز <b>أزرق</b> يرمز إلى <b>مذكرة</b>: أي رسالة لاستخدامك الشخصي.', |
|
| 472 | - 'info_symbole_jaune' => 'الرمز <b>أصفر</b> يرمز إلى <b>إعلان لجميع المحررين</b>: يمكن لجميع المدراء تحريره وهو ظاهر لجميع المحررين.', |
|
| 473 | - 'info_symbole_vert' => 'الرمز <b>أخضر</b> يرمز إلى <b>الرسائل المتبادلة بين مستخدمي</b> الموقع.', |
|
| 474 | - 'info_telecharger_nouveau_logo' => 'تحميل رمز جديد:', |
|
| 475 | - 'info_telecharger_ordinateur' => 'تحميل من جهازك:', |
|
| 476 | - 'info_tous_resultats_enregistres' => '[تم تسجيل كل النتائج]', |
|
| 477 | - 'info_tout_afficher' => 'إظهار الكل', |
|
| 478 | - 'info_travaux_texte' => 'هذا الموقع قيد الإعداد. برجاء العودة في وقت لاحق...', |
|
| 479 | - 'info_travaux_titre' => 'موقع قيد التصميم', |
|
| 480 | - 'info_trop_resultat' => 'تم العثور على عدد كبير جداً من النتائج لـ "@cherche_mot@" ، الرجاء زيادة دقة البحث.', |
|
| 481 | - 'info_utilisation_messagerie_interne' => 'أنت تستخدم المراسلة الداخلية في هذا الموقع.', |
|
| 482 | - 'info_valider_lien' => 'التصديق على هذه الوصلة', |
|
| 483 | - 'info_verifier_image' => '، الرجاء التأكد من أنه تم نقل الصور بشكل سليم.', |
|
| 484 | - 'info_vignette_defaut' => 'المصغر الافتراضي', |
|
| 485 | - 'info_vignette_personnalisee' => 'مصغر شخصي', |
|
| 486 | - 'info_visite' => 'زيارة:', |
|
| 487 | - 'info_vos_rendez_vous' => 'مواعيدك القادمة', |
|
| 488 | - 'infos_vos_pense_bete' => 'مذكراتك', |
|
| 460 | + 'info_rechercher' => 'بحث', |
|
| 461 | + 'info_rechercher_02' => 'بحث:', |
|
| 462 | + 'info_remplacer_vignette' => 'استبدال المصغر الافتراضي برمز شخصي:', |
|
| 463 | + 'info_rubriques_nb' => '@nb@ قسم', |
|
| 464 | + 'info_rubriques_un' => 'قسم واحد', |
|
| 465 | + 'info_sans_titre_2' => 'بدون عنوان', |
|
| 466 | + 'info_selectionner_fichier' => 'يمكنك تحديد ملف من المجلد @upload@:', |
|
| 467 | + 'info_selectionner_fichier_2' => 'تحديد ملف:', |
|
| 468 | + 'info_sites_nb' => '@nb@ موقع', |
|
| 469 | + 'info_sites_un' => 'موقع واحد', |
|
| 470 | + 'info_supprimer_vignette' => 'حذف المصغر', |
|
| 471 | + 'info_symbole_bleu' => 'الرمز <b>أزرق</b> يرمز إلى <b>مذكرة</b>: أي رسالة لاستخدامك الشخصي.', |
|
| 472 | + 'info_symbole_jaune' => 'الرمز <b>أصفر</b> يرمز إلى <b>إعلان لجميع المحررين</b>: يمكن لجميع المدراء تحريره وهو ظاهر لجميع المحررين.', |
|
| 473 | + 'info_symbole_vert' => 'الرمز <b>أخضر</b> يرمز إلى <b>الرسائل المتبادلة بين مستخدمي</b> الموقع.', |
|
| 474 | + 'info_telecharger_nouveau_logo' => 'تحميل رمز جديد:', |
|
| 475 | + 'info_telecharger_ordinateur' => 'تحميل من جهازك:', |
|
| 476 | + 'info_tous_resultats_enregistres' => '[تم تسجيل كل النتائج]', |
|
| 477 | + 'info_tout_afficher' => 'إظهار الكل', |
|
| 478 | + 'info_travaux_texte' => 'هذا الموقع قيد الإعداد. برجاء العودة في وقت لاحق...', |
|
| 479 | + 'info_travaux_titre' => 'موقع قيد التصميم', |
|
| 480 | + 'info_trop_resultat' => 'تم العثور على عدد كبير جداً من النتائج لـ "@cherche_mot@" ، الرجاء زيادة دقة البحث.', |
|
| 481 | + 'info_utilisation_messagerie_interne' => 'أنت تستخدم المراسلة الداخلية في هذا الموقع.', |
|
| 482 | + 'info_valider_lien' => 'التصديق على هذه الوصلة', |
|
| 483 | + 'info_verifier_image' => '، الرجاء التأكد من أنه تم نقل الصور بشكل سليم.', |
|
| 484 | + 'info_vignette_defaut' => 'المصغر الافتراضي', |
|
| 485 | + 'info_vignette_personnalisee' => 'مصغر شخصي', |
|
| 486 | + 'info_visite' => 'زيارة:', |
|
| 487 | + 'info_vos_rendez_vous' => 'مواعيدك القادمة', |
|
| 488 | + 'infos_vos_pense_bete' => 'مذكراتك', |
|
| 489 | 489 | |
| 490 | - // L |
|
| 491 | - 'label_ajout_id_rapide' => 'إضافة سريعة', |
|
| 492 | - 'label_poids_fichier' => 'الحجم', |
|
| 493 | - 'lien_afficher_icones_seuls' => 'عرض الرموز فقط', |
|
| 494 | - 'lien_afficher_texte_icones' => 'عرض الرموز والعناوين', |
|
| 495 | - 'lien_afficher_texte_seul' => 'عرض العناوين فقط', |
|
| 496 | - 'lien_aller_a_la_derniere_page' => 'الذهاب الى الصفحة الأخيرة', |
|
| 497 | - 'lien_aller_a_la_page_nb' => 'الذهاب الى الصفحة @nb@', |
|
| 498 | - 'lien_aller_a_la_page_precedente' => 'الذهاب الى الصفحة الالسابقة', |
|
| 499 | - 'lien_aller_a_la_page_suivante' => 'الذهاب الى الصفحة التالية', |
|
| 500 | - 'lien_aller_a_la_premiere_page' => 'الذهاب الى الصفحة الأولى', |
|
| 501 | - 'lien_liberer' => 'فك الحجز', |
|
| 502 | - 'lien_liberer_tous' => 'فك حجز الكل', |
|
| 503 | - 'lien_nouvea_pense_bete' => 'مذكرة جديدة', |
|
| 504 | - 'lien_nouveau_message' => 'رسالة جديدة', |
|
| 505 | - 'lien_nouvelle_annonce' => 'إعلان جديد', |
|
| 506 | - 'lien_petitions' => 'عريضة', |
|
| 507 | - 'lien_popularite' => 'شعبية: @popularite@%', |
|
| 508 | - 'lien_racine_site' => 'أصل الموقع', |
|
| 509 | - 'lien_reessayer' => 'إعادة المحاولة', |
|
| 510 | - 'lien_repondre_message' => 'الرد على هذه المشاركة', |
|
| 511 | - 'lien_supprimer' => 'حذف', |
|
| 512 | - 'lien_tout_afficher' => 'إظهار الكل', |
|
| 513 | - 'lien_visite_site' => 'زيارة هذا الموقع', |
|
| 514 | - 'lien_visites' => '@visites@ زيارة', |
|
| 515 | - 'lien_voir_auteur' => 'مراجعة هذا المؤلف', |
|
| 516 | - 'ligne' => 'سطر', |
|
| 517 | - 'login' => 'الدخول', |
|
| 518 | - 'login_acces_prive' => 'الدخول إلى المجال الخاص', |
|
| 519 | - 'login_autre_identifiant' => 'الاتصال بمعرّف آخر', |
|
| 520 | - 'login_cookie_accepte' => 'الرجاء تهيئ برنامج التصفح ليتقبلها (من هذا الموقع على الأقل)', |
|
| 521 | - 'login_cookie_oblige' => 'للتعريف عن نفسك بشكل آمن في هذا الموقع، يجب قبول الكعكات (cookies).', |
|
| 522 | - 'login_deconnexion_ok' => 'تم قطع الاتصال.', |
|
| 523 | - 'login_erreur_pass' => 'خطأ في كلمة السر.', |
|
| 524 | - 'login_espace_prive' => 'المجال الخاص', |
|
| 525 | - 'login_identifiant_inconnu' => 'المعرّف «@login@» غير معروف.', |
|
| 526 | - 'login_login' => 'المعرّف:', |
|
| 527 | - 'login_login2' => 'المعرّف او عنوان البريد الالكتروني:', |
|
| 528 | - 'login_login_pass_incorrect' => '(خطأ في المعرّف أو كلمة السر).', |
|
| 529 | - 'login_motpasseoublie' => 'هل نسيت كلمة السر؟', |
|
| 530 | - 'login_non_securise' => 'لطفا، هذه الاستمارة غير آمنة. |
|
| 490 | + // L |
|
| 491 | + 'label_ajout_id_rapide' => 'إضافة سريعة', |
|
| 492 | + 'label_poids_fichier' => 'الحجم', |
|
| 493 | + 'lien_afficher_icones_seuls' => 'عرض الرموز فقط', |
|
| 494 | + 'lien_afficher_texte_icones' => 'عرض الرموز والعناوين', |
|
| 495 | + 'lien_afficher_texte_seul' => 'عرض العناوين فقط', |
|
| 496 | + 'lien_aller_a_la_derniere_page' => 'الذهاب الى الصفحة الأخيرة', |
|
| 497 | + 'lien_aller_a_la_page_nb' => 'الذهاب الى الصفحة @nb@', |
|
| 498 | + 'lien_aller_a_la_page_precedente' => 'الذهاب الى الصفحة الالسابقة', |
|
| 499 | + 'lien_aller_a_la_page_suivante' => 'الذهاب الى الصفحة التالية', |
|
| 500 | + 'lien_aller_a_la_premiere_page' => 'الذهاب الى الصفحة الأولى', |
|
| 501 | + 'lien_liberer' => 'فك الحجز', |
|
| 502 | + 'lien_liberer_tous' => 'فك حجز الكل', |
|
| 503 | + 'lien_nouvea_pense_bete' => 'مذكرة جديدة', |
|
| 504 | + 'lien_nouveau_message' => 'رسالة جديدة', |
|
| 505 | + 'lien_nouvelle_annonce' => 'إعلان جديد', |
|
| 506 | + 'lien_petitions' => 'عريضة', |
|
| 507 | + 'lien_popularite' => 'شعبية: @popularite@%', |
|
| 508 | + 'lien_racine_site' => 'أصل الموقع', |
|
| 509 | + 'lien_reessayer' => 'إعادة المحاولة', |
|
| 510 | + 'lien_repondre_message' => 'الرد على هذه المشاركة', |
|
| 511 | + 'lien_supprimer' => 'حذف', |
|
| 512 | + 'lien_tout_afficher' => 'إظهار الكل', |
|
| 513 | + 'lien_visite_site' => 'زيارة هذا الموقع', |
|
| 514 | + 'lien_visites' => '@visites@ زيارة', |
|
| 515 | + 'lien_voir_auteur' => 'مراجعة هذا المؤلف', |
|
| 516 | + 'ligne' => 'سطر', |
|
| 517 | + 'login' => 'الدخول', |
|
| 518 | + 'login_acces_prive' => 'الدخول إلى المجال الخاص', |
|
| 519 | + 'login_autre_identifiant' => 'الاتصال بمعرّف آخر', |
|
| 520 | + 'login_cookie_accepte' => 'الرجاء تهيئ برنامج التصفح ليتقبلها (من هذا الموقع على الأقل)', |
|
| 521 | + 'login_cookie_oblige' => 'للتعريف عن نفسك بشكل آمن في هذا الموقع، يجب قبول الكعكات (cookies).', |
|
| 522 | + 'login_deconnexion_ok' => 'تم قطع الاتصال.', |
|
| 523 | + 'login_erreur_pass' => 'خطأ في كلمة السر.', |
|
| 524 | + 'login_espace_prive' => 'المجال الخاص', |
|
| 525 | + 'login_identifiant_inconnu' => 'المعرّف «@login@» غير معروف.', |
|
| 526 | + 'login_login' => 'المعرّف:', |
|
| 527 | + 'login_login2' => 'المعرّف او عنوان البريد الالكتروني:', |
|
| 528 | + 'login_login_pass_incorrect' => '(خطأ في المعرّف أو كلمة السر).', |
|
| 529 | + 'login_motpasseoublie' => 'هل نسيت كلمة السر؟', |
|
| 530 | + 'login_non_securise' => 'لطفا، هذه الاستمارة غير آمنة. |
|
| 531 | 531 | إذا كنت ترغب أن تكون كلمة سرك |
| 532 | 532 | آمنة على الشبكة، يجب تفعيل جافاسكريبت |
| 533 | 533 | في برنامج التصفح', |
| 534 | - 'login_nouvelle_tentative' => 'محاولة جديدة', |
|
| 535 | - 'login_par_ici' => 'أنت مسجّل... توجه من هنا...', |
|
| 536 | - 'login_pass2' => 'كلمة السر:', |
|
| 537 | - 'login_preferez_refuser' => '<b>إذا كنت تفضل عدم قبول الكعكات</b>، يمكنك استخدام طريقة دخول أخرى (أقل أماناً):', |
|
| 538 | - 'login_recharger' => 'وإعادة تحميل الصفحة', |
|
| 539 | - 'login_rester_identifie' => 'تذكروني', |
|
| 540 | - 'login_retour_public' => 'عودة إلى الموقع العام', |
|
| 541 | - 'login_retour_site' => 'عودة إلى الموقع العام', |
|
| 542 | - 'login_retoursitepublic' => 'عودة إلى الموقع العام', |
|
| 543 | - 'login_sans_cookie' => 'تعريف بدون الكعكة', |
|
| 544 | - 'login_securise' => 'تعريف مؤمّن', |
|
| 545 | - 'login_sinscrire' => 'تسجيل', |
|
| 546 | - 'login_test_navigateur' => 'تجربة المتصفح/إعادة الاتصال', |
|
| 547 | - 'login_verifiez_navigateur' => '(على أي حال، تأكد من أن المتصفح لم يقم بحفظ كلمة سرك...)', |
|
| 534 | + 'login_nouvelle_tentative' => 'محاولة جديدة', |
|
| 535 | + 'login_par_ici' => 'أنت مسجّل... توجه من هنا...', |
|
| 536 | + 'login_pass2' => 'كلمة السر:', |
|
| 537 | + 'login_preferez_refuser' => '<b>إذا كنت تفضل عدم قبول الكعكات</b>، يمكنك استخدام طريقة دخول أخرى (أقل أماناً):', |
|
| 538 | + 'login_recharger' => 'وإعادة تحميل الصفحة', |
|
| 539 | + 'login_rester_identifie' => 'تذكروني', |
|
| 540 | + 'login_retour_public' => 'عودة إلى الموقع العام', |
|
| 541 | + 'login_retour_site' => 'عودة إلى الموقع العام', |
|
| 542 | + 'login_retoursitepublic' => 'عودة إلى الموقع العام', |
|
| 543 | + 'login_sans_cookie' => 'تعريف بدون الكعكة', |
|
| 544 | + 'login_securise' => 'تعريف مؤمّن', |
|
| 545 | + 'login_sinscrire' => 'تسجيل', |
|
| 546 | + 'login_test_navigateur' => 'تجربة المتصفح/إعادة الاتصال', |
|
| 547 | + 'login_verifiez_navigateur' => '(على أي حال، تأكد من أن المتصفح لم يقم بحفظ كلمة سرك...)', |
|
| 548 | 548 | |
| 549 | - // M |
|
| 550 | - 'masquer_colonne' => 'حجب هذا العمود', |
|
| 551 | - 'masquer_trad' => 'حجب الترجمات', |
|
| 552 | - 'message_nouveaux_identifiants_echec' => 'لا يمكن إنشاء معرف وكلمة سر جديدين.', |
|
| 553 | - 'message_nouveaux_identifiants_echec_envoi' => 'مشكلة في إرسال المعرف وكلمة السر الجديدين.', |
|
| 554 | - 'message_nouveaux_identifiants_ok' => 'تم إرسال المعرف وكلمة السر الجديدين الى @email@.', |
|
| 555 | - 'module_fichiers_langues' => 'ملفات اللغة', |
|
| 549 | + // M |
|
| 550 | + 'masquer_colonne' => 'حجب هذا العمود', |
|
| 551 | + 'masquer_trad' => 'حجب الترجمات', |
|
| 552 | + 'message_nouveaux_identifiants_echec' => 'لا يمكن إنشاء معرف وكلمة سر جديدين.', |
|
| 553 | + 'message_nouveaux_identifiants_echec_envoi' => 'مشكلة في إرسال المعرف وكلمة السر الجديدين.', |
|
| 554 | + 'message_nouveaux_identifiants_ok' => 'تم إرسال المعرف وكلمة السر الجديدين الى @email@.', |
|
| 555 | + 'module_fichiers_langues' => 'ملفات اللغة', |
|
| 556 | 556 | |
| 557 | - // N |
|
| 558 | - 'navigateur_pas_redirige' => 'إذا لم تتم إعادة توجيه متصفحك، انقر هنا للمتابعة.', |
|
| 559 | - 'numero' => 'رقم', |
|
| 557 | + // N |
|
| 558 | + 'navigateur_pas_redirige' => 'إذا لم تتم إعادة توجيه متصفحك، انقر هنا للمتابعة.', |
|
| 559 | + 'numero' => 'رقم', |
|
| 560 | 560 | |
| 561 | - // O |
|
| 562 | - 'occurence' => 'ظهور', |
|
| 563 | - 'onglet_affacer_base' => 'حذف قاعدة البيانات', |
|
| 564 | - 'onglet_auteur' => 'المؤلف', |
|
| 565 | - 'onglet_contenu_site' => 'محتوى الموقع', |
|
| 566 | - 'onglet_evolution_visite_mod' => 'تطور', |
|
| 567 | - 'onglet_fonctions_avances' => 'الوظائف المتطورة', |
|
| 568 | - 'onglet_informations_personnelles' => 'المعلومات الشخصية', |
|
| 569 | - 'onglet_interactivite' => 'التفاعلية', |
|
| 570 | - 'onglet_messagerie' => 'المراسلة', |
|
| 571 | - 'onglet_repartition_rubrique' => 'التوزيع حسب الأقسام', |
|
| 572 | - 'onglet_save_restaur_base' => 'نسخ احتياطي / استرجاع القاعدة', |
|
| 573 | - 'onglet_vider_cache' => 'تفريغ الذاكرة المخبأة', |
|
| 561 | + // O |
|
| 562 | + 'occurence' => 'ظهور', |
|
| 563 | + 'onglet_affacer_base' => 'حذف قاعدة البيانات', |
|
| 564 | + 'onglet_auteur' => 'المؤلف', |
|
| 565 | + 'onglet_contenu_site' => 'محتوى الموقع', |
|
| 566 | + 'onglet_evolution_visite_mod' => 'تطور', |
|
| 567 | + 'onglet_fonctions_avances' => 'الوظائف المتطورة', |
|
| 568 | + 'onglet_informations_personnelles' => 'المعلومات الشخصية', |
|
| 569 | + 'onglet_interactivite' => 'التفاعلية', |
|
| 570 | + 'onglet_messagerie' => 'المراسلة', |
|
| 571 | + 'onglet_repartition_rubrique' => 'التوزيع حسب الأقسام', |
|
| 572 | + 'onglet_save_restaur_base' => 'نسخ احتياطي / استرجاع القاعدة', |
|
| 573 | + 'onglet_vider_cache' => 'تفريغ الذاكرة المخبأة', |
|
| 574 | 574 | |
| 575 | - // P |
|
| 576 | - 'pass_choix_pass' => 'الرجاء اختيار كلمة السر الجديدة:', |
|
| 577 | - 'pass_erreur' => 'خطأ', |
|
| 578 | - 'pass_erreur_acces_refuse' => '<b>خطأ:< b> لم تعد تملك حق الدخول إلى هذا الموقع.', |
|
| 579 | - 'pass_erreur_code_inconnu' => '<b>خطأ:< b> هذا المعرّف لا يتناسب مع أي من الزوار الذين يتمتعون بحق الدخول إلى هذا الموقع.', |
|
| 580 | - 'pass_erreur_non_enregistre' => '<b>خطأ:< b> العنوان <tt>@email_oubli@</tt> ليس مسجلاً في هذا الموقع.', |
|
| 581 | - 'pass_erreur_non_valide' => '<b>خطأ:< b> العنوان <tt>@email_oubli@</tt> ليس صالحاً.', |
|
| 582 | - 'pass_erreur_probleme_technique' => '<b>خطأ:< b> لم يتم بعث هذه الرسالة بسبب مشكلة تقنية.', |
|
| 583 | - 'pass_espace_prive_bla' => 'المجال الخاص لهذا الموقع مفتوح |
|
| 575 | + // P |
|
| 576 | + 'pass_choix_pass' => 'الرجاء اختيار كلمة السر الجديدة:', |
|
| 577 | + 'pass_erreur' => 'خطأ', |
|
| 578 | + 'pass_erreur_acces_refuse' => '<b>خطأ:< b> لم تعد تملك حق الدخول إلى هذا الموقع.', |
|
| 579 | + 'pass_erreur_code_inconnu' => '<b>خطأ:< b> هذا المعرّف لا يتناسب مع أي من الزوار الذين يتمتعون بحق الدخول إلى هذا الموقع.', |
|
| 580 | + 'pass_erreur_non_enregistre' => '<b>خطأ:< b> العنوان <tt>@email_oubli@</tt> ليس مسجلاً في هذا الموقع.', |
|
| 581 | + 'pass_erreur_non_valide' => '<b>خطأ:< b> العنوان <tt>@email_oubli@</tt> ليس صالحاً.', |
|
| 582 | + 'pass_erreur_probleme_technique' => '<b>خطأ:< b> لم يتم بعث هذه الرسالة بسبب مشكلة تقنية.', |
|
| 583 | + 'pass_espace_prive_bla' => 'المجال الخاص لهذا الموقع مفتوح |
|
| 584 | 584 | للزوار بعد تسجيلهم. بعد تسجيلك |
| 585 | 585 | يمكنك مراجعة المقالات قيد التحرير |
| 586 | 586 | واقتراح مقالات والمشاركة في كل المنتديات.', |
| 587 | - 'pass_forum_bla' => 'طلبت المشاركة في منتدى |
|
| 587 | + 'pass_forum_bla' => 'طلبت المشاركة في منتدى |
|
| 588 | 588 | محصور بالزوار المسجلين.', |
| 589 | - 'pass_indiquez_cidessous' => 'قم بإدخال العنوان الإلكتروني الذي |
|
| 589 | + 'pass_indiquez_cidessous' => 'قم بإدخال العنوان الإلكتروني الذي |
|
| 590 | 590 | تسجلت بواستطه سابقاً. |
| 591 | 591 | ستحصل على رسالة تفسر لك كيفية |
| 592 | 592 | استعادة دخولك.', |
| 593 | - 'pass_mail_passcookie' => '(هذه رسالة آلية) |
|
| 593 | + 'pass_mail_passcookie' => '(هذه رسالة آلية) |
|
| 594 | 594 | لاستعادة دخولك إلى الموقع |
| 595 | 595 | @nom_site_spip@ (@adresse_site@) |
| 596 | 596 | |
@@ -602,145 +602,145 @@ discard block |
||
| 602 | 602 | وإعادة الاتصال بالموقع. |
| 603 | 603 | |
| 604 | 604 | ', |
| 605 | - 'pass_mot_oublie' => 'نسيان كلمة السر', |
|
| 606 | - 'pass_nouveau_enregistre' => 'تم تسجيل كلمة سرك الجديدة.', |
|
| 607 | - 'pass_nouveau_pass' => 'كلمة السر الجديدة', |
|
| 608 | - 'pass_ok' => 'موافق', |
|
| 609 | - 'pass_oubli_mot' => 'نسيان كلمة السر', |
|
| 610 | - 'pass_procedure_changer' => 'من أجل تغيير كلمة السر، قم بأدخال عنوان البريد الالكتروني المرتبط بحسابك.', |
|
| 611 | - 'pass_quitter_fenetre' => 'إقفال هذه النافذة', |
|
| 612 | - 'pass_rappel_login' => 'تذكير: معرّفك هو «@login@».', |
|
| 613 | - 'pass_recevoir_mail' => 'تم ارسال رابط لإعادة تأصيل كلمة السر الى عنوان البريد لديك (اذا كان صالحاً).', |
|
| 614 | - 'pass_retour_public' => 'عودة إلى الموقع العام', |
|
| 615 | - 'pass_rien_a_faire_ici' => 'لا شغل لك هنا.', |
|
| 616 | - 'pass_vousinscrire' => 'تسجيلك في الموقع', |
|
| 617 | - 'precedent' => 'السابق', |
|
| 618 | - 'previsualisation' => 'عرض مسبق', |
|
| 619 | - 'previsualiser' => 'عرض مسبق', |
|
| 605 | + 'pass_mot_oublie' => 'نسيان كلمة السر', |
|
| 606 | + 'pass_nouveau_enregistre' => 'تم تسجيل كلمة سرك الجديدة.', |
|
| 607 | + 'pass_nouveau_pass' => 'كلمة السر الجديدة', |
|
| 608 | + 'pass_ok' => 'موافق', |
|
| 609 | + 'pass_oubli_mot' => 'نسيان كلمة السر', |
|
| 610 | + 'pass_procedure_changer' => 'من أجل تغيير كلمة السر، قم بأدخال عنوان البريد الالكتروني المرتبط بحسابك.', |
|
| 611 | + 'pass_quitter_fenetre' => 'إقفال هذه النافذة', |
|
| 612 | + 'pass_rappel_login' => 'تذكير: معرّفك هو «@login@».', |
|
| 613 | + 'pass_recevoir_mail' => 'تم ارسال رابط لإعادة تأصيل كلمة السر الى عنوان البريد لديك (اذا كان صالحاً).', |
|
| 614 | + 'pass_retour_public' => 'عودة إلى الموقع العام', |
|
| 615 | + 'pass_rien_a_faire_ici' => 'لا شغل لك هنا.', |
|
| 616 | + 'pass_vousinscrire' => 'تسجيلك في الموقع', |
|
| 617 | + 'precedent' => 'السابق', |
|
| 618 | + 'previsualisation' => 'عرض مسبق', |
|
| 619 | + 'previsualiser' => 'عرض مسبق', |
|
| 620 | 620 | |
| 621 | - // R |
|
| 622 | - 'retour' => 'عودة', |
|
| 621 | + // R |
|
| 622 | + 'retour' => 'عودة', |
|
| 623 | 623 | |
| 624 | - // S |
|
| 625 | - 'spip_conforme_dtd' => 'يعتبر SPIP أن هذا المستند مطابق لتحديد DOCTYPE:', |
|
| 626 | - 'squelette' => 'صفحة نموذجية', |
|
| 627 | - 'squelette_inclus_ligne' => 'صفحة نموذجية مدمجة، سطر', |
|
| 628 | - 'squelette_ligne' => 'صفحة نموذجية، سطر', |
|
| 629 | - 'stats_visites_et_popularite' => '@visites@ زيارة؛ شعبية: @popularite@', |
|
| 630 | - 'suivant' => 'التالي', |
|
| 624 | + // S |
|
| 625 | + 'spip_conforme_dtd' => 'يعتبر SPIP أن هذا المستند مطابق لتحديد DOCTYPE:', |
|
| 626 | + 'squelette' => 'صفحة نموذجية', |
|
| 627 | + 'squelette_inclus_ligne' => 'صفحة نموذجية مدمجة، سطر', |
|
| 628 | + 'squelette_ligne' => 'صفحة نموذجية، سطر', |
|
| 629 | + 'stats_visites_et_popularite' => '@visites@ زيارة؛ شعبية: @popularite@', |
|
| 630 | + 'suivant' => 'التالي', |
|
| 631 | 631 | |
| 632 | - // T |
|
| 633 | - 'taille_go' => '@taille@ غيغابايت', |
|
| 634 | - 'taille_ko' => '@taille@ كيلوبايت', |
|
| 635 | - 'taille_mo' => '@taille@ ميغابايت', |
|
| 636 | - 'taille_octets' => '@taille@ بايت', |
|
| 637 | - 'texte_actualite_site_1' => 'عندما تتأقلم مع واجهة النظام انقر على «', |
|
| 638 | - 'texte_actualite_site_2' => 'الواجهة الكاملة', |
|
| 639 | - 'texte_actualite_site_3' => '» لإتاحة المزيد من الوظائف.', |
|
| 640 | - 'texte_creation_automatique_vignette' => 'لقد تم تفعيل الإنشاء الآلي لمصغرات المعاينة. إذا استخدمت هذه الاستمارة لإدخال صور بتنسيق (أو تنسيقات) @gd_formats@، سيتم تزويدها بمصغر لا يزيد حجمه عن @taille_preview@ نقطة. ', |
|
| 641 | - 'texte_documents_associes' => 'المستندات التالية ترافق المقال، |
|
| 632 | + // T |
|
| 633 | + 'taille_go' => '@taille@ غيغابايت', |
|
| 634 | + 'taille_ko' => '@taille@ كيلوبايت', |
|
| 635 | + 'taille_mo' => '@taille@ ميغابايت', |
|
| 636 | + 'taille_octets' => '@taille@ بايت', |
|
| 637 | + 'texte_actualite_site_1' => 'عندما تتأقلم مع واجهة النظام انقر على «', |
|
| 638 | + 'texte_actualite_site_2' => 'الواجهة الكاملة', |
|
| 639 | + 'texte_actualite_site_3' => '» لإتاحة المزيد من الوظائف.', |
|
| 640 | + 'texte_creation_automatique_vignette' => 'لقد تم تفعيل الإنشاء الآلي لمصغرات المعاينة. إذا استخدمت هذه الاستمارة لإدخال صور بتنسيق (أو تنسيقات) @gd_formats@، سيتم تزويدها بمصغر لا يزيد حجمه عن @taille_preview@ نقطة. ', |
|
| 641 | + 'texte_documents_associes' => 'المستندات التالية ترافق المقال، |
|
| 642 | 642 | لكنها لم تُدرج |
| 643 | 643 | مباشرة. بالاعتماد على تصميم الموقع العمومي، |
| 644 | 644 | قد تظهر على شكل مستندات مرفقة.', |
| 645 | - 'texte_erreur_mise_niveau_base' => 'خطأ في قاعدة البيانات خلال الترقية. |
|
| 645 | + 'texte_erreur_mise_niveau_base' => 'خطأ في قاعدة البيانات خلال الترقية. |
|
| 646 | 646 | تعذر تمرير الصورة <b>@fichier@</b> (المقال @id_article@). |
| 647 | 647 | سجل هذا المرجع وحاول إعادة عملية |
| 648 | 648 | الترقية، وأخيراً تأكد من أن الصور لا تزال تظهر |
| 649 | 649 | في المقالات.', |
| 650 | - 'texte_erreur_visiteur' => 'حاولت الدخول إلى المجال الخاص بمعرّف لا يسمح بذلك.', |
|
| 651 | - 'texte_inc_auth_1' => 'عرّفت عن نفسك |
|
| 650 | + 'texte_erreur_visiteur' => 'حاولت الدخول إلى المجال الخاص بمعرّف لا يسمح بذلك.', |
|
| 651 | + 'texte_inc_auth_1' => 'عرّفت عن نفسك |
|
| 652 | 652 | بالمعرّف <b>@auth_login@</b>، لكنه غير (لم يعد) موجود في قاعدة البيانات. |
| 653 | 653 | حاول ', |
| 654 | - 'texte_inc_auth_2' => 'إعادة الاتصال', |
|
| 655 | - 'texte_inc_auth_3' => '، بعد إنهاء المتصفح ثم |
|
| 654 | + 'texte_inc_auth_2' => 'إعادة الاتصال', |
|
| 655 | + 'texte_inc_auth_3' => '، بعد إنهاء المتصفح ثم |
|
| 656 | 656 | إعادة تشغيله إذا اقتضت الحاجة.', |
| 657 | - 'texte_inc_config' => 'التغييرات الداخلة على هذه الصفحة تؤثر بشكل ملحوظ على |
|
| 657 | + 'texte_inc_config' => 'التغييرات الداخلة على هذه الصفحة تؤثر بشكل ملحوظ على |
|
| 658 | 658 | تشغيل الموقع. يستحسن عدم إدخال تغييرات قبل |
| 659 | 659 | التأقلم مع نظام SPIP للنشر. <br /><br /><b>بشكل |
| 660 | 660 | عام، ننصحك |
| 661 | 661 | بحصر التعامل مع هذه الصفحات بالمسؤول الأساسي عن تصميم الموقع.</b>', |
| 662 | - 'texte_inc_meta_1' => 'واجه النظام خطأً خلال كتابة الملف <code>@fichier@</code>. بصفتك أحد مدراء الموقع، الرجاء', |
|
| 663 | - 'texte_inc_meta_2' => 'التأكد من حقوق الكتابة', |
|
| 664 | - 'texte_inc_meta_3' => 'الخاصة بالدليل <code>@repertoire@</code>. ', |
|
| 665 | - 'texte_statut_en_cours_redaction' => 'قيد التحرير', |
|
| 666 | - 'texte_statut_poubelle' => 'إلى المهملات', |
|
| 667 | - 'texte_statut_propose_evaluation' => 'معروض للتقييم', |
|
| 668 | - 'texte_statut_publie' => 'منشور', |
|
| 669 | - 'texte_statut_refuse' => 'مرفوض', |
|
| 670 | - 'titre_ajouter_mot_cle' => 'إضافة مفتاح:', |
|
| 671 | - 'titre_cadre_raccourcis' => 'اختصارات:', |
|
| 672 | - 'titre_changer_couleur_interface' => 'تغيير لون الواجهة', |
|
| 673 | - 'titre_image_admin_article' => 'أنت مخول إدارة هذا المقال', |
|
| 674 | - 'titre_image_administrateur' => 'مدير', |
|
| 675 | - 'titre_image_aide' => 'تعليمات حول هذا العنصر', |
|
| 676 | - 'titre_image_auteur_supprime' => 'مؤلف محذوف', |
|
| 677 | - 'titre_image_redacteur' => 'محرر دون إذن دخول', |
|
| 678 | - 'titre_image_redacteur_02' => 'محرر', |
|
| 679 | - 'titre_image_selecteur' => 'عرض القائمة', |
|
| 680 | - 'titre_image_visiteur' => 'زائر', |
|
| 681 | - 'titre_joindre_document' => 'إرفاق مستند', |
|
| 682 | - 'titre_mots_cles' => 'المفاتيح', |
|
| 683 | - 'titre_probleme_technique' => 'تحذير: مشكلة تقنية (خادم SQL) تمنع الدخول إلى هذا الجزء من الموقع. شكراً على تفهمكم.', |
|
| 684 | - 'titre_publier_document' => 'نشر مستند في هذا القسم', |
|
| 685 | - 'titre_signatures_attente' => 'تواقيع بانتظار التصديق', |
|
| 686 | - 'titre_signatures_confirmees' => 'توقيعات مصدّقة', |
|
| 687 | - 'titre_statistiques' => 'إحصاءات الموقع', |
|
| 688 | - 'titre_titre_document' => 'اسم المستند: ', |
|
| 689 | - 'todo' => 'قريباً', |
|
| 690 | - 'trad_definir_reference' => 'اختيار "@titre@" كمرجع للترجمات', |
|
| 691 | - 'trad_reference' => '(مرجع الترجمات)', |
|
| 662 | + 'texte_inc_meta_1' => 'واجه النظام خطأً خلال كتابة الملف <code>@fichier@</code>. بصفتك أحد مدراء الموقع، الرجاء', |
|
| 663 | + 'texte_inc_meta_2' => 'التأكد من حقوق الكتابة', |
|
| 664 | + 'texte_inc_meta_3' => 'الخاصة بالدليل <code>@repertoire@</code>. ', |
|
| 665 | + 'texte_statut_en_cours_redaction' => 'قيد التحرير', |
|
| 666 | + 'texte_statut_poubelle' => 'إلى المهملات', |
|
| 667 | + 'texte_statut_propose_evaluation' => 'معروض للتقييم', |
|
| 668 | + 'texte_statut_publie' => 'منشور', |
|
| 669 | + 'texte_statut_refuse' => 'مرفوض', |
|
| 670 | + 'titre_ajouter_mot_cle' => 'إضافة مفتاح:', |
|
| 671 | + 'titre_cadre_raccourcis' => 'اختصارات:', |
|
| 672 | + 'titre_changer_couleur_interface' => 'تغيير لون الواجهة', |
|
| 673 | + 'titre_image_admin_article' => 'أنت مخول إدارة هذا المقال', |
|
| 674 | + 'titre_image_administrateur' => 'مدير', |
|
| 675 | + 'titre_image_aide' => 'تعليمات حول هذا العنصر', |
|
| 676 | + 'titre_image_auteur_supprime' => 'مؤلف محذوف', |
|
| 677 | + 'titre_image_redacteur' => 'محرر دون إذن دخول', |
|
| 678 | + 'titre_image_redacteur_02' => 'محرر', |
|
| 679 | + 'titre_image_selecteur' => 'عرض القائمة', |
|
| 680 | + 'titre_image_visiteur' => 'زائر', |
|
| 681 | + 'titre_joindre_document' => 'إرفاق مستند', |
|
| 682 | + 'titre_mots_cles' => 'المفاتيح', |
|
| 683 | + 'titre_probleme_technique' => 'تحذير: مشكلة تقنية (خادم SQL) تمنع الدخول إلى هذا الجزء من الموقع. شكراً على تفهمكم.', |
|
| 684 | + 'titre_publier_document' => 'نشر مستند في هذا القسم', |
|
| 685 | + 'titre_signatures_attente' => 'تواقيع بانتظار التصديق', |
|
| 686 | + 'titre_signatures_confirmees' => 'توقيعات مصدّقة', |
|
| 687 | + 'titre_statistiques' => 'إحصاءات الموقع', |
|
| 688 | + 'titre_titre_document' => 'اسم المستند: ', |
|
| 689 | + 'todo' => 'قريباً', |
|
| 690 | + 'trad_definir_reference' => 'اختيار "@titre@" كمرجع للترجمات', |
|
| 691 | + 'trad_reference' => '(مرجع الترجمات)', |
|
| 692 | 692 | |
| 693 | - // U |
|
| 694 | - 'upload_limit' => 'حجم هذا الملف أكبر مما يتحمل جهاز الخدمة: الحجم الأقصى المسموح به <b>للتنزيل</b> هو @max@.', |
|
| 693 | + // U |
|
| 694 | + 'upload_limit' => 'حجم هذا الملف أكبر مما يتحمل جهاز الخدمة: الحجم الأقصى المسموح به <b>للتنزيل</b> هو @max@.', |
|
| 695 | 695 | |
| 696 | - // Z |
|
| 697 | - 'zbug_balise_b_aval' => ': العلامة B متأخرة', |
|
| 698 | - 'zbug_balise_inexistante' => 'خطأ في الاعلان عن العلامة @balise@ لـ@from@', |
|
| 699 | - 'zbug_balise_sans_argument' => 'عامل غير موجود في علامة @balise@', |
|
| 700 | - 'zbug_boucle' => 'حلقة', |
|
| 701 | - 'zbug_boucle_recursive_undef' => 'حلقة دورية غير معرّفة: @nom@', |
|
| 702 | - 'zbug_calcul' => 'حساب', |
|
| 703 | - 'zbug_champ_hors_boucle' => 'الحقل @champ@ خارج الحلقة', |
|
| 704 | - 'zbug_champ_hors_critere' => 'الحقل @champ@ خارج المقياس @critere@', |
|
| 705 | - 'zbug_champ_hors_motif' => 'الحقل @champ@ خارج سياق @motif@', |
|
| 706 | - 'zbug_code' => 'الرموز البرمجية', |
|
| 707 | - 'zbug_critere_inconnu' => 'معيار غير معروف @critere@', |
|
| 708 | - 'zbug_critere_sur_table_sans_cle_primaire' => '{@critere@} على جدول دون مفتاح اساسي افرادي', |
|
| 709 | - 'zbug_distant_interdit' => 'عملية خارجية ممنوعة', |
|
| 710 | - 'zbug_doublon_table_sans_cle_primaire' => 'قيمة مكررة في جدول لا يملك مفتاح أساسي', |
|
| 711 | - 'zbug_doublon_table_sans_index' => 'تكرار في جدول غير مفهرس', |
|
| 712 | - 'zbug_erreur_boucle_double' => 'تعريف متكرر للحلقة @id@', |
|
| 713 | - 'zbug_erreur_boucle_fermant' => 'علامة إغلاق غائبة في حلقة @id@', |
|
| 714 | - 'zbug_erreur_boucle_syntaxe' => 'تركيب حلقة @id@ غير صحيح', |
|
| 715 | - 'zbug_erreur_compilation' => 'خطأ تصنيف', |
|
| 716 | - 'zbug_erreur_execution_page' => 'خطأ في التنفيذ', |
|
| 717 | - 'zbug_erreur_filtre' => 'المرشح @filtre@ غير معرّف ', |
|
| 718 | - 'zbug_erreur_meme_parent' => 'لا ينطبق معيار {meme_parent} إلا على حلقتي (FORUMS) أو (RUBRIQUES)', |
|
| 719 | - 'zbug_erreur_squelette' => 'خطأ في الصفحة النموذجية', |
|
| 720 | - 'zbug_hors_compilation' => 'خارج التصنيف', |
|
| 721 | - 'zbug_info_erreur_squelette' => 'خطأ في الموفع', |
|
| 722 | - 'zbug_inversion_ordre_inexistant' => 'عكس ترتيب غير موجود أصلاً', |
|
| 723 | - 'zbug_pagination_sans_critere' => 'علامة PAGINATION# بدون معيار {pagination} أو مستخدمة في حلقة دورية', |
|
| 724 | - 'zbug_parametres_inclus_incorrects' => 'عامل إدراج غير صحيحة: @param@', |
|
| 725 | - 'zbug_profile' => 'فترة المعالجة: @time@', |
|
| 726 | - 'zbug_resultat' => 'النتيجة', |
|
| 727 | - 'zbug_serveur_indefini' => 'خادم SQL غير محدد', |
|
| 728 | - 'zbug_statistiques' => 'احصاءات استفسارات SQL مرتبة حسب المدة', |
|
| 729 | - 'zbug_table_inconnue' => 'جدول SQL هو «@table@» غير معروف', |
|
| 730 | - 'zxml_connus_attributs' => 'خاصيات معروفة', |
|
| 731 | - 'zxml_de' => 'من', |
|
| 732 | - 'zxml_inconnu_attribut' => 'خاصية غير معروفة', |
|
| 733 | - 'zxml_inconnu_balise' => 'علامة غير معروفة', |
|
| 734 | - 'zxml_inconnu_entite' => 'كائن غير معروف', |
|
| 735 | - 'zxml_inconnu_id' => 'هوية ID غير معروفة', |
|
| 736 | - 'zxml_mais_de' => 'لكن من', |
|
| 737 | - 'zxml_non_conforme' => 'غير مطابق للشكل', |
|
| 738 | - 'zxml_non_fils' => 'ليس من سلالة', |
|
| 739 | - 'zxml_nonvide_balise' => 'علامة غير فارغة', |
|
| 740 | - 'zxml_obligatoire_attribut' => 'خاصية إجبارية لكنها غير موجودة في', |
|
| 741 | - 'zxml_succession_fils_incorrecte' => 'تتابع سلالات غير سليم', |
|
| 742 | - 'zxml_survoler' => 'الحوم لعرض الصحيح', |
|
| 743 | - 'zxml_valeur_attribut' => 'قيمة الخاصية', |
|
| 744 | - 'zxml_vide_balise' => 'علامة فارغة', |
|
| 745 | - 'zxml_vu' => 'ظهر مسبقاً' |
|
| 696 | + // Z |
|
| 697 | + 'zbug_balise_b_aval' => ': العلامة B متأخرة', |
|
| 698 | + 'zbug_balise_inexistante' => 'خطأ في الاعلان عن العلامة @balise@ لـ@from@', |
|
| 699 | + 'zbug_balise_sans_argument' => 'عامل غير موجود في علامة @balise@', |
|
| 700 | + 'zbug_boucle' => 'حلقة', |
|
| 701 | + 'zbug_boucle_recursive_undef' => 'حلقة دورية غير معرّفة: @nom@', |
|
| 702 | + 'zbug_calcul' => 'حساب', |
|
| 703 | + 'zbug_champ_hors_boucle' => 'الحقل @champ@ خارج الحلقة', |
|
| 704 | + 'zbug_champ_hors_critere' => 'الحقل @champ@ خارج المقياس @critere@', |
|
| 705 | + 'zbug_champ_hors_motif' => 'الحقل @champ@ خارج سياق @motif@', |
|
| 706 | + 'zbug_code' => 'الرموز البرمجية', |
|
| 707 | + 'zbug_critere_inconnu' => 'معيار غير معروف @critere@', |
|
| 708 | + 'zbug_critere_sur_table_sans_cle_primaire' => '{@critere@} على جدول دون مفتاح اساسي افرادي', |
|
| 709 | + 'zbug_distant_interdit' => 'عملية خارجية ممنوعة', |
|
| 710 | + 'zbug_doublon_table_sans_cle_primaire' => 'قيمة مكررة في جدول لا يملك مفتاح أساسي', |
|
| 711 | + 'zbug_doublon_table_sans_index' => 'تكرار في جدول غير مفهرس', |
|
| 712 | + 'zbug_erreur_boucle_double' => 'تعريف متكرر للحلقة @id@', |
|
| 713 | + 'zbug_erreur_boucle_fermant' => 'علامة إغلاق غائبة في حلقة @id@', |
|
| 714 | + 'zbug_erreur_boucle_syntaxe' => 'تركيب حلقة @id@ غير صحيح', |
|
| 715 | + 'zbug_erreur_compilation' => 'خطأ تصنيف', |
|
| 716 | + 'zbug_erreur_execution_page' => 'خطأ في التنفيذ', |
|
| 717 | + 'zbug_erreur_filtre' => 'المرشح @filtre@ غير معرّف ', |
|
| 718 | + 'zbug_erreur_meme_parent' => 'لا ينطبق معيار {meme_parent} إلا على حلقتي (FORUMS) أو (RUBRIQUES)', |
|
| 719 | + 'zbug_erreur_squelette' => 'خطأ في الصفحة النموذجية', |
|
| 720 | + 'zbug_hors_compilation' => 'خارج التصنيف', |
|
| 721 | + 'zbug_info_erreur_squelette' => 'خطأ في الموفع', |
|
| 722 | + 'zbug_inversion_ordre_inexistant' => 'عكس ترتيب غير موجود أصلاً', |
|
| 723 | + 'zbug_pagination_sans_critere' => 'علامة PAGINATION# بدون معيار {pagination} أو مستخدمة في حلقة دورية', |
|
| 724 | + 'zbug_parametres_inclus_incorrects' => 'عامل إدراج غير صحيحة: @param@', |
|
| 725 | + 'zbug_profile' => 'فترة المعالجة: @time@', |
|
| 726 | + 'zbug_resultat' => 'النتيجة', |
|
| 727 | + 'zbug_serveur_indefini' => 'خادم SQL غير محدد', |
|
| 728 | + 'zbug_statistiques' => 'احصاءات استفسارات SQL مرتبة حسب المدة', |
|
| 729 | + 'zbug_table_inconnue' => 'جدول SQL هو «@table@» غير معروف', |
|
| 730 | + 'zxml_connus_attributs' => 'خاصيات معروفة', |
|
| 731 | + 'zxml_de' => 'من', |
|
| 732 | + 'zxml_inconnu_attribut' => 'خاصية غير معروفة', |
|
| 733 | + 'zxml_inconnu_balise' => 'علامة غير معروفة', |
|
| 734 | + 'zxml_inconnu_entite' => 'كائن غير معروف', |
|
| 735 | + 'zxml_inconnu_id' => 'هوية ID غير معروفة', |
|
| 736 | + 'zxml_mais_de' => 'لكن من', |
|
| 737 | + 'zxml_non_conforme' => 'غير مطابق للشكل', |
|
| 738 | + 'zxml_non_fils' => 'ليس من سلالة', |
|
| 739 | + 'zxml_nonvide_balise' => 'علامة غير فارغة', |
|
| 740 | + 'zxml_obligatoire_attribut' => 'خاصية إجبارية لكنها غير موجودة في', |
|
| 741 | + 'zxml_succession_fils_incorrecte' => 'تتابع سلالات غير سليم', |
|
| 742 | + 'zxml_survoler' => 'الحوم لعرض الصحيح', |
|
| 743 | + 'zxml_valeur_attribut' => 'قيمة الخاصية', |
|
| 744 | + 'zxml_vide_balise' => 'علامة فارغة', |
|
| 745 | + 'zxml_vu' => 'ظهر مسبقاً' |
|
| 746 | 746 | ); |
@@ -4,430 +4,430 @@ 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' => 'تفعيل الملحق', |
|
| 14 | - 'affichage' => 'عرض', |
|
| 15 | - 'aide_non_disponible' => 'هذا القسم من التعليمات الفورية غير متوافر حالياً بهذه اللغة.', |
|
| 16 | - 'annuler_recherche' => 'إلغاء البحث', |
|
| 17 | - 'auteur' => 'المؤلف:', |
|
| 18 | - 'avis_acces_interdit' => 'الدخول محظور', |
|
| 19 | - 'avis_acces_interdit_prive' => 'ليس لديكم الأذونات الكافية للدخول الى الصفح <b>@exec@</b>.', |
|
| 20 | - 'avis_article_modifie' => 'تحذير، @nom_auteur_modif@ عمل على هذا المقال منذ @date_diff@ دقيقة', |
|
| 21 | - 'avis_aucun_resultat' => 'لا توجد نتائج.', |
|
| 22 | - 'avis_base_inaccessible' => 'لا يمكن الاتصال بقاعدة بيانات @base@.', |
|
| 23 | - 'avis_chemin_invalide_1' => 'لا يبدو المسار', |
|
| 24 | - 'avis_chemin_invalide_2' => 'الذي حددته صالحاً. الرجاء العودة الى الصفحة السابقة والتأكد من المعلومات المدخلة. والتأكد من المعلومات المدخلة.', |
|
| 25 | - 'avis_connexion_echec_1' => 'فشل الاتصال بقاعدة البيانات.', |
|
| 26 | - 'avis_connexion_echec_2' => 'عد الى الصفحة السابقة وتأكد من صحة المعلومات التي أدخلتها.', |
|
| 27 | - 'avis_connexion_echec_3' => '<b>ملاحظة</b> في العديد من اجهزة الخدمة، عليك <b>بطلب</b> تفعيل الدخول الى قاعدة البيانات قبل التمكن من استخدامها. اذا لم تتمكن من الاتصال بالقاعدة، تأكد من انك نفذت هذه الخطوة.', |
|
| 28 | - 'avis_connexion_erreur_creer_base' => 'لم يتم إنشاء قاعدة البيانات', |
|
| 29 | - 'avis_connexion_erreur_nom_base' => 'لا يجب ان يحتوي اسم القاعدة الا احرف وأرقام', |
|
| 30 | - 'avis_connexion_ldap_echec_1' => 'الاتصال بخادم LDAP فشل.', |
|
| 31 | - 'avis_connexion_ldap_echec_2' => 'عد الى الصفحة السابقة وتأكد من صحة المعلومات التي أدخلتها.', |
|
| 32 | - 'avis_connexion_ldap_echec_3' => 'وإلا، لا تستخدم دعم LDAP لجلب المستخدمين.', |
|
| 33 | - 'avis_deplacement_rubrique' => 'تحذير! يحتوي هذا القسم على @contient_breves@ خبر@scb@: إذا قمت بنقله، الرجاء تأشير هذا الخيار لتأكيد طلبك.', |
|
| 34 | - 'avis_erreur_connexion_mysql' => 'خطأ اتصالي SQL', |
|
| 35 | - 'avis_espace_interdit' => '<b>مجال ممنوع</b> <div>SPIP مثبت مسبقاً.</div>', |
|
| 36 | - 'avis_lecture_noms_bases_1' => 'لم يتمكن المثبت من قراءة أسماء قواعد البيانات المثبتة.', |
|
| 37 | - 'avis_lecture_noms_bases_2' => 'إما لا توجد قاعدة بيانات متوافرة أو تم ايقاف وظيفة عرض قواعد البيانات |
|
| 12 | + // A |
|
| 13 | + 'activer_plugin' => 'تفعيل الملحق', |
|
| 14 | + 'affichage' => 'عرض', |
|
| 15 | + 'aide_non_disponible' => 'هذا القسم من التعليمات الفورية غير متوافر حالياً بهذه اللغة.', |
|
| 16 | + 'annuler_recherche' => 'إلغاء البحث', |
|
| 17 | + 'auteur' => 'المؤلف:', |
|
| 18 | + 'avis_acces_interdit' => 'الدخول محظور', |
|
| 19 | + 'avis_acces_interdit_prive' => 'ليس لديكم الأذونات الكافية للدخول الى الصفح <b>@exec@</b>.', |
|
| 20 | + 'avis_article_modifie' => 'تحذير، @nom_auteur_modif@ عمل على هذا المقال منذ @date_diff@ دقيقة', |
|
| 21 | + 'avis_aucun_resultat' => 'لا توجد نتائج.', |
|
| 22 | + 'avis_base_inaccessible' => 'لا يمكن الاتصال بقاعدة بيانات @base@.', |
|
| 23 | + 'avis_chemin_invalide_1' => 'لا يبدو المسار', |
|
| 24 | + 'avis_chemin_invalide_2' => 'الذي حددته صالحاً. الرجاء العودة الى الصفحة السابقة والتأكد من المعلومات المدخلة. والتأكد من المعلومات المدخلة.', |
|
| 25 | + 'avis_connexion_echec_1' => 'فشل الاتصال بقاعدة البيانات.', |
|
| 26 | + 'avis_connexion_echec_2' => 'عد الى الصفحة السابقة وتأكد من صحة المعلومات التي أدخلتها.', |
|
| 27 | + 'avis_connexion_echec_3' => '<b>ملاحظة</b> في العديد من اجهزة الخدمة، عليك <b>بطلب</b> تفعيل الدخول الى قاعدة البيانات قبل التمكن من استخدامها. اذا لم تتمكن من الاتصال بالقاعدة، تأكد من انك نفذت هذه الخطوة.', |
|
| 28 | + 'avis_connexion_erreur_creer_base' => 'لم يتم إنشاء قاعدة البيانات', |
|
| 29 | + 'avis_connexion_erreur_nom_base' => 'لا يجب ان يحتوي اسم القاعدة الا احرف وأرقام', |
|
| 30 | + 'avis_connexion_ldap_echec_1' => 'الاتصال بخادم LDAP فشل.', |
|
| 31 | + 'avis_connexion_ldap_echec_2' => 'عد الى الصفحة السابقة وتأكد من صحة المعلومات التي أدخلتها.', |
|
| 32 | + 'avis_connexion_ldap_echec_3' => 'وإلا، لا تستخدم دعم LDAP لجلب المستخدمين.', |
|
| 33 | + 'avis_deplacement_rubrique' => 'تحذير! يحتوي هذا القسم على @contient_breves@ خبر@scb@: إذا قمت بنقله، الرجاء تأشير هذا الخيار لتأكيد طلبك.', |
|
| 34 | + 'avis_erreur_connexion_mysql' => 'خطأ اتصالي SQL', |
|
| 35 | + 'avis_espace_interdit' => '<b>مجال ممنوع</b> <div>SPIP مثبت مسبقاً.</div>', |
|
| 36 | + 'avis_lecture_noms_bases_1' => 'لم يتمكن المثبت من قراءة أسماء قواعد البيانات المثبتة.', |
|
| 37 | + 'avis_lecture_noms_bases_2' => 'إما لا توجد قاعدة بيانات متوافرة أو تم ايقاف وظيفة عرض قواعد البيانات |
|
| 38 | 38 | لأسباب أمنية (هكذا الحال لدى العديد من المضيفين).', |
| 39 | - 'avis_lecture_noms_bases_3' => 'إذا كانت الحال الثانية صحيحة، قد يكون هناك قاعدة بيانات تحمل إسم معرّف الدخول لديك يمكن استخدامها:', |
|
| 40 | - 'avis_non_acces_page' => 'لا تملك إمتياز الدخول الى هذه الصفحة.', |
|
| 41 | - 'avis_operation_echec' => 'العملية فشلت.', |
|
| 42 | - 'avis_operation_impossible' => 'عملية غير ممكنة', |
|
| 43 | - 'avis_suppression_base' => 'تحذير، حذف البيانات لا يمكن التراجع عنه', |
|
| 39 | + 'avis_lecture_noms_bases_3' => 'إذا كانت الحال الثانية صحيحة، قد يكون هناك قاعدة بيانات تحمل إسم معرّف الدخول لديك يمكن استخدامها:', |
|
| 40 | + 'avis_non_acces_page' => 'لا تملك إمتياز الدخول الى هذه الصفحة.', |
|
| 41 | + 'avis_operation_echec' => 'العملية فشلت.', |
|
| 42 | + 'avis_operation_impossible' => 'عملية غير ممكنة', |
|
| 43 | + 'avis_suppression_base' => 'تحذير، حذف البيانات لا يمكن التراجع عنه', |
|
| 44 | 44 | |
| 45 | - // B |
|
| 46 | - 'bouton_acces_ldap' => 'إضافة الوصول الى LDAP', |
|
| 47 | - 'bouton_ajouter' => 'إضافة', |
|
| 48 | - 'bouton_annuler' => 'الغاء', |
|
| 49 | - 'bouton_cache_activer' => 'إعادة تشغيل الذاكرة المخبأة', |
|
| 50 | - 'bouton_cache_desactiver' => 'إيقاف الذاكرة المخبأة مؤقتاً', |
|
| 51 | - 'bouton_demande_publication' => 'طلب نشر هذا المقال', |
|
| 52 | - 'bouton_desactive_tout' => 'تعطيل الكل', |
|
| 53 | - 'bouton_desinstaller' => 'إزالة التثبيت', |
|
| 54 | - 'bouton_effacer_tout' => 'حذف الكل', |
|
| 55 | - 'bouton_envoyer_message' => 'صيغة نهائية : إرسال', |
|
| 56 | - 'bouton_fermer' => 'إغلاق', |
|
| 57 | - 'bouton_mettre_a_jour_base' => 'تحديث قاعدة البيانات', |
|
| 58 | - 'bouton_modifier' => 'تغيير', |
|
| 59 | - 'bouton_radio_afficher' => 'إظهار', |
|
| 60 | - 'bouton_radio_apparaitre_liste_redacteurs_connectes' => 'الظهور في قائمة المحررين المتصلين', |
|
| 61 | - 'bouton_radio_envoi_annonces_adresse' => 'إرسال الإعلانات الى العنوان:', |
|
| 62 | - 'bouton_radio_envoi_liste_nouveautes' => 'إرسال قائمة بالأخبار', |
|
| 63 | - 'bouton_radio_non_apparaitre_liste_redacteurs_connectes' => 'عدم الظهور في قائمة المحررين', |
|
| 64 | - 'bouton_radio_non_envoi_annonces_editoriales' => 'عدم إرسال أي إعلان تحرير', |
|
| 65 | - 'bouton_redirection' => 'إعادة توجيه', |
|
| 66 | - 'bouton_reinitialiser_aux_valeurs_par_defaut' => 'إعادة التأصيل الى القيم القياسية', |
|
| 67 | - 'bouton_relancer_inscription' => 'إعادة تشغيل التسجيل', |
|
| 68 | - 'bouton_relancer_inscriptions' => 'إعادة تشغيل التسجيلات', |
|
| 69 | - 'bouton_relancer_installation' => 'إعادة إطلاق عملية التثبيت', |
|
| 70 | - 'bouton_reset_password' => 'إنشاء كلمة سر جديدة وإرسالها بالبريد الإلكتروني', |
|
| 71 | - 'bouton_suivant' => 'التالي', |
|
| 72 | - 'bouton_tenter_recuperation' => 'محاولة إصلاح', |
|
| 73 | - 'bouton_test_proxy' => 'اختبار الجهاز الوكيل', |
|
| 74 | - 'bouton_vider_cache' => 'تفريغ ذاكرة كاش', |
|
| 45 | + // B |
|
| 46 | + 'bouton_acces_ldap' => 'إضافة الوصول الى LDAP', |
|
| 47 | + 'bouton_ajouter' => 'إضافة', |
|
| 48 | + 'bouton_annuler' => 'الغاء', |
|
| 49 | + 'bouton_cache_activer' => 'إعادة تشغيل الذاكرة المخبأة', |
|
| 50 | + 'bouton_cache_desactiver' => 'إيقاف الذاكرة المخبأة مؤقتاً', |
|
| 51 | + 'bouton_demande_publication' => 'طلب نشر هذا المقال', |
|
| 52 | + 'bouton_desactive_tout' => 'تعطيل الكل', |
|
| 53 | + 'bouton_desinstaller' => 'إزالة التثبيت', |
|
| 54 | + 'bouton_effacer_tout' => 'حذف الكل', |
|
| 55 | + 'bouton_envoyer_message' => 'صيغة نهائية : إرسال', |
|
| 56 | + 'bouton_fermer' => 'إغلاق', |
|
| 57 | + 'bouton_mettre_a_jour_base' => 'تحديث قاعدة البيانات', |
|
| 58 | + 'bouton_modifier' => 'تغيير', |
|
| 59 | + 'bouton_radio_afficher' => 'إظهار', |
|
| 60 | + 'bouton_radio_apparaitre_liste_redacteurs_connectes' => 'الظهور في قائمة المحررين المتصلين', |
|
| 61 | + 'bouton_radio_envoi_annonces_adresse' => 'إرسال الإعلانات الى العنوان:', |
|
| 62 | + 'bouton_radio_envoi_liste_nouveautes' => 'إرسال قائمة بالأخبار', |
|
| 63 | + 'bouton_radio_non_apparaitre_liste_redacteurs_connectes' => 'عدم الظهور في قائمة المحررين', |
|
| 64 | + 'bouton_radio_non_envoi_annonces_editoriales' => 'عدم إرسال أي إعلان تحرير', |
|
| 65 | + 'bouton_redirection' => 'إعادة توجيه', |
|
| 66 | + 'bouton_reinitialiser_aux_valeurs_par_defaut' => 'إعادة التأصيل الى القيم القياسية', |
|
| 67 | + 'bouton_relancer_inscription' => 'إعادة تشغيل التسجيل', |
|
| 68 | + 'bouton_relancer_inscriptions' => 'إعادة تشغيل التسجيلات', |
|
| 69 | + 'bouton_relancer_installation' => 'إعادة إطلاق عملية التثبيت', |
|
| 70 | + 'bouton_reset_password' => 'إنشاء كلمة سر جديدة وإرسالها بالبريد الإلكتروني', |
|
| 71 | + 'bouton_suivant' => 'التالي', |
|
| 72 | + 'bouton_tenter_recuperation' => 'محاولة إصلاح', |
|
| 73 | + 'bouton_test_proxy' => 'اختبار الجهاز الوكيل', |
|
| 74 | + 'bouton_vider_cache' => 'تفريغ ذاكرة كاش', |
|
| 75 | 75 | |
| 76 | - // C |
|
| 77 | - 'cache_modifiable_webmestre' => 'يتم تعديل هذه القيمة من قبل مسؤول الموقع.', |
|
| 78 | - 'calendrier_synchro' => 'اذا كنت تستخدم برنامج ادارة مواعيد يتوافق مع <b>iCal</b>، يمكنك ان تطابقه مع نشاط هذا الموقع التحريري.', |
|
| 79 | - 'config_activer_champs' => 'تفعيل الحقول التالية', |
|
| 80 | - 'config_choix_base_sup' => 'تحديد قاعدة في هذا الخادم', |
|
| 81 | - 'config_erreur_base_sup' => 'لا يمكن لنظام SPIP الوصول الى لائحة القواعد المتاحة', |
|
| 82 | - 'config_info_base_sup' => 'اذا كان لديك قواعد بيانات اخرى لاستفسارها عبر SPIP، بواسطة خادم SQL الخاص به او بواسطة خادم اخر، تتيح لك الاستمارة ادناه بالإعلان عن تلك القواعد. اذا تركت حقولاً فارغة سيتم استخدام معرّفات الاتصال بقاعدة البيانات الأساسية.', |
|
| 83 | - 'config_info_base_sup_disponibles' => 'قواعد اضافية يمكن استفسارها:', |
|
| 84 | - 'config_info_enregistree' => 'تم حفظ الإعداد الجديد', |
|
| 85 | - 'config_info_logos' => 'اي عنصر من الموقع يمكن ان يملك رمزاً مثل «رمز الحوم» ', |
|
| 86 | - 'config_info_logos_utiliser' => 'استخدام الرموز', |
|
| 87 | - 'config_info_logos_utiliser_non' => 'عدم استخدام الرموز', |
|
| 88 | - 'config_info_logos_utiliser_survol' => 'استخدام رموز الحوم', |
|
| 89 | - 'config_info_logos_utiliser_survol_non' => 'عدم استخدام رموز الحوم', |
|
| 90 | - 'config_info_redirection' => 'بتفعيل هذا الخيار، يمكنك انشاء مقالات افتراضية تشكل مرجعاً بيسطاً لمقالات منشورة في مواقع اخرى او خارج SPIP.', |
|
| 91 | - 'config_redirection' => 'مقالات افتراضية', |
|
| 92 | - 'config_titre_base_sup' => 'الاعلان عن قاعدة اضافية', |
|
| 93 | - 'config_titre_base_sup_choix' => 'اختيار قاعدة اضافية', |
|
| 94 | - 'connexion_ldap' => 'اتصال:', |
|
| 95 | - 'creer_et_associer_un_auteur' => 'إنشاء مؤلف وربطه', |
|
| 76 | + // C |
|
| 77 | + 'cache_modifiable_webmestre' => 'يتم تعديل هذه القيمة من قبل مسؤول الموقع.', |
|
| 78 | + 'calendrier_synchro' => 'اذا كنت تستخدم برنامج ادارة مواعيد يتوافق مع <b>iCal</b>، يمكنك ان تطابقه مع نشاط هذا الموقع التحريري.', |
|
| 79 | + 'config_activer_champs' => 'تفعيل الحقول التالية', |
|
| 80 | + 'config_choix_base_sup' => 'تحديد قاعدة في هذا الخادم', |
|
| 81 | + 'config_erreur_base_sup' => 'لا يمكن لنظام SPIP الوصول الى لائحة القواعد المتاحة', |
|
| 82 | + 'config_info_base_sup' => 'اذا كان لديك قواعد بيانات اخرى لاستفسارها عبر SPIP، بواسطة خادم SQL الخاص به او بواسطة خادم اخر، تتيح لك الاستمارة ادناه بالإعلان عن تلك القواعد. اذا تركت حقولاً فارغة سيتم استخدام معرّفات الاتصال بقاعدة البيانات الأساسية.', |
|
| 83 | + 'config_info_base_sup_disponibles' => 'قواعد اضافية يمكن استفسارها:', |
|
| 84 | + 'config_info_enregistree' => 'تم حفظ الإعداد الجديد', |
|
| 85 | + 'config_info_logos' => 'اي عنصر من الموقع يمكن ان يملك رمزاً مثل «رمز الحوم» ', |
|
| 86 | + 'config_info_logos_utiliser' => 'استخدام الرموز', |
|
| 87 | + 'config_info_logos_utiliser_non' => 'عدم استخدام الرموز', |
|
| 88 | + 'config_info_logos_utiliser_survol' => 'استخدام رموز الحوم', |
|
| 89 | + 'config_info_logos_utiliser_survol_non' => 'عدم استخدام رموز الحوم', |
|
| 90 | + 'config_info_redirection' => 'بتفعيل هذا الخيار، يمكنك انشاء مقالات افتراضية تشكل مرجعاً بيسطاً لمقالات منشورة في مواقع اخرى او خارج SPIP.', |
|
| 91 | + 'config_redirection' => 'مقالات افتراضية', |
|
| 92 | + 'config_titre_base_sup' => 'الاعلان عن قاعدة اضافية', |
|
| 93 | + 'config_titre_base_sup_choix' => 'اختيار قاعدة اضافية', |
|
| 94 | + 'connexion_ldap' => 'اتصال:', |
|
| 95 | + 'creer_et_associer_un_auteur' => 'إنشاء مؤلف وربطه', |
|
| 96 | 96 | |
| 97 | - // D |
|
| 98 | - 'date_mot_heures' => 'ساعات', |
|
| 97 | + // D |
|
| 98 | + 'date_mot_heures' => 'ساعات', |
|
| 99 | 99 | |
| 100 | - // E |
|
| 101 | - 'ecran_securite' => '+ شاشة الأمان @version@', |
|
| 102 | - 'email' => 'البريد الالكتروني', |
|
| 103 | - 'email_2' => 'البريد الالكتروني :', |
|
| 104 | - 'en_savoir_plus' => 'مزيد من المعلومات', |
|
| 105 | - 'entree_adresse_annuaire' => 'عنوان الدليل', |
|
| 106 | - 'entree_adresse_email' => 'عنوانك الالكتروني', |
|
| 107 | - 'entree_adresse_email_2' => 'عنوان البريد الالكتروني', |
|
| 108 | - 'entree_base_donnee_1' => 'عنوان قاعدة البيانات', |
|
| 109 | - 'entree_base_donnee_2' => '(غالباً ما يتطابق هذا العنوان مع عنوان موقعك وأحياناً قد يكون عبارة «localhost» وأحياناً أخرى يترك فارغاً.)', |
|
| 110 | - 'entree_biographie' => 'سيرتك في بضع كلمات.', |
|
| 111 | - 'entree_chemin_acces' => '<b>إدخال</b> المسار:', |
|
| 112 | - 'entree_cle_pgp' => 'مفتاح PGP لديك', |
|
| 113 | - 'entree_cle_pgp_2' => 'مفتاح PGP', |
|
| 114 | - 'entree_contenu_rubrique' => '(محتوى القسم ببضع كلمات.)', |
|
| 115 | - 'entree_identifiants_connexion' => 'بيانات إتصالك...', |
|
| 116 | - 'entree_identifiants_connexion_2' => 'بيانات الاتصال', |
|
| 117 | - 'entree_informations_connexion_ldap' => 'الرجاء إدخال معلومات الاتصال بدليل LDAP في هذه الاستمارة. |
|
| 100 | + // E |
|
| 101 | + 'ecran_securite' => '+ شاشة الأمان @version@', |
|
| 102 | + 'email' => 'البريد الالكتروني', |
|
| 103 | + 'email_2' => 'البريد الالكتروني :', |
|
| 104 | + 'en_savoir_plus' => 'مزيد من المعلومات', |
|
| 105 | + 'entree_adresse_annuaire' => 'عنوان الدليل', |
|
| 106 | + 'entree_adresse_email' => 'عنوانك الالكتروني', |
|
| 107 | + 'entree_adresse_email_2' => 'عنوان البريد الالكتروني', |
|
| 108 | + 'entree_base_donnee_1' => 'عنوان قاعدة البيانات', |
|
| 109 | + 'entree_base_donnee_2' => '(غالباً ما يتطابق هذا العنوان مع عنوان موقعك وأحياناً قد يكون عبارة «localhost» وأحياناً أخرى يترك فارغاً.)', |
|
| 110 | + 'entree_biographie' => 'سيرتك في بضع كلمات.', |
|
| 111 | + 'entree_chemin_acces' => '<b>إدخال</b> المسار:', |
|
| 112 | + 'entree_cle_pgp' => 'مفتاح PGP لديك', |
|
| 113 | + 'entree_cle_pgp_2' => 'مفتاح PGP', |
|
| 114 | + 'entree_contenu_rubrique' => '(محتوى القسم ببضع كلمات.)', |
|
| 115 | + 'entree_identifiants_connexion' => 'بيانات إتصالك...', |
|
| 116 | + 'entree_identifiants_connexion_2' => 'بيانات الاتصال', |
|
| 117 | + 'entree_informations_connexion_ldap' => 'الرجاء إدخال معلومات الاتصال بدليل LDAP في هذه الاستمارة. |
|
| 118 | 118 | من المفترض أن تكون حصلت على هذه المعلومات من المسؤول عن نظامك |
| 119 | 119 | أو شبكتك.', |
| 120 | - 'entree_infos_perso' => 'عرّف بنفسك :', |
|
| 121 | - 'entree_infos_perso_2' => 'من هو المؤلف؟', |
|
| 122 | - 'entree_interieur_rubrique' => 'في القسم: ', |
|
| 123 | - 'entree_liens_sites' => '<b>وصلة هايبرتكست<b> (مرجع، موقع للزيارة...)', |
|
| 124 | - 'entree_login' => 'معرّف دخولك', |
|
| 125 | - 'entree_login_connexion_1' => 'معرّف الاتصال', |
|
| 126 | - 'entree_login_connexion_2' => '(أحياناً يتطابق مع معرّف دخول بروتوكول FTP وأحياناً أخرى يترك فارغاً)', |
|
| 127 | - 'entree_mot_passe' => 'كلمة سرك', |
|
| 128 | - 'entree_mot_passe_1' => 'كلمة سر الاتصال', |
|
| 129 | - 'entree_mot_passe_2' => '(أحياناً يتطابق مع كلمة سر بروتوكول FTPوأحياناً أخرى يترك فارغاً)', |
|
| 130 | - 'entree_nom_fichier' => 'الرجاء إدخال اسم الملف @texte_compresse@:', |
|
| 131 | - 'entree_nom_pseudo' => 'الإسم او اللقب', |
|
| 132 | - 'entree_nom_pseudo_1' => '(الإسم او اللقب)', |
|
| 133 | - 'entree_nom_pseudo_2' => 'الاسم او اللقب', |
|
| 134 | - 'entree_nom_site' => 'إسم موقعك', |
|
| 135 | - 'entree_nom_site_2' => 'اسم موقع المؤلف', |
|
| 136 | - 'entree_nouveau_passe' => 'كلمة السر الجديدة', |
|
| 137 | - 'entree_passe_ldap' => 'كلمة السر', |
|
| 138 | - 'entree_port_annuaire' => 'رقم منفذ الدليل', |
|
| 139 | - 'entree_signature' => 'التوقيع', |
|
| 140 | - 'entree_titre_obligatoire' => '<b>العنوان</b> [إجباري]<br />', |
|
| 141 | - 'entree_url' => 'عنوان موقعك', |
|
| 142 | - 'entree_url_2' => 'عنوان الموقع', |
|
| 143 | - 'erreur_connect_deja_existant' => 'يوجد حالياً جهاز خدمة بهذا الاسم', |
|
| 144 | - 'erreur_contenu_suspect' => 'تركيبة النص غير سليمة ', |
|
| 145 | - 'erreur_email_deja_existant' => 'هذا العنوان الالكتروني مسجل مسبقاً', |
|
| 146 | - 'erreur_nom_connect_incorrect' => 'هذا الاسم لجهاز الخدمة غير مسموح به', |
|
| 147 | - 'erreur_plugin_attribut_balise_manquant' => 'الخاصية @attribut@ غير موجودة في علامة @balise@.', |
|
| 148 | - 'erreur_plugin_desinstalation_echouee' => 'فشل الغاء تثبيت الملحق. ولكن يمكنك ايقافه.', |
|
| 149 | - 'erreur_plugin_fichier_absent' => 'ملف غير موجود', |
|
| 150 | - 'erreur_plugin_fichier_def_absent' => 'ملف اعداد غير موجود', |
|
| 151 | - 'erreur_plugin_nom_fonction_interdit' => 'اسم دالة غير مسموح به:', |
|
| 152 | - 'erreur_plugin_nom_manquant' => 'اسم الملحق غير الموجود', |
|
| 153 | - 'erreur_plugin_prefix_manquant' => 'حقل تسمية الملحق غير محدد', |
|
| 154 | - 'erreur_plugin_tag_plugin_absent' => '<plugin> غير موجود في ملف التعريف', |
|
| 155 | - 'erreur_plugin_version_manquant' => 'اصدار الملحق غير موجود', |
|
| 120 | + 'entree_infos_perso' => 'عرّف بنفسك :', |
|
| 121 | + 'entree_infos_perso_2' => 'من هو المؤلف؟', |
|
| 122 | + 'entree_interieur_rubrique' => 'في القسم: ', |
|
| 123 | + 'entree_liens_sites' => '<b>وصلة هايبرتكست<b> (مرجع، موقع للزيارة...)', |
|
| 124 | + 'entree_login' => 'معرّف دخولك', |
|
| 125 | + 'entree_login_connexion_1' => 'معرّف الاتصال', |
|
| 126 | + 'entree_login_connexion_2' => '(أحياناً يتطابق مع معرّف دخول بروتوكول FTP وأحياناً أخرى يترك فارغاً)', |
|
| 127 | + 'entree_mot_passe' => 'كلمة سرك', |
|
| 128 | + 'entree_mot_passe_1' => 'كلمة سر الاتصال', |
|
| 129 | + 'entree_mot_passe_2' => '(أحياناً يتطابق مع كلمة سر بروتوكول FTPوأحياناً أخرى يترك فارغاً)', |
|
| 130 | + 'entree_nom_fichier' => 'الرجاء إدخال اسم الملف @texte_compresse@:', |
|
| 131 | + 'entree_nom_pseudo' => 'الإسم او اللقب', |
|
| 132 | + 'entree_nom_pseudo_1' => '(الإسم او اللقب)', |
|
| 133 | + 'entree_nom_pseudo_2' => 'الاسم او اللقب', |
|
| 134 | + 'entree_nom_site' => 'إسم موقعك', |
|
| 135 | + 'entree_nom_site_2' => 'اسم موقع المؤلف', |
|
| 136 | + 'entree_nouveau_passe' => 'كلمة السر الجديدة', |
|
| 137 | + 'entree_passe_ldap' => 'كلمة السر', |
|
| 138 | + 'entree_port_annuaire' => 'رقم منفذ الدليل', |
|
| 139 | + 'entree_signature' => 'التوقيع', |
|
| 140 | + 'entree_titre_obligatoire' => '<b>العنوان</b> [إجباري]<br />', |
|
| 141 | + 'entree_url' => 'عنوان موقعك', |
|
| 142 | + 'entree_url_2' => 'عنوان الموقع', |
|
| 143 | + 'erreur_connect_deja_existant' => 'يوجد حالياً جهاز خدمة بهذا الاسم', |
|
| 144 | + 'erreur_contenu_suspect' => 'تركيبة النص غير سليمة ', |
|
| 145 | + 'erreur_email_deja_existant' => 'هذا العنوان الالكتروني مسجل مسبقاً', |
|
| 146 | + 'erreur_nom_connect_incorrect' => 'هذا الاسم لجهاز الخدمة غير مسموح به', |
|
| 147 | + 'erreur_plugin_attribut_balise_manquant' => 'الخاصية @attribut@ غير موجودة في علامة @balise@.', |
|
| 148 | + 'erreur_plugin_desinstalation_echouee' => 'فشل الغاء تثبيت الملحق. ولكن يمكنك ايقافه.', |
|
| 149 | + 'erreur_plugin_fichier_absent' => 'ملف غير موجود', |
|
| 150 | + 'erreur_plugin_fichier_def_absent' => 'ملف اعداد غير موجود', |
|
| 151 | + 'erreur_plugin_nom_fonction_interdit' => 'اسم دالة غير مسموح به:', |
|
| 152 | + 'erreur_plugin_nom_manquant' => 'اسم الملحق غير الموجود', |
|
| 153 | + 'erreur_plugin_prefix_manquant' => 'حقل تسمية الملحق غير محدد', |
|
| 154 | + 'erreur_plugin_tag_plugin_absent' => '<plugin> غير موجود في ملف التعريف', |
|
| 155 | + 'erreur_plugin_version_manquant' => 'اصدار الملحق غير موجود', |
|
| 156 | 156 | |
| 157 | - // H |
|
| 158 | - 'htaccess_a_simuler' => 'تحذير: إن إعداد خادم HTTP لديك يتجاهل ملفات @htaccess@. لتوفير أمان فعّال لموقعك، يجب تغيير الإعداد بخصوص هذه المسألة، او ان تكون قيم الثوابت @constantes@ (التي يمكن تحديدها في ملف mes_options.php) مجلدات من خارج @document_root@.', |
|
| 159 | - 'htaccess_inoperant' => 'htaccess غير فعّال', |
|
| 157 | + // H |
|
| 158 | + 'htaccess_a_simuler' => 'تحذير: إن إعداد خادم HTTP لديك يتجاهل ملفات @htaccess@. لتوفير أمان فعّال لموقعك، يجب تغيير الإعداد بخصوص هذه المسألة، او ان تكون قيم الثوابت @constantes@ (التي يمكن تحديدها في ملف mes_options.php) مجلدات من خارج @document_root@.', |
|
| 159 | + 'htaccess_inoperant' => 'htaccess غير فعّال', |
|
| 160 | 160 | |
| 161 | - // I |
|
| 162 | - 'ical_info1' => 'تقدم هذه الصفحة وسائل عدة للاتصال بنشاط الموقع.', |
|
| 163 | - 'ical_info2' => 'لمزيد من المعلومات حول هذه التقنيات يمكنك زيارة <a href="@spipnet@">توثيق SPIP</a>.', |
|
| 164 | - 'ical_info_calendrier' => 'هناك روزتامتان تحت تصرفك. الاولى هي عبارة عن خريطة للموقع تعلن عن كل المقالات المنشورة. اما الثانية، فتحتوي على اعلانات التحرير اضافة الى احدث رسائلك الشخصية: وهي مخصصة لك يحميها مفتاح شخصي يمكنك تغييره في اي وقت يتجديد كلمة سرك.', |
|
| 165 | - 'ical_methode_http' => 'تحميل', |
|
| 166 | - 'ical_methode_webcal' => 'تزامن (webcal://)', |
|
| 167 | - 'ical_texte_js' => 'يتيح لك سطر جافاسكريبت واحد عرض المقالات الحديثة التي تم نشرها في اي موقع يخصك.', |
|
| 168 | - 'ical_texte_prive' => 'تعلمك هذه الروزنامة، المحصورة بالاستخدام الشخصي، بالنشاط التحريري الخاص في هذا الموقع (المهمات والمواعيد الشخصية والاخبار المقترحة...).', |
|
| 169 | - 'ical_texte_public' => 'تتيح لك هذه الروزنامة متابعة النشاط العمومي في هذا الموقع (المقالات والاخبار المنشورة).', |
|
| 170 | - 'ical_texte_rss' => 'يمكنك ترخيص جديد هذا الموقع من خلال اي معالج ملفات بتنسيق XML/RSS (اي RDF Site Summary). وهو ايضاً التنسيق الذي يسمح لـSPIP بقراءة احدث ما ينشر في مواقع اخرى وذلك باستخدام تنسيق تبادل متوافق (مواقع مرخصة). ', |
|
| 171 | - 'ical_titre_js' => 'جافاسكريبت', |
|
| 172 | - 'ical_titre_mailing' => 'القائمة البريدية', |
|
| 173 | - 'ical_titre_rss' => 'ملفات الترخيص', |
|
| 174 | - 'icone_accueil' => 'الأساسية', |
|
| 175 | - 'icone_activer_cookie' => 'وضع كعكة', |
|
| 176 | - 'icone_activite' => 'نشاط الموقع', |
|
| 177 | - 'icone_admin_plugin' => 'ادارة الملحقات', |
|
| 178 | - 'icone_administration' => 'صيانة', |
|
| 179 | - 'icone_afficher_auteurs' => 'إظهار المؤلفين', |
|
| 180 | - 'icone_afficher_visiteurs' => 'عرض الزوار', |
|
| 181 | - 'icone_arret_discussion' => 'إيقاف المشاركة في هذا النقاش', |
|
| 182 | - 'icone_calendrier' => 'الروزنامة', |
|
| 183 | - 'icone_configuration' => 'إعداد', |
|
| 184 | - 'icone_creer_auteur' => 'إضافة مؤلف جديد وإشراكه في هذا المقال', |
|
| 185 | - 'icone_creer_mot_cle' => 'إنشاء مفتاح جديد وربطه بهذا المقال', |
|
| 186 | - 'icone_creer_rubrique_2' => 'إنشاء قسم جديد', |
|
| 187 | - 'icone_developpement' => 'تطوير', |
|
| 188 | - 'icone_edition' => 'تحرير', |
|
| 189 | - 'icone_ma_langue' => 'لغتي', |
|
| 190 | - 'icone_mes_infos' => 'بياناتي', |
|
| 191 | - 'icone_mes_preferences' => 'تفضيلاتي', |
|
| 192 | - 'icone_modifier_article' => 'تعديل هذا المقال', |
|
| 193 | - 'icone_modifier_rubrique' => 'تعديل هذا القسم', |
|
| 194 | - 'icone_publication' => 'نشر', |
|
| 195 | - 'icone_relancer_signataire' => 'تذكير الموقع', |
|
| 196 | - 'icone_retour' => 'رجوع', |
|
| 197 | - 'icone_retour_article' => 'عودة إلى المقال', |
|
| 198 | - 'icone_squelette' => 'صفحات نموذجية', |
|
| 199 | - 'icone_suivi_publication' => 'متابعة النشر', |
|
| 200 | - 'icone_supprimer_cookie' => 'حذف الكعكة', |
|
| 201 | - 'icone_supprimer_rubrique' => 'حذف هذا القسم', |
|
| 202 | - 'icone_supprimer_signature' => 'حذف هذا التوقيع', |
|
| 203 | - 'icone_valider_signature' => 'التصديق على هذا التوقيع', |
|
| 204 | - 'image_administrer_rubrique' => 'يمكنك إدارة هذا القسم', |
|
| 205 | - 'impossible_modifier_login_auteur' => 'لا يمكن تغيير المعرّف.', |
|
| 206 | - 'impossible_modifier_pass_auteur' => 'لا يمكن تغيير كلمة السر.', |
|
| 207 | - 'info_1_article' => 'مقال واحد', |
|
| 208 | - 'info_1_auteur' => 'مؤلف واحد', |
|
| 209 | - 'info_1_message' => 'رسالة واحدة', |
|
| 210 | - 'info_1_mot_cle' => 'مفتاح واحد', |
|
| 211 | - 'info_1_rubrique' => 'قسم واحد', |
|
| 212 | - 'info_1_visiteur' => 'زائر واحد', |
|
| 213 | - 'info_activer_cookie' => 'يمكنك تفعيل <b>كعكة إدارية</b>، تتيح لك |
|
| 161 | + // I |
|
| 162 | + 'ical_info1' => 'تقدم هذه الصفحة وسائل عدة للاتصال بنشاط الموقع.', |
|
| 163 | + 'ical_info2' => 'لمزيد من المعلومات حول هذه التقنيات يمكنك زيارة <a href="@spipnet@">توثيق SPIP</a>.', |
|
| 164 | + 'ical_info_calendrier' => 'هناك روزتامتان تحت تصرفك. الاولى هي عبارة عن خريطة للموقع تعلن عن كل المقالات المنشورة. اما الثانية، فتحتوي على اعلانات التحرير اضافة الى احدث رسائلك الشخصية: وهي مخصصة لك يحميها مفتاح شخصي يمكنك تغييره في اي وقت يتجديد كلمة سرك.', |
|
| 165 | + 'ical_methode_http' => 'تحميل', |
|
| 166 | + 'ical_methode_webcal' => 'تزامن (webcal://)', |
|
| 167 | + 'ical_texte_js' => 'يتيح لك سطر جافاسكريبت واحد عرض المقالات الحديثة التي تم نشرها في اي موقع يخصك.', |
|
| 168 | + 'ical_texte_prive' => 'تعلمك هذه الروزنامة، المحصورة بالاستخدام الشخصي، بالنشاط التحريري الخاص في هذا الموقع (المهمات والمواعيد الشخصية والاخبار المقترحة...).', |
|
| 169 | + 'ical_texte_public' => 'تتيح لك هذه الروزنامة متابعة النشاط العمومي في هذا الموقع (المقالات والاخبار المنشورة).', |
|
| 170 | + 'ical_texte_rss' => 'يمكنك ترخيص جديد هذا الموقع من خلال اي معالج ملفات بتنسيق XML/RSS (اي RDF Site Summary). وهو ايضاً التنسيق الذي يسمح لـSPIP بقراءة احدث ما ينشر في مواقع اخرى وذلك باستخدام تنسيق تبادل متوافق (مواقع مرخصة). ', |
|
| 171 | + 'ical_titre_js' => 'جافاسكريبت', |
|
| 172 | + 'ical_titre_mailing' => 'القائمة البريدية', |
|
| 173 | + 'ical_titre_rss' => 'ملفات الترخيص', |
|
| 174 | + 'icone_accueil' => 'الأساسية', |
|
| 175 | + 'icone_activer_cookie' => 'وضع كعكة', |
|
| 176 | + 'icone_activite' => 'نشاط الموقع', |
|
| 177 | + 'icone_admin_plugin' => 'ادارة الملحقات', |
|
| 178 | + 'icone_administration' => 'صيانة', |
|
| 179 | + 'icone_afficher_auteurs' => 'إظهار المؤلفين', |
|
| 180 | + 'icone_afficher_visiteurs' => 'عرض الزوار', |
|
| 181 | + 'icone_arret_discussion' => 'إيقاف المشاركة في هذا النقاش', |
|
| 182 | + 'icone_calendrier' => 'الروزنامة', |
|
| 183 | + 'icone_configuration' => 'إعداد', |
|
| 184 | + 'icone_creer_auteur' => 'إضافة مؤلف جديد وإشراكه في هذا المقال', |
|
| 185 | + 'icone_creer_mot_cle' => 'إنشاء مفتاح جديد وربطه بهذا المقال', |
|
| 186 | + 'icone_creer_rubrique_2' => 'إنشاء قسم جديد', |
|
| 187 | + 'icone_developpement' => 'تطوير', |
|
| 188 | + 'icone_edition' => 'تحرير', |
|
| 189 | + 'icone_ma_langue' => 'لغتي', |
|
| 190 | + 'icone_mes_infos' => 'بياناتي', |
|
| 191 | + 'icone_mes_preferences' => 'تفضيلاتي', |
|
| 192 | + 'icone_modifier_article' => 'تعديل هذا المقال', |
|
| 193 | + 'icone_modifier_rubrique' => 'تعديل هذا القسم', |
|
| 194 | + 'icone_publication' => 'نشر', |
|
| 195 | + 'icone_relancer_signataire' => 'تذكير الموقع', |
|
| 196 | + 'icone_retour' => 'رجوع', |
|
| 197 | + 'icone_retour_article' => 'عودة إلى المقال', |
|
| 198 | + 'icone_squelette' => 'صفحات نموذجية', |
|
| 199 | + 'icone_suivi_publication' => 'متابعة النشر', |
|
| 200 | + 'icone_supprimer_cookie' => 'حذف الكعكة', |
|
| 201 | + 'icone_supprimer_rubrique' => 'حذف هذا القسم', |
|
| 202 | + 'icone_supprimer_signature' => 'حذف هذا التوقيع', |
|
| 203 | + 'icone_valider_signature' => 'التصديق على هذا التوقيع', |
|
| 204 | + 'image_administrer_rubrique' => 'يمكنك إدارة هذا القسم', |
|
| 205 | + 'impossible_modifier_login_auteur' => 'لا يمكن تغيير المعرّف.', |
|
| 206 | + 'impossible_modifier_pass_auteur' => 'لا يمكن تغيير كلمة السر.', |
|
| 207 | + 'info_1_article' => 'مقال واحد', |
|
| 208 | + 'info_1_auteur' => 'مؤلف واحد', |
|
| 209 | + 'info_1_message' => 'رسالة واحدة', |
|
| 210 | + 'info_1_mot_cle' => 'مفتاح واحد', |
|
| 211 | + 'info_1_rubrique' => 'قسم واحد', |
|
| 212 | + 'info_1_visiteur' => 'زائر واحد', |
|
| 213 | + 'info_activer_cookie' => 'يمكنك تفعيل <b>كعكة إدارية</b>، تتيح لك |
|
| 214 | 214 | التنقل بسهولة بين الموقع العمومي والمجال الخاص.', |
| 215 | - 'info_activer_menu_developpement' => 'عرض قائمة التطوير', |
|
| 216 | - 'info_admin_etre_webmestre' => 'إعطائي حقوق المشرف', |
|
| 217 | - 'info_admin_je_suis_webmestre' => 'أنا <b>مشرف</b>', |
|
| 218 | - 'info_admin_statuer_webmestre' => 'اعطاء حقوق مسؤول الموقع لهذا المدير', |
|
| 219 | - 'info_admin_webmestre' => 'هذا المدير هو <b>مسؤول الموقع</b>', |
|
| 220 | - 'info_administrateur' => 'مدير', |
|
| 221 | - 'info_administrateur_1' => 'مدير', |
|
| 222 | - 'info_administrateur_2' => 'الموقع (إستخدمه بحذر)', |
|
| 223 | - 'info_administrateur_site_01' => 'اذا كنت احد مدراء هذا الموقع، الرجاء', |
|
| 224 | - 'info_administrateur_site_02' => 'نقر هذه الوصلة', |
|
| 225 | - 'info_administrateurs' => 'مدراء', |
|
| 226 | - 'info_administrer_rubrique' => 'يمكنك إدارة هذا القسم', |
|
| 227 | - 'info_adresse' => 'الى العنوان:', |
|
| 228 | - 'info_adresse_desinscription' => 'عنوان حذف التسجيل :', |
|
| 229 | - 'info_adresse_url' => 'عنوان الموقع العمومي', |
|
| 230 | - 'info_afficher_par_nb' => 'عرض حسب', |
|
| 231 | - 'info_aide_en_ligne' => 'تعليمات SPIP الفورية', |
|
| 232 | - 'info_ajout_image' => 'عندما تضيف صوراً على شكل مستندات مربوطة بمقال ما، |
|
| 215 | + 'info_activer_menu_developpement' => 'عرض قائمة التطوير', |
|
| 216 | + 'info_admin_etre_webmestre' => 'إعطائي حقوق المشرف', |
|
| 217 | + 'info_admin_je_suis_webmestre' => 'أنا <b>مشرف</b>', |
|
| 218 | + 'info_admin_statuer_webmestre' => 'اعطاء حقوق مسؤول الموقع لهذا المدير', |
|
| 219 | + 'info_admin_webmestre' => 'هذا المدير هو <b>مسؤول الموقع</b>', |
|
| 220 | + 'info_administrateur' => 'مدير', |
|
| 221 | + 'info_administrateur_1' => 'مدير', |
|
| 222 | + 'info_administrateur_2' => 'الموقع (إستخدمه بحذر)', |
|
| 223 | + 'info_administrateur_site_01' => 'اذا كنت احد مدراء هذا الموقع، الرجاء', |
|
| 224 | + 'info_administrateur_site_02' => 'نقر هذه الوصلة', |
|
| 225 | + 'info_administrateurs' => 'مدراء', |
|
| 226 | + 'info_administrer_rubrique' => 'يمكنك إدارة هذا القسم', |
|
| 227 | + 'info_adresse' => 'الى العنوان:', |
|
| 228 | + 'info_adresse_desinscription' => 'عنوان حذف التسجيل :', |
|
| 229 | + 'info_adresse_url' => 'عنوان الموقع العمومي', |
|
| 230 | + 'info_afficher_par_nb' => 'عرض حسب', |
|
| 231 | + 'info_aide_en_ligne' => 'تعليمات SPIP الفورية', |
|
| 232 | + 'info_ajout_image' => 'عندما تضيف صوراً على شكل مستندات مربوطة بمقال ما، |
|
| 233 | 233 | يمكن لـ SPIP ان ينشئ آلياً مصغرات عن |
| 234 | 234 | الصور المدرجة. ويتيح ذلك مثلاً، إنشاء |
| 235 | 235 | معرض صور او محفظة.', |
| 236 | - 'info_ajouter_rubrique' => 'إضافة قسم آخر الى الإدارة:', |
|
| 237 | - 'info_annonce_nouveautes' => 'إعلان عن آخر الأخبار', |
|
| 238 | - 'info_article' => 'مقال', |
|
| 239 | - 'info_article_2' => 'مقال', |
|
| 240 | - 'info_article_a_paraitre' => 'المقالات المؤجلة التي تنتظر النشر', |
|
| 241 | - 'info_articles_02' => 'مقال', |
|
| 242 | - 'info_articles_2' => 'المقالات', |
|
| 243 | - 'info_articles_auteur' => 'مقالات هذا المؤلف', |
|
| 244 | - 'info_articles_miens' => 'مقالاتي', |
|
| 245 | - 'info_articles_tous' => 'كل المقالات', |
|
| 246 | - 'info_articles_trouves' => 'المقالات التي عثر عليها', |
|
| 247 | - 'info_attente_validation' => 'مقالاتك المنتظرة التصديق', |
|
| 248 | - 'info_aucun_article' => 'لا يوجد مقالات', |
|
| 249 | - 'info_aucun_auteur' => 'لا يوجد مؤلفون', |
|
| 250 | - 'info_aucun_message' => 'لا توجد رسائل', |
|
| 251 | - 'info_aucun_rubrique' => 'لا توجد أقسام', |
|
| 252 | - 'info_aujourdhui' => 'اليوم:', |
|
| 253 | - 'info_auteur_gere_rubriques' => 'هذا المؤلف يدير الأقسام التالية:', |
|
| 254 | - 'info_auteur_gere_toutes_rubriques' => 'هذا المؤلف يدير <b>كل الأقسام</b>', |
|
| 255 | - 'info_auteur_gere_toutes_rubriques_2' => 'أدير <b>كل الأقسام</b>', |
|
| 256 | - 'info_auteurs' => 'المؤلفون', |
|
| 257 | - 'info_auteurs_par_tri' => 'المؤلفون@partri@', |
|
| 258 | - 'info_auteurs_trouves' => 'المؤلفون الذين عثر عليهم', |
|
| 259 | - 'info_authentification_externe' => 'التحقق الخارجي', |
|
| 260 | - 'info_avertissement' => 'تحذير', |
|
| 261 | - 'info_barre_outils' => 'مع شريط أدواته؟', |
|
| 262 | - 'info_base_installee' => '<b>تم تثبيت بنية قاعدة البيانات. ', |
|
| 263 | - 'info_bio' => 'السيرة', |
|
| 264 | - 'info_cache_desactive' => 'الذاكرة المخبأة متوقفة مؤقتاً.', |
|
| 265 | - 'info_chapeau' => 'المقدمة', |
|
| 266 | - 'info_chapeau_2' => 'المقدمة:', |
|
| 267 | - 'info_chemin_acces_1' => 'خيارات: <b>مسار الدخول في الدليل</b>', |
|
| 268 | - 'info_chemin_acces_2' => 'من الآن، عليك بإعداد مسار الدخول الى معلومات الدليل. هذه المعلومات أساسية لقراءة بيانات المستخدمين المحفوظة في الدليل.', |
|
| 269 | - 'info_chemin_acces_annuaire' => 'خيارات: <b>مسار الدخول في الدليل</b>', |
|
| 270 | - 'info_choix_base' => 'الخطوة الثالثة: ', |
|
| 271 | - 'info_classement_1' => ' من أصل @liste@ مقال', |
|
| 272 | - 'info_classement_2' => 'من أصل @liste@ مقال', |
|
| 273 | - 'info_code_acces' => 'لا تنسى بيانات الدخول الخاصة بك!', |
|
| 274 | - 'info_config_suivi' => 'اذا كان هذا العنوان يدل الى قائمة بريدية، يمكنك ادخال العنوان حيث يقوم المشاركون في الموفع بتسجيل انفسهم، ادناه. ويمكن لهذا العنوان ان يكون عنوان URL (مثلاً صفحة التسجيل في القائمة عبر النسيج) او عنوان بريدي يحمل موضوعاً محدداً (مثلاً: <tt>@adresse_suivi@?subject=subscribe</tt>):', |
|
| 275 | - 'info_config_suivi_explication' => 'يمكنك الاشتراك في القائمة البريدية في هذا الموقع. ستحصل عندها آلياً في رسالة الكترونية على اعلانات حول المقالات والاخبار المقترحة للنشر. ', |
|
| 276 | - 'info_confirmer_passe' => 'تأكيد كلمة السر الجديدة:', |
|
| 277 | - 'info_conflit_edition_avis_non_sauvegarde' => 'تنبيه، تم تعديل الحقول التالية في مكان آخر. لذلك لم يتم تسجيل نعديلاتك.', |
|
| 278 | - 'info_conflit_edition_differences' => 'الفروق:', |
|
| 279 | - 'info_conflit_edition_version_enregistree' => 'الاصدار المسجل:', |
|
| 280 | - 'info_conflit_edition_votre_version' => 'إصدارك:', |
|
| 281 | - 'info_connexion_base' => 'محاولة الاتصال بقاعدة البيانات', |
|
| 282 | - 'info_connexion_base_donnee' => 'الاتصال بقاعدة بياناتك', |
|
| 283 | - 'info_connexion_ldap_ok' => 'نجح إتصال LDAP.</b><p> يمكنك الانتقال الى الخطوة التالية.</p>', |
|
| 284 | - 'info_connexion_mysql' => 'الاتصال بخادم SQL', |
|
| 285 | - 'info_connexion_ok' => 'نجح الاتصال.', |
|
| 286 | - 'info_contact' => 'الاتصال', |
|
| 287 | - 'info_contenu_articles' => 'محتوى المقالات', |
|
| 288 | - 'info_contributions' => 'المساهمات', |
|
| 289 | - 'info_creation_paragraphe' => 'لإنشاء فقرات يكفي ترك سطور فارغة.', |
|
| 290 | - 'info_creation_rubrique' => 'قبل التمكن من كتابة مقالات،<br />يجب عليك إنشاء قسم واحد على الأقل.<br />', |
|
| 291 | - 'info_creation_tables' => 'إنشاء جداول قاعدة البيانات', |
|
| 292 | - 'info_creer_base' => '<b>قم بإنشاء</b> قاعدة بيانات جديدة:', |
|
| 293 | - 'info_dans_rubrique' => 'في القسم: ', |
|
| 294 | - 'info_date_publication_anterieure' => 'تاريخ النشر السابق:', |
|
| 295 | - 'info_date_referencement' => 'تاريخ تبويب هذا الموقع:', |
|
| 296 | - 'info_derniere_etape' => 'إنتهى!', |
|
| 297 | - 'info_descriptif' => 'الوصف:', |
|
| 298 | - 'info_desinstaller_plugin' => 'يحذف البيانات ويعطل الملحقات', |
|
| 299 | - 'info_discussion_cours' => 'النقاشات النشطة', |
|
| 300 | - 'info_ecrire_article' => 'قبل التمكن من كتابة مقالات، يجب عليك إنشاء قسم واحد على الأقل.', |
|
| 301 | - 'info_email_envoi' => 'العنوان الالكتروني للارسال (اختياري)', |
|
| 302 | - 'info_email_envoi_txt' => 'ادخل هنا العنوان المطلوب استخدامه لبعث الرسائل (والا، سيتم استخدام عنوان المرسل اليه كعنوان ارسال):', |
|
| 303 | - 'info_email_webmestre' => 'عنوان بريد المشرف على الموقع', |
|
| 304 | - 'info_envoi_email_automatique' => 'إرسال البريد الآلي', |
|
| 305 | - 'info_envoyer_maintenant' => 'إرسال الآن', |
|
| 306 | - 'info_etape_suivante' => 'إنتقل الى الخطوة التالية', |
|
| 307 | - 'info_etape_suivante_1' => 'يمكنك الانتقال الى الخطوة التالية.', |
|
| 308 | - 'info_etape_suivante_2' => 'يمكنك الانتقال الى الخطوة التالية.', |
|
| 309 | - 'info_exceptions_proxy' => 'استثناءات للجهاز الوكيل', |
|
| 310 | - 'info_exportation_base' => 'نقل قاعدة البيانات الى @archive@', |
|
| 311 | - 'info_facilite_suivi_activite' => 'لتسهيل متابعة أنشطة تحرير |
|
| 236 | + 'info_ajouter_rubrique' => 'إضافة قسم آخر الى الإدارة:', |
|
| 237 | + 'info_annonce_nouveautes' => 'إعلان عن آخر الأخبار', |
|
| 238 | + 'info_article' => 'مقال', |
|
| 239 | + 'info_article_2' => 'مقال', |
|
| 240 | + 'info_article_a_paraitre' => 'المقالات المؤجلة التي تنتظر النشر', |
|
| 241 | + 'info_articles_02' => 'مقال', |
|
| 242 | + 'info_articles_2' => 'المقالات', |
|
| 243 | + 'info_articles_auteur' => 'مقالات هذا المؤلف', |
|
| 244 | + 'info_articles_miens' => 'مقالاتي', |
|
| 245 | + 'info_articles_tous' => 'كل المقالات', |
|
| 246 | + 'info_articles_trouves' => 'المقالات التي عثر عليها', |
|
| 247 | + 'info_attente_validation' => 'مقالاتك المنتظرة التصديق', |
|
| 248 | + 'info_aucun_article' => 'لا يوجد مقالات', |
|
| 249 | + 'info_aucun_auteur' => 'لا يوجد مؤلفون', |
|
| 250 | + 'info_aucun_message' => 'لا توجد رسائل', |
|
| 251 | + 'info_aucun_rubrique' => 'لا توجد أقسام', |
|
| 252 | + 'info_aujourdhui' => 'اليوم:', |
|
| 253 | + 'info_auteur_gere_rubriques' => 'هذا المؤلف يدير الأقسام التالية:', |
|
| 254 | + 'info_auteur_gere_toutes_rubriques' => 'هذا المؤلف يدير <b>كل الأقسام</b>', |
|
| 255 | + 'info_auteur_gere_toutes_rubriques_2' => 'أدير <b>كل الأقسام</b>', |
|
| 256 | + 'info_auteurs' => 'المؤلفون', |
|
| 257 | + 'info_auteurs_par_tri' => 'المؤلفون@partri@', |
|
| 258 | + 'info_auteurs_trouves' => 'المؤلفون الذين عثر عليهم', |
|
| 259 | + 'info_authentification_externe' => 'التحقق الخارجي', |
|
| 260 | + 'info_avertissement' => 'تحذير', |
|
| 261 | + 'info_barre_outils' => 'مع شريط أدواته؟', |
|
| 262 | + 'info_base_installee' => '<b>تم تثبيت بنية قاعدة البيانات. ', |
|
| 263 | + 'info_bio' => 'السيرة', |
|
| 264 | + 'info_cache_desactive' => 'الذاكرة المخبأة متوقفة مؤقتاً.', |
|
| 265 | + 'info_chapeau' => 'المقدمة', |
|
| 266 | + 'info_chapeau_2' => 'المقدمة:', |
|
| 267 | + 'info_chemin_acces_1' => 'خيارات: <b>مسار الدخول في الدليل</b>', |
|
| 268 | + 'info_chemin_acces_2' => 'من الآن، عليك بإعداد مسار الدخول الى معلومات الدليل. هذه المعلومات أساسية لقراءة بيانات المستخدمين المحفوظة في الدليل.', |
|
| 269 | + 'info_chemin_acces_annuaire' => 'خيارات: <b>مسار الدخول في الدليل</b>', |
|
| 270 | + 'info_choix_base' => 'الخطوة الثالثة: ', |
|
| 271 | + 'info_classement_1' => ' من أصل @liste@ مقال', |
|
| 272 | + 'info_classement_2' => 'من أصل @liste@ مقال', |
|
| 273 | + 'info_code_acces' => 'لا تنسى بيانات الدخول الخاصة بك!', |
|
| 274 | + 'info_config_suivi' => 'اذا كان هذا العنوان يدل الى قائمة بريدية، يمكنك ادخال العنوان حيث يقوم المشاركون في الموفع بتسجيل انفسهم، ادناه. ويمكن لهذا العنوان ان يكون عنوان URL (مثلاً صفحة التسجيل في القائمة عبر النسيج) او عنوان بريدي يحمل موضوعاً محدداً (مثلاً: <tt>@adresse_suivi@?subject=subscribe</tt>):', |
|
| 275 | + 'info_config_suivi_explication' => 'يمكنك الاشتراك في القائمة البريدية في هذا الموقع. ستحصل عندها آلياً في رسالة الكترونية على اعلانات حول المقالات والاخبار المقترحة للنشر. ', |
|
| 276 | + 'info_confirmer_passe' => 'تأكيد كلمة السر الجديدة:', |
|
| 277 | + 'info_conflit_edition_avis_non_sauvegarde' => 'تنبيه، تم تعديل الحقول التالية في مكان آخر. لذلك لم يتم تسجيل نعديلاتك.', |
|
| 278 | + 'info_conflit_edition_differences' => 'الفروق:', |
|
| 279 | + 'info_conflit_edition_version_enregistree' => 'الاصدار المسجل:', |
|
| 280 | + 'info_conflit_edition_votre_version' => 'إصدارك:', |
|
| 281 | + 'info_connexion_base' => 'محاولة الاتصال بقاعدة البيانات', |
|
| 282 | + 'info_connexion_base_donnee' => 'الاتصال بقاعدة بياناتك', |
|
| 283 | + 'info_connexion_ldap_ok' => 'نجح إتصال LDAP.</b><p> يمكنك الانتقال الى الخطوة التالية.</p>', |
|
| 284 | + 'info_connexion_mysql' => 'الاتصال بخادم SQL', |
|
| 285 | + 'info_connexion_ok' => 'نجح الاتصال.', |
|
| 286 | + 'info_contact' => 'الاتصال', |
|
| 287 | + 'info_contenu_articles' => 'محتوى المقالات', |
|
| 288 | + 'info_contributions' => 'المساهمات', |
|
| 289 | + 'info_creation_paragraphe' => 'لإنشاء فقرات يكفي ترك سطور فارغة.', |
|
| 290 | + 'info_creation_rubrique' => 'قبل التمكن من كتابة مقالات،<br />يجب عليك إنشاء قسم واحد على الأقل.<br />', |
|
| 291 | + 'info_creation_tables' => 'إنشاء جداول قاعدة البيانات', |
|
| 292 | + 'info_creer_base' => '<b>قم بإنشاء</b> قاعدة بيانات جديدة:', |
|
| 293 | + 'info_dans_rubrique' => 'في القسم: ', |
|
| 294 | + 'info_date_publication_anterieure' => 'تاريخ النشر السابق:', |
|
| 295 | + 'info_date_referencement' => 'تاريخ تبويب هذا الموقع:', |
|
| 296 | + 'info_derniere_etape' => 'إنتهى!', |
|
| 297 | + 'info_descriptif' => 'الوصف:', |
|
| 298 | + 'info_desinstaller_plugin' => 'يحذف البيانات ويعطل الملحقات', |
|
| 299 | + 'info_discussion_cours' => 'النقاشات النشطة', |
|
| 300 | + 'info_ecrire_article' => 'قبل التمكن من كتابة مقالات، يجب عليك إنشاء قسم واحد على الأقل.', |
|
| 301 | + 'info_email_envoi' => 'العنوان الالكتروني للارسال (اختياري)', |
|
| 302 | + 'info_email_envoi_txt' => 'ادخل هنا العنوان المطلوب استخدامه لبعث الرسائل (والا، سيتم استخدام عنوان المرسل اليه كعنوان ارسال):', |
|
| 303 | + 'info_email_webmestre' => 'عنوان بريد المشرف على الموقع', |
|
| 304 | + 'info_envoi_email_automatique' => 'إرسال البريد الآلي', |
|
| 305 | + 'info_envoyer_maintenant' => 'إرسال الآن', |
|
| 306 | + 'info_etape_suivante' => 'إنتقل الى الخطوة التالية', |
|
| 307 | + 'info_etape_suivante_1' => 'يمكنك الانتقال الى الخطوة التالية.', |
|
| 308 | + 'info_etape_suivante_2' => 'يمكنك الانتقال الى الخطوة التالية.', |
|
| 309 | + 'info_exceptions_proxy' => 'استثناءات للجهاز الوكيل', |
|
| 310 | + 'info_exportation_base' => 'نقل قاعدة البيانات الى @archive@', |
|
| 311 | + 'info_facilite_suivi_activite' => 'لتسهيل متابعة أنشطة تحرير |
|
| 312 | 312 | الموقع، يرسل SPIP عبر البريد الى لائحة احد المحررين البريدية مثلاً، |
| 313 | 313 | الإعلان عن |
| 314 | 314 | طلبات النشر وتصديق المقالات.', |
| 315 | - 'info_fichiers_authent' => 'ملف التحقق «.htpasswd»', |
|
| 316 | - 'info_forums_abo_invites' => 'يحتوي موقعك على منتديات بالاشتراك. يشترك الزوار اذاً من الموقع العمومي.', |
|
| 317 | - 'info_gauche_admin_tech' => '<b>لا يحق إلا لمسؤولي الموقع الوصول الى هذه الصفحة.</b><p> إنها توفر الوصول الى وظائف |
|
| 315 | + 'info_fichiers_authent' => 'ملف التحقق «.htpasswd»', |
|
| 316 | + 'info_forums_abo_invites' => 'يحتوي موقعك على منتديات بالاشتراك. يشترك الزوار اذاً من الموقع العمومي.', |
|
| 317 | + 'info_gauche_admin_tech' => '<b>لا يحق إلا لمسؤولي الموقع الوصول الى هذه الصفحة.</b><p> إنها توفر الوصول الى وظائف |
|
| 318 | 318 | متنوعة للصيانة التقنية. وتتطلب بعض هذه الوظائف عملية تحقق محددة |
| 319 | 319 | تحتاج الى الدخول الى الموقع عبر بروتوكول FTP .</p>', |
| 320 | - 'info_gauche_admin_vider' => '<b>لا يحق إلا لمسؤولي الموقع الوصول الى هذه الصفحة.</b><p> إنها توفر الوصول الى وظائف |
|
| 320 | + 'info_gauche_admin_vider' => '<b>لا يحق إلا لمسؤولي الموقع الوصول الى هذه الصفحة.</b><p> إنها توفر الوصول الى وظائف |
|
| 321 | 321 | متنوعة للصيانة التقنية. وتتطلب بعض هذه الوظائف عملية تحقق محددة |
| 322 | 322 | تحتاج الى الدخول الى الموقع عبر بروتوكول FTP .</p>', |
| 323 | - 'info_gauche_auteurs' => 'ستجد هنا جميع مؤلفي الموقع. |
|
| 323 | + 'info_gauche_auteurs' => 'ستجد هنا جميع مؤلفي الموقع. |
|
| 324 | 324 | يدل لون رمز كل مؤلف على وضعه (مدير = أخضر؛ محرر = أصفر).', |
| 325 | - 'info_gauche_auteurs_exterieurs' => 'المؤلفون الخارجيون، الذين لا يتمتعون بحق الدخول الى الموقع، معرّفون برمز أزرق؛ |
|
| 325 | + 'info_gauche_auteurs_exterieurs' => 'المؤلفون الخارجيون، الذين لا يتمتعون بحق الدخول الى الموقع، معرّفون برمز أزرق؛ |
|
| 326 | 326 | اما المؤلفون المحذوفون فبرمز رمادي.', |
| 327 | - 'info_gauche_messagerie' => 'تتيح المراسلة تبادل الرسائل بين المحررين والحفاظ على المذكرات (لاستخدامك الشخصي) وعرض الإعلانات في الصفحة الرئيسية للمجال الخاص (إذا كنت مديراً).', |
|
| 328 | - 'info_gauche_statistiques_referers' => 'تعرض هذه الصفحة قائمة <i>مواقع المصدر</i>، أي المواقع التي تحتوي على وصلات تقود الى موقعك، fبين البارحة واليوم فقط: فيتم تأصيل هذه القائمة كل 24 ساعة.', |
|
| 329 | - 'info_gauche_visiteurs_enregistres' => 'ستجد هنا الزوار المسجلين |
|
| 327 | + 'info_gauche_messagerie' => 'تتيح المراسلة تبادل الرسائل بين المحررين والحفاظ على المذكرات (لاستخدامك الشخصي) وعرض الإعلانات في الصفحة الرئيسية للمجال الخاص (إذا كنت مديراً).', |
|
| 328 | + 'info_gauche_statistiques_referers' => 'تعرض هذه الصفحة قائمة <i>مواقع المصدر</i>، أي المواقع التي تحتوي على وصلات تقود الى موقعك، fبين البارحة واليوم فقط: فيتم تأصيل هذه القائمة كل 24 ساعة.', |
|
| 329 | + 'info_gauche_visiteurs_enregistres' => 'ستجد هنا الزوار المسجلين |
|
| 330 | 330 | في مجال الموقع العام (المنتديات بالاشتراك).', |
| 331 | - 'info_generation_miniatures_images' => 'إنشاء مصغرات الصور', |
|
| 332 | - 'info_gerer_trad_objets' => '@objets@: إدارة روابط الترجمة', |
|
| 333 | - 'info_hebergeur_desactiver_envoi_email' => 'بعض خدام المواقع يوقفون إرسال البريد الآلي |
|
| 331 | + 'info_generation_miniatures_images' => 'إنشاء مصغرات الصور', |
|
| 332 | + 'info_gerer_trad_objets' => '@objets@: إدارة روابط الترجمة', |
|
| 333 | + 'info_hebergeur_desactiver_envoi_email' => 'بعض خدام المواقع يوقفون إرسال البريد الآلي |
|
| 334 | 334 | في أجهزتهم. في هذه الحال، لا يمكن تفعيل |
| 335 | 335 | وظائف SPIP التالية.', |
| 336 | - 'info_hier' => 'البارحة:', |
|
| 337 | - 'info_identification_publique' => 'هويتك العمومية...', |
|
| 338 | - 'info_image_process' => 'الرجاء اختيار افضل طريقة لإنشاء المصغرات بالنقر على الصورة المناسبة.', |
|
| 339 | - 'info_image_process2' => 'اذا لم تظهر اية صورة يكون جهاز الخدمة الذي يستضيف موقعك غير معدّ لاستخدام هذه الأدوات. اذا رغبت في استخدام هذه الوظائف، اتصل بالمسؤول التقني واطلب تثبيت أحد الملحقين «GD» او «Imagick».', |
|
| 340 | - 'info_images_auto' => 'يتم حساب هذه الصور آلياً', |
|
| 341 | - 'info_informations_personnelles' => 'المعلومات الشخصية', |
|
| 342 | - 'info_inscription' => 'التسجيل في', |
|
| 343 | - 'info_inscription_automatique' => 'تسجيل آلي للمحررين الجدد', |
|
| 344 | - 'info_jeu_caractere' => 'طقم حروف الموقع', |
|
| 345 | - 'info_jours' => 'يوم', |
|
| 346 | - 'info_laisser_champs_vides' => 'ترك هذه الحقول فارغة)', |
|
| 347 | - 'info_langues' => 'لغات الموقع', |
|
| 348 | - 'info_ldap_ok' => 'تم تثبيت تحقق LDAP .', |
|
| 349 | - 'info_lien_hypertexte' => 'وصلة هايبرتكست:', |
|
| 350 | - 'info_liste_nouveautes_envoyee' => 'تم إرسال لائحة جديد الموقع', |
|
| 351 | - 'info_liste_redacteurs_connectes' => 'قائمة المحررين المتصلين', |
|
| 352 | - 'info_login_existant' => 'هذا المعرّف موجود سابقاً.', |
|
| 353 | - 'info_login_trop_court' => 'معرّف الدخول قصيز جداً.', |
|
| 354 | - 'info_login_trop_court_car_pluriel' => 'يجب ان يحتوي المعرّف @nb@ أحرف على الأقل.', |
|
| 355 | - 'info_logos' => 'الرموز', |
|
| 356 | - 'info_maximum' => 'الحد الأقصى:', |
|
| 357 | - 'info_meme_rubrique' => 'في القسم نفسه', |
|
| 358 | - 'info_message_en_redaction' => 'رسالتك قيد التحرير', |
|
| 359 | - 'info_message_technique' => 'رسالة تقنية:', |
|
| 360 | - 'info_messagerie_interne' => 'المراسلة الداخلية', |
|
| 361 | - 'info_mise_a_niveau_base' => 'ترقية قاعدة بيانات SQL', |
|
| 362 | - 'info_mise_a_niveau_base_2' => '{{تحذير!}} قمت بتثبيت إصدار |
|
| 336 | + 'info_hier' => 'البارحة:', |
|
| 337 | + 'info_identification_publique' => 'هويتك العمومية...', |
|
| 338 | + 'info_image_process' => 'الرجاء اختيار افضل طريقة لإنشاء المصغرات بالنقر على الصورة المناسبة.', |
|
| 339 | + 'info_image_process2' => 'اذا لم تظهر اية صورة يكون جهاز الخدمة الذي يستضيف موقعك غير معدّ لاستخدام هذه الأدوات. اذا رغبت في استخدام هذه الوظائف، اتصل بالمسؤول التقني واطلب تثبيت أحد الملحقين «GD» او «Imagick».', |
|
| 340 | + 'info_images_auto' => 'يتم حساب هذه الصور آلياً', |
|
| 341 | + 'info_informations_personnelles' => 'المعلومات الشخصية', |
|
| 342 | + 'info_inscription' => 'التسجيل في', |
|
| 343 | + 'info_inscription_automatique' => 'تسجيل آلي للمحررين الجدد', |
|
| 344 | + 'info_jeu_caractere' => 'طقم حروف الموقع', |
|
| 345 | + 'info_jours' => 'يوم', |
|
| 346 | + 'info_laisser_champs_vides' => 'ترك هذه الحقول فارغة)', |
|
| 347 | + 'info_langues' => 'لغات الموقع', |
|
| 348 | + 'info_ldap_ok' => 'تم تثبيت تحقق LDAP .', |
|
| 349 | + 'info_lien_hypertexte' => 'وصلة هايبرتكست:', |
|
| 350 | + 'info_liste_nouveautes_envoyee' => 'تم إرسال لائحة جديد الموقع', |
|
| 351 | + 'info_liste_redacteurs_connectes' => 'قائمة المحررين المتصلين', |
|
| 352 | + 'info_login_existant' => 'هذا المعرّف موجود سابقاً.', |
|
| 353 | + 'info_login_trop_court' => 'معرّف الدخول قصيز جداً.', |
|
| 354 | + 'info_login_trop_court_car_pluriel' => 'يجب ان يحتوي المعرّف @nb@ أحرف على الأقل.', |
|
| 355 | + 'info_logos' => 'الرموز', |
|
| 356 | + 'info_maximum' => 'الحد الأقصى:', |
|
| 357 | + 'info_meme_rubrique' => 'في القسم نفسه', |
|
| 358 | + 'info_message_en_redaction' => 'رسالتك قيد التحرير', |
|
| 359 | + 'info_message_technique' => 'رسالة تقنية:', |
|
| 360 | + 'info_messagerie_interne' => 'المراسلة الداخلية', |
|
| 361 | + 'info_mise_a_niveau_base' => 'ترقية قاعدة بيانات SQL', |
|
| 362 | + 'info_mise_a_niveau_base_2' => '{{تحذير!}} قمت بتثبيت إصدار |
|
| 363 | 363 | من ملفات SPIP {{أقدم}} من الإصدار الذي |
| 364 | 364 | كان موجوداً في هذا الموقع: قد تواجه خطر فقدان قاعدة البيانات |
| 365 | 365 | مما يحول دون عمل موقعك بشكل سليم.<br />{{إعادة تثبيت |
| 366 | 366 | ملفات SPIP.}}', |
| 367 | - 'info_modification_enregistree' => 'تم تسجيل تعديلاتك', |
|
| 368 | - 'info_modifier_auteur' => 'تغيير المؤلف:', |
|
| 369 | - 'info_modifier_rubrique' => 'تعديل القسم:', |
|
| 370 | - 'info_modifier_titre' => 'تغيير: @titre@', |
|
| 371 | - 'info_mon_site_spip' => 'موقع SPIP', |
|
| 372 | - 'info_moyenne' => 'المتوسط:', |
|
| 373 | - 'info_multi_cet_article' => 'لغة هذا المقال:', |
|
| 374 | - 'info_multi_langues_choisies' => 'الرجاء تحديد ادناه اللغات التي ستكون متوافرة لمحرري موقعك. |
|
| 367 | + 'info_modification_enregistree' => 'تم تسجيل تعديلاتك', |
|
| 368 | + 'info_modifier_auteur' => 'تغيير المؤلف:', |
|
| 369 | + 'info_modifier_rubrique' => 'تعديل القسم:', |
|
| 370 | + 'info_modifier_titre' => 'تغيير: @titre@', |
|
| 371 | + 'info_mon_site_spip' => 'موقع SPIP', |
|
| 372 | + 'info_moyenne' => 'المتوسط:', |
|
| 373 | + 'info_multi_cet_article' => 'لغة هذا المقال:', |
|
| 374 | + 'info_multi_langues_choisies' => 'الرجاء تحديد ادناه اللغات التي ستكون متوافرة لمحرري موقعك. |
|
| 375 | 375 | لا يمكن ايقاف اللغات المستخدمة حالياً في موقعك (والظاهرة في اول القائمة).', |
| 376 | - 'info_multi_objets' => '@objets@: تفعيل قائمة اللغات', |
|
| 377 | - 'info_multi_secteurs' => '... للأقسام الموجودة في اصل الموقع فقط ', |
|
| 378 | - 'info_nb_articles' => '@nb@ مقال', |
|
| 379 | - 'info_nb_auteurs' => '@nb@ مؤلف', |
|
| 380 | - 'info_nb_messages' => '@nb@ رسالة', |
|
| 381 | - 'info_nb_mots_cles' => '@nb@ مفتاح', |
|
| 382 | - 'info_nb_rubriques' => '@nb@ قسم', |
|
| 383 | - 'info_nb_visiteurs' => '@nb@ زائر', |
|
| 384 | - 'info_nom' => 'الإسم', |
|
| 385 | - 'info_nom_destinataire' => 'إسم المرسل اليه', |
|
| 386 | - 'info_nom_pas_conforme' => 'علامات html غير مسموح بها', |
|
| 387 | - 'info_nom_site' => 'إسم موقعك', |
|
| 388 | - 'info_nombre_articles' => '@nb_articles@ مقال،', |
|
| 389 | - 'info_nombre_rubriques' => '@nb_rubriques@ قسم،', |
|
| 390 | - 'info_nombre_sites' => '@nb_sites@ موقع،', |
|
| 391 | - 'info_non_deplacer' => 'عدم التحريك...', |
|
| 392 | - 'info_non_envoi_annonce_dernieres_nouveautes' => 'يستطيع SPIP إرسال إعلانات عن آخر الأخبار بانتظام. |
|
| 376 | + 'info_multi_objets' => '@objets@: تفعيل قائمة اللغات', |
|
| 377 | + 'info_multi_secteurs' => '... للأقسام الموجودة في اصل الموقع فقط ', |
|
| 378 | + 'info_nb_articles' => '@nb@ مقال', |
|
| 379 | + 'info_nb_auteurs' => '@nb@ مؤلف', |
|
| 380 | + 'info_nb_messages' => '@nb@ رسالة', |
|
| 381 | + 'info_nb_mots_cles' => '@nb@ مفتاح', |
|
| 382 | + 'info_nb_rubriques' => '@nb@ قسم', |
|
| 383 | + 'info_nb_visiteurs' => '@nb@ زائر', |
|
| 384 | + 'info_nom' => 'الإسم', |
|
| 385 | + 'info_nom_destinataire' => 'إسم المرسل اليه', |
|
| 386 | + 'info_nom_pas_conforme' => 'علامات html غير مسموح بها', |
|
| 387 | + 'info_nom_site' => 'إسم موقعك', |
|
| 388 | + 'info_nombre_articles' => '@nb_articles@ مقال،', |
|
| 389 | + 'info_nombre_rubriques' => '@nb_rubriques@ قسم،', |
|
| 390 | + 'info_nombre_sites' => '@nb_sites@ موقع،', |
|
| 391 | + 'info_non_deplacer' => 'عدم التحريك...', |
|
| 392 | + 'info_non_envoi_annonce_dernieres_nouveautes' => 'يستطيع SPIP إرسال إعلانات عن آخر الأخبار بانتظام. |
|
| 393 | 393 | (المقالات والأخبار المنشورة حديثاً).', |
| 394 | - 'info_non_envoi_liste_nouveautes' => 'عدم إرسال قائمة بآخر الأخبار', |
|
| 395 | - 'info_non_modifiable' => '</i>لا يمكن تغييره<i>', |
|
| 396 | - 'info_non_suppression_mot_cle' => 'كلا لا أريد حذف هذا المفتاح.', |
|
| 397 | - 'info_notes' => 'حواشي', |
|
| 398 | - 'info_nouvel_article' => 'مقال جديد', |
|
| 399 | - 'info_nouvelle_traduction' => 'ترجمة جديدة:', |
|
| 400 | - 'info_numero_article' => 'المقال رقم:', |
|
| 401 | - 'info_obligatoire_02' => '(إجباري)', |
|
| 402 | - 'info_option_accepter_visiteurs' => 'قبول تسجيل الزوار من الموقع العمومي', |
|
| 403 | - 'info_option_ne_pas_accepter_visiteurs' => 'رفض تسجيل الزوار من الموقع العمومي', |
|
| 404 | - 'info_options_avancees' => 'الخيارات المتطورة', |
|
| 405 | - 'info_ou' => 'أو...', |
|
| 406 | - 'info_page_interdite' => 'صفحة محظورة', |
|
| 407 | - 'info_par_nom' => 'حسب الاسم', |
|
| 408 | - 'info_par_nombre_article' => 'حسب عدد المقالات', |
|
| 409 | - 'info_par_statut' => 'حسب الوضع', |
|
| 410 | - 'info_par_tri' => '’(حسب @tri@)’', |
|
| 411 | - 'info_passe_trop_court' => 'كلمة السر قصيرة جداً.', |
|
| 412 | - 'info_passe_trop_court_car_pluriel' => 'يجب ان تحتوي كلمة السر @nb@ أحرف على الأقل.', |
|
| 413 | - 'info_passes_identiques' => 'كلمتا السر ليستا متطابقتان.', |
|
| 414 | - 'info_plus_cinq_car' => 'أكثر من خمسة أحرف', |
|
| 415 | - 'info_plus_cinq_car_2' => '(أكثر من خمسة أحرف)', |
|
| 416 | - 'info_plus_trois_car' => '(أكثر من ثلاثة أحرف)', |
|
| 417 | - 'info_popularite' => 'الشعبية: @popularite@؛ الزيارات: @visites@', |
|
| 418 | - 'info_post_scriptum' => 'الملحق', |
|
| 419 | - 'info_post_scriptum_2' => 'الملحق:', |
|
| 420 | - 'info_pour' => 'لـ', |
|
| 421 | - 'info_preview_texte' => 'من الممكن تفعيل العرض المسبق للعناصر التحريرية التي تتمتع على الاقل بوضعية «مقترح»، إضافة الى العناصر «قيد التحرير» العائدة للمؤلف المتصل. هل تتاح هذه الوظيفة للمدراء فقط او لجميع المحررين او تُعطل؟', |
|
| 422 | - 'info_procedez_par_etape' => 'الرجاء إتباع الخطوة خطوة ', |
|
| 423 | - 'info_procedure_maj_version' => 'يجب تنفيذ عملية الترقية لتكييف |
|
| 394 | + 'info_non_envoi_liste_nouveautes' => 'عدم إرسال قائمة بآخر الأخبار', |
|
| 395 | + 'info_non_modifiable' => '</i>لا يمكن تغييره<i>', |
|
| 396 | + 'info_non_suppression_mot_cle' => 'كلا لا أريد حذف هذا المفتاح.', |
|
| 397 | + 'info_notes' => 'حواشي', |
|
| 398 | + 'info_nouvel_article' => 'مقال جديد', |
|
| 399 | + 'info_nouvelle_traduction' => 'ترجمة جديدة:', |
|
| 400 | + 'info_numero_article' => 'المقال رقم:', |
|
| 401 | + 'info_obligatoire_02' => '(إجباري)', |
|
| 402 | + 'info_option_accepter_visiteurs' => 'قبول تسجيل الزوار من الموقع العمومي', |
|
| 403 | + 'info_option_ne_pas_accepter_visiteurs' => 'رفض تسجيل الزوار من الموقع العمومي', |
|
| 404 | + 'info_options_avancees' => 'الخيارات المتطورة', |
|
| 405 | + 'info_ou' => 'أو...', |
|
| 406 | + 'info_page_interdite' => 'صفحة محظورة', |
|
| 407 | + 'info_par_nom' => 'حسب الاسم', |
|
| 408 | + 'info_par_nombre_article' => 'حسب عدد المقالات', |
|
| 409 | + 'info_par_statut' => 'حسب الوضع', |
|
| 410 | + 'info_par_tri' => '’(حسب @tri@)’', |
|
| 411 | + 'info_passe_trop_court' => 'كلمة السر قصيرة جداً.', |
|
| 412 | + 'info_passe_trop_court_car_pluriel' => 'يجب ان تحتوي كلمة السر @nb@ أحرف على الأقل.', |
|
| 413 | + 'info_passes_identiques' => 'كلمتا السر ليستا متطابقتان.', |
|
| 414 | + 'info_plus_cinq_car' => 'أكثر من خمسة أحرف', |
|
| 415 | + 'info_plus_cinq_car_2' => '(أكثر من خمسة أحرف)', |
|
| 416 | + 'info_plus_trois_car' => '(أكثر من ثلاثة أحرف)', |
|
| 417 | + 'info_popularite' => 'الشعبية: @popularite@؛ الزيارات: @visites@', |
|
| 418 | + 'info_post_scriptum' => 'الملحق', |
|
| 419 | + 'info_post_scriptum_2' => 'الملحق:', |
|
| 420 | + 'info_pour' => 'لـ', |
|
| 421 | + 'info_preview_texte' => 'من الممكن تفعيل العرض المسبق للعناصر التحريرية التي تتمتع على الاقل بوضعية «مقترح»، إضافة الى العناصر «قيد التحرير» العائدة للمؤلف المتصل. هل تتاح هذه الوظيفة للمدراء فقط او لجميع المحررين او تُعطل؟', |
|
| 422 | + 'info_procedez_par_etape' => 'الرجاء إتباع الخطوة خطوة ', |
|
| 423 | + 'info_procedure_maj_version' => 'يجب تنفيذ عملية الترقية لتكييف |
|
| 424 | 424 | قاعدة البيانات مع إصدار SPIP الجديد.', |
| 425 | - 'info_proxy_ok' => 'نجح اختبار الجهاز الوكيل.', |
|
| 426 | - 'info_ps' => 'ملاحظة', |
|
| 427 | - 'info_publier' => 'نشر', |
|
| 428 | - 'info_publies' => 'مقالاتك المنشورة', |
|
| 429 | - 'info_question_accepter_visiteurs' => 'اذا كانت صفحات موقعك النموذجية تفسح المجال للزوار الذين لا يتمتعون بحق الدخول الى المجال الخاص لتسجيل انفسهم، قم بتفعيل الخيار التالي:', |
|
| 430 | - 'info_question_inscription_nouveaux_redacteurs' => 'هل تسمح بتسجيل محررين جدد من |
|
| 425 | + 'info_proxy_ok' => 'نجح اختبار الجهاز الوكيل.', |
|
| 426 | + 'info_ps' => 'ملاحظة', |
|
| 427 | + 'info_publier' => 'نشر', |
|
| 428 | + 'info_publies' => 'مقالاتك المنشورة', |
|
| 429 | + 'info_question_accepter_visiteurs' => 'اذا كانت صفحات موقعك النموذجية تفسح المجال للزوار الذين لا يتمتعون بحق الدخول الى المجال الخاص لتسجيل انفسهم، قم بتفعيل الخيار التالي:', |
|
| 430 | + 'info_question_inscription_nouveaux_redacteurs' => 'هل تسمح بتسجيل محررين جدد من |
|
| 431 | 431 | الموقع العمومي؟ إذا وافقت، سيتمكن الزوار من التسجيل |
| 432 | 432 | عبر إستمارة آلية والدخول الى المجال الخاص |
| 433 | 433 | لعرض مقالاتهم. <div class="notice">خلال عملية التسجيل، |
@@ -436,366 +436,366 @@ discard block |
||
| 436 | 436 | خدام المواقع يعطلون إرسال البريد الآلي في |
| 437 | 437 | أجهزتهم: في هذه الحال، لا يمكن تفعيل |
| 438 | 438 | التسجيل الآلي.</div>', |
| 439 | - 'info_qui_edite' => '@nom_auteur_modif@ عمل على هذا المحتوى منذ @date_diff@ دقيقة ', |
|
| 440 | - 'info_racine_site' => 'أصل الموقع', |
|
| 441 | - 'info_recharger_page' => 'الرجاء إعادة تحميل الصفحة بعد لحظات.', |
|
| 442 | - 'info_recherche_auteur_zero' => 'لا توجد نتائج لـ «@cherche_auteur@».', |
|
| 443 | - 'info_recommencer' => 'الرجاء إعادة المحاولة.', |
|
| 444 | - 'info_redacteur_1' => 'محرر', |
|
| 445 | - 'info_redacteur_2' => 'يملك حق الدخول الى المجال الخاص (ينصح به)', |
|
| 446 | - 'info_redacteurs' => 'محررون', |
|
| 447 | - 'info_redaction_en_cours' => 'قيد التحرير', |
|
| 448 | - 'info_redirection' => 'إعادة توجيه', |
|
| 449 | - 'info_redirection_activee' => 'تم تفعيل إعادة التحويل.', |
|
| 450 | - 'info_redirection_boucle' => 'محاولة إعادة توجيه مقال الى ذاته.', |
|
| 451 | - 'info_redirection_desactivee' => 'تم حذف إعادة التحويل.', |
|
| 452 | - 'info_refuses' => 'مقالاتك المرفوضة', |
|
| 453 | - 'info_reglage_ldap' => 'خيارات: <b>ضبط جلب LDAP </b>', |
|
| 454 | - 'info_renvoi_article' => '<b>إعادة توجيه.</b> هذا المقال يحيل الى الصفحة: ', |
|
| 455 | - 'info_reserve_admin' => 'المدراء وحدهم يمكنهم تغيير هذا العنوان.', |
|
| 456 | - 'info_restreindre_rubrique' => 'حصر الإدارة في القسم:', |
|
| 457 | - 'info_resultat_recherche' => 'نتائج البحث:', |
|
| 458 | - 'info_rubriques' => 'الأقسام', |
|
| 459 | - 'info_rubriques_02' => 'الأقسام', |
|
| 460 | - 'info_rubriques_trouvees' => 'الأقسام التي عثر عليها', |
|
| 461 | - 'info_sans_titre' => 'بدون عنوان', |
|
| 462 | - 'info_selection_chemin_acces' => '<b>حدد</b> أدناه مسار الدخول في الدليل:', |
|
| 463 | - 'info_signatures' => 'التوقيعات', |
|
| 464 | - 'info_site' => 'الموقع', |
|
| 465 | - 'info_site_2' => 'الموقع:', |
|
| 466 | - 'info_site_min' => 'الموقع', |
|
| 467 | - 'info_site_reference_2' => 'موقع مبوب', |
|
| 468 | - 'info_site_web' => 'الموقع:', |
|
| 469 | - 'info_sites' => ' مواقع', |
|
| 470 | - 'info_sites_lies_mot' => 'المواقع المبوبة المرتبطة بهذا المفتاح', |
|
| 471 | - 'info_sites_proxy' => 'إستخدام جهاز وكيل', |
|
| 472 | - 'info_sites_trouves' => 'المواقع التي عثر عليها', |
|
| 473 | - 'info_sous_titre' => 'العنوان الفرعي:', |
|
| 474 | - 'info_statut_administrateur' => 'مدير', |
|
| 475 | - 'info_statut_auteur' => 'وضع هذا المؤلف:', |
|
| 476 | - 'info_statut_auteur_2' => 'أنا', |
|
| 477 | - 'info_statut_auteur_a_confirmer' => 'التسجيل المطلوب التأكد منه', |
|
| 478 | - 'info_statut_auteur_autre' => 'وضعية اخرى:', |
|
| 479 | - 'info_statut_redacteur' => 'محرر', |
|
| 480 | - 'info_statut_utilisateurs_1' => 'الوضع الافتراضي للمستخدمين المجلوبين', |
|
| 481 | - 'info_statut_utilisateurs_2' => 'قم باختيار الوضع المخصص للأشخاص الموجودين في دليل LDAP عندما سيتصلون للمرة الأولى. لاحقاً، يمكنك تغيير هذه القيمة لكل مؤلف على حدى.', |
|
| 482 | - 'info_suivi_activite' => 'متابعة أنشطة التحرير', |
|
| 483 | - 'info_surtitre' => 'عنوان المدخل:', |
|
| 484 | - 'info_syndication_integrale_1' => 'يقدم موقعك ملفات ترخيص (انظر «<a href="@url@">@titre@</a>»).', |
|
| 485 | - 'info_syndication_integrale_2' => 'هل ترغب في تقديم المقالات بكاملها او الاكتفاء بنشر ملخص من بضعة مئات من الكلمات؟', |
|
| 486 | - 'info_table_prefix' => 'يمكنك تغيير بادئة اسماء جداول البيانات (هذا ضروري في حال تثبيت عدة مواقع لقاعدة بيانات واحدة). تكتب هذه البادئة بأحرف صغيرة بدون صوتيات ومسافات. ', |
|
| 487 | - 'info_taille_maximale_images' => 'سيقوم SPIP بتفقد الحد الاقصى لحجم الصور التي يمكنه معالجتها (بملايين النقاط).<br /> لن يتم تصغير الصور التي تتعدى هذا الحد.', |
|
| 488 | - 'info_taille_maximale_vignette' => 'الحد الأقصى لأبعاد المصغرات التي ينتجها النظام:', |
|
| 489 | - 'info_terminer_installation' => 'يمكنك الآن إتمام عملية التثبيت العادية', |
|
| 490 | - 'info_texte' => 'المادة', |
|
| 491 | - 'info_texte_explicatif' => 'نص توضيحي', |
|
| 492 | - 'info_texte_long' => '(المادة طويلة جداً: ستظهر بعدة أجزاء تتم إعادة تجميعها بعد النقر على الإدخال.)', |
|
| 493 | - 'info_texte_message' => 'نص مشاركتك:', |
|
| 494 | - 'info_texte_message_02' => 'نص الرسالة', |
|
| 495 | - 'info_titre' => 'الموضوع:', |
|
| 496 | - 'info_total' => 'المجموع:', |
|
| 497 | - 'info_tous_articles_en_redaction' => 'كل المقالات قيد التحرير', |
|
| 498 | - 'info_tous_articles_presents' => 'كل المقالات المنشورة في هذا القسم', |
|
| 499 | - 'info_tous_articles_refuses' => 'كل المقالات المرفوضة', |
|
| 500 | - 'info_tous_les' => 'كل:', |
|
| 501 | - 'info_tout_site' => 'الموقع بالكامل', |
|
| 502 | - 'info_tout_site2' => 'لم يُترجم المقال الى هذه اللغة.', |
|
| 503 | - 'info_tout_site3' => 'تمت ترجمة المقال الى هذه اللغة لكن طرأت تعديلات على المقال المرجع في ما بعد. يجب تحديث الترجمة.', |
|
| 504 | - 'info_tout_site4' => 'تمت ترجمة المقال الى هذه اللغة والترجمة حديثة.', |
|
| 505 | - 'info_tout_site5' => 'المقال الاصلي.', |
|
| 506 | - 'info_tout_site6' => '<b>تحذير:</b> المقالات الاصلية وحدها هي المعروضة. |
|
| 439 | + 'info_qui_edite' => '@nom_auteur_modif@ عمل على هذا المحتوى منذ @date_diff@ دقيقة ', |
|
| 440 | + 'info_racine_site' => 'أصل الموقع', |
|
| 441 | + 'info_recharger_page' => 'الرجاء إعادة تحميل الصفحة بعد لحظات.', |
|
| 442 | + 'info_recherche_auteur_zero' => 'لا توجد نتائج لـ «@cherche_auteur@».', |
|
| 443 | + 'info_recommencer' => 'الرجاء إعادة المحاولة.', |
|
| 444 | + 'info_redacteur_1' => 'محرر', |
|
| 445 | + 'info_redacteur_2' => 'يملك حق الدخول الى المجال الخاص (ينصح به)', |
|
| 446 | + 'info_redacteurs' => 'محررون', |
|
| 447 | + 'info_redaction_en_cours' => 'قيد التحرير', |
|
| 448 | + 'info_redirection' => 'إعادة توجيه', |
|
| 449 | + 'info_redirection_activee' => 'تم تفعيل إعادة التحويل.', |
|
| 450 | + 'info_redirection_boucle' => 'محاولة إعادة توجيه مقال الى ذاته.', |
|
| 451 | + 'info_redirection_desactivee' => 'تم حذف إعادة التحويل.', |
|
| 452 | + 'info_refuses' => 'مقالاتك المرفوضة', |
|
| 453 | + 'info_reglage_ldap' => 'خيارات: <b>ضبط جلب LDAP </b>', |
|
| 454 | + 'info_renvoi_article' => '<b>إعادة توجيه.</b> هذا المقال يحيل الى الصفحة: ', |
|
| 455 | + 'info_reserve_admin' => 'المدراء وحدهم يمكنهم تغيير هذا العنوان.', |
|
| 456 | + 'info_restreindre_rubrique' => 'حصر الإدارة في القسم:', |
|
| 457 | + 'info_resultat_recherche' => 'نتائج البحث:', |
|
| 458 | + 'info_rubriques' => 'الأقسام', |
|
| 459 | + 'info_rubriques_02' => 'الأقسام', |
|
| 460 | + 'info_rubriques_trouvees' => 'الأقسام التي عثر عليها', |
|
| 461 | + 'info_sans_titre' => 'بدون عنوان', |
|
| 462 | + 'info_selection_chemin_acces' => '<b>حدد</b> أدناه مسار الدخول في الدليل:', |
|
| 463 | + 'info_signatures' => 'التوقيعات', |
|
| 464 | + 'info_site' => 'الموقع', |
|
| 465 | + 'info_site_2' => 'الموقع:', |
|
| 466 | + 'info_site_min' => 'الموقع', |
|
| 467 | + 'info_site_reference_2' => 'موقع مبوب', |
|
| 468 | + 'info_site_web' => 'الموقع:', |
|
| 469 | + 'info_sites' => ' مواقع', |
|
| 470 | + 'info_sites_lies_mot' => 'المواقع المبوبة المرتبطة بهذا المفتاح', |
|
| 471 | + 'info_sites_proxy' => 'إستخدام جهاز وكيل', |
|
| 472 | + 'info_sites_trouves' => 'المواقع التي عثر عليها', |
|
| 473 | + 'info_sous_titre' => 'العنوان الفرعي:', |
|
| 474 | + 'info_statut_administrateur' => 'مدير', |
|
| 475 | + 'info_statut_auteur' => 'وضع هذا المؤلف:', |
|
| 476 | + 'info_statut_auteur_2' => 'أنا', |
|
| 477 | + 'info_statut_auteur_a_confirmer' => 'التسجيل المطلوب التأكد منه', |
|
| 478 | + 'info_statut_auteur_autre' => 'وضعية اخرى:', |
|
| 479 | + 'info_statut_redacteur' => 'محرر', |
|
| 480 | + 'info_statut_utilisateurs_1' => 'الوضع الافتراضي للمستخدمين المجلوبين', |
|
| 481 | + 'info_statut_utilisateurs_2' => 'قم باختيار الوضع المخصص للأشخاص الموجودين في دليل LDAP عندما سيتصلون للمرة الأولى. لاحقاً، يمكنك تغيير هذه القيمة لكل مؤلف على حدى.', |
|
| 482 | + 'info_suivi_activite' => 'متابعة أنشطة التحرير', |
|
| 483 | + 'info_surtitre' => 'عنوان المدخل:', |
|
| 484 | + 'info_syndication_integrale_1' => 'يقدم موقعك ملفات ترخيص (انظر «<a href="@url@">@titre@</a>»).', |
|
| 485 | + 'info_syndication_integrale_2' => 'هل ترغب في تقديم المقالات بكاملها او الاكتفاء بنشر ملخص من بضعة مئات من الكلمات؟', |
|
| 486 | + 'info_table_prefix' => 'يمكنك تغيير بادئة اسماء جداول البيانات (هذا ضروري في حال تثبيت عدة مواقع لقاعدة بيانات واحدة). تكتب هذه البادئة بأحرف صغيرة بدون صوتيات ومسافات. ', |
|
| 487 | + 'info_taille_maximale_images' => 'سيقوم SPIP بتفقد الحد الاقصى لحجم الصور التي يمكنه معالجتها (بملايين النقاط).<br /> لن يتم تصغير الصور التي تتعدى هذا الحد.', |
|
| 488 | + 'info_taille_maximale_vignette' => 'الحد الأقصى لأبعاد المصغرات التي ينتجها النظام:', |
|
| 489 | + 'info_terminer_installation' => 'يمكنك الآن إتمام عملية التثبيت العادية', |
|
| 490 | + 'info_texte' => 'المادة', |
|
| 491 | + 'info_texte_explicatif' => 'نص توضيحي', |
|
| 492 | + 'info_texte_long' => '(المادة طويلة جداً: ستظهر بعدة أجزاء تتم إعادة تجميعها بعد النقر على الإدخال.)', |
|
| 493 | + 'info_texte_message' => 'نص مشاركتك:', |
|
| 494 | + 'info_texte_message_02' => 'نص الرسالة', |
|
| 495 | + 'info_titre' => 'الموضوع:', |
|
| 496 | + 'info_total' => 'المجموع:', |
|
| 497 | + 'info_tous_articles_en_redaction' => 'كل المقالات قيد التحرير', |
|
| 498 | + 'info_tous_articles_presents' => 'كل المقالات المنشورة في هذا القسم', |
|
| 499 | + 'info_tous_articles_refuses' => 'كل المقالات المرفوضة', |
|
| 500 | + 'info_tous_les' => 'كل:', |
|
| 501 | + 'info_tout_site' => 'الموقع بالكامل', |
|
| 502 | + 'info_tout_site2' => 'لم يُترجم المقال الى هذه اللغة.', |
|
| 503 | + 'info_tout_site3' => 'تمت ترجمة المقال الى هذه اللغة لكن طرأت تعديلات على المقال المرجع في ما بعد. يجب تحديث الترجمة.', |
|
| 504 | + 'info_tout_site4' => 'تمت ترجمة المقال الى هذه اللغة والترجمة حديثة.', |
|
| 505 | + 'info_tout_site5' => 'المقال الاصلي.', |
|
| 506 | + 'info_tout_site6' => '<b>تحذير:</b> المقالات الاصلية وحدها هي المعروضة. |
|
| 507 | 507 | الترجمات مرتبطة بالاصلي، |
| 508 | 508 | يلون يدل على حالتها:', |
| 509 | - 'info_traductions' => 'الترجمات', |
|
| 510 | - 'info_travail_colaboratif' => 'تحرير المقالات المشترك', |
|
| 511 | - 'info_un_article' => 'مقال، ', |
|
| 512 | - 'info_un_site' => 'موقع،', |
|
| 513 | - 'info_une_rubrique' => 'قسم،', |
|
| 514 | - 'info_une_rubrique_02' => 'قسم واحد', |
|
| 515 | - 'info_url' => 'عنوان URL:', |
|
| 516 | - 'info_url_proxy' => 'عنوان URL للجهاز الوكيل', |
|
| 517 | - 'info_url_proxy_pas_conforme' => 'عنوان الجهاز الوكيل غير صالح.', |
|
| 518 | - 'info_url_site_pas_conforme' => 'عنوان URL غير صالح.', |
|
| 519 | - 'info_url_test_proxy' => 'عنوان URL للاختبار', |
|
| 520 | - 'info_urlref' => 'وصلة هايبرتكست:', |
|
| 521 | - 'info_utilisation_spip' => 'أصبح نظام النشر الآلي جاهزاً للاستخدام...', |
|
| 522 | - 'info_visites_par_mois' => 'عرض حسب الشهر:', |
|
| 523 | - 'info_visiteur_1' => 'زائر', |
|
| 524 | - 'info_visiteur_2' => 'للموقع العمومي', |
|
| 525 | - 'info_visiteurs' => 'الزوار', |
|
| 526 | - 'info_visiteurs_02' => 'زوار الموقع العمومي', |
|
| 527 | - 'info_webmestre_forces' => 'المشرفون محددون حالياً في <tt>@file_options@</tt>.', |
|
| 528 | - 'install_adresse_base_hebergeur' => 'عنوان قاعدة البيانات التي خصصها لك المضيف', |
|
| 529 | - 'install_connect_ok' => 'تم فعلاً تعريف قاعدة البيانات باسم جهاز الخدمة @connect@.', |
|
| 530 | - 'install_echec_annonce' => 'الارجح ان التثبيت سيفشل او يؤدي الى موقع غير سليم...', |
|
| 531 | - 'install_extension_mbstring' => 'لا يعمل SPIP مع:', |
|
| 532 | - 'install_extension_php_obligatoire' => 'يتطلب SPIP ملحق php:', |
|
| 533 | - 'install_login_base_hebergeur' => 'معرّف الدخول الذي خصصه لك المضيف', |
|
| 534 | - 'install_nom_base_hebergeur' => 'اسم قاعدة البيانات الدي خصصه لك المضيف:', |
|
| 535 | - 'install_pas_table' => 'قاعدة من دون جداول حالياً', |
|
| 536 | - 'install_pass_base_hebergeur' => 'كلمة سر الاتصال التي خصصها لك المضيف', |
|
| 537 | - 'install_php_version' => 'اصدار @version@ من PHP غير كاف(الحد الادنى = @minimum@)', |
|
| 538 | - 'install_select_langue' => 'إختر لغة ثم انقر على الزر« التالي» للبدء بعملية التثبيت.', |
|
| 539 | - 'install_select_type_db' => 'تحديد نوع قاعدة البيانات:', |
|
| 540 | - 'install_select_type_mysql' => 'MySQL', |
|
| 541 | - 'install_select_type_pg' => 'PostgreSQL', |
|
| 542 | - 'install_select_type_sqlite2' => 'SQLite 2', |
|
| 543 | - 'install_select_type_sqlite3' => 'SQLite 3', |
|
| 544 | - 'install_serveur_hebergeur' => 'خادم قواعد البيانات الذي يوفره المضيف ', |
|
| 545 | - 'install_table_prefix_hebergeur' => 'بادئة اسماء الجداول التي خصصها لك المضيف:', |
|
| 546 | - 'install_tables_base' => 'جداول القاعدة', |
|
| 547 | - 'install_types_db_connus' => 'يستطيع SPIP استخدام <b>MySQL</b> (الاكثر انتشاراً) و<b>SQLite</b>.', |
|
| 548 | - 'install_types_db_connus_avertissement' => 'يتوافر دعم <b>PostgreSQL</b> أيضاً على سبيل الاختبار', |
|
| 549 | - 'instituer_erreur_statut_a_change' => 'لقد تم تعديل الوضع من قبل', |
|
| 550 | - 'instituer_erreur_statut_non_autorise' => 'لا يمكن اختيار هذا الوضع', |
|
| 551 | - 'intem_redacteur' => 'محرر', |
|
| 552 | - 'intitule_licence' => 'الرخصة', |
|
| 553 | - 'item_accepter_inscriptions' => 'السماح بالتسجيل', |
|
| 554 | - 'item_activer_messages_avertissement' => 'تفعيل رسائل التحذير', |
|
| 555 | - 'item_administrateur_2' => 'مدير', |
|
| 556 | - 'item_afficher_calendrier' => 'إظهار في الروزنامة', |
|
| 557 | - 'item_autoriser_syndication_integrale' => 'نشر كامل المقالات في ملفات الترخيص', |
|
| 558 | - 'item_choix_administrateurs' => 'المدراء', |
|
| 559 | - 'item_choix_generation_miniature' => 'إنشاء مصغرات عن الصور آلياً.', |
|
| 560 | - 'item_choix_non_generation_miniature' => 'عدم إنشاء مصغرات عن الصور.', |
|
| 561 | - 'item_choix_redacteurs' => 'المحررون', |
|
| 562 | - 'item_choix_visiteurs' => 'زوار الموقع العمومي', |
|
| 563 | - 'item_creer_fichiers_authent' => 'إنشاء ملفات .htpasswd', |
|
| 564 | - 'item_login' => ' المعرّف', |
|
| 565 | - 'item_messagerie_agenda' => 'تفعيل المراسلة والمفكرة', |
|
| 566 | - 'item_mots_cles_association_articles' => 'المقالات', |
|
| 567 | - 'item_mots_cles_association_rubriques' => 'الأقسام', |
|
| 568 | - 'item_mots_cles_association_sites' => 'المواقع المبوبة او المرخصة.', |
|
| 569 | - 'item_non' => 'كلا', |
|
| 570 | - 'item_non_accepter_inscriptions' => 'عدم السماح بالتسجيل', |
|
| 571 | - 'item_non_activer_messages_avertissement' => 'تعطيل رسائل التحذير', |
|
| 572 | - 'item_non_afficher_calendrier' => 'عدم إظهار في الروزنامة', |
|
| 573 | - 'item_non_autoriser_syndication_integrale' => 'الاكتفاء بنشر ملخص', |
|
| 574 | - 'item_non_creer_fichiers_authent' => 'عدم إنشاء هذه الملفات', |
|
| 575 | - 'item_non_messagerie_agenda' => 'تعطيل المراسلة والمفكرة', |
|
| 576 | - 'item_non_publier_articles' => 'عدم نشر المقالات قبل تاريخها.', |
|
| 577 | - 'item_nouvel_auteur' => 'مؤلف جديد', |
|
| 578 | - 'item_nouvelle_rubrique' => 'قسم جديد', |
|
| 579 | - 'item_oui' => 'نعم', |
|
| 580 | - 'item_publier_articles' => 'نشر المقالات مهما كان تاريخها.', |
|
| 581 | - 'item_reponse_article' => 'الرد على المقال', |
|
| 582 | - 'item_visiteur' => 'زائر', |
|
| 509 | + 'info_traductions' => 'الترجمات', |
|
| 510 | + 'info_travail_colaboratif' => 'تحرير المقالات المشترك', |
|
| 511 | + 'info_un_article' => 'مقال، ', |
|
| 512 | + 'info_un_site' => 'موقع،', |
|
| 513 | + 'info_une_rubrique' => 'قسم،', |
|
| 514 | + 'info_une_rubrique_02' => 'قسم واحد', |
|
| 515 | + 'info_url' => 'عنوان URL:', |
|
| 516 | + 'info_url_proxy' => 'عنوان URL للجهاز الوكيل', |
|
| 517 | + 'info_url_proxy_pas_conforme' => 'عنوان الجهاز الوكيل غير صالح.', |
|
| 518 | + 'info_url_site_pas_conforme' => 'عنوان URL غير صالح.', |
|
| 519 | + 'info_url_test_proxy' => 'عنوان URL للاختبار', |
|
| 520 | + 'info_urlref' => 'وصلة هايبرتكست:', |
|
| 521 | + 'info_utilisation_spip' => 'أصبح نظام النشر الآلي جاهزاً للاستخدام...', |
|
| 522 | + 'info_visites_par_mois' => 'عرض حسب الشهر:', |
|
| 523 | + 'info_visiteur_1' => 'زائر', |
|
| 524 | + 'info_visiteur_2' => 'للموقع العمومي', |
|
| 525 | + 'info_visiteurs' => 'الزوار', |
|
| 526 | + 'info_visiteurs_02' => 'زوار الموقع العمومي', |
|
| 527 | + 'info_webmestre_forces' => 'المشرفون محددون حالياً في <tt>@file_options@</tt>.', |
|
| 528 | + 'install_adresse_base_hebergeur' => 'عنوان قاعدة البيانات التي خصصها لك المضيف', |
|
| 529 | + 'install_connect_ok' => 'تم فعلاً تعريف قاعدة البيانات باسم جهاز الخدمة @connect@.', |
|
| 530 | + 'install_echec_annonce' => 'الارجح ان التثبيت سيفشل او يؤدي الى موقع غير سليم...', |
|
| 531 | + 'install_extension_mbstring' => 'لا يعمل SPIP مع:', |
|
| 532 | + 'install_extension_php_obligatoire' => 'يتطلب SPIP ملحق php:', |
|
| 533 | + 'install_login_base_hebergeur' => 'معرّف الدخول الذي خصصه لك المضيف', |
|
| 534 | + 'install_nom_base_hebergeur' => 'اسم قاعدة البيانات الدي خصصه لك المضيف:', |
|
| 535 | + 'install_pas_table' => 'قاعدة من دون جداول حالياً', |
|
| 536 | + 'install_pass_base_hebergeur' => 'كلمة سر الاتصال التي خصصها لك المضيف', |
|
| 537 | + 'install_php_version' => 'اصدار @version@ من PHP غير كاف(الحد الادنى = @minimum@)', |
|
| 538 | + 'install_select_langue' => 'إختر لغة ثم انقر على الزر« التالي» للبدء بعملية التثبيت.', |
|
| 539 | + 'install_select_type_db' => 'تحديد نوع قاعدة البيانات:', |
|
| 540 | + 'install_select_type_mysql' => 'MySQL', |
|
| 541 | + 'install_select_type_pg' => 'PostgreSQL', |
|
| 542 | + 'install_select_type_sqlite2' => 'SQLite 2', |
|
| 543 | + 'install_select_type_sqlite3' => 'SQLite 3', |
|
| 544 | + 'install_serveur_hebergeur' => 'خادم قواعد البيانات الذي يوفره المضيف ', |
|
| 545 | + 'install_table_prefix_hebergeur' => 'بادئة اسماء الجداول التي خصصها لك المضيف:', |
|
| 546 | + 'install_tables_base' => 'جداول القاعدة', |
|
| 547 | + 'install_types_db_connus' => 'يستطيع SPIP استخدام <b>MySQL</b> (الاكثر انتشاراً) و<b>SQLite</b>.', |
|
| 548 | + 'install_types_db_connus_avertissement' => 'يتوافر دعم <b>PostgreSQL</b> أيضاً على سبيل الاختبار', |
|
| 549 | + 'instituer_erreur_statut_a_change' => 'لقد تم تعديل الوضع من قبل', |
|
| 550 | + 'instituer_erreur_statut_non_autorise' => 'لا يمكن اختيار هذا الوضع', |
|
| 551 | + 'intem_redacteur' => 'محرر', |
|
| 552 | + 'intitule_licence' => 'الرخصة', |
|
| 553 | + 'item_accepter_inscriptions' => 'السماح بالتسجيل', |
|
| 554 | + 'item_activer_messages_avertissement' => 'تفعيل رسائل التحذير', |
|
| 555 | + 'item_administrateur_2' => 'مدير', |
|
| 556 | + 'item_afficher_calendrier' => 'إظهار في الروزنامة', |
|
| 557 | + 'item_autoriser_syndication_integrale' => 'نشر كامل المقالات في ملفات الترخيص', |
|
| 558 | + 'item_choix_administrateurs' => 'المدراء', |
|
| 559 | + 'item_choix_generation_miniature' => 'إنشاء مصغرات عن الصور آلياً.', |
|
| 560 | + 'item_choix_non_generation_miniature' => 'عدم إنشاء مصغرات عن الصور.', |
|
| 561 | + 'item_choix_redacteurs' => 'المحررون', |
|
| 562 | + 'item_choix_visiteurs' => 'زوار الموقع العمومي', |
|
| 563 | + 'item_creer_fichiers_authent' => 'إنشاء ملفات .htpasswd', |
|
| 564 | + 'item_login' => ' المعرّف', |
|
| 565 | + 'item_messagerie_agenda' => 'تفعيل المراسلة والمفكرة', |
|
| 566 | + 'item_mots_cles_association_articles' => 'المقالات', |
|
| 567 | + 'item_mots_cles_association_rubriques' => 'الأقسام', |
|
| 568 | + 'item_mots_cles_association_sites' => 'المواقع المبوبة او المرخصة.', |
|
| 569 | + 'item_non' => 'كلا', |
|
| 570 | + 'item_non_accepter_inscriptions' => 'عدم السماح بالتسجيل', |
|
| 571 | + 'item_non_activer_messages_avertissement' => 'تعطيل رسائل التحذير', |
|
| 572 | + 'item_non_afficher_calendrier' => 'عدم إظهار في الروزنامة', |
|
| 573 | + 'item_non_autoriser_syndication_integrale' => 'الاكتفاء بنشر ملخص', |
|
| 574 | + 'item_non_creer_fichiers_authent' => 'عدم إنشاء هذه الملفات', |
|
| 575 | + 'item_non_messagerie_agenda' => 'تعطيل المراسلة والمفكرة', |
|
| 576 | + 'item_non_publier_articles' => 'عدم نشر المقالات قبل تاريخها.', |
|
| 577 | + 'item_nouvel_auteur' => 'مؤلف جديد', |
|
| 578 | + 'item_nouvelle_rubrique' => 'قسم جديد', |
|
| 579 | + 'item_oui' => 'نعم', |
|
| 580 | + 'item_publier_articles' => 'نشر المقالات مهما كان تاريخها.', |
|
| 581 | + 'item_reponse_article' => 'الرد على المقال', |
|
| 582 | + 'item_visiteur' => 'زائر', |
|
| 583 | 583 | |
| 584 | - // J |
|
| 585 | - 'jour_non_connu_nc' => 'غير معروف', |
|
| 584 | + // J |
|
| 585 | + 'jour_non_connu_nc' => 'غير معروف', |
|
| 586 | 586 | |
| 587 | - // L |
|
| 588 | - 'label_bando_outils' => 'شريط الأدوات', |
|
| 589 | - 'label_bando_outils_afficher' => 'عرض الأدوات', |
|
| 590 | - 'label_bando_outils_masquer' => 'إخفاء الأدوات', |
|
| 591 | - 'label_choix_langue' => 'حدد لغتك', |
|
| 592 | - 'label_nom_fichier_connect' => 'أدخل الاسم الذي يستخدمه هذا الخادم', |
|
| 593 | - 'label_slogan_site' => 'شعار الموقع', |
|
| 594 | - 'label_taille_ecran' => 'عرض الشاشة', |
|
| 595 | - 'label_texte_et_icones_navigation' => 'قائمة التصفح', |
|
| 596 | - 'label_texte_et_icones_page' => 'عرض في الصفحة', |
|
| 597 | - 'ldap_correspondance' => 'استلام من الحقل @champ@', |
|
| 598 | - 'ldap_correspondance_1' => 'استلام حقول LDAP', |
|
| 599 | - 'ldap_correspondance_2' => 'لكل من حقول SPIP التالية، حدد اسم حقل LDAP المناسب. يمكن ترك حقل فارغ، استخدام المسافات او الفواصل لتجربة عدة حقول LDAP.', |
|
| 600 | - 'lien_ajouter_auteur' => 'إضافة هذا المؤلف', |
|
| 601 | - 'lien_ajouter_une_rubrique' => 'إضافة هذا القسم', |
|
| 602 | - 'lien_email' => 'البريد الالكتروني', |
|
| 603 | - 'lien_nom_site' => 'إسم الموقع:', |
|
| 604 | - 'lien_rapide_contenu' => 'الذهاب الى المحتوى', |
|
| 605 | - 'lien_rapide_navigation' => 'الذهاب اى التصفح', |
|
| 606 | - 'lien_rapide_recherche' => 'الذهاب الى البحث', |
|
| 607 | - 'lien_retirer_auteur' => 'حذف المؤلف', |
|
| 608 | - 'lien_retirer_rubrique' => 'سحب القسم', |
|
| 609 | - 'lien_retirer_tous_auteurs' => 'إزالة جميع المؤلفين', |
|
| 610 | - 'lien_retirer_toutes_rubriques' => 'سحب كل الأقسام', |
|
| 611 | - 'lien_site' => 'الموقع', |
|
| 612 | - 'lien_tout_decocher' => 'إزالة تحديد الكل', |
|
| 613 | - 'lien_tout_deplier' => 'بسط الكل', |
|
| 614 | - 'lien_tout_replier' => 'طي الكل', |
|
| 615 | - 'lien_tout_supprimer' => 'حذف الكل', |
|
| 616 | - 'lien_trier_nom' => 'فرز حسب الإسم ', |
|
| 617 | - 'lien_trier_nombre_articles' => 'فرز حسب عدد المقالات', |
|
| 618 | - 'lien_trier_statut' => 'فرز حسب الوضع', |
|
| 619 | - 'lien_voir_en_ligne' => 'عرض مباشر:', |
|
| 620 | - 'logo_article' => 'رمز المقال', |
|
| 621 | - 'logo_auteur' => 'رمز المؤلف', |
|
| 622 | - 'logo_rubrique' => 'رمز القسم', |
|
| 623 | - 'logo_site' => 'رمز هذا الموقع', |
|
| 624 | - 'logo_standard_rubrique' => 'رمز الأقسام القياسي', |
|
| 625 | - 'logo_survol' => 'رمز الحوم', |
|
| 587 | + // L |
|
| 588 | + 'label_bando_outils' => 'شريط الأدوات', |
|
| 589 | + 'label_bando_outils_afficher' => 'عرض الأدوات', |
|
| 590 | + 'label_bando_outils_masquer' => 'إخفاء الأدوات', |
|
| 591 | + 'label_choix_langue' => 'حدد لغتك', |
|
| 592 | + 'label_nom_fichier_connect' => 'أدخل الاسم الذي يستخدمه هذا الخادم', |
|
| 593 | + 'label_slogan_site' => 'شعار الموقع', |
|
| 594 | + 'label_taille_ecran' => 'عرض الشاشة', |
|
| 595 | + 'label_texte_et_icones_navigation' => 'قائمة التصفح', |
|
| 596 | + 'label_texte_et_icones_page' => 'عرض في الصفحة', |
|
| 597 | + 'ldap_correspondance' => 'استلام من الحقل @champ@', |
|
| 598 | + 'ldap_correspondance_1' => 'استلام حقول LDAP', |
|
| 599 | + 'ldap_correspondance_2' => 'لكل من حقول SPIP التالية، حدد اسم حقل LDAP المناسب. يمكن ترك حقل فارغ، استخدام المسافات او الفواصل لتجربة عدة حقول LDAP.', |
|
| 600 | + 'lien_ajouter_auteur' => 'إضافة هذا المؤلف', |
|
| 601 | + 'lien_ajouter_une_rubrique' => 'إضافة هذا القسم', |
|
| 602 | + 'lien_email' => 'البريد الالكتروني', |
|
| 603 | + 'lien_nom_site' => 'إسم الموقع:', |
|
| 604 | + 'lien_rapide_contenu' => 'الذهاب الى المحتوى', |
|
| 605 | + 'lien_rapide_navigation' => 'الذهاب اى التصفح', |
|
| 606 | + 'lien_rapide_recherche' => 'الذهاب الى البحث', |
|
| 607 | + 'lien_retirer_auteur' => 'حذف المؤلف', |
|
| 608 | + 'lien_retirer_rubrique' => 'سحب القسم', |
|
| 609 | + 'lien_retirer_tous_auteurs' => 'إزالة جميع المؤلفين', |
|
| 610 | + 'lien_retirer_toutes_rubriques' => 'سحب كل الأقسام', |
|
| 611 | + 'lien_site' => 'الموقع', |
|
| 612 | + 'lien_tout_decocher' => 'إزالة تحديد الكل', |
|
| 613 | + 'lien_tout_deplier' => 'بسط الكل', |
|
| 614 | + 'lien_tout_replier' => 'طي الكل', |
|
| 615 | + 'lien_tout_supprimer' => 'حذف الكل', |
|
| 616 | + 'lien_trier_nom' => 'فرز حسب الإسم ', |
|
| 617 | + 'lien_trier_nombre_articles' => 'فرز حسب عدد المقالات', |
|
| 618 | + 'lien_trier_statut' => 'فرز حسب الوضع', |
|
| 619 | + 'lien_voir_en_ligne' => 'عرض مباشر:', |
|
| 620 | + 'logo_article' => 'رمز المقال', |
|
| 621 | + 'logo_auteur' => 'رمز المؤلف', |
|
| 622 | + 'logo_rubrique' => 'رمز القسم', |
|
| 623 | + 'logo_site' => 'رمز هذا الموقع', |
|
| 624 | + 'logo_standard_rubrique' => 'رمز الأقسام القياسي', |
|
| 625 | + 'logo_survol' => 'رمز الحوم', |
|
| 626 | 626 | |
| 627 | - // M |
|
| 628 | - 'menu_aide_installation_choix_base' => 'إختيار قاعدة البيانات', |
|
| 629 | - 'module_fichier_langue' => 'ملف اللغة', |
|
| 630 | - 'module_raccourci' => 'اختصار', |
|
| 631 | - 'module_texte_affiche' => 'النص المعروض', |
|
| 632 | - 'module_texte_explicatif' => 'يمكن ادراج الاختصارات التالية في صفحات الموقع النموذجية. سوف تُترجم آلياً في مختلف اللغات التي يتوافر لها ملف لغة.', |
|
| 633 | - 'module_texte_traduction' => 'ملف اللغة «@module@» متوافر بـ:', |
|
| 634 | - 'mois_non_connu' => 'غير معروف', |
|
| 627 | + // M |
|
| 628 | + 'menu_aide_installation_choix_base' => 'إختيار قاعدة البيانات', |
|
| 629 | + 'module_fichier_langue' => 'ملف اللغة', |
|
| 630 | + 'module_raccourci' => 'اختصار', |
|
| 631 | + 'module_texte_affiche' => 'النص المعروض', |
|
| 632 | + 'module_texte_explicatif' => 'يمكن ادراج الاختصارات التالية في صفحات الموقع النموذجية. سوف تُترجم آلياً في مختلف اللغات التي يتوافر لها ملف لغة.', |
|
| 633 | + 'module_texte_traduction' => 'ملف اللغة «@module@» متوافر بـ:', |
|
| 634 | + 'mois_non_connu' => 'غير معروف', |
|
| 635 | 635 | |
| 636 | - // N |
|
| 637 | - 'nouvelle_version_spip' => 'ترقية SPIP رقم @version@ متوافرة الآن', |
|
| 638 | - 'nouvelle_version_spip_majeure' => 'إصدار جديد من رقم @version@ من SPIP متوافر الآن', |
|
| 636 | + // N |
|
| 637 | + 'nouvelle_version_spip' => 'ترقية SPIP رقم @version@ متوافرة الآن', |
|
| 638 | + 'nouvelle_version_spip_majeure' => 'إصدار جديد من رقم @version@ من SPIP متوافر الآن', |
|
| 639 | 639 | |
| 640 | - // O |
|
| 641 | - 'onglet_contenu' => 'المحتوى', |
|
| 642 | - 'onglet_declarer_une_autre_base' => 'الاعلان عن قاعدة اخرى', |
|
| 643 | - 'onglet_discuter' => 'النقاش', |
|
| 644 | - 'onglet_interactivite' => 'التفاعلية', |
|
| 645 | - 'onglet_proprietes' => 'الخصائص', |
|
| 646 | - 'onglet_repartition_actuelle' => 'حالياً', |
|
| 647 | - 'onglet_sous_rubriques' => 'الأقسام الفرعية', |
|
| 640 | + // O |
|
| 641 | + 'onglet_contenu' => 'المحتوى', |
|
| 642 | + 'onglet_declarer_une_autre_base' => 'الاعلان عن قاعدة اخرى', |
|
| 643 | + 'onglet_discuter' => 'النقاش', |
|
| 644 | + 'onglet_interactivite' => 'التفاعلية', |
|
| 645 | + 'onglet_proprietes' => 'الخصائص', |
|
| 646 | + 'onglet_repartition_actuelle' => 'حالياً', |
|
| 647 | + 'onglet_sous_rubriques' => 'الأقسام الفرعية', |
|
| 648 | 648 | |
| 649 | - // P |
|
| 650 | - 'page_pas_proxy' => 'لا يجب ان تمر هذه الصفحة عبر جهاز بروكسي', |
|
| 651 | - 'pas_de_proxy_pour' => 'لدى الضرورة، حدد الاجهزة او النطاقات التي لا يجب ان ينطبق عليها الوكيل (مثلاً: @exemple@) ', |
|
| 652 | - 'phpinfo' => 'إعدادات PHP', |
|
| 653 | - 'plugin_charge_paquet' => 'تحميل رزمة @name@', |
|
| 654 | - 'plugin_charger' => 'تحميل', |
|
| 655 | - 'plugin_erreur_charger' => 'خطأ: لا يمكن تحميل @zip@', |
|
| 656 | - 'plugin_erreur_droit1' => 'المجلد <code>@dest@</code> لا يسمح بالكتابة فيه.', |
|
| 657 | - 'plugin_erreur_droit2' => 'الرجاء التأكد من الامتيازات على هذا المجلد (وانشائه اذا اقتضى الامر)، او تثبيت الملفات عبر FTP.', |
|
| 658 | - 'plugin_erreur_zip' => 'فشل pclzip: خطأ @status@', |
|
| 659 | - 'plugin_etat_developpement' => 'قيد التطوير', |
|
| 660 | - 'plugin_etat_experimental' => 'اختباري', |
|
| 661 | - 'plugin_etat_stable' => 'ثابت', |
|
| 662 | - 'plugin_etat_test' => 'قيد الاختبار', |
|
| 663 | - 'plugin_impossible_activer' => 'لا يمكن تفعيل الملحق @plugin@', |
|
| 664 | - 'plugin_info_automatique1' => 'اذا اردت السماح بالتثبيت الآلي للملحقات، الرجاء:', |
|
| 665 | - 'plugin_info_automatique1_lib' => 'أذا رغبت في السماح بالتثبيت الآلي لهذه المكتبة، يرجى:', |
|
| 666 | - 'plugin_info_automatique2' => 'انشاء المجلد <code>@rep@</code>،', |
|
| 667 | - 'plugin_info_automatique3' => 'التأكد من ان جهاز الخدمة يمكنه الكتابة في هذا المجلد.', |
|
| 668 | - 'plugin_info_automatique_creer' => 'يتم انشاؤه في اصل الموقع.', |
|
| 669 | - 'plugin_info_automatique_exemples' => 'أمثلة:', |
|
| 670 | - 'plugin_info_automatique_ftp' => 'يمكنك تثبيت الملحقات بواسطة FTP في المجلد <tt>@rep@</tt>', |
|
| 671 | - 'plugin_info_automatique_lib' => 'بعض الملحقات تتطلب ايضاً القدرة على تحميل ملفات في مجلد <code>lib/</code> الذي يتم انشاؤه في اصل الموقع اذا لزم الامر.', |
|
| 672 | - 'plugin_info_automatique_liste' => 'لوائح الملحقات:', |
|
| 673 | - 'plugin_info_automatique_liste_officielle' => 'الملحقات الرسمية', |
|
| 674 | - 'plugin_info_automatique_liste_update' => 'تحديث اللوائح', |
|
| 675 | - 'plugin_info_automatique_ou' => 'او...', |
|
| 676 | - 'plugin_info_automatique_select' => 'اختر احد الملحقات ادناه: سيقوم SPIP بتحميله وتثبيته في المجلد <code>@rep@</code>. اذا كان هذا الملحق موجوداً سوف يتم تحديثه.', |
|
| 677 | - 'plugin_info_credit' => 'الحقوق', |
|
| 678 | - 'plugin_info_erreur_xml' => 'تعريف هذا الملحق غير صحيح', |
|
| 679 | - 'plugin_info_install_ok' => 'نجح التثبيت', |
|
| 680 | - 'plugin_info_necessite' => 'يتطلب:', |
|
| 681 | - 'plugin_info_non_compatible_spip' => 'لا يتوافق هذا الملحق مع هذا الإصدار من SPIP', |
|
| 682 | - 'plugin_info_plugins_dist_1' => 'تم تحميل الإضافات أدناه وتفعيلها في مجلد @plugins_dist@.', |
|
| 683 | - 'plugin_info_plugins_dist_2' => 'لا يمكن إيقافها.', |
|
| 684 | - 'plugin_info_telecharger' => 'للتحميل من @url@ والتثبيت في @rep@', |
|
| 685 | - 'plugin_info_upgrade_ok' => 'نجحت الترقية', |
|
| 686 | - 'plugin_librairies_installees' => 'المكتبات المثبتة', |
|
| 687 | - 'plugin_necessite_extension_php' => 'يتطلب ملحق PHP @plugin@ إصدار @version@.', |
|
| 688 | - 'plugin_necessite_extension_php_sans_version' => 'يتطلب ملحق PHP @plugin@', |
|
| 689 | - 'plugin_necessite_lib' => 'هذا الملحق يتطلب المكتبة @lib@', |
|
| 690 | - 'plugin_necessite_php' => 'يتطلب @plugin@ إصدار @version@.', |
|
| 691 | - 'plugin_necessite_plugin' => 'يتطلب الملحق @plugin@ بالاصدار @version@.', |
|
| 692 | - 'plugin_necessite_plugin_sans_version' => 'يتطلب الملحق @plugin@', |
|
| 693 | - 'plugin_necessite_spip' => 'يتطلب SPIP باصدار @version@ على الاقل.', |
|
| 694 | - 'plugin_source' => 'المصدر:', |
|
| 695 | - 'plugin_titre_automatique' => 'تثبيت آلي', |
|
| 696 | - 'plugin_titre_automatique_ajouter' => 'إضافة ملحقات', |
|
| 697 | - 'plugin_titre_installation' => 'تثبيت الملحق @plugin@', |
|
| 698 | - 'plugin_titre_modifier' => 'ملحقاتي', |
|
| 699 | - 'plugin_utilise_extension_php' => 'إصدار ملحق PHP @plugin@ يجب ان يكون @version@.', |
|
| 700 | - 'plugin_utilise_php' => 'إصدار @plugin@ يجب ان يكون @version@.', |
|
| 701 | - 'plugin_utilise_plugin' => 'إصدار الملحق @plugin@ يجب ان يكون @version@.', |
|
| 702 | - 'plugin_zip_active' => 'تابع للتفعيل', |
|
| 703 | - 'plugin_zip_adresse' => 'ادخل ادناه عنوان ملف zip لملحق مطلوب تحميله او عنوان لائحة ملاحق.', |
|
| 704 | - 'plugin_zip_adresse_champ' => 'عنوان الملحق او اللائحة ', |
|
| 705 | - 'plugin_zip_content' => 'يحتوي الملفات التالية (@taille@)، بانتظار تثبيتها في المجلد <code>@rep@</code>', |
|
| 706 | - 'plugin_zip_installe_finie' => 'تم ازالة ضغط الملف @zip@ وتثبيته.', |
|
| 707 | - 'plugin_zip_installe_rep_finie' => 'تم ازالة ضغط الملف @zip@ وتثبيته في المجلد @rep@', |
|
| 708 | - 'plugin_zip_installer' => 'بمكنك الآن تثبيته.', |
|
| 709 | - 'plugin_zip_telecharge' => 'تم تحميل الملف @zip@', |
|
| 710 | - 'plugins_actif_aucun' => 'لا يوجد ملحقات نشطة', |
|
| 711 | - 'plugins_actif_un' => 'ملحق واحد نشط.', |
|
| 712 | - 'plugins_actifs' => '@count@ ملحق ناشط.', |
|
| 713 | - 'plugins_actifs_liste' => 'النشطة', |
|
| 714 | - 'plugins_compte' => '@count@ ملحق', |
|
| 715 | - 'plugins_disponible_un' => 'ملحق واحد متاح.', |
|
| 716 | - 'plugins_disponibles' => '@count@ ملحق متوافر.', |
|
| 717 | - 'plugins_erreur' => 'خطأ في الملحقات: @plugins@', |
|
| 718 | - 'plugins_liste' => 'لائحة الملحقات', |
|
| 719 | - 'plugins_liste_dist' => 'الملحقات المقفلة', |
|
| 720 | - 'plugins_recents' => 'أحدث الملحقات.', |
|
| 721 | - 'plugins_tous_liste' => 'الكل', |
|
| 722 | - 'plugins_vue_hierarchie' => 'الهرمية', |
|
| 723 | - 'plugins_vue_liste' => 'لائحة', |
|
| 724 | - 'protocole_ldap' => 'إصدار البروتوكول:', |
|
| 649 | + // P |
|
| 650 | + 'page_pas_proxy' => 'لا يجب ان تمر هذه الصفحة عبر جهاز بروكسي', |
|
| 651 | + 'pas_de_proxy_pour' => 'لدى الضرورة، حدد الاجهزة او النطاقات التي لا يجب ان ينطبق عليها الوكيل (مثلاً: @exemple@) ', |
|
| 652 | + 'phpinfo' => 'إعدادات PHP', |
|
| 653 | + 'plugin_charge_paquet' => 'تحميل رزمة @name@', |
|
| 654 | + 'plugin_charger' => 'تحميل', |
|
| 655 | + 'plugin_erreur_charger' => 'خطأ: لا يمكن تحميل @zip@', |
|
| 656 | + 'plugin_erreur_droit1' => 'المجلد <code>@dest@</code> لا يسمح بالكتابة فيه.', |
|
| 657 | + 'plugin_erreur_droit2' => 'الرجاء التأكد من الامتيازات على هذا المجلد (وانشائه اذا اقتضى الامر)، او تثبيت الملفات عبر FTP.', |
|
| 658 | + 'plugin_erreur_zip' => 'فشل pclzip: خطأ @status@', |
|
| 659 | + 'plugin_etat_developpement' => 'قيد التطوير', |
|
| 660 | + 'plugin_etat_experimental' => 'اختباري', |
|
| 661 | + 'plugin_etat_stable' => 'ثابت', |
|
| 662 | + 'plugin_etat_test' => 'قيد الاختبار', |
|
| 663 | + 'plugin_impossible_activer' => 'لا يمكن تفعيل الملحق @plugin@', |
|
| 664 | + 'plugin_info_automatique1' => 'اذا اردت السماح بالتثبيت الآلي للملحقات، الرجاء:', |
|
| 665 | + 'plugin_info_automatique1_lib' => 'أذا رغبت في السماح بالتثبيت الآلي لهذه المكتبة، يرجى:', |
|
| 666 | + 'plugin_info_automatique2' => 'انشاء المجلد <code>@rep@</code>،', |
|
| 667 | + 'plugin_info_automatique3' => 'التأكد من ان جهاز الخدمة يمكنه الكتابة في هذا المجلد.', |
|
| 668 | + 'plugin_info_automatique_creer' => 'يتم انشاؤه في اصل الموقع.', |
|
| 669 | + 'plugin_info_automatique_exemples' => 'أمثلة:', |
|
| 670 | + 'plugin_info_automatique_ftp' => 'يمكنك تثبيت الملحقات بواسطة FTP في المجلد <tt>@rep@</tt>', |
|
| 671 | + 'plugin_info_automatique_lib' => 'بعض الملحقات تتطلب ايضاً القدرة على تحميل ملفات في مجلد <code>lib/</code> الذي يتم انشاؤه في اصل الموقع اذا لزم الامر.', |
|
| 672 | + 'plugin_info_automatique_liste' => 'لوائح الملحقات:', |
|
| 673 | + 'plugin_info_automatique_liste_officielle' => 'الملحقات الرسمية', |
|
| 674 | + 'plugin_info_automatique_liste_update' => 'تحديث اللوائح', |
|
| 675 | + 'plugin_info_automatique_ou' => 'او...', |
|
| 676 | + 'plugin_info_automatique_select' => 'اختر احد الملحقات ادناه: سيقوم SPIP بتحميله وتثبيته في المجلد <code>@rep@</code>. اذا كان هذا الملحق موجوداً سوف يتم تحديثه.', |
|
| 677 | + 'plugin_info_credit' => 'الحقوق', |
|
| 678 | + 'plugin_info_erreur_xml' => 'تعريف هذا الملحق غير صحيح', |
|
| 679 | + 'plugin_info_install_ok' => 'نجح التثبيت', |
|
| 680 | + 'plugin_info_necessite' => 'يتطلب:', |
|
| 681 | + 'plugin_info_non_compatible_spip' => 'لا يتوافق هذا الملحق مع هذا الإصدار من SPIP', |
|
| 682 | + 'plugin_info_plugins_dist_1' => 'تم تحميل الإضافات أدناه وتفعيلها في مجلد @plugins_dist@.', |
|
| 683 | + 'plugin_info_plugins_dist_2' => 'لا يمكن إيقافها.', |
|
| 684 | + 'plugin_info_telecharger' => 'للتحميل من @url@ والتثبيت في @rep@', |
|
| 685 | + 'plugin_info_upgrade_ok' => 'نجحت الترقية', |
|
| 686 | + 'plugin_librairies_installees' => 'المكتبات المثبتة', |
|
| 687 | + 'plugin_necessite_extension_php' => 'يتطلب ملحق PHP @plugin@ إصدار @version@.', |
|
| 688 | + 'plugin_necessite_extension_php_sans_version' => 'يتطلب ملحق PHP @plugin@', |
|
| 689 | + 'plugin_necessite_lib' => 'هذا الملحق يتطلب المكتبة @lib@', |
|
| 690 | + 'plugin_necessite_php' => 'يتطلب @plugin@ إصدار @version@.', |
|
| 691 | + 'plugin_necessite_plugin' => 'يتطلب الملحق @plugin@ بالاصدار @version@.', |
|
| 692 | + 'plugin_necessite_plugin_sans_version' => 'يتطلب الملحق @plugin@', |
|
| 693 | + 'plugin_necessite_spip' => 'يتطلب SPIP باصدار @version@ على الاقل.', |
|
| 694 | + 'plugin_source' => 'المصدر:', |
|
| 695 | + 'plugin_titre_automatique' => 'تثبيت آلي', |
|
| 696 | + 'plugin_titre_automatique_ajouter' => 'إضافة ملحقات', |
|
| 697 | + 'plugin_titre_installation' => 'تثبيت الملحق @plugin@', |
|
| 698 | + 'plugin_titre_modifier' => 'ملحقاتي', |
|
| 699 | + 'plugin_utilise_extension_php' => 'إصدار ملحق PHP @plugin@ يجب ان يكون @version@.', |
|
| 700 | + 'plugin_utilise_php' => 'إصدار @plugin@ يجب ان يكون @version@.', |
|
| 701 | + 'plugin_utilise_plugin' => 'إصدار الملحق @plugin@ يجب ان يكون @version@.', |
|
| 702 | + 'plugin_zip_active' => 'تابع للتفعيل', |
|
| 703 | + 'plugin_zip_adresse' => 'ادخل ادناه عنوان ملف zip لملحق مطلوب تحميله او عنوان لائحة ملاحق.', |
|
| 704 | + 'plugin_zip_adresse_champ' => 'عنوان الملحق او اللائحة ', |
|
| 705 | + 'plugin_zip_content' => 'يحتوي الملفات التالية (@taille@)، بانتظار تثبيتها في المجلد <code>@rep@</code>', |
|
| 706 | + 'plugin_zip_installe_finie' => 'تم ازالة ضغط الملف @zip@ وتثبيته.', |
|
| 707 | + 'plugin_zip_installe_rep_finie' => 'تم ازالة ضغط الملف @zip@ وتثبيته في المجلد @rep@', |
|
| 708 | + 'plugin_zip_installer' => 'بمكنك الآن تثبيته.', |
|
| 709 | + 'plugin_zip_telecharge' => 'تم تحميل الملف @zip@', |
|
| 710 | + 'plugins_actif_aucun' => 'لا يوجد ملحقات نشطة', |
|
| 711 | + 'plugins_actif_un' => 'ملحق واحد نشط.', |
|
| 712 | + 'plugins_actifs' => '@count@ ملحق ناشط.', |
|
| 713 | + 'plugins_actifs_liste' => 'النشطة', |
|
| 714 | + 'plugins_compte' => '@count@ ملحق', |
|
| 715 | + 'plugins_disponible_un' => 'ملحق واحد متاح.', |
|
| 716 | + 'plugins_disponibles' => '@count@ ملحق متوافر.', |
|
| 717 | + 'plugins_erreur' => 'خطأ في الملحقات: @plugins@', |
|
| 718 | + 'plugins_liste' => 'لائحة الملحقات', |
|
| 719 | + 'plugins_liste_dist' => 'الملحقات المقفلة', |
|
| 720 | + 'plugins_recents' => 'أحدث الملحقات.', |
|
| 721 | + 'plugins_tous_liste' => 'الكل', |
|
| 722 | + 'plugins_vue_hierarchie' => 'الهرمية', |
|
| 723 | + 'plugins_vue_liste' => 'لائحة', |
|
| 724 | + 'protocole_ldap' => 'إصدار البروتوكول:', |
|
| 725 | 725 | |
| 726 | - // Q |
|
| 727 | - 'queue_executer_maintenant' => 'تنفيذ الآن', |
|
| 728 | - 'queue_info_purger' => 'يمكنك حذف كل الأعمال في الانتظار وتأصيل لائحة الأعمال الدورية', |
|
| 729 | - 'queue_nb_jobs_in_queue' => '@nb@ عمل بالانتظار', |
|
| 730 | - 'queue_next_job_in_nb_sec' => 'العمل القادم خلال @nb@ ثانية', |
|
| 731 | - 'queue_no_job_in_queue' => 'لا توجد أعمال بالانتظار', |
|
| 732 | - 'queue_one_job_in_queue' => 'عمل واحد بالانتظار', |
|
| 733 | - 'queue_priorite_tache' => 'الأفضلية', |
|
| 734 | - 'queue_purger_queue' => 'تأصيل لائحة الأعمال', |
|
| 735 | - 'queue_titre' => 'أعمال الخلفية', |
|
| 726 | + // Q |
|
| 727 | + 'queue_executer_maintenant' => 'تنفيذ الآن', |
|
| 728 | + 'queue_info_purger' => 'يمكنك حذف كل الأعمال في الانتظار وتأصيل لائحة الأعمال الدورية', |
|
| 729 | + 'queue_nb_jobs_in_queue' => '@nb@ عمل بالانتظار', |
|
| 730 | + 'queue_next_job_in_nb_sec' => 'العمل القادم خلال @nb@ ثانية', |
|
| 731 | + 'queue_no_job_in_queue' => 'لا توجد أعمال بالانتظار', |
|
| 732 | + 'queue_one_job_in_queue' => 'عمل واحد بالانتظار', |
|
| 733 | + 'queue_priorite_tache' => 'الأفضلية', |
|
| 734 | + 'queue_purger_queue' => 'تأصيل لائحة الأعمال', |
|
| 735 | + 'queue_titre' => 'أعمال الخلفية', |
|
| 736 | 736 | |
| 737 | - // R |
|
| 738 | - 'repertoire_plugins' => 'دليل:', |
|
| 739 | - 'required' => '(إجباري)', |
|
| 737 | + // R |
|
| 738 | + 'repertoire_plugins' => 'دليل:', |
|
| 739 | + 'required' => '(إجباري)', |
|
| 740 | 740 | |
| 741 | - // S |
|
| 742 | - 'sans_heure' => 'بدون توقيت الساعات', |
|
| 743 | - 'statut_admin_restreint' => 'إدارة محدودة', |
|
| 744 | - 'statut_webmestre' => 'المشرف على الموقع', |
|
| 741 | + // S |
|
| 742 | + 'sans_heure' => 'بدون توقيت الساعات', |
|
| 743 | + 'statut_admin_restreint' => 'إدارة محدودة', |
|
| 744 | + 'statut_webmestre' => 'المشرف على الموقع', |
|
| 745 | 745 | |
| 746 | - // T |
|
| 747 | - 'tache_cron_asap' => 'مهمة CRON @function@ (في أسرع وقت)', |
|
| 748 | - 'tache_cron_secondes' => 'مهمةCRON @function@ (كل @nb@ ثانية)', |
|
| 749 | - 'taille_cache_image' => 'تحتل الصور التي حسبها SPIP آلياً (مصغرات مستندات، عناوين معروضة كصور، دالات رياضية بتنسيق TeX...) مساحة اجمالية تبلغ @taille@ في الدليل @dir@.', |
|
| 750 | - 'taille_cache_infinie' => 'لا يضع هذا الموقع اي حدود لحجم دليل الذاكرة المخبأة.', |
|
| 751 | - 'taille_cache_maxi' => 'يحاول SPIP الحد من حجم دليل الذاكرة المخبأة في هذا الموقع لكي لا يتعدى <b>@octets@</b> من البيانات.', |
|
| 752 | - 'taille_cache_moins_de' => 'حجم الذاكرة المخبأة أقل من @octets@.', |
|
| 753 | - 'taille_cache_octets' => 'يبلغ حجم الذاكرة المخبأة حالياً @octets@ تقريباً.', |
|
| 754 | - 'taille_cache_vide' => 'الذاكرة المخبأة فارغة.', |
|
| 755 | - 'taille_repertoire_cache' => 'حجم دليل الذاكرة المخبأة', |
|
| 756 | - 'text_article_propose_publication' => 'مقال معروض للنشر.', |
|
| 757 | - 'texte_acces_ldap_anonyme_1' => 'بعض خدام LDAP تمنع الدخول المغفل. في هذه الحال عليك بإدخال بيانات دخول أولية لتتمكن من البحث عن معلومات في الدليل لاحقاً. إلا أنه، في معظم الأحيان، يمكن ترك الحقول التالية فارغة.', |
|
| 758 | - 'texte_admin_effacer_01' => 'يقوم هذا الأمر بحذف كامل محتوى قاعدة البيانات، |
|
| 746 | + // T |
|
| 747 | + 'tache_cron_asap' => 'مهمة CRON @function@ (في أسرع وقت)', |
|
| 748 | + 'tache_cron_secondes' => 'مهمةCRON @function@ (كل @nb@ ثانية)', |
|
| 749 | + 'taille_cache_image' => 'تحتل الصور التي حسبها SPIP آلياً (مصغرات مستندات، عناوين معروضة كصور، دالات رياضية بتنسيق TeX...) مساحة اجمالية تبلغ @taille@ في الدليل @dir@.', |
|
| 750 | + 'taille_cache_infinie' => 'لا يضع هذا الموقع اي حدود لحجم دليل الذاكرة المخبأة.', |
|
| 751 | + 'taille_cache_maxi' => 'يحاول SPIP الحد من حجم دليل الذاكرة المخبأة في هذا الموقع لكي لا يتعدى <b>@octets@</b> من البيانات.', |
|
| 752 | + 'taille_cache_moins_de' => 'حجم الذاكرة المخبأة أقل من @octets@.', |
|
| 753 | + 'taille_cache_octets' => 'يبلغ حجم الذاكرة المخبأة حالياً @octets@ تقريباً.', |
|
| 754 | + 'taille_cache_vide' => 'الذاكرة المخبأة فارغة.', |
|
| 755 | + 'taille_repertoire_cache' => 'حجم دليل الذاكرة المخبأة', |
|
| 756 | + 'text_article_propose_publication' => 'مقال معروض للنشر.', |
|
| 757 | + 'texte_acces_ldap_anonyme_1' => 'بعض خدام LDAP تمنع الدخول المغفل. في هذه الحال عليك بإدخال بيانات دخول أولية لتتمكن من البحث عن معلومات في الدليل لاحقاً. إلا أنه، في معظم الأحيان، يمكن ترك الحقول التالية فارغة.', |
|
| 758 | + 'texte_admin_effacer_01' => 'يقوم هذا الأمر بحذف كامل محتوى قاعدة البيانات، |
|
| 759 | 759 | بما في ذلك كل وسائط الوصول للمحررين والمدراء. بعد تنفيذه، يتحتم عليك |
| 760 | 760 | إعادة تثبيت SPIP لإعادة إنتاج قاعدة جديدة ووسيط دخول أول مدير.', |
| 761 | - 'texte_adresse_annuaire_1' => 'إذا كان دليلك مثبت على الجهاز نفسه الذي يحتوي موقعك، فإنه على الأرجح «localhost»)).', |
|
| 762 | - 'texte_ajout_auteur' => 'تمت إضافة المؤلف التالي الى المقال:', |
|
| 763 | - 'texte_annuaire_ldap_1' => 'إذا كان لديك إمكتان وصول الى دليل LDAP، يمكنك استخدامه لجلب المستخدمين آلياً الى SPIP.', |
|
| 764 | - 'texte_article_statut' => 'هذا المقال:', |
|
| 765 | - 'texte_article_virtuel' => 'مقال إفتراضي', |
|
| 766 | - 'texte_article_virtuel_reference' => '<b>مقال إفتراضي: <b/>مقال مبوّب في موقع SPIP لديك، لكنه موجه الى عنوان آخر. لإلغاء التوجيه، قم بحذف العنوان أعلاه.', |
|
| 767 | - 'texte_aucun_resultat_auteur' => 'لا توجد نتائج لـ "@cherche_auteur@"', |
|
| 768 | - 'texte_auteur_messagerie' => 'يمكن لهذا الموقع رصد قائمة المحررين المتصلين بشكل دائم مما يتيح لك تبادل الرسائل في الوقت الحقيقي. يمكنك التقرير بعدم الظهور في هذه القائمة (وبالتالي تكون «مخفياً» بالنسبة للمستخدمين الآخرين).', |
|
| 769 | - 'texte_auteurs' => 'المؤلفون', |
|
| 770 | - 'texte_choix_base_1' => 'حدد قاعدة بياناتك:', |
|
| 771 | - 'texte_choix_base_2' => 'يحتوي خادم SQL على عدة قواعد بيانات.', |
|
| 772 | - 'texte_choix_base_3' => '<b>حدد</b> أدناه القاعدة التي خصصها مضيفك لك:', |
|
| 773 | - 'texte_choix_table_prefix' => 'بادئة الجداول:', |
|
| 774 | - 'texte_compte_element' => 'عنصر@count@', |
|
| 775 | - 'texte_compte_elements' => 'عنصر@count@', |
|
| 776 | - 'texte_conflit_edition_correction' => 'الرجاء التدقيق ادناه في الفوارق بين إصداري النص. يمكنك ايضاً تسخ تعديلاتك ثم البدء من جديد.', |
|
| 777 | - 'texte_connexion_mysql' => 'راجع المعلومات التي زودك بها مضيفك: من المفترض ان تجد فيها خادم قاعدة البيانات وبيانات اتصالك الشخصية بالقاعدة.', |
|
| 778 | - 'texte_contenu_article' => '(محتوى المقال في بضع كلمات.)', |
|
| 779 | - 'texte_contenu_articles' => 'اعتماداً على تصميم موقعك، يمكنك اختيار |
|
| 761 | + 'texte_adresse_annuaire_1' => 'إذا كان دليلك مثبت على الجهاز نفسه الذي يحتوي موقعك، فإنه على الأرجح «localhost»)).', |
|
| 762 | + 'texte_ajout_auteur' => 'تمت إضافة المؤلف التالي الى المقال:', |
|
| 763 | + 'texte_annuaire_ldap_1' => 'إذا كان لديك إمكتان وصول الى دليل LDAP، يمكنك استخدامه لجلب المستخدمين آلياً الى SPIP.', |
|
| 764 | + 'texte_article_statut' => 'هذا المقال:', |
|
| 765 | + 'texte_article_virtuel' => 'مقال إفتراضي', |
|
| 766 | + 'texte_article_virtuel_reference' => '<b>مقال إفتراضي: <b/>مقال مبوّب في موقع SPIP لديك، لكنه موجه الى عنوان آخر. لإلغاء التوجيه، قم بحذف العنوان أعلاه.', |
|
| 767 | + 'texte_aucun_resultat_auteur' => 'لا توجد نتائج لـ "@cherche_auteur@"', |
|
| 768 | + 'texte_auteur_messagerie' => 'يمكن لهذا الموقع رصد قائمة المحررين المتصلين بشكل دائم مما يتيح لك تبادل الرسائل في الوقت الحقيقي. يمكنك التقرير بعدم الظهور في هذه القائمة (وبالتالي تكون «مخفياً» بالنسبة للمستخدمين الآخرين).', |
|
| 769 | + 'texte_auteurs' => 'المؤلفون', |
|
| 770 | + 'texte_choix_base_1' => 'حدد قاعدة بياناتك:', |
|
| 771 | + 'texte_choix_base_2' => 'يحتوي خادم SQL على عدة قواعد بيانات.', |
|
| 772 | + 'texte_choix_base_3' => '<b>حدد</b> أدناه القاعدة التي خصصها مضيفك لك:', |
|
| 773 | + 'texte_choix_table_prefix' => 'بادئة الجداول:', |
|
| 774 | + 'texte_compte_element' => 'عنصر@count@', |
|
| 775 | + 'texte_compte_elements' => 'عنصر@count@', |
|
| 776 | + 'texte_conflit_edition_correction' => 'الرجاء التدقيق ادناه في الفوارق بين إصداري النص. يمكنك ايضاً تسخ تعديلاتك ثم البدء من جديد.', |
|
| 777 | + 'texte_connexion_mysql' => 'راجع المعلومات التي زودك بها مضيفك: من المفترض ان تجد فيها خادم قاعدة البيانات وبيانات اتصالك الشخصية بالقاعدة.', |
|
| 778 | + 'texte_contenu_article' => '(محتوى المقال في بضع كلمات.)', |
|
| 779 | + 'texte_contenu_articles' => 'اعتماداً على تصميم موقعك، يمكنك اختيار |
|
| 780 | 780 | عدم استخدام بعض عناصر المقالات. |
| 781 | 781 | إستخدم القائمة التالية لاختيار العناصر التي ستكون متاحة.', |
| 782 | - 'texte_crash_base' => 'إذا حصل عطل في |
|
| 782 | + 'texte_crash_base' => 'إذا حصل عطل في |
|
| 783 | 783 | قاعدتك، يمكنك محاولة إصلاحها |
| 784 | 784 | آلياً.', |
| 785 | - 'texte_creer_rubrique' => 'قبل التمكن من كتابة مقالات،<br />يجب عليك إنشاء قسم واحد على الأقل.', |
|
| 786 | - 'texte_date_creation_article' => 'تاريخ إنشاء المقال:', |
|
| 787 | - 'texte_date_creation_objet' => 'تاريخ الانشاء:', # on ajoute le ":" |
|
| 788 | - 'texte_date_publication_anterieure' => 'تاريخ النشر السابق:', |
|
| 789 | - 'texte_date_publication_anterieure_nonaffichee' => 'إخفاء تاريخ النشر السابق.', |
|
| 790 | - 'texte_date_publication_article' => 'تاريخ النشر:', |
|
| 791 | - 'texte_date_publication_objet' => 'تاريخ النشر:', |
|
| 792 | - 'texte_definir_comme_traduction_rubrique' => 'هذا القسم هو ترجمة للقسم رقم:', |
|
| 793 | - 'texte_descriptif_rapide' => 'وصف مقتضب', |
|
| 794 | - 'texte_effacer_base' => 'حذف قاعدة بيانات SPIP', |
|
| 795 | - 'texte_effacer_statistiques' => 'حذف الاحصاءات', |
|
| 796 | - 'texte_en_cours_validation' => 'المقالات والأخبار التالية معروضة للنشر.', |
|
| 797 | - 'texte_enrichir_mise_a_jour' => 'يمكنك استخدام «إختصارات الكتابة» لتحسين مظهر مادتك.', |
|
| 798 | - 'texte_fichier_authent' => '<b>هل يقوم SPIP بإنشاء الملفات الخاصة<tt>.htpasswd</tt> |
|
| 785 | + 'texte_creer_rubrique' => 'قبل التمكن من كتابة مقالات،<br />يجب عليك إنشاء قسم واحد على الأقل.', |
|
| 786 | + 'texte_date_creation_article' => 'تاريخ إنشاء المقال:', |
|
| 787 | + 'texte_date_creation_objet' => 'تاريخ الانشاء:', # on ajoute le ":" |
|
| 788 | + 'texte_date_publication_anterieure' => 'تاريخ النشر السابق:', |
|
| 789 | + 'texte_date_publication_anterieure_nonaffichee' => 'إخفاء تاريخ النشر السابق.', |
|
| 790 | + 'texte_date_publication_article' => 'تاريخ النشر:', |
|
| 791 | + 'texte_date_publication_objet' => 'تاريخ النشر:', |
|
| 792 | + 'texte_definir_comme_traduction_rubrique' => 'هذا القسم هو ترجمة للقسم رقم:', |
|
| 793 | + 'texte_descriptif_rapide' => 'وصف مقتضب', |
|
| 794 | + 'texte_effacer_base' => 'حذف قاعدة بيانات SPIP', |
|
| 795 | + 'texte_effacer_statistiques' => 'حذف الاحصاءات', |
|
| 796 | + 'texte_en_cours_validation' => 'المقالات والأخبار التالية معروضة للنشر.', |
|
| 797 | + 'texte_enrichir_mise_a_jour' => 'يمكنك استخدام «إختصارات الكتابة» لتحسين مظهر مادتك.', |
|
| 798 | + 'texte_fichier_authent' => '<b>هل يقوم SPIP بإنشاء الملفات الخاصة<tt>.htpasswd</tt> |
|
| 799 | 799 | و<tt>.htpasswd-admin</tt> في المجلد @dossier@؟</b> |
| 800 | 800 | <p>تستخدم هذه الملفات للحد من دخول المؤلفين |
| 801 | 801 | والمدراء الى اجزاء اخرى من الموقع |
@@ -803,42 +803,42 @@ discard block |
||
| 803 | 803 | إذا كنت لا تحتاج الى هذه الملفات يمكنك الإبقاء على القيمة |
| 804 | 804 | الافتراضية لهذا الخيار (عدم إنشاء |
| 805 | 805 | الملفات).</p>', |
| 806 | - 'texte_informations_personnelles_1' => 'سيزودك النظام الآن بدخول شخصي الى الموقع.', |
|
| 807 | - 'texte_informations_personnelles_2' => '(ملاحظة: هذه إعادة تثبيت، اذا كان دخولك لا يزال يعمل، يمكنك', |
|
| 808 | - 'texte_introductif_article' => '(نص تقديمي للمقال)', |
|
| 809 | - 'texte_jeu_caractere' => 'يستحسن استخدام طقم الحروف الشامل (<tt>utf-8</tt>): يسمح هذا الطقم بعرض نصوص بجميع اللغات ولا يتسبب بمشاكل توافق مع برامج التصفح الحديثة.', |
|
| 810 | - 'texte_jeu_caractere_3' => 'موقعك يستخدم حالياً طقم الحروف:', |
|
| 811 | - 'texte_jeu_caractere_4' => 'اذا كان ذلك لا يتناسب مع واقع بياناتك (من جراء استرجاع نسخة احتياطية من القاعدة مثلاً) او اذا كنت <strong>تباشر في اطلاق هذا الموقع</strong> وترغب في استخدام طقم حروف آخر، الرجاء تحديد هذا الطقم هنا:', |
|
| 812 | - 'texte_login_ldap_1' => ')أتركه فارغاً للدخول المغفل أو قم بإدخال المسار الكامل، مثلاً «<tt>uid=salim, ou=users, dc=mon-domaine, dc=com</tt>»).', |
|
| 813 | - 'texte_login_precaution' => 'تحذير! هذا هو المعرّف الذي تتصل من خلاله الآن. |
|
| 806 | + 'texte_informations_personnelles_1' => 'سيزودك النظام الآن بدخول شخصي الى الموقع.', |
|
| 807 | + 'texte_informations_personnelles_2' => '(ملاحظة: هذه إعادة تثبيت، اذا كان دخولك لا يزال يعمل، يمكنك', |
|
| 808 | + 'texte_introductif_article' => '(نص تقديمي للمقال)', |
|
| 809 | + 'texte_jeu_caractere' => 'يستحسن استخدام طقم الحروف الشامل (<tt>utf-8</tt>): يسمح هذا الطقم بعرض نصوص بجميع اللغات ولا يتسبب بمشاكل توافق مع برامج التصفح الحديثة.', |
|
| 810 | + 'texte_jeu_caractere_3' => 'موقعك يستخدم حالياً طقم الحروف:', |
|
| 811 | + 'texte_jeu_caractere_4' => 'اذا كان ذلك لا يتناسب مع واقع بياناتك (من جراء استرجاع نسخة احتياطية من القاعدة مثلاً) او اذا كنت <strong>تباشر في اطلاق هذا الموقع</strong> وترغب في استخدام طقم حروف آخر، الرجاء تحديد هذا الطقم هنا:', |
|
| 812 | + 'texte_login_ldap_1' => ')أتركه فارغاً للدخول المغفل أو قم بإدخال المسار الكامل، مثلاً «<tt>uid=salim, ou=users, dc=mon-domaine, dc=com</tt>»).', |
|
| 813 | + 'texte_login_precaution' => 'تحذير! هذا هو المعرّف الذي تتصل من خلاله الآن. |
|
| 814 | 814 | إستخدم هذه الاستمارة بحذر...', |
| 815 | - 'texte_messagerie_agenda' => 'يتيح نظام مراسلة لمحرري الموقع التواصل بين بعضهم مباشرة في المجال الخاص. وهو مرتبط بالمفكرة.', |
|
| 816 | - 'texte_mise_a_niveau_base_1' => 'لقد قمت بتحديث ملفات SPIP. |
|
| 815 | + 'texte_messagerie_agenda' => 'يتيح نظام مراسلة لمحرري الموقع التواصل بين بعضهم مباشرة في المجال الخاص. وهو مرتبط بالمفكرة.', |
|
| 816 | + 'texte_mise_a_niveau_base_1' => 'لقد قمت بتحديث ملفات SPIP. |
|
| 817 | 817 | يجب الآن تحديث قاعدة بيانات |
| 818 | 818 | الموقع.', |
| 819 | - 'texte_modifier_article' => 'تعديل المقال:', |
|
| 820 | - 'texte_multilinguisme' => 'اذا احتجت الى إدارة عناصر متعددة اللغات وبتصفح معقّد، يمكنك إضافة قائمة اختيار اللغة في هذه العناصر تتماشى مع تنظيم موقعك.', |
|
| 821 | - 'texte_multilinguisme_trad' => 'يمكنك ايضاً تفعيل نظام لإدارة الروابط بين الترجمات المختلفة لبعض العناصر.', |
|
| 822 | - 'texte_non_compresse' => 'غير مضغوط (خادمك لا يدعم هذه الوظيفة)', |
|
| 823 | - 'texte_nouvelle_version_spip_1' => 'لقد قمت بتثبيت إصدار جديد من SPIP.', |
|
| 824 | - 'texte_nouvelle_version_spip_2' => 'هذا الإصدار الجديد يتطلب تحديثاً أكثر عمقاً من المعتاد. إذا كنت مسؤولاً عن هذا الموقع، الرجاء حذف الملف @connect@ وإعادة تنفيذ عملية التثبيت من أجل تحديث بيانات الاتصال بالقاعدة. <p> ( ملاحظة: إذا نسيت بيانات الاتصال، أنظر في الملف @connect@ قبل حذفه...)</p>', |
|
| 825 | - 'texte_operation_echec' => 'عد الى الصفحة السابقة وحدد قاعدة بيانات أخرى أو قم بإنشاء قاعدة جديدة. تأكد من المعلومات التي حصلت عليها من مضيفك', |
|
| 826 | - 'texte_plus_trois_car' => 'أكثر من ثلاثة أحرف', |
|
| 827 | - 'texte_plusieurs_articles' => 'تم العثور على عدة مؤلفين لـ "@cherche_auteur@":', |
|
| 828 | - 'texte_port_annuaire' => '(القيمة الافتراضية مناسبة عموماً).', |
|
| 829 | - 'texte_presente_plugin' => 'تعرض هذه الصفحة لائحة بالملحقات المتوافرة في موقعك. يمكنك تفعيل الملحقات التي تريدها بالنقر على الخانات المناسبة لها.', |
|
| 830 | - 'texte_proposer_publication' => 'عندما تنتهي من مقالك،<br />يمكنك عرضه للنشر.', |
|
| 831 | - 'texte_proxy' => 'في بعض الحالات (انترانت، شبكات محمية...)، لا يمكن الوصول الى المواقع البعيدة (توثيق SPIP، المواقع المرخصة...) الا من خلال <b>جهاز وكيل</b>. اذا لزم الامر، حدد ادناه عنوان الجهاز على الشكل @proxy_en_cours@. بشكل عام اترك هذه الخانة فارغة.', |
|
| 832 | - 'texte_publication_articles_post_dates' => 'كيف يجب على SPIP ان يتصرف بالنسبة للمقالات التي |
|
| 819 | + 'texte_modifier_article' => 'تعديل المقال:', |
|
| 820 | + 'texte_multilinguisme' => 'اذا احتجت الى إدارة عناصر متعددة اللغات وبتصفح معقّد، يمكنك إضافة قائمة اختيار اللغة في هذه العناصر تتماشى مع تنظيم موقعك.', |
|
| 821 | + 'texte_multilinguisme_trad' => 'يمكنك ايضاً تفعيل نظام لإدارة الروابط بين الترجمات المختلفة لبعض العناصر.', |
|
| 822 | + 'texte_non_compresse' => 'غير مضغوط (خادمك لا يدعم هذه الوظيفة)', |
|
| 823 | + 'texte_nouvelle_version_spip_1' => 'لقد قمت بتثبيت إصدار جديد من SPIP.', |
|
| 824 | + 'texte_nouvelle_version_spip_2' => 'هذا الإصدار الجديد يتطلب تحديثاً أكثر عمقاً من المعتاد. إذا كنت مسؤولاً عن هذا الموقع، الرجاء حذف الملف @connect@ وإعادة تنفيذ عملية التثبيت من أجل تحديث بيانات الاتصال بالقاعدة. <p> ( ملاحظة: إذا نسيت بيانات الاتصال، أنظر في الملف @connect@ قبل حذفه...)</p>', |
|
| 825 | + 'texte_operation_echec' => 'عد الى الصفحة السابقة وحدد قاعدة بيانات أخرى أو قم بإنشاء قاعدة جديدة. تأكد من المعلومات التي حصلت عليها من مضيفك', |
|
| 826 | + 'texte_plus_trois_car' => 'أكثر من ثلاثة أحرف', |
|
| 827 | + 'texte_plusieurs_articles' => 'تم العثور على عدة مؤلفين لـ "@cherche_auteur@":', |
|
| 828 | + 'texte_port_annuaire' => '(القيمة الافتراضية مناسبة عموماً).', |
|
| 829 | + 'texte_presente_plugin' => 'تعرض هذه الصفحة لائحة بالملحقات المتوافرة في موقعك. يمكنك تفعيل الملحقات التي تريدها بالنقر على الخانات المناسبة لها.', |
|
| 830 | + 'texte_proposer_publication' => 'عندما تنتهي من مقالك،<br />يمكنك عرضه للنشر.', |
|
| 831 | + 'texte_proxy' => 'في بعض الحالات (انترانت، شبكات محمية...)، لا يمكن الوصول الى المواقع البعيدة (توثيق SPIP، المواقع المرخصة...) الا من خلال <b>جهاز وكيل</b>. اذا لزم الامر، حدد ادناه عنوان الجهاز على الشكل @proxy_en_cours@. بشكل عام اترك هذه الخانة فارغة.', |
|
| 832 | + 'texte_publication_articles_post_dates' => 'كيف يجب على SPIP ان يتصرف بالنسبة للمقالات التي |
|
| 833 | 833 | تم تحديد تاريخها |
| 834 | 834 | في المستقبل؟', |
| 835 | - 'texte_rappel_selection_champs' => '[لا تنسى ان تحدد هذا الحقل بشكل صحيح]', |
|
| 836 | - 'texte_recalcul_page' => 'إذا كنت ترغب |
|
| 835 | + 'texte_rappel_selection_champs' => '[لا تنسى ان تحدد هذا الحقل بشكل صحيح]', |
|
| 836 | + 'texte_recalcul_page' => 'إذا كنت ترغب |
|
| 837 | 837 | في تحديث صفحة واحدة، الأحرى بك تنفيذ هذه العملية من الموقع العمومي باستخدام زر «تحديث» الصفحة. |
| 838 | 838 | ', |
| 839 | - 'texte_recuperer_base' => 'إصلاح قاعدة البيانات', |
|
| 840 | - 'texte_reference_mais_redirige' => 'مقال مبوّب في موقع SPIP لديك، لكنه موجه الى عنوان آخر.', |
|
| 841 | - 'texte_requetes_echouent' => '<b>عندما يفشل بعض إستفسارات SQL |
|
| 839 | + 'texte_recuperer_base' => 'إصلاح قاعدة البيانات', |
|
| 840 | + 'texte_reference_mais_redirige' => 'مقال مبوّب في موقع SPIP لديك، لكنه موجه الى عنوان آخر.', |
|
| 841 | + 'texte_requetes_echouent' => '<b>عندما يفشل بعض إستفسارات SQL |
|
| 842 | 842 | بشكل منتظم ومتكرر دون أي سبب ظاهر، قد يكون |
| 843 | 843 | العطل في قاعدة البيانات |
| 844 | 844 | نفسها.</b><p> |
@@ -848,90 +848,90 @@ discard block |
||
| 848 | 848 | أدلة عن المشكلة...</p><p> |
| 849 | 849 | إذا استمرت المشكلة إتصل |
| 850 | 850 | بمضيف موقعك.</p>', |
| 851 | - 'texte_selection_langue_principale' => 'أدناه يمكنك تحديد «اللغة الأساسية » للموقع. لحسن الحظ لن يفرض عليك هذا الخيار تحرير مقالاتك باللغة المحددة، الا انه يحدد: |
|
| 851 | + 'texte_selection_langue_principale' => 'أدناه يمكنك تحديد «اللغة الأساسية » للموقع. لحسن الحظ لن يفرض عليك هذا الخيار تحرير مقالاتك باللغة المحددة، الا انه يحدد: |
|
| 852 | 852 | <ul><li> تنسيق التواريخ الافتراضي في الموقع العام؛</li> |
| 853 | 853 | <ul><li> طبيعة محرك الكتابة الذي يجب على SPIP استخدامه لتنسيق النصوص؛</li> |
| 854 | 854 | <ul><li> اللغة المستخدمة في إستمارات الموقع العام؛</li> |
| 855 | 855 | <ul><li> اللغة الافتراضية التي يعرضها المجال الخاص. </li></ul>', |
| 856 | - 'texte_sous_titre' => 'العنوان الفرعي', |
|
| 857 | - 'texte_statistiques_visites' => '(القضبان الداكنة: الأحد / المنحنيات الداكنة: التطور الوسطي)', |
|
| 858 | - 'texte_statut_attente_validation' => 'بانتظار التصديق', |
|
| 859 | - 'texte_statut_publies' => 'منشور', |
|
| 860 | - 'texte_statut_refuses' => 'مرفوض', |
|
| 861 | - 'texte_suppression_fichiers' => 'إستخدم هذا الأمر لحذف كل الملفات الموجودة |
|
| 856 | + 'texte_sous_titre' => 'العنوان الفرعي', |
|
| 857 | + 'texte_statistiques_visites' => '(القضبان الداكنة: الأحد / المنحنيات الداكنة: التطور الوسطي)', |
|
| 858 | + 'texte_statut_attente_validation' => 'بانتظار التصديق', |
|
| 859 | + 'texte_statut_publies' => 'منشور', |
|
| 860 | + 'texte_statut_refuses' => 'مرفوض', |
|
| 861 | + 'texte_suppression_fichiers' => 'إستخدم هذا الأمر لحذف كل الملفات الموجودة |
|
| 862 | 862 | في الذاكرة المخبأة. ويتيح لك ذلك، من بين أمور أخرى، فرض تحديث كل الصفحات في حال |
| 863 | 863 | قمت بإدخال تعديلات مهمة على الرسوم أو التصميم في الموقع. ', |
| 864 | - 'texte_sur_titre' => 'العنوان المدخل', |
|
| 865 | - 'texte_table_ok' => ': هذا الجدول صالح.', |
|
| 866 | - 'texte_tentative_recuperation' => 'محاولة إصلاح', |
|
| 867 | - 'texte_tenter_reparation' => 'محاولة إصلاح قاعدة البيانات', |
|
| 868 | - 'texte_test_proxy' => 'لتجربة الجهاز الوكيل، قم بإدخال عنوان موقع |
|
| 864 | + 'texte_sur_titre' => 'العنوان المدخل', |
|
| 865 | + 'texte_table_ok' => ': هذا الجدول صالح.', |
|
| 866 | + 'texte_tentative_recuperation' => 'محاولة إصلاح', |
|
| 867 | + 'texte_tenter_reparation' => 'محاولة إصلاح قاعدة البيانات', |
|
| 868 | + 'texte_test_proxy' => 'لتجربة الجهاز الوكيل، قم بإدخال عنوان موقع |
|
| 869 | 869 | ترغب في زيارته.', |
| 870 | - 'texte_titre_02' => 'الإسم:', |
|
| 871 | - 'texte_titre_obligatoire' => '<b>العنوان</b> [إجباري]', |
|
| 872 | - 'texte_travail_article' => '@nom_auteur_modif@ تعامل مع هذا المقال منذ @date_diff@ دقيقة', |
|
| 873 | - 'texte_travail_collaboratif' => 'كثيراً ما يحدث أن يتعاون |
|
| 870 | + 'texte_titre_02' => 'الإسم:', |
|
| 871 | + 'texte_titre_obligatoire' => '<b>العنوان</b> [إجباري]', |
|
| 872 | + 'texte_travail_article' => '@nom_auteur_modif@ تعامل مع هذا المقال منذ @date_diff@ دقيقة', |
|
| 873 | + 'texte_travail_collaboratif' => 'كثيراً ما يحدث أن يتعاون |
|
| 874 | 874 | عدة محررين في تحرير المقال نفسه، فيمكن |
| 875 | 875 | للنظام أن يعرض المقالات «المفتوحة» حديثاً |
| 876 | 876 | بهدف تجنب إدخال تعديلات متزامنة عليها. |
| 877 | 877 | هذا الخيار متوقف افتراضياً |
| 878 | 878 | لتجنب عرض رسائل تحذير |
| 879 | 879 | مفاجئة.', |
| 880 | - 'texte_vide' => 'فارغ', |
|
| 881 | - 'texte_vider_cache' => 'تفريغ الذاكرة المخبأة', |
|
| 882 | - 'titre_admin_tech' => 'صيانة تقنية', |
|
| 883 | - 'titre_admin_vider' => 'صيانة تقنية', |
|
| 884 | - 'titre_ajouter_un_auteur' => 'إضافة مؤلف', |
|
| 885 | - 'titre_ajouter_un_mot' => 'إضافة مفتاح', |
|
| 886 | - 'titre_cadre_afficher_article' => 'إظهار المقالات', |
|
| 887 | - 'titre_cadre_afficher_traductions' => 'عرض وضع الترجمات للغات التالية:', |
|
| 888 | - 'titre_cadre_ajouter_auteur' => 'إضافة مؤلف:', |
|
| 889 | - 'titre_cadre_interieur_rubrique' => 'في القسم', |
|
| 890 | - 'titre_cadre_numero_auteur' => 'مؤلف رقم', |
|
| 891 | - 'titre_cadre_numero_objet' => '@objet@ رقم:', |
|
| 892 | - 'titre_cadre_signature_obligatoire' => '<b>التوقيع<b> [إجباري]<br />', |
|
| 893 | - 'titre_config_contenu_notifications' => 'تبليغات', |
|
| 894 | - 'titre_config_contenu_prive' => 'في المجال الخاص', |
|
| 895 | - 'titre_config_contenu_public' => 'في الموقع العمومي', |
|
| 896 | - 'titre_config_fonctions' => 'إعداد الموقع', |
|
| 897 | - 'titre_config_langage' => 'إعداد اللغة', |
|
| 898 | - 'titre_configuration' => 'إعداد الموقع', |
|
| 899 | - 'titre_configurer_preferences' => 'إعداد التفضيلات', |
|
| 900 | - 'titre_configurer_preferences_menus' => 'إعداد تفضيلات القوائم', |
|
| 901 | - 'titre_conflit_edition' => 'تضارب لدى التحرير', |
|
| 902 | - 'titre_connexion_ldap' => 'خيارات: <b>إتصالLDAP </b>', |
|
| 903 | - 'titre_groupe_mots' => 'مجموعة مفاتيح:', |
|
| 904 | - 'titre_identite_site' => 'هوية الموقع', |
|
| 905 | - 'titre_langue_article' => 'لغة المقال', |
|
| 906 | - 'titre_langue_rubrique' => 'لغة القسم', |
|
| 907 | - 'titre_langue_trad_article' => 'لغة المقال وترجماته', |
|
| 908 | - 'titre_les_articles' => 'المقالات', |
|
| 909 | - 'titre_messagerie_agenda' => 'المراسلة والمفكرة', |
|
| 910 | - 'titre_naviguer_dans_le_site' => 'تصفح الموقع...', |
|
| 911 | - 'titre_nouvelle_rubrique' => 'قسم جديد', |
|
| 912 | - 'titre_numero_rubrique' => 'قسم رقم:', |
|
| 913 | - 'titre_page_articles_edit' => 'تعديل: @titre@', |
|
| 914 | - 'titre_page_articles_page' => 'المقالات', |
|
| 915 | - 'titre_page_articles_tous' => 'الموقع بالكامل', |
|
| 916 | - 'titre_page_calendrier' => 'روزنامة @nom_mois@ @annee@', |
|
| 917 | - 'titre_page_config_contenu' => 'إعداد الموقع', |
|
| 918 | - 'titre_page_delete_all' => 'حذف تام ونهائي', |
|
| 919 | - 'titre_page_recherche' => 'نتائج البحث @recherche@', |
|
| 920 | - 'titre_page_statistiques_referers' => 'الاحصاءات (الوصلات الآتية)', |
|
| 921 | - 'titre_page_upgrade' => 'ترقية SPIP', |
|
| 922 | - 'titre_preference_menus_favoris' => 'قائمة المفضلات', |
|
| 923 | - 'titre_publication_articles_post_dates' => 'نشر المقالات المؤجلة', |
|
| 924 | - 'titre_reparation' => 'إصلاح', |
|
| 925 | - 'titre_suivi_petition' => 'متابعة العرائض', |
|
| 926 | - 'tls_ldap' => 'أمان طبقة النقل:', |
|
| 927 | - 'trad_article_traduction' => 'كل اصدارات هذا المقال:', |
|
| 928 | - 'trad_delier' => 'ايقاف الربط هذا بهذه الترجمات', |
|
| 929 | - 'trad_lier' => 'هذا المقال هو ترجمة للمقال رقم:', |
|
| 930 | - 'trad_new' => 'كتابة ترجمة جديدة', |
|
| 880 | + 'texte_vide' => 'فارغ', |
|
| 881 | + 'texte_vider_cache' => 'تفريغ الذاكرة المخبأة', |
|
| 882 | + 'titre_admin_tech' => 'صيانة تقنية', |
|
| 883 | + 'titre_admin_vider' => 'صيانة تقنية', |
|
| 884 | + 'titre_ajouter_un_auteur' => 'إضافة مؤلف', |
|
| 885 | + 'titre_ajouter_un_mot' => 'إضافة مفتاح', |
|
| 886 | + 'titre_cadre_afficher_article' => 'إظهار المقالات', |
|
| 887 | + 'titre_cadre_afficher_traductions' => 'عرض وضع الترجمات للغات التالية:', |
|
| 888 | + 'titre_cadre_ajouter_auteur' => 'إضافة مؤلف:', |
|
| 889 | + 'titre_cadre_interieur_rubrique' => 'في القسم', |
|
| 890 | + 'titre_cadre_numero_auteur' => 'مؤلف رقم', |
|
| 891 | + 'titre_cadre_numero_objet' => '@objet@ رقم:', |
|
| 892 | + 'titre_cadre_signature_obligatoire' => '<b>التوقيع<b> [إجباري]<br />', |
|
| 893 | + 'titre_config_contenu_notifications' => 'تبليغات', |
|
| 894 | + 'titre_config_contenu_prive' => 'في المجال الخاص', |
|
| 895 | + 'titre_config_contenu_public' => 'في الموقع العمومي', |
|
| 896 | + 'titre_config_fonctions' => 'إعداد الموقع', |
|
| 897 | + 'titre_config_langage' => 'إعداد اللغة', |
|
| 898 | + 'titre_configuration' => 'إعداد الموقع', |
|
| 899 | + 'titre_configurer_preferences' => 'إعداد التفضيلات', |
|
| 900 | + 'titre_configurer_preferences_menus' => 'إعداد تفضيلات القوائم', |
|
| 901 | + 'titre_conflit_edition' => 'تضارب لدى التحرير', |
|
| 902 | + 'titre_connexion_ldap' => 'خيارات: <b>إتصالLDAP </b>', |
|
| 903 | + 'titre_groupe_mots' => 'مجموعة مفاتيح:', |
|
| 904 | + 'titre_identite_site' => 'هوية الموقع', |
|
| 905 | + 'titre_langue_article' => 'لغة المقال', |
|
| 906 | + 'titre_langue_rubrique' => 'لغة القسم', |
|
| 907 | + 'titre_langue_trad_article' => 'لغة المقال وترجماته', |
|
| 908 | + 'titre_les_articles' => 'المقالات', |
|
| 909 | + 'titre_messagerie_agenda' => 'المراسلة والمفكرة', |
|
| 910 | + 'titre_naviguer_dans_le_site' => 'تصفح الموقع...', |
|
| 911 | + 'titre_nouvelle_rubrique' => 'قسم جديد', |
|
| 912 | + 'titre_numero_rubrique' => 'قسم رقم:', |
|
| 913 | + 'titre_page_articles_edit' => 'تعديل: @titre@', |
|
| 914 | + 'titre_page_articles_page' => 'المقالات', |
|
| 915 | + 'titre_page_articles_tous' => 'الموقع بالكامل', |
|
| 916 | + 'titre_page_calendrier' => 'روزنامة @nom_mois@ @annee@', |
|
| 917 | + 'titre_page_config_contenu' => 'إعداد الموقع', |
|
| 918 | + 'titre_page_delete_all' => 'حذف تام ونهائي', |
|
| 919 | + 'titre_page_recherche' => 'نتائج البحث @recherche@', |
|
| 920 | + 'titre_page_statistiques_referers' => 'الاحصاءات (الوصلات الآتية)', |
|
| 921 | + 'titre_page_upgrade' => 'ترقية SPIP', |
|
| 922 | + 'titre_preference_menus_favoris' => 'قائمة المفضلات', |
|
| 923 | + 'titre_publication_articles_post_dates' => 'نشر المقالات المؤجلة', |
|
| 924 | + 'titre_reparation' => 'إصلاح', |
|
| 925 | + 'titre_suivi_petition' => 'متابعة العرائض', |
|
| 926 | + 'tls_ldap' => 'أمان طبقة النقل:', |
|
| 927 | + 'trad_article_traduction' => 'كل اصدارات هذا المقال:', |
|
| 928 | + 'trad_delier' => 'ايقاف الربط هذا بهذه الترجمات', |
|
| 929 | + 'trad_lier' => 'هذا المقال هو ترجمة للمقال رقم:', |
|
| 930 | + 'trad_new' => 'كتابة ترجمة جديدة', |
|
| 931 | 931 | |
| 932 | - // U |
|
| 933 | - 'utf8_convert_erreur_orig' => 'خطأ: طقم الحروف @charset@ غير مدعوم.', |
|
| 932 | + // U |
|
| 933 | + 'utf8_convert_erreur_orig' => 'خطأ: طقم الحروف @charset@ غير مدعوم.', |
|
| 934 | 934 | |
| 935 | - // V |
|
| 936 | - 'version' => 'الإصدار:' |
|
| 935 | + // V |
|
| 936 | + 'version' => 'الإصدار:' |
|
| 937 | 937 | ); |
@@ -4,423 +4,423 @@ 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' => 'Enable plugin', |
|
| 14 | - 'affichage' => 'Display', |
|
| 15 | - 'aide_non_disponible' => 'This part of the online help is not yet available in this language.', |
|
| 16 | - 'annuler_recherche' => 'Cancel the search', |
|
| 17 | - 'auteur' => 'Author:', |
|
| 18 | - 'avis_acces_interdit' => 'Access forbidden.', |
|
| 19 | - 'avis_acces_interdit_prive' => 'You are not allowed to access the page <b>@exec@</b>.', |
|
| 20 | - 'avis_article_modifie' => 'Warning: @nom_auteur_modif@ modified this article @date_diff@ minutes ago', |
|
| 21 | - 'avis_aucun_resultat' => 'No results found.', |
|
| 22 | - 'avis_base_inaccessible' => 'Impossible to connect to the database @base@.', |
|
| 23 | - 'avis_chemin_invalide_1' => 'The path you selected', |
|
| 24 | - 'avis_chemin_invalide_2' => 'does not seem to be valid. Please go back to previous page and check the information you provided.', |
|
| 25 | - 'avis_connexion_echec_1' => 'Connection to the SQL server failed.', |
|
| 26 | - 'avis_connexion_echec_2' => 'Go back to the previous page, and check the information you provided.', |
|
| 27 | - 'avis_connexion_echec_3' => '<b>N.B.</b> On many servers, you must <b>request</b> activation of your access to the SQL database before you can use it. If you cannot connect to your database, check that activation has been done.', |
|
| 28 | - 'avis_connexion_erreur_creer_base' => 'The database could not be created.', |
|
| 29 | - 'avis_connexion_erreur_nom_base' => 'The database’s name should only contain letters, digits and hyphens.', |
|
| 30 | - 'avis_connexion_ldap_echec_1' => 'Connection to the LDAP server failed.', |
|
| 31 | - 'avis_connexion_ldap_echec_2' => 'Go back to the previous page, and check the information you provided.', |
|
| 32 | - 'avis_connexion_ldap_echec_3' => 'Alternatively, do not use LDAP support to import users.', |
|
| 33 | - 'avis_deplacement_rubrique' => 'Warning! This section contains @contient_breves@ news item@scb@: if you move it, please check this box to confirm.', |
|
| 34 | - 'avis_erreur_connexion_mysql' => 'SQL connection error', |
|
| 35 | - 'avis_espace_interdit' => '<b>Forbidden area</b> <div>SPIP is already installed.</div>', |
|
| 36 | - 'avis_lecture_noms_bases_1' => 'The installer could not read the names of any databases already installed.', |
|
| 37 | - 'avis_lecture_noms_bases_2' => 'Either no database is available, or the option listing databases was disabled for security reasons (which is the case with various hosting services).', |
|
| 38 | - 'avis_lecture_noms_bases_3' => 'In the second case, a database named after your login might already be available:', |
|
| 39 | - 'avis_non_acces_page' => 'You do not have access to this page.', |
|
| 40 | - 'avis_operation_echec' => 'The operation failed.', |
|
| 41 | - 'avis_operation_impossible' => 'Operation impossible', |
|
| 42 | - 'avis_suppression_base' => 'WARNING: data deletion is irreversible', |
|
| 12 | + // A |
|
| 13 | + 'activer_plugin' => 'Enable plugin', |
|
| 14 | + 'affichage' => 'Display', |
|
| 15 | + 'aide_non_disponible' => 'This part of the online help is not yet available in this language.', |
|
| 16 | + 'annuler_recherche' => 'Cancel the search', |
|
| 17 | + 'auteur' => 'Author:', |
|
| 18 | + 'avis_acces_interdit' => 'Access forbidden.', |
|
| 19 | + 'avis_acces_interdit_prive' => 'You are not allowed to access the page <b>@exec@</b>.', |
|
| 20 | + 'avis_article_modifie' => 'Warning: @nom_auteur_modif@ modified this article @date_diff@ minutes ago', |
|
| 21 | + 'avis_aucun_resultat' => 'No results found.', |
|
| 22 | + 'avis_base_inaccessible' => 'Impossible to connect to the database @base@.', |
|
| 23 | + 'avis_chemin_invalide_1' => 'The path you selected', |
|
| 24 | + 'avis_chemin_invalide_2' => 'does not seem to be valid. Please go back to previous page and check the information you provided.', |
|
| 25 | + 'avis_connexion_echec_1' => 'Connection to the SQL server failed.', |
|
| 26 | + 'avis_connexion_echec_2' => 'Go back to the previous page, and check the information you provided.', |
|
| 27 | + 'avis_connexion_echec_3' => '<b>N.B.</b> On many servers, you must <b>request</b> activation of your access to the SQL database before you can use it. If you cannot connect to your database, check that activation has been done.', |
|
| 28 | + 'avis_connexion_erreur_creer_base' => 'The database could not be created.', |
|
| 29 | + 'avis_connexion_erreur_nom_base' => 'The database’s name should only contain letters, digits and hyphens.', |
|
| 30 | + 'avis_connexion_ldap_echec_1' => 'Connection to the LDAP server failed.', |
|
| 31 | + 'avis_connexion_ldap_echec_2' => 'Go back to the previous page, and check the information you provided.', |
|
| 32 | + 'avis_connexion_ldap_echec_3' => 'Alternatively, do not use LDAP support to import users.', |
|
| 33 | + 'avis_deplacement_rubrique' => 'Warning! This section contains @contient_breves@ news item@scb@: if you move it, please check this box to confirm.', |
|
| 34 | + 'avis_erreur_connexion_mysql' => 'SQL connection error', |
|
| 35 | + 'avis_espace_interdit' => '<b>Forbidden area</b> <div>SPIP is already installed.</div>', |
|
| 36 | + 'avis_lecture_noms_bases_1' => 'The installer could not read the names of any databases already installed.', |
|
| 37 | + 'avis_lecture_noms_bases_2' => 'Either no database is available, or the option listing databases was disabled for security reasons (which is the case with various hosting services).', |
|
| 38 | + 'avis_lecture_noms_bases_3' => 'In the second case, a database named after your login might already be available:', |
|
| 39 | + 'avis_non_acces_page' => 'You do not have access to this page.', |
|
| 40 | + 'avis_operation_echec' => 'The operation failed.', |
|
| 41 | + 'avis_operation_impossible' => 'Operation impossible', |
|
| 42 | + 'avis_suppression_base' => 'WARNING: data deletion is irreversible', |
|
| 43 | 43 | |
| 44 | - // B |
|
| 45 | - 'bouton_acces_ldap' => 'Add LDAP access', |
|
| 46 | - 'bouton_ajouter' => 'Add', |
|
| 47 | - 'bouton_annuler' => 'Cancel', |
|
| 48 | - 'bouton_cache_activer' => 'Re-activate the cache', |
|
| 49 | - 'bouton_cache_desactiver' => 'Disable the cache momentarily', |
|
| 50 | - 'bouton_demande_publication' => 'Request publication of this article', |
|
| 51 | - 'bouton_desactive_tout' => 'Disable all', |
|
| 52 | - 'bouton_desinstaller' => 'Uninstall', |
|
| 53 | - 'bouton_effacer_tout' => 'Delete ALL', |
|
| 54 | - 'bouton_envoyer_message' => 'Message complete: send', |
|
| 55 | - 'bouton_fermer' => 'Close', |
|
| 56 | - 'bouton_mettre_a_jour_base' => 'Update the database', |
|
| 57 | - 'bouton_modifier' => 'Modify', |
|
| 58 | - 'bouton_radio_afficher' => 'Show', |
|
| 59 | - 'bouton_radio_apparaitre_liste_redacteurs_connectes' => 'Appear in the list of editors online', |
|
| 60 | - 'bouton_radio_envoi_annonces_adresse' => 'Send announcements to:', |
|
| 61 | - 'bouton_radio_envoi_liste_nouveautes' => 'Send news update list', |
|
| 62 | - 'bouton_radio_non_apparaitre_liste_redacteurs_connectes' => 'Do not appear in the list of editors online', |
|
| 63 | - 'bouton_radio_non_envoi_annonces_editoriales' => 'Do not send any editorial announcements', |
|
| 64 | - 'bouton_redirection' => 'REDIRECT', |
|
| 65 | - 'bouton_reinitialiser_aux_valeurs_par_defaut' => 'Reset to default values', |
|
| 66 | - 'bouton_relancer_inscription' => 'Re-launch registration', |
|
| 67 | - 'bouton_relancer_inscriptions' => 'Re-launch registrations', |
|
| 68 | - 'bouton_relancer_installation' => 'Recommence installation', |
|
| 69 | - 'bouton_reset_password' => 'Create a new password and send by e-mail', |
|
| 70 | - 'bouton_suivant' => 'Next', |
|
| 71 | - 'bouton_tenter_recuperation' => 'Attempt to repair', |
|
| 72 | - 'bouton_test_proxy' => 'Test the proxy', |
|
| 73 | - 'bouton_vider_cache' => 'Empty the cache', |
|
| 44 | + // B |
|
| 45 | + 'bouton_acces_ldap' => 'Add LDAP access', |
|
| 46 | + 'bouton_ajouter' => 'Add', |
|
| 47 | + 'bouton_annuler' => 'Cancel', |
|
| 48 | + 'bouton_cache_activer' => 'Re-activate the cache', |
|
| 49 | + 'bouton_cache_desactiver' => 'Disable the cache momentarily', |
|
| 50 | + 'bouton_demande_publication' => 'Request publication of this article', |
|
| 51 | + 'bouton_desactive_tout' => 'Disable all', |
|
| 52 | + 'bouton_desinstaller' => 'Uninstall', |
|
| 53 | + 'bouton_effacer_tout' => 'Delete ALL', |
|
| 54 | + 'bouton_envoyer_message' => 'Message complete: send', |
|
| 55 | + 'bouton_fermer' => 'Close', |
|
| 56 | + 'bouton_mettre_a_jour_base' => 'Update the database', |
|
| 57 | + 'bouton_modifier' => 'Modify', |
|
| 58 | + 'bouton_radio_afficher' => 'Show', |
|
| 59 | + 'bouton_radio_apparaitre_liste_redacteurs_connectes' => 'Appear in the list of editors online', |
|
| 60 | + 'bouton_radio_envoi_annonces_adresse' => 'Send announcements to:', |
|
| 61 | + 'bouton_radio_envoi_liste_nouveautes' => 'Send news update list', |
|
| 62 | + 'bouton_radio_non_apparaitre_liste_redacteurs_connectes' => 'Do not appear in the list of editors online', |
|
| 63 | + 'bouton_radio_non_envoi_annonces_editoriales' => 'Do not send any editorial announcements', |
|
| 64 | + 'bouton_redirection' => 'REDIRECT', |
|
| 65 | + 'bouton_reinitialiser_aux_valeurs_par_defaut' => 'Reset to default values', |
|
| 66 | + 'bouton_relancer_inscription' => 'Re-launch registration', |
|
| 67 | + 'bouton_relancer_inscriptions' => 'Re-launch registrations', |
|
| 68 | + 'bouton_relancer_installation' => 'Recommence installation', |
|
| 69 | + 'bouton_reset_password' => 'Create a new password and send by e-mail', |
|
| 70 | + 'bouton_suivant' => 'Next', |
|
| 71 | + 'bouton_tenter_recuperation' => 'Attempt to repair', |
|
| 72 | + 'bouton_test_proxy' => 'Test the proxy', |
|
| 73 | + 'bouton_vider_cache' => 'Empty the cache', |
|
| 74 | 74 | |
| 75 | - // C |
|
| 76 | - 'cache_modifiable_webmestre' => 'This parameter can be modified by the webmaster.', |
|
| 77 | - 'calendrier_synchro' => 'If you use a calendar application compatible with <b>iCal</b>, you can synchronise it with information from this site.', |
|
| 78 | - 'config_activer_champs' => 'Activate the following fields', |
|
| 79 | - 'config_choix_base_sup' => 'Choose a database on this server', |
|
| 80 | - 'config_erreur_base_sup' => 'SPIP does not have access to the list of databases available', |
|
| 81 | - 'config_info_base_sup' => 'If you need to query other databases using SPIP, whether on this SQL server or elsewhere, use this form to declare them. If you leave any fields empty, connection details to the main database will be used.', |
|
| 82 | - 'config_info_base_sup_disponibles' => 'Additional databases to which queries may be sent:', |
|
| 83 | - 'config_info_enregistree' => 'The new configuration has been saved', |
|
| 84 | - 'config_info_logos' => 'Each element of the site can have its own logo as well as a "mouseover" logo', |
|
| 85 | - 'config_info_logos_utiliser' => 'Use logos', |
|
| 86 | - 'config_info_logos_utiliser_non' => 'Do not use logos', |
|
| 87 | - 'config_info_logos_utiliser_survol' => 'Use "mouseover" logos', |
|
| 88 | - 'config_info_logos_utiliser_survol_non' => 'Do not use "mouseover" logos', |
|
| 89 | - 'config_info_redirection' => 'By activating this option you can create virtual articles, which are simply links to articles published on other sites, not necessarily using SPIP.', |
|
| 90 | - 'config_redirection' => 'Virtual articles', |
|
| 91 | - 'config_titre_base_sup' => 'Declaration of an additional database', |
|
| 92 | - 'config_titre_base_sup_choix' => 'Choose an additional database', |
|
| 93 | - 'connexion_ldap' => 'Connection:', |
|
| 94 | - 'creer_et_associer_un_auteur' => 'Create and associate an author', |
|
| 75 | + // C |
|
| 76 | + 'cache_modifiable_webmestre' => 'This parameter can be modified by the webmaster.', |
|
| 77 | + 'calendrier_synchro' => 'If you use a calendar application compatible with <b>iCal</b>, you can synchronise it with information from this site.', |
|
| 78 | + 'config_activer_champs' => 'Activate the following fields', |
|
| 79 | + 'config_choix_base_sup' => 'Choose a database on this server', |
|
| 80 | + 'config_erreur_base_sup' => 'SPIP does not have access to the list of databases available', |
|
| 81 | + 'config_info_base_sup' => 'If you need to query other databases using SPIP, whether on this SQL server or elsewhere, use this form to declare them. If you leave any fields empty, connection details to the main database will be used.', |
|
| 82 | + 'config_info_base_sup_disponibles' => 'Additional databases to which queries may be sent:', |
|
| 83 | + 'config_info_enregistree' => 'The new configuration has been saved', |
|
| 84 | + 'config_info_logos' => 'Each element of the site can have its own logo as well as a "mouseover" logo', |
|
| 85 | + 'config_info_logos_utiliser' => 'Use logos', |
|
| 86 | + 'config_info_logos_utiliser_non' => 'Do not use logos', |
|
| 87 | + 'config_info_logos_utiliser_survol' => 'Use "mouseover" logos', |
|
| 88 | + 'config_info_logos_utiliser_survol_non' => 'Do not use "mouseover" logos', |
|
| 89 | + 'config_info_redirection' => 'By activating this option you can create virtual articles, which are simply links to articles published on other sites, not necessarily using SPIP.', |
|
| 90 | + 'config_redirection' => 'Virtual articles', |
|
| 91 | + 'config_titre_base_sup' => 'Declaration of an additional database', |
|
| 92 | + 'config_titre_base_sup_choix' => 'Choose an additional database', |
|
| 93 | + 'connexion_ldap' => 'Connection:', |
|
| 94 | + 'creer_et_associer_un_auteur' => 'Create and associate an author', |
|
| 95 | 95 | |
| 96 | - // D |
|
| 97 | - 'date_mot_heures' => 'H', |
|
| 96 | + // D |
|
| 97 | + 'date_mot_heures' => 'H', |
|
| 98 | 98 | |
| 99 | - // E |
|
| 100 | - 'ecran_securite' => '+ safety screen @version@', |
|
| 101 | - 'email' => 'email', |
|
| 102 | - 'email_2' => 'email:', |
|
| 103 | - 'en_savoir_plus' => 'Learn more', |
|
| 104 | - 'entree_adresse_annuaire' => 'Directory address', |
|
| 105 | - 'entree_adresse_email' => 'Your email address', |
|
| 106 | - 'entree_adresse_email_2' => 'E-mail address', |
|
| 107 | - 'entree_base_donnee_1' => 'Database address', |
|
| 108 | - 'entree_base_donnee_2' => '(This address is often your site’s URL, although sometimes it will be "localhost", and sometimes it should be left blank.)', |
|
| 109 | - 'entree_biographie' => 'Brief biography', |
|
| 110 | - 'entree_chemin_acces' => '<b>Enter</b> the path:', |
|
| 111 | - 'entree_cle_pgp' => 'Your PGP key', |
|
| 112 | - 'entree_cle_pgp_2' => 'PGP key', |
|
| 113 | - 'entree_contenu_rubrique' => '(Brief description of the content of this section.)', |
|
| 114 | - 'entree_identifiants_connexion' => 'Your connection identifiers...', |
|
| 115 | - 'entree_identifiants_connexion_2' => 'Connection identifiers', |
|
| 116 | - 'entree_informations_connexion_ldap' => 'Please fill this form with the LDAP connection information provided by your system or network administrator.', |
|
| 117 | - 'entree_infos_perso' => 'Who are you?', |
|
| 118 | - 'entree_infos_perso_2' => 'Who is the author?', |
|
| 119 | - 'entree_interieur_rubrique' => 'In the section:', |
|
| 120 | - 'entree_liens_sites' => '<b>Hyperlink</b> (reference, site to visit etc.)', |
|
| 121 | - 'entree_login' => 'Your login', |
|
| 122 | - 'entree_login_connexion_1' => 'Connection login', |
|
| 123 | - 'entree_login_connexion_2' => '(Sometimes matches your FTP account login and sometimes left empty)', |
|
| 124 | - 'entree_mot_passe' => 'Your password', |
|
| 125 | - 'entree_mot_passe_1' => 'Password', |
|
| 126 | - 'entree_mot_passe_2' => '(Sometimes matches your FTP access password and sometimes left empty)', |
|
| 127 | - 'entree_nom_fichier' => 'Please enter the filename @texte_compresse@:', |
|
| 128 | - 'entree_nom_pseudo' => 'Your name or alias', |
|
| 129 | - 'entree_nom_pseudo_1' => '(Your name or alias)', |
|
| 130 | - 'entree_nom_pseudo_2' => 'Name or alias', |
|
| 131 | - 'entree_nom_site' => 'Website’s name', |
|
| 132 | - 'entree_nom_site_2' => 'Author’s website’s name', |
|
| 133 | - 'entree_nouveau_passe' => 'New password', |
|
| 134 | - 'entree_passe_ldap' => 'Password', |
|
| 135 | - 'entree_port_annuaire' => 'Port number of the directory', |
|
| 136 | - 'entree_signature' => 'Signature', |
|
| 137 | - 'entree_titre_obligatoire' => '<b>Title</b> [Required]<br />', |
|
| 138 | - 'entree_url' => 'Website’s URL', |
|
| 139 | - 'entree_url_2' => 'Website’s URL', |
|
| 140 | - 'erreur_connect_deja_existant' => 'A server by that name already exists', |
|
| 141 | - 'erreur_contenu_suspect' => 'Text escaped', |
|
| 142 | - 'erreur_email_deja_existant' => 'This email address has already been registered.', |
|
| 143 | - 'erreur_nom_connect_incorrect' => 'Server name not allowed', |
|
| 144 | - 'erreur_plugin_attribut_balise_manquant' => 'Missing attribute @attribut@ in tag @balise@', |
|
| 145 | - 'erreur_plugin_desinstalation_echouee' => 'Uninstallation of the plugin failed. However, you may deactivate it.', |
|
| 146 | - 'erreur_plugin_fichier_absent' => 'File missing', |
|
| 147 | - 'erreur_plugin_fichier_def_absent' => 'Definition file missing', |
|
| 148 | - 'erreur_plugin_nom_fonction_interdit' => 'Prohibited function name', |
|
| 149 | - 'erreur_plugin_nom_manquant' => 'Missing plugin name', |
|
| 150 | - 'erreur_plugin_prefix_manquant' => 'Namespace undefined for this plugin', |
|
| 151 | - 'erreur_plugin_tag_plugin_absent' => '<plugin> missing in the definition file', |
|
| 152 | - 'erreur_plugin_version_manquant' => 'Plugin version missing', |
|
| 99 | + // E |
|
| 100 | + 'ecran_securite' => '+ safety screen @version@', |
|
| 101 | + 'email' => 'email', |
|
| 102 | + 'email_2' => 'email:', |
|
| 103 | + 'en_savoir_plus' => 'Learn more', |
|
| 104 | + 'entree_adresse_annuaire' => 'Directory address', |
|
| 105 | + 'entree_adresse_email' => 'Your email address', |
|
| 106 | + 'entree_adresse_email_2' => 'E-mail address', |
|
| 107 | + 'entree_base_donnee_1' => 'Database address', |
|
| 108 | + 'entree_base_donnee_2' => '(This address is often your site’s URL, although sometimes it will be "localhost", and sometimes it should be left blank.)', |
|
| 109 | + 'entree_biographie' => 'Brief biography', |
|
| 110 | + 'entree_chemin_acces' => '<b>Enter</b> the path:', |
|
| 111 | + 'entree_cle_pgp' => 'Your PGP key', |
|
| 112 | + 'entree_cle_pgp_2' => 'PGP key', |
|
| 113 | + 'entree_contenu_rubrique' => '(Brief description of the content of this section.)', |
|
| 114 | + 'entree_identifiants_connexion' => 'Your connection identifiers...', |
|
| 115 | + 'entree_identifiants_connexion_2' => 'Connection identifiers', |
|
| 116 | + 'entree_informations_connexion_ldap' => 'Please fill this form with the LDAP connection information provided by your system or network administrator.', |
|
| 117 | + 'entree_infos_perso' => 'Who are you?', |
|
| 118 | + 'entree_infos_perso_2' => 'Who is the author?', |
|
| 119 | + 'entree_interieur_rubrique' => 'In the section:', |
|
| 120 | + 'entree_liens_sites' => '<b>Hyperlink</b> (reference, site to visit etc.)', |
|
| 121 | + 'entree_login' => 'Your login', |
|
| 122 | + 'entree_login_connexion_1' => 'Connection login', |
|
| 123 | + 'entree_login_connexion_2' => '(Sometimes matches your FTP account login and sometimes left empty)', |
|
| 124 | + 'entree_mot_passe' => 'Your password', |
|
| 125 | + 'entree_mot_passe_1' => 'Password', |
|
| 126 | + 'entree_mot_passe_2' => '(Sometimes matches your FTP access password and sometimes left empty)', |
|
| 127 | + 'entree_nom_fichier' => 'Please enter the filename @texte_compresse@:', |
|
| 128 | + 'entree_nom_pseudo' => 'Your name or alias', |
|
| 129 | + 'entree_nom_pseudo_1' => '(Your name or alias)', |
|
| 130 | + 'entree_nom_pseudo_2' => 'Name or alias', |
|
| 131 | + 'entree_nom_site' => 'Website’s name', |
|
| 132 | + 'entree_nom_site_2' => 'Author’s website’s name', |
|
| 133 | + 'entree_nouveau_passe' => 'New password', |
|
| 134 | + 'entree_passe_ldap' => 'Password', |
|
| 135 | + 'entree_port_annuaire' => 'Port number of the directory', |
|
| 136 | + 'entree_signature' => 'Signature', |
|
| 137 | + 'entree_titre_obligatoire' => '<b>Title</b> [Required]<br />', |
|
| 138 | + 'entree_url' => 'Website’s URL', |
|
| 139 | + 'entree_url_2' => 'Website’s URL', |
|
| 140 | + 'erreur_connect_deja_existant' => 'A server by that name already exists', |
|
| 141 | + 'erreur_contenu_suspect' => 'Text escaped', |
|
| 142 | + 'erreur_email_deja_existant' => 'This email address has already been registered.', |
|
| 143 | + 'erreur_nom_connect_incorrect' => 'Server name not allowed', |
|
| 144 | + 'erreur_plugin_attribut_balise_manquant' => 'Missing attribute @attribut@ in tag @balise@', |
|
| 145 | + 'erreur_plugin_desinstalation_echouee' => 'Uninstallation of the plugin failed. However, you may deactivate it.', |
|
| 146 | + 'erreur_plugin_fichier_absent' => 'File missing', |
|
| 147 | + 'erreur_plugin_fichier_def_absent' => 'Definition file missing', |
|
| 148 | + 'erreur_plugin_nom_fonction_interdit' => 'Prohibited function name', |
|
| 149 | + 'erreur_plugin_nom_manquant' => 'Missing plugin name', |
|
| 150 | + 'erreur_plugin_prefix_manquant' => 'Namespace undefined for this plugin', |
|
| 151 | + 'erreur_plugin_tag_plugin_absent' => '<plugin> missing in the definition file', |
|
| 152 | + 'erreur_plugin_version_manquant' => 'Plugin version missing', |
|
| 153 | 153 | |
| 154 | - // H |
|
| 155 | - 'htaccess_a_simuler' => 'Warning: your HTTP server configuration ignores @htaccess@ files. To ensure good security, you should change the configuration for this. Alternatively, you should make sure that the constants @constantes@ (definable in the file mes_options.php) have as values directories outside @document_root@.', |
|
| 156 | - 'htaccess_inoperant' => 'inoperative htaccess', |
|
| 154 | + // H |
|
| 155 | + 'htaccess_a_simuler' => 'Warning: your HTTP server configuration ignores @htaccess@ files. To ensure good security, you should change the configuration for this. Alternatively, you should make sure that the constants @constantes@ (definable in the file mes_options.php) have as values directories outside @document_root@.', |
|
| 156 | + 'htaccess_inoperant' => 'inoperative htaccess', |
|
| 157 | 157 | |
| 158 | - // I |
|
| 159 | - 'ical_info1' => 'This page offers several tools to be kept up-to-date with website’s activity.', |
|
| 160 | - 'ical_info2' => 'For more information, do not hesitate to visit <a href="@spipnet@">SPIP’s documentation</a>.', |
|
| 161 | - 'ical_info_calendrier' => 'Two calendars are available. The first is a general, public calendar showing articles as they are published. The second is personal and contains editorial announcements as well as your latest private messages: it is reserved for you via a personal key that you can modify at any time by renewing your password.', |
|
| 162 | - 'ical_methode_http' => 'Downloading', |
|
| 163 | - 'ical_methode_webcal' => 'Synchronisation (webcal://)', |
|
| 164 | - 'ical_texte_js' => 'A line of javascript allows you to easily display the most recent articles published on this site on any other site belonging to you.', |
|
| 165 | - 'ical_texte_prive' => 'This calendar, which is strictly personal, informs you of the private editorial activity of this site (tasks, personal appointments, articles and news items submitted etc.).', |
|
| 166 | - 'ical_texte_public' => 'This calendar allows you to follow the public activity of this site (newly-published articles and news items).', |
|
| 167 | - 'ical_texte_rss' => 'You can syndicate the latest news from this site in any XML/RSS (Rich Site Summary) reader. This is also the format that allows SPIP to read the latest news published by other sites using a compatible exchange format (syndicated sites).', |
|
| 168 | - 'ical_titre_js' => 'Javascript', |
|
| 169 | - 'ical_titre_mailing' => 'Mailing-list', |
|
| 170 | - 'ical_titre_rss' => 'Syndication files', |
|
| 171 | - 'icone_accueil' => 'Home', |
|
| 172 | - 'icone_activer_cookie' => 'Place a cookie', |
|
| 173 | - 'icone_activite' => 'Feedback', |
|
| 174 | - 'icone_admin_plugin' => 'Manage plugins', |
|
| 175 | - 'icone_administration' => 'Maintenance', |
|
| 176 | - 'icone_afficher_auteurs' => 'Show authors', |
|
| 177 | - 'icone_afficher_visiteurs' => 'Show visitors', |
|
| 178 | - 'icone_arret_discussion' => 'Stop participating in this discussion', |
|
| 179 | - 'icone_calendrier' => 'Calendar', |
|
| 180 | - 'icone_configuration' => 'Configuration', |
|
| 181 | - 'icone_creer_auteur' => 'Create a new author and link him/her to this article', |
|
| 182 | - 'icone_creer_mot_cle' => 'Create a new keyword and link it to this article', |
|
| 183 | - 'icone_creer_rubrique_2' => 'Create a new section', |
|
| 184 | - 'icone_developpement' => 'Development', |
|
| 185 | - 'icone_edition' => 'Edit', |
|
| 186 | - 'icone_ma_langue' => 'My language', |
|
| 187 | - 'icone_mes_infos' => 'My details', |
|
| 188 | - 'icone_mes_preferences' => 'Preferences', |
|
| 189 | - 'icone_modifier_article' => 'Edit this article', |
|
| 190 | - 'icone_modifier_rubrique' => 'Edit this section', |
|
| 191 | - 'icone_publication' => 'Publish', |
|
| 192 | - 'icone_relancer_signataire' => 'Contact the signatory again', |
|
| 193 | - 'icone_retour' => 'Back', |
|
| 194 | - 'icone_retour_article' => 'Back to the article', |
|
| 195 | - 'icone_squelette' => 'Templates', |
|
| 196 | - 'icone_suivi_publication' => 'Publication follow up ', |
|
| 197 | - 'icone_supprimer_cookie' => 'Delete cookie', |
|
| 198 | - 'icone_supprimer_rubrique' => 'Delete this section', |
|
| 199 | - 'icone_supprimer_signature' => 'Delete this signature', |
|
| 200 | - 'icone_valider_signature' => 'Validate this signature', |
|
| 201 | - 'image_administrer_rubrique' => 'You can manage this section', |
|
| 202 | - 'impossible_modifier_login_auteur' => 'Login cannot be changed.', |
|
| 203 | - 'impossible_modifier_pass_auteur' => 'Password cannot be changed.', |
|
| 204 | - 'info_1_article' => '1 article', |
|
| 205 | - 'info_1_auteur' => '1 author', |
|
| 206 | - 'info_1_message' => '1 message', |
|
| 207 | - 'info_1_mot_cle' => '1 keyword', |
|
| 208 | - 'info_1_rubrique' => '1 section', |
|
| 209 | - 'info_1_visiteur' => '1 visitor', |
|
| 210 | - 'info_activer_cookie' => 'You can activate an <b>administration cookie</b>, which lets you switch easily between the public website and the admin area.', |
|
| 211 | - 'info_activer_menu_developpement' => 'Show the Development menu', |
|
| 212 | - 'info_admin_etre_webmestre' => 'Give me web administrator rights', |
|
| 213 | - 'info_admin_je_suis_webmestre' => 'I am a <b>webmaster</b>', |
|
| 214 | - 'info_admin_statuer_webmestre' => 'Give webmaster rights to this administrator ', |
|
| 215 | - 'info_admin_webmestre' => 'This administrator is <b>webmaster</b>', |
|
| 216 | - 'info_administrateur' => 'Administrator', |
|
| 217 | - 'info_administrateur_1' => 'Administrator', |
|
| 218 | - 'info_administrateur_2' => 'of the site (<i>use with caution</i>)', |
|
| 219 | - 'info_administrateur_site_01' => 'If you are a site administrator, please', |
|
| 220 | - 'info_administrateur_site_02' => 'click on this link', |
|
| 221 | - 'info_administrateurs' => 'Administrators', |
|
| 222 | - 'info_administrer_rubrique' => 'You can manage this section', |
|
| 223 | - 'info_adresse' => 'to this address:', |
|
| 224 | - 'info_adresse_desinscription' => 'Unsubscription address:', |
|
| 225 | - 'info_adresse_url' => 'URL of the public site', |
|
| 226 | - 'info_afficher_par_nb' => 'Show ', |
|
| 227 | - 'info_aide_en_ligne' => 'SPIP Online Help', |
|
| 228 | - 'info_ajout_image' => 'When you add images as attached documents to an article, |
|
| 158 | + // I |
|
| 159 | + 'ical_info1' => 'This page offers several tools to be kept up-to-date with website’s activity.', |
|
| 160 | + 'ical_info2' => 'For more information, do not hesitate to visit <a href="@spipnet@">SPIP’s documentation</a>.', |
|
| 161 | + 'ical_info_calendrier' => 'Two calendars are available. The first is a general, public calendar showing articles as they are published. The second is personal and contains editorial announcements as well as your latest private messages: it is reserved for you via a personal key that you can modify at any time by renewing your password.', |
|
| 162 | + 'ical_methode_http' => 'Downloading', |
|
| 163 | + 'ical_methode_webcal' => 'Synchronisation (webcal://)', |
|
| 164 | + 'ical_texte_js' => 'A line of javascript allows you to easily display the most recent articles published on this site on any other site belonging to you.', |
|
| 165 | + 'ical_texte_prive' => 'This calendar, which is strictly personal, informs you of the private editorial activity of this site (tasks, personal appointments, articles and news items submitted etc.).', |
|
| 166 | + 'ical_texte_public' => 'This calendar allows you to follow the public activity of this site (newly-published articles and news items).', |
|
| 167 | + 'ical_texte_rss' => 'You can syndicate the latest news from this site in any XML/RSS (Rich Site Summary) reader. This is also the format that allows SPIP to read the latest news published by other sites using a compatible exchange format (syndicated sites).', |
|
| 168 | + 'ical_titre_js' => 'Javascript', |
|
| 169 | + 'ical_titre_mailing' => 'Mailing-list', |
|
| 170 | + 'ical_titre_rss' => 'Syndication files', |
|
| 171 | + 'icone_accueil' => 'Home', |
|
| 172 | + 'icone_activer_cookie' => 'Place a cookie', |
|
| 173 | + 'icone_activite' => 'Feedback', |
|
| 174 | + 'icone_admin_plugin' => 'Manage plugins', |
|
| 175 | + 'icone_administration' => 'Maintenance', |
|
| 176 | + 'icone_afficher_auteurs' => 'Show authors', |
|
| 177 | + 'icone_afficher_visiteurs' => 'Show visitors', |
|
| 178 | + 'icone_arret_discussion' => 'Stop participating in this discussion', |
|
| 179 | + 'icone_calendrier' => 'Calendar', |
|
| 180 | + 'icone_configuration' => 'Configuration', |
|
| 181 | + 'icone_creer_auteur' => 'Create a new author and link him/her to this article', |
|
| 182 | + 'icone_creer_mot_cle' => 'Create a new keyword and link it to this article', |
|
| 183 | + 'icone_creer_rubrique_2' => 'Create a new section', |
|
| 184 | + 'icone_developpement' => 'Development', |
|
| 185 | + 'icone_edition' => 'Edit', |
|
| 186 | + 'icone_ma_langue' => 'My language', |
|
| 187 | + 'icone_mes_infos' => 'My details', |
|
| 188 | + 'icone_mes_preferences' => 'Preferences', |
|
| 189 | + 'icone_modifier_article' => 'Edit this article', |
|
| 190 | + 'icone_modifier_rubrique' => 'Edit this section', |
|
| 191 | + 'icone_publication' => 'Publish', |
|
| 192 | + 'icone_relancer_signataire' => 'Contact the signatory again', |
|
| 193 | + 'icone_retour' => 'Back', |
|
| 194 | + 'icone_retour_article' => 'Back to the article', |
|
| 195 | + 'icone_squelette' => 'Templates', |
|
| 196 | + 'icone_suivi_publication' => 'Publication follow up ', |
|
| 197 | + 'icone_supprimer_cookie' => 'Delete cookie', |
|
| 198 | + 'icone_supprimer_rubrique' => 'Delete this section', |
|
| 199 | + 'icone_supprimer_signature' => 'Delete this signature', |
|
| 200 | + 'icone_valider_signature' => 'Validate this signature', |
|
| 201 | + 'image_administrer_rubrique' => 'You can manage this section', |
|
| 202 | + 'impossible_modifier_login_auteur' => 'Login cannot be changed.', |
|
| 203 | + 'impossible_modifier_pass_auteur' => 'Password cannot be changed.', |
|
| 204 | + 'info_1_article' => '1 article', |
|
| 205 | + 'info_1_auteur' => '1 author', |
|
| 206 | + 'info_1_message' => '1 message', |
|
| 207 | + 'info_1_mot_cle' => '1 keyword', |
|
| 208 | + 'info_1_rubrique' => '1 section', |
|
| 209 | + 'info_1_visiteur' => '1 visitor', |
|
| 210 | + 'info_activer_cookie' => 'You can activate an <b>administration cookie</b>, which lets you switch easily between the public website and the admin area.', |
|
| 211 | + 'info_activer_menu_developpement' => 'Show the Development menu', |
|
| 212 | + 'info_admin_etre_webmestre' => 'Give me web administrator rights', |
|
| 213 | + 'info_admin_je_suis_webmestre' => 'I am a <b>webmaster</b>', |
|
| 214 | + 'info_admin_statuer_webmestre' => 'Give webmaster rights to this administrator ', |
|
| 215 | + 'info_admin_webmestre' => 'This administrator is <b>webmaster</b>', |
|
| 216 | + 'info_administrateur' => 'Administrator', |
|
| 217 | + 'info_administrateur_1' => 'Administrator', |
|
| 218 | + 'info_administrateur_2' => 'of the site (<i>use with caution</i>)', |
|
| 219 | + 'info_administrateur_site_01' => 'If you are a site administrator, please', |
|
| 220 | + 'info_administrateur_site_02' => 'click on this link', |
|
| 221 | + 'info_administrateurs' => 'Administrators', |
|
| 222 | + 'info_administrer_rubrique' => 'You can manage this section', |
|
| 223 | + 'info_adresse' => 'to this address:', |
|
| 224 | + 'info_adresse_desinscription' => 'Unsubscription address:', |
|
| 225 | + 'info_adresse_url' => 'URL of the public site', |
|
| 226 | + 'info_afficher_par_nb' => 'Show ', |
|
| 227 | + 'info_aide_en_ligne' => 'SPIP Online Help', |
|
| 228 | + 'info_ajout_image' => 'When you add images as attached documents to an article, |
|
| 229 | 229 | SPIP can automatically create thumbnails from |
| 230 | 230 | inserted images. This will allow, for instance, the automated |
| 231 | 231 | creation of a gallery or portfolio.', |
| 232 | - 'info_ajouter_rubrique' => 'Add another section to manage:', |
|
| 233 | - 'info_annonce_nouveautes' => 'Latest news announcements', |
|
| 234 | - 'info_article' => 'article', |
|
| 235 | - 'info_article_2' => 'articles', |
|
| 236 | - 'info_article_a_paraitre' => 'Post-dated articles set for publication', |
|
| 237 | - 'info_articles_02' => 'articles', |
|
| 238 | - 'info_articles_2' => 'Articles', |
|
| 239 | - 'info_articles_auteur' => 'Articles by this author', |
|
| 240 | - 'info_articles_miens' => 'My articles', |
|
| 241 | - 'info_articles_tous' => 'All the articles', |
|
| 242 | - 'info_articles_trouves' => 'Articles found', |
|
| 243 | - 'info_attente_validation' => 'Your articles awaiting validation', |
|
| 244 | - 'info_aucun_article' => 'No articles', |
|
| 245 | - 'info_aucun_auteur' => 'No authors', |
|
| 246 | - 'info_aucun_message' => 'No messages', |
|
| 247 | - 'info_aucun_rubrique' => 'No sections', |
|
| 248 | - 'info_aujourdhui' => 'today:', |
|
| 249 | - 'info_auteur_gere_rubriques' => 'This author manages the following sections:', |
|
| 250 | - 'info_auteur_gere_toutes_rubriques' => 'This author manage <b>all the sections</b>', |
|
| 251 | - 'info_auteur_gere_toutes_rubriques_2' => 'I manage <b>all the sections</b>', |
|
| 252 | - 'info_auteurs' => 'Authors', |
|
| 253 | - 'info_auteurs_par_tri' => 'Authors@partri@', |
|
| 254 | - 'info_auteurs_trouves' => 'Authors found', |
|
| 255 | - 'info_authentification_externe' => 'External authentication', |
|
| 256 | - 'info_avertissement' => 'Warning', |
|
| 257 | - 'info_barre_outils' => 'with its toolbar?', |
|
| 258 | - 'info_base_installee' => 'Your database structure has been installed.', |
|
| 259 | - 'info_bio' => 'Biography', |
|
| 260 | - 'info_cache_desactive' => 'The cache is temporarily disabled', |
|
| 261 | - 'info_chapeau' => 'Introduction', |
|
| 262 | - 'info_chapeau_2' => 'Introduction:', |
|
| 263 | - 'info_chemin_acces_1' => 'Options: <b>Access path in directory</b>', |
|
| 264 | - 'info_chemin_acces_2' => 'You must now configure the access path to the directory information. This information is essential to read the user profiles stored in the directory.', |
|
| 265 | - 'info_chemin_acces_annuaire' => 'Options: <b>Access path in directory</b>', |
|
| 266 | - 'info_choix_base' => 'Third step:', |
|
| 267 | - 'info_classement_1' => ' out of @liste@', |
|
| 268 | - 'info_classement_2' => ' out of @liste@', |
|
| 269 | - 'info_code_acces' => 'Do not forget your own access codes!', |
|
| 270 | - 'info_config_suivi' => 'If this address corresponds to a mailing list, you can indicate the subscription address for this list. This may be a URL (e.g. a webpage enabling subscription online), or an email address with a specific subject (for instance: <tt>@adresse_suivi@?subject=subscribe</tt>):', |
|
| 271 | - 'info_config_suivi_explication' => 'You can subscribe to the mailing-list for this site. You will then receive email announcements concerning articles and news items submitted for publication.', |
|
| 272 | - 'info_confirmer_passe' => 'Confirm new password:', |
|
| 273 | - 'info_conflit_edition_avis_non_sauvegarde' => 'Caution: the following fields have been modified elsewhere. Your changes to these fields have therefore not been saved.', |
|
| 274 | - 'info_conflit_edition_differences' => 'Differences:', |
|
| 275 | - 'info_conflit_edition_version_enregistree' => 'Saved version:', |
|
| 276 | - 'info_conflit_edition_votre_version' => 'Your version:', |
|
| 277 | - 'info_connexion_base' => 'Trying to connect to database', |
|
| 278 | - 'info_connexion_base_donnee' => 'Connection to your database', |
|
| 279 | - 'info_connexion_ldap_ok' => '<b>LDAP connection succeeded.</b><p> You can go to the next step.</p>', |
|
| 280 | - 'info_connexion_mysql' => 'Your SQL connection', |
|
| 281 | - 'info_connexion_ok' => 'Connection succeeded.', |
|
| 282 | - 'info_contact' => 'Contact', |
|
| 283 | - 'info_contenu_articles' => 'Article content', |
|
| 284 | - 'info_contributions' => 'Contributions', |
|
| 285 | - 'info_creation_paragraphe' => 'To create paragraphs, just leave blank lines.', |
|
| 286 | - 'info_creation_rubrique' => 'Before writing any articles,<br /> you must create at least one section.<br />', |
|
| 287 | - 'info_creation_tables' => 'Creating the database tables', |
|
| 288 | - 'info_creer_base' => '<b>Create</b> a new database:', |
|
| 289 | - 'info_dans_rubrique' => 'In section:', |
|
| 290 | - 'info_date_publication_anterieure' => 'Previously published on:', |
|
| 291 | - 'info_date_referencement' => 'THIS SITE REFERENCED ON:', |
|
| 292 | - 'info_derniere_etape' => 'Done!', |
|
| 293 | - 'info_descriptif' => 'Description:', |
|
| 294 | - 'info_desinstaller_plugin' => ' deactivates the plugin and deletes the data', |
|
| 295 | - 'info_discussion_cours' => 'Current discussions', |
|
| 296 | - 'info_ecrire_article' => 'Before writing any articles, you must create at least one section.', |
|
| 297 | - 'info_email_envoi' => 'Sender’s email address (optional)', |
|
| 298 | - 'info_email_envoi_txt' => 'Enter the sender’s email address used for sending emails (by default, the recipient’s address is used as the sender’s address) :', |
|
| 299 | - 'info_email_webmestre' => 'Webmaster’s email address', |
|
| 300 | - 'info_envoi_email_automatique' => 'Automated mailing', |
|
| 301 | - 'info_envoyer_maintenant' => 'Send now', |
|
| 302 | - 'info_etape_suivante' => 'Go to the next step', |
|
| 303 | - 'info_etape_suivante_1' => 'You can move on to the next step.', |
|
| 304 | - 'info_etape_suivante_2' => 'You can move on to the next step.', |
|
| 305 | - 'info_exceptions_proxy' => 'Exceptions for the proxy', |
|
| 306 | - 'info_exportation_base' => 'export database to @archive@', |
|
| 307 | - 'info_facilite_suivi_activite' => 'To simplify monitoring of the site’s editorial; |
|
| 232 | + 'info_ajouter_rubrique' => 'Add another section to manage:', |
|
| 233 | + 'info_annonce_nouveautes' => 'Latest news announcements', |
|
| 234 | + 'info_article' => 'article', |
|
| 235 | + 'info_article_2' => 'articles', |
|
| 236 | + 'info_article_a_paraitre' => 'Post-dated articles set for publication', |
|
| 237 | + 'info_articles_02' => 'articles', |
|
| 238 | + 'info_articles_2' => 'Articles', |
|
| 239 | + 'info_articles_auteur' => 'Articles by this author', |
|
| 240 | + 'info_articles_miens' => 'My articles', |
|
| 241 | + 'info_articles_tous' => 'All the articles', |
|
| 242 | + 'info_articles_trouves' => 'Articles found', |
|
| 243 | + 'info_attente_validation' => 'Your articles awaiting validation', |
|
| 244 | + 'info_aucun_article' => 'No articles', |
|
| 245 | + 'info_aucun_auteur' => 'No authors', |
|
| 246 | + 'info_aucun_message' => 'No messages', |
|
| 247 | + 'info_aucun_rubrique' => 'No sections', |
|
| 248 | + 'info_aujourdhui' => 'today:', |
|
| 249 | + 'info_auteur_gere_rubriques' => 'This author manages the following sections:', |
|
| 250 | + 'info_auteur_gere_toutes_rubriques' => 'This author manage <b>all the sections</b>', |
|
| 251 | + 'info_auteur_gere_toutes_rubriques_2' => 'I manage <b>all the sections</b>', |
|
| 252 | + 'info_auteurs' => 'Authors', |
|
| 253 | + 'info_auteurs_par_tri' => 'Authors@partri@', |
|
| 254 | + 'info_auteurs_trouves' => 'Authors found', |
|
| 255 | + 'info_authentification_externe' => 'External authentication', |
|
| 256 | + 'info_avertissement' => 'Warning', |
|
| 257 | + 'info_barre_outils' => 'with its toolbar?', |
|
| 258 | + 'info_base_installee' => 'Your database structure has been installed.', |
|
| 259 | + 'info_bio' => 'Biography', |
|
| 260 | + 'info_cache_desactive' => 'The cache is temporarily disabled', |
|
| 261 | + 'info_chapeau' => 'Introduction', |
|
| 262 | + 'info_chapeau_2' => 'Introduction:', |
|
| 263 | + 'info_chemin_acces_1' => 'Options: <b>Access path in directory</b>', |
|
| 264 | + 'info_chemin_acces_2' => 'You must now configure the access path to the directory information. This information is essential to read the user profiles stored in the directory.', |
|
| 265 | + 'info_chemin_acces_annuaire' => 'Options: <b>Access path in directory</b>', |
|
| 266 | + 'info_choix_base' => 'Third step:', |
|
| 267 | + 'info_classement_1' => ' out of @liste@', |
|
| 268 | + 'info_classement_2' => ' out of @liste@', |
|
| 269 | + 'info_code_acces' => 'Do not forget your own access codes!', |
|
| 270 | + 'info_config_suivi' => 'If this address corresponds to a mailing list, you can indicate the subscription address for this list. This may be a URL (e.g. a webpage enabling subscription online), or an email address with a specific subject (for instance: <tt>@adresse_suivi@?subject=subscribe</tt>):', |
|
| 271 | + 'info_config_suivi_explication' => 'You can subscribe to the mailing-list for this site. You will then receive email announcements concerning articles and news items submitted for publication.', |
|
| 272 | + 'info_confirmer_passe' => 'Confirm new password:', |
|
| 273 | + 'info_conflit_edition_avis_non_sauvegarde' => 'Caution: the following fields have been modified elsewhere. Your changes to these fields have therefore not been saved.', |
|
| 274 | + 'info_conflit_edition_differences' => 'Differences:', |
|
| 275 | + 'info_conflit_edition_version_enregistree' => 'Saved version:', |
|
| 276 | + 'info_conflit_edition_votre_version' => 'Your version:', |
|
| 277 | + 'info_connexion_base' => 'Trying to connect to database', |
|
| 278 | + 'info_connexion_base_donnee' => 'Connection to your database', |
|
| 279 | + 'info_connexion_ldap_ok' => '<b>LDAP connection succeeded.</b><p> You can go to the next step.</p>', |
|
| 280 | + 'info_connexion_mysql' => 'Your SQL connection', |
|
| 281 | + 'info_connexion_ok' => 'Connection succeeded.', |
|
| 282 | + 'info_contact' => 'Contact', |
|
| 283 | + 'info_contenu_articles' => 'Article content', |
|
| 284 | + 'info_contributions' => 'Contributions', |
|
| 285 | + 'info_creation_paragraphe' => 'To create paragraphs, just leave blank lines.', |
|
| 286 | + 'info_creation_rubrique' => 'Before writing any articles,<br /> you must create at least one section.<br />', |
|
| 287 | + 'info_creation_tables' => 'Creating the database tables', |
|
| 288 | + 'info_creer_base' => '<b>Create</b> a new database:', |
|
| 289 | + 'info_dans_rubrique' => 'In section:', |
|
| 290 | + 'info_date_publication_anterieure' => 'Previously published on:', |
|
| 291 | + 'info_date_referencement' => 'THIS SITE REFERENCED ON:', |
|
| 292 | + 'info_derniere_etape' => 'Done!', |
|
| 293 | + 'info_descriptif' => 'Description:', |
|
| 294 | + 'info_desinstaller_plugin' => ' deactivates the plugin and deletes the data', |
|
| 295 | + 'info_discussion_cours' => 'Current discussions', |
|
| 296 | + 'info_ecrire_article' => 'Before writing any articles, you must create at least one section.', |
|
| 297 | + 'info_email_envoi' => 'Sender’s email address (optional)', |
|
| 298 | + 'info_email_envoi_txt' => 'Enter the sender’s email address used for sending emails (by default, the recipient’s address is used as the sender’s address) :', |
|
| 299 | + 'info_email_webmestre' => 'Webmaster’s email address', |
|
| 300 | + 'info_envoi_email_automatique' => 'Automated mailing', |
|
| 301 | + 'info_envoyer_maintenant' => 'Send now', |
|
| 302 | + 'info_etape_suivante' => 'Go to the next step', |
|
| 303 | + 'info_etape_suivante_1' => 'You can move on to the next step.', |
|
| 304 | + 'info_etape_suivante_2' => 'You can move on to the next step.', |
|
| 305 | + 'info_exceptions_proxy' => 'Exceptions for the proxy', |
|
| 306 | + 'info_exportation_base' => 'export database to @archive@', |
|
| 307 | + 'info_facilite_suivi_activite' => 'To simplify monitoring of the site’s editorial; |
|
| 308 | 308 | activities, SPIP can send rmail notifications, e.g. to an editors’ mailing list, |
| 309 | 309 | of publication requests and article validations.', |
| 310 | - 'info_fichiers_authent' => 'Authentication file ".htpasswd"', |
|
| 311 | - 'info_forums_abo_invites' => 'Your site contains forums by subscription; visitors may register for them on the public site.', |
|
| 312 | - 'info_gauche_admin_tech' => '<b>Only webmasters have access to this page.</b><p> It provides access to various |
|
| 310 | + 'info_fichiers_authent' => 'Authentication file ".htpasswd"', |
|
| 311 | + 'info_forums_abo_invites' => 'Your site contains forums by subscription; visitors may register for them on the public site.', |
|
| 312 | + 'info_gauche_admin_tech' => '<b>Only webmasters have access to this page.</b><p> It provides access to various |
|
| 313 | 313 | maintenance tasks. Some of them require a specific authentication process |
| 314 | 314 | via FTP.</p>', |
| 315 | - 'info_gauche_admin_vider' => '<b>Only webmasters have access to this page.</b><p> It provides access to various |
|
| 315 | + 'info_gauche_admin_vider' => '<b>Only webmasters have access to this page.</b><p> It provides access to various |
|
| 316 | 316 | maintenance tasks. Some of them require a specific authentication process |
| 317 | 317 | via FTP.</p>', |
| 318 | - 'info_gauche_auteurs' => 'All the site authors are listed here. |
|
| 318 | + 'info_gauche_auteurs' => 'All the site authors are listed here. |
|
| 319 | 319 | The status of each is indicated by the colour of their icon (administrator = green; editor = yellow).', |
| 320 | - 'info_gauche_auteurs_exterieurs' => 'Visiting authors, without any access to the site, are indicated by a blue icon; deleted authors by a grey icon.', |
|
| 321 | - 'info_gauche_messagerie' => 'Internal messaging lets you exchange messages between editors, keep memos (for personal use) or, display announcements on the admin area’s homepage (if you are an administrator).', |
|
| 322 | - 'info_gauche_statistiques_referers' => 'This page displays the list of <i>referrers</i>, i.e. websites containing links to your own site, for yesterday and today. The list is reset every 24 hours.', |
|
| 323 | - 'info_gauche_visiteurs_enregistres' => 'You will find here the visitors registered |
|
| 320 | + 'info_gauche_auteurs_exterieurs' => 'Visiting authors, without any access to the site, are indicated by a blue icon; deleted authors by a grey icon.', |
|
| 321 | + 'info_gauche_messagerie' => 'Internal messaging lets you exchange messages between editors, keep memos (for personal use) or, display announcements on the admin area’s homepage (if you are an administrator).', |
|
| 322 | + 'info_gauche_statistiques_referers' => 'This page displays the list of <i>referrers</i>, i.e. websites containing links to your own site, for yesterday and today. The list is reset every 24 hours.', |
|
| 323 | + 'info_gauche_visiteurs_enregistres' => 'You will find here the visitors registered |
|
| 324 | 324 | for the public area of the site (subscription-only forums).', |
| 325 | - 'info_generation_miniatures_images' => 'Generation of thumbnail images', |
|
| 326 | - 'info_gerer_trad_objets' => '@objets@: manage translation links', |
|
| 327 | - 'info_hebergeur_desactiver_envoi_email' => 'Some hosts disable automated mail sending |
|
| 325 | + 'info_generation_miniatures_images' => 'Generation of thumbnail images', |
|
| 326 | + 'info_gerer_trad_objets' => '@objets@: manage translation links', |
|
| 327 | + 'info_hebergeur_desactiver_envoi_email' => 'Some hosts disable automated mail sending |
|
| 328 | 328 | on their servers. In this case the following features |
| 329 | 329 | of SPIP cannot be implemented.', |
| 330 | - 'info_hier' => 'yesterday:', |
|
| 331 | - 'info_identification_publique' => 'Your public identity...', |
|
| 332 | - 'info_image_process' => 'Select the best method to create thumbnails by clicking on the corresponding picture.', |
|
| 333 | - 'info_image_process2' => 'If you can’t see any images, then your server is not configured to use such tools. If you want to use these features, contact your provider’s technical support and ask for the «GD» or «Imagick» extensions to be installed.', |
|
| 334 | - 'info_images_auto' => 'Images calculated automatically', |
|
| 335 | - 'info_informations_personnelles' => 'Personal information', |
|
| 336 | - 'info_inscription' => 'Registered on', |
|
| 337 | - 'info_inscription_automatique' => 'Automatic registration for new editors', |
|
| 338 | - 'info_jeu_caractere' => 'Character set for the site', |
|
| 339 | - 'info_jours' => 'days', |
|
| 340 | - 'info_laisser_champs_vides' => 'leave these fields empty)', |
|
| 341 | - 'info_langues' => 'Site languages', |
|
| 342 | - 'info_ldap_ok' => 'LDAP authentication is installed.', |
|
| 343 | - 'info_lien_hypertexte' => 'Hyperlink:', |
|
| 344 | - 'info_liste_nouveautes_envoyee' => 'The news update list has been sent', |
|
| 345 | - 'info_liste_redacteurs_connectes' => 'List of editors online', |
|
| 346 | - 'info_login_existant' => 'This login already exists.', |
|
| 347 | - 'info_login_trop_court' => 'Login too short.', |
|
| 348 | - 'info_login_trop_court_car_pluriel' => 'Your login must contain at least @nb@ characters.', |
|
| 349 | - 'info_logos' => 'Logos', |
|
| 350 | - 'info_maximum' => 'maximum:', |
|
| 351 | - 'info_meme_rubrique' => 'In this section', |
|
| 352 | - 'info_message_en_redaction' => 'Your draft messages', |
|
| 353 | - 'info_message_technique' => 'Technical message:', |
|
| 354 | - 'info_messagerie_interne' => 'Internal messaging', |
|
| 355 | - 'info_mise_a_niveau_base' => 'SQL database upgrade', |
|
| 356 | - 'info_mise_a_niveau_base_2' => '{{Warning!}} You have installed an {older} SPIP version, prior to the one |
|
| 330 | + 'info_hier' => 'yesterday:', |
|
| 331 | + 'info_identification_publique' => 'Your public identity...', |
|
| 332 | + 'info_image_process' => 'Select the best method to create thumbnails by clicking on the corresponding picture.', |
|
| 333 | + 'info_image_process2' => 'If you can’t see any images, then your server is not configured to use such tools. If you want to use these features, contact your provider’s technical support and ask for the «GD» or «Imagick» extensions to be installed.', |
|
| 334 | + 'info_images_auto' => 'Images calculated automatically', |
|
| 335 | + 'info_informations_personnelles' => 'Personal information', |
|
| 336 | + 'info_inscription' => 'Registered on', |
|
| 337 | + 'info_inscription_automatique' => 'Automatic registration for new editors', |
|
| 338 | + 'info_jeu_caractere' => 'Character set for the site', |
|
| 339 | + 'info_jours' => 'days', |
|
| 340 | + 'info_laisser_champs_vides' => 'leave these fields empty)', |
|
| 341 | + 'info_langues' => 'Site languages', |
|
| 342 | + 'info_ldap_ok' => 'LDAP authentication is installed.', |
|
| 343 | + 'info_lien_hypertexte' => 'Hyperlink:', |
|
| 344 | + 'info_liste_nouveautes_envoyee' => 'The news update list has been sent', |
|
| 345 | + 'info_liste_redacteurs_connectes' => 'List of editors online', |
|
| 346 | + 'info_login_existant' => 'This login already exists.', |
|
| 347 | + 'info_login_trop_court' => 'Login too short.', |
|
| 348 | + 'info_login_trop_court_car_pluriel' => 'Your login must contain at least @nb@ characters.', |
|
| 349 | + 'info_logos' => 'Logos', |
|
| 350 | + 'info_maximum' => 'maximum:', |
|
| 351 | + 'info_meme_rubrique' => 'In this section', |
|
| 352 | + 'info_message_en_redaction' => 'Your draft messages', |
|
| 353 | + 'info_message_technique' => 'Technical message:', |
|
| 354 | + 'info_messagerie_interne' => 'Internal messaging', |
|
| 355 | + 'info_mise_a_niveau_base' => 'SQL database upgrade', |
|
| 356 | + 'info_mise_a_niveau_base_2' => '{{Warning!}} You have installed an {older} SPIP version, prior to the one |
|
| 357 | 357 | originally installed on this website: your database is at risk of being corrupted |
| 358 | 358 | and your site might not work properly anymore.<br />{{Please, re-install |
| 359 | 359 | SPIP files.}}', |
| 360 | - 'info_modification_enregistree' => 'Your changes have been saved', |
|
| 361 | - 'info_modifier_auteur' => 'Edit author details:', |
|
| 362 | - 'info_modifier_rubrique' => 'Edit the section:', |
|
| 363 | - 'info_modifier_titre' => 'Edit: @titre@', |
|
| 364 | - 'info_mon_site_spip' => 'My SPIP site', |
|
| 365 | - 'info_moyenne' => 'average:', |
|
| 366 | - 'info_multi_cet_article' => 'Language for this article:', |
|
| 367 | - 'info_multi_langues_choisies' => 'Please select the languages to be made available to the editors of your site. |
|
| 360 | + 'info_modification_enregistree' => 'Your changes have been saved', |
|
| 361 | + 'info_modifier_auteur' => 'Edit author details:', |
|
| 362 | + 'info_modifier_rubrique' => 'Edit the section:', |
|
| 363 | + 'info_modifier_titre' => 'Edit: @titre@', |
|
| 364 | + 'info_mon_site_spip' => 'My SPIP site', |
|
| 365 | + 'info_moyenne' => 'average:', |
|
| 366 | + 'info_multi_cet_article' => 'Language for this article:', |
|
| 367 | + 'info_multi_langues_choisies' => 'Please select the languages to be made available to the editors of your site. |
|
| 368 | 368 | Languages already used on your site (at the top of the list) cannot be disabled.', |
| 369 | - 'info_multi_objets' => '@objets@: activate the language menu', |
|
| 370 | - 'info_multi_secteurs' => '... only for root-level sections?', |
|
| 371 | - 'info_nb_articles' => '@nb@ articles', |
|
| 372 | - 'info_nb_auteurs' => '@nb@ authors', |
|
| 373 | - 'info_nb_messages' => '@nb@ messages', |
|
| 374 | - 'info_nb_mots_cles' => '@nb@ keywords', |
|
| 375 | - 'info_nb_rubriques' => '@nb@ sections', |
|
| 376 | - 'info_nb_visiteurs' => '@nb@ visitors', |
|
| 377 | - 'info_nom' => 'Name', |
|
| 378 | - 'info_nom_destinataire' => 'Name of recipient', |
|
| 379 | - 'info_nom_pas_conforme' => 'html tags are not allowed', |
|
| 380 | - 'info_nom_site' => 'Name of your site', |
|
| 381 | - 'info_nombre_articles' => '@nb_articles@ articles,', |
|
| 382 | - 'info_nombre_rubriques' => '@nb_rubriques@ sections,', |
|
| 383 | - 'info_nombre_sites' => '@nb_sites@ sites,', |
|
| 384 | - 'info_non_deplacer' => 'Do not move...', |
|
| 385 | - 'info_non_envoi_annonce_dernieres_nouveautes' => 'SPIP can send a site newsletter (list of newly-published articles and news items). |
|
| 369 | + 'info_multi_objets' => '@objets@: activate the language menu', |
|
| 370 | + 'info_multi_secteurs' => '... only for root-level sections?', |
|
| 371 | + 'info_nb_articles' => '@nb@ articles', |
|
| 372 | + 'info_nb_auteurs' => '@nb@ authors', |
|
| 373 | + 'info_nb_messages' => '@nb@ messages', |
|
| 374 | + 'info_nb_mots_cles' => '@nb@ keywords', |
|
| 375 | + 'info_nb_rubriques' => '@nb@ sections', |
|
| 376 | + 'info_nb_visiteurs' => '@nb@ visitors', |
|
| 377 | + 'info_nom' => 'Name', |
|
| 378 | + 'info_nom_destinataire' => 'Name of recipient', |
|
| 379 | + 'info_nom_pas_conforme' => 'html tags are not allowed', |
|
| 380 | + 'info_nom_site' => 'Name of your site', |
|
| 381 | + 'info_nombre_articles' => '@nb_articles@ articles,', |
|
| 382 | + 'info_nombre_rubriques' => '@nb_rubriques@ sections,', |
|
| 383 | + 'info_nombre_sites' => '@nb_sites@ sites,', |
|
| 384 | + 'info_non_deplacer' => 'Do not move...', |
|
| 385 | + 'info_non_envoi_annonce_dernieres_nouveautes' => 'SPIP can send a site newsletter (list of newly-published articles and news items). |
|
| 386 | 386 | .', |
| 387 | - 'info_non_envoi_liste_nouveautes' => 'Do not send newsletter', |
|
| 388 | - 'info_non_modifiable' => 'cannot be modified', |
|
| 389 | - 'info_non_suppression_mot_cle' => 'I do not want to delete this keyword.', |
|
| 390 | - 'info_notes' => 'Footnotes', |
|
| 391 | - 'info_nouvel_article' => 'New article', |
|
| 392 | - 'info_nouvelle_traduction' => 'New translation:', |
|
| 393 | - 'info_numero_article' => 'ARTICLE NUMBER:', |
|
| 394 | - 'info_obligatoire_02' => '(Required)', |
|
| 395 | - 'info_option_accepter_visiteurs' => 'Allow visitor registration via the public site', |
|
| 396 | - 'info_option_ne_pas_accepter_visiteurs' => 'Disable visitor registration', |
|
| 397 | - 'info_options_avancees' => 'ADVANCED OPTIONS', |
|
| 398 | - 'info_ou' => 'or...', |
|
| 399 | - 'info_page_interdite' => 'Forbidden page', |
|
| 400 | - 'info_par_nom' => 'by name', |
|
| 401 | - 'info_par_nombre_article' => 'by number of articles', |
|
| 402 | - 'info_par_statut' => 'by status', |
|
| 403 | - 'info_par_tri' => '’(by @tri@)’', |
|
| 404 | - 'info_passe_trop_court' => 'Password too short.', |
|
| 405 | - 'info_passe_trop_court_car_pluriel' => 'Your password must contain at least @nb@ characters.', |
|
| 406 | - 'info_passes_identiques' => 'The two passwords are not identical.', |
|
| 407 | - 'info_plus_cinq_car' => 'more than 5 characters', |
|
| 408 | - 'info_plus_cinq_car_2' => '(More than 5 characters)', |
|
| 409 | - 'info_plus_trois_car' => '(More than 3 characters)', |
|
| 410 | - 'info_popularite' => 'popularity: @popularite@; visits: @visites@', |
|
| 411 | - 'info_post_scriptum' => 'Postscript', |
|
| 412 | - 'info_post_scriptum_2' => 'Postscript:', |
|
| 413 | - 'info_pour' => 'for', |
|
| 414 | - 'info_preview_texte' => 'It is possible to preview the site’s various editorial elements with at least the "submitted" status, as well as the"editing in progress" elements of which you are the author. Should this preview mode be restricted to administrators, open to all authors, or disabled completely?', |
|
| 415 | - 'info_procedez_par_etape' => 'please proceed step by step', |
|
| 416 | - 'info_procedure_maj_version' => 'the upgrade procedure must be run to adapt |
|
| 387 | + 'info_non_envoi_liste_nouveautes' => 'Do not send newsletter', |
|
| 388 | + 'info_non_modifiable' => 'cannot be modified', |
|
| 389 | + 'info_non_suppression_mot_cle' => 'I do not want to delete this keyword.', |
|
| 390 | + 'info_notes' => 'Footnotes', |
|
| 391 | + 'info_nouvel_article' => 'New article', |
|
| 392 | + 'info_nouvelle_traduction' => 'New translation:', |
|
| 393 | + 'info_numero_article' => 'ARTICLE NUMBER:', |
|
| 394 | + 'info_obligatoire_02' => '(Required)', |
|
| 395 | + 'info_option_accepter_visiteurs' => 'Allow visitor registration via the public site', |
|
| 396 | + 'info_option_ne_pas_accepter_visiteurs' => 'Disable visitor registration', |
|
| 397 | + 'info_options_avancees' => 'ADVANCED OPTIONS', |
|
| 398 | + 'info_ou' => 'or...', |
|
| 399 | + 'info_page_interdite' => 'Forbidden page', |
|
| 400 | + 'info_par_nom' => 'by name', |
|
| 401 | + 'info_par_nombre_article' => 'by number of articles', |
|
| 402 | + 'info_par_statut' => 'by status', |
|
| 403 | + 'info_par_tri' => '’(by @tri@)’', |
|
| 404 | + 'info_passe_trop_court' => 'Password too short.', |
|
| 405 | + 'info_passe_trop_court_car_pluriel' => 'Your password must contain at least @nb@ characters.', |
|
| 406 | + 'info_passes_identiques' => 'The two passwords are not identical.', |
|
| 407 | + 'info_plus_cinq_car' => 'more than 5 characters', |
|
| 408 | + 'info_plus_cinq_car_2' => '(More than 5 characters)', |
|
| 409 | + 'info_plus_trois_car' => '(More than 3 characters)', |
|
| 410 | + 'info_popularite' => 'popularity: @popularite@; visits: @visites@', |
|
| 411 | + 'info_post_scriptum' => 'Postscript', |
|
| 412 | + 'info_post_scriptum_2' => 'Postscript:', |
|
| 413 | + 'info_pour' => 'for', |
|
| 414 | + 'info_preview_texte' => 'It is possible to preview the site’s various editorial elements with at least the "submitted" status, as well as the"editing in progress" elements of which you are the author. Should this preview mode be restricted to administrators, open to all authors, or disabled completely?', |
|
| 415 | + 'info_procedez_par_etape' => 'please proceed step by step', |
|
| 416 | + 'info_procedure_maj_version' => 'the upgrade procedure must be run to adapt |
|
| 417 | 417 | the database to this new version of SPIP.', |
| 418 | - 'info_proxy_ok' => 'Proxy test successful.', |
|
| 419 | - 'info_ps' => 'P.S.', |
|
| 420 | - 'info_publier' => 'publish', |
|
| 421 | - 'info_publies' => 'Your articles published online', |
|
| 422 | - 'info_question_accepter_visiteurs' => 'If your website’s templates allows visitors to register with no access to the admin area, please activate the following option:', |
|
| 423 | - 'info_question_inscription_nouveaux_redacteurs' => 'Do you wish to allow new editors to register |
|
| 418 | + 'info_proxy_ok' => 'Proxy test successful.', |
|
| 419 | + 'info_ps' => 'P.S.', |
|
| 420 | + 'info_publier' => 'publish', |
|
| 421 | + 'info_publies' => 'Your articles published online', |
|
| 422 | + 'info_question_accepter_visiteurs' => 'If your website’s templates allows visitors to register with no access to the admin area, please activate the following option:', |
|
| 423 | + 'info_question_inscription_nouveaux_redacteurs' => 'Do you wish to allow new editors to register |
|
| 424 | 424 | from the public website? If you agree with this, visitors will be able to register |
| 425 | 425 | using an automatic form, and then access the admin area to |
| 426 | 426 | write their own articles. <div class="notice">During the registration process, users usually receive an automatic email |
@@ -428,403 +428,403 @@ discard block |
||
| 428 | 428 | service providers disallow sending emails from their |
| 429 | 429 | servers: in that case, automated registration is not |
| 430 | 430 | possible.</div>', |
| 431 | - 'info_qui_edite' => '@nom_auteur_modif@ worked on the contents @date_diff@ minutes ago', |
|
| 432 | - 'info_racine_site' => 'Site root', |
|
| 433 | - 'info_recharger_page' => 'Please wait a few moments, then reload this page.', |
|
| 434 | - 'info_recherche_auteur_zero' => 'No results for "@cherche_auteur@".', |
|
| 435 | - 'info_recommencer' => 'Please try again.', |
|
| 436 | - 'info_redacteur_1' => 'Editor', |
|
| 437 | - 'info_redacteur_2' => 'with access to the admin area (<i>recommended</i>)', |
|
| 438 | - 'info_redacteurs' => 'Editors', |
|
| 439 | - 'info_redaction_en_cours' => 'EDITING IN PROGRESS', |
|
| 440 | - 'info_redirection' => 'Redirection', |
|
| 441 | - 'info_redirection_activee' => 'Redirection is enabled.', |
|
| 442 | - 'info_redirection_boucle' => 'You are trying to redirect the article toward itself. ', |
|
| 443 | - 'info_redirection_desactivee' => 'Redirection is deleted.', |
|
| 444 | - 'info_refuses' => 'Your rejected articles ', |
|
| 445 | - 'info_reglage_ldap' => 'Options: <b>Adjusting LDAP import</b>', |
|
| 446 | - 'info_renvoi_article' => '<b>Redirection.</b> This article redirects to:', |
|
| 447 | - 'info_reserve_admin' => 'Only administrators can modify this address.', |
|
| 448 | - 'info_restreindre_rubrique' => 'Restrict management to section:', |
|
| 449 | - 'info_resultat_recherche' => 'Search results:', |
|
| 450 | - 'info_rubriques' => 'Sections', |
|
| 451 | - 'info_rubriques_02' => 'sections', |
|
| 452 | - 'info_rubriques_trouvees' => 'Sections found', |
|
| 453 | - 'info_sans_titre' => 'Untitled', |
|
| 454 | - 'info_selection_chemin_acces' => '<b>Select</b> the access path in the directory:', |
|
| 455 | - 'info_signatures' => 'signatures', |
|
| 456 | - 'info_site' => 'Site', |
|
| 457 | - 'info_site_2' => 'site:', |
|
| 458 | - 'info_site_min' => 'site', |
|
| 459 | - 'info_site_reference_2' => 'Referenced site', |
|
| 460 | - 'info_site_web' => 'Web site:', |
|
| 461 | - 'info_sites' => 'sites', |
|
| 462 | - 'info_sites_lies_mot' => 'Referenced sites with this keyword', |
|
| 463 | - 'info_sites_proxy' => 'Using a proxy', |
|
| 464 | - 'info_sites_trouves' => 'Sites found', |
|
| 465 | - 'info_sous_titre' => 'Subtitle:', |
|
| 466 | - 'info_statut_administrateur' => 'Administrator', |
|
| 467 | - 'info_statut_auteur' => 'This author’s status:', |
|
| 468 | - 'info_statut_auteur_2' => 'I am', |
|
| 469 | - 'info_statut_auteur_a_confirmer' => 'Registration to be confirmed', |
|
| 470 | - 'info_statut_auteur_autre' => 'Other status:', |
|
| 471 | - 'info_statut_redacteur' => 'Editor', |
|
| 472 | - 'info_statut_utilisateurs_1' => 'Default status for imported users', |
|
| 473 | - 'info_statut_utilisateurs_2' => 'Choose the status to be attributed to persons present in the LDAP directory when they connect for the first time. You can modify this value for each individual author later on.', |
|
| 474 | - 'info_suivi_activite' => 'Follow editorial activity', |
|
| 475 | - 'info_surtitre' => 'Top title:', |
|
| 476 | - 'info_syndication_integrale_1' => 'Your site provides syndication files (see "<a href="@url@">@titre@</a>").', |
|
| 477 | - 'info_syndication_integrale_2' => 'Do you wish to send whole articles or only a summary of a few hundred characters?', |
|
| 478 | - 'info_table_prefix' => 'It is possible to change the prefix of the names of the database tables. (you need to do this if you are installing several sites in the same database). The prefix must be written in unaccented, lower-case letters without any spaces.', |
|
| 479 | - 'info_taille_maximale_images' => 'SPIP will test for the maximum image size (in millions of pixels) which it can process.<br /> Images bigger than this will not be reduced.', |
|
| 480 | - 'info_taille_maximale_vignette' => 'Maximum size for vignettes generated by the system:', |
|
| 481 | - 'info_terminer_installation' => 'You can now finish the standard installation process.', |
|
| 482 | - 'info_texte' => 'Text', |
|
| 483 | - 'info_texte_explicatif' => 'Explanation', |
|
| 484 | - 'info_texte_long' => '(The text is long: it will appear in several parts which will be reassembled after validation.)', |
|
| 485 | - 'info_texte_message' => 'Text of your message:', |
|
| 486 | - 'info_texte_message_02' => 'Message text', |
|
| 487 | - 'info_titre' => 'Title:', |
|
| 488 | - 'info_total' => 'total:', |
|
| 489 | - 'info_tous_articles_en_redaction' => 'All articles in progress', |
|
| 490 | - 'info_tous_articles_presents' => 'All articles published in this section', |
|
| 491 | - 'info_tous_articles_refuses' => 'All refused articles', |
|
| 492 | - 'info_tous_les' => 'every:', |
|
| 493 | - 'info_tout_site' => 'The entire site', |
|
| 494 | - 'info_tout_site2' => 'The article has not been translated into this language.', |
|
| 495 | - 'info_tout_site3' => 'The article has been translated into this language, but changes have since been made to the reference article. The translation needs updating.', |
|
| 496 | - 'info_tout_site4' => 'The article has been translated into this language, and the translation is up-to-date.', |
|
| 497 | - 'info_tout_site5' => 'Original article.', |
|
| 498 | - 'info_tout_site6' => '<b>Warning:</b> only original articles are displayed. |
|
| 431 | + 'info_qui_edite' => '@nom_auteur_modif@ worked on the contents @date_diff@ minutes ago', |
|
| 432 | + 'info_racine_site' => 'Site root', |
|
| 433 | + 'info_recharger_page' => 'Please wait a few moments, then reload this page.', |
|
| 434 | + 'info_recherche_auteur_zero' => 'No results for "@cherche_auteur@".', |
|
| 435 | + 'info_recommencer' => 'Please try again.', |
|
| 436 | + 'info_redacteur_1' => 'Editor', |
|
| 437 | + 'info_redacteur_2' => 'with access to the admin area (<i>recommended</i>)', |
|
| 438 | + 'info_redacteurs' => 'Editors', |
|
| 439 | + 'info_redaction_en_cours' => 'EDITING IN PROGRESS', |
|
| 440 | + 'info_redirection' => 'Redirection', |
|
| 441 | + 'info_redirection_activee' => 'Redirection is enabled.', |
|
| 442 | + 'info_redirection_boucle' => 'You are trying to redirect the article toward itself. ', |
|
| 443 | + 'info_redirection_desactivee' => 'Redirection is deleted.', |
|
| 444 | + 'info_refuses' => 'Your rejected articles ', |
|
| 445 | + 'info_reglage_ldap' => 'Options: <b>Adjusting LDAP import</b>', |
|
| 446 | + 'info_renvoi_article' => '<b>Redirection.</b> This article redirects to:', |
|
| 447 | + 'info_reserve_admin' => 'Only administrators can modify this address.', |
|
| 448 | + 'info_restreindre_rubrique' => 'Restrict management to section:', |
|
| 449 | + 'info_resultat_recherche' => 'Search results:', |
|
| 450 | + 'info_rubriques' => 'Sections', |
|
| 451 | + 'info_rubriques_02' => 'sections', |
|
| 452 | + 'info_rubriques_trouvees' => 'Sections found', |
|
| 453 | + 'info_sans_titre' => 'Untitled', |
|
| 454 | + 'info_selection_chemin_acces' => '<b>Select</b> the access path in the directory:', |
|
| 455 | + 'info_signatures' => 'signatures', |
|
| 456 | + 'info_site' => 'Site', |
|
| 457 | + 'info_site_2' => 'site:', |
|
| 458 | + 'info_site_min' => 'site', |
|
| 459 | + 'info_site_reference_2' => 'Referenced site', |
|
| 460 | + 'info_site_web' => 'Web site:', |
|
| 461 | + 'info_sites' => 'sites', |
|
| 462 | + 'info_sites_lies_mot' => 'Referenced sites with this keyword', |
|
| 463 | + 'info_sites_proxy' => 'Using a proxy', |
|
| 464 | + 'info_sites_trouves' => 'Sites found', |
|
| 465 | + 'info_sous_titre' => 'Subtitle:', |
|
| 466 | + 'info_statut_administrateur' => 'Administrator', |
|
| 467 | + 'info_statut_auteur' => 'This author’s status:', |
|
| 468 | + 'info_statut_auteur_2' => 'I am', |
|
| 469 | + 'info_statut_auteur_a_confirmer' => 'Registration to be confirmed', |
|
| 470 | + 'info_statut_auteur_autre' => 'Other status:', |
|
| 471 | + 'info_statut_redacteur' => 'Editor', |
|
| 472 | + 'info_statut_utilisateurs_1' => 'Default status for imported users', |
|
| 473 | + 'info_statut_utilisateurs_2' => 'Choose the status to be attributed to persons present in the LDAP directory when they connect for the first time. You can modify this value for each individual author later on.', |
|
| 474 | + 'info_suivi_activite' => 'Follow editorial activity', |
|
| 475 | + 'info_surtitre' => 'Top title:', |
|
| 476 | + 'info_syndication_integrale_1' => 'Your site provides syndication files (see "<a href="@url@">@titre@</a>").', |
|
| 477 | + 'info_syndication_integrale_2' => 'Do you wish to send whole articles or only a summary of a few hundred characters?', |
|
| 478 | + 'info_table_prefix' => 'It is possible to change the prefix of the names of the database tables. (you need to do this if you are installing several sites in the same database). The prefix must be written in unaccented, lower-case letters without any spaces.', |
|
| 479 | + 'info_taille_maximale_images' => 'SPIP will test for the maximum image size (in millions of pixels) which it can process.<br /> Images bigger than this will not be reduced.', |
|
| 480 | + 'info_taille_maximale_vignette' => 'Maximum size for vignettes generated by the system:', |
|
| 481 | + 'info_terminer_installation' => 'You can now finish the standard installation process.', |
|
| 482 | + 'info_texte' => 'Text', |
|
| 483 | + 'info_texte_explicatif' => 'Explanation', |
|
| 484 | + 'info_texte_long' => '(The text is long: it will appear in several parts which will be reassembled after validation.)', |
|
| 485 | + 'info_texte_message' => 'Text of your message:', |
|
| 486 | + 'info_texte_message_02' => 'Message text', |
|
| 487 | + 'info_titre' => 'Title:', |
|
| 488 | + 'info_total' => 'total:', |
|
| 489 | + 'info_tous_articles_en_redaction' => 'All articles in progress', |
|
| 490 | + 'info_tous_articles_presents' => 'All articles published in this section', |
|
| 491 | + 'info_tous_articles_refuses' => 'All refused articles', |
|
| 492 | + 'info_tous_les' => 'every:', |
|
| 493 | + 'info_tout_site' => 'The entire site', |
|
| 494 | + 'info_tout_site2' => 'The article has not been translated into this language.', |
|
| 495 | + 'info_tout_site3' => 'The article has been translated into this language, but changes have since been made to the reference article. The translation needs updating.', |
|
| 496 | + 'info_tout_site4' => 'The article has been translated into this language, and the translation is up-to-date.', |
|
| 497 | + 'info_tout_site5' => 'Original article.', |
|
| 498 | + 'info_tout_site6' => '<b>Warning:</b> only original articles are displayed. |
|
| 499 | 499 | Translations are linked to the original, |
| 500 | 500 | and their status is colour-coded:', |
| 501 | - 'info_traductions' => 'Translations', |
|
| 502 | - 'info_travail_colaboratif' => 'Collaborative work on articles', |
|
| 503 | - 'info_un_article' => 'an article,', |
|
| 504 | - 'info_un_site' => 'a site,', |
|
| 505 | - 'info_une_rubrique' => 'a section,', |
|
| 506 | - 'info_une_rubrique_02' => '1 section', |
|
| 507 | - 'info_url' => 'URL:', |
|
| 508 | - 'info_url_proxy' => 'Proxy URL', |
|
| 509 | - 'info_url_proxy_pas_conforme' => 'Proxy’s URL not valid.', |
|
| 510 | - 'info_url_site_pas_conforme' => 'the website URL is invalid.', |
|
| 511 | - 'info_url_test_proxy' => 'Test URL', |
|
| 512 | - 'info_urlref' => 'Hyperlink:', |
|
| 513 | - 'info_utilisation_spip' => 'SPIP is now ready for use', |
|
| 514 | - 'info_visites_par_mois' => 'Monthly display:', |
|
| 515 | - 'info_visiteur_1' => 'Visitor', |
|
| 516 | - 'info_visiteur_2' => 'to the public site', |
|
| 517 | - 'info_visiteurs' => 'Visitors', |
|
| 518 | - 'info_visiteurs_02' => 'Public site visitors', |
|
| 519 | - 'info_webmestre_forces' => 'The web administrators are currently defined in <tt>@file_options@</tt>.', |
|
| 520 | - 'install_adresse_base_hebergeur' => 'Database address attributed by the hosting provider', |
|
| 521 | - 'install_connect_ok' => 'The new database has been declared using the server name @connect@.', |
|
| 522 | - 'install_echec_annonce' => 'This installation will probably fail, or damage your site.', |
|
| 523 | - 'install_extension_mbstring' => 'SPIP does not work with:', |
|
| 524 | - 'install_extension_php_obligatoire' => 'SPIP requires the php extension:', |
|
| 525 | - 'install_login_base_hebergeur' => 'Login attributed by the service provider', |
|
| 526 | - 'install_nom_base_hebergeur' => 'Database name attributed by the service provider:', |
|
| 527 | - 'install_pas_table' => 'The database has no tables', |
|
| 528 | - 'install_pass_base_hebergeur' => 'Password attributed by your hosting service ', |
|
| 529 | - 'install_php_version' => 'This version of PHP @version@ is too old (minimum = @minimum@)', |
|
| 530 | - 'install_select_langue' => 'Select a language, then click on "next" to start installation.', |
|
| 531 | - 'install_select_type_db' => 'Indicate the type of database:', |
|
| 532 | - 'install_select_type_mysql' => 'MySQL', |
|
| 533 | - 'install_select_type_pg' => 'PostgreSQL', |
|
| 534 | - 'install_select_type_sqlite2' => 'SQLite 2', |
|
| 535 | - 'install_select_type_sqlite3' => 'SQLite 3', |
|
| 536 | - 'install_serveur_hebergeur' => 'Database server attributed by the hosting provider', |
|
| 537 | - 'install_table_prefix_hebergeur' => 'Table prefix attributed by your hosting provider:', |
|
| 538 | - 'install_tables_base' => 'Tables in the database', |
|
| 539 | - 'install_types_db_connus' => 'SPIP can use <b>MySQL</b> (the most common) and <b>SQLite</b>.', |
|
| 540 | - 'install_types_db_connus_avertissement' => 'The support of <b>PostgreSQL</b is actually proposed as experimental', |
|
| 541 | - 'instituer_erreur_statut_a_change' => 'The status has already been modified', |
|
| 542 | - 'instituer_erreur_statut_non_autorise' => 'You cannot select this status', |
|
| 543 | - 'intem_redacteur' => 'editor', |
|
| 544 | - 'intitule_licence' => 'Licence', |
|
| 545 | - 'item_accepter_inscriptions' => 'Allow registration', |
|
| 546 | - 'item_activer_messages_avertissement' => 'Activate warning messages', |
|
| 547 | - 'item_administrateur_2' => 'administrator', |
|
| 548 | - 'item_afficher_calendrier' => 'Display in calendar', |
|
| 549 | - 'item_autoriser_syndication_integrale' => 'Include entire articles in syndication feeds', |
|
| 550 | - 'item_choix_administrateurs' => 'administrators', |
|
| 551 | - 'item_choix_generation_miniature' => 'Generate thumbnails automatically.', |
|
| 552 | - 'item_choix_non_generation_miniature' => 'Do not generate thumbnails.', |
|
| 553 | - 'item_choix_redacteurs' => 'editors', |
|
| 554 | - 'item_choix_visiteurs' => 'visitors to the public site', |
|
| 555 | - 'item_creer_fichiers_authent' => 'Create .htpasswd files', |
|
| 556 | - 'item_login' => 'Login', |
|
| 557 | - 'item_messagerie_agenda' => 'Activate messaging system and calendars', |
|
| 558 | - 'item_mots_cles_association_articles' => 'articles', |
|
| 559 | - 'item_mots_cles_association_rubriques' => 'sections', |
|
| 560 | - 'item_mots_cles_association_sites' => 'referenced or syndicated sites.', |
|
| 561 | - 'item_non' => 'No', |
|
| 562 | - 'item_non_accepter_inscriptions' => 'Disable registration', |
|
| 563 | - 'item_non_activer_messages_avertissement' => 'No warning messages', |
|
| 564 | - 'item_non_afficher_calendrier' => 'Do not show in calendar', |
|
| 565 | - 'item_non_autoriser_syndication_integrale' => 'Only send a summary', |
|
| 566 | - 'item_non_creer_fichiers_authent' => 'Do not create these files', |
|
| 567 | - 'item_non_messagerie_agenda' => 'Disable the messaging system and calendars', |
|
| 568 | - 'item_non_publier_articles' => 'Do not publish articles before their specified publication date.', |
|
| 569 | - 'item_nouvel_auteur' => 'New author', |
|
| 570 | - 'item_nouvelle_rubrique' => 'New section', |
|
| 571 | - 'item_oui' => 'Yes', |
|
| 572 | - 'item_publier_articles' => 'Publish articles, irrespective of publication date.', |
|
| 573 | - 'item_reponse_article' => 'Reply to the article', |
|
| 574 | - 'item_visiteur' => 'visitor', |
|
| 501 | + 'info_traductions' => 'Translations', |
|
| 502 | + 'info_travail_colaboratif' => 'Collaborative work on articles', |
|
| 503 | + 'info_un_article' => 'an article,', |
|
| 504 | + 'info_un_site' => 'a site,', |
|
| 505 | + 'info_une_rubrique' => 'a section,', |
|
| 506 | + 'info_une_rubrique_02' => '1 section', |
|
| 507 | + 'info_url' => 'URL:', |
|
| 508 | + 'info_url_proxy' => 'Proxy URL', |
|
| 509 | + 'info_url_proxy_pas_conforme' => 'Proxy’s URL not valid.', |
|
| 510 | + 'info_url_site_pas_conforme' => 'the website URL is invalid.', |
|
| 511 | + 'info_url_test_proxy' => 'Test URL', |
|
| 512 | + 'info_urlref' => 'Hyperlink:', |
|
| 513 | + 'info_utilisation_spip' => 'SPIP is now ready for use', |
|
| 514 | + 'info_visites_par_mois' => 'Monthly display:', |
|
| 515 | + 'info_visiteur_1' => 'Visitor', |
|
| 516 | + 'info_visiteur_2' => 'to the public site', |
|
| 517 | + 'info_visiteurs' => 'Visitors', |
|
| 518 | + 'info_visiteurs_02' => 'Public site visitors', |
|
| 519 | + 'info_webmestre_forces' => 'The web administrators are currently defined in <tt>@file_options@</tt>.', |
|
| 520 | + 'install_adresse_base_hebergeur' => 'Database address attributed by the hosting provider', |
|
| 521 | + 'install_connect_ok' => 'The new database has been declared using the server name @connect@.', |
|
| 522 | + 'install_echec_annonce' => 'This installation will probably fail, or damage your site.', |
|
| 523 | + 'install_extension_mbstring' => 'SPIP does not work with:', |
|
| 524 | + 'install_extension_php_obligatoire' => 'SPIP requires the php extension:', |
|
| 525 | + 'install_login_base_hebergeur' => 'Login attributed by the service provider', |
|
| 526 | + 'install_nom_base_hebergeur' => 'Database name attributed by the service provider:', |
|
| 527 | + 'install_pas_table' => 'The database has no tables', |
|
| 528 | + 'install_pass_base_hebergeur' => 'Password attributed by your hosting service ', |
|
| 529 | + 'install_php_version' => 'This version of PHP @version@ is too old (minimum = @minimum@)', |
|
| 530 | + 'install_select_langue' => 'Select a language, then click on "next" to start installation.', |
|
| 531 | + 'install_select_type_db' => 'Indicate the type of database:', |
|
| 532 | + 'install_select_type_mysql' => 'MySQL', |
|
| 533 | + 'install_select_type_pg' => 'PostgreSQL', |
|
| 534 | + 'install_select_type_sqlite2' => 'SQLite 2', |
|
| 535 | + 'install_select_type_sqlite3' => 'SQLite 3', |
|
| 536 | + 'install_serveur_hebergeur' => 'Database server attributed by the hosting provider', |
|
| 537 | + 'install_table_prefix_hebergeur' => 'Table prefix attributed by your hosting provider:', |
|
| 538 | + 'install_tables_base' => 'Tables in the database', |
|
| 539 | + 'install_types_db_connus' => 'SPIP can use <b>MySQL</b> (the most common) and <b>SQLite</b>.', |
|
| 540 | + 'install_types_db_connus_avertissement' => 'The support of <b>PostgreSQL</b is actually proposed as experimental', |
|
| 541 | + 'instituer_erreur_statut_a_change' => 'The status has already been modified', |
|
| 542 | + 'instituer_erreur_statut_non_autorise' => 'You cannot select this status', |
|
| 543 | + 'intem_redacteur' => 'editor', |
|
| 544 | + 'intitule_licence' => 'Licence', |
|
| 545 | + 'item_accepter_inscriptions' => 'Allow registration', |
|
| 546 | + 'item_activer_messages_avertissement' => 'Activate warning messages', |
|
| 547 | + 'item_administrateur_2' => 'administrator', |
|
| 548 | + 'item_afficher_calendrier' => 'Display in calendar', |
|
| 549 | + 'item_autoriser_syndication_integrale' => 'Include entire articles in syndication feeds', |
|
| 550 | + 'item_choix_administrateurs' => 'administrators', |
|
| 551 | + 'item_choix_generation_miniature' => 'Generate thumbnails automatically.', |
|
| 552 | + 'item_choix_non_generation_miniature' => 'Do not generate thumbnails.', |
|
| 553 | + 'item_choix_redacteurs' => 'editors', |
|
| 554 | + 'item_choix_visiteurs' => 'visitors to the public site', |
|
| 555 | + 'item_creer_fichiers_authent' => 'Create .htpasswd files', |
|
| 556 | + 'item_login' => 'Login', |
|
| 557 | + 'item_messagerie_agenda' => 'Activate messaging system and calendars', |
|
| 558 | + 'item_mots_cles_association_articles' => 'articles', |
|
| 559 | + 'item_mots_cles_association_rubriques' => 'sections', |
|
| 560 | + 'item_mots_cles_association_sites' => 'referenced or syndicated sites.', |
|
| 561 | + 'item_non' => 'No', |
|
| 562 | + 'item_non_accepter_inscriptions' => 'Disable registration', |
|
| 563 | + 'item_non_activer_messages_avertissement' => 'No warning messages', |
|
| 564 | + 'item_non_afficher_calendrier' => 'Do not show in calendar', |
|
| 565 | + 'item_non_autoriser_syndication_integrale' => 'Only send a summary', |
|
| 566 | + 'item_non_creer_fichiers_authent' => 'Do not create these files', |
|
| 567 | + 'item_non_messagerie_agenda' => 'Disable the messaging system and calendars', |
|
| 568 | + 'item_non_publier_articles' => 'Do not publish articles before their specified publication date.', |
|
| 569 | + 'item_nouvel_auteur' => 'New author', |
|
| 570 | + 'item_nouvelle_rubrique' => 'New section', |
|
| 571 | + 'item_oui' => 'Yes', |
|
| 572 | + 'item_publier_articles' => 'Publish articles, irrespective of publication date.', |
|
| 573 | + 'item_reponse_article' => 'Reply to the article', |
|
| 574 | + 'item_visiteur' => 'visitor', |
|
| 575 | 575 | |
| 576 | - // J |
|
| 577 | - 'jour_non_connu_nc' => 'unknown', |
|
| 576 | + // J |
|
| 577 | + 'jour_non_connu_nc' => 'unknown', |
|
| 578 | 578 | |
| 579 | - // L |
|
| 580 | - 'label_bando_outils' => 'Toolbar', |
|
| 581 | - 'label_bando_outils_afficher' => 'Show the tools', |
|
| 582 | - 'label_bando_outils_masquer' => 'Hide the tools', |
|
| 583 | - 'label_choix_langue' => 'Choose your language', |
|
| 584 | - 'label_nom_fichier_connect' => 'Indicate the name for this server', |
|
| 585 | - 'label_slogan_site' => 'Website slogan', |
|
| 586 | - 'label_taille_ecran' => 'Screen width', |
|
| 587 | - 'label_texte_et_icones_navigation' => 'Navigation menu', |
|
| 588 | - 'label_texte_et_icones_page' => 'Page display', |
|
| 589 | - 'ldap_correspondance' => 'inherit field @champ@', |
|
| 590 | - 'ldap_correspondance_1' => 'Inherit LDAP fields', |
|
| 591 | - 'ldap_correspondance_2' => 'For each of these SPIP fields, enter the name of the corresponding LDAP field. Leave blank if you don’t want it filled, separate with spaces or commas to try several LDAP fields.', |
|
| 592 | - 'lien_ajouter_auteur' => 'Add this author', |
|
| 593 | - 'lien_ajouter_une_rubrique' => 'Add this section', |
|
| 594 | - 'lien_email' => 'email', |
|
| 595 | - 'lien_nom_site' => 'SITE NAME:', |
|
| 596 | - 'lien_rapide_contenu' => 'Go to the content', |
|
| 597 | - 'lien_rapide_navigation' => 'Go to the navigation', |
|
| 598 | - 'lien_rapide_recherche' => 'Go to the search', |
|
| 599 | - 'lien_retirer_auteur' => 'Remove author', |
|
| 600 | - 'lien_retirer_rubrique' => 'Remove the section', |
|
| 601 | - 'lien_retirer_tous_auteurs' => 'Remove all authors', |
|
| 602 | - 'lien_retirer_toutes_rubriques' => 'Remove all sections', |
|
| 603 | - 'lien_site' => 'site', |
|
| 604 | - 'lien_tout_decocher' => 'Uncheck all', |
|
| 605 | - 'lien_tout_deplier' => 'Expand all', |
|
| 606 | - 'lien_tout_replier' => 'Collapse all', |
|
| 607 | - 'lien_tout_supprimer' => 'Delete all', |
|
| 608 | - 'lien_trier_nom' => 'Sort by name', |
|
| 609 | - 'lien_trier_nombre_articles' => 'Sort by total articles', |
|
| 610 | - 'lien_trier_statut' => 'Sort by status', |
|
| 611 | - 'lien_voir_en_ligne' => 'VIEW ONLINE:', |
|
| 612 | - 'logo_article' => 'Article’s logo', |
|
| 613 | - 'logo_auteur' => 'Author’s logo', |
|
| 614 | - 'logo_rubrique' => 'Section’s logo', |
|
| 615 | - 'logo_site' => 'Website’s logo', |
|
| 616 | - 'logo_standard_rubrique' => 'Default sections’ logo', |
|
| 617 | - 'logo_survol' => 'Mouseover logo', |
|
| 579 | + // L |
|
| 580 | + 'label_bando_outils' => 'Toolbar', |
|
| 581 | + 'label_bando_outils_afficher' => 'Show the tools', |
|
| 582 | + 'label_bando_outils_masquer' => 'Hide the tools', |
|
| 583 | + 'label_choix_langue' => 'Choose your language', |
|
| 584 | + 'label_nom_fichier_connect' => 'Indicate the name for this server', |
|
| 585 | + 'label_slogan_site' => 'Website slogan', |
|
| 586 | + 'label_taille_ecran' => 'Screen width', |
|
| 587 | + 'label_texte_et_icones_navigation' => 'Navigation menu', |
|
| 588 | + 'label_texte_et_icones_page' => 'Page display', |
|
| 589 | + 'ldap_correspondance' => 'inherit field @champ@', |
|
| 590 | + 'ldap_correspondance_1' => 'Inherit LDAP fields', |
|
| 591 | + 'ldap_correspondance_2' => 'For each of these SPIP fields, enter the name of the corresponding LDAP field. Leave blank if you don’t want it filled, separate with spaces or commas to try several LDAP fields.', |
|
| 592 | + 'lien_ajouter_auteur' => 'Add this author', |
|
| 593 | + 'lien_ajouter_une_rubrique' => 'Add this section', |
|
| 594 | + 'lien_email' => 'email', |
|
| 595 | + 'lien_nom_site' => 'SITE NAME:', |
|
| 596 | + 'lien_rapide_contenu' => 'Go to the content', |
|
| 597 | + 'lien_rapide_navigation' => 'Go to the navigation', |
|
| 598 | + 'lien_rapide_recherche' => 'Go to the search', |
|
| 599 | + 'lien_retirer_auteur' => 'Remove author', |
|
| 600 | + 'lien_retirer_rubrique' => 'Remove the section', |
|
| 601 | + 'lien_retirer_tous_auteurs' => 'Remove all authors', |
|
| 602 | + 'lien_retirer_toutes_rubriques' => 'Remove all sections', |
|
| 603 | + 'lien_site' => 'site', |
|
| 604 | + 'lien_tout_decocher' => 'Uncheck all', |
|
| 605 | + 'lien_tout_deplier' => 'Expand all', |
|
| 606 | + 'lien_tout_replier' => 'Collapse all', |
|
| 607 | + 'lien_tout_supprimer' => 'Delete all', |
|
| 608 | + 'lien_trier_nom' => 'Sort by name', |
|
| 609 | + 'lien_trier_nombre_articles' => 'Sort by total articles', |
|
| 610 | + 'lien_trier_statut' => 'Sort by status', |
|
| 611 | + 'lien_voir_en_ligne' => 'VIEW ONLINE:', |
|
| 612 | + 'logo_article' => 'Article’s logo', |
|
| 613 | + 'logo_auteur' => 'Author’s logo', |
|
| 614 | + 'logo_rubrique' => 'Section’s logo', |
|
| 615 | + 'logo_site' => 'Website’s logo', |
|
| 616 | + 'logo_standard_rubrique' => 'Default sections’ logo', |
|
| 617 | + 'logo_survol' => 'Mouseover logo', |
|
| 618 | 618 | |
| 619 | - // M |
|
| 620 | - 'menu_aide_installation_choix_base' => 'Choosing your database', |
|
| 621 | - 'module_fichier_langue' => 'Language file', |
|
| 622 | - 'module_raccourci' => 'Shortcut', |
|
| 623 | - 'module_texte_affiche' => 'Displayed text', |
|
| 624 | - 'module_texte_explicatif' => 'You can insert thse shortcuts in your website templates. They will be automatically translated into any languages for which a language file exists.', |
|
| 625 | - 'module_texte_traduction' => 'The language file « @module@ » is available in:', |
|
| 626 | - 'mois_non_connu' => 'unknown', |
|
| 619 | + // M |
|
| 620 | + 'menu_aide_installation_choix_base' => 'Choosing your database', |
|
| 621 | + 'module_fichier_langue' => 'Language file', |
|
| 622 | + 'module_raccourci' => 'Shortcut', |
|
| 623 | + 'module_texte_affiche' => 'Displayed text', |
|
| 624 | + 'module_texte_explicatif' => 'You can insert thse shortcuts in your website templates. They will be automatically translated into any languages for which a language file exists.', |
|
| 625 | + 'module_texte_traduction' => 'The language file « @module@ » is available in:', |
|
| 626 | + 'mois_non_connu' => 'unknown', |
|
| 627 | 627 | |
| 628 | - // N |
|
| 629 | - 'nouvelle_version_spip' => 'SPIP upgrade @version@ is available', |
|
| 630 | - 'nouvelle_version_spip_majeure' => 'A new SPIP version @version@ is available', |
|
| 628 | + // N |
|
| 629 | + 'nouvelle_version_spip' => 'SPIP upgrade @version@ is available', |
|
| 630 | + 'nouvelle_version_spip_majeure' => 'A new SPIP version @version@ is available', |
|
| 631 | 631 | |
| 632 | - // O |
|
| 633 | - 'onglet_contenu' => 'Contents', |
|
| 634 | - 'onglet_declarer_une_autre_base' => 'Declare another database', |
|
| 635 | - 'onglet_discuter' => 'Discuss', |
|
| 636 | - 'onglet_interactivite' => 'Interactivity', |
|
| 637 | - 'onglet_proprietes' => 'Properties', |
|
| 638 | - 'onglet_repartition_actuelle' => 'now', |
|
| 639 | - 'onglet_sous_rubriques' => 'Subsections', |
|
| 632 | + // O |
|
| 633 | + 'onglet_contenu' => 'Contents', |
|
| 634 | + 'onglet_declarer_une_autre_base' => 'Declare another database', |
|
| 635 | + 'onglet_discuter' => 'Discuss', |
|
| 636 | + 'onglet_interactivite' => 'Interactivity', |
|
| 637 | + 'onglet_proprietes' => 'Properties', |
|
| 638 | + 'onglet_repartition_actuelle' => 'now', |
|
| 639 | + 'onglet_sous_rubriques' => 'Subsections', |
|
| 640 | 640 | |
| 641 | - // P |
|
| 642 | - 'page_pas_proxy' => 'This page must not go through the proxy', |
|
| 643 | - 'pas_de_proxy_pour' => 'If necessary, indicate to which machines or domains this proxy should not apply (for example: @exemple@)', |
|
| 644 | - 'phpinfo' => 'PHP configuration', |
|
| 645 | - 'plugin_charge_paquet' => 'Loading the archive file @name@', |
|
| 646 | - 'plugin_charger' => 'Download', |
|
| 647 | - 'plugin_erreur_charger' => 'error: @zip@ cannot be loaded', |
|
| 648 | - 'plugin_erreur_droit1' => 'Cannot write to directory <code>@dest@</code>.', |
|
| 649 | - 'plugin_erreur_droit2' => 'Please check write permissions for this directory (and create the directory if necessary). Alternatively, install the files by FTP.', |
|
| 650 | - 'plugin_erreur_zip' => 'pclzip failure: error @status@', |
|
| 651 | - 'plugin_etat_developpement' => 'under development', |
|
| 652 | - 'plugin_etat_experimental' => 'experimental', |
|
| 653 | - 'plugin_etat_stable' => 'stable', |
|
| 654 | - 'plugin_etat_test' => 'being tested', |
|
| 655 | - 'plugin_impossible_activer' => 'Impossible to activate the plugin @plugin@', |
|
| 656 | - 'plugin_info_automatique1' => 'If you wish to allow automatic plugin installation, please:', |
|
| 657 | - 'plugin_info_automatique1_lib' => 'If you want to let this library to be installed automatically, please:', |
|
| 658 | - 'plugin_info_automatique2' => 'Create a directory <code>@rep@</code> ;', |
|
| 659 | - 'plugin_info_automatique3' => 'Check that the server has the proper permissions to write to this directory.', |
|
| 660 | - 'plugin_info_automatique_creer' => 'to create at the root of the website.', |
|
| 661 | - 'plugin_info_automatique_exemples' => 'examples:', |
|
| 662 | - 'plugin_info_automatique_ftp' => 'You may install plugins by FTP in the <tt>@rep@</tt> directory', |
|
| 663 | - 'plugin_info_automatique_lib' => 'Some plugins need to be able to load files into the <code>lib/</code> directory. This directory should be created at the website root.', |
|
| 664 | - 'plugin_info_automatique_liste' => 'Your plugin lists:', |
|
| 665 | - 'plugin_info_automatique_liste_officielle' => 'official plugins', |
|
| 666 | - 'plugin_info_automatique_liste_update' => 'Update lists', |
|
| 667 | - 'plugin_info_automatique_ou' => 'or...', |
|
| 668 | - 'plugin_info_automatique_select' => 'Select a plugin below: SPIP will load it and will install it in the <code>@rep@</code> directory. If the plugin already exists, it will be updated.', |
|
| 669 | - 'plugin_info_credit' => 'Credits', |
|
| 670 | - 'plugin_info_erreur_xml' => 'Incorrect declaration of the plugin', |
|
| 671 | - 'plugin_info_install_ok' => 'Installation successful', |
|
| 672 | - 'plugin_info_necessite' => 'Requires:', |
|
| 673 | - 'plugin_info_non_compatible_spip' => 'This plugin is incompatible with this version of SPIP', |
|
| 674 | - 'plugin_info_plugins_dist_1' => 'The following plugins are loaded and activated in the @plugins_dist@ directory.', |
|
| 675 | - 'plugin_info_plugins_dist_2' => 'They cannot be disabled.', |
|
| 676 | - 'plugin_info_telecharger' => 'load from @url@ and install to @rep@', |
|
| 677 | - 'plugin_info_upgrade_ok' => 'Successful update', |
|
| 678 | - 'plugin_librairies_installees' => 'Libraries installed', |
|
| 679 | - 'plugin_necessite_extension_php' => 'Requires the PHP extension @plugin@ version @version@.', |
|
| 680 | - 'plugin_necessite_extension_php_sans_version' => 'Requires the PHP extension @plugin@', |
|
| 681 | - 'plugin_necessite_lib' => 'This plugin requires the library @lib@', |
|
| 682 | - 'plugin_necessite_php' => 'Requires @plugin@ version @version@.', |
|
| 683 | - 'plugin_necessite_plugin' => 'Version @version@ of the plugin @plugin@ is required.', |
|
| 684 | - 'plugin_necessite_plugin_sans_version' => 'Requires the plugin @plugin@', |
|
| 685 | - 'plugin_necessite_spip' => 'SPIP version @version@ or newer is required.', |
|
| 686 | - 'plugin_source' => 'source: ', |
|
| 687 | - 'plugin_titre_automatique' => 'Automatic installation', |
|
| 688 | - 'plugin_titre_automatique_ajouter' => 'Add plugins', |
|
| 689 | - 'plugin_titre_installation' => '@plugin@ plugin installation', |
|
| 690 | - 'plugin_titre_modifier' => 'My plugins', |
|
| 691 | - 'plugin_utilise_extension_php' => 'The version of the PHP extension @plugin@ must be @version@.', |
|
| 692 | - 'plugin_utilise_php' => '@plugin@ version must be @version@.', |
|
| 693 | - 'plugin_utilise_plugin' => 'The version of the plugin @plugin@ must be @version@.', |
|
| 694 | - 'plugin_zip_active' => 'Continue in order to activate', |
|
| 695 | - 'plugin_zip_adresse' => 'To load a zipped plugin file, or a list of plugins, enter the path below.', |
|
| 696 | - 'plugin_zip_adresse_champ' => 'Path of the plugin or list ', |
|
| 697 | - 'plugin_zip_content' => 'It contains the following files(@taille@),<br />ready to be installed in the <code>@rep@</code> directory', |
|
| 698 | - 'plugin_zip_installe_finie' => 'The file @zip@ has been unpacked and installed.', |
|
| 699 | - 'plugin_zip_installe_rep_finie' => 'The file @zip@ has been unpacked and installed in the @rep@ directory', |
|
| 700 | - 'plugin_zip_installer' => 'You may now install it.', |
|
| 701 | - 'plugin_zip_telecharge' => 'The file @zip@ has been loaded', |
|
| 702 | - 'plugins_actif_aucun' => 'No plugins active.', |
|
| 703 | - 'plugins_actif_un' => 'One plugin active', |
|
| 704 | - 'plugins_actifs' => '@count@ active plugins.', |
|
| 705 | - 'plugins_actifs_liste' => 'Enabled', |
|
| 706 | - 'plugins_compte' => '@count@ plugins', |
|
| 707 | - 'plugins_disponible_un' => 'One plugin available', |
|
| 708 | - 'plugins_disponibles' => '@count@ plugins available.', |
|
| 709 | - 'plugins_erreur' => 'Error in the plugins: @plugins@', |
|
| 710 | - 'plugins_liste' => 'List of plugins', |
|
| 711 | - 'plugins_liste_dist' => 'Locked plugins', |
|
| 712 | - 'plugins_recents' => 'Recent plugins', |
|
| 713 | - 'plugins_tous_liste' => 'All', |
|
| 714 | - 'plugins_vue_hierarchie' => 'Hierarchy', |
|
| 715 | - 'plugins_vue_liste' => 'List', |
|
| 716 | - 'protocole_ldap' => 'Protocol version:', |
|
| 641 | + // P |
|
| 642 | + 'page_pas_proxy' => 'This page must not go through the proxy', |
|
| 643 | + 'pas_de_proxy_pour' => 'If necessary, indicate to which machines or domains this proxy should not apply (for example: @exemple@)', |
|
| 644 | + 'phpinfo' => 'PHP configuration', |
|
| 645 | + 'plugin_charge_paquet' => 'Loading the archive file @name@', |
|
| 646 | + 'plugin_charger' => 'Download', |
|
| 647 | + 'plugin_erreur_charger' => 'error: @zip@ cannot be loaded', |
|
| 648 | + 'plugin_erreur_droit1' => 'Cannot write to directory <code>@dest@</code>.', |
|
| 649 | + 'plugin_erreur_droit2' => 'Please check write permissions for this directory (and create the directory if necessary). Alternatively, install the files by FTP.', |
|
| 650 | + 'plugin_erreur_zip' => 'pclzip failure: error @status@', |
|
| 651 | + 'plugin_etat_developpement' => 'under development', |
|
| 652 | + 'plugin_etat_experimental' => 'experimental', |
|
| 653 | + 'plugin_etat_stable' => 'stable', |
|
| 654 | + 'plugin_etat_test' => 'being tested', |
|
| 655 | + 'plugin_impossible_activer' => 'Impossible to activate the plugin @plugin@', |
|
| 656 | + 'plugin_info_automatique1' => 'If you wish to allow automatic plugin installation, please:', |
|
| 657 | + 'plugin_info_automatique1_lib' => 'If you want to let this library to be installed automatically, please:', |
|
| 658 | + 'plugin_info_automatique2' => 'Create a directory <code>@rep@</code> ;', |
|
| 659 | + 'plugin_info_automatique3' => 'Check that the server has the proper permissions to write to this directory.', |
|
| 660 | + 'plugin_info_automatique_creer' => 'to create at the root of the website.', |
|
| 661 | + 'plugin_info_automatique_exemples' => 'examples:', |
|
| 662 | + 'plugin_info_automatique_ftp' => 'You may install plugins by FTP in the <tt>@rep@</tt> directory', |
|
| 663 | + 'plugin_info_automatique_lib' => 'Some plugins need to be able to load files into the <code>lib/</code> directory. This directory should be created at the website root.', |
|
| 664 | + 'plugin_info_automatique_liste' => 'Your plugin lists:', |
|
| 665 | + 'plugin_info_automatique_liste_officielle' => 'official plugins', |
|
| 666 | + 'plugin_info_automatique_liste_update' => 'Update lists', |
|
| 667 | + 'plugin_info_automatique_ou' => 'or...', |
|
| 668 | + 'plugin_info_automatique_select' => 'Select a plugin below: SPIP will load it and will install it in the <code>@rep@</code> directory. If the plugin already exists, it will be updated.', |
|
| 669 | + 'plugin_info_credit' => 'Credits', |
|
| 670 | + 'plugin_info_erreur_xml' => 'Incorrect declaration of the plugin', |
|
| 671 | + 'plugin_info_install_ok' => 'Installation successful', |
|
| 672 | + 'plugin_info_necessite' => 'Requires:', |
|
| 673 | + 'plugin_info_non_compatible_spip' => 'This plugin is incompatible with this version of SPIP', |
|
| 674 | + 'plugin_info_plugins_dist_1' => 'The following plugins are loaded and activated in the @plugins_dist@ directory.', |
|
| 675 | + 'plugin_info_plugins_dist_2' => 'They cannot be disabled.', |
|
| 676 | + 'plugin_info_telecharger' => 'load from @url@ and install to @rep@', |
|
| 677 | + 'plugin_info_upgrade_ok' => 'Successful update', |
|
| 678 | + 'plugin_librairies_installees' => 'Libraries installed', |
|
| 679 | + 'plugin_necessite_extension_php' => 'Requires the PHP extension @plugin@ version @version@.', |
|
| 680 | + 'plugin_necessite_extension_php_sans_version' => 'Requires the PHP extension @plugin@', |
|
| 681 | + 'plugin_necessite_lib' => 'This plugin requires the library @lib@', |
|
| 682 | + 'plugin_necessite_php' => 'Requires @plugin@ version @version@.', |
|
| 683 | + 'plugin_necessite_plugin' => 'Version @version@ of the plugin @plugin@ is required.', |
|
| 684 | + 'plugin_necessite_plugin_sans_version' => 'Requires the plugin @plugin@', |
|
| 685 | + 'plugin_necessite_spip' => 'SPIP version @version@ or newer is required.', |
|
| 686 | + 'plugin_source' => 'source: ', |
|
| 687 | + 'plugin_titre_automatique' => 'Automatic installation', |
|
| 688 | + 'plugin_titre_automatique_ajouter' => 'Add plugins', |
|
| 689 | + 'plugin_titre_installation' => '@plugin@ plugin installation', |
|
| 690 | + 'plugin_titre_modifier' => 'My plugins', |
|
| 691 | + 'plugin_utilise_extension_php' => 'The version of the PHP extension @plugin@ must be @version@.', |
|
| 692 | + 'plugin_utilise_php' => '@plugin@ version must be @version@.', |
|
| 693 | + 'plugin_utilise_plugin' => 'The version of the plugin @plugin@ must be @version@.', |
|
| 694 | + 'plugin_zip_active' => 'Continue in order to activate', |
|
| 695 | + 'plugin_zip_adresse' => 'To load a zipped plugin file, or a list of plugins, enter the path below.', |
|
| 696 | + 'plugin_zip_adresse_champ' => 'Path of the plugin or list ', |
|
| 697 | + 'plugin_zip_content' => 'It contains the following files(@taille@),<br />ready to be installed in the <code>@rep@</code> directory', |
|
| 698 | + 'plugin_zip_installe_finie' => 'The file @zip@ has been unpacked and installed.', |
|
| 699 | + 'plugin_zip_installe_rep_finie' => 'The file @zip@ has been unpacked and installed in the @rep@ directory', |
|
| 700 | + 'plugin_zip_installer' => 'You may now install it.', |
|
| 701 | + 'plugin_zip_telecharge' => 'The file @zip@ has been loaded', |
|
| 702 | + 'plugins_actif_aucun' => 'No plugins active.', |
|
| 703 | + 'plugins_actif_un' => 'One plugin active', |
|
| 704 | + 'plugins_actifs' => '@count@ active plugins.', |
|
| 705 | + 'plugins_actifs_liste' => 'Enabled', |
|
| 706 | + 'plugins_compte' => '@count@ plugins', |
|
| 707 | + 'plugins_disponible_un' => 'One plugin available', |
|
| 708 | + 'plugins_disponibles' => '@count@ plugins available.', |
|
| 709 | + 'plugins_erreur' => 'Error in the plugins: @plugins@', |
|
| 710 | + 'plugins_liste' => 'List of plugins', |
|
| 711 | + 'plugins_liste_dist' => 'Locked plugins', |
|
| 712 | + 'plugins_recents' => 'Recent plugins', |
|
| 713 | + 'plugins_tous_liste' => 'All', |
|
| 714 | + 'plugins_vue_hierarchie' => 'Hierarchy', |
|
| 715 | + 'plugins_vue_liste' => 'List', |
|
| 716 | + 'protocole_ldap' => 'Protocol version:', |
|
| 717 | 717 | |
| 718 | - // Q |
|
| 719 | - 'queue_executer_maintenant' => 'Run now', |
|
| 720 | - 'queue_info_purger' => 'You can delete all pending tasks and reset the list with periodic tasks', |
|
| 721 | - 'queue_nb_jobs_in_queue' => '@nb@ pending tasks', |
|
| 722 | - 'queue_next_job_in_nb_sec' => 'Next task in @nb@ s', |
|
| 723 | - 'queue_no_job_in_queue' => 'No pending tasks', |
|
| 724 | - 'queue_one_job_in_queue' => '1 pending task', |
|
| 725 | - 'queue_priorite_tache' => 'priority', |
|
| 726 | - 'queue_purger_queue' => 'Reset the tasks queue', |
|
| 727 | - 'queue_titre' => 'Background tasks', |
|
| 718 | + // Q |
|
| 719 | + 'queue_executer_maintenant' => 'Run now', |
|
| 720 | + 'queue_info_purger' => 'You can delete all pending tasks and reset the list with periodic tasks', |
|
| 721 | + 'queue_nb_jobs_in_queue' => '@nb@ pending tasks', |
|
| 722 | + 'queue_next_job_in_nb_sec' => 'Next task in @nb@ s', |
|
| 723 | + 'queue_no_job_in_queue' => 'No pending tasks', |
|
| 724 | + 'queue_one_job_in_queue' => '1 pending task', |
|
| 725 | + 'queue_priorite_tache' => 'priority', |
|
| 726 | + 'queue_purger_queue' => 'Reset the tasks queue', |
|
| 727 | + 'queue_titre' => 'Background tasks', |
|
| 728 | 728 | |
| 729 | - // R |
|
| 730 | - 'repertoire_plugins' => 'Directory:', |
|
| 731 | - 'required' => '(Required)', |
|
| 729 | + // R |
|
| 730 | + 'repertoire_plugins' => 'Directory:', |
|
| 731 | + 'required' => '(Required)', |
|
| 732 | 732 | |
| 733 | - // S |
|
| 734 | - 'sans_heure' => 'time not specified', |
|
| 735 | - 'statut_admin_restreint' => 'restricted admin', |
|
| 736 | - 'statut_webmestre' => 'webmaster', |
|
| 733 | + // S |
|
| 734 | + 'sans_heure' => 'time not specified', |
|
| 735 | + 'statut_admin_restreint' => 'restricted admin', |
|
| 736 | + 'statut_webmestre' => 'webmaster', |
|
| 737 | 737 | |
| 738 | - // T |
|
| 739 | - 'tache_cron_asap' => 'CRON task @function@ (ASAP)', |
|
| 740 | - 'tache_cron_secondes' => 'CRON task @function@ (every @nb@ s)', |
|
| 741 | - 'taille_cache_image' => 'The images calculated automatically by SPIP (thumbnails, titles transformed into graphics, mathematical formulae in TeX format, etc.) take up a total of @taille@ in the @dir@ directory.', |
|
| 742 | - 'taille_cache_infinie' => 'This site does not have any fixed limit for the size of the cache.', |
|
| 743 | - 'taille_cache_maxi' => 'SPIP will try to limit the size of the cache directory to approximately <b>@octets@</b>.', |
|
| 744 | - 'taille_cache_moins_de' => 'The cache size is less than @octets@.', |
|
| 745 | - 'taille_cache_octets' => 'The size of the cache is currently around @octets@.', |
|
| 746 | - 'taille_cache_vide' => 'The cache is empty.', |
|
| 747 | - 'taille_repertoire_cache' => 'Current cache size ', |
|
| 748 | - 'text_article_propose_publication' => 'Article submitted for publication.', |
|
| 749 | - 'texte_acces_ldap_anonyme_1' => 'Some LDAP servers do not allow anonymous access. In this case you must indicate an initial access identifier for future directory searches. However, in most cases the following fields can be left empty.', |
|
| 750 | - 'texte_admin_effacer_01' => 'This command deletes <i>all</i> content in the database, |
|
| 738 | + // T |
|
| 739 | + 'tache_cron_asap' => 'CRON task @function@ (ASAP)', |
|
| 740 | + 'tache_cron_secondes' => 'CRON task @function@ (every @nb@ s)', |
|
| 741 | + 'taille_cache_image' => 'The images calculated automatically by SPIP (thumbnails, titles transformed into graphics, mathematical formulae in TeX format, etc.) take up a total of @taille@ in the @dir@ directory.', |
|
| 742 | + 'taille_cache_infinie' => 'This site does not have any fixed limit for the size of the cache.', |
|
| 743 | + 'taille_cache_maxi' => 'SPIP will try to limit the size of the cache directory to approximately <b>@octets@</b>.', |
|
| 744 | + 'taille_cache_moins_de' => 'The cache size is less than @octets@.', |
|
| 745 | + 'taille_cache_octets' => 'The size of the cache is currently around @octets@.', |
|
| 746 | + 'taille_cache_vide' => 'The cache is empty.', |
|
| 747 | + 'taille_repertoire_cache' => 'Current cache size ', |
|
| 748 | + 'text_article_propose_publication' => 'Article submitted for publication.', |
|
| 749 | + 'texte_acces_ldap_anonyme_1' => 'Some LDAP servers do not allow anonymous access. In this case you must indicate an initial access identifier for future directory searches. However, in most cases the following fields can be left empty.', |
|
| 750 | + 'texte_admin_effacer_01' => 'This command deletes <i>all</i> content in the database, |
|
| 751 | 751 | including <i>all</i> the access parameters for editors and administrators. After using it, you must |
| 752 | 752 | reinstall SPIP, create a new database and a new administrator account.', |
| 753 | - 'texte_adresse_annuaire_1' => '(If your directory is installed on the same machine as your website, it is probably «localhost».)', |
|
| 754 | - 'texte_ajout_auteur' => 'The following author was added to the article:', |
|
| 755 | - 'texte_annuaire_ldap_1' => 'If you have access to a LDAP directory server, you can use it to import users automatically into SPIP.', |
|
| 756 | - 'texte_article_statut' => 'Article status:', |
|
| 757 | - 'texte_article_virtuel' => 'Virtual article', |
|
| 758 | - 'texte_article_virtuel_reference' => '<b>Virtual article:</b> an article on your SPIP website which redirects to another URL. To remove redirection, delete the URL.', |
|
| 759 | - 'texte_aucun_resultat_auteur' => 'No results for "@cherche_auteur@".', |
|
| 760 | - 'texte_auteur_messagerie' => 'This site can update the list of editors online in real time, which allows you to be contacted by other users. You can opt not to appear in this list (you are then "invisible" to other users).', |
|
| 761 | - 'texte_auteurs' => 'THE AUTHORS', |
|
| 762 | - 'texte_choix_base_1' => 'Select your database:', |
|
| 763 | - 'texte_choix_base_2' => 'The SQL server contains several databases.', |
|
| 764 | - 'texte_choix_base_3' => '<b>Select</b> below the one attributed by your hosting provider:', |
|
| 765 | - 'texte_choix_table_prefix' => 'Prefix for tables:', |
|
| 766 | - 'texte_compte_element' => '@count@ element', |
|
| 767 | - 'texte_compte_elements' => '@count@ elements', |
|
| 768 | - 'texte_conflit_edition_correction' => 'Please compare differences between the two versions. You can also copy your changes and start over.', |
|
| 769 | - 'texte_connexion_mysql' => 'Consult the information provided by your hosting service. It should contain the connection codes for the SQL server.', |
|
| 770 | - 'texte_contenu_article' => '(Brief description of the article.)', |
|
| 771 | - 'texte_contenu_articles' => 'Depending on the layout chosen for your site, you can decide |
|
| 753 | + 'texte_adresse_annuaire_1' => '(If your directory is installed on the same machine as your website, it is probably «localhost».)', |
|
| 754 | + 'texte_ajout_auteur' => 'The following author was added to the article:', |
|
| 755 | + 'texte_annuaire_ldap_1' => 'If you have access to a LDAP directory server, you can use it to import users automatically into SPIP.', |
|
| 756 | + 'texte_article_statut' => 'Article status:', |
|
| 757 | + 'texte_article_virtuel' => 'Virtual article', |
|
| 758 | + 'texte_article_virtuel_reference' => '<b>Virtual article:</b> an article on your SPIP website which redirects to another URL. To remove redirection, delete the URL.', |
|
| 759 | + 'texte_aucun_resultat_auteur' => 'No results for "@cherche_auteur@".', |
|
| 760 | + 'texte_auteur_messagerie' => 'This site can update the list of editors online in real time, which allows you to be contacted by other users. You can opt not to appear in this list (you are then "invisible" to other users).', |
|
| 761 | + 'texte_auteurs' => 'THE AUTHORS', |
|
| 762 | + 'texte_choix_base_1' => 'Select your database:', |
|
| 763 | + 'texte_choix_base_2' => 'The SQL server contains several databases.', |
|
| 764 | + 'texte_choix_base_3' => '<b>Select</b> below the one attributed by your hosting provider:', |
|
| 765 | + 'texte_choix_table_prefix' => 'Prefix for tables:', |
|
| 766 | + 'texte_compte_element' => '@count@ element', |
|
| 767 | + 'texte_compte_elements' => '@count@ elements', |
|
| 768 | + 'texte_conflit_edition_correction' => 'Please compare differences between the two versions. You can also copy your changes and start over.', |
|
| 769 | + 'texte_connexion_mysql' => 'Consult the information provided by your hosting service. It should contain the connection codes for the SQL server.', |
|
| 770 | + 'texte_contenu_article' => '(Brief description of the article.)', |
|
| 771 | + 'texte_contenu_articles' => 'Depending on the layout chosen for your site, you can decide |
|
| 772 | 772 | that some article options are not to be used. |
| 773 | 773 | Use the following list to choose which options should be available.', |
| 774 | - 'texte_crash_base' => 'If your database |
|
| 774 | + 'texte_crash_base' => 'If your database |
|
| 775 | 775 | crashed, you can try to repair it |
| 776 | 776 | automatically.', |
| 777 | - 'texte_creer_rubrique' => 'Before writing any articles,<br /> you must create a section.', |
|
| 778 | - 'texte_date_creation_article' => 'ARTICLE CREATION DATE:', |
|
| 779 | - 'texte_date_creation_objet' => 'Creation date:', # on ajoute le ":" |
|
| 780 | - 'texte_date_publication_anterieure' => 'Date first published:', |
|
| 781 | - 'texte_date_publication_anterieure_nonaffichee' => 'Hide previous publication date.', |
|
| 782 | - 'texte_date_publication_article' => 'PUBLISHED ON:', |
|
| 783 | - 'texte_date_publication_objet' => 'Published on:', |
|
| 784 | - 'texte_definir_comme_traduction_rubrique' => 'This section is a translation of section number:', |
|
| 785 | - 'texte_descriptif_rapide' => 'Brief description', |
|
| 786 | - 'texte_effacer_base' => 'Delete the SPIP database', |
|
| 787 | - 'texte_effacer_statistiques' => 'Delete the statistics', |
|
| 788 | - 'texte_en_cours_validation' => 'The following articles and news have been submitted for evaluation.', |
|
| 789 | - 'texte_enrichir_mise_a_jour' => 'You can enrich the layout of your text by using "typographical shortcuts".', |
|
| 790 | - 'texte_fichier_authent' => '<b>Should SPIP create the special files <tt>.htpasswd</tt> |
|
| 777 | + 'texte_creer_rubrique' => 'Before writing any articles,<br /> you must create a section.', |
|
| 778 | + 'texte_date_creation_article' => 'ARTICLE CREATION DATE:', |
|
| 779 | + 'texte_date_creation_objet' => 'Creation date:', # on ajoute le ":" |
|
| 780 | + 'texte_date_publication_anterieure' => 'Date first published:', |
|
| 781 | + 'texte_date_publication_anterieure_nonaffichee' => 'Hide previous publication date.', |
|
| 782 | + 'texte_date_publication_article' => 'PUBLISHED ON:', |
|
| 783 | + 'texte_date_publication_objet' => 'Published on:', |
|
| 784 | + 'texte_definir_comme_traduction_rubrique' => 'This section is a translation of section number:', |
|
| 785 | + 'texte_descriptif_rapide' => 'Brief description', |
|
| 786 | + 'texte_effacer_base' => 'Delete the SPIP database', |
|
| 787 | + 'texte_effacer_statistiques' => 'Delete the statistics', |
|
| 788 | + 'texte_en_cours_validation' => 'The following articles and news have been submitted for evaluation.', |
|
| 789 | + 'texte_enrichir_mise_a_jour' => 'You can enrich the layout of your text by using "typographical shortcuts".', |
|
| 790 | + 'texte_fichier_authent' => '<b>Should SPIP create the special files <tt>.htpasswd</tt> |
|
| 791 | 791 | and <tt>.htpasswd-admin</tt> in the directory @dossier@?</b> |
| 792 | 792 | <p>These files can be used to restrict access to authors and administrators to other parts of your site (for instance, external statistical programme).</p><p>If you have no need of such files, you can keep this option with its default value (no file creation).</p>', |
| 793 | - 'texte_informations_personnelles_1' => 'The system will now create your personal account for this site.', |
|
| 794 | - 'texte_informations_personnelles_2' => '(Note: if it is a reinstallation, if your former access is still working, you can', |
|
| 795 | - 'texte_introductif_article' => '(Introductory text for the article.)', |
|
| 796 | - 'texte_jeu_caractere' => 'We advise using the universal alphabet (<tt>utf-8</tt>) on your site. This will make it possible to display text in any language. All modern browsers are fully comptabile with this character set.', |
|
| 797 | - 'texte_jeu_caractere_3' => 'Your site currently uses this character set:', |
|
| 798 | - 'texte_jeu_caractere_4' => 'If that does not correspond to your current data (this may occur after restoring your database from a backup), or if <em>you are setting up this site</em> and wish to use a different character set, please indicate the character set here:', |
|
| 799 | - 'texte_login_ldap_1' => '(Keep empty for anonymous access or enter complete path, for instance «<tt>uid=smith, ou=users, dc=my-domain, dc=com</tt>».)', |
|
| 800 | - 'texte_login_precaution' => 'Warning! This is the login which you are currently using. |
|
| 793 | + 'texte_informations_personnelles_1' => 'The system will now create your personal account for this site.', |
|
| 794 | + 'texte_informations_personnelles_2' => '(Note: if it is a reinstallation, if your former access is still working, you can', |
|
| 795 | + 'texte_introductif_article' => '(Introductory text for the article.)', |
|
| 796 | + 'texte_jeu_caractere' => 'We advise using the universal alphabet (<tt>utf-8</tt>) on your site. This will make it possible to display text in any language. All modern browsers are fully comptabile with this character set.', |
|
| 797 | + 'texte_jeu_caractere_3' => 'Your site currently uses this character set:', |
|
| 798 | + 'texte_jeu_caractere_4' => 'If that does not correspond to your current data (this may occur after restoring your database from a backup), or if <em>you are setting up this site</em> and wish to use a different character set, please indicate the character set here:', |
|
| 799 | + 'texte_login_ldap_1' => '(Keep empty for anonymous access or enter complete path, for instance «<tt>uid=smith, ou=users, dc=my-domain, dc=com</tt>».)', |
|
| 800 | + 'texte_login_precaution' => 'Warning! This is the login which you are currently using. |
|
| 801 | 801 | Use this form with caution...', |
| 802 | - 'texte_messagerie_agenda' => 'A messaging system lets website’s authors communicate directly into the admin area. It is linked to a calendar.', |
|
| 803 | - 'texte_mise_a_niveau_base_1' => 'You have just updated SPIP files. |
|
| 802 | + 'texte_messagerie_agenda' => 'A messaging system lets website’s authors communicate directly into the admin area. It is linked to a calendar.', |
|
| 803 | + 'texte_mise_a_niveau_base_1' => 'You have just updated SPIP files. |
|
| 804 | 804 | Now you must upgrade the site |
| 805 | 805 | database.', |
| 806 | - 'texte_modifier_article' => 'Edit this article:', |
|
| 807 | - 'texte_multilinguisme' => 'If you want to manage objects in several languages, with complex navigation, you can add a language selection menu to these objects, depending on the organization of your site.', |
|
| 808 | - 'texte_multilinguisme_trad' => 'You can also enable a system for managing links between the various translations of certain objects.', |
|
| 809 | - 'texte_non_compresse' => '<i>uncompressed</i> (your server does not support this feature)', |
|
| 810 | - 'texte_nouvelle_version_spip_1' => 'You have just installed a new version of SPIP.', |
|
| 811 | - 'texte_nouvelle_version_spip_2' => 'This new version requires a more thorough update than usual. If you are the webmaster of this site, please delete the file @connect@ and restart installation in order to update your database connection parameters. <p>(PS.: if you have forgotten your connection parameters, take a look at the file @connect@ before deleting it!)</p>', |
|
| 812 | - 'texte_operation_echec' => 'Go back to the previous page, select another database or create a new one. Verify the information provided by your hosting service.', |
|
| 813 | - 'texte_plus_trois_car' => 'more than 3 characters', |
|
| 814 | - 'texte_plusieurs_articles' => 'Several authors were found for "@cherche_auteur@":', |
|
| 815 | - 'texte_port_annuaire' => '(Default value is generally suitable.)', |
|
| 816 | - 'texte_presente_plugin' => 'This page shows the plugins available on this site. Activate the plugins you require by ticking the corresponding box.', |
|
| 817 | - 'texte_proposer_publication' => 'When your article is finished,<br /> you can submit it for publication.', |
|
| 818 | - 'texte_proxy' => 'In some cases (e.g. intranet, protected network), it is necessary to use an <i>HTTP proxy</i> to reach external sites (SPIP documentation, syndicated sites, etc.). If this is the case, enter its address in the form @proxy_en_cours@. In most cases you can leave this box empty.', |
|
| 819 | - 'texte_publication_articles_post_dates' => 'Which behaviour should SPIP adopt for articles whose |
|
| 806 | + 'texte_modifier_article' => 'Edit this article:', |
|
| 807 | + 'texte_multilinguisme' => 'If you want to manage objects in several languages, with complex navigation, you can add a language selection menu to these objects, depending on the organization of your site.', |
|
| 808 | + 'texte_multilinguisme_trad' => 'You can also enable a system for managing links between the various translations of certain objects.', |
|
| 809 | + 'texte_non_compresse' => '<i>uncompressed</i> (your server does not support this feature)', |
|
| 810 | + 'texte_nouvelle_version_spip_1' => 'You have just installed a new version of SPIP.', |
|
| 811 | + 'texte_nouvelle_version_spip_2' => 'This new version requires a more thorough update than usual. If you are the webmaster of this site, please delete the file @connect@ and restart installation in order to update your database connection parameters. <p>(PS.: if you have forgotten your connection parameters, take a look at the file @connect@ before deleting it!)</p>', |
|
| 812 | + 'texte_operation_echec' => 'Go back to the previous page, select another database or create a new one. Verify the information provided by your hosting service.', |
|
| 813 | + 'texte_plus_trois_car' => 'more than 3 characters', |
|
| 814 | + 'texte_plusieurs_articles' => 'Several authors were found for "@cherche_auteur@":', |
|
| 815 | + 'texte_port_annuaire' => '(Default value is generally suitable.)', |
|
| 816 | + 'texte_presente_plugin' => 'This page shows the plugins available on this site. Activate the plugins you require by ticking the corresponding box.', |
|
| 817 | + 'texte_proposer_publication' => 'When your article is finished,<br /> you can submit it for publication.', |
|
| 818 | + 'texte_proxy' => 'In some cases (e.g. intranet, protected network), it is necessary to use an <i>HTTP proxy</i> to reach external sites (SPIP documentation, syndicated sites, etc.). If this is the case, enter its address in the form @proxy_en_cours@. In most cases you can leave this box empty.', |
|
| 819 | + 'texte_publication_articles_post_dates' => 'Which behaviour should SPIP adopt for articles whose |
|
| 820 | 820 | publication date has been set in |
| 821 | 821 | the future?', |
| 822 | - 'texte_rappel_selection_champs' => '[Remember to select this field correctly.]', |
|
| 823 | - 'texte_recalcul_page' => 'If you want |
|
| 822 | + 'texte_rappel_selection_champs' => '[Remember to select this field correctly.]', |
|
| 823 | + 'texte_recalcul_page' => 'If you want |
|
| 824 | 824 | to re-process a single page, it is easier to view that page from the public site and click "Re-process this page".', |
| 825 | - 'texte_recuperer_base' => 'Repair the database', |
|
| 826 | - 'texte_reference_mais_redirige' => 'article referenced in your SPIP site, but redirected to another URL.', |
|
| 827 | - 'texte_requetes_echouent' => '<b>When some SQL queries fail |
|
| 825 | + 'texte_recuperer_base' => 'Repair the database', |
|
| 826 | + 'texte_reference_mais_redirige' => 'article referenced in your SPIP site, but redirected to another URL.', |
|
| 827 | + 'texte_requetes_echouent' => '<b>When some SQL queries fail |
|
| 828 | 828 | systematically, without apparent reason, it is possible |
| 829 | 829 | that the database itself |
| 830 | 830 | is the culprit.</b><p> |
@@ -835,87 +835,87 @@ discard block |
||
| 835 | 835 | clues as to where the problem lies.</p><p> |
| 836 | 836 | If the problem persists, contact your |
| 837 | 837 | service provider.</p>', |
| 838 | - 'texte_selection_langue_principale' => 'You can choose the website’s "primary language". This does not mean that you can only write articles in that language, but it will be used to determine |
|
| 838 | + 'texte_selection_langue_principale' => 'You can choose the website’s "primary language". This does not mean that you can only write articles in that language, but it will be used to determine |
|
| 839 | 839 | |
| 840 | 840 | <ul><li> the default date/time format on the public website,</li> |
| 841 | 841 | <li> the nature of the typographical engine which will be used by SPIP for rendering text,</li> |
| 842 | 842 | <li> the language in use in public website’s forms,</li> |
| 843 | 843 | <li> the default language in use in the admin area.</li></ul>', |
| 844 | - 'texte_sous_titre' => 'Subtitle', |
|
| 845 | - 'texte_statistiques_visites' => '(dark bars = Sunday, dark curve: average visits)', |
|
| 846 | - 'texte_statut_attente_validation' => 'awaiting validation', |
|
| 847 | - 'texte_statut_publies' => 'published online', |
|
| 848 | - 'texte_statut_refuses' => 'rejected', |
|
| 849 | - 'texte_suppression_fichiers' => 'Use this command to purge all the files |
|
| 844 | + 'texte_sous_titre' => 'Subtitle', |
|
| 845 | + 'texte_statistiques_visites' => '(dark bars = Sunday, dark curve: average visits)', |
|
| 846 | + 'texte_statut_attente_validation' => 'awaiting validation', |
|
| 847 | + 'texte_statut_publies' => 'published online', |
|
| 848 | + 'texte_statut_refuses' => 'rejected', |
|
| 849 | + 'texte_suppression_fichiers' => 'Use this command to purge all the files |
|
| 850 | 850 | in the SPIP cache. This will force recalculation of every page on the site, useful after |
| 851 | 851 | significant modifications to the site’s graphics or structure.', |
| 852 | - 'texte_sur_titre' => 'Lead-in title', |
|
| 853 | - 'texte_table_ok' => ': this table is OK.', |
|
| 854 | - 'texte_tentative_recuperation' => 'Attempting to repair', |
|
| 855 | - 'texte_tenter_reparation' => 'Attempt to repair the database', |
|
| 856 | - 'texte_test_proxy' => 'To test this proxy, enter the address of a website |
|
| 852 | + 'texte_sur_titre' => 'Lead-in title', |
|
| 853 | + 'texte_table_ok' => ': this table is OK.', |
|
| 854 | + 'texte_tentative_recuperation' => 'Attempting to repair', |
|
| 855 | + 'texte_tenter_reparation' => 'Attempt to repair the database', |
|
| 856 | + 'texte_test_proxy' => 'To test this proxy, enter the address of a website |
|
| 857 | 857 | for verification.', |
| 858 | - 'texte_titre_02' => 'Subject:', |
|
| 859 | - 'texte_titre_obligatoire' => '<b>Title</b> [Required]', |
|
| 860 | - 'texte_travail_article' => '@nom_auteur_modif@ edited this article @date_diff@ minutes ago', |
|
| 861 | - 'texte_travail_collaboratif' => 'If several editors often work on the same article, the system can mark recently "opened" articles in order to avoid multiple simultaneous editing. |
|
| 858 | + 'texte_titre_02' => 'Subject:', |
|
| 859 | + 'texte_titre_obligatoire' => '<b>Title</b> [Required]', |
|
| 860 | + 'texte_travail_article' => '@nom_auteur_modif@ edited this article @date_diff@ minutes ago', |
|
| 861 | + 'texte_travail_collaboratif' => 'If several editors often work on the same article, the system can mark recently "opened" articles in order to avoid multiple simultaneous editing. |
|
| 862 | 862 | This option is disabled by default to avoid displaying unnecessary warning |
| 863 | 863 | messages.', |
| 864 | - 'texte_vide' => 'empty', |
|
| 865 | - 'texte_vider_cache' => 'Empty the cache', |
|
| 866 | - 'titre_admin_tech' => 'Technical maintenance', |
|
| 867 | - 'titre_admin_vider' => 'Technical maintenance', |
|
| 868 | - 'titre_ajouter_un_auteur' => 'Add an author', |
|
| 869 | - 'titre_ajouter_un_mot' => 'Add a keyword', |
|
| 870 | - 'titre_cadre_afficher_article' => 'Show the articles:', |
|
| 871 | - 'titre_cadre_afficher_traductions' => 'Display the translation status for these languages:', |
|
| 872 | - 'titre_cadre_ajouter_auteur' => 'ADD AN AUTHOR:', |
|
| 873 | - 'titre_cadre_interieur_rubrique' => 'In section', |
|
| 874 | - 'titre_cadre_numero_auteur' => 'AUTHOR NUMBER', |
|
| 875 | - 'titre_cadre_numero_objet' => '@objet@ NUMBER:', |
|
| 876 | - 'titre_cadre_signature_obligatoire' => '<b>Signature</b> [Required]<br />', |
|
| 877 | - 'titre_config_contenu_notifications' => 'Notifications', |
|
| 878 | - 'titre_config_contenu_prive' => 'In the admin area', |
|
| 879 | - 'titre_config_contenu_public' => 'On the public site', |
|
| 880 | - 'titre_config_fonctions' => 'Site configuration', |
|
| 881 | - 'titre_config_langage' => 'Configure the language', |
|
| 882 | - 'titre_configuration' => 'Site configuration', |
|
| 883 | - 'titre_configurer_preferences' => 'Configure your preferences', |
|
| 884 | - 'titre_configurer_preferences_menus' => 'Settings of your menus preferences', |
|
| 885 | - 'titre_conflit_edition' => 'Conflict while editing', |
|
| 886 | - 'titre_connexion_ldap' => 'Options: <b>Your LDAP connection</b>', |
|
| 887 | - 'titre_groupe_mots' => 'KEYWORD GROUP:', |
|
| 888 | - 'titre_identite_site' => 'Site identity', |
|
| 889 | - 'titre_langue_article' => 'Article language', |
|
| 890 | - 'titre_langue_rubrique' => 'Section language', |
|
| 891 | - 'titre_langue_trad_article' => 'ARTICLE LANGUAGE AND TRANSLATIONS', |
|
| 892 | - 'titre_les_articles' => 'ARTICLES', |
|
| 893 | - 'titre_messagerie_agenda' => 'Messaging system and calendar', |
|
| 894 | - 'titre_naviguer_dans_le_site' => 'Browse the site...', |
|
| 895 | - 'titre_nouvelle_rubrique' => 'New section', |
|
| 896 | - 'titre_numero_rubrique' => 'SECTION NUMBER:', |
|
| 897 | - 'titre_page_articles_edit' => 'Modify: @titre@', |
|
| 898 | - 'titre_page_articles_page' => 'Articles', |
|
| 899 | - 'titre_page_articles_tous' => 'The entire site', |
|
| 900 | - 'titre_page_calendrier' => 'Calendar @nom_mois@ @annee@', |
|
| 901 | - 'titre_page_config_contenu' => 'Site configuration', |
|
| 902 | - 'titre_page_delete_all' => 'total and irreversible deletion', |
|
| 903 | - 'titre_page_recherche' => 'Search results @recherche@', |
|
| 904 | - 'titre_page_statistiques_referers' => 'Statistics (incoming links)', |
|
| 905 | - 'titre_page_upgrade' => 'SPIP upgrade', |
|
| 906 | - 'titre_preference_menus_favoris' => 'Favourites menu', |
|
| 907 | - 'titre_publication_articles_post_dates' => 'Publication of post dated articles', |
|
| 908 | - 'titre_reparation' => 'Repair', |
|
| 909 | - 'titre_suivi_petition' => 'Petitions follow-up', |
|
| 910 | - 'tls_ldap' => 'Transport Layer Security :', |
|
| 911 | - 'trad_article_traduction' => 'All the versions of this article:', |
|
| 912 | - 'trad_delier' => 'Stop linking to these translations', |
|
| 913 | - 'trad_lier' => 'This article is a translation of article number:', |
|
| 914 | - 'trad_new' => 'Write a new translation', |
|
| 864 | + 'texte_vide' => 'empty', |
|
| 865 | + 'texte_vider_cache' => 'Empty the cache', |
|
| 866 | + 'titre_admin_tech' => 'Technical maintenance', |
|
| 867 | + 'titre_admin_vider' => 'Technical maintenance', |
|
| 868 | + 'titre_ajouter_un_auteur' => 'Add an author', |
|
| 869 | + 'titre_ajouter_un_mot' => 'Add a keyword', |
|
| 870 | + 'titre_cadre_afficher_article' => 'Show the articles:', |
|
| 871 | + 'titre_cadre_afficher_traductions' => 'Display the translation status for these languages:', |
|
| 872 | + 'titre_cadre_ajouter_auteur' => 'ADD AN AUTHOR:', |
|
| 873 | + 'titre_cadre_interieur_rubrique' => 'In section', |
|
| 874 | + 'titre_cadre_numero_auteur' => 'AUTHOR NUMBER', |
|
| 875 | + 'titre_cadre_numero_objet' => '@objet@ NUMBER:', |
|
| 876 | + 'titre_cadre_signature_obligatoire' => '<b>Signature</b> [Required]<br />', |
|
| 877 | + 'titre_config_contenu_notifications' => 'Notifications', |
|
| 878 | + 'titre_config_contenu_prive' => 'In the admin area', |
|
| 879 | + 'titre_config_contenu_public' => 'On the public site', |
|
| 880 | + 'titre_config_fonctions' => 'Site configuration', |
|
| 881 | + 'titre_config_langage' => 'Configure the language', |
|
| 882 | + 'titre_configuration' => 'Site configuration', |
|
| 883 | + 'titre_configurer_preferences' => 'Configure your preferences', |
|
| 884 | + 'titre_configurer_preferences_menus' => 'Settings of your menus preferences', |
|
| 885 | + 'titre_conflit_edition' => 'Conflict while editing', |
|
| 886 | + 'titre_connexion_ldap' => 'Options: <b>Your LDAP connection</b>', |
|
| 887 | + 'titre_groupe_mots' => 'KEYWORD GROUP:', |
|
| 888 | + 'titre_identite_site' => 'Site identity', |
|
| 889 | + 'titre_langue_article' => 'Article language', |
|
| 890 | + 'titre_langue_rubrique' => 'Section language', |
|
| 891 | + 'titre_langue_trad_article' => 'ARTICLE LANGUAGE AND TRANSLATIONS', |
|
| 892 | + 'titre_les_articles' => 'ARTICLES', |
|
| 893 | + 'titre_messagerie_agenda' => 'Messaging system and calendar', |
|
| 894 | + 'titre_naviguer_dans_le_site' => 'Browse the site...', |
|
| 895 | + 'titre_nouvelle_rubrique' => 'New section', |
|
| 896 | + 'titre_numero_rubrique' => 'SECTION NUMBER:', |
|
| 897 | + 'titre_page_articles_edit' => 'Modify: @titre@', |
|
| 898 | + 'titre_page_articles_page' => 'Articles', |
|
| 899 | + 'titre_page_articles_tous' => 'The entire site', |
|
| 900 | + 'titre_page_calendrier' => 'Calendar @nom_mois@ @annee@', |
|
| 901 | + 'titre_page_config_contenu' => 'Site configuration', |
|
| 902 | + 'titre_page_delete_all' => 'total and irreversible deletion', |
|
| 903 | + 'titre_page_recherche' => 'Search results @recherche@', |
|
| 904 | + 'titre_page_statistiques_referers' => 'Statistics (incoming links)', |
|
| 905 | + 'titre_page_upgrade' => 'SPIP upgrade', |
|
| 906 | + 'titre_preference_menus_favoris' => 'Favourites menu', |
|
| 907 | + 'titre_publication_articles_post_dates' => 'Publication of post dated articles', |
|
| 908 | + 'titre_reparation' => 'Repair', |
|
| 909 | + 'titre_suivi_petition' => 'Petitions follow-up', |
|
| 910 | + 'tls_ldap' => 'Transport Layer Security :', |
|
| 911 | + 'trad_article_traduction' => 'All the versions of this article:', |
|
| 912 | + 'trad_delier' => 'Stop linking to these translations', |
|
| 913 | + 'trad_lier' => 'This article is a translation of article number:', |
|
| 914 | + 'trad_new' => 'Write a new translation', |
|
| 915 | 915 | |
| 916 | - // U |
|
| 917 | - 'utf8_convert_erreur_orig' => 'Error: the character set @charset@ is not supported.', |
|
| 916 | + // U |
|
| 917 | + 'utf8_convert_erreur_orig' => 'Error: the character set @charset@ is not supported.', |
|
| 918 | 918 | |
| 919 | - // V |
|
| 920 | - 'version' => 'Version:' |
|
| 919 | + // V |
|
| 920 | + 'version' => 'Version:' |
|
| 921 | 921 | ); |
@@ -4,580 +4,580 @@ discard block |
||
| 4 | 4 | // ** ne pas modifier le fichier ** |
| 5 | 5 | |
| 6 | 6 | if (!defined('_ECRIRE_INC_VERSION')) { |
| 7 | - return; |
|
| 7 | + return; |
|
| 8 | 8 | } |
| 9 | 9 | |
| 10 | 10 | $GLOBALS[$GLOBALS['idx_lang']] = array( |
| 11 | 11 | |
| 12 | - // A |
|
| 13 | - 'access_interface_graphique' => 'Voltar para a interface gráfica completa', |
|
| 14 | - 'access_mode_texte' => 'Exibir a interface textual simplificada', |
|
| 15 | - 'admin_debug' => 'depurar', |
|
| 16 | - 'admin_modifier_article' => 'Editar esta matéria', |
|
| 17 | - 'admin_modifier_auteur' => 'Editar este autor', |
|
| 18 | - 'admin_modifier_breve' => 'Editar esta nota', |
|
| 19 | - 'admin_modifier_mot' => 'Editar esta palavra-chave', |
|
| 20 | - 'admin_modifier_rubrique' => 'Editar esta seção', |
|
| 21 | - 'admin_recalculer' => 'Atualizar esta página', |
|
| 22 | - 'afficher_calendrier' => 'Exibir o calendário', |
|
| 23 | - 'afficher_trad' => 'exibir as traduções', |
|
| 24 | - 'alerte_maj_impossible' => '<b>Atenção!</b> A atualização da base de dados SQL para a versão @version@ não é possível, provavelmente por problema de direitos de edição na base de dados. Por favor, contate o seu provedor de hospedagem.', |
|
| 25 | - 'alerte_modif_info_concourante' => 'ATENÇÃO: Esta informação foi alterada por outra pessoa. O valor atual é:', |
|
| 26 | - 'analyse_xml' => 'Analisar XML', |
|
| 27 | - 'annuler' => 'Cancelar', |
|
| 28 | - 'antispam_champ_vide' => 'Por favor, deixe este campo vazio:', |
|
| 29 | - 'articles_recents' => 'Matérias mais recentes', |
|
| 30 | - 'attention_champ_mini_nb_caractères' => 'Atenção! Mínimo de @nb@ caracteres', |
|
| 31 | - 'avis_1_erreur_saisie' => 'Há um erro nos dados informados. Por favor, verifique.', |
|
| 32 | - 'avis_archive_incorrect' => 'a cópia de segurança não é um arquivo do SPIP', |
|
| 33 | - 'avis_archive_invalide' => 'a cópia de segurança não é válida', |
|
| 34 | - 'avis_attention' => 'ATENÇÃO!', |
|
| 35 | - 'avis_champ_incorrect_type_objet' => 'Nome de campo @name@ incorreto para objeto do tipo @type@', |
|
| 36 | - 'avis_colonne_inexistante' => 'A coluna @col@ não existe', |
|
| 37 | - 'avis_erreur' => 'Erro: ver abaixo', |
|
| 38 | - 'avis_erreur_connexion' => 'Erro de conexão', |
|
| 39 | - 'avis_erreur_cookie' => 'problema de cookie', |
|
| 40 | - 'avis_erreur_fonction_contexte' => 'Erro de programação. Esta função não deve ser chamada neste contexto.', |
|
| 41 | - 'avis_erreur_mysql' => 'Erro SQL', |
|
| 42 | - 'avis_erreur_sauvegarde' => 'Erro na cópia de segurança (@type@ @id_objet@) !', |
|
| 43 | - 'avis_erreur_visiteur' => 'Problema de acesso ao espaço privado', |
|
| 44 | - 'avis_nb_erreurs_saisie' => 'Há @nb@ erros nos dados informados. Por favor, verifique.', |
|
| 12 | + // A |
|
| 13 | + 'access_interface_graphique' => 'Voltar para a interface gráfica completa', |
|
| 14 | + 'access_mode_texte' => 'Exibir a interface textual simplificada', |
|
| 15 | + 'admin_debug' => 'depurar', |
|
| 16 | + 'admin_modifier_article' => 'Editar esta matéria', |
|
| 17 | + 'admin_modifier_auteur' => 'Editar este autor', |
|
| 18 | + 'admin_modifier_breve' => 'Editar esta nota', |
|
| 19 | + 'admin_modifier_mot' => 'Editar esta palavra-chave', |
|
| 20 | + 'admin_modifier_rubrique' => 'Editar esta seção', |
|
| 21 | + 'admin_recalculer' => 'Atualizar esta página', |
|
| 22 | + 'afficher_calendrier' => 'Exibir o calendário', |
|
| 23 | + 'afficher_trad' => 'exibir as traduções', |
|
| 24 | + 'alerte_maj_impossible' => '<b>Atenção!</b> A atualização da base de dados SQL para a versão @version@ não é possível, provavelmente por problema de direitos de edição na base de dados. Por favor, contate o seu provedor de hospedagem.', |
|
| 25 | + 'alerte_modif_info_concourante' => 'ATENÇÃO: Esta informação foi alterada por outra pessoa. O valor atual é:', |
|
| 26 | + 'analyse_xml' => 'Analisar XML', |
|
| 27 | + 'annuler' => 'Cancelar', |
|
| 28 | + 'antispam_champ_vide' => 'Por favor, deixe este campo vazio:', |
|
| 29 | + 'articles_recents' => 'Matérias mais recentes', |
|
| 30 | + 'attention_champ_mini_nb_caractères' => 'Atenção! Mínimo de @nb@ caracteres', |
|
| 31 | + 'avis_1_erreur_saisie' => 'Há um erro nos dados informados. Por favor, verifique.', |
|
| 32 | + 'avis_archive_incorrect' => 'a cópia de segurança não é um arquivo do SPIP', |
|
| 33 | + 'avis_archive_invalide' => 'a cópia de segurança não é válida', |
|
| 34 | + 'avis_attention' => 'ATENÇÃO!', |
|
| 35 | + 'avis_champ_incorrect_type_objet' => 'Nome de campo @name@ incorreto para objeto do tipo @type@', |
|
| 36 | + 'avis_colonne_inexistante' => 'A coluna @col@ não existe', |
|
| 37 | + 'avis_erreur' => 'Erro: ver abaixo', |
|
| 38 | + 'avis_erreur_connexion' => 'Erro de conexão', |
|
| 39 | + 'avis_erreur_cookie' => 'problema de cookie', |
|
| 40 | + 'avis_erreur_fonction_contexte' => 'Erro de programação. Esta função não deve ser chamada neste contexto.', |
|
| 41 | + 'avis_erreur_mysql' => 'Erro SQL', |
|
| 42 | + 'avis_erreur_sauvegarde' => 'Erro na cópia de segurança (@type@ @id_objet@) !', |
|
| 43 | + 'avis_erreur_visiteur' => 'Problema de acesso ao espaço privado', |
|
| 44 | + 'avis_nb_erreurs_saisie' => 'Há @nb@ erros nos dados informados. Por favor, verifique.', |
|
| 45 | 45 | |
| 46 | - // B |
|
| 47 | - 'barre_a_accent_grave' => 'Inserir um A maiúsculo com acento grave', |
|
| 48 | - 'barre_aide' => 'utilize os atalhos tipográficos para enriquecer o seu layout', |
|
| 49 | - 'barre_e_accent_aigu' => 'Inserir um E maiúsculo com acento agudo', |
|
| 50 | - 'barre_eo' => 'Inserir um OE contraído', |
|
| 51 | - 'barre_eo_maj' => 'Inserir um OE contraído maiúsculo', |
|
| 52 | - 'barre_euro' => 'Inserir o símbolo € (euro)', |
|
| 53 | - 'barre_gras' => 'Escrever em {{negrito}}', |
|
| 54 | - 'barre_guillemets' => 'envolver em "aspas"', |
|
| 55 | - 'barre_guillemets_simples' => 'Envolver em ’plicas’', |
|
| 56 | - 'barre_intertitre' => 'Transformar em {{{entretítulo}}}', |
|
| 57 | - 'barre_italic' => 'Escrever em {itálico}', |
|
| 58 | - 'barre_lien' => 'Transformar em [link hipertexto->http://...]', |
|
| 59 | - 'barre_lien_input' => 'Informe o endereço do seu link (você pode informar um endereço web do tipo http://www.monsite/com ou simplesmente informar o número de uma matéria deste site.', |
|
| 60 | - 'barre_note' => 'Transformar em [[Nota de pé de página]]', |
|
| 61 | - 'barre_paragraphe' => 'Criar um parágrafo', |
|
| 62 | - 'barre_quote' => '<quote>Citar uma mensagem</quote>', |
|
| 63 | - 'bouton_changer' => 'Alterar', |
|
| 64 | - 'bouton_chercher' => 'Procurar', |
|
| 65 | - 'bouton_choisir' => 'Escolher', |
|
| 66 | - 'bouton_deplacer' => 'Deslocar', |
|
| 67 | - 'bouton_download' => 'Baixar', |
|
| 68 | - 'bouton_enregistrer' => 'Gravar', |
|
| 69 | - 'bouton_radio_desactiver_messagerie_interne' => 'Desativar o sistema interno de mensagens', |
|
| 70 | - 'bouton_radio_envoi_annonces' => 'Enviar os avisos editoriais', |
|
| 71 | - 'bouton_radio_non_envoi_annonces' => 'Não enviar os avisos', |
|
| 72 | - 'bouton_radio_non_envoi_liste_nouveautes' => 'Não enviar a lista de novidades', |
|
| 73 | - 'bouton_recharger_page' => 'atualizar esta página', |
|
| 74 | - 'bouton_telecharger' => 'Transferir', |
|
| 75 | - 'bouton_upload' => 'Upload', |
|
| 76 | - 'bouton_valider' => 'Validar', |
|
| 46 | + // B |
|
| 47 | + 'barre_a_accent_grave' => 'Inserir um A maiúsculo com acento grave', |
|
| 48 | + 'barre_aide' => 'utilize os atalhos tipográficos para enriquecer o seu layout', |
|
| 49 | + 'barre_e_accent_aigu' => 'Inserir um E maiúsculo com acento agudo', |
|
| 50 | + 'barre_eo' => 'Inserir um OE contraído', |
|
| 51 | + 'barre_eo_maj' => 'Inserir um OE contraído maiúsculo', |
|
| 52 | + 'barre_euro' => 'Inserir o símbolo € (euro)', |
|
| 53 | + 'barre_gras' => 'Escrever em {{negrito}}', |
|
| 54 | + 'barre_guillemets' => 'envolver em "aspas"', |
|
| 55 | + 'barre_guillemets_simples' => 'Envolver em ’plicas’', |
|
| 56 | + 'barre_intertitre' => 'Transformar em {{{entretítulo}}}', |
|
| 57 | + 'barre_italic' => 'Escrever em {itálico}', |
|
| 58 | + 'barre_lien' => 'Transformar em [link hipertexto->http://...]', |
|
| 59 | + 'barre_lien_input' => 'Informe o endereço do seu link (você pode informar um endereço web do tipo http://www.monsite/com ou simplesmente informar o número de uma matéria deste site.', |
|
| 60 | + 'barre_note' => 'Transformar em [[Nota de pé de página]]', |
|
| 61 | + 'barre_paragraphe' => 'Criar um parágrafo', |
|
| 62 | + 'barre_quote' => '<quote>Citar uma mensagem</quote>', |
|
| 63 | + 'bouton_changer' => 'Alterar', |
|
| 64 | + 'bouton_chercher' => 'Procurar', |
|
| 65 | + 'bouton_choisir' => 'Escolher', |
|
| 66 | + 'bouton_deplacer' => 'Deslocar', |
|
| 67 | + 'bouton_download' => 'Baixar', |
|
| 68 | + 'bouton_enregistrer' => 'Gravar', |
|
| 69 | + 'bouton_radio_desactiver_messagerie_interne' => 'Desativar o sistema interno de mensagens', |
|
| 70 | + 'bouton_radio_envoi_annonces' => 'Enviar os avisos editoriais', |
|
| 71 | + 'bouton_radio_non_envoi_annonces' => 'Não enviar os avisos', |
|
| 72 | + 'bouton_radio_non_envoi_liste_nouveautes' => 'Não enviar a lista de novidades', |
|
| 73 | + 'bouton_recharger_page' => 'atualizar esta página', |
|
| 74 | + 'bouton_telecharger' => 'Transferir', |
|
| 75 | + 'bouton_upload' => 'Upload', |
|
| 76 | + 'bouton_valider' => 'Validar', |
|
| 77 | 77 | |
| 78 | - // C |
|
| 79 | - 'cal_apresmidi' => 'tarde', |
|
| 80 | - 'cal_jour_entier' => 'dia todo', |
|
| 81 | - 'cal_matin' => 'manhã', |
|
| 82 | - 'cal_par_jour' => 'calendário por dia', |
|
| 83 | - 'cal_par_mois' => 'calendário por mês', |
|
| 84 | - 'cal_par_semaine' => 'calendário por semana', |
|
| 85 | - 'choix_couleur_interface' => 'côr', |
|
| 86 | - 'choix_interface' => 'escolha da interface', |
|
| 87 | - 'colonne' => 'Coluna', |
|
| 88 | - 'confirm_changer_statut' => 'Atenção, você solicitou a alteração de status deste elemento. Deseja continuar?', |
|
| 89 | - 'correcte' => 'correta', |
|
| 78 | + // C |
|
| 79 | + 'cal_apresmidi' => 'tarde', |
|
| 80 | + 'cal_jour_entier' => 'dia todo', |
|
| 81 | + 'cal_matin' => 'manhã', |
|
| 82 | + 'cal_par_jour' => 'calendário por dia', |
|
| 83 | + 'cal_par_mois' => 'calendário por mês', |
|
| 84 | + 'cal_par_semaine' => 'calendário por semana', |
|
| 85 | + 'choix_couleur_interface' => 'côr', |
|
| 86 | + 'choix_interface' => 'escolha da interface', |
|
| 87 | + 'colonne' => 'Coluna', |
|
| 88 | + 'confirm_changer_statut' => 'Atenção, você solicitou a alteração de status deste elemento. Deseja continuar?', |
|
| 89 | + 'correcte' => 'correta', |
|
| 90 | 90 | |
| 91 | - // D |
|
| 92 | - 'date_aujourdhui' => 'hoje', |
|
| 93 | - 'date_avant_jc' => 'a.C.', |
|
| 94 | - 'date_dans' => 'entre @delai@', |
|
| 95 | - 'date_de_mois_1' => '@j@ de @nommois@', |
|
| 96 | - 'date_de_mois_10' => '@j@ de @nommois@', |
|
| 97 | - 'date_de_mois_11' => '@j@ de @nommois@', |
|
| 98 | - 'date_de_mois_12' => '@j@ de @nommois@', |
|
| 99 | - 'date_de_mois_2' => '@j@ de @nommois@', |
|
| 100 | - 'date_de_mois_3' => '@j@ de @nommois@', |
|
| 101 | - 'date_de_mois_4' => '@j@ de @nommois@', |
|
| 102 | - 'date_de_mois_5' => '@j@ de @nommois@', |
|
| 103 | - 'date_de_mois_6' => '@j@ de @nommois@', |
|
| 104 | - 'date_de_mois_7' => '@j@ de @nommois@', |
|
| 105 | - 'date_de_mois_8' => '@j@ de @nommois@', |
|
| 106 | - 'date_de_mois_9' => '@j@ de @nommois@', |
|
| 107 | - 'date_demain' => 'amanhã', |
|
| 108 | - 'date_fmt_heures_minutes' => '@h@h@m@min', |
|
| 109 | - 'date_fmt_heures_minutes_court' => '@h@h@m@', |
|
| 110 | - 'date_fmt_jour' => '@nomjour@ @jour@', |
|
| 111 | - 'date_fmt_jour_heure' => '@jour@ - @heure@', |
|
| 112 | - 'date_fmt_jour_heure_debut_fin' => 'dia @jour@ de @heure_debut@ a @heure_fin@', |
|
| 113 | - 'date_fmt_jour_heure_debut_fin_abbr' => 'dia @dtstart@@jour@ de @heure_debut@@dtabbr@ a @dtstart@@heure_fin@@dtend@', |
|
| 114 | - 'date_fmt_jour_mois' => '@jour@ de @nommois@', |
|
| 115 | - 'date_fmt_jour_mois_annee' => '@jour@ de @nommois@ de @annee@', |
|
| 116 | - 'date_fmt_mois_annee' => '@nommois@ de @annee@', |
|
| 117 | - 'date_fmt_nomjour' => '@nomjour@ @date@', |
|
| 118 | - 'date_fmt_nomjour_date' => '@nomjour@ de @date@', |
|
| 119 | - 'date_fmt_periode' => 'De @date_debut@ a @date_fin@', |
|
| 120 | - 'date_fmt_periode_abbr' => 'De @dtart@@date_debut@@dtabbr@ a @dtend@@date_fin@@dtabbr@', |
|
| 121 | - 'date_fmt_periode_from' => 'De', |
|
| 122 | - 'date_fmt_periode_to' => 'para', |
|
| 123 | - 'date_fmt_saison_annee' => '@saison@ @annee@', |
|
| 124 | - 'date_heures' => 'horas', |
|
| 125 | - 'date_hier' => 'ontem', |
|
| 126 | - 'date_il_y_a' => 'à @delai@', |
|
| 127 | - 'date_jnum1' => '1º', |
|
| 128 | - 'date_jnum10' => '10', |
|
| 129 | - 'date_jnum11' => '11', |
|
| 130 | - 'date_jnum12' => '12', |
|
| 131 | - 'date_jnum13' => '13', |
|
| 132 | - 'date_jnum14' => '14', |
|
| 133 | - 'date_jnum15' => '15', |
|
| 134 | - 'date_jnum16' => '16', |
|
| 135 | - 'date_jnum17' => '17', |
|
| 136 | - 'date_jnum18' => '18', |
|
| 137 | - 'date_jnum19' => '19', |
|
| 138 | - 'date_jnum2' => '2', |
|
| 139 | - 'date_jnum20' => '20', |
|
| 140 | - 'date_jnum21' => '21', |
|
| 141 | - 'date_jnum22' => '22', |
|
| 142 | - 'date_jnum23' => '23', |
|
| 143 | - 'date_jnum24' => '24', |
|
| 144 | - 'date_jnum25' => '25', |
|
| 145 | - 'date_jnum26' => '26', |
|
| 146 | - 'date_jnum27' => '27', |
|
| 147 | - 'date_jnum28' => '28', |
|
| 148 | - 'date_jnum29' => '29', |
|
| 149 | - 'date_jnum3' => '3', |
|
| 150 | - 'date_jnum30' => '30', |
|
| 151 | - 'date_jnum31' => '31', |
|
| 152 | - 'date_jnum4' => '4', |
|
| 153 | - 'date_jnum5' => '5', |
|
| 154 | - 'date_jnum6' => '6', |
|
| 155 | - 'date_jnum7' => '7', |
|
| 156 | - 'date_jnum8' => '8', |
|
| 157 | - 'date_jnum9' => '9', |
|
| 158 | - 'date_jour_1' => 'domingo', |
|
| 159 | - 'date_jour_1_abbr' => 'dom.', |
|
| 160 | - 'date_jour_1_initiale' => 'd.', |
|
| 161 | - 'date_jour_2' => 'segunda-feira', |
|
| 162 | - 'date_jour_2_abbr' => 'seg.', |
|
| 163 | - 'date_jour_2_initiale' => 's.', |
|
| 164 | - 'date_jour_3' => 'terça-feira', |
|
| 165 | - 'date_jour_3_abbr' => 'ter.', |
|
| 166 | - 'date_jour_3_initiale' => 't.', |
|
| 167 | - 'date_jour_4' => 'quarta-feira', |
|
| 168 | - 'date_jour_4_abbr' => 'quar.', |
|
| 169 | - 'date_jour_4_initiale' => 'q.', |
|
| 170 | - 'date_jour_5' => 'quinta-feira', |
|
| 171 | - 'date_jour_5_abbr' => 'quin.', |
|
| 172 | - 'date_jour_5_initiale' => 'q.', |
|
| 173 | - 'date_jour_6' => 'sexta-feira', |
|
| 174 | - 'date_jour_6_abbr' => 'sex.', |
|
| 175 | - 'date_jour_6_initiale' => 's.', |
|
| 176 | - 'date_jour_7' => 'sábado', |
|
| 177 | - 'date_jour_7_abbr' => 'sáb.', |
|
| 178 | - 'date_jour_7_initiale' => 's.', |
|
| 179 | - 'date_jours' => 'dias', |
|
| 180 | - 'date_minutes' => 'minutos', |
|
| 181 | - 'date_mois' => 'meses', |
|
| 182 | - 'date_mois_1' => 'janeiro', |
|
| 183 | - 'date_mois_10' => 'outubro', |
|
| 184 | - 'date_mois_10_abbr' => 'out.', |
|
| 185 | - 'date_mois_11' => 'novembro', |
|
| 186 | - 'date_mois_11_abbr' => 'nov.', |
|
| 187 | - 'date_mois_12' => 'dezembro', |
|
| 188 | - 'date_mois_12_abbr' => 'dez.', |
|
| 189 | - 'date_mois_1_abbr' => 'jan.', |
|
| 190 | - 'date_mois_2' => 'fevereiro', |
|
| 191 | - 'date_mois_2_abbr' => 'fev.', |
|
| 192 | - 'date_mois_3' => 'março', |
|
| 193 | - 'date_mois_3_abbr' => 'mar.', |
|
| 194 | - 'date_mois_4' => 'abril', |
|
| 195 | - 'date_mois_4_abbr' => 'abr.', |
|
| 196 | - 'date_mois_5' => 'maio', |
|
| 197 | - 'date_mois_5_abbr' => 'mai.', |
|
| 198 | - 'date_mois_6' => 'junho', |
|
| 199 | - 'date_mois_6_abbr' => 'jun.', |
|
| 200 | - 'date_mois_7' => 'julho', |
|
| 201 | - 'date_mois_7_abbr' => 'jul.', |
|
| 202 | - 'date_mois_8' => 'agosto', |
|
| 203 | - 'date_mois_8_abbr' => 'ago.', |
|
| 204 | - 'date_mois_9' => 'setembro', |
|
| 205 | - 'date_mois_9_abbr' => 'set.', |
|
| 206 | - 'date_saison_1' => 'inverno', |
|
| 207 | - 'date_saison_2' => 'primavera', |
|
| 208 | - 'date_saison_3' => 'verão', |
|
| 209 | - 'date_saison_4' => 'outono', |
|
| 210 | - 'date_secondes' => 'segundos', |
|
| 211 | - 'date_semaines' => 'semanas', |
|
| 212 | - 'date_un_mois' => 'mês', |
|
| 213 | - 'date_une_heure' => 'hora', |
|
| 214 | - 'date_une_minute' => 'minuto', |
|
| 215 | - 'date_une_seconde' => 'segundo', |
|
| 216 | - 'date_une_semaine' => 'semana', |
|
| 217 | - 'dirs_commencer' => 'Para começar realmente a instalação', |
|
| 218 | - 'dirs_preliminaire' => 'Preliminar: <b>Configurar os direitos de acesso</b>', |
|
| 219 | - 'dirs_probleme_droits' => 'Problema com as permissões de acesso', |
|
| 220 | - 'dirs_repertoires_absents' => '<p><b>Os diretórios a seguir não foram encontrados:</b></p><ul>@bad_dirs@.</ul> |
|
| 91 | + // D |
|
| 92 | + 'date_aujourdhui' => 'hoje', |
|
| 93 | + 'date_avant_jc' => 'a.C.', |
|
| 94 | + 'date_dans' => 'entre @delai@', |
|
| 95 | + 'date_de_mois_1' => '@j@ de @nommois@', |
|
| 96 | + 'date_de_mois_10' => '@j@ de @nommois@', |
|
| 97 | + 'date_de_mois_11' => '@j@ de @nommois@', |
|
| 98 | + 'date_de_mois_12' => '@j@ de @nommois@', |
|
| 99 | + 'date_de_mois_2' => '@j@ de @nommois@', |
|
| 100 | + 'date_de_mois_3' => '@j@ de @nommois@', |
|
| 101 | + 'date_de_mois_4' => '@j@ de @nommois@', |
|
| 102 | + 'date_de_mois_5' => '@j@ de @nommois@', |
|
| 103 | + 'date_de_mois_6' => '@j@ de @nommois@', |
|
| 104 | + 'date_de_mois_7' => '@j@ de @nommois@', |
|
| 105 | + 'date_de_mois_8' => '@j@ de @nommois@', |
|
| 106 | + 'date_de_mois_9' => '@j@ de @nommois@', |
|
| 107 | + 'date_demain' => 'amanhã', |
|
| 108 | + 'date_fmt_heures_minutes' => '@h@h@m@min', |
|
| 109 | + 'date_fmt_heures_minutes_court' => '@h@h@m@', |
|
| 110 | + 'date_fmt_jour' => '@nomjour@ @jour@', |
|
| 111 | + 'date_fmt_jour_heure' => '@jour@ - @heure@', |
|
| 112 | + 'date_fmt_jour_heure_debut_fin' => 'dia @jour@ de @heure_debut@ a @heure_fin@', |
|
| 113 | + 'date_fmt_jour_heure_debut_fin_abbr' => 'dia @dtstart@@jour@ de @heure_debut@@dtabbr@ a @dtstart@@heure_fin@@dtend@', |
|
| 114 | + 'date_fmt_jour_mois' => '@jour@ de @nommois@', |
|
| 115 | + 'date_fmt_jour_mois_annee' => '@jour@ de @nommois@ de @annee@', |
|
| 116 | + 'date_fmt_mois_annee' => '@nommois@ de @annee@', |
|
| 117 | + 'date_fmt_nomjour' => '@nomjour@ @date@', |
|
| 118 | + 'date_fmt_nomjour_date' => '@nomjour@ de @date@', |
|
| 119 | + 'date_fmt_periode' => 'De @date_debut@ a @date_fin@', |
|
| 120 | + 'date_fmt_periode_abbr' => 'De @dtart@@date_debut@@dtabbr@ a @dtend@@date_fin@@dtabbr@', |
|
| 121 | + 'date_fmt_periode_from' => 'De', |
|
| 122 | + 'date_fmt_periode_to' => 'para', |
|
| 123 | + 'date_fmt_saison_annee' => '@saison@ @annee@', |
|
| 124 | + 'date_heures' => 'horas', |
|
| 125 | + 'date_hier' => 'ontem', |
|
| 126 | + 'date_il_y_a' => 'à @delai@', |
|
| 127 | + 'date_jnum1' => '1º', |
|
| 128 | + 'date_jnum10' => '10', |
|
| 129 | + 'date_jnum11' => '11', |
|
| 130 | + 'date_jnum12' => '12', |
|
| 131 | + 'date_jnum13' => '13', |
|
| 132 | + 'date_jnum14' => '14', |
|
| 133 | + 'date_jnum15' => '15', |
|
| 134 | + 'date_jnum16' => '16', |
|
| 135 | + 'date_jnum17' => '17', |
|
| 136 | + 'date_jnum18' => '18', |
|
| 137 | + 'date_jnum19' => '19', |
|
| 138 | + 'date_jnum2' => '2', |
|
| 139 | + 'date_jnum20' => '20', |
|
| 140 | + 'date_jnum21' => '21', |
|
| 141 | + 'date_jnum22' => '22', |
|
| 142 | + 'date_jnum23' => '23', |
|
| 143 | + 'date_jnum24' => '24', |
|
| 144 | + 'date_jnum25' => '25', |
|
| 145 | + 'date_jnum26' => '26', |
|
| 146 | + 'date_jnum27' => '27', |
|
| 147 | + 'date_jnum28' => '28', |
|
| 148 | + 'date_jnum29' => '29', |
|
| 149 | + 'date_jnum3' => '3', |
|
| 150 | + 'date_jnum30' => '30', |
|
| 151 | + 'date_jnum31' => '31', |
|
| 152 | + 'date_jnum4' => '4', |
|
| 153 | + 'date_jnum5' => '5', |
|
| 154 | + 'date_jnum6' => '6', |
|
| 155 | + 'date_jnum7' => '7', |
|
| 156 | + 'date_jnum8' => '8', |
|
| 157 | + 'date_jnum9' => '9', |
|
| 158 | + 'date_jour_1' => 'domingo', |
|
| 159 | + 'date_jour_1_abbr' => 'dom.', |
|
| 160 | + 'date_jour_1_initiale' => 'd.', |
|
| 161 | + 'date_jour_2' => 'segunda-feira', |
|
| 162 | + 'date_jour_2_abbr' => 'seg.', |
|
| 163 | + 'date_jour_2_initiale' => 's.', |
|
| 164 | + 'date_jour_3' => 'terça-feira', |
|
| 165 | + 'date_jour_3_abbr' => 'ter.', |
|
| 166 | + 'date_jour_3_initiale' => 't.', |
|
| 167 | + 'date_jour_4' => 'quarta-feira', |
|
| 168 | + 'date_jour_4_abbr' => 'quar.', |
|
| 169 | + 'date_jour_4_initiale' => 'q.', |
|
| 170 | + 'date_jour_5' => 'quinta-feira', |
|
| 171 | + 'date_jour_5_abbr' => 'quin.', |
|
| 172 | + 'date_jour_5_initiale' => 'q.', |
|
| 173 | + 'date_jour_6' => 'sexta-feira', |
|
| 174 | + 'date_jour_6_abbr' => 'sex.', |
|
| 175 | + 'date_jour_6_initiale' => 's.', |
|
| 176 | + 'date_jour_7' => 'sábado', |
|
| 177 | + 'date_jour_7_abbr' => 'sáb.', |
|
| 178 | + 'date_jour_7_initiale' => 's.', |
|
| 179 | + 'date_jours' => 'dias', |
|
| 180 | + 'date_minutes' => 'minutos', |
|
| 181 | + 'date_mois' => 'meses', |
|
| 182 | + 'date_mois_1' => 'janeiro', |
|
| 183 | + 'date_mois_10' => 'outubro', |
|
| 184 | + 'date_mois_10_abbr' => 'out.', |
|
| 185 | + 'date_mois_11' => 'novembro', |
|
| 186 | + 'date_mois_11_abbr' => 'nov.', |
|
| 187 | + 'date_mois_12' => 'dezembro', |
|
| 188 | + 'date_mois_12_abbr' => 'dez.', |
|
| 189 | + 'date_mois_1_abbr' => 'jan.', |
|
| 190 | + 'date_mois_2' => 'fevereiro', |
|
| 191 | + 'date_mois_2_abbr' => 'fev.', |
|
| 192 | + 'date_mois_3' => 'março', |
|
| 193 | + 'date_mois_3_abbr' => 'mar.', |
|
| 194 | + 'date_mois_4' => 'abril', |
|
| 195 | + 'date_mois_4_abbr' => 'abr.', |
|
| 196 | + 'date_mois_5' => 'maio', |
|
| 197 | + 'date_mois_5_abbr' => 'mai.', |
|
| 198 | + 'date_mois_6' => 'junho', |
|
| 199 | + 'date_mois_6_abbr' => 'jun.', |
|
| 200 | + 'date_mois_7' => 'julho', |
|
| 201 | + 'date_mois_7_abbr' => 'jul.', |
|
| 202 | + 'date_mois_8' => 'agosto', |
|
| 203 | + 'date_mois_8_abbr' => 'ago.', |
|
| 204 | + 'date_mois_9' => 'setembro', |
|
| 205 | + 'date_mois_9_abbr' => 'set.', |
|
| 206 | + 'date_saison_1' => 'inverno', |
|
| 207 | + 'date_saison_2' => 'primavera', |
|
| 208 | + 'date_saison_3' => 'verão', |
|
| 209 | + 'date_saison_4' => 'outono', |
|
| 210 | + 'date_secondes' => 'segundos', |
|
| 211 | + 'date_semaines' => 'semanas', |
|
| 212 | + 'date_un_mois' => 'mês', |
|
| 213 | + 'date_une_heure' => 'hora', |
|
| 214 | + 'date_une_minute' => 'minuto', |
|
| 215 | + 'date_une_seconde' => 'segundo', |
|
| 216 | + 'date_une_semaine' => 'semana', |
|
| 217 | + 'dirs_commencer' => 'Para começar realmente a instalação', |
|
| 218 | + 'dirs_preliminaire' => 'Preliminar: <b>Configurar os direitos de acesso</b>', |
|
| 219 | + 'dirs_probleme_droits' => 'Problema com as permissões de acesso', |
|
| 220 | + 'dirs_repertoires_absents' => '<p><b>Os diretórios a seguir não foram encontrados:</b></p><ul>@bad_dirs@.</ul> |
|
| 221 | 221 | <p>É provável que isto se deva a um problema de letras em maiúsculas e minúsculas. |
| 222 | 222 | Verifique se as maiúsculas e minúsuculas destes diretórios coincidem exatamente com o que está sendo exibido abaixo; se este não for o caso, renomeie os diretórios com o seu programa de FTP de modo a corrigir o erro. |
| 223 | 223 | <p>Uma vêz feita esta manipulação, você poderá ', |
| 224 | - 'dirs_repertoires_suivants' => '<p><b>Os diretórios a seguir não estão acessiveis para leitura:</b></p><ul>@bad_dirs@.</ul> |
|
| 224 | + 'dirs_repertoires_suivants' => '<p><b>Os diretórios a seguir não estão acessiveis para leitura:</b></p><ul>@bad_dirs@.</ul> |
|
| 225 | 225 | <p>Para corrigir, utilize o seu programa de FTP para configurar os direitos de acesso de cada um destes diretórios. O procedimento está explicado em detalhes no guia de instalação.</p> |
| 226 | 226 | <p>Uma vêz feita esta alteração, você poderá ', |
| 227 | - 'double_occurrence' => 'Ocorrência dupla de @balise@', |
|
| 227 | + 'double_occurrence' => 'Ocorrência dupla de @balise@', |
|
| 228 | 228 | |
| 229 | - // E |
|
| 230 | - 'en_cours' => 'em curso', |
|
| 231 | - 'envoi_via_le_site' => 'Envio pelo site', |
|
| 232 | - 'erreur' => 'Erro', |
|
| 233 | - 'erreur_balise_non_fermee' => 'Última tag em aberto:', |
|
| 234 | - 'erreur_technique_ajaxform' => 'Ooops. Um erro inesperado impediu o envio do formulário. Você pode tentar novamente.', |
|
| 235 | - 'erreur_technique_enregistrement_champs' => 'Um erro técnico impediu a gravação correta do campo @champs@.', |
|
| 236 | - 'erreur_technique_enregistrement_impossible' => 'Um erro técnico impediu a gravação.', |
|
| 237 | - 'erreur_texte' => 'erro(s)', |
|
| 238 | - 'etape' => 'Etapa', |
|
| 229 | + // E |
|
| 230 | + 'en_cours' => 'em curso', |
|
| 231 | + 'envoi_via_le_site' => 'Envio pelo site', |
|
| 232 | + 'erreur' => 'Erro', |
|
| 233 | + 'erreur_balise_non_fermee' => 'Última tag em aberto:', |
|
| 234 | + 'erreur_technique_ajaxform' => 'Ooops. Um erro inesperado impediu o envio do formulário. Você pode tentar novamente.', |
|
| 235 | + 'erreur_technique_enregistrement_champs' => 'Um erro técnico impediu a gravação correta do campo @champs@.', |
|
| 236 | + 'erreur_technique_enregistrement_impossible' => 'Um erro técnico impediu a gravação.', |
|
| 237 | + 'erreur_texte' => 'erro(s)', |
|
| 238 | + 'etape' => 'Etapa', |
|
| 239 | 239 | |
| 240 | - // F |
|
| 241 | - 'fichier_introuvable' => 'Arquivo @fichier@ não encontrado', |
|
| 242 | - 'form_auteur_confirmation' => 'Confirme o seu endereço de e-mail', |
|
| 243 | - 'form_auteur_email_modifie' => 'O seu endereço de e-mail foi alterado.', |
|
| 244 | - 'form_auteur_envoi_mail_confirmation' => 'Uma mensagem de confirmação acabou de ser enviada para @email@. Você precisa entrar no endereço web mencionado na mensagem para validar o seu endereço de e-mail.', |
|
| 245 | - 'form_auteur_mail_confirmation' => 'Olá, |
|
| 240 | + // F |
|
| 241 | + 'fichier_introuvable' => 'Arquivo @fichier@ não encontrado', |
|
| 242 | + 'form_auteur_confirmation' => 'Confirme o seu endereço de e-mail', |
|
| 243 | + 'form_auteur_email_modifie' => 'O seu endereço de e-mail foi alterado.', |
|
| 244 | + 'form_auteur_envoi_mail_confirmation' => 'Uma mensagem de confirmação acabou de ser enviada para @email@. Você precisa entrar no endereço web mencionado na mensagem para validar o seu endereço de e-mail.', |
|
| 245 | + 'form_auteur_mail_confirmation' => 'Olá, |
|
| 246 | 246 | |
| 247 | 247 | Você pediu para alterar o seu endereço de e-mail |
| 248 | 248 | Para confirmar o seu novo endereço, basta acessar o endereço abaixo (cas contrário, a sua solicitação será ignorada): |
| 249 | 249 | |
| 250 | 250 | @url@ |
| 251 | 251 | ', |
| 252 | - 'form_deja_inscrit' => 'Você já está inscrito.', |
|
| 253 | - 'form_email_non_valide' => 'Seu endereço de e-mail não é válido.', |
|
| 254 | - 'form_forum_access_refuse' => 'Você não tem mais acesso a este site.', |
|
| 255 | - 'form_forum_bonjour' => 'Bom dia @nom@,', |
|
| 256 | - 'form_forum_confirmer_email' => 'Para confirmar o seu endereço de e-mail, clique neste link: @url_confirm@', |
|
| 257 | - 'form_forum_email_deja_enregistre' => 'Este endereço de e-mail já está cadastrado, você pode usar a sua senha habitual.', |
|
| 258 | - 'form_forum_identifiant_mail' => 'Seu novo login foi enviado por e-mail.', |
|
| 259 | - 'form_forum_identifiants' => 'Identificadores pessoais', |
|
| 260 | - 'form_forum_indiquer_nom_email' => 'Informe aqui o seu nome endereço de e-mail. O seu identificador pessoal será enviado de imediato por correio eletrônico.', |
|
| 261 | - 'form_forum_login' => 'login:', |
|
| 262 | - 'form_forum_message_auto' => '(esta é uma mensagem automática)', |
|
| 263 | - 'form_forum_pass' => 'senha:', |
|
| 264 | - 'form_forum_probleme_mail' => 'Problema de e-mail: o identificador não pôde ser enviado.', |
|
| 265 | - 'form_forum_voici1' => 'Estes são os seus identificadores para que você possa participar da vida do site "@nom_site_spip@" (@adresse_site@):', |
|
| 266 | - 'form_forum_voici2' => 'Estes são os seus identificadores para que você possa propor matérias ao site "@nom_site_spip@" (@adresse_login@):', |
|
| 267 | - 'form_indiquer_email' => 'Por favor, informe o seu endereço de e-mail.', |
|
| 268 | - 'form_indiquer_nom' => 'Por favor, informe o seu nome.', |
|
| 269 | - 'form_indiquer_nom_site' => 'Por favor, informe o nome do seu site.', |
|
| 270 | - 'form_pet_deja_enregistre' => 'Este site já está cadastrado', |
|
| 271 | - 'form_pet_signature_pasprise' => 'Sua assinatura não foi computada.', |
|
| 272 | - 'form_prop_confirmer_envoi' => 'Confirmar o envio', |
|
| 273 | - 'form_prop_description' => 'Descrição / comentário', |
|
| 274 | - 'form_prop_enregistre' => 'Sua proposta foi cadastrada, ela aparecerá online após ser validada pelos responsáveis deste site.', |
|
| 275 | - 'form_prop_envoyer' => 'Enviar uma mensagem', |
|
| 276 | - 'form_prop_indiquer_email' => 'Por favor, indique um endereço de e-mail válido', |
|
| 277 | - 'form_prop_indiquer_nom_site' => 'Por favor, informe o nome do site.', |
|
| 278 | - 'form_prop_indiquer_sujet' => 'Por favor, informe um assunto', |
|
| 279 | - 'form_prop_message_envoye' => 'Mensagem enviada', |
|
| 280 | - 'form_prop_non_enregistre' => 'Sua proposta não foi cadastrada.', |
|
| 281 | - 'form_prop_sujet' => 'Assunto', |
|
| 282 | - 'form_prop_url_site' => 'Endereço URL do site', |
|
| 283 | - 'format_date_attendu' => 'Inserir uma data no formato dd/mm/aaaa.', |
|
| 284 | - 'format_date_incorrecte' => 'A data e o seu formato está incorreta', |
|
| 285 | - 'format_heure_attendu' => 'Inserir uma hora no formato hh:mm.', |
|
| 286 | - 'format_heure_incorrecte' => 'A hora e o seu formato está incorreta', |
|
| 287 | - 'forum_non_inscrit' => 'Você não está inscrito, ou o endereço ou a senha estão errados.', |
|
| 288 | - 'forum_par_auteur' => 'por @auteur@', |
|
| 289 | - 'forum_titre_erreur' => 'Erro...', |
|
| 252 | + 'form_deja_inscrit' => 'Você já está inscrito.', |
|
| 253 | + 'form_email_non_valide' => 'Seu endereço de e-mail não é válido.', |
|
| 254 | + 'form_forum_access_refuse' => 'Você não tem mais acesso a este site.', |
|
| 255 | + 'form_forum_bonjour' => 'Bom dia @nom@,', |
|
| 256 | + 'form_forum_confirmer_email' => 'Para confirmar o seu endereço de e-mail, clique neste link: @url_confirm@', |
|
| 257 | + 'form_forum_email_deja_enregistre' => 'Este endereço de e-mail já está cadastrado, você pode usar a sua senha habitual.', |
|
| 258 | + 'form_forum_identifiant_mail' => 'Seu novo login foi enviado por e-mail.', |
|
| 259 | + 'form_forum_identifiants' => 'Identificadores pessoais', |
|
| 260 | + 'form_forum_indiquer_nom_email' => 'Informe aqui o seu nome endereço de e-mail. O seu identificador pessoal será enviado de imediato por correio eletrônico.', |
|
| 261 | + 'form_forum_login' => 'login:', |
|
| 262 | + 'form_forum_message_auto' => '(esta é uma mensagem automática)', |
|
| 263 | + 'form_forum_pass' => 'senha:', |
|
| 264 | + 'form_forum_probleme_mail' => 'Problema de e-mail: o identificador não pôde ser enviado.', |
|
| 265 | + 'form_forum_voici1' => 'Estes são os seus identificadores para que você possa participar da vida do site "@nom_site_spip@" (@adresse_site@):', |
|
| 266 | + 'form_forum_voici2' => 'Estes são os seus identificadores para que você possa propor matérias ao site "@nom_site_spip@" (@adresse_login@):', |
|
| 267 | + 'form_indiquer_email' => 'Por favor, informe o seu endereço de e-mail.', |
|
| 268 | + 'form_indiquer_nom' => 'Por favor, informe o seu nome.', |
|
| 269 | + 'form_indiquer_nom_site' => 'Por favor, informe o nome do seu site.', |
|
| 270 | + 'form_pet_deja_enregistre' => 'Este site já está cadastrado', |
|
| 271 | + 'form_pet_signature_pasprise' => 'Sua assinatura não foi computada.', |
|
| 272 | + 'form_prop_confirmer_envoi' => 'Confirmar o envio', |
|
| 273 | + 'form_prop_description' => 'Descrição / comentário', |
|
| 274 | + 'form_prop_enregistre' => 'Sua proposta foi cadastrada, ela aparecerá online após ser validada pelos responsáveis deste site.', |
|
| 275 | + 'form_prop_envoyer' => 'Enviar uma mensagem', |
|
| 276 | + 'form_prop_indiquer_email' => 'Por favor, indique um endereço de e-mail válido', |
|
| 277 | + 'form_prop_indiquer_nom_site' => 'Por favor, informe o nome do site.', |
|
| 278 | + 'form_prop_indiquer_sujet' => 'Por favor, informe um assunto', |
|
| 279 | + 'form_prop_message_envoye' => 'Mensagem enviada', |
|
| 280 | + 'form_prop_non_enregistre' => 'Sua proposta não foi cadastrada.', |
|
| 281 | + 'form_prop_sujet' => 'Assunto', |
|
| 282 | + 'form_prop_url_site' => 'Endereço URL do site', |
|
| 283 | + 'format_date_attendu' => 'Inserir uma data no formato dd/mm/aaaa.', |
|
| 284 | + 'format_date_incorrecte' => 'A data e o seu formato está incorreta', |
|
| 285 | + 'format_heure_attendu' => 'Inserir uma hora no formato hh:mm.', |
|
| 286 | + 'format_heure_incorrecte' => 'A hora e o seu formato está incorreta', |
|
| 287 | + 'forum_non_inscrit' => 'Você não está inscrito, ou o endereço ou a senha estão errados.', |
|
| 288 | + 'forum_par_auteur' => 'por @auteur@', |
|
| 289 | + 'forum_titre_erreur' => 'Erro...', |
|
| 290 | 290 | |
| 291 | - // I |
|
| 292 | - 'ical_texte_rss_articles' => 'O arquivo «backend» das matérias deste site encontra-se no endereço:', |
|
| 293 | - 'ical_texte_rss_articles2' => 'Você pode também obter os arquivos «backend» para as matérias de cada seção do site:', |
|
| 294 | - 'ical_texte_rss_breves' => 'Existe também um arquivo contendo as notas do site. Ao especificar um número de seção, você obterá unicamente as natos dessa seção.', |
|
| 295 | - 'icone_a_suivre' => 'Acompanhar', |
|
| 296 | - 'icone_admin_site' => 'Administração do site', |
|
| 297 | - 'icone_agenda' => 'Agenda', |
|
| 298 | - 'icone_aide_ligne' => 'Ajuda', |
|
| 299 | - 'icone_articles' => 'Matérias', |
|
| 300 | - 'icone_auteurs' => 'Autores', |
|
| 301 | - 'icone_brouteur' => 'Navegação rápida', |
|
| 302 | - 'icone_configuration_site' => 'Configuração', |
|
| 303 | - 'icone_configurer_site' => 'Configurar o seu site', |
|
| 304 | - 'icone_creer_nouvel_auteur' => 'Criar um novo autor', |
|
| 305 | - 'icone_creer_rubrique' => 'Criar uma seção', |
|
| 306 | - 'icone_creer_sous_rubrique' => 'Criar uma subseção', |
|
| 307 | - 'icone_deconnecter' => 'Desconectar-se', |
|
| 308 | - 'icone_discussions' => 'Discussões', |
|
| 309 | - 'icone_doc_rubrique' => 'Documentos das seções', |
|
| 310 | - 'icone_ecrire_article' => 'Escrever uma nova matéria', |
|
| 311 | - 'icone_edition_site' => 'Edição', |
|
| 312 | - 'icone_gestion_langues' => 'Gerenciamento de idiomas', |
|
| 313 | - 'icone_informations_personnelles' => 'Informações pessoais', |
|
| 314 | - 'icone_interface_complet' => 'interface completa', |
|
| 315 | - 'icone_interface_simple' => 'Interface simplificada', |
|
| 316 | - 'icone_maintenance_site' => 'Manutenção do site', |
|
| 317 | - 'icone_messagerie_personnelle' => 'Mensagens pessoais', |
|
| 318 | - 'icone_repartition_debut' => 'Exibir a repartição após o início', |
|
| 319 | - 'icone_rubriques' => 'Seções', |
|
| 320 | - 'icone_sauver_site' => 'Backup do site', |
|
| 321 | - 'icone_site_entier' => 'Todo o site', |
|
| 322 | - 'icone_sites_references' => 'Sites referenciados', |
|
| 323 | - 'icone_statistiques' => 'Estatísticas do site', |
|
| 324 | - 'icone_suivi_activite' => 'Acompanhar a vida do site', |
|
| 325 | - 'icone_suivi_actualite' => 'Evolução do site', |
|
| 326 | - 'icone_suivi_pettions' => 'Acompanhar / gerenciar as petições', |
|
| 327 | - 'icone_suivi_revisions' => 'Modificações das matérias', |
|
| 328 | - 'icone_supprimer_document' => 'Suprimir este documento', |
|
| 329 | - 'icone_supprimer_image' => 'Suprimir esta imagem', |
|
| 330 | - 'icone_tous_articles' => 'Todas as suas matérias', |
|
| 331 | - 'icone_tous_auteur' => 'Todos os autores', |
|
| 332 | - 'icone_tous_visiteur' => 'Todos os visitantes', |
|
| 333 | - 'icone_visiter_site' => 'Ver o site público', |
|
| 334 | - 'icone_voir_en_ligne' => 'Ver online', |
|
| 335 | - 'img_indisponible' => 'imagem indisponível', |
|
| 336 | - 'impossible' => 'impossível', |
|
| 337 | - 'info_a_suivre' => 'ACOMPANHAR»', |
|
| 338 | - 'info_acces_interdit' => 'Acesso interdito', |
|
| 339 | - 'info_acces_refuse' => 'Acesso recusado', |
|
| 340 | - 'info_action' => 'Ação: @action@', |
|
| 341 | - 'info_administrer_rubriques' => 'Você pode administrar esta seção e suas subseções', |
|
| 342 | - 'info_adresse_non_indiquee' => 'Você não informou o endereço a testar!', |
|
| 343 | - 'info_aide' => 'AJUDA:', |
|
| 344 | - 'info_ajouter_mot' => 'Incluir esta palavra', |
|
| 345 | - 'info_annonce' => 'AVISO', |
|
| 346 | - 'info_annonces_generales' => 'Avisos gerais:', |
|
| 347 | - 'info_article_propose' => 'Matéria proposta', |
|
| 348 | - 'info_article_publie' => 'Matéria publicada', |
|
| 349 | - 'info_article_redaction' => 'Matéria em fase de redação', |
|
| 350 | - 'info_article_refuse' => 'Matéria recusada', |
|
| 351 | - 'info_article_supprime' => 'Matéria suprimida', |
|
| 352 | - 'info_articles' => 'Matérias', |
|
| 353 | - 'info_articles_a_valider' => 'As matérias para validar', |
|
| 354 | - 'info_articles_nb' => '@nb@ matérias', |
|
| 355 | - 'info_articles_proposes' => 'Matérias propostas', |
|
| 356 | - 'info_articles_un' => '1 matéria', |
|
| 357 | - 'info_auteurs_nombre' => 'autor(es):', |
|
| 358 | - 'info_authentification_ftp' => 'Autenticação (por FTP).', |
|
| 359 | - 'info_breves_2' => 'notas', |
|
| 360 | - 'info_breves_nb' => '@nb@ notas', |
|
| 361 | - 'info_breves_un' => '1 nota', |
|
| 362 | - 'info_connexion_refusee' => 'Conexão recusada', |
|
| 363 | - 'info_contact_developpeur' => 'Por favor, contate um desenvolvedor.', |
|
| 364 | - 'info_contenance' => 'Este site contém:', |
|
| 365 | - 'info_contribution' => 'contribuições', |
|
| 366 | - 'info_copyright' => '@spip@ é um software livre distribuído @lien_gpl@.', |
|
| 367 | - 'info_copyright_doc' => 'Para mais informações, veja o site <a href="@spipnet@">@spipnet_affiche@</a>.', |
|
| 368 | - 'info_copyright_gpl' => 'sob licença GPL', |
|
| 369 | - 'info_cours_edition' => 'Em edição', |
|
| 370 | - 'info_creer_repertoire' => 'Por favor, crie um arquivo ou diretório com o nome:', |
|
| 371 | - 'info_creer_repertoire_2' => 'dentro do subdiretório <b>@repertoire@</b>, e depois:', |
|
| 372 | - 'info_creer_vignette' => 'criação automática do ícone', |
|
| 373 | - 'info_creerdansrubrique_non_autorise' => 'Você não tem permissão para criar um conteúdo nesta seção', |
|
| 374 | - 'info_deplier' => 'Expandir', |
|
| 375 | - 'info_descriptif_nombre' => 'descrição(ões):', |
|
| 376 | - 'info_description' => 'Resumo:', |
|
| 377 | - 'info_description_2' => 'Resumo:', |
|
| 378 | - 'info_dimension' => 'Dimensões:', |
|
| 379 | - 'info_documents_nb' => '@nb@ documentos', |
|
| 380 | - 'info_documents_un' => '1 documento', |
|
| 381 | - 'info_ecire_message_prive' => 'Escrever uma mensagem privada', |
|
| 382 | - 'info_email_invalide' => 'Endereço de e-mail inválido.', |
|
| 383 | - 'info_en_cours_validation' => 'Suas matérias em fase de redação', |
|
| 384 | - 'info_en_ligne' => 'Atualmente online:', |
|
| 385 | - 'info_envoyer_message_prive' => 'Enviar uma mensagem privada a este autor', |
|
| 386 | - 'info_erreur_requete' => 'Erro na requisição:', |
|
| 387 | - 'info_erreur_squelette2' => 'Nenhum template <b>@fichier@</b> está disponível...', |
|
| 388 | - 'info_erreur_systeme' => 'Erro do sistema (errno @errsys@)', |
|
| 389 | - 'info_erreur_systeme2' => 'É possível que não haja espaço livre em disco, ou que a base de dados esteja corrompida.<br /> |
|
| 291 | + // I |
|
| 292 | + 'ical_texte_rss_articles' => 'O arquivo «backend» das matérias deste site encontra-se no endereço:', |
|
| 293 | + 'ical_texte_rss_articles2' => 'Você pode também obter os arquivos «backend» para as matérias de cada seção do site:', |
|
| 294 | + 'ical_texte_rss_breves' => 'Existe também um arquivo contendo as notas do site. Ao especificar um número de seção, você obterá unicamente as natos dessa seção.', |
|
| 295 | + 'icone_a_suivre' => 'Acompanhar', |
|
| 296 | + 'icone_admin_site' => 'Administração do site', |
|
| 297 | + 'icone_agenda' => 'Agenda', |
|
| 298 | + 'icone_aide_ligne' => 'Ajuda', |
|
| 299 | + 'icone_articles' => 'Matérias', |
|
| 300 | + 'icone_auteurs' => 'Autores', |
|
| 301 | + 'icone_brouteur' => 'Navegação rápida', |
|
| 302 | + 'icone_configuration_site' => 'Configuração', |
|
| 303 | + 'icone_configurer_site' => 'Configurar o seu site', |
|
| 304 | + 'icone_creer_nouvel_auteur' => 'Criar um novo autor', |
|
| 305 | + 'icone_creer_rubrique' => 'Criar uma seção', |
|
| 306 | + 'icone_creer_sous_rubrique' => 'Criar uma subseção', |
|
| 307 | + 'icone_deconnecter' => 'Desconectar-se', |
|
| 308 | + 'icone_discussions' => 'Discussões', |
|
| 309 | + 'icone_doc_rubrique' => 'Documentos das seções', |
|
| 310 | + 'icone_ecrire_article' => 'Escrever uma nova matéria', |
|
| 311 | + 'icone_edition_site' => 'Edição', |
|
| 312 | + 'icone_gestion_langues' => 'Gerenciamento de idiomas', |
|
| 313 | + 'icone_informations_personnelles' => 'Informações pessoais', |
|
| 314 | + 'icone_interface_complet' => 'interface completa', |
|
| 315 | + 'icone_interface_simple' => 'Interface simplificada', |
|
| 316 | + 'icone_maintenance_site' => 'Manutenção do site', |
|
| 317 | + 'icone_messagerie_personnelle' => 'Mensagens pessoais', |
|
| 318 | + 'icone_repartition_debut' => 'Exibir a repartição após o início', |
|
| 319 | + 'icone_rubriques' => 'Seções', |
|
| 320 | + 'icone_sauver_site' => 'Backup do site', |
|
| 321 | + 'icone_site_entier' => 'Todo o site', |
|
| 322 | + 'icone_sites_references' => 'Sites referenciados', |
|
| 323 | + 'icone_statistiques' => 'Estatísticas do site', |
|
| 324 | + 'icone_suivi_activite' => 'Acompanhar a vida do site', |
|
| 325 | + 'icone_suivi_actualite' => 'Evolução do site', |
|
| 326 | + 'icone_suivi_pettions' => 'Acompanhar / gerenciar as petições', |
|
| 327 | + 'icone_suivi_revisions' => 'Modificações das matérias', |
|
| 328 | + 'icone_supprimer_document' => 'Suprimir este documento', |
|
| 329 | + 'icone_supprimer_image' => 'Suprimir esta imagem', |
|
| 330 | + 'icone_tous_articles' => 'Todas as suas matérias', |
|
| 331 | + 'icone_tous_auteur' => 'Todos os autores', |
|
| 332 | + 'icone_tous_visiteur' => 'Todos os visitantes', |
|
| 333 | + 'icone_visiter_site' => 'Ver o site público', |
|
| 334 | + 'icone_voir_en_ligne' => 'Ver online', |
|
| 335 | + 'img_indisponible' => 'imagem indisponível', |
|
| 336 | + 'impossible' => 'impossível', |
|
| 337 | + 'info_a_suivre' => 'ACOMPANHAR»', |
|
| 338 | + 'info_acces_interdit' => 'Acesso interdito', |
|
| 339 | + 'info_acces_refuse' => 'Acesso recusado', |
|
| 340 | + 'info_action' => 'Ação: @action@', |
|
| 341 | + 'info_administrer_rubriques' => 'Você pode administrar esta seção e suas subseções', |
|
| 342 | + 'info_adresse_non_indiquee' => 'Você não informou o endereço a testar!', |
|
| 343 | + 'info_aide' => 'AJUDA:', |
|
| 344 | + 'info_ajouter_mot' => 'Incluir esta palavra', |
|
| 345 | + 'info_annonce' => 'AVISO', |
|
| 346 | + 'info_annonces_generales' => 'Avisos gerais:', |
|
| 347 | + 'info_article_propose' => 'Matéria proposta', |
|
| 348 | + 'info_article_publie' => 'Matéria publicada', |
|
| 349 | + 'info_article_redaction' => 'Matéria em fase de redação', |
|
| 350 | + 'info_article_refuse' => 'Matéria recusada', |
|
| 351 | + 'info_article_supprime' => 'Matéria suprimida', |
|
| 352 | + 'info_articles' => 'Matérias', |
|
| 353 | + 'info_articles_a_valider' => 'As matérias para validar', |
|
| 354 | + 'info_articles_nb' => '@nb@ matérias', |
|
| 355 | + 'info_articles_proposes' => 'Matérias propostas', |
|
| 356 | + 'info_articles_un' => '1 matéria', |
|
| 357 | + 'info_auteurs_nombre' => 'autor(es):', |
|
| 358 | + 'info_authentification_ftp' => 'Autenticação (por FTP).', |
|
| 359 | + 'info_breves_2' => 'notas', |
|
| 360 | + 'info_breves_nb' => '@nb@ notas', |
|
| 361 | + 'info_breves_un' => '1 nota', |
|
| 362 | + 'info_connexion_refusee' => 'Conexão recusada', |
|
| 363 | + 'info_contact_developpeur' => 'Por favor, contate um desenvolvedor.', |
|
| 364 | + 'info_contenance' => 'Este site contém:', |
|
| 365 | + 'info_contribution' => 'contribuições', |
|
| 366 | + 'info_copyright' => '@spip@ é um software livre distribuído @lien_gpl@.', |
|
| 367 | + 'info_copyright_doc' => 'Para mais informações, veja o site <a href="@spipnet@">@spipnet_affiche@</a>.', |
|
| 368 | + 'info_copyright_gpl' => 'sob licença GPL', |
|
| 369 | + 'info_cours_edition' => 'Em edição', |
|
| 370 | + 'info_creer_repertoire' => 'Por favor, crie um arquivo ou diretório com o nome:', |
|
| 371 | + 'info_creer_repertoire_2' => 'dentro do subdiretório <b>@repertoire@</b>, e depois:', |
|
| 372 | + 'info_creer_vignette' => 'criação automática do ícone', |
|
| 373 | + 'info_creerdansrubrique_non_autorise' => 'Você não tem permissão para criar um conteúdo nesta seção', |
|
| 374 | + 'info_deplier' => 'Expandir', |
|
| 375 | + 'info_descriptif_nombre' => 'descrição(ões):', |
|
| 376 | + 'info_description' => 'Resumo:', |
|
| 377 | + 'info_description_2' => 'Resumo:', |
|
| 378 | + 'info_dimension' => 'Dimensões:', |
|
| 379 | + 'info_documents_nb' => '@nb@ documentos', |
|
| 380 | + 'info_documents_un' => '1 documento', |
|
| 381 | + 'info_ecire_message_prive' => 'Escrever uma mensagem privada', |
|
| 382 | + 'info_email_invalide' => 'Endereço de e-mail inválido.', |
|
| 383 | + 'info_en_cours_validation' => 'Suas matérias em fase de redação', |
|
| 384 | + 'info_en_ligne' => 'Atualmente online:', |
|
| 385 | + 'info_envoyer_message_prive' => 'Enviar uma mensagem privada a este autor', |
|
| 386 | + 'info_erreur_requete' => 'Erro na requisição:', |
|
| 387 | + 'info_erreur_squelette2' => 'Nenhum template <b>@fichier@</b> está disponível...', |
|
| 388 | + 'info_erreur_systeme' => 'Erro do sistema (errno @errsys@)', |
|
| 389 | + 'info_erreur_systeme2' => 'É possível que não haja espaço livre em disco, ou que a base de dados esteja corrompida.<br /> |
|
| 390 | 390 | <span style="color:red;">Tente <a href=\'@script@\'>reparar a base</a>, ou contate o seu serviço de hospedagem.</span>', |
| 391 | - 'info_fini' => 'Terminou!', |
|
| 392 | - 'info_format_image' => 'Formatos das imagens que podem ser utilizados para criar os ícones @gd_formats@.', |
|
| 393 | - 'info_format_non_defini' => 'formato não definido', |
|
| 394 | - 'info_grand_ecran' => 'Alta resolução', |
|
| 395 | - 'info_image_aide' => 'AJUDA', |
|
| 396 | - 'info_image_process_titre' => 'Método de criação dos ícones', |
|
| 397 | - 'info_impossible_lire_page' => '<b>Erro!</b> Impossível ler a página <tt><html>@test_proxy@</html></tt> via proxy', |
|
| 398 | - 'info_installation_systeme_publication' => 'Instalação do sistema de publicação...', |
|
| 399 | - 'info_installer_documents' => 'Você pode instalar automaticamente todos os documentos contídos no diretório @upload@.', |
|
| 400 | - 'info_installer_ftp' => 'Como administrador, você pode transferir (por FTP) arquivos para o diretório @upload@ para, em seguida, selecioná-los aqui diretamente.', |
|
| 401 | - 'info_installer_images' => 'Você pode transferir imagens nos formatos JPEG, GIF e PNG.', |
|
| 402 | - 'info_installer_images_dossier' => 'Transferir as imagens para o diretório @upload@ para poder selecioná-las aqui.', |
|
| 403 | - 'info_interface_complete' => 'interface completa', |
|
| 404 | - 'info_interface_simple' => 'Interface simplificada', |
|
| 405 | - 'info_joindre_document_article' => 'Você pode anexar a esta matéria documentos dos tipos a seguir', |
|
| 406 | - 'info_joindre_document_rubrique' => 'Você pode anexar a esta seção documentos dos tipos a seguir', |
|
| 407 | - 'info_joindre_documents_article' => 'Você pode anexar à sua matéria documentos dos tipos a seguir:', |
|
| 408 | - 'info_l_article' => 'a matéria', |
|
| 409 | - 'info_la_breve' => 'a nota', |
|
| 410 | - 'info_la_rubrique' => 'a seção', |
|
| 411 | - 'info_langue_principale' => 'Idioma principal do site', |
|
| 412 | - 'info_largeur_vignette' => '@largeur_vignette@ × @hauteur_vignette@ pixels', |
|
| 413 | - 'info_les_auteurs_1' => 'por @les_auteurs@', |
|
| 414 | - 'info_logo_format_interdit' => 'Apenas os ícones nos formatos @formats@ estão autorizados.', |
|
| 415 | - 'info_logo_max_poids' => 'Os ícones devem obrigatoriamente ter menos de @maxi@ (este arquivo tem @actuel@).', |
|
| 416 | - 'info_mail_fournisseur' => '[email protected]', |
|
| 417 | - 'info_message_2' => 'MENSAGEM', |
|
| 418 | - 'info_message_supprime' => 'MENSAGEM EXCLUÍDA', |
|
| 419 | - 'info_messages_nb' => '@nb@ mensagens', |
|
| 420 | - 'info_messages_un' => '1 mensagem', |
|
| 421 | - 'info_mise_en_ligne' => 'Data de publicação online:', |
|
| 422 | - 'info_modification_parametres_securite' => 'modificações dos parâmetros de segurança', |
|
| 423 | - 'info_mois_courant' => 'No mês corrente:', |
|
| 424 | - 'info_mot_cle_ajoute' => 'A palavra-chave a seguir foi associada a', |
|
| 425 | - 'info_multi_herit' => 'Idioma padrão', |
|
| 426 | - 'info_multi_langues_soulignees' => 'Os <u>idiomas sublinhados</u> dispõem de tradução total ou parcial dos textos da interface. Se você escolher esses idiomas, diversos elementos do site público (datas, formulários) são traduzidos automaticamente. Para os idiomas não sublinhados, estes elementos aparecerão no idioma principal do site.', |
|
| 427 | - 'info_multilinguisme' => 'Multilinguismo', |
|
| 428 | - 'info_nom_non_utilisateurs_connectes' => 'Seu nome não aparece na relação de usuários conectados.', |
|
| 429 | - 'info_nom_utilisateurs_connectes' => 'Seu nome aparecerá na relação de usuários conectados.', |
|
| 430 | - 'info_nombre_en_ligne' => 'Online neste momento:', |
|
| 431 | - 'info_non_resultat' => 'Nenhum resultados para "@cherche_mot@"', |
|
| 432 | - 'info_non_utilisation_messagerie' => 'Você não utiliza o sistema de mensagens deste site.', |
|
| 433 | - 'info_nouveau_message' => 'VOCÊ TEM UMA NOVA MENSAGEM', |
|
| 434 | - 'info_nouveaux_messages' => 'VOCÊ TEM @total_messages@ MENSAGENS NOVAS', |
|
| 435 | - 'info_numero_abbreviation' => 'N° ', |
|
| 436 | - 'info_obligatoire' => 'Esta informação é obrigatória', |
|
| 437 | - 'info_page_actuelle' => 'Página atual', |
|
| 438 | - 'info_pense_bete' => 'LEMBRETE', |
|
| 439 | - 'info_petit_ecran' => 'Baixa resolução', |
|
| 440 | - 'info_petition_close' => 'Petição fechada', |
|
| 441 | - 'info_pixels' => 'pixels', |
|
| 442 | - 'info_plusieurs_mots_trouves' => 'Várias palavras-chave encontradas para "@cherche_mot@":', |
|
| 443 | - 'info_portfolio_automatique' => 'Portfólio automático:', |
|
| 444 | - 'info_premier_resultat' => '[@debut_limit@ primeiros resultados de @total@]', |
|
| 445 | - 'info_premier_resultat_sur' => '[@debut_limit@ primeiros resultados de @total@]', |
|
| 446 | - 'info_propose_1' => '[@nom_site_spip@] Propõe: @titre@', |
|
| 447 | - 'info_propose_2' => 'Matéria proposta |
|
| 391 | + 'info_fini' => 'Terminou!', |
|
| 392 | + 'info_format_image' => 'Formatos das imagens que podem ser utilizados para criar os ícones @gd_formats@.', |
|
| 393 | + 'info_format_non_defini' => 'formato não definido', |
|
| 394 | + 'info_grand_ecran' => 'Alta resolução', |
|
| 395 | + 'info_image_aide' => 'AJUDA', |
|
| 396 | + 'info_image_process_titre' => 'Método de criação dos ícones', |
|
| 397 | + 'info_impossible_lire_page' => '<b>Erro!</b> Impossível ler a página <tt><html>@test_proxy@</html></tt> via proxy', |
|
| 398 | + 'info_installation_systeme_publication' => 'Instalação do sistema de publicação...', |
|
| 399 | + 'info_installer_documents' => 'Você pode instalar automaticamente todos os documentos contídos no diretório @upload@.', |
|
| 400 | + 'info_installer_ftp' => 'Como administrador, você pode transferir (por FTP) arquivos para o diretório @upload@ para, em seguida, selecioná-los aqui diretamente.', |
|
| 401 | + 'info_installer_images' => 'Você pode transferir imagens nos formatos JPEG, GIF e PNG.', |
|
| 402 | + 'info_installer_images_dossier' => 'Transferir as imagens para o diretório @upload@ para poder selecioná-las aqui.', |
|
| 403 | + 'info_interface_complete' => 'interface completa', |
|
| 404 | + 'info_interface_simple' => 'Interface simplificada', |
|
| 405 | + 'info_joindre_document_article' => 'Você pode anexar a esta matéria documentos dos tipos a seguir', |
|
| 406 | + 'info_joindre_document_rubrique' => 'Você pode anexar a esta seção documentos dos tipos a seguir', |
|
| 407 | + 'info_joindre_documents_article' => 'Você pode anexar à sua matéria documentos dos tipos a seguir:', |
|
| 408 | + 'info_l_article' => 'a matéria', |
|
| 409 | + 'info_la_breve' => 'a nota', |
|
| 410 | + 'info_la_rubrique' => 'a seção', |
|
| 411 | + 'info_langue_principale' => 'Idioma principal do site', |
|
| 412 | + 'info_largeur_vignette' => '@largeur_vignette@ × @hauteur_vignette@ pixels', |
|
| 413 | + 'info_les_auteurs_1' => 'por @les_auteurs@', |
|
| 414 | + 'info_logo_format_interdit' => 'Apenas os ícones nos formatos @formats@ estão autorizados.', |
|
| 415 | + 'info_logo_max_poids' => 'Os ícones devem obrigatoriamente ter menos de @maxi@ (este arquivo tem @actuel@).', |
|
| 416 | + 'info_mail_fournisseur' => '[email protected]', |
|
| 417 | + 'info_message_2' => 'MENSAGEM', |
|
| 418 | + 'info_message_supprime' => 'MENSAGEM EXCLUÍDA', |
|
| 419 | + 'info_messages_nb' => '@nb@ mensagens', |
|
| 420 | + 'info_messages_un' => '1 mensagem', |
|
| 421 | + 'info_mise_en_ligne' => 'Data de publicação online:', |
|
| 422 | + 'info_modification_parametres_securite' => 'modificações dos parâmetros de segurança', |
|
| 423 | + 'info_mois_courant' => 'No mês corrente:', |
|
| 424 | + 'info_mot_cle_ajoute' => 'A palavra-chave a seguir foi associada a', |
|
| 425 | + 'info_multi_herit' => 'Idioma padrão', |
|
| 426 | + 'info_multi_langues_soulignees' => 'Os <u>idiomas sublinhados</u> dispõem de tradução total ou parcial dos textos da interface. Se você escolher esses idiomas, diversos elementos do site público (datas, formulários) são traduzidos automaticamente. Para os idiomas não sublinhados, estes elementos aparecerão no idioma principal do site.', |
|
| 427 | + 'info_multilinguisme' => 'Multilinguismo', |
|
| 428 | + 'info_nom_non_utilisateurs_connectes' => 'Seu nome não aparece na relação de usuários conectados.', |
|
| 429 | + 'info_nom_utilisateurs_connectes' => 'Seu nome aparecerá na relação de usuários conectados.', |
|
| 430 | + 'info_nombre_en_ligne' => 'Online neste momento:', |
|
| 431 | + 'info_non_resultat' => 'Nenhum resultados para "@cherche_mot@"', |
|
| 432 | + 'info_non_utilisation_messagerie' => 'Você não utiliza o sistema de mensagens deste site.', |
|
| 433 | + 'info_nouveau_message' => 'VOCÊ TEM UMA NOVA MENSAGEM', |
|
| 434 | + 'info_nouveaux_messages' => 'VOCÊ TEM @total_messages@ MENSAGENS NOVAS', |
|
| 435 | + 'info_numero_abbreviation' => 'N° ', |
|
| 436 | + 'info_obligatoire' => 'Esta informação é obrigatória', |
|
| 437 | + 'info_page_actuelle' => 'Página atual', |
|
| 438 | + 'info_pense_bete' => 'LEMBRETE', |
|
| 439 | + 'info_petit_ecran' => 'Baixa resolução', |
|
| 440 | + 'info_petition_close' => 'Petição fechada', |
|
| 441 | + 'info_pixels' => 'pixels', |
|
| 442 | + 'info_plusieurs_mots_trouves' => 'Várias palavras-chave encontradas para "@cherche_mot@":', |
|
| 443 | + 'info_portfolio_automatique' => 'Portfólio automático:', |
|
| 444 | + 'info_premier_resultat' => '[@debut_limit@ primeiros resultados de @total@]', |
|
| 445 | + 'info_premier_resultat_sur' => '[@debut_limit@ primeiros resultados de @total@]', |
|
| 446 | + 'info_propose_1' => '[@nom_site_spip@] Propõe: @titre@', |
|
| 447 | + 'info_propose_2' => 'Matéria proposta |
|
| 448 | 448 | ----------------', |
| 449 | - 'info_propose_3' => 'A matéria "@titre@" foi proposta para publicação.', |
|
| 450 | - 'info_propose_4' => 'Você está convidado a consultá-la e dar sua opinião', |
|
| 451 | - 'info_propose_5' => 'no fórum a ela anexado. Ela está disponível no endereço:', |
|
| 452 | - 'info_publie_01' => 'A matéria "@titre@" foi validada por @connect_nom@.', |
|
| 453 | - 'info_publie_1' => '[@nom_site_spip@] PUBLICADO: @titre@', |
|
| 454 | - 'info_publie_2' => 'Matéria publicada |
|
| 449 | + 'info_propose_3' => 'A matéria "@titre@" foi proposta para publicação.', |
|
| 450 | + 'info_propose_4' => 'Você está convidado a consultá-la e dar sua opinião', |
|
| 451 | + 'info_propose_5' => 'no fórum a ela anexado. Ela está disponível no endereço:', |
|
| 452 | + 'info_publie_01' => 'A matéria "@titre@" foi validada por @connect_nom@.', |
|
| 453 | + 'info_publie_1' => '[@nom_site_spip@] PUBLICADO: @titre@', |
|
| 454 | + 'info_publie_2' => 'Matéria publicada |
|
| 455 | 455 | -----------------', |
| 456 | - 'info_rechercher' => 'Procurar', |
|
| 457 | - 'info_rechercher_02' => 'Procurar:', |
|
| 458 | - 'info_remplacer_vignette' => 'Substituir o ícone padrão por um logo personalizado:', |
|
| 459 | - 'info_rubriques_nb' => '@nb@ seções', |
|
| 460 | - 'info_rubriques_un' => '1 seção', |
|
| 461 | - 'info_sans_titre_2' => 'sem título', |
|
| 462 | - 'info_selectionner_fichier' => 'Você pode escolher um arquivo do diretório @upload@', |
|
| 463 | - 'info_selectionner_fichier_2' => 'Selecionar um arquivo:', |
|
| 464 | - 'info_sites_nb' => '@nb@ sites', |
|
| 465 | - 'info_sites_un' => '1 site', |
|
| 466 | - 'info_supprimer_vignette' => 'excluir o ícone', |
|
| 467 | - 'info_symbole_bleu' => 'O ícone <b>azul</b> indica um <b>lembrete</b>: ou seja, uma mensagem para seu uso pessoal.', |
|
| 468 | - 'info_symbole_jaune' => 'O ícone <b>amarelo</b> indica um <b>anúncio para todos os redatores</b>: modificável por todos os administradores, e visível por todos os redatores.', |
|
| 469 | - 'info_symbole_vert' => 'O ícone <b>verde</b> indica as <b>mensagens trocadas com outros usuários</b> do site.', |
|
| 470 | - 'info_telecharger_nouveau_logo' => 'Transferir um novo logo:', |
|
| 471 | - 'info_telecharger_ordinateur' => 'Tranferir do seu computador:', |
|
| 472 | - 'info_tous_resultats_enregistres' => '[todos os resultados são gravados]', |
|
| 473 | - 'info_tout_afficher' => 'Mostrar todas', |
|
| 474 | - 'info_travaux_texte' => 'Este site ainda não está configurado. Volte mais tarde...', |
|
| 475 | - 'info_travaux_titre' => 'Site em manutenção', |
|
| 476 | - 'info_trop_resultat' => 'Resultados de mais para "@cherche_mot@"; por favor, refine a busca.', |
|
| 477 | - 'info_utilisation_messagerie_interne' => 'Você usa o sistema interno de mensagens deste site.', |
|
| 478 | - 'info_valider_lien' => 'validar este link', |
|
| 479 | - 'info_verifier_image' => ', verifique se as suas imagens foram transferidas corretamente.', |
|
| 480 | - 'info_vignette_defaut' => 'Ícone padrão', |
|
| 481 | - 'info_vignette_personnalisee' => 'Ícone personalizado', |
|
| 482 | - 'info_visite' => 'visita:', |
|
| 483 | - 'info_vos_rendez_vous' => 'Seus encontros futuros', |
|
| 484 | - 'infos_vos_pense_bete' => 'Seus lembretes', |
|
| 456 | + 'info_rechercher' => 'Procurar', |
|
| 457 | + 'info_rechercher_02' => 'Procurar:', |
|
| 458 | + 'info_remplacer_vignette' => 'Substituir o ícone padrão por um logo personalizado:', |
|
| 459 | + 'info_rubriques_nb' => '@nb@ seções', |
|
| 460 | + 'info_rubriques_un' => '1 seção', |
|
| 461 | + 'info_sans_titre_2' => 'sem título', |
|
| 462 | + 'info_selectionner_fichier' => 'Você pode escolher um arquivo do diretório @upload@', |
|
| 463 | + 'info_selectionner_fichier_2' => 'Selecionar um arquivo:', |
|
| 464 | + 'info_sites_nb' => '@nb@ sites', |
|
| 465 | + 'info_sites_un' => '1 site', |
|
| 466 | + 'info_supprimer_vignette' => 'excluir o ícone', |
|
| 467 | + 'info_symbole_bleu' => 'O ícone <b>azul</b> indica um <b>lembrete</b>: ou seja, uma mensagem para seu uso pessoal.', |
|
| 468 | + 'info_symbole_jaune' => 'O ícone <b>amarelo</b> indica um <b>anúncio para todos os redatores</b>: modificável por todos os administradores, e visível por todos os redatores.', |
|
| 469 | + 'info_symbole_vert' => 'O ícone <b>verde</b> indica as <b>mensagens trocadas com outros usuários</b> do site.', |
|
| 470 | + 'info_telecharger_nouveau_logo' => 'Transferir um novo logo:', |
|
| 471 | + 'info_telecharger_ordinateur' => 'Tranferir do seu computador:', |
|
| 472 | + 'info_tous_resultats_enregistres' => '[todos os resultados são gravados]', |
|
| 473 | + 'info_tout_afficher' => 'Mostrar todas', |
|
| 474 | + 'info_travaux_texte' => 'Este site ainda não está configurado. Volte mais tarde...', |
|
| 475 | + 'info_travaux_titre' => 'Site em manutenção', |
|
| 476 | + 'info_trop_resultat' => 'Resultados de mais para "@cherche_mot@"; por favor, refine a busca.', |
|
| 477 | + 'info_utilisation_messagerie_interne' => 'Você usa o sistema interno de mensagens deste site.', |
|
| 478 | + 'info_valider_lien' => 'validar este link', |
|
| 479 | + 'info_verifier_image' => ', verifique se as suas imagens foram transferidas corretamente.', |
|
| 480 | + 'info_vignette_defaut' => 'Ícone padrão', |
|
| 481 | + 'info_vignette_personnalisee' => 'Ícone personalizado', |
|
| 482 | + 'info_visite' => 'visita:', |
|
| 483 | + 'info_vos_rendez_vous' => 'Seus encontros futuros', |
|
| 484 | + 'infos_vos_pense_bete' => 'Seus lembretes', |
|
| 485 | 485 | |
| 486 | - // L |
|
| 487 | - 'label_ajout_id_rapide' => 'Ajuda rápida', |
|
| 488 | - 'label_poids_fichier' => 'Tamanho', |
|
| 489 | - 'lien_afficher_icones_seuls' => 'Exibir apenas os ícones', |
|
| 490 | - 'lien_afficher_texte_icones' => 'Exibir ícones e texto', |
|
| 491 | - 'lien_afficher_texte_seul' => 'Exibir apenas o texto', |
|
| 492 | - 'lien_aller_a_la_derniere_page' => 'Ir para a última página', |
|
| 493 | - 'lien_aller_a_la_page_nb' => 'Ir para a página @nb@', |
|
| 494 | - 'lien_aller_a_la_page_precedente' => 'Ir para a página anterior', |
|
| 495 | - 'lien_aller_a_la_page_suivante' => 'Ir para a página seguinte', |
|
| 496 | - 'lien_aller_a_la_premiere_page' => 'Ir para a primeira página', |
|
| 497 | - 'lien_liberer' => 'liberar', |
|
| 498 | - 'lien_liberer_tous' => 'liberar todas', |
|
| 499 | - 'lien_nouvea_pense_bete' => 'NOVO LEMBRETE', |
|
| 500 | - 'lien_nouveau_message' => 'NOVA MENSAGEM', |
|
| 501 | - 'lien_nouvelle_annonce' => 'NOVO ANÚNCIO', |
|
| 502 | - 'lien_petitions' => 'PETIÇÃO', |
|
| 503 | - 'lien_popularite' => 'popularidade: @popularite@%', |
|
| 504 | - 'lien_racine_site' => 'RAIZ DO SITE', |
|
| 505 | - 'lien_reessayer' => 'tente novamente', |
|
| 506 | - 'lien_repondre_message' => 'Responder a esta mensagem', |
|
| 507 | - 'lien_supprimer' => 'excluir', |
|
| 508 | - 'lien_tout_afficher' => 'Mostrar tudo', |
|
| 509 | - 'lien_visite_site' => 'visitar este site', |
|
| 510 | - 'lien_visites' => '@visites@ visitas', |
|
| 511 | - 'lien_voir_auteur' => 'Ver este autor', |
|
| 512 | - 'ligne' => 'Linha', |
|
| 513 | - 'login' => 'Conexão', |
|
| 514 | - 'login_acces_prive' => 'acesso ao espaço privado', |
|
| 515 | - 'login_autre_identifiant' => 'conectar-se com outra identificação', |
|
| 516 | - 'login_cookie_accepte' => 'Por favor, configure o seu navegador para aceitá-los (pelo menos para este site).', |
|
| 517 | - 'login_cookie_oblige' => 'Para você se identificar de modo seguro neste site, você precisa aceitar cookies.', |
|
| 518 | - 'login_deconnexion_ok' => 'Desconexão efetuada.', |
|
| 519 | - 'login_erreur_pass' => 'Erro de senha.', |
|
| 520 | - 'login_espace_prive' => 'espaço privado', |
|
| 521 | - 'login_identifiant_inconnu' => 'O identificador «@login@» não está cadastrado.', |
|
| 522 | - 'login_login' => 'Login:', |
|
| 523 | - 'login_login2' => 'Login', |
|
| 524 | - 'login_login_pass_incorrect' => '(Login ou senha incorreta.)', |
|
| 525 | - 'login_motpasseoublie' => 'esqueceu sua senha?', |
|
| 526 | - 'login_non_securise' => 'Atenção, este formulário não é seguro. |
|
| 486 | + // L |
|
| 487 | + 'label_ajout_id_rapide' => 'Ajuda rápida', |
|
| 488 | + 'label_poids_fichier' => 'Tamanho', |
|
| 489 | + 'lien_afficher_icones_seuls' => 'Exibir apenas os ícones', |
|
| 490 | + 'lien_afficher_texte_icones' => 'Exibir ícones e texto', |
|
| 491 | + 'lien_afficher_texte_seul' => 'Exibir apenas o texto', |
|
| 492 | + 'lien_aller_a_la_derniere_page' => 'Ir para a última página', |
|
| 493 | + 'lien_aller_a_la_page_nb' => 'Ir para a página @nb@', |
|
| 494 | + 'lien_aller_a_la_page_precedente' => 'Ir para a página anterior', |
|
| 495 | + 'lien_aller_a_la_page_suivante' => 'Ir para a página seguinte', |
|
| 496 | + 'lien_aller_a_la_premiere_page' => 'Ir para a primeira página', |
|
| 497 | + 'lien_liberer' => 'liberar', |
|
| 498 | + 'lien_liberer_tous' => 'liberar todas', |
|
| 499 | + 'lien_nouvea_pense_bete' => 'NOVO LEMBRETE', |
|
| 500 | + 'lien_nouveau_message' => 'NOVA MENSAGEM', |
|
| 501 | + 'lien_nouvelle_annonce' => 'NOVO ANÚNCIO', |
|
| 502 | + 'lien_petitions' => 'PETIÇÃO', |
|
| 503 | + 'lien_popularite' => 'popularidade: @popularite@%', |
|
| 504 | + 'lien_racine_site' => 'RAIZ DO SITE', |
|
| 505 | + 'lien_reessayer' => 'tente novamente', |
|
| 506 | + 'lien_repondre_message' => 'Responder a esta mensagem', |
|
| 507 | + 'lien_supprimer' => 'excluir', |
|
| 508 | + 'lien_tout_afficher' => 'Mostrar tudo', |
|
| 509 | + 'lien_visite_site' => 'visitar este site', |
|
| 510 | + 'lien_visites' => '@visites@ visitas', |
|
| 511 | + 'lien_voir_auteur' => 'Ver este autor', |
|
| 512 | + 'ligne' => 'Linha', |
|
| 513 | + 'login' => 'Conexão', |
|
| 514 | + 'login_acces_prive' => 'acesso ao espaço privado', |
|
| 515 | + 'login_autre_identifiant' => 'conectar-se com outra identificação', |
|
| 516 | + 'login_cookie_accepte' => 'Por favor, configure o seu navegador para aceitá-los (pelo menos para este site).', |
|
| 517 | + 'login_cookie_oblige' => 'Para você se identificar de modo seguro neste site, você precisa aceitar cookies.', |
|
| 518 | + 'login_deconnexion_ok' => 'Desconexão efetuada.', |
|
| 519 | + 'login_erreur_pass' => 'Erro de senha.', |
|
| 520 | + 'login_espace_prive' => 'espaço privado', |
|
| 521 | + 'login_identifiant_inconnu' => 'O identificador «@login@» não está cadastrado.', |
|
| 522 | + 'login_login' => 'Login:', |
|
| 523 | + 'login_login2' => 'Login', |
|
| 524 | + 'login_login_pass_incorrect' => '(Login ou senha incorreta.)', |
|
| 525 | + 'login_motpasseoublie' => 'esqueceu sua senha?', |
|
| 526 | + 'login_non_securise' => 'Atenção, este formulário não é seguro. |
|
| 527 | 527 | Se você não quiser que a sua senha possa ser interceptada na rede, por favor ative o Javascript no seu navegador e', |
| 528 | - 'login_nouvelle_tentative' => 'Tentar novamente', |
|
| 529 | - 'login_par_ici' => 'VocÊ está registrado... por aqui...', |
|
| 530 | - 'login_pass2' => 'Senha:', |
|
| 531 | - 'login_preferez_refuser' => '<b>Se você prefere recusar os cookies</b>, um outro método de conexão (menos seguro) está disponível:', |
|
| 532 | - 'login_recharger' => 'atualizar esta página', |
|
| 533 | - 'login_rester_identifie' => 'Manter-se identificado', |
|
| 534 | - 'login_retour_public' => 'Voltar ao site público', |
|
| 535 | - 'login_retour_site' => 'Voltar ao site público', |
|
| 536 | - 'login_retoursitepublic' => 'voltar ao site público', |
|
| 537 | - 'login_sans_cookie' => 'Identificação sem cookie', |
|
| 538 | - 'login_securise' => 'Login seguro', |
|
| 539 | - 'login_sinscrire' => 'cadastrar-se', |
|
| 540 | - 'login_test_navigateur' => 'testar navegador/reconexão', |
|
| 541 | - 'login_verifiez_navigateur' => '(Verifique sempre se o seu navegador não está memorizando a sua senha...)', |
|
| 528 | + 'login_nouvelle_tentative' => 'Tentar novamente', |
|
| 529 | + 'login_par_ici' => 'VocÊ está registrado... por aqui...', |
|
| 530 | + 'login_pass2' => 'Senha:', |
|
| 531 | + 'login_preferez_refuser' => '<b>Se você prefere recusar os cookies</b>, um outro método de conexão (menos seguro) está disponível:', |
|
| 532 | + 'login_recharger' => 'atualizar esta página', |
|
| 533 | + 'login_rester_identifie' => 'Manter-se identificado', |
|
| 534 | + 'login_retour_public' => 'Voltar ao site público', |
|
| 535 | + 'login_retour_site' => 'Voltar ao site público', |
|
| 536 | + 'login_retoursitepublic' => 'voltar ao site público', |
|
| 537 | + 'login_sans_cookie' => 'Identificação sem cookie', |
|
| 538 | + 'login_securise' => 'Login seguro', |
|
| 539 | + 'login_sinscrire' => 'cadastrar-se', |
|
| 540 | + 'login_test_navigateur' => 'testar navegador/reconexão', |
|
| 541 | + 'login_verifiez_navigateur' => '(Verifique sempre se o seu navegador não está memorizando a sua senha...)', |
|
| 542 | 542 | |
| 543 | - // M |
|
| 544 | - 'masquer_colonne' => 'Ocultar esta coluna', |
|
| 545 | - 'masquer_trad' => 'esconder as traduções', |
|
| 546 | - 'message_nouveaux_identifiants_echec' => 'Impossível criar novos logins.', |
|
| 547 | - 'message_nouveaux_identifiants_echec_envoi' => 'Os novos logins de conexão não puderam ser enviados.', |
|
| 548 | - 'message_nouveaux_identifiants_ok' => 'Os novos logins de conexão foram enviados para @email@.', |
|
| 549 | - 'module_fichiers_langues' => 'Arquivos de idioma', |
|
| 543 | + // M |
|
| 544 | + 'masquer_colonne' => 'Ocultar esta coluna', |
|
| 545 | + 'masquer_trad' => 'esconder as traduções', |
|
| 546 | + 'message_nouveaux_identifiants_echec' => 'Impossível criar novos logins.', |
|
| 547 | + 'message_nouveaux_identifiants_echec_envoi' => 'Os novos logins de conexão não puderam ser enviados.', |
|
| 548 | + 'message_nouveaux_identifiants_ok' => 'Os novos logins de conexão foram enviados para @email@.', |
|
| 549 | + 'module_fichiers_langues' => 'Arquivos de idioma', |
|
| 550 | 550 | |
| 551 | - // N |
|
| 552 | - 'navigateur_pas_redirige' => 'Se o seu navegador não o redirecionar, clique aqui para continuar.', |
|
| 553 | - 'numero' => 'Número', |
|
| 551 | + // N |
|
| 552 | + 'navigateur_pas_redirige' => 'Se o seu navegador não o redirecionar, clique aqui para continuar.', |
|
| 553 | + 'numero' => 'Número', |
|
| 554 | 554 | |
| 555 | - // O |
|
| 556 | - 'occurence' => 'Ocorrência', |
|
| 557 | - 'onglet_affacer_base' => 'Apagar a base', |
|
| 558 | - 'onglet_auteur' => 'O autor', |
|
| 559 | - 'onglet_contenu_site' => 'Conteúdo do site', |
|
| 560 | - 'onglet_evolution_visite_mod' => 'Evolução', |
|
| 561 | - 'onglet_fonctions_avances' => 'Funções avançadas', |
|
| 562 | - 'onglet_informations_personnelles' => 'Informações pessoais', |
|
| 563 | - 'onglet_interactivite' => 'Interatividade', |
|
| 564 | - 'onglet_messagerie' => 'Sistema de mensagens', |
|
| 565 | - 'onglet_repartition_rubrique' => 'Repartição por seções', |
|
| 566 | - 'onglet_save_restaur_base' => 'Fazer cópia de segurança/restaurar a base', |
|
| 567 | - 'onglet_vider_cache' => 'Esvaziar o cache', |
|
| 555 | + // O |
|
| 556 | + 'occurence' => 'Ocorrência', |
|
| 557 | + 'onglet_affacer_base' => 'Apagar a base', |
|
| 558 | + 'onglet_auteur' => 'O autor', |
|
| 559 | + 'onglet_contenu_site' => 'Conteúdo do site', |
|
| 560 | + 'onglet_evolution_visite_mod' => 'Evolução', |
|
| 561 | + 'onglet_fonctions_avances' => 'Funções avançadas', |
|
| 562 | + 'onglet_informations_personnelles' => 'Informações pessoais', |
|
| 563 | + 'onglet_interactivite' => 'Interatividade', |
|
| 564 | + 'onglet_messagerie' => 'Sistema de mensagens', |
|
| 565 | + 'onglet_repartition_rubrique' => 'Repartição por seções', |
|
| 566 | + 'onglet_save_restaur_base' => 'Fazer cópia de segurança/restaurar a base', |
|
| 567 | + 'onglet_vider_cache' => 'Esvaziar o cache', |
|
| 568 | 568 | |
| 569 | - // P |
|
| 570 | - 'pass_choix_pass' => 'Por favor, escolha a sua nova senha:', |
|
| 571 | - 'pass_erreur' => 'Erro', |
|
| 572 | - 'pass_erreur_acces_refuse' => '<b>Erro:</b> você não tem mais acesso a este site.', |
|
| 573 | - 'pass_erreur_code_inconnu' => '<b>Erro:</b> este login não corresponde a nenhum visitante com permissão de acesso a este site.', |
|
| 574 | - 'pass_erreur_non_enregistre' => '<b>Erro:</b> o e-mail <tt>@email_oubli@</tt> não está cadastrado neste site.', |
|
| 575 | - 'pass_erreur_non_valide' => '<b>Erro:</b> o e-mail <tt>@email_oubli@</tt> não é válido!', |
|
| 576 | - 'pass_erreur_probleme_technique' => '<b>Erro:</b> este e-mail não pôde ser enviado devido a um problema técnico.', |
|
| 577 | - 'pass_espace_prive_bla' => 'O espaço privado deste site é aberto aos visitantes, após inscrição. Uma vez cadastrado, você poderá consultar as matérias em fase de redação, propor a publicação de novas matérias e participar de todos os fóruns.', |
|
| 578 | - 'pass_forum_bla' => 'Você soliciou a participação num fórum reservado a visitantes registrados.', |
|
| 579 | - 'pass_indiquez_cidessous' => 'Informe abaixo o endereço de e-mail com o qual você se cadastrou anteriormente. Você receberá um e-mail lhe indicando os procedimentos a seguir para recuperar o seu acesso.', |
|
| 580 | - 'pass_mail_passcookie' => '(esta é uma mensagem automática) |
|
| 569 | + // P |
|
| 570 | + 'pass_choix_pass' => 'Por favor, escolha a sua nova senha:', |
|
| 571 | + 'pass_erreur' => 'Erro', |
|
| 572 | + 'pass_erreur_acces_refuse' => '<b>Erro:</b> você não tem mais acesso a este site.', |
|
| 573 | + 'pass_erreur_code_inconnu' => '<b>Erro:</b> este login não corresponde a nenhum visitante com permissão de acesso a este site.', |
|
| 574 | + 'pass_erreur_non_enregistre' => '<b>Erro:</b> o e-mail <tt>@email_oubli@</tt> não está cadastrado neste site.', |
|
| 575 | + 'pass_erreur_non_valide' => '<b>Erro:</b> o e-mail <tt>@email_oubli@</tt> não é válido!', |
|
| 576 | + 'pass_erreur_probleme_technique' => '<b>Erro:</b> este e-mail não pôde ser enviado devido a um problema técnico.', |
|
| 577 | + 'pass_espace_prive_bla' => 'O espaço privado deste site é aberto aos visitantes, após inscrição. Uma vez cadastrado, você poderá consultar as matérias em fase de redação, propor a publicação de novas matérias e participar de todos os fóruns.', |
|
| 578 | + 'pass_forum_bla' => 'Você soliciou a participação num fórum reservado a visitantes registrados.', |
|
| 579 | + 'pass_indiquez_cidessous' => 'Informe abaixo o endereço de e-mail com o qual você se cadastrou anteriormente. Você receberá um e-mail lhe indicando os procedimentos a seguir para recuperar o seu acesso.', |
|
| 580 | + 'pass_mail_passcookie' => '(esta é uma mensagem automática) |
|
| 581 | 581 | Para recuperar o seu acesso ao site |
| 582 | 582 | @nom_site_spip@ (@adresse_site@) |
| 583 | 583 | |
@@ -589,135 +589,135 @@ discard block |
||
| 589 | 589 | e reconectar-se com o site. |
| 590 | 590 | |
| 591 | 591 | ', |
| 592 | - 'pass_mot_oublie' => 'Senha esquecida', |
|
| 593 | - 'pass_nouveau_enregistre' => 'Sua nova senha foi cadastrada.', |
|
| 594 | - 'pass_nouveau_pass' => 'Nova senha', |
|
| 595 | - 'pass_ok' => 'OK', |
|
| 596 | - 'pass_oubli_mot' => 'Esquecimento de senha', |
|
| 597 | - 'pass_procedure_changer' => 'Para alterar a sua senha, por favor informe o endereço de e-mail associado à sua conta.', |
|
| 598 | - 'pass_quitter_fenetre' => 'Fechar esta janela', |
|
| 599 | - 'pass_rappel_login' => 'Lembrete: seu login é «@login@».', |
|
| 600 | - 'pass_recevoir_mail' => 'Um link para redefinição da sua senha foi enviado para o seu endereço de e-mail (se ele for válido).', |
|
| 601 | - 'pass_retour_public' => 'Voltar para o site público', |
|
| 602 | - 'pass_rien_a_faire_ici' => 'Nada a fazer aqui.', |
|
| 603 | - 'pass_vousinscrire' => 'Cadastrar-se neste site', |
|
| 604 | - 'precedent' => 'precedente', |
|
| 605 | - 'previsualisation' => 'Visualização', |
|
| 606 | - 'previsualiser' => 'Visualizar', |
|
| 592 | + 'pass_mot_oublie' => 'Senha esquecida', |
|
| 593 | + 'pass_nouveau_enregistre' => 'Sua nova senha foi cadastrada.', |
|
| 594 | + 'pass_nouveau_pass' => 'Nova senha', |
|
| 595 | + 'pass_ok' => 'OK', |
|
| 596 | + 'pass_oubli_mot' => 'Esquecimento de senha', |
|
| 597 | + 'pass_procedure_changer' => 'Para alterar a sua senha, por favor informe o endereço de e-mail associado à sua conta.', |
|
| 598 | + 'pass_quitter_fenetre' => 'Fechar esta janela', |
|
| 599 | + 'pass_rappel_login' => 'Lembrete: seu login é «@login@».', |
|
| 600 | + 'pass_recevoir_mail' => 'Um link para redefinição da sua senha foi enviado para o seu endereço de e-mail (se ele for válido).', |
|
| 601 | + 'pass_retour_public' => 'Voltar para o site público', |
|
| 602 | + 'pass_rien_a_faire_ici' => 'Nada a fazer aqui.', |
|
| 603 | + 'pass_vousinscrire' => 'Cadastrar-se neste site', |
|
| 604 | + 'precedent' => 'precedente', |
|
| 605 | + 'previsualisation' => 'Visualização', |
|
| 606 | + 'previsualiser' => 'Visualizar', |
|
| 607 | 607 | |
| 608 | - // R |
|
| 609 | - 'retour' => 'Voltar', |
|
| 608 | + // R |
|
| 609 | + 'retour' => 'Voltar', |
|
| 610 | 610 | |
| 611 | - // S |
|
| 612 | - 'spip_conforme_dtd' => 'O SPIP considera este documento de acordo com o seu DOCTYPE:', |
|
| 613 | - 'squelette' => 'template', |
|
| 614 | - 'squelette_inclus_ligne' => 'template incluído, linha', |
|
| 615 | - 'squelette_ligne' => 'template, linha', |
|
| 616 | - 'stats_visites_et_popularite' => '@visites@ visitas; popularidade: @popularite@', |
|
| 617 | - 'suivant' => 'seguinte', |
|
| 611 | + // S |
|
| 612 | + 'spip_conforme_dtd' => 'O SPIP considera este documento de acordo com o seu DOCTYPE:', |
|
| 613 | + 'squelette' => 'template', |
|
| 614 | + 'squelette_inclus_ligne' => 'template incluído, linha', |
|
| 615 | + 'squelette_ligne' => 'template, linha', |
|
| 616 | + 'stats_visites_et_popularite' => '@visites@ visitas; popularidade: @popularite@', |
|
| 617 | + 'suivant' => 'seguinte', |
|
| 618 | 618 | |
| 619 | - // T |
|
| 620 | - 'taille_go' => '@taille@ GB', |
|
| 621 | - 'taille_ko' => '@taille@ KB', |
|
| 622 | - 'taille_mo' => '@taille@ MB', |
|
| 623 | - 'taille_octets' => ' @taille@ bytes', |
|
| 624 | - 'texte_actualite_site_1' => 'Quando você estiver mais familiarizado com a interface, clique em «', |
|
| 625 | - 'texte_actualite_site_2' => 'interface completa', |
|
| 626 | - 'texte_actualite_site_3' => '» para abrir mais possibilidades.', |
|
| 627 | - 'texte_creation_automatique_vignette' => 'A criação automática de ícones de visualização está ativada neste site. Se você transferir por este formulário imagens no(s) formato(s) @gd_formats@, elas serão acompanhadas de um ícone com o tamanho máximo de @taille_preview@ pixels.', |
|
| 628 | - 'texte_documents_associes' => 'Os documentos a seguir estão associados à matéria, |
|
| 619 | + // T |
|
| 620 | + 'taille_go' => '@taille@ GB', |
|
| 621 | + 'taille_ko' => '@taille@ KB', |
|
| 622 | + 'taille_mo' => '@taille@ MB', |
|
| 623 | + 'taille_octets' => ' @taille@ bytes', |
|
| 624 | + 'texte_actualite_site_1' => 'Quando você estiver mais familiarizado com a interface, clique em «', |
|
| 625 | + 'texte_actualite_site_2' => 'interface completa', |
|
| 626 | + 'texte_actualite_site_3' => '» para abrir mais possibilidades.', |
|
| 627 | + 'texte_creation_automatique_vignette' => 'A criação automática de ícones de visualização está ativada neste site. Se você transferir por este formulário imagens no(s) formato(s) @gd_formats@, elas serão acompanhadas de um ícone com o tamanho máximo de @taille_preview@ pixels.', |
|
| 628 | + 'texte_documents_associes' => 'Os documentos a seguir estão associados à matéria, |
|
| 629 | 629 | mas eles não foram inseridos diretamente. Dependendo da elaboração dos templates do site público, eles podem aparecer como documentos anexados.', |
| 630 | - 'texte_erreur_mise_niveau_base' => 'Erro da base de dados durante a atualização. |
|
| 630 | + 'texte_erreur_mise_niveau_base' => 'Erro da base de dados durante a atualização. |
|
| 631 | 631 | A imagem <b>@fichier@</b> não passou (matéria @id_article@). |
| 632 | 632 | Anote esta referência, tente novamente a atualização e, finalmente, verifique se as imagens aparecem nas matérias.', |
| 633 | - 'texte_erreur_visiteur' => 'Você tentou acessar o espaço restrito com um login que não tem a permissão necessária.', |
|
| 634 | - 'texte_inc_auth_1' => 'Você se identificou com o login <b>@auth_login@</b>, mas ele não consta (mais) na base. |
|
| 633 | + 'texte_erreur_visiteur' => 'Você tentou acessar o espaço restrito com um login que não tem a permissão necessária.', |
|
| 634 | + 'texte_inc_auth_1' => 'Você se identificou com o login <b>@auth_login@</b>, mas ele não consta (mais) na base. |
|
| 635 | 635 | Tente se', |
| 636 | - 'texte_inc_auth_2' => 'reconectar', |
|
| 637 | - 'texte_inc_auth_3' => ', após ter eventualmente saído e reiniciado o seu navegador.', |
|
| 638 | - 'texte_inc_config' => 'As modificações efetuadas nestas páginas influem consideravelmente no funcionamento do seu site. É recomendável não intervir enquanto você não estiver familiarizado com o funcionamento do sistema SPIP.<br /><br /><b>Geralmente, é fortemente aconselhável deixar a carga destas páginas para o webmaster principal do seu site.</b>', |
|
| 639 | - 'texte_inc_meta_1' => 'O sistema encontrou um erro durante a escrita do arquivo <code>@fichier@</code>. Como administrador do site, queira por favor,', |
|
| 640 | - 'texte_inc_meta_2' => 'Verificar os direitos de escrita', |
|
| 641 | - 'texte_inc_meta_3' => 'no diretório <code>@repertoire@</code>.', |
|
| 642 | - 'texte_statut_en_cours_redaction' => 'em fase de redação', |
|
| 643 | - 'texte_statut_poubelle' => 'na lixeira', |
|
| 644 | - 'texte_statut_propose_evaluation' => 'proposto para avaliação', |
|
| 645 | - 'texte_statut_publie' => 'publicado online', |
|
| 646 | - 'texte_statut_refuse' => 'recusado', |
|
| 647 | - 'titre_ajouter_mot_cle' => 'INCLUIR UMA PALAVRA-CHAVE:', |
|
| 648 | - 'titre_cadre_raccourcis' => 'ATALHOS:', |
|
| 649 | - 'titre_changer_couleur_interface' => 'Alterar a côr da interface', |
|
| 650 | - 'titre_image_admin_article' => 'Você pode administrar esta matéria', |
|
| 651 | - 'titre_image_administrateur' => 'Administrador', |
|
| 652 | - 'titre_image_aide' => 'Ajuda sobre este elemento', |
|
| 653 | - 'titre_image_auteur_supprime' => 'Autor excluído', |
|
| 654 | - 'titre_image_redacteur' => 'Redator sem acesso', |
|
| 655 | - 'titre_image_redacteur_02' => 'Redator', |
|
| 656 | - 'titre_image_selecteur' => 'Ver a lista', |
|
| 657 | - 'titre_image_visiteur' => 'Visitante', |
|
| 658 | - 'titre_joindre_document' => 'INCLUIR UM DOCUMENTO', |
|
| 659 | - 'titre_mots_cles' => 'PALAVRAS-CHAVE', |
|
| 660 | - 'titre_probleme_technique' => 'Atenção: um problema técnico (servidor SQL) impede o acesso a esta parte do site. Agradecemos sua compreensão.', |
|
| 661 | - 'titre_publier_document' => 'PUBLICAR UM DOCUMENTO NESTA SEÇÃO', |
|
| 662 | - 'titre_signatures_attente' => 'Assinaturas aguardando validação', |
|
| 663 | - 'titre_signatures_confirmees' => 'Assinaturas confirmadas', |
|
| 664 | - 'titre_statistiques' => 'Estatísticas do site', |
|
| 665 | - 'titre_titre_document' => 'Título do documento:', |
|
| 666 | - 'todo' => 'breve', |
|
| 667 | - 'trad_definir_reference' => 'Escolher "@titre@" como referência das traduções', |
|
| 668 | - 'trad_reference' => '(matéria das traduções)', |
|
| 636 | + 'texte_inc_auth_2' => 'reconectar', |
|
| 637 | + 'texte_inc_auth_3' => ', após ter eventualmente saído e reiniciado o seu navegador.', |
|
| 638 | + 'texte_inc_config' => 'As modificações efetuadas nestas páginas influem consideravelmente no funcionamento do seu site. É recomendável não intervir enquanto você não estiver familiarizado com o funcionamento do sistema SPIP.<br /><br /><b>Geralmente, é fortemente aconselhável deixar a carga destas páginas para o webmaster principal do seu site.</b>', |
|
| 639 | + 'texte_inc_meta_1' => 'O sistema encontrou um erro durante a escrita do arquivo <code>@fichier@</code>. Como administrador do site, queira por favor,', |
|
| 640 | + 'texte_inc_meta_2' => 'Verificar os direitos de escrita', |
|
| 641 | + 'texte_inc_meta_3' => 'no diretório <code>@repertoire@</code>.', |
|
| 642 | + 'texte_statut_en_cours_redaction' => 'em fase de redação', |
|
| 643 | + 'texte_statut_poubelle' => 'na lixeira', |
|
| 644 | + 'texte_statut_propose_evaluation' => 'proposto para avaliação', |
|
| 645 | + 'texte_statut_publie' => 'publicado online', |
|
| 646 | + 'texte_statut_refuse' => 'recusado', |
|
| 647 | + 'titre_ajouter_mot_cle' => 'INCLUIR UMA PALAVRA-CHAVE:', |
|
| 648 | + 'titre_cadre_raccourcis' => 'ATALHOS:', |
|
| 649 | + 'titre_changer_couleur_interface' => 'Alterar a côr da interface', |
|
| 650 | + 'titre_image_admin_article' => 'Você pode administrar esta matéria', |
|
| 651 | + 'titre_image_administrateur' => 'Administrador', |
|
| 652 | + 'titre_image_aide' => 'Ajuda sobre este elemento', |
|
| 653 | + 'titre_image_auteur_supprime' => 'Autor excluído', |
|
| 654 | + 'titre_image_redacteur' => 'Redator sem acesso', |
|
| 655 | + 'titre_image_redacteur_02' => 'Redator', |
|
| 656 | + 'titre_image_selecteur' => 'Ver a lista', |
|
| 657 | + 'titre_image_visiteur' => 'Visitante', |
|
| 658 | + 'titre_joindre_document' => 'INCLUIR UM DOCUMENTO', |
|
| 659 | + 'titre_mots_cles' => 'PALAVRAS-CHAVE', |
|
| 660 | + 'titre_probleme_technique' => 'Atenção: um problema técnico (servidor SQL) impede o acesso a esta parte do site. Agradecemos sua compreensão.', |
|
| 661 | + 'titre_publier_document' => 'PUBLICAR UM DOCUMENTO NESTA SEÇÃO', |
|
| 662 | + 'titre_signatures_attente' => 'Assinaturas aguardando validação', |
|
| 663 | + 'titre_signatures_confirmees' => 'Assinaturas confirmadas', |
|
| 664 | + 'titre_statistiques' => 'Estatísticas do site', |
|
| 665 | + 'titre_titre_document' => 'Título do documento:', |
|
| 666 | + 'todo' => 'breve', |
|
| 667 | + 'trad_definir_reference' => 'Escolher "@titre@" como referência das traduções', |
|
| 668 | + 'trad_reference' => '(matéria das traduções)', |
|
| 669 | 669 | |
| 670 | - // U |
|
| 671 | - 'upload_limit' => 'Este arquivo é grande demais para o servidor; o tamanho máximo autorizado para <i>upload</i> é de @max@.', |
|
| 670 | + // U |
|
| 671 | + 'upload_limit' => 'Este arquivo é grande demais para o servidor; o tamanho máximo autorizado para <i>upload</i> é de @max@.', |
|
| 672 | 672 | |
| 673 | - // Z |
|
| 674 | - 'zbug_balise_b_aval' => ': tag B colocada após BOUCLE', |
|
| 675 | - 'zbug_balise_inexistante' => 'Tag @balise@ mal declarada para @from@', |
|
| 676 | - 'zbug_balise_sans_argument' => 'Falta um arqumento na tag @balise@', |
|
| 677 | - 'zbug_boucle' => 'laço', |
|
| 678 | - 'zbug_boucle_recursive_undef' => 'Laço recursivo não definido: @nom@', |
|
| 679 | - 'zbug_calcul' => 'cálculo', |
|
| 680 | - 'zbug_champ_hors_boucle' => 'Campo @champ@ fora do laço', |
|
| 681 | - 'zbug_champ_hors_critere' => 'Campo @champ@ fora do critério @critere@', |
|
| 682 | - 'zbug_champ_hors_motif' => 'Campo @champ@ fora de um contexto @motif@', |
|
| 683 | - 'zbug_code' => 'código', |
|
| 684 | - 'zbug_critere_inconnu' => 'Critério @critere@ desconhecido', |
|
| 685 | - 'zbug_critere_sur_table_sans_cle_primaire' => '{@critere@} em uma tabela sem chave primária atômica', |
|
| 686 | - 'zbug_distant_interdit' => 'Externa interdita', |
|
| 687 | - 'zbug_doublon_table_sans_cle_primaire' => 'Duplicação em tabela sem chave primária atômica', |
|
| 688 | - 'zbug_doublon_table_sans_index' => 'Doublons em uma tabela sem index', |
|
| 689 | - 'zbug_erreur_boucle_double' => 'Dupla definição do laço @id@', |
|
| 690 | - 'zbug_erreur_boucle_fermant' => 'Laço @id@ não fechado', |
|
| 691 | - 'zbug_erreur_boucle_syntaxe' => 'Sintaxe do laço @id@ está incorreta', |
|
| 692 | - 'zbug_erreur_compilation' => 'Erro de compilação', |
|
| 693 | - 'zbug_erreur_execution_page' => 'Erro de execução', |
|
| 694 | - 'zbug_erreur_filtre' => 'Filtro @filtre@ não definido', |
|
| 695 | - 'zbug_erreur_meme_parent' => 'O critério {meme_parent} aplica-se exclusivamente aos laços (FORUMS) ou (RUBRIQUES)', |
|
| 696 | - 'zbug_erreur_squelette' => 'Erro(s) no template', |
|
| 697 | - 'zbug_hors_compilation' => 'Fora de Compilação', |
|
| 698 | - 'zbug_info_erreur_squelette' => 'Erro no site', |
|
| 699 | - 'zbug_inversion_ordre_inexistant' => 'Inversão de uma ordem inexistente', |
|
| 700 | - 'zbug_pagination_sans_critere' => 'Tag #PAGINATION sem critério {pagination} ou usada dentro de uma boucle recursiva', |
|
| 701 | - 'zbug_parametres_inclus_incorrects' => 'Parâmetro de inclusão incorreto: @param@', |
|
| 702 | - 'zbug_profile' => 'Tempo de processamento: @time@', |
|
| 703 | - 'zbug_resultat' => 'resultado', |
|
| 704 | - 'zbug_serveur_indefini' => 'Sevidor SQL não definido', |
|
| 705 | - 'zbug_statistiques' => 'Estatísticas das requisições SQL classificadas por duração', |
|
| 706 | - 'zbug_table_inconnue' => 'Tabela SQL «@table@» desconhecida', |
|
| 707 | - 'zxml_connus_attributs' => 'atributos conhecidos', |
|
| 708 | - 'zxml_de' => 'de', |
|
| 709 | - 'zxml_inconnu_attribut' => 'atributo desconhecido', |
|
| 710 | - 'zxml_inconnu_balise' => 'tag desconhecida', |
|
| 711 | - 'zxml_inconnu_entite' => 'entidade desconhecida', |
|
| 712 | - 'zxml_inconnu_id' => 'ID desconhecida', |
|
| 713 | - 'zxml_mais_de' => 'mas de', |
|
| 714 | - 'zxml_non_conforme' => 'não está de acordo com o motivo', |
|
| 715 | - 'zxml_non_fils' => 'não é filho de', |
|
| 716 | - 'zxml_nonvide_balise' => 'tag não vazia', |
|
| 717 | - 'zxml_obligatoire_attribut' => 'atributo obrigatório mas ausente em', |
|
| 718 | - 'zxml_succession_fils_incorrecte' => 'sucessão de filhos incorreta', |
|
| 719 | - 'zxml_survoler' => 'sobrepor para ver os corretos', |
|
| 720 | - 'zxml_valeur_attribut' => 'valor do atributo', |
|
| 721 | - 'zxml_vide_balise' => 'tag vazia', |
|
| 722 | - 'zxml_vu' => 'previsualização' |
|
| 673 | + // Z |
|
| 674 | + 'zbug_balise_b_aval' => ': tag B colocada após BOUCLE', |
|
| 675 | + 'zbug_balise_inexistante' => 'Tag @balise@ mal declarada para @from@', |
|
| 676 | + 'zbug_balise_sans_argument' => 'Falta um arqumento na tag @balise@', |
|
| 677 | + 'zbug_boucle' => 'laço', |
|
| 678 | + 'zbug_boucle_recursive_undef' => 'Laço recursivo não definido: @nom@', |
|
| 679 | + 'zbug_calcul' => 'cálculo', |
|
| 680 | + 'zbug_champ_hors_boucle' => 'Campo @champ@ fora do laço', |
|
| 681 | + 'zbug_champ_hors_critere' => 'Campo @champ@ fora do critério @critere@', |
|
| 682 | + 'zbug_champ_hors_motif' => 'Campo @champ@ fora de um contexto @motif@', |
|
| 683 | + 'zbug_code' => 'código', |
|
| 684 | + 'zbug_critere_inconnu' => 'Critério @critere@ desconhecido', |
|
| 685 | + 'zbug_critere_sur_table_sans_cle_primaire' => '{@critere@} em uma tabela sem chave primária atômica', |
|
| 686 | + 'zbug_distant_interdit' => 'Externa interdita', |
|
| 687 | + 'zbug_doublon_table_sans_cle_primaire' => 'Duplicação em tabela sem chave primária atômica', |
|
| 688 | + 'zbug_doublon_table_sans_index' => 'Doublons em uma tabela sem index', |
|
| 689 | + 'zbug_erreur_boucle_double' => 'Dupla definição do laço @id@', |
|
| 690 | + 'zbug_erreur_boucle_fermant' => 'Laço @id@ não fechado', |
|
| 691 | + 'zbug_erreur_boucle_syntaxe' => 'Sintaxe do laço @id@ está incorreta', |
|
| 692 | + 'zbug_erreur_compilation' => 'Erro de compilação', |
|
| 693 | + 'zbug_erreur_execution_page' => 'Erro de execução', |
|
| 694 | + 'zbug_erreur_filtre' => 'Filtro @filtre@ não definido', |
|
| 695 | + 'zbug_erreur_meme_parent' => 'O critério {meme_parent} aplica-se exclusivamente aos laços (FORUMS) ou (RUBRIQUES)', |
|
| 696 | + 'zbug_erreur_squelette' => 'Erro(s) no template', |
|
| 697 | + 'zbug_hors_compilation' => 'Fora de Compilação', |
|
| 698 | + 'zbug_info_erreur_squelette' => 'Erro no site', |
|
| 699 | + 'zbug_inversion_ordre_inexistant' => 'Inversão de uma ordem inexistente', |
|
| 700 | + 'zbug_pagination_sans_critere' => 'Tag #PAGINATION sem critério {pagination} ou usada dentro de uma boucle recursiva', |
|
| 701 | + 'zbug_parametres_inclus_incorrects' => 'Parâmetro de inclusão incorreto: @param@', |
|
| 702 | + 'zbug_profile' => 'Tempo de processamento: @time@', |
|
| 703 | + 'zbug_resultat' => 'resultado', |
|
| 704 | + 'zbug_serveur_indefini' => 'Sevidor SQL não definido', |
|
| 705 | + 'zbug_statistiques' => 'Estatísticas das requisições SQL classificadas por duração', |
|
| 706 | + 'zbug_table_inconnue' => 'Tabela SQL «@table@» desconhecida', |
|
| 707 | + 'zxml_connus_attributs' => 'atributos conhecidos', |
|
| 708 | + 'zxml_de' => 'de', |
|
| 709 | + 'zxml_inconnu_attribut' => 'atributo desconhecido', |
|
| 710 | + 'zxml_inconnu_balise' => 'tag desconhecida', |
|
| 711 | + 'zxml_inconnu_entite' => 'entidade desconhecida', |
|
| 712 | + 'zxml_inconnu_id' => 'ID desconhecida', |
|
| 713 | + 'zxml_mais_de' => 'mas de', |
|
| 714 | + 'zxml_non_conforme' => 'não está de acordo com o motivo', |
|
| 715 | + 'zxml_non_fils' => 'não é filho de', |
|
| 716 | + 'zxml_nonvide_balise' => 'tag não vazia', |
|
| 717 | + 'zxml_obligatoire_attribut' => 'atributo obrigatório mas ausente em', |
|
| 718 | + 'zxml_succession_fils_incorrecte' => 'sucessão de filhos incorreta', |
|
| 719 | + 'zxml_survoler' => 'sobrepor para ver os corretos', |
|
| 720 | + 'zxml_valeur_attribut' => 'valor do atributo', |
|
| 721 | + 'zxml_vide_balise' => 'tag vazia', |
|
| 722 | + 'zxml_vu' => 'previsualização' |
|
| 723 | 723 | ); |