[pLog-svn] r873 - in plog/trunk/locale: . old
oscar at devel.plogworld.net
oscar at devel.plogworld.net
Sat Jan 29 15:52:14 GMT 2005
Author: oscar
Date: 2005-01-29 15:52:14 +0000 (Sat, 29 Jan 2005)
New Revision: 873
Added:
plog/trunk/locale/old/
plog/trunk/locale/old/locale_ca_ES.php
plog/trunk/locale/old/locale_de_DE.php
plog/trunk/locale/old/locale_en_UK.php
plog/trunk/locale/old/locale_es_ES.php
plog/trunk/locale/old/locale_et_EE.php
plog/trunk/locale/old/locale_fi_FI.php
plog/trunk/locale/old/locale_fr_FR.php
plog/trunk/locale/old/locale_hu_HU.php
plog/trunk/locale/old/locale_it_IT.php
plog/trunk/locale/old/locale_ja_JP.php
plog/trunk/locale/old/locale_ko_KR.php
plog/trunk/locale/old/locale_nl_BE.php
plog/trunk/locale/old/locale_ru_RU.php
plog/trunk/locale/old/locale_zh_CN.php
plog/trunk/locale/old/locale_zh_TW.php
Removed:
plog/trunk/locale/locale_ca_ES.php
plog/trunk/locale/locale_de_DE.php
plog/trunk/locale/locale_en_UK.php
plog/trunk/locale/locale_es_ES.php
plog/trunk/locale/locale_et_EE.php
plog/trunk/locale/locale_fi_FI.php
plog/trunk/locale/locale_fr_FR.php
plog/trunk/locale/locale_hu_HU.php
plog/trunk/locale/locale_it_IT.php
plog/trunk/locale/locale_ja_JP.php
plog/trunk/locale/locale_ko_KR.php
plog/trunk/locale/locale_nl_BE.php
plog/trunk/locale/locale_ru_RU.php
plog/trunk/locale/locale_zh_CN.php
plog/trunk/locale/locale_zh_TW.php
Log:
moved unfinished/incomplete locales to the old/ folder
Deleted: plog/trunk/locale/locale_ca_ES.php
===================================================================
--- plog/trunk/locale/locale_ca_ES.php 2005-01-29 15:29:38 UTC (rev 872)
+++ plog/trunk/locale/locale_ca_ES.php 2005-01-29 15:52:14 UTC (rev 873)
@@ -1,1411 +0,0 @@
-<?php
-// set this to the encoding that should be used to display the pages correctly
-$messages["encoding"] = "iso-8859-1";
-$messages["locale_description"] = "Fitxer amb els missatges de pLog en català.";
-// days of the week
-$messages["days"] = Array( "Diumenge", "Dilluns", "Dimarts", "Dimecres", "Dijous", "Divendres", "Dissabte" );
-// -- compatibility, do not touch -- //
-$messages["Monday"] = $messages["days"][1];
-$messages["Tuesday"] = $messages["days"][2];
-$messages["Wednesday"] = $messages["days"][3];
-$messages["Thursday"] = $messages["days"][4];
-$messages["Friday"] = $messages["days"][5];
-$messages["Saturday"] = $messages["days"][6];
-$messages["Sunday"] = $messages["days"][0];
-
-// abbreviations
-$messages["daysshort"] = Array( "Di", "Dl", "Dm", "Dx", "Dj", "Dv", "Ds" );
-// -- compatibility, do not touch -- //
-$messages["Mo"] = $messages["daysshort"][1];
-$messages["Tu"] = $messages["daysshort"][2];
-$messages["We"] = $messages["daysshort"][3];
-$messages["Th"] = $messages["daysshort"][4];
-$messages["Fr"] = $messages["daysshort"][5];
-$messages["Sa"] = $messages["daysshort"][6];
-$messages["Su"] = $messages["daysshort"][0];
-
-// months of the year
-$messages["months"] = Array( "Gener", "Febrer", "Març", "Abril", "Maig", "Juny", "Juliol", "Agost", "Setembre", "Octubre", "Novembre", "Desembre" );
-// -- compatibility, do not touch -- //
-$messages["January"] = $messages["months"][0];
-$messages["February"] = $messages["months"][1];
-$messages["March"] = $messages["months"][2];
-$messages["April"] = $messages["months"][3];
-$messages["May"] = $messages["months"][4];
-$messages["June"] = $messages["months"][5];
-$messages["July"] = $messages["months"][6];
-$messages["August"] = $messages["months"][7];
-$messages["September"] = $messages["months"][8];
-$messages["October"] = $messages["months"][9];
-$messages["November"] = $messages["months"][10];
-$messages["December"] = $messages["months"][11];
-
-$messages["message"] = "Missatge";
-$messages["error"] = "Error";
-
-$messages["date"] = "Data";
-
-// miscellaneous messages
-$messages["of"] = "de";
-$messages["recently"] = "RECENTMENT...";
-$messages["comments"] = "comentaris";
-$messages["comment on this"] = "Comentar";
-$messages["my_links"] = "ELS MEUS ENLLAÇOS";
-$messages["archives"] = "ARXIUS";
-$messages["search"] = "CERCAR";
-$messages["calendar"] = "CALENDARI";
-$messages["editLinkCategories"] = "CATEGORIES";
-$messages["search_s"] = "Cercar";
-$messages["link_tracker"] = "Link Tracker";
-$messages["search_this_blog"] = "Cercar en aquest bloc:";
-$messages["about_myself"] = "Sobre mi...";
-$messages["permalink_title"] = "Enllaç permanent l'arxiu";
-$messages["permalink"] = "Permalink";
-$messages["posted_by"] = "Enviat per ";
-$messages["on_the"] = "el ";
-$messages["page"] = "pàgina";
-$messages["posted"] = "enviat";
-
-$messages["reply"] = "Respondre";
-
-// add comment form
-$messages["add_comment"] = "Afegir comentari";
-$messages["comment_topic"] = "Títol: ";
-$messages["comment_text"] = "Text: ";
-$messages["comment_username"] = "El teu nom: ";
-$messages["comment_email"] = "La teva dirección de correu: ";
-$messages["comment_url"] = "La teva pàgina personal: ";
-$messages["comment_send"] = "Enviar";
-$messages["comment_added"] = "Comentari enviat!";
-$messages["comment_add_error"] = "Error enviant el comentari.";
-
-$messages["article_does_not_exist"] = "L'article sol·licitat no existeix.";
-$messages["no_posts_found"] = "No s'ha trobat cap article.";
-$messages["user_has_no_posts_yet"] = "Aquest usuari no té cap article encara.";
-
-$messages["info_about_myself"] = "Informació sobre mi...";
-$messages["back"] = "Tornar";
-
-$messages["back_top"] = "Tornar a Dalt";
-
-$messages["post"] = "article";
-
-$messages["trackbacks_for_article"] = "Trackbacks per l'article";
-$messages["trackback_excerpt"] = "Fragment";
-$messages["trackback_weblog"] = "Weblog";
-
-$messages["search_results"] = "Resultats de la cerca";
-$messages["search_matching_results"] = "Els següents articles concorden amb els termes de la cerca";
-$messages["search_no_matching_posts"] = "No s'ha trobat cap article que concordi amb els termes de la cerca";
-
-$messages["see_all_link"] = "(Faci click aquí per a veure tots els seus articles, desde el principi dels temps)";
-
-$messages["read_more"] = "(Segueix)";
-
-$messages["anonymous_poster"] = "Anònim";
-
-$messages["syndicate"] = "ALTRES";
-
-$messages["main"] = "Inici";
-
-////// error messages /////
-$messages["error_fetching_article"] = "L'article especificat no s'ha pogut trobar.";
-$messages["error_fetching_articles"] = "Els articles no s'han pogut carregar.";
-$messages["error_trackback_no_trackback"] = "No s'han trobat trackbacks per a l'article especificat.";
-$messages["error_incorrect_article_id"] = "L'identificador de l'article és incorrecte.";
-$messages["error_incorrect_blog_id"] = "L'identificador del diari no és correcte.";
-$messages["error_comment_without_text"] = "Hauries d'escriure alguna com a contingut del comentari.";
-$messages["error_comment_without_name"] = "Hauries de donar almenys el teu nom.";
-$messages["error_adding_comment"] = "Hi ha hagut un error afegint el comentari a la base de dades.";
-$messages["error_incorrect_parameter"] = "Paràmetre incorrecte.";
-$messages["error_parameter_missing"] = "Falta un paràmetre a la petició.";
-$messages["error_blog_has_no_links"] = "Aquest diari encara no té enllaços.";
-$messages["error_comments_not_enabled"] = "La funció de comentar articles has estat desactivada en aquest lloc.";
-
-///////////////// //////////////////
-///////////////// STRINGS FOR THE ADMINISTRATION INTERFACE //////////////////
-///////////////// //////////////////
-
-
-////// help messages for the administration interface /////
-
-
-$messages["addPost"] = "<p>S'ha afegit correctament el teu article. Ara pots seleccionar els
-servidors que vols enviar un ping de trackback, així ells sabran que has escrit sobre ells i podran
-enllaçar-te.</p>";
-
-$messages["help_editPosts"] = "<p>Sel·lecciona el títol del article per modificar-lo. També pots fer click
-a la categoria del post per tenir accés a tots els articles de la categoria. Pots aplicar un filtre
-pels articles per autor, estat i categoria usant les llistes desplegables de dalt. Es pot fer qualsevol combinació
-de condicions. Fes click en el numero de comentaris (només disponible si hi ha almenys un comentari) per tenir
-accés a tots els comentaris que has rebut pel article. </p>
-<p>Pots esborrar un o més articles sel·leccionat la casella <b>'Esborrar'</b> i fent click al botó <b>'Esborrar Sel·leccionats'</b>.
-<p>L'enllaç <b>'Estadístiques'</b> et mostrarà algunes dades sobre els articles, com el nombre de visites,
- els pings de trackback rebuts i els adreçes remotes que han enllaçat.</p>";
-
-$messages["editComments"] = "There are all the comments that have been posted for the given post. Comments
-can not be edited but they can be deleted. The only mandatory field when posting comments is the
-\"name\" field, so the E-mail and Url columns could be empty. The IP Address field is the
-original IP address where this comment was posted from. You can delete
-as many as you need by checking the corresponding <b>'Delete'</b> checkbox and pressing the
-<b>'Delete selected'</b> button.";
-
-$messages["postStats"] = "<p>These are the statistics about the selected post. The first one is how
-many times this article has been read, but please keep in mind that this statistic might be
-meaningless if you have disabled the <b>'Read more...'</b> feature in the <b>'Blog Settings'</b>
-section.</p>
-<p>The referers are the urls of all the hosts that visited this post, and the trackbacks table represents
-how many trackback pings have been received for this post. They can't be deleted or modified.</p>";
-
-$messages["help_editArticleCategories"] = "<p>This is a listing with all the post categories that
-have been created so far. There must be at least one category before you can add an article, since
-every article has to be categorized under a category. The <b>'Articles'</b> column shows how many
-articles have been categorized under the given category. In the same way, a category can't be deleted
-if it has an article assigned it; you must first remove all the articles and then you will be allowed
-to remove the category.</p>
-<p>You can delete more than one category at the same time by cheching their <b>'Delete'</b> column
-and then clickin on the <b>'Delete Selected'</b> button.</p>";
-
-$messages["help_newArticleCategory"] = "<p>From here you can add a new post category to the blog. All
-what you need to provide is a name for the new category. Once it has been created, it will be available
-for posts to be categorized under.</p>";
-
-$messages["help_editLinks"] = "<p>This is a list with all the links that have been added. Like posts, every
-link can be sorted in different categories and then displayed in the main page for visitors to see.</p>
-<p>For every link, you will see here its name, the url where it is pointing to and under which category
-it has been sorted. Finally you can also delete any of the links.</p>";
-
-$messages["help_newLink"] = "<p>You can add a new link from here. You have to provide at least a valid
-url and a name for the link. The description field is optional but useful to have more information
-about the link. You need at least one link category before you can add any link.</p>";
-
-$messages["help_editLinkCategories"] = "<p>This is a list with all the link categories that have been
-created. Like with posts, you need at least one link category before you can add any link. Clicking
-on the <b>'Links'</b> column will show all the links that belong to the category.</p>";
-
-$messages["help_newLinkCategory"] = "<p>The only thing you need to provide in order to have a new
-link category is a descriptive name for the category. Once the link category has been created,
-it will be available for links to be categorized under.</p>";
-
-$messages["help_blogSettings"] = "<p>From this page you can change some of the settings that control the
-behaviour or appearance of this journal. These are the settings: <ul>
-<li><b>Permanent URL</b>: This is the URL where this blog is running and that can be used to
-link to it. It can't be changed.</li>
-<li><b>Name of the blog</b>: This is a text string with a descriptive name of the blog. If using the
-default templates, it is the text displayed on top of every page.</li>
-<li><b>Long descriptive text about this blog</b>: This is a longer text that can optionally be
-displayed in some kind of page giving more detailed information about the page. It can be left
-blank if not needed.</li>
-<li><b>Language used to display the texts</b>: You can select one of the available languages. This
-language will be used to display the texts (not your own articles!) and format things like dates
-and numbers using the correct settings. More languages can be installed at any time.</li>
-<li><b>Items in the main page</b>: Set this to the number of posts you would like to have
-in the main page. The more posts, the longer it will take for users to download your page. Minimum
-number of posts it one.</li>
-<li><b>Items shown as recent</b>: Set this to the number of posts you would like to be shown as
-<b>'Recent'</b>, that is, the posts that have been posted earlier. Minimun amount is one.</li>
-<li><b>Template used to render the contents</b>: pLog allows to have more than one template
-to show the same content. You can choose here the most appropiate one for you journal, from the ones
-that have been installed by the administrator.</li>
-<li><b>Cut long posts and add a 'More...' link</b>: Set this to <b>'Yes'</b> if you would like pLog
-to automatically add a 'More...' link to your posts on the main page if they are too long (see the
-setting below) This feature is useful since it makes your frontpage less cluttered and also
-smaller. However, it has some problems if there is a lot of HTML code in the page.</li>
-<li><b>Cut posts after how many characters</b>: Set this to the amount of characters you would like
-to allow before adding the 'More...' link. This setting is only meaningful if you enabled the
-feature above.</li>
-<li><b>Enable WYSIWYG edition of texts</b>: Set this to yes if you would like to have the possibility
-to see how your posts look in real time. This feature is only available for users using either
-Internet Explorer 5.5 or higer and Mozilla 1.3b or higher.</li>
-<li><b>Enable comments</b>: Set this to yes if you would like to allow your users to make comments to your
-posts. This will globally affect all your posts and all your users.</li>
-</ul></p>";
-
-$messages["help_userSettings"] = "<p>Things related to your user profile can be changed from this
-page. Please note that your username cannot be changed.<ul>
-<li><b>Password, Confirm Password</b>: If you would like to change your password, please type it in
-the first text box. Do the same in the second box to confirm that you entered the same password.</li>
-<li><b>Email address</b>: Please set this to a valid email address if you would like to use features
-such as the notification when a comment is received to a post. It is used only for internal
-purposes and will not be publicly displayed.</li>
-<li><b>Bio</b>: You can type here some information about yourself. It can be left empty.</li>
-</ul></p>";
-
-$messages["help_pluginCenter"] = "<p>From here you can see which plugins have been installed. For every
-plugin, you will see its identifier (the identifier you have to use when developing templates and
-want to make use of the plugin features), the author of the plugin, and some descriptive text with
-various information about the plugin, mainly how to use it.</p>";
-
-$messages["help_Stats"] = "<p>You can see from here all the referers that have hit this site in the past.
-The <b>'Article'</b> column reflects which article was visited by the referer or the value <b>'0'</b>
-if the referer visited the main page or any other page which was not an article. Finally, the
-<b>'Last hit date'</b> column is the time of the last hit received from that referer.</p>";
-
-$messages["editArticleCategory"] = "<p>Please provide a new name for the category you are updating.</p>";
-
-$messages["editLink"] = "<p>You have to provide at least a url and a name for the link. The link must also
-be categorized under a category.</p>";
-
-$messages["editLinkCategory"] = "Please provide a new name for the link category you are updating.</p>";
-
-$messages["blogSelect"] = "Please select one of the operations from the menu.";
-
-$messages["Error"] = "There was an error while executing the requested operation. Please see
-the main page for more information regarding the error.";
-
-$messages["Message"] = "Please see the main page for more information regarding the message.";
-
-//////// strings for the administration interface ///////
-
-
-
-$messages["admin_interface_title"] = "Interfície d'Administració de pLog";
-$messages["administration"] = "Administració";
-$messages["help"] = "Ajuda";
-$messages["plog_help"] = "Ajuda de pLog";
-$messages["newPost"] = "Nou Article";
-$messages["editPosts"] = "Articles";
-$messages["editArticleCategories"] = "Categories";
-$messages["admin_links"] = "Enllaços";
-$messages["editLinkCategories"] = "Categories d'Enllaços";
-$messages["settings"] = "Arranjaments";
-$messages["Logout"] = "Sortir";
-
-// new post page
-$messages["topic"] = "Títol";
-$messages["text"] = "Text";
-$messages["category"] = "Categoria";
-$messages["status"] = "Estat";
-$messages["post_status_draft"] = "Esborrany";
-$messages["post_status_published"] = "Publicat";
-$messages["post_status_deleted"] = "Esborrat";
-$messages["post_status_all"] = "Tots";
-$messages["send_notification"] = "Avisar-me cada vegada que hi hagi un comentari.";
-$messages["send_trackback_pings"] = "Buscar enllaços a l'article i enviar notificacions de trackback a aquells que ho suportin.";
-$messages["add_post"] = "Afegir!";
-$messages["xmlrpc_ping_ok"] = "Ping XML-RPC enviat correctament a ";
-$messages["error_sending_xmlrpc_ping"] = "Hi ha hagut un error enviant el ping XML-RPC a ";
-$messages["error_sending_xmlrpc_ping_message"] = "El missatge d'error fou: ";
-$messages["preview"] = "Previsualitzar";
-$messages["post_added"] = "L'article ha estat afegit correctament.";
-$messages["you_will_be_notified"] = "També serà notificat cada vegada que s'afegeixi un nou comentari a l'article.";
-$messages["post_added_not_published"] = "Article afegit però no publicat.";
-$messages["error_adding_post"] = "Hi ha hagut un error afegint el missatge!";
-$messages["error_must_fill_all_fields"] = "Hauria d'omplir tots els camps.";
-$messages["error_must_have_one_category"] = "Es necessita com a mínim una categoria abans d'afegir un nou article.";
-
-// send trackbacks page
-$messages["send_trackback_pings"] = "Enviar notificacions de trackback";
-$messages["links_found"] = "S'han trobat els següents enllaços al seu article. Marqui els que hi desitjaria enviar un
-una notificació de trackback (aquest procés pot trigar una estona)";
-$messages["trackbacks_no_urls_selected"] = "No ha seleccionat cap dels enllaços i per tant no s'ha enviat cap notificació de trackback.";
-$messages["trackbacks_received_ok"] = "Els següents enllaços han rebut la notificació de trackback correctamente:";
-$messages["trackbacks_no_trackback"] = "Els següents enllaços no han especificat una direcció de notificació de trackback:";
-$messages["trackbacks_problems_sending"] = "Hi ha hagut problemes intentant enviar la notificació de trackback als següents enllaços. Pot intentar-ho de nou si així ho desitja.";
-$messages["trackbacks_received_all_hosts"] = "Tots els enllaços han rebut la notificació de trackback correctament.";
-$messages["ping_selected"] = "Notificar enllaços seleccionats";
-
-// edit posts
-$messages["author"] = "Autor";
-$messages["category_all"] = "Totes";
-$messages["author_all"] = "Tots";
-$messages["update"] = "Actualitzar";
-$messages["date"] = "Data";
-$messages["help_Stats"] = "Estadístiques";
-$messages["delete"] = "Esborrar";
-
-$messages["delete_selected"] = "Esborrar seleccionats";
-
-// edit post
-$messages["edit_post"] = "Editar Article";
-$messages["error_getting_post_to_update"] = "Hi ha hagut un error obtenint l'article seleccionat per editar.";
-$messages["error_updating_post_in_database"] = "Hi ha hagut un error actualitzant l'article a la base de dades.";
-$messages["post_successfully_updated"] = "Article actualitzat correctament.";
-$messages["notification_removed"] = "La notificació d'avís de nous comentaris que hi havia activada per aquest article ha estat eliminada.";
-
-// post statistics
-$messages["statistics_for_post"] = "Estadístiques de l'article ";
-$messages["error_fetching_post"] = "Hi ha hagut un error obtenint l'article.";
-$messages["times_post_has_been_read"] = "Vegades que l'article ha estat llegit: ";
-$messages["referers"] = "Referers";
-$messages["id"] = "Id";
-$messages["url"] = "Url";
-$messages["hits"] = "Vegades";
-$messages["trackbacks"] = "Trackbacks";
-
-// post comments
-$messages["error_fetching_comments"] = "Hi ha hagut un error obtenint els comentaris de l'article.";
-$messages["comments_for_post"] = "Comentaris de l'article ";
-$messages["email"] = "E-Mail";
-$messages["ip_address"] = "Adreça IP";
-
-// delete comments
-$messages["error_no_comments_selected"] = "No s'ha seleccionat cap comentari per esborrar.";
-$messages["error_deleting_comment"] = "Hi ha hagut un error esborrant el comentari ";
-$messages["comment_deleted_ok"] = "El comentari amb títol \"%s\" ha estat esborrat correctament.";
-
-// categories list
-$messages["category_name"] = "Nom";
-
-// removing posts
-$messages["post_cannot_be_deleted"] = "L'article no es pot esborrar.";
-$messages["no_posts_selected"] = "No s'ha seleccionat cap article per esborrar.";
-// %s = subject of the post, %d = identifier of the post. feel free to change its order
-// but if you remove them there will be no information about which post was removed...
-$messages["error_deleting_post"] = "Hi ha hagut un error esborrant l'article \"%s\" (id = %d)";
-$messages["post_deleted_ok"] = "L'article \"%2\$s\" ha estat esborrat correctament (id = %1\$d)";
-
-// delete categories
-$messages["no_categories_selected"] = "No s'ha seleccionat cap categoria per esborrar.";
-$messages["error_category_has_articles"] = "No s'ha pogut esborrar la categoria \"%s\" perque hi ha com a mínim un
-article classificat en aquesta categoria. Si us plau elimini aquest(s) article(s) primer i torni-ho a intentar de nou.";
-$messages["error_deleting_category"] = "Hi ha hagut un error esborrant la categoria \"%s\" de la base de dades.";
-$messages["category_deleted_ok"] = "La categoria \"%s\" ha estat esborrada correctament.";
-
-// add category
-$messages["newArticleCategory"] = "Afegir Nova Categoria";
-$messages["add_new_category_info"] = "Doni si us plau un nom vàlid per a la nova categoria.";
-$messages["category_added_ok"] = "Nova categoria afegida correctament.";
-$messages["error_adding_article_category"] = "Hi ha hagut un error afegint la nova categoria.";
-
-// edit categories
-$messages["edit_category"] = "Editar Categoria";
-$messages["please_provide_valid_category_name"] = "Doni si us plau un nom vàlid per a la categoria.";
-$messages["error_incorrect_category_id"] = "Identificador d'article incorrecte.";
-
-// update the category
-$messages["error_fetching_category"] = "Hi ha hagut un error obtenint la categoria.";
-$messages["error_updating_category"] = "Hi ha hagut un error actualitzant la categoria.";
-$messages["error_empty_category_name"] = "Ha de donar un nom valid per a la categoria.";
-$messages["category_updated_ok"] = "Categoria actualitzada correctament.";
-
-// edit links
-$messages["link_name"] = "Nom";
-$messages["link_url"] = $messages["url"];
-$messages["link_category"] = $messages["category"];
-$messages["link_description"] = "Descripció";
-$messages["editLinks"] = "Enllaços";
-
-// edit a link
-$messages["error_provide_name_and_url"] = "Ha de donar com a mínim un nom i una adreça per a l'enllaç.";
-$messages["error_invalid_link_id"] = "L'identificador de l'enllaç és incorrecte o no s'ha especificat.";
-$messages["error_fetching_link"] = "Hi ha hagut un error obtenint l'enllaç.";
-$messages["error_updating_link"] = "Hi ha hagut un error actualitzant l'enllaç.";
-$messages["link_updated_ok"] = "L'enllaç ha estat actualitzat correctament.";
-$messages["error_fetching_link_categories"] = "Hi ha hagut un error obtenint les categories d'enllaços.";
-
-// add a link
-$messages["add_new_link"] = "Afegir Nou Enllaç";
-$messages["newLink"] = "Afegir Enllaç";
-$messages["error_adding_link"] = "Hi ha hagut un error afegint l'enllaç.";
-$messages["link_added_ok"] = "L'enllaç ha estat afegit correctament.";
-$messages["error_provide_name_and_url"] = "Ha de donar com a mínim un nom i una adreça web per a l'enllaç.";
-$messages["error_must_have_one_link_category"] = "Ha de tenir com a mínim una categoria d'enllaços abans d'afegir un nou enllaç";
-
-// delete a link
-$messages["error_no_links_selected"] = "No s'han seleccionat enllaços per esborrar.";
-$messages["error_removing_link"] = "Hi ha hagut un error eliminant l'enllaç \"%s\" de la base de dades.";
-$messages["link_deleted_ok"] = "L'enllaç \"%s\" ha estat eliminat correctament de la base de dades.";
-
-// edit link categories
-$messages["newLinkCategory"] = "Afegir Nova Categoria d'Enllaços";
-$messages["link_categories_help"] = "Ha de tenir com a mínim una categoria d'enllaços abans d'afegir un enllaç nou.";
-$messages["link_category_name"] = "Nom";
-$messages["link_category_links"] = "Enllaços";
-
-// new link category
-$messages["newLinkCategory"] = "Afegir Nova Categoria d'Enllaços";
-$messages["new_link_category_info"]="Les categories d'enllaços l'ajudaràn a classificar els enllaços que afegeixi. Els enllaços i les seves categories podràn ser mostrats després a la pàgina principal.";
-$messages["newLinkCategory"] = "Afegir Categoria d'Enllaços";
-$messages["error_provide_link_category_name"] = "Ha de donar un nom vàlid per a la nova categoria.";
-$messages["error_adding_link_category"] = "Hi ha hagut un error afegint nova categoria d'enllaços.";
-$messages["link_category_added_ok"] = "Categoria d'enllaços afegida correctament.";
-
-// edit link category
-$messages["edit_link_category"] = "Editar Categoria d'Enllaços";
-$messages["error_updating_link_category"] = "Hi ha hagut un error actualitzant la categoria d'enllaços.";
-$messages["link_category_updated_ok"] = "La categoria d'enllaços ha estat actualitzada correctament.";
-$messages["error_fetching_link_category"] = "Hi ha hagut un error obtenint la categoria d'enllaços.";
-$messages["error_incorrect_link_category_id"] = "L'identificador de categoria d'enllaços és incorrecte.";
-
-// delete link categories
-$messages["error_no_link_category_selected"] = "No s'ha seleccionat cap categoria d'enllaços per esborrar.";
-$messages["error_links_in_link_category"] = "La category d'enllaços \"%s\" no s'ha pogut eliminar perque té com a mínim un
-enllaç classificat en ella. Esborri primer els enllaços i torni-ho a intentar.";
-$messages["error_removing_link_category"] = "Hi ha hagut un error eliminant la categoria d'enllaços \"%s\".";
-$messages["link_category_deleted_ok"] = "La category d'enllaços \"%s\" ha estat eliminada correctament.";
-// this error is shown when for some reason the category could not be fetched from the database
-// and we can't show its name
-$messages["error_removing_link_category_2"] = "Hi ha hagut un error eliminant la categoria d'enllaços amb identificador = %d";
-
-// blog settings page
-$messages["blogSettings"] = "Arranjaments del diari";
-$messages["userSettings"] = "Perfil d'Usuari";
-$messages["pluginCenter"] = "Plugins";
-$messages["Stats"] = "Estadístiques";
-$messages["blog_name"] = "Nom del diari";
-$messages["long_blog_name"] = "Text més llarg, descrivint aquest diari";
-$messages["language_used"] = "Llenguatge usat per mostrar els texts";
-$messages["items_main_page"] = "Quants articles li agradaria mostrar a la pàgina principal?";
-$messages["items_as_recent"] = "Quants articles li agradaria mostrar com a \"Recents\"?";
-$messages["template_used"] = "Disseny usat per mostrar el contingut d'aquest diari";
-$messages["cut_posts"] = "Escurçar els articles que siguin massa llargs a la pàgina principal i afegir un enllaç \"Continua\"?";
-$messages["cut_posts_after_characters"] = "Quants caràcters li agradaria mostrar abans d'escurçar l'article?";
-$messages["enable_wysiwyg_edition"] = "Activar l'edició visual de codi HTML? (Només disponible per Internet Explorer 5.5 i Mozilla 1.3b o superiors)";
-$messages["enable_comments"] = "Activar comentaris per tots els articles?";
-$messages["yes"] = "Si";
-$messages["no"] = "No";
-$messages["error_invalid_locale"] = "Valor incorrecte del llenguatge escollit.";
-$messages["error_incorrect_max_recent_items"] = "Ha de donar un nombre vàlid d'articles que li agradaria mostrar com a recents";
-$messages["error_incorrect_number_of_posts"] = "Ha de donar un nombre vàlid d'articles que li agradia mostrar a la pàgina principal.";
-$messages["error_incorrect_template"] = "El disseny especificat per mostrar els continguts és incorrecte.";
-$messages["error_no_blog_name"] = "Ha de donar un nom vàlid per a aquest diari.";
-//$messages["error_incorrect_show_more_threshold"] = "Ha de donar un nombre de caràcters vàlid abans d'escurçar l'article."
-$messages["error_incorrect_show_more_threshold"] = "asdfasf";
-$messages["error_updating_settings"] = "Hi ha hagut un error actualitzant els arranjaments d'aquest diari.";
-$messages["blog_settings_updated_ok"] = "Els arranjaments d'aquest diari han estat actualitzats correctament.";
-$messages["permanent_blog_url"] = "Adreça d'aquest diari (no modificable)";
-
-// user profile page
-$messages["username"] = "Nom d'usuari";
-$messages["password"] = "Paraula clau";
-$messages["confirm_password"] = "Paraula clau [confirmar]";
-$messages["email_address"] = "Adreça de correu";
-$messages["bio"] = "Sobre mi";
-$messages["empty_no_change"] = "Deixar buit si no es desitja canviar-la";
-$messages["user_settings_updated_ok"] = "El perfil d'usuari ha estat actualitzat correctament.";
-$messages["error_updating_user_settings"] = "Hi ha hagut un error actualitzant el perfil d'usuari.";
-$messages["error_passwords_dont_match"] = "La paraula clau donada i la confirmació no són iguals.";
-$messages["error_incorrect_password"] = "Ho sento, la paraula clau no és vàlida.";
-$messages["error_incorrect_email_address"] = "L'adreça de correu no és vàlida.";
-
-// plugin center page
-$messages["plugins_available"] = "Aquest és un llistat dels plugins disponibles.";
-$messages["identifier"] = "Identificador";
-$messages["description"] = "Descripció";
-$messages["error_plugins_disabled"] = "El suport per a plugins ha estat desactivat.";
-
-// statistics page
-$messages["statistics_info"] = "Un identificador de 0 indica que s'ha visitat la pàgina principal i no cap article en concret.";
-$messages["article_id"] = "Id. d'Article";
-$messages["last_hit_date"] = "Data Últim Accés";
-$messages["error_fetching_referers"] = "Error obtenint els referers per a aquest lloc web de la base de dades";
-
-// login screen
-$messages["login_page_title"] = "Interfície d'Administració de pLog";
-$messages["login"] = "Entrada";
-$messages["welcome_message"] = "Benvingut a pLog";
-$messages["error_incorrect_username_or_password"] = "El nom d'usuari o la paraula clau són incorrectes.";
-$messages["error_dont_belong_to_any_blog"] = "L'usuari és vàlid però no pertany a cap diari.";
-$messages["error_no_username_or_password"] = "Ha de donar un nom d'usuari una paraula clau.";
-$messages["choose_one_blog"] = "Pertany als següents diaris. Esculli un per treballar ara";
-$messages["continue"] = "Continuar";
-$messages["logout_message"] = "El procés de sortida ha acabat correctament.";
-$messages["logout_message_2"] = "<a href=\"admin.php\">Faci clic aqui</a> per tornar a entrar, o
-aqui per anar a <a href=\"%1\$s\">%2\$s</a>.";
-$messages["logout_title"] = "Sortida";
-$messages["error_access_forbidden"] = "Accés no permès. Identifiqui's primer aqui.";
-
-// new strings added for 0.2
-////////////////////////////////////////////////////////////////////
-$messages["site_admin"] = "Administració del web";
-$messages["site_stats"] = "Estadístiques del web";
-$messages["createUser"] = "Afegir usuari";
-$messages["siteUsers"] = "Usuaris";
-$messages["createBlog"] = "Afegir diari";
-$messages["editSiteBlogs"] = "Diaris personals";
-$messages["siteLocales"] = "Idiomes";
-$messages["newLocale"] = "Afegir idioma";
-$messages["siteTemplates"] = "Plantilles";
-$messages["newTemplate"] = "Afegir nova plantilla";
-$messages["editSiteSettings"] = "Configuració general";
-$messages["adminSettings"] = "Configuració del web";
-$messages["help_comments_enabled"] = "Habilita o deshabilita els comentaris de tot el web.";
-$messages["help_beautify_comments_text"] = "Respectar el format del usuari en els comentaris.";
-$messages["help_rdf_enabled"] = "Habilita o deshabilita la generació d'un RDF amb els últims articles.";
-$messages["help_temp_folder"] = "Carpeta que utilitzarà l'aplicació per dur a terme algunes operacions que necessiten un espai temporal.";
-$messages["help_base_url"] = "Aquesta adreça URL s'utilitzarà per generar adreces valides, si us plau posa el valor correcte";
-$messages["help_show_posts_max"] = "Nombre d'articles que es mostren en la pantalla principal per defecte.";
-$messages["help_recent_posts_max"] = "Nombre d'articles que es mostren com recents, per defecte.";
-$messages["help_template_folder"] = "Aquesta carpeta es on l'aplicació ha de buscar les plantilles.";
-$messages["help_default_template"] = "La plantilla per defecte dels nous diaris personals.";
-$messages["help_default_locale"] = "L'idioma per defecte que s'utilitzarà amb els nous diais i a l'entrada d'usuaris a l'administració.";
-$messages["help_html_allowed_tags_in_comments"] = "El codi HTML no serà esborrat dels comentaris que enviïn els usuaris.";
-$messages["help_referer_tracker_enabled"] = "Afegeix informació molt bàsica sobre les peticions a la base de dades, si el client té la informació disponible.";
-$messages["help_rss_parser_enabled"] = "Habilita o deshabilita el parsejador de RSS a les plantilles.";
-$messages["help_show_more_enabled"] = "Habilita o deshabilita la característica \"Segueix...\" per defecte.";
-$messages["help_show_more_threshold"] = "Quants caracters s'han de mostrar per mostrar l'enllaç de \"Segueix...\".";
-$messages["help_update_article_reads"] = "Quan s'ha d'actualitzar o no el contador intern que representa el nombre de vegades que s'ha llegit un article.";
-$messages["help_request_format_mode"] = "Mode \"Normal\" generarà adreces URL normals mentre que \"Search Engine Friendly\" generara adreces més fàcils de llegir i millors pels buscadors. Requereix Apache i la possibilitat de usar un arxiu .htaccess";
-$messages["help_xmlrpc_ping_enabled"] = "Quan s'ha d'enviar una notificació XMLRPC als servidors configurats cada vegada que s'afegeix un article.";
-$messages["help_xmlrpc_ping_hosts"] = "Llista dels servidors que soporten notificacions XMLRPC. Si us plau posa els diferents servidors en diferents linies, tants com vulguis.";
-$messages["help_trackback_server_enabled"] = "Habilita o deshabilita les peticions de trackback.";
-$messages["help_htmlarea_enabled"] = "Habilita o deshabilita l'edició WYSIWYG dels articles.";
-$messages["help_plugin_manager_enabled"] = "Habilita o deshabilita els pluguins.";
-$messages["help_check_email_address_validity"] = "Quan es registra un nou diari, es preguntara als usuaris una adreça e-mail vàlida que serà verificada per autentificar-la que és real.";
-$messages["help_summary_page_show_max"] = "Quants articles s'han de mostrar a la pantalla de resum inicial.";
-$messages["help_minimum_password_length"] = "Quants caràcters ha de tenir com a mínim una paraula clau.";
-$messages["help_users_can_add_templates"] = "Els usuaris poden afegir plantilles específiques pel seu diari?";
-$messages["help_email_service_enabled"] = "Habilita o deshabilita el servei d'email, utilitzat per enviar notificacions de comentaris per exemple.";
-$messages["post_notification_source_address"] = "Adreça de remitent (De:) utilitzada per enviar els correus electrònics.";
-$messages["help_email_service_type"] = "Mètode per a enviar correu electrònic. Si us plau, selecciona'n un i no oblidis de triar els arranjaments de sota.";
-$messages["help_smtp_host"] = "Si utilitzes SMTP com a mètode per enviar, aquest es el servidor que serà utilitzat per enviar els missatges.";
-$messages["help_smtp_port"] = "Port del servidor SMTP especificat.";
-$messages["help_smtp_use_authentication"] = "Si el servidor SMTP soporta autentificació i la vols utilitzar, si us plau activa aquesta característica i omple els següents camps.";
-$messages["help_smtp_username"] = "Nom d'usuari que serà utiltizat quan s'enviïn emails utilitzant SMTP i l'autentificació estigui habilitada.";
-$messages["help_smtp_password"] = "Paraula clau que serà utilitzada quan s'enviïn emails utilitzant SMTP i l'autentificació estigui habilitada.";
-$messages["help_uploads_enabled"] = "Habilita o deshabilita la puajda de fitxers. Aquesta característica afecta a la pujada de noves plantilles i a afegir fitxers a les plantilles existents.";
-$messages["help_maximum_file_upload_size"] = "Tamany màxim en bytes dels fitxers pujats per usuaris.";
-$messages["help_upload_forbidden_files"] = "Llista de les extensions que estan habilitades per pujar. Pots especificar totes les que necessitis separades per un espai en blanc.";
-$messages["help_path_to_tar"] = "Ruta on es troba l'eina 'tar'.";
-$messages["help_path_to_gzip"] = "Ruta on es troba l'eina 'gzip'.";
-$messages["help_path_to_bz2"] = "Ruta on es troba l'eina 'bzip2'.";
-$messages["help_path_to_unzip"] = "Ruta on es troba l'eina 'unzip'.";
-
-$messages["add_user_give_information"] = "Si us plau, entra la següent informació per a crear un nou usuari.";
-
-$messages["site_registered_users"] = "Aquests són tots els usuaris registrats en el servidor.";
-
-$messages["add_blog_give_information"] = "Si us plau, omple la següent informació per a crear un diari nou.";
-$messages["blog_title"] = "Títol del diari";
-$messages["blog_owner"] = "Administrador del diari";
-
-$messages["site_registered_blogs"] = "Aquest són tots els diaris registrats en aquest web.";
-$messages["editSiteUsers"] = "Modificar Usuaris";
-
-$messages["upload_locale"] = "Carregar idioma";
-$messages["use_this_form_to_upload_locale"] = " Utilitza aquest formulari per afegir un nou idioma al servidor. Si no tens la possibilitat de pujar fitxers, si us plau consulta el formulari inferior.";
-$messages["locale_file"] = "Fitxer d'idioma";
-$messages["manually_add_locale"] = "Afegir Idioma de forma manual";
-$messages["use_this_form_if_cant_upload_locale"] = "Utilitza aquest segon formulari si no tens la possibilitat de pujar fitxers al teu servidor. El fitxer s'ha de copiar a la carpeta d'idiomes per defecte abans d'executar aquesta operació. Si no és així es produïra un error.";
-$messages["locale_code"] = "Codi d'idioma";
-$messages["locale_encoding"] = "Codificació";
-
-$messages["template_will_be_available_for_all"] = "La nova plantilla estarà disponible automaticament a tots els diaris d'aquest web.";
-
-$messages["use_this_form_to_upload_template"] = " Utilitza aquest formulari per afegir una nova plantilla al servidor. Si no tens la possibilitat de pujar fitxers, si us plau consulta el formulari inferior. Les plantilles han d'estar comprimiders en un fitxer de tipus .zip, .tar.gz o tar.bz2.";
-$messages["upload_template"] = "Carregar plantilla";
-$messages["manually_add_template"] = "Afegir Plantilla de forma manual";
-$messages["use_this_form_if_cannot_upload_template"] = " Utilitza aquest segon formulari si no tens la possibilitat de pujar fitxers al teu servidor. El fitxer s'ha de copiar a la carpeta de plantilles per defecte abans d'executar aquesta operació. Si no és així es produïra un error.";
-$messages["template_id"] = "Identificador de Plantilla";
-
-$messages["templates_available_for_all"] = "Aquestes són les plantilles que estan disponibles a tots els diaris del web.";
-$messages["add_file"] = "Afegir Fitxer";
-
-$messages["setting_name"] = "Nom";
-$messages["setting_value"] = "Valor";
-$messages["setting_description"] = "Descripció";
-
-$messages["plain"] = "Normal";
-$messages["search_engine_friendly"] = "Search Engine Friendly";
-
-$messages["general_settings"] = "Configuració general";
-$messages["helper_tools_settings"] = "Configuració d'eines d'ajuda";
-$messages["uploads_settings"] = "Configuració Pujada Fitxers";
-$messages["email_settings"] = "Configuració d'Email";
-
-$messages["number_blogs"] = "Nombre de diaris";
-$messages["number_users"] = "Nombre d'usuaris";
-$messages["number_posts"] = "Nombre d'articles";
-$messages["number_posts_today"] = "Nombre d'articles avui";
-$messages["number_posts_this_month"] = "Nombre d'articles aquest mes";
-
-$messages["date"] = "Data";
-$messages["time"] = "Hora";
-
-$messages["comments_order"] = "Ordre en que apareixen els comentaris:";
-$messages["oldest_first"] = "El més antic primer";
-$messages["newest_first"] = "El més recent primer";
-
-$messages["blog"] = "Diari personal";
-$messages["blog_id"] = "Identificador Numèric del Diari Personal";
-
-$messages["showBlogUsers"] = "Usuaris del diari";
-$messages["available_users"] = "Usuaris disponibles";
-$messages["add"] = "Afegir";
-$messages["remove"] = "Esborrar";
-
-$messages["user_id"] = "Identificador Numèric de l'Usuari";
-
-$messages["new_password"] = "Nova paraula clau";
-$messages["has_administrator_privileges"] = "Té privilegis d'administrador";
-$messages["related_to_the_following_blogs"] = "Diaris relacionats";
-
-$messages["add_user_to_blog_form"] = " Aquest formulari serveix per afegir usuaris al teu diari. L'usuari només podrà afegir o modificar articles, però no podrà modificar els arranjaments del diari.";
-$messages["add_user_enter_username"] = " Entra el nom d'usuari que vulguis afegir. L'usuari ha d'estar registrat en aquest servidor, sinó ocasionarà un error.";
-$messages["add_user_send_notification"] = "Enviar notificació per email a l'usuari.";
-$messages["add_user_type_notification"] = "Escriu el text que vulguis enviar a aquest usuari";
-
-$messages["following_users_have_permissions"] = " Els següents usuaris formen part d'aquest diari. Ells poden afegir, modificar o esborrar articles però no poden canviar res dels arranjaments del diari.";
-$messages["revoke_permissions"] = "Anul·lar Permisos";
-
-$messages["newBlogTemplate"] = "Afegir Plantilla al Diari";
-$messages["manually_newBlogTemplate"] = "Afegir Plantilla Manualment";
-$messages["template_available_only_for_this_blog"] = "Aquest plantilla només serà disponible per aquest diari.";
-$messages["use_form_to_upload_blog_template"] = "Utilitza aquest formulari per pujar una nova plantilla al servidor. Sino tens la possibilitat de pujar arxius, utiltiza el formulari de sota. Les plantilles han d'estar comprimides en un paquet zip, tar.gz o tar.bz2 per a poder pujar-les.";
-$messages["use_form_if_cannot_upload_blog_template"] = "Use this second form if you don't have the possibility of uploading files to your server. The file must have been copied to the default template folder before executing this operation. Otherwise it will result in an error.";
-
-$messages["blogTemplates"] = "Blog Templates";
-$messages["templates_only_available_for_this_blog"] = "Les següents plantilles només estaran disponibles en aquest diari.";
-
-$messages["add_file_to_blog_template"] = "Afegir Fitxer a la Plantilla del Diari";
-$messages["upload_file_to_blog_template"] = "Selecciona el fitxer que vols afegir a la plantilla.";
-
-$messages["error_user_id_incorrect"] = "Identificador d'usuari incorrecte.";
-$messages["error_incorrect_user_id"] = $messages["error_user_id_incorrect"];
-$messages["error_fetching_user_information"] = "S'ha produït un error recuperant la informació de l'usuari.";
-$messages["error_password_incorrect"] = "La paraula clau és massa curta o invàlida.";
-$messages["error_updating_user_settings"] = "No puc actualitzar les característiques de l'usuari seleccionat.";
-$messages["user_settings_updated_ok"] = "Característiques del usuari \"%s\" actualitzades correctament.";
-$messages["error_no_users_selected_to_add"] = "No s'han seleccionat usuaris per afegir.";
-$messages["user_added_to_blog_ok"] = "L'usuari \"%s\" ha estat afegit en aquest diari.";
-$messages["error_adding_user_to_blog"] = "S'ha produït un error afegint l'usuari \"%s\" al diari.";
-$messages["error_no_users_selected_to_remove"] = "No s'han seleccionat usuaris per esborrar.";
-$messages["user_removed_from_blog_ok"] = "L'usuari \"%s\" ha estat exclòs d'aquest diari.";
-$messages["error_removing_user_from_blog"] = "S'ha produït un error esborrant l'usuari \"%s\" d'aquest diari.";
-
-$messages["error_incorrect_plugin_id"] = "L'identificador del plugin és incorrecte.";
-$messages["error_configuring_plugin"] = "S'ha produït un error configurant el plugin: ";
-$messages["site_config_saved_ok"] = "Les configuración del lloc web han estat guardades correctament.";
-$messages["error_saving_site_config"] = "S'ha produït un error guardant la configuració.";
-
-$messages["error_incorrect_blog_owner"] = "L'usuari seleccionat com a propietari del diari no existeix.";
-$messages["error_updating_blog_settings"] = "S'ha produit un error actualitzant les característiques del diari \"%s\"";
-$messages["blog_settings_updated_ok"] = "Les característiques del diari \"%s\" s'han actualitzat correctament.";
-
-$messages["error_fetching_users"] = "S'ha produït un error recuperant els usauris del lloc web.";
-
-$messages["error_fetching_blogs"] = "S'ha produït un error recuperant els diaris del lloc web.";
-
-$messages["error_incorrect_template_id"] = "L'identificador de la plantilla no és vàlid o no existeix.";
-
-$messages["error_no_users_selected"] = "No s'han seleccionat usuaris per a ser esborrats.";
-$messages["error_could_not_find_user"] = "No puc trobar l'usuari \"%s\" en aquest lloc.";
-$messages["error_deleting_user"] = "S'ha produït un error esborrant l'usuari \"%s\"";
-$messages["user_deleted_ok"] = "L'usuari \"%s\" s'ha esborrat correctament.";
-
-$messages["error_must_give_blog_name"] = "Dóna un nom vàlid pel diari.";
-$messages["error_adding_blog"] = "S'ha produït un error afegint el diari a la base de dades.";
-$messages["blog_added_ok"] = "El nou diari \"%s\" s'ha afegit a la base de dades correctament.";
-
-$messages["error_template_not_inside_folder"] = "Els fitxers de la plantilla han d'estar dins la carpeta.";
-$messages["error_missing_base_files"] = "Falten alguns dels fitxers basics de la plantilla.";
-$messages["error_unpacking"] = "S'ha produït un error descomprimint el fitxer.";
-$messages["error_forbidden_extensions"] = "Alguns dels fitxers de la plantilla estan prohibits.";
-$messages["error_creating_working_folder"] = "There was an error checking the template set";
-$messages["error_checking_template"] = "There was an error with the template set (code = %s)";
-$messages["error_add_template_disabled"] = "Users are not allowed to add templates in this site.";
-$messages["error_must_upload_file"] = "You must upload a file.";
-$messages["error_no_template_name"] = "You must provide a template name.";
-$messages["error_uploads_disabled"] = "The upload feature has been disabled in this site.";
-$messages["error_installing_template"] = "There was an error installing the template set.";
-$messages["template_installed_ok"] = "The new template set has been successfully installed as \"%s\".";
-
-$messages["error_adding_template_file"] = "There was an error adding the file to the template set.";
-$messages["error_file_forbidden"] = "Files of this type have been forbidden in this site.";
-$messages["error_file_too_big"] = "The file is too big. Maximum allowed size is \"%s\" bytes.";
-$messages["template_file_added_ok"] = "File added successfully to template \"%s\".";
-
-$messages["error_plugin_cannot_be_configured"] = "The plugin cannot be configured.";
-
-$messages["error_incorrect_username"] = "The username is incorrect or already exists.";
-$messages["error_username_already_exists"] = "There is already a user registered with the same username.";
-$messages["error_adding_user"] = "There was an error whiel adding the new user to the database.";
-$messages["user_added_ok"] = "The new user \"%s\" has been successfully added.";
-
-$messages["error_no_blogs_selected"] = "You must select at least one blog to delete.";
-$messages["error_blog_is_default_blog"] = "\"%s\" cannot be deleted because it is the default blog.";
-$messages["blog_deleted_ok"] = "Blog \"%s\" has been successfully deleted.";
-$messages["error_deleting_blog"] = "There was an error while deleting blog \"%s\".";
-
-$messages["error_no_templates_selected"] = "No templates were selected to remove.";
-$messages["error_removing_template"] = "There was an error removing the template \"%s\"";
-$messages["template_removed_ok"] = "Template \"%s\" removed successfully.";
-
-$messages["error_no_users_selected_to_remove_from_blog"] = "No users were selected to remove from this blog.";
-$messages["error_removing_user_from_blog"] = "There was an error removing user \"%s\" from this blog.";
-$messages["user_removed_from_blog_ok"] = "User \"%s\" has been successfully removed from this blog.";
-
-$messages["error_incorrect_locale_code"] = "The given locale code is not valid.";
-$messages["error_invalid_locale_file"] = "The file does not seem to be a valid locale file.";
-$messages["error_adding_locale_file"] = "There was an error adding the new locale file. Please make sure that the file has been uploaded to the locale folder prior to this operation and that it has correct permissions.";
-$messages["locale_added_ok"] = "The new locale \"%s\" has been successfully added.";
-$messages["error_saving_locale"] = "There was an error saving the new locale file to the locale folder. Please make sure that the folder has the right access permissions.";
-
-$messages["error_no_locales_selected"] = "No locales were selected to delete.";
-$messages["error_deleting_only_locale"] = "This is the only locale available in the system and therefore it cannot be deleted.";
-$messages["locale_deleted_ok"] = "Locale \"%s\" deleted successfully.";
-$messages["error_deleting_locale"] = "There was an error while deleting locale \"%s\"";
-$messages["error_cant_delete_default_locale"] = "\"%s\" can not be deleted because it is the default locale setting at the moment.";
-
-$messages["plugin_config"] = "Plugin Configuration";
-
-$messages["use_read_more_feature"] = "Vol mostrar l'article sencer a la pàgina principal? (Si selecciona 'no', només es mostrarà la part escrita en el requadre 'Text')";
-
-$messages["extended_text"] = "Aquest text només es mostrarà a la pàgina del article, a no ser que ho desactivis a la pàgina de 'Arranjaments'";
-
-$messages["error_must_give_post_intro"] = "Has d'introduïr un text introductori a l'article com a mínim.";
-
-$messages["comment_marked_as_spam_ok"] = "El comentari ha estat marcat com a spam correctament.";
-$messages["comment_marked_as_nonspam_ok"] = "El comentari ha estat marcat com a no spam correctament.";
-$messages["error_marking_comment_as_nonspam"] = "Hi ha hagut un error marcant el comentari com a no spam.";
-$messages["error_marking_comment_as_spam"] = "Hi ha hagut un error marcant el comentari com a spam.";
-$messages["error_incorrect_comment_id"] = "L'identificador del comentari és incorrecte.";
-$messages["error_base_storage_folder_missing_or_unreadable"] = "Hi ha hagut un error mentre es creaven les carpetes necessàries per enmagatzemar els fitxers. La raó
-podria ser que el seu servidor de PHP tingui el 'safe mode' activat o que l'usuari que s'està fent servir per executar aquest script no tingui permisos suficients per a
-crear directoris. Si ho desitja, pot intentar crear els directoris manualment i assignar els permisos correctes:<br/><br/>%s<br/><br/>Si els directoris ja
-existien, asegúri's de que poden ser llegits i escrits pel servidor de web on aquesta aplicació es troba allotjada.";
-///// new help messages ////
-
-//
-// note to translators:
-//
-// this is exactly the same as the previous version but an additional item
-// has been added to the list ("order in which comments appear")
-// and one has been removed (the threshold for the 'show more' setting)
-//
-$messages["help_blogSettings"] = "<p>From this page you can change some of the settings that control the
-behaviour or appearance of this journal. These are the settings: <ul>
-<li><b>Permanent URL</b>: This is the URL where this blog is running and that can be used to
-link to it. It can't be changed.</li>
-<li><b>Name of the blog</b>: This is a text string with a descriptive name of the blog. If using the
-default templates, it is the text displayed on top of every page.</li>
-<li><b>Long descriptive text about this blog</b>: This is a longer text that can optionally be
-displayed in some kind of page giving more detailed information about the page. It can be left
-blank if not needed.</li>
-<li><b>Language used to display the texts</b>: You can select one of the available languages. This
-language will be used to display the texts (not your own articles!) and format things like dates
-and numbers using the correct settings. More languages can be installed at any time.</li>
-<li><b>Items in the main page</b>: Set this to the number of posts you would like to have
-in the main page. The more posts, the longer it will take for users to download your page. Minimum
-number of posts it one.</li>
-<li><b>Items shown as recent</b>: Set this to the number of posts you would like to be shown as
-<b>'Recent'</b>, that is, the posts that have been posted earlier. Minimun amount is one.</li>
-<li><b>Template used to render the contents</b>: pLog allows to have more than one template
-to show the same content. You can choose here the most appropiate one for you journal, from the ones
-that have been installed by the administrator.</li>
-<li><b>Show the whole post int he main or only the part that was typed in the 'Text' box?</b>: Set this to <b>'Yes'</b> if you would like pLog
-to automatically add a 'More...' link to your posts on the main page just after the text you typed
-in the text box labeled 'Text'. The text typed in the second text box will only be shown to the user
-when clicking on the
-setting below) This feature is useful since it makes your frontpage less cluttered and also
-smaller. However, it has some problems if there is a lot of HTML code in the page.</li>
-<li><b>Enable WYSIWYG edition of texts</b>: Set this to yes if you would like to have the possibility
-to see how your posts look in real time. This feature is only available for users using either
-Internet Explorer 5.5 or higer and Mozilla 1.3b or higher.</li>
-<li><b>Enable comments</b>: Set this to yes if you would like to allow your users to make comments to your
-posts. This will globally affect all your posts and all your users.</li>
-<li><b>Order in which comments appear</b>: Set it to \"Oldest first\" if you would like to see
-the older comments first in the list, or set it to \"Newest first\" to see them in
-reverse chronological order.</li>
-</ul></p>";
-
-//
-// translators: this one has changed too since we now have two text boxes: one for the
-// text that we'd like to appear in the main page and another one for the text that
-// will only be shown in the 'post' page (that is, when the users clicks on the
-// permalink, for example)
-//
-
-$messages["help_newBlogUser"] = "Aquesta opció serveix per a què puguis donar permisos d'edicó a un altre usuari d'aquesta bitàcola.
-Per a fer això, tu només has de coneixer el seu nom d'usuari. Si ja el saps, simplement escriu el text i prem el botó \"Afegir Usuari\".
-Si vols també pots enviar-li un email (si va posar correctament l'adreça quan es va registrar) notificant-li que li has donat
-permís per afegir, modificar i esborrar articles a la teva bitàcola.";
-
-$messages["help_showBlogUsers"] = "Aquesta es la llista d'usuaris que tenen permisos d'edició per aquesta bitàcola. Podràs veure el seu
-perfil si vols o anul·lar els permisos seleccionat els usuaris i fent click al botó \"Anul·lar Permisos\". Una vegada hagis fet això,
-els usuaris sel·leccionats no podran publicar res més en aquesta bitàcola.";
-
-//
-// note to translators:
-//
-// added some additional text here to inform about the new "configure" feature
-//
-$messages["help_pluginCenter"] = "<p>From here you can see which plugins have been installed. For every
-plugin, you will see its identifier (the identifier you have to use when developing templates and
-want to make use of the plugin features), the author of the plugin, and some descriptive text with
-various information about the plugin, mainly how to use it.</p>
-<p>Some plugins offer also their own configuration page from wich you can modify some
-aspects of its behaviour. To access such page, please click on the \"configure\" link
-next to every plugin.</p>";
-
-$messages["configurePlugin"] = "Aquest pluguin conté alguns paràmetres que poden ser configurats per l'usuari.";
-
-$messages["help_newBlogTemplate"] = "<p>It is possible to easily add new templates to the system. To do
-so, there are two possibilities: the template can either be uploaded as a compressed file
-(tar.gz, tar.bz2 and zip files are supported) to the server or it canbe manually
-uploaded using any available method.</p>
-<p>If the first method is chosen, the contents of the file must have all been packaged
-under a folder which will be the name given to the template.</p>
-<p>If the second method is chosen, simply upload the files to a folder under your blog-specific folder
-and type in the name of the folder in the text box below.</p>
-<p>Plugins added here will only be available to this specific below and will not be able to
-be accessed by other blogs.</p>";
-
-$messages["help_blogTemplates"] = "<p>This is a list with all the templates that have been added to
-this blog. If you wish to remove any of them, please select them and click on the
-\"Delete Selected\" button below the list. Once a template is deleted it cannot be
-recovered, since it is removed from the disk.</p>";
-
-$messages["help_adminSettings"] = "<p>Aquí es mostren algunes estadístiques bàsiques sobre aquest web.</p>";
-
-$messages["help_createUser"] = "<p>We can easily register new users in the system by using this form.
-We only need to provide with a valid username and a password, and optionally an email address.
-Users registered here will not be attached to any blog unless we explicitly do so in the
-\"User\" section or until we create a blog specially for this new user.</p>";
-
-$messages["editUserProfile"] = "<p>From here we can edit the profile of any user in this blog. We can
-also grant administrator privileges to the user (or revoke them). A list of the blogs to which
-the user belogs is also displayed.</p>";
-
-$messages["help_editSiteUsers"] = "<p>These are all the users that are registered in this site. You can see and edit
-their profile by clicking on the username or you can delete any of them by clicking on the
-checkbox of the user(s) and then click on the \"Delete Selected\" button. Once a user
-has been deleted, it can <b>not</b> be recovered, so please be careful.</p>";
-
-$messages["help_createBlog"] = "<p>Unlimited blogs can be added to a single installation of pLog. Users
-can use the registration script provided in the main package but administrator can also
-register new blogs by using this form. The only things needed to know are the name that will
- be given to the blog and the user who will be the owner, having the maximum privileges
- over that blog.</p>";
-
- $messages["help_editSiteBlogs"] = "<p>This is a list with all the blogs that have been registered
- so far in this site. Any blog can be deleted selecting it and clicking on the \"Delete
- Selected\" button. If we try to delete the blog that has been set as the default one
- (see the \"Global Settings\" tab in \"Site Admin\") we will get an error message.</p>
- <p>We can also edit the settings of any blog by clicking on it.</p>
- <p>Finally, we can edit the users that have permissions on a given blog by clicking
- on the \"Edit Users\" link</p>";
-
-$messages["editBlog"] = "<p>The settings of the blog can be edited from here in the same way
-a normal user can do. Everything is exactly the same except that administrator users can also
-change who is the owner of the blog, anytime.</p>";
-
-$messages["editBlogUsers"] = "<p>This feature allows to visually add and remove users from
-any blog. On the left side we will see a list containing all the users that have not
-been given editing privileges in this blog yet, while on the right side we will see a list of the
-users that have already been given privileges. To a user (or more than one if necessary)
-we only have to select them from the list of the left and click on the \"Add\" button. To do
-the opposite process, we will have to select the users from the list of the right and
-click on the \"Remove\" button.</p>
-<p>It is also possible to change the user who is the owner of the blog by selecting
-another from the drop-down list on top.</p>";
-
-$messages["help_newLocale"] = "<p>Now locales can be easily added to the site using this feature. If
-we have the possibility of uploading files, then we can use the first form, \"Upload Locale\"
-simply pointing the browser to the locale file we'd like to upload. pLog will take care
-of everything else, including copying the file to the folder with the other language files, but
-please bear in mind that the folder must be writable by the user who is running the web server in
-order for this feature to work properly. If the language file already exists, <b>it will
-be overwritten and replaced by the new one</b>.</p>
-<p>If files cannot be uploaded to the server, then the file will have to be
-manually uploaded and placed in the same folder with the other language files. Once the file
-has been placed there, we will have to type in the second form its code omitting the
-\"locale_\".</p>
-<p>Locale files must follow the naming convention of locale_ll_CC, where 'll' is the
-2-digit ISO code for the language, while CC is the 2-digit ISO code for the country. If the file
-does not conform to those rules, it will be rejected as a valid locale file.</p>";
-
-$messages["help_siteLocales"] = "<p>This is a list with all the language files that have been
-installed in this site. For each one of them, the encoding used by it and a brief
-description can be seen. Also, language files can be removed from the system by selecting
-them and clicking on the \"Delete Selected\" button.</p>";
-
-$messages["help_newTemplate"] = "<p>It is possible to easily add new templates to the system. To do
-so, there are two possibilities: the template can either be uploaded as a compressed file
-(tar.gz, tar.bz2 and zip files are supported) to the server or it can be manually
-uploaded using any available method.</p>
-<p>If the first method is chosen, the contents of the file must have all been packaged
-under a folder which will be the name given to the template.</p>
-<p>If the second method is chosen, simply upload the files to a folder under your blog-specific folder
-and type in the name of the folder in the text box below.</p>
-<p>Plugins added here will be available to <b>all</b> the blogs in this site.</p>";
-
-$messages["help_siteTemplates"] = "<p>This is a list with all the templates that are globally
-available to all blogs. If you wish to remove any of them, please select them and click on the
-\"Delete Selected\" button below the list. Once a template is deleted it cannot be
-recovered, since it is removed from the disk.</p>";
-
-$messages["help_editSiteSettings"] = "Aquestes són les característiques globals que controlen la majoria d'aspectes del pLog.";
-
-$messages["newBlogTemplateFile"] = "Single files can be added to an already existing template
-set without having to upload the whole set again. Simply find the file you would like to
-upload in your disk and click on the \"Add File\" button.";
-
-// text is the same, so we can save a few bytes
-$messages["newTemplateFile"] = $messages["newBlogTemplateFile"];
-
-////////////////////////////////////////////
-///
-///
-/// NEW STRINGS ADDED IN 0.3!!
-///
-///
-////////////////////////////////////////////
-$messages["show_category_in_main_page"] = "Mostrar aquesta categoria a la pàgina principal";
-$messages["welcome_resource_center"] = "Benvingut a la nova àrea de fitxers (fotos, música, videos, ...) !";
-$messages["resourceCenter"] = "Àrea de Fitxers";
-$messages["resourceAlbums"] = "Àlbums";
-$messages["resources"] = "Fitxers";
-$messages["newResource"] = "Nou Fitxer";
-$messages["newResourceAlbum"] = "Nou Àlbum";
-$messages["album"] = "Àlbum";
-$messages["album_name"] = "Nom";
-$messages["parent_album"] = "Àlbum superior";
-$messages["no_parent_album"] = "No hi ha àlbum superior";
-$messages["resource_info"] = "Informació del fitxer";
-$messages["size"] = "Mida";
-$messages["format"] = "Format";
-$messages["dimensions"] = "Dimensions";
-$messages["bits_per_sample"] = "Bits per pixel";
-$messages["bytes"] = "octets";
-$messages["pixels"] = "pixels";
-$messages["time_offset"] = "Diferència en hores entre aquesta bitàcola i el servidor:";
-$messages["hours"] = "Hores";
-$messages["album_added_ok"] = "El nou àlbum ha estat afegit correctament.";
-$messages["name"] = "Nom";
-$messages["children"] = "Fills";
-$messages["see"] = "Veure";
-$messages["view"] = "Mostrar";
-$messages["number_of_channels"] = "Nombre de canals";
-$messages["length"] = "Durada";
-$messages["number_of_files"] = "Nombre de fitxers";
-$messages["compressed_size"] = "Mida comprimida";
-$messages["uncompressed_size"] = "Mida sense comprimir";
-$messages["resource_file"] = "Fitxer que desitja afegir";
-$messages["add_to_album"] = "Afegeix el fitxer al següent àlbum";
-$messages["edit_resource_album"] = "Editar Àlbum";
-$messages["error_loading_resource_album"] = "S'ha produït un error carregant l'àlbum.";
-$messages["error_album_id_parameter_missing"] = "L'identificador d'àlbum no es correcte.";
-$messages["error_album_parent_id_parameter_missing"] = "L'identificador d'àlbum pare no es correcte.";
-$messages["error_updating_resource_album"] = "S'ha produït un error actualitzant l'àlbum.";
-$messages["resource_album_updated_ok"] = "L'àlbum \"%s\" s'ha actualitzant correctament.";
-$messages["error_must_give_album_name"] = "Ha de donar un nom per a l'àlbum.";
-$messages["error_adding_album"] = "S'ha produït un error afegint el nou àlbum.";
-$messages["album_added_ok"] = "S'ha afegit el nou àlbum \"%s\" correctament.";
-$messages["resource_added_ok"] = "S'ha afegit el nou fitxer correctament.";
-$messages["error_resource_forbidden_extension"] = "No s'accepten aquests tipus de fitxers.";
-$messages["error_resource_too_big"] = "El fitxer no pot afegir-se perquè és massa gran.";
-$messages["error_uploads_disabled"] = "L'opció de pujada de fitxers ha estat desactivata. Disculpeu les molèsties.";
-$messages["error_adding_resource"] = "S'ha produït un error afegint el nou fitxer.";
-$messages["error_loading_resource"] = "S'ha produït un error carregant el fitxer.";
-$messages["error_updating_resource"] = "S'ha produït un error actualitzant el fitxer.";
-$messages["resource_updated_ok"] = "S'ha actualitzat el fitxer \"%s\" correctament.";
-$messages["error_no_resources_selected"] = "No s'ha sel·leccionat cap fitxer per a suprimir.";
-$messages["resource_deleted_ok"] = "S'ha esborrat el fitxer \"%s\" correctament.";
-$messages["error_deleting_resource"] = "S'ha produït un error esborrant el fitxer \"%s\".";
-$messages["error_no_resource_uploaded"] = "No s'ha enviat cap fitxer al servidor.";
-$messages["blockedHosts"] = "Hosts Bloquejats";
-$messages["global_blocked_hosts"] = "Hosts Bloquejats Globalment";
-$messages["newBlockedHost"] = "Bloquejar Host";
-$messages["blogSecurity"] = "Seguridad";
-$messages["security_welcome"] = "Benvingut a la zona de seguretat!";
-$messages["reason"] = "Raó";
-$messages["mask"] = "Màscara";
-$messages["access_blocked"] = "Bloqueig complet d'accés";
-$messages["posting_blocked"] = "Bloqueig d'enviament de comentaris";
-$messages["block_host_intro"] = "Qualsevol host afegit aquí serà bloquejat. El tipus de bloqueig depén del que s'hagi sel·lecionat en \"tipus\". Si us plau, consulta <a href=\"javascript:help_window('admin.php?op=Help?helpId=newBlogBlockedHost');\">l'ajuda</a> per obtenir informació més detallada sobre com funciona el bloqueig d'adreces.";
-$messages["global_block_host_intro"] = "Qualsevol host afegit aquí serà bloquejat en tots els diaris personals d'aquest servidor. El tipus de bloqueig depén del que s'hagi sel·lecionat en \"tipus\". Si us plau, consulta <a href=\"javascript:help_window('admin.php?op=Help?helpId=newBlogBlockedHost');\">l'ajuda</a> per obtenir informació més detallada sobre com funciona el bloqueig d'adreces.";
-$messages["block_type"] = "Tipus de bloqueig";
-$messages["error_invalid_ip_address"] = "L'adreça IP no és vàlida.";
-$messages["error_must_create_album_first"] = "Ha de crear primer un àlbum abans d'afegir cap fitxer.";
-$messages["error_resource_is_not_an_image"] = "El fitxer sel·leccionat no és una imatge.";
-$messages["error_generating_resource_preview"] = "S'ha produït un error regenerant la previsualització de la imatge.";
-$messages["resource_preview_generated_ok"] = "La previsualització de la imatge ha estat generada correctament.";
-$messages["regenerate_preview"] = "Regenerar Previsualització";
-$messages["show_album"] = "Mostrar Àlbum";
-$messages["show_album_when_browsing"] = "Mostrar aquest àlbum als usuaris que visitin la nostra llista de fitxers i àlbums";
-$messages["assigned_to_blog"] = "Assignar l'usuari a la següent bitàcora";
-$messages["clean_up"] = "Netejar";
-$messages["purge_info"] = "La funció de netejar esborrara fisicament tots els articles que han estat marcats com 'Esborrats'. Si no,
-aquests articles seguiran a la base de dades (per si l'usuari es decideix a recuperar algun d'ells!) i poden
-potencialment acabar ocupant molt d'espai. Si està segur que vol eliminar els articles, utilitzi el següent botó.";
-$messages["spam_info"] = "
-Es poden guardar els comentaris guardats com <i>spam</i> a la base de dades amb el propòsit d'utilitzar-los per entrenar el filtre anti-spam.
-Una vegada el filtre ha estat entrenat, no té sentit mantenir-los a la base de dades i si ho desitja pot utilitzar el següent botó:";
-$messages["no_spam"] = "No Spam";
-$messages["spam"] = "Spam";
-$messages["mark_as_spam"] = "Marcar com spam";
-$messages["mark_as_no_spam"] = "Marcar como NO spam";
-$messages["enable_comments_for_post"] = "Permetre comentaris en aquest article";
-$messages["close_window"] = "Tancar";
-$messages["newResource"] = "Afegir Fitxer";
-$messages["add_resource_preview"] = "Afegir Previsualització";
-$messages["newResourceAlbum"] = "Afegir Àlbum";
-$messages["show_main_page"] = "Mostrar en Portada";
-$messages["purge_spam_comments"] = "Esborrar Comentaris Marcats Com Spam";
-$messages["purge_posts"] = "Netejar";
-$messages["keep_spam_comments"] = "Guardar comentaris marcats com spam";
-$messages["throw_away_spam_comments"] = "Refusar comentaris spam";
-$messages["error_adding_blocked_host"] = "S'ha produït un error afegint el nou host.";
-$messages["blocked_host_added_ok"] = "S'ha afegit el host %s a la llista de hosts bloquejats.";
-$messages["error_no_blocked_hosts_selected"] = "No s'ha sel·leccionat cap host per eliminar.";
-$messages["blocked_host_deleted_ok"] = "S'ha esborrat el host \"%s\" correctament.";
-$messages["error_deleting_blocked_host"] = "S'ha produït un error esborrant el host \"%s\"";
-$messages["edit_blocked_host"] = "Editar Host Bloquejat";
-$messages["blocked_host_updated_ok"] = "El host ha estat actualitzat correctament.";
-$messages["error_fetching_blocked_host"] = "S'ha produït un error carregant el host.";
-$messages["error_updating_blocked_host"] = "S'ha produït un error actualitzant el host.";
-$messages["thumbnail_format"] = "Format de la previsualització";
-$messages["same_as_image"] = "El mateix que la imatge original";
-$messages["same"] = $messages["same_as_image"];
-
-$messages["help_locale_folder"] = "Adreça on estan guardats els fitxers amb les traduccions.";
-$messages["help_default_locale"] = "Llenguatge per defecte que serà utilitzat quan es creï un nova bitàcola.";
-$messages["help_xmlrpc_api_enabled"] = "Activa o desactiva la interfície XMLRPC";
-$messages["default_rss_profile"] = "Versió o perfil de RSS que serà utilitzat per defecte, si no s'especifica un altre.";
-$messages["help_security_pipeline_enabled"] = "Activa les mesures de seguretat. Si es desactiva, també es desactivaràn totes les mesures de seguretat així que es recomanable deixar-ho activat i activar o desactivar les mesures de seguretat individualment.";
-$messages["help_ip_address_filter_enabled"] = "Activa el filtre d'adreces IP.";
-$messages["help_content_filter_enabled"] = "Activa el filtre de contingut molt simple basat en expressions regulars. El filtre bayesià és normalment la millor opció.";
-$messages["help_maximum_comment_size"] = "Tamany màxim que un comentari pot tenir, en octets.";
-$messages["help_bayesian_filter_enabled"] = "Activa o desactiva el filtre bayesià.";
-$messages["help_bayesian_filter_spam_probability_treshold"] = "Valor mínim en què un comentari es considerat spam. Ha de ser un valor entre 0.01 i 0.99";
-$messages["help_bayesian_filter_nonspam_probability_treshold"] = "Valor màxim en què un comentari es considerat no spam amb total seguretat. Qualsevol comentari amb un valor entre aquests dos límits serà considerat no spam, però tal vegada això succeixi perquè el filtre necessiti més entrenament.";
-$messages["help_bayesian_filter_min_length_token"] = "Mínima longitud d'un token.";
-$messages["help_bayesian_filter_max_length_token"] = "Màxima longitud d'un token.";
-$messages["help_bayesian_filter_number_significant_tokens"] = "Nombre de tokens significatius que un comentari ha de tenir.";
-$messages["help_bayesian_filter_spam_comments_action"] = "Que fer amb els comentaris considerats spam. Poden ser o bé eliminats directament o guardats en la base de dades. La segona opció es recomanable quan el nostre filtre no hagi estat molt entrenat encara i cometi errors de tant en tant.";
-$messages["help_path_to_convert"] = "L'eina 'convert' del paquet ImageMagick es necessària si elegim 'ImageMagick' com sistema per crear les previsualitzacions d'imatges.";
-
-$messages["help_thumbnail_height"] = "Alçada màxima de les previsualitzacions.";
-$messages["help_resources_folder"] = "Directori on es guarden els fitxers que haguem afegit a la nostra bitàcola. No és necessari que sigui un directori dins de l'estructura del nostre servidor web, si no volem que els usuaris puguin xafardejar els arxius que hi tenim guardats. El servidor de fitxers de pLog s'encarregara de buscar el fitxer i servirlo correctament.";
-$messages["help_thumbnails_keep_aspect_ratio"] = "Mantenir la relació entre alçada i amplada de les previsualitzacions";
-$messages["help_resources_enabled"] = "Activa o desactiva el 'Área de Ficheros'.";
-$messages["help_thumbnail_method"] = "Sistema que se usará para generar previsualizaciones. Si elegimos 'ImageMagic', también habrá que configurar donde encontrar la herramienta 'convert', debajo.";
-$messages["help_thumbnail_width"] = "Amplada màxima de les previsualitzacions.";
-$messages["external_interfaces"] = "Interfícies Externes";
-$messages["none"] = "cap";
-$messages["security_settings"] = "Configuració de Seguretat";
-$messages["bayesian_filter_settings"] = "Configuració del filtre Bayesià";
-$messages["resources_settings"] = "Fitxers i Imatges";
-$messages["help_thumbnail_format"] = "Format per defecte que serà utilitzat per generar les previsualitzacions d'imatges. Si es selecciona 'El mateix que la imatge original', les previsualitzacions seran creades i guardades en el mateix format que la imatge original d'on van ser creades.";
-$messages["edit"] = "Edita";
-$messages["help_disable_javascript_calendar"] = "Desactiva el calendari basat en Javascript i DHTML utilitzat quan es crea o edita un article, en el cas que el navegador del usuari no sigui compatible.";
-$messages["edit_filtered_content"] = "Edita Contingut Filtrat";
-
-$messages["audio_codec"] = "Codec d'audio";
-$messages["video_codec"] = "Codec de vídeo";
-$messages["sample_rate"] = "Velocitat de mostreig";
-$messages["files"] = "Fitxers";
-$messages["created"] = "Creat";
-$messages["generated"] = "Generat";
-$messages["about"] = "En quant a mi...";
-$messages["menu"] = "Menú";
-$messages["albums"] = "Àlbums";
-$messages["template_file"] = "Fitxer amb la plantilla";
-$messages["download"] = "Descarregar";
-
-$messages["error_no_albums_defined"] = "No hi ha àlbums disponibles en aquesta bitàcola.";
-$messages["error_fetching_album"] = "S'ha produït un error buscant l'àlbum especificat.";
-//
-// help messages //
-//
-
-//
-// translators: the following help messages have changed a little since last version, due to a few
-// new features built on top of previous features
-//
-$messages["help_editArticleCategories"] = "<p>This is a listing with all the post categories that
-have been created so far. There must be at least one category before you can add an article, since
-every article has to be categorized under a category. The <b>'Articles'</b> column shows how many
-articles have been categorized under the given category. In the same way, a category can't be deleted
-if it has an article assigned it; you must first remove all the articles and then you will be allowed
-to remove the category.</p>
-<p>You can delete more than one category at the same time by cheching their <b>'Delete'</b> column
-and then clickin on the <b>'Delete Selected'</b> button.</p>
-<p>The <b>'Show In Main Page'</b> column shows whether this category is included in the main page or if alternatively,
-it can also be seen when clicking its link. Edit the category itself to enable/disable this feature.</p>";
-
-$messages["help_newArticleCategory"] = "<p>From here you can add a new post category to the blog. All
-what you need to provide is a name for the new category. Once it has been created, it will be available
-for posts to be categorized under.</p>
-<p>You can disable the 'Show cateory in main page' checkbox if you don't want this category to be shown in the
-main page of the site. If disabled, posts included in this category will only be shown when browsing this
-specific category, by clicking its link.</p>";
-
-$messages["editArticleCategory"] = "<p>Please provide a new name for the category you are updating. Also,
-define whether you would like to show posts belonging to this cateogry in the main page or not.</p>";
-
-$messages["help_newPost"] = "<p>Utilitza aquesta pàgina per afegir un nou article al diari. Hauras de donar-li un titol
-i el seu text. Una vegada finalitzat, prem el botó <b>'Afegir'</b> i l'article
-serà inclòs automàticament a la teva pàgina. Comprova que has establert el estat del article a <b>'Publicat'</b>
-si vols que aparegui a la portada. Utilitza el estat <b>'Esborrany'</b> quan no puguis acabar d'escriure el article
-per recuperar-lo després i poder continuar</p>
-<p>El text que escriguis al primer recuadre gran apareixera sempre a la portada. Pots utilitzar
-el segon recuadre si vols que alguna part del text no estigui inclosa a la pàgina principal però
-que es mostri quan els usuaris facin click a l'enllaç \"Llegir més...\" Aquest enllaç s'afegira
-automàticament al final del text. Aquest camp no es obligatori i es pot desactivar aquesta
-característica al menú \"Arranjaments\"</p>
-<p>També pots classificar un article en alguan de les categories que hagis creat previament.
-Escolleix la <b>'Categoria'</b> a la que més s'adapti.</p>
-<p>Si vols rebre un email de notificació sobre el nou articles, selecciona la casella corresponent.</p>
-<p>Selecciona la casella on posa </b>'Troba els enllaços del article...'</b> si vols que després d'afegir l'article,
-vols que s'enviï un ping de <i>trackback</i> als servidors que ho soportin. El teu article serà revisat per trobar
-els enllaços i tu tindràs la possibilitat d'escollir als que vols enviar els pings de trackback.</p>
-<p>Pots utilitzar <b>'Afegir Fitxer'</b> per afegir un enllaç a un album o a un fitxer en el teu article.</p>
-Tu pots afegir una previsualització amb l'enllaç o bé el fitxer directament, pot ser una imatge, video o
-qualsevol tipus de fitxer. Utilitza l'<i>'Àrea de Fitxers'</i> per administrar els àlbums.</p>";
-
-$messages["help_editPosts"] = "<p>Use this page to edit a post from your journal. The information from the
-post has already been provided and now you can make your changes. Once you have finished, press the <b>'Update'</b> button and the post
-will updated. Please note that you have to set the status of the post
-to <b>'Published'</b> if you want it to appear in front page. Use the <b>'Draft'</b> status when you can't finish posting
-now but you would like to save what you have typed so far for later revision.</p>
-<p>If you would like to receive an email notifying about a new post, please check the corresponding
-checkbox.</p>
-<p>More information about the different options <a href=\"admin.php?op=Help&helpId=newPost\">here</a>.</p>";
-
-$messages["help_blogSettings"] = "<p>From this page you can change some of the settings that control the
-behaviour or appearance of this journal. These are the settings: <ul>
-<li><b>Permanent URL</b>: This is the URL where this blog is running and that can be used to
-link to it. It can't be changed.</li>
-<li><b>Name of the blog</b>: This is a text string with a descriptive name of the blog. If using the
-default templates, it is the text displayed on top of every page.</li>
-<li><b>Long descriptive text about this blog</b>: This is a longer text that can optionally be
-displayed in some kind of page giving more detailed information about the page. It can be left
-blank if not needed.</li>
-<li><b>Language used to display the texts</b>: You can select one of the available languages. This
-language will be used to display the texts (not your own articles!) and format things like dates
-and numbers using the correct settings. More languages can be installed at any time.</li>
-<li><b>Items in the main page</b>: Set this to the number of posts you would like to have
-in the main page. The more posts, the longer it will take for users to download your page. Minimum
-number of posts it one.</li>
-<li><b>Items shown as recent</b>: Set this to the number of posts you would like to be shown as
-<b>'Recent'</b>, that is, the posts that have been posted earlier. Minimun amount is one.</li>
-<li><b>Template used to render the contents</b>: pLog allows to have more than one template
-to show the same content. You can choose here the most appropiate one for you journal, from the ones
-that have been installed by the administrator.</li>
-<li><b>Show the whole post int he main or only the part that was typed in the 'Text' box?</b>: Set this to <b>'Yes'</b> if you would like pLog
-to automatically add a 'More...' link to your posts on the main page just after the text you typed
-in the text box labeled 'Text'. The text typed in the second text box will only be shown to the user
-when clicking on the
-setting below) This feature is useful since it makes your frontpage less cluttered and also
-smaller. However, it has some problems if there is a lot of HTML code in the page.</li>
-<li><b>Enable WYSIWYG edition of texts</b>: Set this to yes if you would like to have the possibility
-to see how your posts look in real time. This feature is only available for users using either
-Internet Explorer 5.5 or higer and Mozilla 1.3b or higher.</li>
-<li><b>Enable comments</b>: Set this to yes if you would like to allow your users to make comments to your
-posts. This will globally affect all your posts and all your users.</li>
-<li><b>Order in which comments appear</b>: Set it to \"Oldest first\" if you would like to see
-the older comments first in the list, or set it to \"Newest first\" to see them in
-reverse chronological order.</li>
-<li><b>Time difference in hours between the server and you</b>: You can use this setting to make pLog automatically
-add or substract an amount of hours to each date in the blog. It is useful for example when the server where the blog
-is hosted and the person who is using it are in different time zones. Telling pLog that there is a difference of
-+3 hours, will make that all dates appear with such time difference applied.</li>
-</ul></p>";
-
-//
-// translators: the ones below are already new
-//
-$messages["help_resourceCenter"] = "Des de l'àrea de fitxers podràs administrar els teus fitxers, agrupar-los en àlbums,
-administrar aquests albums i modificar qualsevol d'ells.";
-
-$messages["help_newResourceAlbum"] = "<p>You need at least one album to group your resources. From here you will be allowed
-to add a new album, simply providing a name and a description for it. Only the name field is mandatory, being
-the description field optional.</p>
-<p>Use the <b>'Parent album'</b> field to set whether this is a top-level album or if it is a sub-album and has
-another album as a parent.</p>";
-
-$messages["help_resourceAlbums"] = "<p>This is a list including all the resource albums that have been created so far
-in this site. For each album, several of its properties can be seen at a glance: its name, a link to its child
-albums (if any) and its amount, a link to its resources and its amount, whether the album is public or
-private and a checkbox to delete as many of them as needed.</p>
-<p>You can read more on the <b>'Show Album'</b> feature here <a href=\"admin.php?op=Help&helpId=editResourceAlbum\">here</a></p>";
-
-$messages["editResourceAlbum"] = "<p>From here you can edit the properties of a resource album. Almost all the fields
-are the same as <a href=\"admin.php?op=Help&helpId=newResourceAlbum\">here</a> except the
-<b>'Show album to users'</b> checkbox. If enabled, this album will be visible to users who browse our
-collection of albums and resources. If not, it will not be shown in the public side. This is useful in cases when
-we want to keep some of the albums secret and don't want users peeking at them.</p>";
-
-$messages["help_newResource"] = "<p>You will be able to upload new resources to your blog from this section. Any kind of file
-can be uploaded to the site but pLog is capable of handling and extracting some useful information from some
-of them, such as images, videos, zip files and music files.</p>
-<p>First of all, find the file you would like to upload. Then, provide a description for it (mandatory field)
-and finally select to which album would you like this resource to belong to. It is not possible to have a resource
-file that does not belong to any album. Once you are ready, click the <b>'Add Resource'</b> button and the file
-will be added to the blog.</p>
-<p>Please keep in mind that uploads need to be enabled for this to work, and if the blog administrator has
-set a list of forbidden file types that cannot be uploaded, the file will not be allowed in the site. The resource
-framework also needs to be enabled. All these settings can be modified by a user with administrator privileges
-from the <b>'Global Settings'</b> section.</p>
-<p>This feature requires a folder with write permission in the web server.</p>";
-
-$messages["help_resources"] = "<p>From here you will have access to all the resource files that have been uplaoded
-in the blog. Files will be shown under the album to which they belong. For every resource file, it will be
-possible to edit its properties, view it as any normal user will see it and mark it for deletion. Pressing the
-<b>'Delete Selected'</b> button from the bottom of the screen will delete those resources that have been
-marked.</p>
-<p>Click the folder icon to navigate to the contents of an albu, or the <b>'Edit'</b> to go to the album
-properties page. Use the <b>'..'</b> link to go up one level. Clicking a resource name or preview (if available)
-will take you to the resource properties page where you will be able to change some of the settings of the
-selected resource.";
-
-$messages["help_blogSecurity"] = "From this section you will be able to edit set up some basic security mechanisms that
-are provided by pLog. The changes you make here will only affect your blog and not everybody else's.";
-
-$messages["help_blogBlockedHosts"] = "This is a list with all the hosts that have been blocked so far in this blog. At
-a glance, it is possible to see for each host the reason why it was blocked, the date when it was blocked and
-the type of the block applied. Lastly, you can also select any of the host blocking rules and press the
-<b>'Delete Selected'</b> button when you are sure that you want to remove those rules.";
-
-$messages["help_newBlogBlockedHost"] = "<p>This section will allow you to block a specific address or entire subnet from your Blog. You can select if you want them to be able to see it, but unable to post or simply unable to access it at all. Copy the offending address into the spaces provided and choose the proper subnet address space if necessary. Example: To block just the address of 192.168.1.123 you would choose the '32 bits' option to match the entire address. This blocks just this one address and works well for banning someone with a Static IP address. If you're seeing multiple IP Addresses for a particular individual (say 192.168.1.123, 192.168.1.225, 192.168.1.21 and 192.168.1.67) then you will want to ban a particular subnet range. Enter one of the IP Addresses that you see and choose '24 bits', '16 bits' or '8 bits' to match the first 3 sections, first 2 sections or the first section respectively.<br/>
-<br/>
-<b>EXAMPLES</b>:<br/>
-<br/>
-192.168.1.123 - 32 bits: Matches only the 192.168.1.123 address<br/>
-192.168.1.123 - 24 bits: Matches any address that starts with 192.168.1<br/>
-192.168.1.123 - 16 bits: Matches any address that starts with 192.168<br/>
-192.168.1.123 - 8 bits: Matches any address that starts with 192<br/>
-</p>
-<p>The <b>'Block type'</b> drop-down list will allow you to choose whether to block this host from
-completely accessign the site (an error page will be sent to the client's browser whenever trying to access) or
-simply block it from posting new comments. If the latter is chosen, the host will still be allowed to read
-articles and other people's comments.</p>
-<p>You can also attach a reason/description to this host blocking rule, so that you can remember in the future why
-it was set up.</p>";
-
-$messages["editBlogBlockedHost"] = "You will be able to edit a host blocking rule from this section. The options
-available are exactly the same as in <a href=\"admin.php?op=Help&helpId=newBlogBlockedHost\">here</a>.";
-
-$messages["help_blockedHosts"] = "This is a list with all the hosts that have been blocked so far system-wide.
-Clicking a rule IP address will allow us to edit the settings of that rule. These rules always take
-precedence over blog-speficic rules, so that if one these global rules matches a host, all the other after
-it will be ignored.";
-
-$messages["help_newBlockedHost"] = "From here it is possible to add a new <b>global</b> host-blocking rule. See
-<a href=\"admin.php?op=Help&helpId=newBlogBlockedHost\">here</a> for more information about the options
-available.";
-
-$messages["editBlockedHost"] = "You will be able to edit a host blocking rule from this section. The options
-available are exactly the same as in <a href=\"admin.php?op=Help&helpId=newBlogBlockedHost\">here</a>.";
-
-$messages["editFilteredContent"] = "This page will allow you to edit a content filtering rule. The options
-are exactly the same as in <a href=\"admin.php?op=Help&helpId=newBlogFilteredContent\">here</a>.";
-
-$messages["posts_purged_ok"] = "S'han esborrat correctament tots els articles marcats per esborrar.";
-
-/////
-$messages["blogBlockedHosts"] = $messages["blockedHosts"];
-$messages["newBlogBlockedHost"] = $messages["newBlockedHost"];
-$messages["newBlogUser"] = $messages["createUser"];
-
-//
-// text of the post that will be added to each blog when they sign-up via the register.php script
-//
-$messages["register_default_category"] = "General";
-$messages["register_default_article_text"] = "If you can read this, it means that your signup and registration was successful and that you can start blogging.";
-$messages["register_default_article_topic"] = "Congratulations, it worked!";
-
-//
-// summary templates text
-//
-
-$messages["summary_title"] = "Blogs Summary";
-$messages["summary_section_main"] = "Summary";
-$messages["summary_section_main_link_title"] = "Main Page";
-$messages["summary_section_register"] = "Register!";
-$messages["summary_section_register_link_title"] = "Register a new blog";
-$messages["summary_section_blog_list"] = "Blog list";
-$messages["summary_section_blog_list_link_title"] = "Blogs hosted in this site";
-$messages["summary_section_faq"] = "F.A.Q.";
-$messages["summary_section_faq_link_title"] = "Frequently Asked Questions";
-$messages["summary_welcome_title"] = "Welcome to pLog!";
-
-$messages["summary_most_active_blogs"] = "Most active blogs";
-$messages["summary_newest_blogs"] = "Newest blogs";
-$messages["summary_most_commented_articles"] = "Most commented articles";
-$messages["summary_most_read_articles"] = "Most read articles";
-
-$messages["summary_faq"] = "Frequently Asked Questions";
-$messages["summary_faq_question"] = "What is this?";
-$messages["summary_faq_description"] = "You could use this section to add some frequently asked questions about your service. It is all up to you and this is only a suggestion so feel free to make changes :) Edit the file templates/summary/faq.template to change the contents of this page.";
-
-$messages["summary_login"] = "Log-in";
-$messages["summary_other_stuff"] = "Other Stuff";
-$messages["summary_plog_logo"] = "How about a logo here?";
-
-$messages["summary_blog_list"] = "Blog List";
-$messages["summary_last_updated"] = "Last Updated";
-$messages["summary_author"] = "Author";
-$messages["summary_articles"] = "articles";
-$messages["summary_reads"] = "reads";
-
-$messages["summary_welcome_message"] = "<h4 class=\"question\">What is this site?</h4>
- <p>You could use this area to give some information about this site.</p>
-
- <ul>
- <li>See the following links for more information: <br />
- <a href=\"summary.php?op=Faq\">FAQ</a></li>
- <li><a href=\"register.php\">Register a new blog here</a></li>
- </ul>";
-
-$messages["summary_latest_posts"] = "Latest Posts";
-$messages["summary_in"] = "in";
-$messages["summary_posted_by"] = "Posted by";
-
-//
-// register templates text
-//
-$messages["register_error"] = "Error";
-$messages["register_error_message"] = "There has been an error:";
-$messages["register_errors"] = "There were some errors during the process, please have a look:";
-$messages["register_new_blog_step1_title"] = "Register a new blog (1/3)";
-$messages["register_step1_fill_in_title"] = "Please fill in this form to create a new blog in this site.";
-$messages["register_step1_description"] = "<p>
-First of all, we need to create a user for you. Please choose a username (which should not exist in the system but if it does, we will let you know) This user will be considered as the owner of the blog and will have full powers over it.
-</p>
-<p>
-And please do not forget your password! There is no way it can be recovered once you have signed up.
-</p>";
-$messages["register_step1_legend"] = "Please fill in the following fields";
-$messages["register_username"] = "Username:";
-$messages["register_password"] = "Password:";
-$messages["register_password_confirmation"] = "Confirm password:";
-$messages["register_email"] = "Email address:";
-$messages["register_email_comment"] = "(user for notifications of new comments)";
-
-$messages["register_next"] = "Next »";
-
-$messages["register_new_blog_step2_title"] = "Register a new blog (2/3)";
-$messages["register_user_created"] = "Your new user has been successfully created! Now we can proceed and create your new personal blog.";
-$messages["register_step2_description"] = " <p>
- The only thing we need to know is the name you would like to give to your diary. Later on once this
- process is complete, you will be able to change things like its description, but now that is not needed.
- </p>";
-$messages["register_step2_blog_name"] = "Name of your new blog:";
-
-$messages["register_new_blog_step4_title"] = "Thank you! (3/3)";
-$messages["register_new_blog_step3_description"] = "
- <p>
- Registration is complete. Your new user and diary have been registered successfully in this site,
- and you can log in now into your blog and start blogging!
- </p>";
-$messages["register_step4_admin_link"] = "
- <p>
- Click here <a href=\"admin.php\">to go the admin interface</a>, if you want to start blogging.
- </p>";
-$messages["register_step4_blog_link1"] = "
- <p>
- Or click <a href=\"";
-
-$messages["register_step4_blog_link2"] = "
-\">here to go and see your new blog</a>.
- </p>";
-
-$messages["register_step4_final_message"] = "
- <p>
- Happy blogging!
- </p>";
-
-
-$messages["register_error_incorrect_username"] = "Incorrect user name or user already exists, please try again.<br/>";
-$messages["register_error_incorrect_email"] = "Email address is invalid, please try again. <br/>";
-$messages["register_error_user_already_exist"] = "There is already a user with that name, please try again.<br/>";
-$messages["register_error_incorrect_password"] = "Password is invalid, please try again. <br/>";
-$messages["register_error_passwords_dont_match"] = "Passwords do not match, please try again. <br/>";
-$messages["register_error_adding_user"] = "Error adding the user: ";
-$messages["register_error_creating_blog"] = "There was an error creating the new blog";
-$messages["register_error_blog_name"] = "You should choose a better name for the blog.<br/>" ;
-?>
Deleted: plog/trunk/locale/locale_de_DE.php
===================================================================
--- plog/trunk/locale/locale_de_DE.php 2005-01-29 15:29:38 UTC (rev 872)
+++ plog/trunk/locale/locale_de_DE.php 2005-01-29 15:52:14 UTC (rev 873)
@@ -1,660 +0,0 @@
-<?php
-//
-// German translation by Markus Vortkamp,
-// plog at markus-vortkamp.de
-// Wenn Sie Rechtschreibfehler in diesem Dokument finden, wäre ich Ihnen für eine kurze Nachricht dankbar.
-// Für Fragen zu pLog wenden Sie sich bitte an die pLog group unter: http://plog.sourceforge.net/
-//
-// set this to the encoding that should be used to display the pages correctly
-$messages["encoding"] = "iso-8859-1";
-$messages["locale_description"] = "Deutsche (german) Lokalisierung für pLog";
-
-// days of the week
-$messages["days"] = Array( "Sonntag", "Montag", "Dienstag", "Mittwoch", "Donnerstag", "Freitag", "Samstag" );
-// -- compatibility, do not touch -- //
-$messages["Monday"] = $messages["days"][1];
-$messages["Tuesday"] = $messages["days"][2];
-$messages["Wednesday"] = $messages["days"][3];
-$messages["Thursday"] = $messages["days"][4];
-$messages["Friday"] = $messages["days"][5];
-$messages["Saturday"] = $messages["days"][6];
-$messages["Sunday"] = $messages["days"][0];
-
-// abbreviations
-$messages["daysshort"] = Array( "So", "Mo", "Di", "Mi", "Do", "Fr", "Sa" );
-// -- compatibility, do not touch -- //
-$messages["Mo"] = $messages["daysshort"][1];
-$messages["Tu"] = $messages["daysshort"][2];
-$messages["We"] = $messages["daysshort"][3];
-$messages["Th"] = $messages["daysshort"][4];
-$messages["Fr"] = $messages["daysshort"][5];
-$messages["Sa"] = $messages["daysshort"][6];
-$messages["Su"] = $messages["daysshort"][0];
-
-// months of the year
-$messages["months"] = Array( "Januar", "Februar", "März", "April", "Mai", "Juni", "Juli", "August", "September", "Oktober", "November", "Dezember" );
-// -- compatibility, do not touch -- //
-$messages["January"] = $messages["months"][0];
-$messages["February"] = $messages["months"][1];
-$messages["March"] = $messages["months"][2];
-$messages["April"] = $messages["months"][3];
-$messages["May"] = $messages["months"][4];
-$messages["June"] = $messages["months"][5];
-$messages["July"] = $messages["months"][6];
-$messages["August"] = $messages["months"][7];
-$messages["September"] = $messages["months"][8];
-$messages["October"] = $messages["months"][9];
-$messages["November"] = $messages["months"][10];
-$messages["December"] = $messages["months"][11];
-
-$messages["message"] = "Nachricht";
-$messages["error"] = "Fehler";
-
-$messages["date"] = "Datum";
-
-// miscellaneous texts
-$messages["of"] = "von";
-$messages["recently"] = "Aktuell";
-$messages["comments"] = "Kommentare";
-$messages["comment on this"] = "kommentieren";
-$messages["my_links"] = "externe Links";
-$messages["archives"] = "Archiv";
-$messages["search"] = "Suche";
-$messages["calendar"] = "Kalender";
-$messages["editLinkCategories"] = "Kategorien";
-$messages["search_s"] = "Suche";
-$messages["link_tracker"] = "Link Tracker";
-$messages["search_this_blog"] = "Dieses Weblog durchsuchen:";
-$messages["about_myself"] = "Wer bin ich?";
-$messages["permalink_title"] = "Permanenter Link zum Archiv";
-$messages["permalink"] = "Permalink";
-$messages["posted_by"] = "geschrieben von";
-$messages["on_the"] = "am";
-$messages["page"] = "Seite";
-$messages["posted"] = "veröffentlicht";
-
-$messages["reply"] = "antworten";
-
-// add comment form
-$messages["add_comment"] = "Artikel kommentieren";
-$messages["comment_topic"] = "Betreff: ";
-$messages["comment_text"] = "Text: ";
-$messages["comment_username"] = "Ihr Name: ";
-$messages["comment_email"] = "Ihre E-Mail Addresse (wenn vorhanden): ";
-$messages["comment_url"] = "Ihre Homepage (wenn vorhanden): ";
-$messages["comment_send"] = "absenden";
-$messages["comment_added"] = "Kommentar hinzugefügt.";
-$messages["comment_add_error"] = "Fehler beim ";
-
-$messages["article_does_not_exist"] = "Dieser Artikel existiert nicht.";
-$messages["no_posts_found"] = "Keine Artikel gefunden.";
-$messages["user_has_no_posts_yet"] = "Der Benutzer hat noch keine Artikel veröffentlicht.";
-
-$messages["info_about_myself"] = "Einige Informationen über mich...";
-$messages["back"] = "zurück";
-
-$messages["back_top"] = "zurück nach oben";
-
-$messages["post"] = "Artikel";
-
-$messages["trackbacks_for_article"] = "Trackbacks für diesen Artikel";
-$messages["trackback_excerpt"] = "Auszug";
-$messages["trackback_weblog"] = "Weblog";
-
-$messages["search_results"] = "Suchergebnisse";
-$messages["search_matching_results"] = "Die folgenden Artikel entsprechen Ihrer Suchanfrage: ";
-$messages["search_no_matching_posts"] = "Es wurden keine Artikel gefunden.";
-
-$messages["see_all_link"] = "Klicken Sie hier um alle bisher veröffentlichten Nachrichten zu sehen.";
-
-$messages["read_more"] = " ...weiter";
-
-$messages["anonymous_poster"] = "anonym";
-
-$messages["syndicate"] = "SYNDICATE";
-
-$messages["main"] = "Übersicht";
-
-////// error messages /////
-$messages["error_fetching_article"] = "Der angegebene Artikel kann nicht gefunden werden.";
-$messages["error_fetching_articles"] = "Die angegebenen Artikel können nicht gefunden werden.";
-$messages["error_trackback_no_trackback"] = "Für diesen Artikel wurden keine Trackbacks gefunden.";
-$messages["error_incorrect_article_id"] = "Die Artikel-ID ist nicht korrekt.";
-$messages["error_incorrect_blog_id"] = "Die Weblog-ID ist nicht korrekt.";
-$messages["error_comment_without_text"] = "Sie haben keinen Text eingegeben.";
-$messages["error_comment_without_name"] = "Sie sollten zumindest Ihren Namen oder Nick angeben.";
-$messages["error_adding_comment"] = "Beim Hinzufügen des Kommentars ist ein Fehler in der Datenbank aufgetreten.";
-$messages["error_incorrect_parameter"] = "Falsche Parameter.";
-$messages["error_parameter_missing"] = "Es fehlt ein Parameter für diese Anfrage.";
-$messages["error_blog_has_no_links"] = "Dieses Weblog hat bisher keine Links.";
-$messages["error_comments_not_enabled"] = "Die Möglichkeit Kommentare hinzuzufügen wurde für diese Site gesperrt.";
-
-///////////////// //////////////////
-///////////////// STRINGS FOR THE ADMINISTRATION INTERFACE //////////////////
-///////////////// //////////////////
-
-
-////// help messages for the administration interface /////
-$messages["help_newPost"] = "<p>Hier können Sie neue Artikel zu Ihrem Journal hinzufügen. Sie müssen für
-jeden Artikel ein Betreff und Text eingeben. Wenn Sie die Arbeit am Artikel beenden möchten, drücken
-Sie auf '<b>Artikel hinzufügen</b>' um ihn in der Datenbank zu speichern. Beachten Sie, dass Sie den Status
-des Artikels auf '<b>veröffentlicht</b>' ändern müssen, damit er auf der Übersichtsseite erscheint. Benutzen
-Sie den Status '<b>Entwurf</b>', wenn Sie den Artikel noch nicht veröffentlichen möchten, er aber in der
-Datenbank gespeichert werden soll. Sie können die Arbeit an diesen Artikel dann jederzeit fortsetzen
-und ihn später veröffentlichen.</p>
-<p>Unter '<b>Kategorien</b>' können Sie Artikel jeder der Kategorien zuordnen, die Sie zuvor erstellt
-haben. </p>
-<p>Wenn Sie eine E-Mail Benachrichtigung wünschen, falls Kommentare zu Ihrem Artikel veröffentlicht werden,
-markieren Sie bitte die entsprechende Auswahlbox.</p>
-<p>Wenn Sie die Auswahlbox '<b>Trackback Pings senden</b>' markieren, wird Ihr Artikel nach Links gescannt, und Sie
-haben anschließend die Möglichkeit auszuwählen, zu welchen Sie Pings senden möchten.</p>";
-
-$messages["addPost"] = "<p>Ihre Nachricht wurde erfolgreich in der Datenbank gespeichert. Sie können nun wählen,
-welchen Hosts Sie Trackback Pings senden möchten, so dass der Autor des anderen Artikels weiß, dass Sie über
-seinen Artikel geschrieben haben, und er den Ping zurückverfolgen kann.</p>";
-
-$messages["help_editPosts"] = "<p>Klicken Sie auf die Überschrift eines Artikels, um diesen zu bearbeiten. Sie können
-Ihre Artikel zuvor nach Kategorie, Status, oder Autor filtern. Wenn Sie auf die Anzahl der Kommentare klicken,
-bekommen Sie Zugang zu den entsprechenden Kommentaren. Für diese können Sie neben den öffentlichen Informationen
-auch die IP-Adresse einsehen. In der Statistik sehen Sie z.B. wie häufig ein Artikel aufgerufen wurde, von wo aus
-ein Link gesetzt wurde oder ob Trackbackpings empfangen wurden.</p>";
-
-$messages["editPosts"] = "Hier können Sie in Ihrem Journal gespeichert Artikel bearbeiten. Wenn die Bearbeitung
-abgeschlossen ist, klicken Sie auf 'speichern', um die Änderungen zu sichern. Möchten Sie einen zuvor als Entwurf
-gespeicherten Artikel veröffentlichen, denken Sie daran, den Status von 'Entwurf' auf 'veröffentlicht' zu ändern.</p>";
-
-$messages["editComments"] = "<p>Hier finden Sie alle Kommentare zum ausgewählten Artikel. Kommentare können nicht
-bearbeitet sondern nur gelöscht werden. Das einzige Pflichtfeld beim kommentieren eines Ihrer Artikel ist das
-Feld '<b>Ihr Name</b>'. Es ist also möglich, dass die Felder E-Mail Adresse und URL leer sind. Im Feld IP Adresse
-finden Sie die IP Adresse, von der aus der Kommentar geschrieben wurde.</p>
-<p>Sie können soviel Kommentare gleichzeitig löschen, wie Sie möchten. Wählen Sie die entsprechenden Checkboxen aus
-und klicken Sie anschließend auf '<b>ausgewählte löschen</b>'.</p>";
-
-$messages["postStats"] = "<p>Hier finden Sie die Statistik des ausgewählten Artikels. Die Anzahl der Aufrufe gibt an,
-wie häufig ein bestimmter Artikel aufgerufen wurde. Beachten Sie jedoch, dass nur direkte Aufrufe gezählt werden,
-d.h. es wird nicht erfasst, wie häufig ein Artikel auf der Übersichtsseite gelesen wurde.</p>
-<p>Unter 'Referers' sehen Sie von welchen Seiten die Leser des Artikels zu Ihnen gelangt sind, und die 'Trackbacks'
-zeigen Ihnen Informationen über gesetzte Trackback-Pings.</p>";
-
-$messages["help_editArticleCategories"] = "<p>Hier sehen Sie eine Liste mit allen Artikel Kategorien, die
-bisher erstellt worden sind. Bevor Sie einen Artikel hinzufügen können, muß mindestens eine Kategorie
-eingerichtet sein. Eine Kategorie, der Artikel zugeordnet sind, kann folglich auch nicht gelöscht
-werden. Um eine leere Kategorie zu löschen, markieren Sie die entsprechende Checkbox und klicken Sie
-anschließend auf '<b>ausgewählte löschen</b>'.</p>";
-
-$messages["help_newArticleCategory"] = "<p>Hier können Sie eine neue Artikel-Kategorie für Ihr Weblog erstellen.
-Geben Sie einen Namen ein und klicken Sie anschließend auf 'Kategorie hinzufügen'. Einer einmal erstellten
-Kategorie können Sie beliebig viele Artikel (auch ältere) zuordnen.</p>";
-
-$messages["help_editLinks"] = "<p>Dies ist die Liste mit allen in der Datenbank gespeicherten Links. Wie die
-Artikel, können auch die Links verschiedenen Kategorien zugeordnet werden. Für jeden Link sehen Sie in
-der Liste den Namen, den URL und die Kategorie. Wenn Sie auf den Namen klicken, können Sie auch die
-Beschreibung, die als Tooltip angezeigt wird, änden.</p>";
-
-$messages["help_newLink"] = "<p>Hier können Sie Links hinzufügen. Sie müssen minddestens einen Namen und den URL
-angeben. Die Beschreibung ist nicht erforderlich, aber nützlich - sie wird als Tooltip angezeigt, wenn der
-Beucher mit der Maus über den entsprechenden Link fährt.</p>";
-
-$messages["help_editLinkCategories"] = "<p>Hier sehen Sie alle eingerichteten Link Kategorien. Wie bei
-den Artikeln müssen Sie auch für die Links mindestens eine Kategorie erstellt haben um Links
-hinzufügen zu können.</p>";
-
-$messages["help_newLinkCategory"] = "<p>Um eine neue Link Kategorie zu erstellen, benötigen Sie lediglich
-einen beschreibenden Namen. Einer einmal erstellten Kategorie lassen sich beliebig viele Links
-zuordnen.</p>";
-
-$messages["help_blogSettings"] = " <p>Hier können Sie zentral Einstellungen zu Erscheinungsbild und
-Verhalten Ihres Weblogs verändern: <ul>
-<li><b>Permanenter Link zu diesem Weblog</b>: Der URL unter dem Ihr Weblog erreichbar ist und der als
-permanenter Link benutzt werden kann. Er kann nicht verändert werden.</li>
-<li><b>Weblogname</b>: Der Name des Weblogs - wählen Sie eine kurze beschreibende Überschrift für Ihr
-Weblog. Wenn Sie die Standardtemplates nutzen, wird dieser Name oben auf jeder Seite angezeigt.</li>
-<li><b>Längere Beschreibung für dieses Weblog</b>: In diesem Textfeld können Sie eine längere Beschreibung
-für Ihr Weblog eingeben. Diese kann auf einigen Seiten als Zusatzinformation eingeblendet werden. Wenn
-Sie das Feld nicht benötigen, können Sie es einfach freilassen.</li>
-<li><b>Spracheinstellungen</b>: Hier können Sie die Sprache des Weblogs einstellen. In dieser Sprache werden
-dann die Standardtexte (nicht Ihre Artikel!) und Formatangaben (z.B. Datum und Uhrzeit) angezeigt.</li>
-<li><b>Einträge auf der Übersichtsseite</b>: Hier können Sie angeben, wieviele Artikel auf der Startseite
-angezeigt werden sollen. Beachten Sie, das sich die Ladezeit der Seite mit der Anzahl der Artikel erhöht.
-Mindesteinstellung ist 1.</li>
-<li><b>Als aktuell angezeigte Einträge</b>: Hiermit stellen Sie ein, wieviel Artikel als aktuelle Artikel angezeigt
-werden. Wenn Sie die Standardtemplates nutzen, werden diese mit ihrer Überschrift auf der Übersichtsseite verlinkt.</li>
-<li><b>Designtemplate</b>: pLog erlaubt einen schnellen Designwechsel mittels Templates. Sie können zwischen
-verschiedenen Templates wählen, die den gleichen Inhalt in einem jeweils anderem Design anzeigen.</li>
-<li><b>Sollen lange Artikel abgeschnitten werden und ein 'weiter...'-Link eingefügt werden?</b>: Wenn Sie hier 'ja'
-angeben, werden Ihre Artikel auf der Übersichtsseite nach einer bestimmten Anzahl Zeichen (siehe folgende Einstellung)
-abgeschnitten und ein 'weiter'-Link zum kompletten Artikel wird eingefügt. Allerdings kann es einige Probleme bei der
-Darstellung geben, falls Sie sehr viel HTML Code in Ihren artikeln nutzen.</li>
-<li><b>Nach wieviel Zeichen soll ein Artikel abgeschnitten werden?</b>: Geben Sie hier an, nach wie vielen Zeichen Ihre
-Artikel abgeschnitten, und entsprechende '...weiter'-Links eingefügt werden sollen. Diese Einstellung hat nur Auswirkungen,
-wenn Sie die vorherige Funktion aktiviert haben.</li>
-<li><b>Soll die WYSIWYG-Bearbeitung der Artikel erlaubt werden?</b>: Aktivieren Sie diese Funktion um bereits beim Erstellen
-Ihrer Artikel das Aussehen beurteilen zu können. Nur möglich mit Internet Explorer ab Version 5.5 oder Mozilla ab
-Version 1.3b.</li>
-<li><b>Kommentare eralauben</b>: Aktivieren oder deaktivieren Sie diese Funktion, um Ihren Besuchern zu erlauben/verbieten
-Kommentare zu Ihren Artikeln hinzuzufügen. Diese Einstellung gilt für alle Benutzer und alle Artikel.</li>
-</ul></p>";
-
-$messages["help_userSettings"] = "<p>Hier können Sie Ihr Benutzerprofil anpassen. Ihren Benutzernamen können Sie
-nicht ändern.
-<ul><li><b>Kennwort, Kennwort bestätigen</b>: Wenn Sie Ihr Kennwort ändern möchten, geben Sie das neue
-Kennwort bitte in das erste Feld ein. Sie müssen das neue Kennwort aus Sicherheitsgründen im zweiten Feld
-bestätigen.</li>
-<li><b>E-Mail Adresse</b>: Geben Sie ein gültige E-Mail Adresse ein, wenn Sie z.B. Benachrichtigungen über
-neue Kommentare erhalten möchten. Diese E-Mail Adresse wird nur für interne Zwecke benutzt und ist nicht
-öffentlich sichtbar.</li>
-<li><b>Bio</b>: Hier können Sie einige Informationen über sich eingeben. Das Feld kann aber auch
-freigelassen werden.</li></ul></p>";
-
-$messages["help_pluginCenter"] = "<p>Hier sehen Sie, welche Plugins installiert sind. Für jedes Plugin
-ist der Autor, eine kurze Beschreibung und eine ID angegeben. Diese ID benutzen Sie bitte, um das
-Plugin in Ihre Templates einzubinden.</p>";
-
-$messages["help_Stats"] = "<p>Hier können Sie sehen, von welchen Seiten Ihre Besucher zu Ihren Artikeln verwiesen
-worden sind. Die 'Artikel'-Spalte zeigt an, welcher Artikel, von welchem Verweis aus erreicht wurde. Der
-Wert '0' bedeutet einen direkten Aufruf des Artikels. Unter 'letzter Aufruf' sehen Sie, wann der Artikel zum letzten
-Mal vom jeweiligen Verweis aufgerufen wurde.</p>";
-
-$messages["editArticleCategory"] = "<p>Geben Sie bitte einen neuen Namen für die Kategorie ein, die Sie
-ändern möchten.</p>";
-
-$messages["editLink"] = "<p>Sie müssen mindestens Namen und URL für den Link angeben. Der Link muß
-außerdem einer Kategorie zugeordnet werden.</p>";
-
-$messages["editLinkCategory"] = "<p>Geben Sie bitte einen neuen Namen für die Link Kategorie ein, die Sie
-ändern möchten.</p>";
-
-$messages["blogSelect"] = "Bitte wählen Sie eine Aktion aus.";
-
-$messages["Error"] = "Beim Ausführen der gewünschten Aktion ist ein Fehler aufgetreten. Nähere Informationen
-finden Sie auf der Übersichtsseite.";
-
-$messages["Message"] = "Nähere Informationen zu dieser Nachricht finden Sie im Hauptfenster.";
-
-//////// strings for the administration interface ///////
-
-$messages["admin_interface_title"] = "pLog Admin Interface";
-$messages["administration"] = "Administration";
-$messages["help"] = "Hilfe";
-$messages["plog_help"] = "pLog Hilfe";
-$messages["newPost"] = "Neuer Artikel";
-$messages["editPosts"] = "Artikel";
-$messages["editArticleCategories"] = "Kategorie";
-$messages["admin_links"] = "Links";
-$messages["editLinkCategories"] = "Link Kategorien";
-$messages["settings"] = "Einstellungen";
-$messages["Logout"] = "Logout";
-
-// new post page
-$messages["topic"] = "Betreff";
-$messages["text"] = "Text";
-$messages["category"] = "Kategorien";
-$messages["status"] = "Status";
-$messages["post_status_draft"] = "Entwurf";
-$messages["post_status_published"] = "veröffentlicht";
-$messages["post_status_deleted"] = "gelöscht";
-$messages["post_status_all"] = "Alle";
-$messages["send_notification"] = "Ich möchte benachrichtigt werden, sobald ein Kommentar hinzugefügt wird.";
-$messages["send_trackback_pings"] = "Links im Artikel suchen und Trackback Pings an die Links senden, die Trackback Pings unterstützen.";
-$messages["add_post"] = "Artikel hinzufügen";
-
-$messages["xmlrpc_ping_ok"] = "XML-RPC Ping ist korrekt gesendet worden an: ";
-$messages["error_sending_xmlrpc_ping"] = "There was an error sending an XML-RPC Ping to ";
-$messages["error_sending_xmlrpc_ping_message"] = "Die Fehlermeldung lautet: ";
-
-$messages["preview"] = "Vorschau";
-$messages["post_added"] = "Artikel veröffentlicht";
-$messages["you_will_be_notified"] = "Sie werden benachrichtigt, sobald zu diesem Artikel Kommentare erscheinen.";
-$messages["post_added_not_published"] = "Artikel gespeichert, aber nicht veröffentlicht";
-$messages["error_adding_post"] = "Fehler beim Speichern des Artikels";
-$messages["error_must_fill_all_fields"] = "Sei müssen alle Felder ausfüllen";
-$messages["error_must_have_one_category"] = "Sie müssen mindestens eine Artikel-Kategorie eingerichtet haben,
-bevor Sie einen Artikel hinzufügen können.";
-
-// send trackbacks page
-$messages["send_trackback_pings"] = "Trackback Pings senden";
-$messages["links_found"] = "Die folgenden Links wurden in Ihrem Artikel gefunden. Bitte wählen Sie diejenigen aus,
-denen Sie einen Trackbackping zusenden möchten (Beachten Sie, das dieses eine gewisse Zeit in Anspruch nehmen kann).";
-$messages["trackbacks_no_urls_selected"] = "Es wurden keine URL's ausgewählt und keine Trackback Pings gesendet.";
-$messages["trackbacks_received_ok"] = "Die folgenden Hosts haben Ihren Trackbackping erfolgreich empfangen:";
-$messages["trackbacks_no_trackback"] = "Die folgenden Links haben keinen gültigen Trackback URL: ";
-$messages["trackbacks_problems_sending"] = "Beim Senden der Trackback Pings zu den folgenden Hosts gab es Schwierigkeiten.
-Wenn Sie möchten, können Sie es noch einmal versuchen.";
-$messages["trackbacks_received_all_hosts"] = "Alle Hosts haben den Trackback Ping empfangen.";
-$messages["ping_selected"] = "Ping an ausgewählte Sites senden";
-
-// edit posts
-$messages["author"] = "Autor";
-$messages["category_all"] = "Alle";
-$messages["author_all"] = "Alle";
-$messages["update"] = "speichern";
-$messages["date"] = "Datum";
-$messages["help_Stats"] = "Statistik";
-$messages["delete"] = "Löschen";
-
-$messages["delete_selected"] = "ausgewählte löschen";
-
-// edit post
-$messages["edit_post"] = "Artikel bearbeiten";
-$messages["error_getting_post_to_update"] = "Beim Auswählen des Artikels ist ein Fehler aufgetreten.";
-$messages["error_updating_post_in_database"] = "Beim Speichern des Artikels ist ein Fehler aufgetreten.";
-$messages["post_successfully_updated"] = "Artikel erfolgreich geändert.";
-$messages["notification_removed"] = "Die Benachrichtigung für diesen Artikel wurde gelöscht";
-
-// post statistics
-$messages["statistics_for_post"] = "Statistik für Artikel ";
-$messages["error_fetching_post"] = "Beim Auswählen des Artikels ist ein Fehler aufgetreten.";
-$messages["times_post_has_been_read"] = "Anzahl der Artikelaufrufe: ";
-$messages["referers"] = "Referers";
-$messages["id"] = "ID";
-$messages["url"] = "URL";
-$messages["hits"] = "Aufrufe";
-$messages["trackbacks"] = "Trackbacks";
-
-// post comments
-$messages["error_fetching_comments"] = "Es wurden keine Kommentare zum Artikel gefunden.";
-$messages["comments_for_post"] = "Kommentare zum Artikel: ";
-$messages["email"] = "E-Mail";
-$messages["ip_address"] = "IP Adresse";
-$messages["error_no_comments_selected"] = "Es wurden keine Kommentare ausgewählt.";
-$messages["error_deleting_comment"] = "Beim Löschen des Kommentars ist ein Fehler aufgetreten";
-$messages["comment_deleted_ok"] = "Kommentar mit Betreff \"%s\" erfolgreich gelöscht.";
-
-
-// categories list
-$messages["category_name"] = "Name";
-
-// removing posts
-$messages["post_cannot_be_deleted"] = "Artikel kann nicht gelöscht werden.";
-$messages["no_posts_selected"] = "Es wurden keine Artikel ausgewählt.";
-// %s = subject of the post, %d = identifier of the post. feel free to change its order
-// but if you remove them there will be no information about which post was removed...
-$messages["error_deleting_post"] = "Fehler beim Löschen des Artikels: \"%s\" (id = %d)";
-$messages["post_deleted_ok"] = "Artikel \"%2\$s\" erfolgreich gelöscht (id = %1\$d)";
-
-// delete categories
-$messages["no_categories_selected"] = "Es wurden keine Kategorien ausgewählt.";
-$messages["error_category_has_articles"] = "Kategorie \"%s\" konnte nicht gelöscht werden weil ihr
-noch mindestens ein Artikel zugeordnet ist. Löschen Sie erst die entsprechenden Artikel und versuchen Sie es erneut.";
-$messages["error_deleting_category"] = "Fehler beim Löschen der Kategorie \"%s\".";
-$messages["category_deleted_ok"] = "Kategorie \"%s\" erfolgreich gelöscht.";
-
-// add category
-$messages["newArticleCategory"] = "Kategorie hinzufügen";
-$messages["add_new_category_info"] = "Bitte wählen Sie einen gültigen Namen für die neue Kategorie";
-$messages["category_added_ok"] = "Kategorie erfolgreich hinzugefügt.";
-$messages["error_adding_article_category"] = "Beim Hinzufügen der Kategorie ist ein Fehler aufgetreten.";
-
-// edit categories
-$messages["edit_category"] = "Kategorie bearbeiten";
-$messages["please_provide_valid_category_name"] = "Bitte wählen Sie einen gültigen Namen für die neue Kategorie.";
-
-// edit category
-$messages["error_incorrect_category_id"] = "Falsche Kategorie-ID";
-
-// update the category
-$messages["error_fetching_category"] = "Beim Auswählen der Kategorie ist ein Fehler aufgetreten.";
-$messages["error_updating_category"] = "Beim Ändern der Kategorie ist ein Fehler aufgetreten.";
-$messages["error_empty_category_name"] = "Bitte wählen Sie einen gültigen Namen für die Kategorie";
-$messages["category_updated_ok"] = "Kategorie erfolgreich geändert.";
-
-// edit links
-$messages["link_name"] = "Name";
-$messages["link_url"] = $messages["url"];
-$messages["link_category"] = $messages["category"];
-$messages["link_description"] = "Beschreibung";
-$messages["editLinks"] = "Links";
-
-// edit a link
-$messages["edit_link"] = "Link bearbeiten";
-$messages["error_provide_name_and_url"] = "Sie müssen einen gültigen Namen und einen URL angeben.";
-$messages["error_invalid_link_id"] = "Die Link-ID ist ungültig oder fehlt.";
-$messages["error_fetching_link"] = "Beim Auswählen des Links ist ein Fehler aufgetreten.";
-$messages["error_updating_link"] = "Beim Ändern des Links ist ein Fehler aufgetreten.";
-$messages["link_updated_ok"] = "Link erfolgreich geändert.";
-$messages["error_fetching_link_categories"] = "Beim Auswählen der Link-Kategorie ist ein Fehler aufgetreten.";
-
-// add a link
-$messages["add_new_link"] = "Link hinzufügen";
-$messages["newLink"] = "Link hinzufügen";
-$messages["error_adding_link"] = "Beim Hinzufügen des Links ist ein Fehler aufgetreten.";
-$messages["link_added_ok"] = "Link erfolgreich hinzugefügt.";
-$messages["error_provide_name_and_url"] = "Sie müssen einen gültigen Namen und URL angeben.";
-$messages["error_must_have_one_link_category"] = "Sie müssen mindestens eine Link-Kategorie eingerichtet haben,
-bevor Sie einen Link hinzufügen können.";
-
-// delete a link
-$messages["error_no_links_selected"] = "Es wurden keine Links ausgewählt.";
-$messages["error_removing_link"] = "Beim Löschen des Links \"%s\" ist ein Fehler aufgetreten.";
-$messages["link_deleted_ok"] = "Link \"%s\" wurde erfolgreich gelöscht.";
-
-// edit link categories
-$messages["newLinkCategory"] = "Link-Kategorie hinzufügen";
-$messages["link_categories_help"] = "Sie müssen mindestens eine Link-Kategorie eingerichtet haben,
-bevor Sie einen Link hinzufügen können.";
-$messages["link_category_name"] = "Name";
-$messages["link_category_links"] = "Links";
-
-// new link category
-$messages["new_link_category_info"] = "Link Kategorien sollen Ihnen helfen, einen Überblick über Ihre
-Links zu bealten. In späteren Versionen können Sie Ihre Links auch auf der Übersichtsseite nach diesen Kategorien
-geordnet anzeigen lassen.";
-$messages["newLinkCategory"] = "Link-Kategorie hinzufügen";
-$messages["error_provide_link_category_name"] = "Sie müssen einen gültigen Namen für die Link-Kategorie angeben.";
-$messages["error_adding_link_category"] = "Beim Hinzufügen der Link-Kategorie ist ein Fehler aufgetreten.";
-$messages["link_category_added_ok"] = "Link-Kategorie erfolgreich hinzugefügt.";
-
-// edit link category
-$messages["edit_link_category"] = "Link-Kategorie bearbeiten";
-$messages["error_updating_link_category"] = "Beim Ändern der Link-Kategorie ist ein Fehler aufgetreten.";
-$messages["link_category_updated_ok"] = "Link-Kategorie erfolgreich geändert.";
-$messages["error_fetching_link_category"] = "Beim Auswählen der Link-Kategorie ist ein Fehler aufgetreten.";
-$messages["error_incorrect_link_category_id"] = "Falsche ID für die Link-Kategorie";
-
-// delete link categories
-$messages["error_no_link_category_selected"] = "Es wurde keine Link-Kategorie ausgewählt";
-$messages["error_links_in_link_category"] = "Link-Kategorie \"%s\" konnte nicht gelöscht werden weil ihr
-noch mindestens ein Link zugeordnet ist. Löschen Sie erst die entsprechenden Links und versuchen Sie es erneut.";
-$messages["error_removing_link_category"] = "Fehler beim Entfernen der Kategorie \"%s\".";
-$messages["link_category_deleted_ok"] = "Link-Kategorie \"%s\" erfolgreich gelöscht.";
-// this error is shown when for some reason the category could not be fetched from the database
-// and we can't show its name
-$messages["error_removing_link_category_2"] = "Fehler beim Entfernen der Kategorie mit der ID = %d";
-
-// blog settings page
-$messages["blogSettings"] = "Weblogeinstellungen";
-$messages["userSettings"] = "Benutzereinstellungen";
-$messages["pluginCenter"] = "Plugin Center";
-$messages["Stats"] = "Statistiken";
-$messages["blog_name"] = "Weblog Name";
-$messages["long_blog_name"] = "Längere Beschreibung für dieses Weblog";
-$messages["language_used"] = "Spracheinstellungen";
-$messages["items_main_page"] = "Einträge sollen auf der Übersichtsseite: ";
-$messages["items_as_recent"] = "Als \"aktuell\" angezeigte Einträge: ";
-$messages["template_used"] = "Wählen Sie ein Template aus, dass das Design Ihres Weblogs bestimmt";
-$messages["cut_posts"] = "Sollen lange Artikel abgeschnitten werden und ein \"...weiter\"-Link eingefügt werden?";
-$messages["cut_posts_after_characters"] = "Nach wieviel Zeichen soll ein Artikel abgeschnitten werden?";
-$messages["enable_wysiwyg_edition"] = "Soll die WYSIWYG-Bearbeitung der Artikel (nur mit Internet Explorer ab 5.5
-und Mozilla ab 1.3b) erlaubt werden?";
-$messages["enable_comments"] = "Möchten Sie Kommentare zu allen Artikeln erlauben?";
-$messages["yes"] = "ja";
-$messages["no"] = "Nein";
-$messages["error_invalid_locale"] = "Ungültiger Wert für die Spracheinstellung";
-$messages["error_incorrect_max_recent_items"] = "Sie müssen einen gültigen Wert für die Anzahl der Enträge, die als
-\"aktuell\" angezeigt werden sollen, eingeben.";
-$messages["error_incorrect_number_of_posts"] = "Sie müssen einen gültigen Wert für die Anzahl der Enträge, die auf
-der Hauptseite angezeigt werden sollen, eingeben.";
-$messages["error_incorrect_template"] = "Der Wert für das Template ist falsch.";
-$messages["error_no_blog_name"] = "Sie müssen einen gültigen Namen für das Weblog eingeben.";
-$messages["error_incorrect_show_more_threshold"] = "Sie müssen einen gültigen Wert für die Anzahl der Zeichen, nach
-denen ein Artikel abgeschnitten werden soll, eingeben.";
-$messages["error_updating_settings"] = "Beim Ändern der Weblogeinstellungen ist ein Fehler aufgetreten.";
-$messages["blog_settings_updated_ok"] = "Weblogeinstellungen wurden erfolgreich geändert.";
-$messages["permanent_blog_url"] = "Permanenter Link zu diesem Weblog";
-
-// user profile page
-$messages["username"] = "Benutzername";
-$messages["password"] = "Kennwort";
-$messages["confirm_password"] = "Bestätigen Sie das Kennwort";
-$messages["email_address"] = "E-Mail Addresse";
-$messages["bio"] = "Bio";
-$messages["empty_no_change"] = "Lassen Sie die Felder frei, wenn Sie nichts ändern möchten.";
-$messages["user_settings_updated_ok"] = "Benutzereinstellungen wurden erfolgreich geändert.";
-$messages["error_updating_user_settings"] = "Beim Ändern der Benutzereinstellungen ist ein Fehler aufgetreten.";
-$messages["error_passwords_dont_match"] = "Entschuldigung, die Kennwörter stimmen nicht überein.";
-$messages["error_incorrect_password"] = "Entschuldigung, das Kennwort ist falsch.";
-$messages["error_incorrect_email_address"] = "Entschuldigung, die angegebene E-Mail Addresse ist ungültig.";
-
-// plugin center page
-$messages["plugins_available"] = "Dies ist eine Liste mit den für die Templates zur Verfügung stehenden Plugins";
-$messages["identifier"] = "ID";
-$messages["description"] = "Beschreibung";
-$messages["error_plugins_disabled"] = "Es werden auf dieser Site keine Plugins unterstützt.";
-
-// statistics page
-$messages["statistics_info"] = "Wenn die Artikel-ID auf 0 gesetzt ist, werden Besucher zur Übersichtsseite und
-nicht zu einem bestimmten Artikel geführt.";
-$messages["article_id"] = "Artikel ID";
-$messages["last_hit_date"] = "Datum des letzten Aufrufs";
-$messages["error_fetching_referers"] = "Es konnten keine Links für diese Site gefunden werden.";
-
-// login screen
-$messages["login_page_title"] = "pLog Administrations-Interface";
-$messages["login"] = "Login";
-$messages["welcome_message"] = "Willkommen bei pLog";
-$messages["error_incorrect_username_or_password"] = "Entschuldigung, falscher Benutzername oder falsches Kennwort.";
-$messages["error_dont_belong_to_any_blog"] = "Entschuldigung, für Sie ist noch ein Weblog freigeschaltet.";
-$messages["error_no_username_or_password"] = "Bitte geben Sie einen gültigen Benutzernamen und ein gültiges Kennwort ein.";
-$messages["choose_one_blog"] = "Für Sie sind folgende Weblogs freigeschaltet. Bitte wählen Sie, wo Sie arbeiten möchten.";
-$messages["continue"] = "Fortsetzen";
-$messages["logout_message"] = "Sie sind erfolgreich abgemeldet worden.";
-$messages["logout_message_2"] = "<a href=\"admin.php\">Klicken Sie hier</a> um sich erneut anzumelden, oder
-<a href=\"%1\$s\">hier um zum %2\$s</a> zu gehen.";
-$messages["logout_title"] = "abgemeldet";
-$messages["error_access_forbidden"] = "Zugang geschützt, Sie müssen sich erst hier anmelden.";
-
-/////
-$messages["blogFilteredContent"] = $messages["filteredContent"];
-$messages["newBlogFilteredContent"] = $messages["newFilteredContent"];
-$messages["blogBlockedHosts"] = $messages["blockedHosts"];
-$messages["newBlogBlockedHost"] = $messages["newBlockedHost"];
-$messages["newBlogUser"] = $messages["createUser"];
-
-//
-// text of the post that will be added to each blog when they sign-up via the register.php script
-//
-$messages["register_default_category"] = "General";
-$messages["register_default_article_text"] = "If you can read this, it means that your signup and registration was successful and that you can start blogging.";
-$messages["register_default_article_topic"] = "Congratulations, it worked!";
-
-//
-// summary templates text
-//
-
-$messages["summary_title"] = "Blogs Summary";
-$messages["summary_section_main"] = "Summary";
-$messages["summary_section_main_link_title"] = "Main Page";
-$messages["summary_section_register"] = "Register!";
-$messages["summary_section_register_link_title"] = "Register a new blog";
-$messages["summary_section_blog_list"] = "Blog list";
-$messages["summary_section_blog_list_link_title"] = "Blogs hosted in this site";
-$messages["summary_section_faq"] = "F.A.Q.";
-$messages["summary_section_faq_link_title"] = "Frequently Asked Questions";
-$messages["summary_welcome_title"] = "Welcome to pLog!";
-
-$messages["summary_most_active_blogs"] = "Most active blogs";
-$messages["summary_newest_blogs"] = "Newest blogs";
-$messages["summary_most_commented_articles"] = "Most commented articles";
-$messages["summary_most_read_articles"] = "Most read articles";
-
-$messages["summary_faq"] = "Frequently Asked Questions";
-$messages["summary_faq_question"] = "What is this?";
-$messages["summary_faq_description"] = "You could use this section to add some frequently asked questions about your service. It is all up to you and this is only a suggestion so feel free to make changes :) Edit the file templates/summary/faq.template to change the contents of this page.";
-
-$messages["summary_login"] = "Log-in";
-$messages["summary_other_stuff"] = "Other Stuff";
-$messages["summary_plog_logo"] = "How about a logo here?";
-
-$messages["summary_blog_list"] = "Blog List";
-$messages["summary_last_updated"] = "Last Updated";
-$messages["summary_author"] = "Author";
-$messages["summary_articles"] = "articles";
-$messages["summary_reads"] = "reads";
-
-$messages["summary_welcome_message"] = "<h4 class=\"question\">What is this site?</h4>
- <p>You could use this area to give some information about this site.</p>
-
- <ul>
- <li>See the following links for more information: <br />
- <a href=\"summary.php?op=Faq\">FAQ</a></li>
- <li><a href=\"register.php\">Register a new blog here</a></li>
- </ul>";
-
-$messages["summary_latest_posts"] = "Latest Posts";
-$messages["summary_in"] = "in";
-$messages["summary_posted_by"] = "Posted by";
-
-//
-// register templates text
-//
-$messages["register_error"] = "Error";
-$messages["register_error_message"] = "There has been an error:";
-$messages["register_errors"] = "There were some errors during the process, please have a look:";
-$messages["register_new_blog_step1_title"] = "Register a new blog (1/3)";
-$messages["register_step1_fill_in_title"] = "Please fill in this form to create a new blog in this site.";
-$messages["register_step1_description"] = "<p>
-First of all, we need to create a user for you. Please choose a username (which should not exist in the system but if it does, we will let you know) This user will be considered as the owner of the blog and will have full powers over it.
-</p>
-<p>
-And please do not forget your password! There is no way it can be recovered once you have signed up.
-</p>";
-$messages["register_step1_legend"] = "Please fill in the following fields";
-$messages["register_username"] = "Username:";
-$messages["register_password"] = "Password:";
-$messages["register_password_confirmation"] = "Confirm password:";
-$messages["register_email"] = "Email address:";
-$messages["register_email_comment"] = "(user for notifications of new comments)";
-
-$messages["register_next"] = "Next »";
-
-$messages["register_new_blog_step2_title"] = "Register a new blog (2/3)";
-$messages["register_user_created"] = "Your new user has been successfully created! Now we can proceed and create your new personal blog.";
-$messages["register_step2_description"] = " <p>
- The only thing we need to know is the name you would like to give to your diary. Later on once this
- process is complete, you will be able to change things like its description, but now that is not needed.
- </p>";
-$messages["register_step2_blog_name"] = "Name of your new blog:";
-
-$messages["register_new_blog_step4_title"] = "Thank you! (3/3)";
-$messages["register_new_blog_step3_description"] = "
- <p>
- Registration is complete. Your new user and diary have been registered successfully in this site,
- and you can log in now into your blog and start blogging!
- </p>";
-$messages["register_step4_admin_link"] = "
- <p>
- Click here <a href=\"admin.php\">to go the admin interface</a>, if you want to start blogging.
- </p>";
-$messages["register_step4_blog_link1"] = "
- <p>
- Or click <a href=\"";
-
-$messages["register_step4_blog_link2"] = "
-\">here to go and see your new blog</a>.
- </p>";
-
-$messages["register_step4_final_message"] = "
- <p>
- Happy blogging!
- </p>";
-
-
-$messages["register_error_incorrect_username"] = "Incorrect user name, please try again.<br/>";
-$messages["register_error_incorrect_email"] = "Email address is invalid, please try again. <br/>";
-$messages["register_error_user_already_exist"] = "There is already a user with that name, please try again.<br/>";
-$messages["register_error_incorrect_password"] = "Password is invalid, please try again. <br/>";
-$messages["register_error_passwords_dont_match"] = "Passwords do not match, please try again. <br/>";
-$messages["register_error_adding_user"] = "Error adding the user: ";
-$messages["register_error_creating_blog"] = "There was an error creating the new blog";
-$messages["register_error_blog_name"] = "You should choose a better name for the blog.<br/>" ;
-?>
Deleted: plog/trunk/locale/locale_en_UK.php
===================================================================
--- plog/trunk/locale/locale_en_UK.php 2005-01-29 15:29:38 UTC (rev 872)
+++ plog/trunk/locale/locale_en_UK.php 2005-01-29 15:52:14 UTC (rev 873)
@@ -1,854 +0,0 @@
-<?php
-// set this to the encoding that should be used to display the pages correctly
-$messages['encoding'] = 'iso-8859-1';
-$messages['locale_description'] = 'English locale file for pLog';
-// locale format, see Locale::formatDate for more information
-$messages['date_format'] = '%d/%m/%Y %H:%M';
-
-// days of the week
-$messages['days'] = Array( 'Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday' );
-// -- compatibility, do not touch -- //
-$messages['Monday'] = $messages['days'][1];
-$messages['Tuesday'] = $messages['days'][2];
-$messages['Wednesday'] = $messages['days'][3];
-$messages['Thursday'] = $messages['days'][4];
-$messages['Friday'] = $messages['days'][5];
-$messages['Saturday'] = $messages['days'][6];
-$messages['Sunday'] = $messages['days'][0];
-
-// abbreviations
-$messages['daysshort'] = Array( 'Su', 'Mo', 'Tu', 'We', 'Th', 'Fr', 'Sa' );
-// -- compatibility, do not touch -- //
-$messages['Mo'] = $messages['daysshort'][1];
-$messages['Tu'] = $messages['daysshort'][2];
-$messages['We'] = $messages['daysshort'][3];
-$messages['Th'] = $messages['daysshort'][4];
-$messages['Fr'] = $messages['daysshort'][5];
-$messages['Sa'] = $messages['daysshort'][6];
-$messages['Su'] = $messages['daysshort'][0];
-
-// months of the year
-$messages['months'] = Array( "January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December" );
-// -- compatibility, do not touch -- //
-$messages['January'] = $messages['months'][0];
-$messages['February'] = $messages['months'][1];
-$messages['March'] = $messages['months'][2];
-$messages['April'] = $messages['months'][3];
-$messages['May'] = $messages['months'][4];
-$messages['June'] = $messages['months'][5];
-$messages['July'] = $messages['months'][6];
-$messages['August'] = $messages['months'][7];
-$messages['September'] = $messages['months'][8];
-$messages['October'] = $messages['months'][9];
-$messages['November'] = $messages['months'][10];
-$messages['December'] = $messages['months'][11];
-
-$messages['message'] = 'Message';
-$messages['error'] = 'Error';
-
-$messages['date'] = 'Date';
-
-// miscellaneous texts
-$messages['of'] = 'of';
-$messages['recently'] = 'recently...';
-$messages['comments'] = 'comments';
-$messages['comment on this'] = 'Comment';
-$messages['my_links'] = 'my Links';
-$messages['archives'] = 'archives';
-$messages['search'] = 'search';
-$messages['calendar'] = 'calendar';
-$messages['search_s'] = 'Search';
-$messages['link_tracker'] = 'Link Tracker';
-$messages['search_this_blog'] = 'Search this blog:';
-$messages['about_myself'] = 'Who am I?';
-$messages['permalink_title'] = 'Permanent link to the archives';
-$messages['permalink'] = 'Permalink';
-$messages['posted_by'] = 'Posted by';
-$messages['on_the'] = 'on the';
-$messages['page'] = 'page';
-$messages['posted'] = 'posted';
-
-$messages['reply'] = 'Reply';
-
-
-// add comment form
-$messages['add_comment'] = 'Add comment';
-$messages['comment_topic'] = 'Topic';
-$messages['comment_text'] = 'Text';
-$messages['comment_username'] = 'Your name';
-$messages['comment_email'] = 'Your email address (if any)';
-$messages['comment_url'] = 'Your personal page (if any)';
-$messages['comment_send'] = 'Send';
-$messages['comment_added'] = 'Comment added!';
-$messages['comment_add_error'] = 'Error adding comment';
-
-
-$messages['article_does_not_exist'] = 'The article does not exist';
-$messages['no_posts_found'] = 'No posts were found';
-$messages['user_has_no_posts_yet'] = 'The user does not have any posts yet';
-
-$messages['info_about_myself'] = 'Some information about myself...';
-$messages['back'] = 'Back';
-
-$messages['post'] = 'post';
-
-$messages['trackbacks_for_article'] = 'Trackbacks for the article titled';
-$messages['trackback_excerpt'] = 'Excerpt';
-$messages['trackback_weblog'] = 'Weblog';
-
-$messages['search'] = 'Search';
-$messages['search_results'] = 'Search Results';
-$messages['search_matching_results'] = 'The following posts match your search terms: ';
-$messages['search_no_matching_posts'] = 'No matching posts were found';
-
-$messages['see_all_link'] = 'Click here to see all posts, ever';
-
-$messages['read_more'] = '(More)';
-
-$messages['syndicate'] = 'SYNDICATE';
-
-$messages['main'] = 'Main';
-
-
-
-////// error messages /////
-$messages['error_fetching_article'] = 'The article you specified could not be found.';
-$messages['error_fetching_articles'] = 'The articles could not be fetched.';
-$messages['error_trackback_no_trackback'] = 'No trackbacks were found for the article.';
-$messages['error_incorrect_article_id'] = 'The article identifier is not correct.';
-$messages['error_incorrect_blog_id'] = 'The blog identifier is not correct.';
-$messages['error_comment_without_text'] = 'You should at least provide some text.';
-$messages['error_comment_without_name'] = 'You should at least give your name or nickname.';
-$messages['error_adding_comment'] = 'There was an error adding the comment.';
-$messages['error_incorrect_parameter'] = 'Incorrect parameter.';
-$messages['error_parameter_missing'] = 'There is one parameter missing from the request.';
-$messages['error_blog_has_no_links'] = 'This blog has no links yet.';
-$messages['error_comments_not_enabled'] = 'The commenting feature has been disabled in this site.';
-$messages['error_incorrect_search_terms'] = 'The search terms were not valid';
-$messages['error_no_search_results'] = 'No items matching the search terms were found';
-
-///////////////// //////////////////
-///////////////// STRINGS FOR THE ADMINISTRATION INTERFACE //////////////////
-///////////////// //////////////////
-
-// login page
-$messages['login'] = 'Login';
-$messages['welcome_message'] = 'Welcome to pLog';
-$messages['error_incorrect_username_or_password'] = 'Sorry, Incorrect username or password.';
-$messages['error_dont_belong_to_any_blog'] = 'Sorry, you do not belong to any blog yet.';
-$messages['logout_message'] = 'You have been successfully logged out.';
-$messages['logout_message_2'] = 'Click <a href="%1$s">here</a> to go to %2$s</a>.';
-$messages['error_access_forbidden'] = 'Access is forbidden. You must authenticate first here.';
-$messages['username'] = 'Username';
-$messages['password'] = 'Password';
-
-// dashboard
-$messages['dashboard'] = 'Dashboard';
-
-// menu options
-$messages['newPost'] = 'New Post';
-$messages['Manage'] = 'Manage';
-$messages['managePosts'] = 'Manage Posts';
-$messages['editPosts'] = 'Posts';
-$messages['editArticleCategories'] = 'Categories';
-$messages['newArticleCategory'] = 'New Category';
-$messages['manageLinks'] = 'Manage Links';
-$messages['editLinks'] = 'Links';
-$messages['newLink'] = 'New Link';
-$messages['editLink'] = 'Edit Link';
-$messages['editLinkCategories'] = 'Link Categories';
-$messages['newLinkCategory'] = 'New Link Category';
-$messages['editLinkCategory'] = 'Edit Link Category';
-$messages['manageCustomFields'] = 'Manage Custom Fields';
-$messages['blogCustomFields'] = 'Custom Fields';
-$messages['newCustomField'] = 'New Custom Field';
-$messages['resourceCenter'] = 'Resource Center';
-$messages['resources'] = 'Resources';
-$messages['newResourceAlbum'] = 'New Album';
-$messages['newResource'] = 'New Resource';
-$messages['controlCenter'] = 'Control Center';
-$messages['manageSettings'] = 'Settings';
-$messages['blogSettings'] = 'Blog Settings';
-$messages['userSettings'] = 'User Settings';
-$messages['pluginCenter'] = 'Plugin Center';
-$messages['Stats'] = 'Statistics';
-$messages['manageBlogUsers'] = 'Manage Blog Users';
-$messages['newBlogUser'] = 'New Blog User';
-$messages['showBlogUsers'] = 'Blog Users';
-$messages['manageBlogTemplates'] = 'Blog Templates';
-$messages['newBlogTemplate'] = 'New Blog Template';
-$messages['blogTemplates'] = 'Blog Templates';
-$messages['adminSettings'] = 'Administration';
-$messages['Users'] = 'Users';
-$messages['createUser'] = 'Create User';
-$messages['editSiteUsers'] = 'Site Users';
-$messages['Blogs'] = 'Manage Blogs';
-$messages['createBlog'] = 'Create Blog';
-$messages['editSiteBlogs'] = 'Blogs';
-$messages['Locales'] = 'Manage Locales';
-$messages['newLocale'] = 'New Locale';
-$messages['siteLocales'] = 'Site Locales';
-$messages['Templates'] = 'Manage Templates';
-$messages['newTemplate'] = 'New Template';
-$messages['siteTemplates'] = 'Site Templates';
-$messages['GlobalSettings'] = 'Global Settings';
-$messages['editSiteSettings'] = 'General';
-$messages['summarySettings'] = 'Summary';
-$messages['templateSettings'] = 'Templates';
-$messages['urlSettings'] = 'URLs';
-$messages['emailSettings'] = 'Email';
-$messages['uploadSettings'] = 'Uploads';
-$messages['helpersSettings'] = 'External Helpers';
-$messages['interfacesSettings'] = 'Interfaces';
-$messages['securitySettings'] = 'Security';
-$messages['bayesianSettings'] = 'Bayesian Filter';
-$messages['resourcesSettings'] = 'Resources';
-$messages['searchSettings'] = 'Search';
-$messages['cleanUpSection'] = 'Clean Up';
-$messages['cleanUp'] = 'Clean Up';
-$messages['editResourceAlbum'] = 'Edit Album';
-$messages['resourceInfo'] = 'Edit Resource';
-$messages['editBlog'] = 'Edit Blog';
-
-// new post
-$messages['topic'] = 'Topic';
-$messages['topic_help'] = 'Title of the post';
-$messages['text'] = 'Text';
-$messages['text_help'] = 'Text of the post. This part will always appear in the front page';
-$messages['extended_text'] = 'Extended Text';
-$messages['extended_text_help'] = 'Extended text of the post. This part can optionally appear only in the post page or in the main page. See the blog settings for more information';
-$messages['post_slug'] = 'Slug';
-$messages['post_slug_help'] = 'The slug will be used to generate nice permanent links';
-$messages['date'] = 'Date';
-$messages['post_date_help'] = 'Date when this post is going to be published';
-$messages['status'] = 'Status';
-$messages['post_status_help'] = 'Select one of these status';
-$messages['post_status_published'] = 'Published';
-$messages['post_status_draft'] = 'Draft';
-$messages['post_status_deleted'] = 'Deleted';
-$messages['categories'] = 'Categories';
-$messages['post_categories_help'] = 'Select one or more categories';
-$messages['post_comments_enabled_help'] = 'Enable comments';
-$messages['send_notification_help'] = 'Notification of new comments';
-$messages['send_trackback_pings_help'] = 'Send trackbacks';
-$messages['send_xmlrpc_pings_help'] = 'Send XMLRPC pings';
-$messages['save_draft_and_continue'] = 'Save draft';
-$messages['preview'] = 'Preview';
-$messages['add_post'] = 'Blog this!';
-$messages['error_saving_draft'] = 'There was an error saving the draft';
-$messages['draft_saved_ok'] = 'Draft saved successfully';
-$messages['error_sending_request'] = 'There was an error sending the request';
-$messages['error_no_category_selected'] = 'Please select at least one category';
-$messages['error_missing_post_topic'] = 'Please type a post topic';
-$messages['error_missing_post_text'] = 'Please type some text for the post';
-$messages['error_adding_post'] = 'There was an error adding the post';
-$messages['post_added_not_published'] = 'Post added successfully but not published';
-$messages['post_added_ok'] = 'Post added successfully.';
-$messages['send_notifications_ok'] = 'A notification will be sent every time there is a new comment or trackback.';
-
-// posts page
-$messages['show_by'] = 'Show By';
-$messages['category'] = 'Category';
-$messages['author'] = 'Author';
-$messages['post_status_all'] = 'All';
-$messages['author_all'] = 'All';
-$messages['search_terms'] = 'Search terms';
-$messages['show'] = 'Show';
-$messages['delete'] = 'Delete';
-$messages['actions'] = 'Actions';
-$messages['all'] = 'All';
-$messages['category_all'] = 'All';
-$messages['error_incorrect_article_id'] = 'Incorrect article identifier';
-$messages['error_deleting_article'] = 'There was an error deleting post "%s"';
-$messages['article_deleted_ok'] = 'Post "%s" deleted successfully';
-$messages['articles_deleted_ok'] = '%s posts deleted successfully';
-$messages['error_deleting_article2'] = 'There was an error deleting the post with identifier "%s"';
-
-// edit post page
-$messages['update'] = 'Update';
-$messages['editPost'] = 'Edit Post';
-$messages['error_fetching_post'] = 'There was an error fetching the article';
-$messages['post_updated_ok'] = 'Post "%s" updated successfully';
-$messages['error_updating_post'] = 'There was an error updating the post';
-$messages['notification_added'] = 'You will receive notifications of new comments or trackbacks';
-$messages['notification_removed'] = 'No notifications about new comments or trackbacks will be sent';
-
-// post comments
-$messages['url'] = 'URL';
-$messages['comment_status_all'] = 'All';
-$messages['comment_status_spam'] = 'Spam';
-$messages['comment_status_nonspam'] = 'No Spam';
-$messages['error_fetching_comments'] = 'There was an error while fetching the article comments';
-$messages['error_deleting_comments'] = 'There was an error removing the comments or there was no comment selected';
-$messages['comment_deleted_ok'] = 'Comment "%s" deleted successfully';
-$messages['comments_deleted_ok'] = '%s comments deleted successfully';
-$messages['error_deleting_comment'] = 'There was an error deleting comment "%s"';
-$messages['error_deleting_comment2'] = 'There was an error deleting comment with identifier %s';
-$messages['editComments'] = 'Comments';
-$messages['mark_as_spam'] = 'Mark as spam';
-$messages['mark_as_no_spam'] = 'Mark as no spam';
-$messages['error_incorrect_comment_id'] = 'The comment identifier is not correct';
-$messages['error_marking_comment_as_spam'] = 'There was an error marking the comment as spam';
-$messages['comment_marked_as_spam_ok'] = 'The comment was marked as spam successfully';
-$messages['error_marking_comment_as_nonspam'] = 'There was an error marking the comment as no spam';
-$messages['comment_marked_as_nonspam_ok'] = 'The comment was marked as no spam successfully';
-
-// post trackbacks
-$messages['blog'] = 'Blog';
-$messages['excerpt'] = 'Excerpt';
-$messages['error_fetching_trackbacks'] = 'There was an error while fetching the trackbacks';
-$messages['error_deleting_trackbacks'] = 'There was an error deleting the trackbacks or there were no items selected';
-$messages['error_deleting_trackback'] = 'There was an error while deleting trackback "%s"';
-$messages['error_deleting_trackback2'] = 'There was an error while deleting trackback with identifier "%s"';
-$messages['trackback_deleted_ok'] = 'Trackback "%s" deleted successfully';
-$messages['trackbacks_deleted_ok'] = '%s trackbacks deleted successfully';
-$messages['editTrackbacks'] = 'Trackbacks';
-
-// post statistics
-$messages['referrer'] = 'Referrer';
-$messages['hits'] = 'Hits';
-$messages['error_no_items_selected'] = 'No items were selected to remove';
-$messages['error_deleting_referrer'] = 'There was an error deleting referrer "%s"';
-$messages['error_deleting_referrer2'] = 'There was an error deleting referrer with identifier "%s"';
-$messages['referrer_deleted_ok'] = 'Referrer "%s" deleted successfully';
-$messages['referrers_deleted_ok'] = '%s referrers deleted successfully';
-
-// categories
-$messages['posts'] = 'Posts';
-$messages['show_in_main_page'] = 'Show in front page';
-$messages['error_incorrect_category_id'] = 'The category identifier is not correct or no items were selected';
-$messages['error_category_has_articles'] = 'Category "%s" is used by some articles. Please edit the articles first and then remove the category';
-$messages['category_deleted_ok'] = 'Category "%s" deleted successfully';
-$messages['categories_deleted_ok'] = '%s categories deleted successfully';
-$messages['error_deleting_category'] = 'There was an error deleting category "%s"';
-$messages['error_deleting_category2'] = 'There was an error deleting category with identifier "%s"';
-$messages['yes'] = 'Yes';
-$messages['no'] = 'No';
-
-// new category
-$messages['name'] = 'Name';
-$messages['category_name_help'] = 'Name that will be used to display the category';
-$messages['description'] = 'Description';
-$messages['category_description_help'] = 'Longer description for this category';
-$messages['show_in_main_page_help'] = 'Whether posts under this category should be shown in the main page, or only when this particular category is browsed';
-$messages['error_empty_name'] = 'You must provide a name';
-$messages['error_empty_description'] = 'You must provide a description';
-$messages['error_adding_article_category'] = 'There was an error adding the new category. Please check the data and try again';
-$messages['category_added_ok'] = 'Category "%s" was successfully added to the blog';
-$messages['add'] = 'Add';
-$messages['reset'] = 'Reset';
-
-// update category
-$messages['error_updating_article_category'] = 'There was an error updating the article category';
-$messages['error_fetching_category'] = 'There was an error fetching the category';
-$messages['article_category_updated_ok'] = 'Category "%s" was updated successfully';
-
-// links
-$messages['feed'] = 'Feed';
-$messages['error_no_links_selected'] = 'The link identifier was incorrect or no items were selected to remove';
-$messages['error_incorrect_link_id'] = 'The link identifier was not correct';
-$messages['error_removing_link'] = 'There was an error removing link "%s"';
-$messages['error_removing_link2'] = 'There was an error removing link with identifier "%s"';
-$messages['link_deleted_ok'] = 'Link "%s" was deleted successfully';
-$messages['links_deleted_ok'] = '%s links deleted successfully';
-
-// new link
-$messages['link_name_help'] = 'Name given to this link';
-$messages['link_url_help'] = 'Address where this link points';
-$messages['link_description_help'] = 'Brief description of this link';
-$messages['link_feed_help'] = 'A link to any of the RSS or Atom feeds of think can also be provided';
-$messages['link_category_help'] = 'Choose one of the available link categories';
-$messages['error_adding_link'] = 'There was an error adding the link. Please check the data and try again';
-$messages['error_invalid_url'] = 'The address is not correct';
-$messages['link_added_ok'] = 'Link "%s" was successfully added';
-
-// update link
-$messages['error_updating_link'] = 'There was an error updating the link. Please check the data and try again';
-$messages['error_fetching_link'] = 'There was an error fetching the link';
-$messages['link_updated_ok'] = 'Link "%s" was updated successfully';
-
-// link categories
-$messages['links'] = 'Links';
-$messages['error_invalid_link_category_id'] = 'The link category identifier was not correct or there was no link category selected';
-$messages['error_links_in_link_category'] = 'Link category "%s" is used by some links. Modify the links first and try again';
-$messages['error_removing_link_category'] = 'There was an error removing link category "%s"';
-$messages['link_category_deleted_ok'] = 'Link category "%s" deleted succesfully';
-$messages['link_categories_deleted_ok'] = '%s link categories deleted succesfully';
-$messages['error_removing_link_category2'] = 'There was an error removing link category with identifier "%s"';
-
-// new link category
-$messages['link_category_name_help'] = 'Name given to this link category';
-$messages['error_adding_link_category'] = 'There was an error adding the new link category';
-$messages['link_category_added_ok'] = 'Link category "%s" was successfully added';
-
-// edit link category
-$messages['error_updating_link_category'] = 'There was an error updating the link category. Please check the data and try again';
-$messages['link_category_updated_ok'] = 'Link category "%s" updated successfully';
-$messages['error_fetching_link_category'] = 'There was an error fetching the link category';
-
-// custom fields
-$messages['type'] = 'Type';
-$messages['hidden'] = 'Hidden';
-$messages['fields_deleted_ok'] = '%s custom fields deleted successfully';
-$messages['field_deleted_ok'] = 'Custom field "%s" deleted successfully';
-$messages['error_deleting_field'] = 'There was an error deleting custom field "%s"';
-$messages['error_deleting_field2'] = 'There was an error deleting custom field with identifier "%s"';
-$messages['error_incorrect_field_id'] = 'The custom field identifier was not valid';
-
-// new custom field
-$messages['field_name_help'] = 'Identifer that will be used to refer to the value of this field in posts';
-$messages['field_description_help'] = 'Brief description of this field that will be shown when adding or editing posts';
-$messages['field_type_help'] = 'Select one of the available field types';
-$messages['field_hidden_help'] = 'If a field is hidden, it will not be shown when adding a or editing a post. This feature is mainly used by plugins';
-$messages['error_adding_custom_field'] = 'There was an error adding the custom field. Please check the data and try again';
-$messages['custom_field_added_ok'] = 'Custom field "%s" added successfully';
-$messages['text_field'] = 'Text field';
-$messages['text_area'] = 'Text box';
-$messages['checkbox'] = 'Checkbox';
-$messages['date_field'] = 'Date chooser';
-
-// edit custom field
-$messages['error_fetching_custom_field'] = 'There was an error fetching the custom field';
-$messages['error_updating_custom_field'] = 'There was an error updating the custom field. Please check the data and try again';
-$messages['custom_field_updated_ok'] = 'Custom field "%s" updated successfully';
-
-// resources
-$messages['root_album'] = 'Root album';
-$messages['num_resources'] = 'Number of resources';
-$messages['total_size'] = 'Total size';
-$messages['album'] = 'Album';
-$messages['error_incorrect_album_id'] = 'The album identifier is not correct';
-$messages['error_base_storage_folder_missing_or_unreadable'] = 'It was not possible for pLog to create the necessary folders where resources are going to be installed. This might be due to several reasons, such as your PHP installation running with safe mode enabled or your user not having enough permissions to do so. You may still try to carry out the operation manually, by creating the following folders: <br/><br/>%s<br/><br/>If these folders already exist please make sure that they can be read and written by the user running the web server.';
-$messages['items_deleted_ok'] = '%s items deleted successfully';
-$messages['error_album_has_children'] = 'Album "%s" has children. Please edit first the album and try again';
-$messages['item_deleted_ok'] = 'Item "%s"deleted successfully';
-$messages['error_deleting_album'] = 'There was an error deleting album "%s"';
-$messages['error_deleting_album2'] = 'There was an error deleting album with identifier "%s"';
-$messages['error_deleting_resource'] = 'There was an error deleting resource "%s"';
-$messages['error_deleting_resource2'] = 'There was an error deleting resource with identifier "%s"';
-$messages['error_no_resources_selected'] = 'No items were selected to delete';
-$messages['resource_deleted_ok'] = 'Resource "%s" was deleted successfully';
-$messages['album_deleted_ok'] = 'Album "%s" was deleted successfully';
-
-// new album
-$messages['album_name_help'] = 'Short name for the new album';
-$messages['parent'] = 'Parent';
-$messages['no_parent'] = 'No parent';
-$messages['parent_album_help'] = 'Use this to have albums within albums and better organize your files';
-$messages['album_description_help'] = 'Longer description of the contents of this album';
-$messages['error_adding_album'] = 'There was an error adding the new album. Please check the data and try again';
-$messages['album_added_ok'] = 'Album "%s" successfully added';
-
-// edit album
-$messages['error_incorrect_album_id'] = 'The album identifier is not correct';
-$messages['error_fetching_album'] = 'There was an error fetching the album';
-$messages['error_updating_album'] = 'There was an error updating the album. Please check the data and try again';
-$messages['album_updated_ok'] = 'Album "%s" updated successfully';
-$messages['show_album_help'] = 'If disabled, the album will not be shown in the list of albums available in this blog';
-
-// new resource
-$messages['file'] = 'File';
-$messages['resource_file_help'] = 'File that will be added to the current blog. Use the "Add field" link to upload more than one file at the same time';
-$messages['add_field'] = 'Add field';
-$messages['resource_description_help'] = 'Longer description of the contents of this file';
-$messages['resource_album_help'] = 'Select the album to which this file will be added';
-$messages['error_no_resource_uploaded'] = 'There was no file selected to upload';
-$messages['resource_added_ok'] = 'Resource "%s" added successfully';
-$messages['error_resource_forbidden_extension'] = 'The file was not added because it is of a forbidden type';
-$messages['error_resource_too_big'] = 'The file was not added because it is too big';
-$messages['error_uploads_disabled'] = 'The file was not added because uploads have been disabled';
-$messages['error_quota_exceeded'] = 'The file was not added because resource quota has been exceeded';
-$messages['error_adding_resource'] = 'There was an error adding the resource file';
-
-// edit resource
-$messages['information'] = 'Information';
-$messages['size'] = 'Size';
-$messages['format'] = 'Format';
-$messages['dimensions'] = 'Dimensions';
-$messages['bits_per_sample'] = 'Bits per sample';
-$messages['thumbnail_format'] = 'Thumbnail format';
-$messages['regenerate_preview'] = 'Regenerate preview';
-$messages['error_fetching_resource'] = 'There was an error fetching the resource';
-$messages['error_updating_resource'] = 'There was an error updating the resource';
-$messages['resource_updated_ok'] = 'Resource "%s" updated successfully';
-
-// blog settings
-$messages['blog_link'] = 'Blog link';
-$messages['blog_link_help'] = 'Permanent link to this blog';
-$messages['blog_name_help'] = 'Title for this blog';
-$messages['blog_description_help'] = 'Longer description about the contents of this blog';
-$messages['language'] = 'Language';
-$messages['blog_language_help'] = 'Language used to display the texts of this blog, both in the public and administration side';
-$messages['max_main_page_items'] = 'Number of items in the main page';
-$messages['max_main_mage_items_help'] = 'Number of posts that should be displayed at all times in the main page of the blog';
-$messages['max_recent_items'] = 'Number of recent items';
-$messages['max_recent_items_help'] = 'Maximum number of posts that will be shown as recent in the front page';
-$messages['template'] = 'Template';
-$messages['choose'] = 'Choose';
-$messages['blog_template_help'] = 'Template that will be used to display the contents of the blog. This list includes global templates plus all the templates installed only for this blog';
-$messages['use_read_more'] = 'Use "more..." link in posts';
-$messages['use_read_more_help'] = 'If enabled, only the text typed in the "Text" textbox will be shown in the main page. In order to display the "Extended text", a "more..." link will be added to each post';
-$messages['enable_wysiwyg'] = 'Enable the visual editor of posts';
-$messages['enable_wysiwyg_help'] = 'Enables a more powerful, visual editor of HTML mark up. The editor only works in Internet Explorer 5.5 or higher or Mozilla 1.3 or higher';
-$messages['enable_comments'] = 'Enable comments by default';
-$messages['enable_comments_help'] = 'Enable comments for all posts by default. Comments can still be enabled/disabled for certain posts when creating new posts or editing old ones';
-$messages['show_future_posts'] = 'Show future posts in the calendar';
-$messages['show_future_posts_help'] = 'Whether posts which have a date in the future should appear in the calendar and visible to users';
-$messages['comments_order'] = 'Comments order';
-$messages['comments_order_help'] = 'Order in which comments should be displayed in the front page';
-$messages['oldest_first'] = 'Oldest first';
-$messages['newest_first'] = 'Newest first';
-$messages['categories_order'] = 'Categories order';
-$messages['categories_order_help'] = 'Order in which categories should be displayed in the front page';
-$messages['most_recent_updated_first'] = 'Most recently updated first';
-$messages['alphabetical_order'] = 'Alphabetical order';
-$messages['reverse_alphabetical_order'] = 'Reverse alphabetical order';
-$messages['most_articles_first'] = 'Most articles first';
-$messages['link_categories_order'] = 'Link categories order';
-$messages['link_categories_order_help'] = 'Order in which link categores should appear in the front page';
-$messages['most_links_first'] = 'Most links first';
-$messages['most_links_last'] = 'Most links last';
-$messages['time_offset'] = 'Time offset';
-$messages['time_offset_help'] = 'Time difference in hours that will be dynamically added to each date and time in the blog';
-$messages['close'] = 'Close';
-$messages['select'] = 'Select';
-$messages['error_updating_settings'] = 'There was an error updating the blog settings. Please check the data and try again';
-$messages['error_invalid_number'] = 'The number is not correct';
-$messages['error_incorrect_time_offset'] = 'The time offset is not valid';
-$messages['blog_settings_updated_ok'] = 'Blog settings updated successfully';
-
-// user settings
-$messages['username_help'] = 'Public username. It cannot be changed';
-$messages['full_name'] = 'Full name';
-$messages['full_name_help'] = 'Complete full name';
-$messages['password_help'] = 'Type and confirm a new password, or leave empty for no change';
-$messages['confirm_password'] = 'Confirm password';
-$messages['email'] = 'Email';
-$messages['email_help'] = 'Email address where notifications will be sent';
-$messages['bio'] = 'Your bio';
-$messages['bio_help'] = 'A longer description of yourself can be provided here';
-$messages['picture'] = 'Picture';
-$messages['user_picture_help'] = 'Please select a picture form the ones uploaded to this blog as your personal picture';
-$messages['error_invalid_password'] = 'The password is not correct. Please make sure that it is not too short';
-$messages['error_passwords_dont_match'] = 'Sorry, passwords do not match';
-$messages['error_incorrect_email_address'] = 'The email address is not correct';
-$messages['error_updating_user_settings'] = 'There was an error updating your user settings. Please check the data and try again';
-$messages['user_settings_updated_ok'] = 'User settings updated successfully';
-
-// plugin center
-$messages['identifier'] = 'Identifier';
-
-// blog users
-$messages['revoke_permissions'] = 'Revoke permissions';
-$messages['error_no_users_selected'] = 'There were no users selected';
-$messages['user_removed_from_blog_ok'] = 'User "%s" was removed from this blog successfully';
-$messages['users_removed_from_blog_ok'] = '%s users removed from this blog successfully';
-$messages['error_removing_user_from_blog'] = 'There was an error removing user "%s" from this blog';
-$messages['error_removing_user_from_blog2'] = 'There was an error removing user with identifier "%s" from this blog';
-
-// new blog user
-$messages['new_blog_username_help'] = 'Username of the user to whom you would like to give access to this blog. New users will only have access to the "Manage" and "Resources" sections.';
-$messages['send_notification'] = 'Send notification';
-$messages['send_user_notification_help'] = 'Send an email notification to this user';
-$messages['notification_text'] = 'Notification Text';
-$messages['notification_text_help'] = 'Text that will be included in the notification message';
-$messages['error_adding_user'] = 'There was an error granting access to the user. Please check the data and try again';
-$messages['error_empty_text'] = 'You must provide some text';
-$messages['error_adding_user'] = 'There was an error adding the user. Please check the data and try again';
-$messages['error_invalid_user'] = 'The user "%s" is not valid or does not exist';
-$messages['user_added_to_blog_ok'] = 'User "%s" has been given access to this blog successfully';
-
-// blog templates
-$messages['error_no_templates_selected'] = 'There were no templates selected';
-$messages['error_template_is_current'] = 'Template "%s" cannot be deleted because it is the current one';
-$messages['error_removing_template'] = 'There was an error deleting template "%s"';
-$messages['template_removed_ok'] = 'Template "%s" deleted successfully';
-$messages['templates_removed_ok'] = '%s templates deleted successfully';
-
-// new blog template
-$messages['template_installed_ok'] = 'Template "%s" added succesfully';
-$messages['error_installing_template'] = 'There was an error installing template "%s"';
-$messages['error_missing_base_files'] = 'Some of the template files are missing';
-$messages['error_add_template_disabled'] = 'New templates cannot be added because this feature has been disabled in this site';
-$messages['error_must_upload_file'] = 'There was no template package uploaded';
-$messages['error_uploads_disabled'] = 'Uploads have been disabled in this site';
-$messages['error_no_new_templates_found'] = 'No new templates were found';
-$messages['error_template_not_inside_folder'] = 'The files used in the template set must be inside a folder with the same name as the template set';
-$messages['error_missing_base_files'] = 'Some of the basic template files are missing';
-$messages['error_unpacking'] = 'There was an error unpacking the file';
-$messages['error_forbidden_extensions'] = 'The template set included files with forbidden extensions';
-$messages['error_creating_working_folder'] = 'There was an error creating a temporary folder to unpack the files';
-$messages['error_checking_template'] = 'There was an error checking the template: %s';
-
-// site users
-$messages['user_status_active'] = 'Active';
-$messages['user_status_disabled'] = 'Disabled';
-$messages['user_status_all'] = 'All';
-$messages['user_status_unconfirmed'] = 'Unconfirmed';
-$messages['error_invalid_user2'] = 'User with identifier "%s" does not exist';
-$messages['error_deleting_user'] = 'There was an error disabling user "%s"';
-$messages['user_deleted_ok'] = 'User "%s" disabled successfully';
-$messages['users_deleted_ok'] = '%s users disabled successfully';
-
-// create user
-$messages['user_added_ok'] = 'User "%s" added successfully';
-$messages['error_incorrect_username'] = 'The username is not correct or it is already in use';
-$messages['user_status_help'] = 'Current status for this user';
-$messages['user_blog_help'] = 'Blog to which this user will be initially assigned';
-$messages['none'] = 'None';
-
-// edit user
-$messages['error_invalid_user'] = 'The user identifier is not correct or the user does not exist';
-$messages['error_updating_user'] = 'There was an error updating the user settings. Please check the data and try again';
-$messages['blogs'] = 'Blogs';
-$messages['user_blogs_helps'] = 'Blogs which this user currently owns or where this user has access';
-$messages['site_admin'] = 'Administrator';
-$messages['site_admin_help'] = 'Whether this user has administrator privileges and is allowed to see the "Administration" area and perform administrative tasks';
-$messages['user_updated_ok'] = 'User "%s" updated successfully';
-
-// site blogs
-$messages['blog_status_all'] = 'All';
-$messages['blog_status_active'] = 'Active';
-$messages['blog_status_disabled'] = 'Disabled';
-$messages['blog_status_unconfirmed'] = 'Unconfirmed';
-$messages['owner'] = 'Owner';
-$messages['quota'] = 'Quota';
-$messages['bytes'] = 'bytes';
-$messages['error_no_blogs_selected'] = 'No blogs were selected to disable';
-$messages['error_blog_is_default_blog'] = 'Blog "%s" cannot be deleted because it is set as the default blog';
-$messages['blog_deleted_ok'] = 'Blog "%s" disabled successfully';
-$messages['blogs_deleted_ok'] = '%s blogs deleted successfully';
-$messages['error_deleting_blog'] = 'There was an error disabling blog "%s"';
-$messages['error_deleting_blog2'] = 'There was an error disabling blog with identifier "%s"';
-
-// create blog
-$messages['error_adding_blog'] = 'There was an error adding the blog. Please check the data and try again';
-$messages['blog_added_ok'] = 'Blog "%s" successfully added';
-
-// edit blog
-$messages['blog_status_help'] = 'Blog status';
-$messages['blog_owner_help'] = 'User who will be set as the owner, with full control on the blog settings';
-$messages['users'] = 'Users';
-$messages['blog_quota_help'] = 'Resource quota in bytes. Set as 0 for unlimited or leave empty to make the blog use the global quota';
-$messages['blog_users_help'] = 'Users who have access to this blog. Select a user from the left and move it to the right list in order to give this user access in this blog';
-$messages['edit_blog_settings_updated_ok'] = 'Blog "%s" updated successfully';
-$messages['error_updating_blog_settings'] = 'There was an error updating blog "%s"';
-$messages['error_incorrect_blog_owner'] = 'The user selected as blog owner is not correct';
-$messages['error_fetching_blog'] = 'There was an error fetching the blog';
-$messages['error_updating_blog_settings2'] = 'There was an error updating the blog. Please check the data and try again';
-$messages['add_or_remove'] = 'Add or remove users';
-
-// site locales
-$messages['locale'] = 'Locale';
-$messages['locale_encoding'] = 'Encoding';
-$messages['locale_deleted_ok'] = 'Locale "%s" deleted successfully';
-$messages['error_no_locales_selected'] = 'There were no locales selected to remove';
-$messages['error_deleting_only_locale'] = 'The locale cannot be deleted because is is the only one left in the system';
-$messages['locales_deleted_ok']= '%s locales deleted successfully';
-$messages['error_deleting_locale'] = 'There was an error deleting locale "%s"';
-$messages['error_locale_is_default'] = 'Locale "%s" cannot be deleted because it is the default locale for new blogs';
-
-// add locale
-$messages['error_invalid_locale_file'] = 'The locale file is not valid';
-$messages['error_no_new_locales_found'] = 'No new locale files were found';
-$messages['locale_added_ok'] = 'Locale "%s" added successfully';
-$messages['error_saving_locale'] = 'There was an error saving the new locale';
-
-// site templates
-$messages['error_template_is_default'] = 'Template "%s" cannot be deleted because it is the default one for new blogs';
-
-// global settings
-$messages['site_config_saved_ok'] = 'Site settings saved successfully';
-$messages['error_saving_site_config'] = 'There was an error saving the site settings';
-/// general settings
-$messages['help_comments_enabled'] = 'Enable or disable comments for new blogs by default';
-$messages['help_beautify_comments_text'] = 'If this is enabled, comments posted by users will be formatted by adding paragraphs and auto-linking all URLs';
-$messages['help_temp_folder'] = 'Folder that pLog can use to write its temporary data such as compiled templates, etc. Use a folder outside the web server tree for incresed security';
-$messages['help_base_url'] = 'Base URL where this blog is installed';
-$messages['help_subdomains_enabled'] = 'Enable or disable subdomains. Please see the documentation for more information regarding subdomains';
-$messages['help_subdomains_base_url'] = 'When subdomains are enabled, this base URL is used instead of base_url. Use {blogname} to get the blog name and {username} to get the name of the user owner of the blog in order to generate a link to a blog';
-$messages['help_include_blog_id_in_url'] = 'Meaningful only when subdomains are enabled and "normal" URLs are enabled, forces internally-generated URLs not to have the "blogId" parameter. Do not change unless you know what you are doing';
-$messages['help_script_name'] = 'Set this if you need to rename index.php to something else';
-$messages['help_show_posts_max'] = 'Maximum number of posts shown in the main page. Only meaningful for new blogs';
-$messages['help_recent_posts_max'] = 'Maximum number of recent posts shown in the main page. Only meaningful for new blogs';
-$messages['help_save_drafts_via_xmlhttprequest_enabled'] = 'Whether the feature that allows to save drafts via Javascript and the XmlHttpRequest is enabled';
-$messages['help_locale_folder'] = 'Folder where the locale files are stored';
-$messages['help_default_locale'] = 'Default language settings for new blogs';
-$messages['help_default_time_offset'] = 'Default time offset for new blogs';
-$messages['help_html_allowed_tags_in_comments'] = 'Space-separated list of the HTML tags that are allowed in comments';
-$messages['help_referer_tracker_enabled'] = 'Enable or disable the feature to save referres to the database. Set to disabled for higher performance';
-$messages['help_show_more_enabled'] = 'Enable or disable the "more..." feature by default for new blogs';
-$messages['help_update_article_reads'] = 'Enable or disable the update of the counter of times that an article has been read is updated or not. Set to disabled for higher performance';
-$messages['help_update_cached_article_reads'] = 'Enable or disable the update of the counter of times that an article has been read is updated, even when caching has been turned on';
-$messages['help_xmlrpc_ping_enabled'] = 'Enable or disable sending XMLRPC pings to sites that support this feature';
-$messages['help_send_xmlrpc_pings_enabled_by_default'] = 'Enable or disable by default this feature when posting or updating an article';
-$messages['help_xmlrpc_ping_hosts'] = 'URL pointing to the XMLRPC interface of sites that support the XMLRPC ping specifictaion. Put each URL in one new line';
-$messages['help_trackback_server_enabled'] = 'Enable or disable the feature to receive incoming trackbacks';
-$messages['help_htmlarea_enabled'] = 'Enable or disable the WYSIWYG post editor by default in new blogs';
-$messages['help_plugin_manager_enabled'] = 'Enable or disable plugins';
-$messages['help_minimum_password_length'] = 'Minimun length for passwords';
-$messages['help_xhtml_converter_enabled'] = 'If enabled, pLog will try to convert all HTML code into proper XHTML code';
-$messages['help_xhtml_converter_aggressive_mode_enabled'] = 'If enabled, pLog will try even harder to generate XHTML out of HTML code, but it will be more prone to errors';
-// summary settings
-$messages['help_summary_page_show_max'] = 'Number of items that will be shown in the summary page. This setting control all lists in the summary page (recent articles, most active blogs, etc)';
-$messages['help_summary_blogs_per_page'] = 'Number of blogs per page in the "Blogs List" section';
-$messages['help_forbidden_usernames'] = 'List of usernames that are not allowed to be registered';
-$messages['help_force_one_blog_per_email_account'] = 'Restrict to only one blog per email account';
-$messages['help_summary_show_agreement'] = 'Show and an agreement text and make users accept it before proceeding to the registration process';
-$messages['help_need_email_confirm_registration'] = 'Force users to confirm their registration by clicking a link embedded in an email sent to their account';
-// templates
-$messages['help_template_folder'] = 'Folder where templates are stored';
-$messages['help_default_template'] = 'Default template for new blogs';
-$messages['help_users_can_add_templates'] = 'Allow users to upload their own custom templates';
-$messages['help_template_compile_check'] = 'If disabled, Smarty will check every request if template files have changed and if so, use the new version. Set this to disabled for higher performance';
-$messages['help_template_cache_enabled'] = 'Enable the template cache. If enabled, cached versions will be used whenever possible and no data will need to be fetched from the database';
-$messages['help_template_cache_lifetime'] = 'Lifetime in seconds of the cache. Set to -1 to force the cache to never expire or set it to 0 to disable the cache';
-$messages['help_template_http_cache_enabled'] = 'Enable support for HTTP conditional requests. If enabled, pLog will take the "If-Modified-Since" HTTP header into account and send only content if strictly needed. Enable this to save bandwidth';
-// urls
-$messages['help_request_format_mode'] = 'Select one of the available URL format. If using custom URLs, make sure to configure the settings below';
-$messages['plain'] = 'Plain';
-$messages['search_engine_friendly'] = 'Search engine friendly';
-$messages['custom_url_format'] = 'Custom URLs';
-$messages['help_permalink_format'] = 'Format for permalinks when usig custom URLs';
-$messages['help_category_link_format'] = 'Format for links to categories when usig custom URLs';
-$messages['help_blog_link_format'] = 'Format for links to blogs when usig custom URLs';
-$messages['help_archive_link_format'] = 'Format for links to archives when usig custom URLs';
-$messages['help_user_posts_link_format'] = 'Format for articles posted by a certain user when usig custom URLs';
-$messages['help_post_trackbacks_link_format'] = 'Format for links to the trackbacks page when usig custom URLs';
-$messages['help_template_link_format'] = 'Format for links to custom static template pages when usig custom URLs';
-$messages['help_album_link_format'] = 'Format for links to resource albums when usig custom URLs';
-$messages['help_resource_link_format'] = 'Format for links to resource pages with files when usig custom URLs';
-$messages['help_resource_preview_link_format'] = 'Format for links to resource previews when usig custom URLs';
-$messages['help_resource_medium_size_preview_link_format'] = 'Format for links to medium-sized resource previews when usig custom URLs';
-$messages['help_resource_download_link_format'] = 'Format for links to files when usig custom URLs';
-// email
-$messages['help_check_email_address_validity'] = 'When checking email addresses, perform some basic checks to see whether an MX record exists in the given domain and if so, if the email address is actually a valid mailbox';
-$messages['help_email_service_enabled'] = 'Enable or disable sending out emails';
-$messages['help_post_notification_source_address'] = 'Email address that will appear in the "From:" field when sending emails from pLog';
-$messages['help_email_service_type'] = 'Which system to use in order to send emails';
-$messages['help_smtp_host'] = 'If using SMTP as the email sending system, set this to the SMTP server that will be used to send out the messages';
-$messages['help_smtp_port'] = 'If the SMTP server is running in a port other than 25, configure this value';
-$messages['help_smtp_use_authentication'] = 'Enable this if the SMTP server requires basic authentication';
-$messages['help_smtp_username'] = 'If the SMTP server requires authentication, set this to the right username';
-$messages['help_smtp_password'] = 'If the SMTP server requires authentication, set this to the password of the username above';
-// helpers
-$messages['help_path_to_tar'] = 'Path to the "tar" tool, needed to unpack template sets in .tar.gz or tar.bz2 formats';
-$messages['help_path_to_gzip'] = 'Path to the "gzip" tool, needed to unpack template sets in .tar.gz format';
-$messages['help_path_to_bz2'] = 'Path to the "bzip2" tool, needed to unpack template sets in .tar.bz2 format';
-$messages['help_path_to_unzip'] = 'Path to the "unzip" tool, needed to unpack template sets in .zip format';
-$messages['help_unzip_use_native_version'] = 'Use a bundled PHP native version to unpack .zip files';
-// uploads
-$messages['help_uploads_enabled'] = 'Whether users are allowed to upload files. This affects the resources section and the upload of custom templates and locales';
-$messages['help_maximum_file_upload_size'] = 'Maximum file size allowed. This limit will never be higher than PHP\'s own limit';
-$messages['help_upload_forbidden_files'] = 'Space-separated list of file types not allowed to be uploaded. Usage of \'*\' and \'?\' is allowed';
-// interfaces
-$messages['help_xmlrpc_api_enabled'] = 'Enable or disable access via XMLRPC to blogs';
-$messages['help_rdf_enabled'] = 'Enable the syndication of contents via Atom or RSS';
-$messages['help_default_rss_profile'] = 'Default version of RSS or Atom used to syndicate contents unless otherwise specified';
-// security
-$messages['security_pipeline_enabled'] = 'Enable or disable the security pipeline and all related filters. This also affects plugins that register new filters';
-$messages['help_ip_address_filter_enabled'] = 'Enable or disable the IP address filter. The security pipeline also needs to be enabled in order for this feature to work';
-$messages['help_content_filter_enabled'] = 'Enable or disable the regular expression-based content filter. The security pipeline also needs to be enabled in order for this feature to work';
-$messages['help_maximum_comment_size'] = 'Maximum size in bytes that a comment can have';
-// bayesian filter
-$messages['help_bayesian_filter_enabled'] = 'Enable or disable the Bayesian filter for improved automatic spam filterting';
-$messages['help_bayesian_filter_spam_probability_treshold'] = 'Maximum threshold before which a comment can be considered spam';
-$messages['help_bayesian_filter_nonspam_probability_treshold'] = 'Minimum threshold after which a post can be considered non-spam';
-$messages['help_bayesian_filter_min_length_token'] = 'Minimum length of a token in order for it to be considered meaningful for the Bayesian filter';
-$messages['help_bayesian_filter_max_length_token'] = 'Maximum length of a token in order for it to be considered meaningful for the Bayesian filter';
-$messages['help_bayesian_filter_number_significant_tokens'] = 'Number of significant tokens';
-$messages['help_bayesian_filter_spam_comments_action'] = 'What to do with comments that are considered spam. Set to "Throw away" only when your filter has been properly trained';
-$messages['keep_spam_comments'] = 'Keep in the database marked as "Spam"';
-$messages['throw_away_spam_comments'] = 'Throw them away (do not save them)';
-// resources
-$messages['help_resources_enabled'] = 'Enable or disable resources';
-$messages['help_resources_folder'] = 'Folder where resource files will be kept. Set outside the web server tree for increased security';
-$messages['help_thumbnail_method'] = 'Method used to generate thumbnails. If using PHP, support for GD is required';
-$messages['help_path_to_convert'] = 'Path to the "convert" tool from the ImageMagick package. Mandatory if the thumbnail method is "ImageMagick"';
-$messages['help_thumbnail_format'] = 'Format in which thumbnails are saved';
-$messages['help_thumbnail_height'] = 'Default height for small thumbnails';
-$messages['help_thumbnail_width'] = 'Default width for small thumbnails';
-$messages['help_medium_size_thumbnail_height'] = 'Default height for medium thumbnails';
-$messages['help_medium_size_thumbnail_width'] = 'Default width for medium thumbnails';
-$messages['help_thumbnails_keep_aspect_ratio'] = 'Keep the aspect ratio when generating thumbnails. Might generate thumbnails bigger than the sizes specified above but quality is better';
-$messages['help_thumbnail_generator_force_use_gd1'] = 'Force pLog to use GD1-only functions';
-$messages['help_thumbnail_generator_user_smoothing_algorithm'] = 'Algorithm used to smooth thumbnails. Only used when the thumbnail method is GD';
-$messages['help_resources_quota'] = 'Global resource quota for blogs';
-$messages['help_resource_server_http_cache_enabled'] = 'Enable support for the "If-Modified-Since" header and HTTP conditional requests. Enable for increased bandwidth savings';
-$messages['help_resource_server_http_cache_lifetime'] = 'Time in microseconds that clients should use the cached version of resources';
-// search
-$messages['help_search_engine_enabled'] = 'Enable or disable the search engine';
-$messages['help_search_in_custom_fields'] = 'Search also in custom fields';
-$messages['help_search_in_comments'] = 'Search also in comments';
-
-// cleanup
-
-/// summary ///
-// front page
-$messages['summary'] = 'Summary';
-$messages['register'] = 'Register';
-$messages['summary_welcome'] = 'Welcome!';
-$messages['summary_most_active_blogs'] = 'Most Active Blogs';
-$messages['summary_most_commented_articles'] = 'Most Commented Articles';
-$messages['summary_most_read_articles'] = 'Most Read articles';
-$messages['password_forgotten'] = 'Forgot your password?';
-$messages['summary_newest_blogs'] = 'Newest Blogs';
-$messages['summary_latest_posts'] = 'Latest Posts';
-$messages['summary_search_blogs'] = 'Search Blogs';
-
-// blog list
-$messages['updated'] = 'Updated';
-$messages['total_reads'] = 'tota';
-
-// blog profile
-$messages['blog'] = 'Blog';
-$messages['latest_posts'] = 'Latest posts';
-
-// registration
-$messages['register_step0_title'] = 'Service terms acceptance';
-$messages['decline'] = 'Decline';
-$messages['accept'] = 'Accept';
-$messages['read_service_agreement'] = 'Please read the terms of this service and click the "Accept" button if you agree';
-$messages['register_step1_title'] = 'Create a user [1/4]';
-$messages['register_step1_help'] = 'First you need to create a new user in order to get a blog. This user will be the owner of the blog and will have access to all its functionalities';
-$messages['register_next'] = 'Next';
-$messages['register_back'] = 'Back';
-$messages['register_step2_title'] = 'Create a blog [2/4]';
-$messages['register_blog_name_help'] = 'Name for your new blog';
-$messages['register_step3_title'] = 'Choose a Template [3/4]';
-$messages['step1'] = 'Step 1';
-$messages['step2'] = 'Step 2';
-$messages['step3'] = 'Step 3';
-$messages['register_step3_help'] = 'Please select one of the available templates as the default one for your blog. If you do not like it later on, it can always be changed';
-$messages['error_must_choose_template'] = 'Please select one template';
-$messages['select_template'] = 'Select template';
-$messages['register_step5_title'] = 'Congratulations! [4/4]';
-$messages['finish'] = 'Finish';
-$messages['register_need_confirmation'] = 'An email message including the confirmation has been sent to your email address, please click the link as soon as you receive the message to start blogging!';
-$messages['register_step5_help'] = 'Congratulations, your new user and blog have been successfully created!';
-$messages['register_blog_link'] = 'If you would like to take a look at your new blog, you can go there now: <a href="%2$s">%1$s</a>';
-$messages['register_blog_admin_link'] = 'If you prefer to start posting right away, please click to go to the <a href="admin.php">administration interface</a>';
-$messages['register_error'] = 'There was an error during the process';
-// registration article topic and text
-$messages['register_default_article_topic'] = 'Congratulations!';
-$messages['register_default_article_text'] = 'If you can read this post, it means that the registration process was successful and that you can start blogging';
-$messages['register_default_category'] = 'General';
-// confirmation email
-$messages['register_confirmation_email_text'] = 'Please click the link below in order to activate your blog:\n\n%s\n\nHave a nice day';
-$messages['error_invalid_activation_code'] = 'Sorry, the confirmation code is not valid';
-$messages['blog_activated_ok'] = 'Congratulations, your new user and blog have been successfully validated!';
-// forgot your password?
-$messages['reset_password'] = 'Reset your password';
-$messages['reset_password_username_help'] = 'Name of the user whose password you would like to reset';
-$messages['reset_password_email_help'] = 'Email address which was used to register this user';
-$messages['reset_password_help'] = 'Use this form to reset the password of your user, should you not remember it. Please type the name of the user whose password you would like to reset, as well as the email address that was used to register this user';
-$messages['error_resetting_password'] = 'There was an error resetting the password. Please check the data and try again';
-$messages['reset_password_error_incorrect_email_address'] = 'The email address is not correct or it is not the email address used to register this user';
-$messages['password_reset_message_sent_ok'] = 'An email message with a link has been sent to your email address. Please click the link in order to reset your password';
-$messages['error_incorrect_request'] = 'The parameters in the URL are not correct';
-$messages['change_password'] = 'Set new password';
-$messages['change_password_help'] = 'Please type and confirm your new password';
-$messages['new_password'] = 'New password';
-$messages['new_password_help'] = 'Type here your new password';
-$messages['password_updated_ok'] = 'Your password has been successfully updated';
-?>
\ No newline at end of file
Deleted: plog/trunk/locale/locale_es_ES.php
===================================================================
--- plog/trunk/locale/locale_es_ES.php 2005-01-29 15:29:38 UTC (rev 872)
+++ plog/trunk/locale/locale_es_ES.php 2005-01-29 15:52:14 UTC (rev 873)
@@ -1,1381 +0,0 @@
-<?php
-// set this to the encoding that should be used to display the pages correctly
-$messages["encoding"] = "iso-8859-1";
-$messages["locale_description"] = "Mensajes de pLog en español";
-// days of the week
-$messages["days"] = Array( "Domingo", "Lunes", "Martes", "Miércoles", "Jueves", "Viernes", "Sábado" );
-// -- compatibility, do not touch -- //
-$messages["Monday"] = $messages["days"][1];
-$messages["Tuesday"] = $messages["days"][2];
-$messages["Wednesday"] = $messages["days"][3];
-$messages["Thursday"] = $messages["days"][4];
-$messages["Friday"] = $messages["days"][5];
-$messages["Saturday"] = $messages["days"][6];
-$messages["Sunday"] = $messages["days"][0];
-
-// abbreviations
-$messages["daysshort"] = Array( "Do", "Lu", "Ma", "Mi", "Ju", "Vi", "Sa" );
-// -- compatibility, do not touch -- //
-$messages["Mo"] = $messages["daysshort"][1];
-$messages["Tu"] = $messages["daysshort"][2];
-$messages["We"] = $messages["daysshort"][3];
-$messages["Th"] = $messages["daysshort"][4];
-$messages["Fr"] = $messages["daysshort"][5];
-$messages["Sa"] = $messages["daysshort"][6];
-$messages["Su"] = $messages["daysshort"][0];
-
-// months of the year
-$messages["months"] = Array( "Enero", "Febrero", "Marzo", "Abril", "Mayo", "Junio", "Julio", "Agosto", "Septiembre", "Octubre", "Noviembre", "Diciembre" );
-// -- compatibility, do not touch -- //
-$messages["January"] = $messages["months"][0];
-$messages["February"] = $messages["months"][1];
-$messages["March"] = $messages["months"][2];
-$messages["April"] = $messages["months"][3];
-$messages["May"] = $messages["months"][4];
-$messages["June"] = $messages["months"][5];
-$messages["July"] = $messages["months"][6];
-$messages["August"] = $messages["months"][7];
-$messages["September"] = $messages["months"][8];
-$messages["October"] = $messages["months"][9];
-$messages["November"] = $messages["months"][10];
-$messages["December"] = $messages["months"][11];
-
-$messages["message"] = "Mensaje";
-$messages["error"] = "Error";
-
-$messages["date"] = "Fecha";
-
-// miscellaneous messages
-$messages["of"] = "de";
-$messages["recently"] = "Lo Último";
-$messages["comments"] = "Comentarios";
-$messages["comment on this"] = "Comentar";
-$messages["my_links"] = "Mis Enlaces";
-$messages["archives"] = "Archivos";
-$messages["search"] = "Buscar";
-$messages["calendar"] = "Calendario";
-$messages["editLinkCategories"] = "Categorias";
-$messages["search_s"] = "Buscar";
-$messages["link_tracker"] = "Link Tracker";
-$messages["search_this_blog"] = "Buscar en este blog:";
-$messages["about_myself"] = "Sobre mí...";
-$messages["permalink_title"] = "Enlance permanente al archivo";
-$messages["permalink"] = "Permalink";
-$messages["posted_by"] = "Enviado por ";
-$messages["on_the"] = "el ";
-$messages["page"] = "página";
-$messages["posted"] = "enviado";
-
-$messages["reply"] = "Responder";
-
-// add comment form
-$messages["add_comment"] = "Añadir comentario";
-$messages["comment_topic"] = "Título";
-$messages["comment_text"] = "Texto";
-$messages["comment_username"] = "Tu nombre";
-$messages["comment_email"] = "Tu dirección de correo";
-$messages["comment_url"] = "Tu página personal";
-$messages["comment_send"] = "Enviar";
-$messages["comment_added"] = "Comentario enviado!";
-$messages["comment_add_error"] = "Error enviando el comentario";
-
-$messages["article_does_not_exist"] = "El artículo solicitado no existe.";
-$messages["no_posts_found"] = "No se encontró ningun artículo.";
-$messages["user_has_no_posts_yet"] = "Este usuario no tiene ningun artículo todavía";
-
-$messages["info_about_myself"] = "Información acerca de mí...";
-$messages["back"] = "Volver";
-
-$messages["back_top"] = "Volver Arriba";
-
-$messages["post"] = "artículo";
-
-$messages["trackbacks_for_article"] = "Trackbacks para el artículo";
-$messages["trackback_excerpt"] = "Fragmento";
-$messages["trackback_weblog"] = "Weblog";
-
-$messages["search_results"] = "Resultados de la búsqueda";
-$messages["search_matching_results"] = "Los siguientes artículos concuerdan con los términos de la búsqueda: ";
-$messages["search_no_matching_posts"] = "No se encontró ningun artículo que concuerde con los términos de la búsqueda.";
-
-$messages["see_all_link"] = "(Haga click aquí para ver todos los artículos, desde el principio)";
-
-$messages["read_more"] = "(Continua)";
-
-$messages["anonymous_poster"] = "Anónimo";
-
-$messages["syndicate"] = "Otros";
-
-$messages["main"] = "Inicio";
-
-////// error messages /////
-$messages["error_fetching_article"] = "El artículo especificado no se encontró";
-$messages["error_fetching_articles"] = "Los artículos no se encontraron.";
-$messages["error_trackback_no_trackback"] = "No se encontraron trackbacks para el artículo.";
-$messages["error_incorrect_article_id"] = "El identificador del artículo no es correcto.";
-$messages["error_incorrect_blog_id"] = "El identificador del diario no es correcto.";
-$messages["error_comment_without_text"] = "Deberías escribir algo como contenido del comentario.";
-$messages["error_comment_without_name"] = "Deberías dar almenos tu nombre o apodo.";
-$messages["error_adding_comment"] = "Hubo un error añadiendo el comentario a la base de datos.";
-$messages["error_incorrect_parameter"] = "Parámetro incorrecto.";
-$messages["error_parameter_missing"] = "Falta un parámetro en la petición.";
-$messages["error_blog_has_no_links"] = "Este diario no tiene enlaces todavía.";
-$messages["error_comments_not_enabled"] = "La función de comentar artículos ha sido desactivada en este sitio.";
-
-///////////////// //////////////////
-///////////////// STRINGS FOR THE ADMINISTRATION INTERFACE //////////////////
-///////////////// //////////////////
-
-
-////// help messages for the administration interface /////
-$messages["help_newPost"] = "<p>Use this page to add a new post to your journal. You should provide a topic or subject
-for your post as well as some text for your post. Once you have finished, press the <b>'Add'</b> button and the post
-will automatically be included in your page. Please note that you have to set the status of the post
-to <b>'Published'</b> if you want it to appear in front page. Use the <b>'Draft'</b> status when you can't finish posting
-now but you would like to save what you have typed so far for later revision.</p>
-<p>You can also classify the post under any of the categories you have previously created. Simply set
-the <b>'Category'</b> field to the one you most like.</p>
-<p>If you would like to receive an email notifying about a new post, please check the corresponding
-checkbox.</p>
-<p>Check the box where it says </b>'Find links in the post...'</b> if after adding the post, you
-would like to send trackback pings to the hosts that support it. Your post will be scanned for
-links and you will have the possibility to choose which ones to send trackback pings to.</p>";
-
-$messages["addPost"] = "<p>Your post has been successfully added to the database. Now you can select
-to which hosts you would like to send a trackback ping, so that they know you have written about them
-and can <i>track you back</i>.</p>";
-
-$messages["help_editPost"] = "<p>Use this page to edit a post from your journal. The information from the
-post has already been provided and now you can make your changes. Once you have finished, press the <b>'Update'</b> button and the post
-will updated. Please note that you have to set the status of the post
-to <b>'Published'</b> if you want it to appear in front page. Use the <b>'Draft'</b> status when you can't finish posting
-now but you would like to save what you have typed so far for later revision.</p>
-<p>If you would like to receive an email notifying about a new post, please check the corresponding
-checkbox.</p>";
-
-$messages["editComments"] = "There are all the comments that have been posted for the given post. Comments
-can not be edited but they can be deleted. The only mandatory field when posting comments is the
-\"name\" field, so the E-mail and Url columns could be empty. The IP Address field is the
-original IP address where this comment was posted from. You can delete
-as many as you need by checking the corresponding <b>'Delete'</b> checkbox and pressing the
-<b>'Delete selected'</b> button.";
-
-$messages["postStats"] = "<p>These are the statistics about the selected post. The first one is how
-many times this article has been read, but please keep in mind that this statistic might be
-meaningless if you have disabled the <b>'Read more...'</b> feature in the <b>'Blog Settings'</b>
-section.</p>
-<p>The referrers are the urls of all the hosts that visited this post, and the trackbacks table represents
-how many trackback pings have been received for this post. They can't be deleted or modified.</p>";
-
-$messages["help_editLinks"] = "<p>This is a list with all the links that have been added. Like posts, every
-link can be sorted in different categories and then displayed in the main page for visitors to see.</p>
-<p>For every link, you will see here its name, the url where it is pointing to and under which category
-it has been sorted. Finally you can also delete any of the links.</p>";
-
-$messages["help_newLink"] = "<p>You can add a new link from here. You have to provide at least a valid
-url and a name for the link. The description field is optional but useful to have more information
-about the link. You need at least one link category before you can add any link.</p>";
-
-$messages["help_editLinkCategories"] = "<p>This is a list with all the link categories that have been
-created. Like with posts, you need at least one link category before you can add any link. Clicking
-on the <b>'Links'</b> column will show all the links that belong to the category.</p>";
-
-$messages["help_newLinkCategory"] = "<p>The only thing you need to provide in order to have a new
-link category is a descriptive name for the category. Once the link category has been created,
-it will be available for links to be categorized under.</p>";
-
-$messages["help_userSettings"] = "<p>Things related to your user profile can be changed from this
-page. Please note that your username cannot be changed.<ul>
-<li><b>Password, Confirm Password</b>: If you would like to change your password, please type it in
-the first text box. Do the same in the second box to confirm that you entered the same password.</li>
-<li><b>Email address</b>: Please set this to a valid email address if you would like to use features
-such as the notification when a comment is received to a post. It is used only for internal
-purposes and will not be publicly displayed.</li>
-<li><b>Bio</b>: You can type here some information about yourself. It can be left empty.</li>
-</ul></p>";
-
-$messages["help_pluginCenter"] = "<p>From here you can see which plugins have been installed. For every
-plugin, you will see its identifier (the identifier you have to use when developing templates and
-want to make use of the plugin features), the author of the plugin, and some descriptive text with
-various information about the plugin, mainly how to use it.</p>";
-
-$messages["help_Stats"] = "<p>You can see from here all the referrers that have hit this site in the past.
-The <b>'Article'</b> column reflects which article was visited by the referrer or the value <b>'0'</b>
-if the referrer visited the main page or any other page which was not an article. Finally, the
-<b>'Last hit date'</b> column is the time of the last hit received from that referrer.</p>";
-
-$messages["editLink"] = "<p>You have to provide at least a url and a name for the link. The link must also
-be categorized under a category.</p>";
-
-$messages["editLinkCategory"] = "Please provide a new name for the link category you are updating.</p>";
-
-$messages["blogSelect"] = "Please select one of the operations from the menu.";
-
-$messages["Error"] = "There was an error while executing the requested operation. Please see
-the main page for more information regarding the error.";
-
-$messages["Message"] = "Please see the main page for more information regarding the message.";
-
-//////// strings for the administration interface ///////
-
-
-
-$messages["admin_interface_title"] = "Interfície de Administración de pLog";
-$messages["administration"] = "Administración";
-$messages["help"] = "Ayuda";
-$messages["plog_help"] = "Ayuda de pLog";
-$messages["newPost"] = "Nuevo Artículo";
-$messages["editPosts"] = "Artículos";
-$messages["editArticleCategories"] = "Categorías";
-$messages["admin_links"] = "Enlaces";
-$messages["editLinkCategories"] = "Categorías de Enlaces";
-$messages["settings"] = "Configuración";
-$messages["Logout"] = "Salir";
-
-// new post page
-$messages["topic"] = "Tema";
-$messages["text"] = "Texto";
-$messages["category"] = "Categoría";
-$messages["status"] = "Estado";
-$messages["post_status_draft"] = "Borrador";
-$messages["post_status_published"] = "Publicado";
-$messages["post_status_deleted"] = "Eliminado";
-$messages["post_status_all"] = "Todos";
-$messages["send_notification"] = "Avisarme cada vez que haya un comentario nuevo.";
-$messages["send_trackback_pings"] = "Buscar enlaces en el texto del artículo y enviar notificaciones de 'trackback' a los enlaces que lo soporten.";
-$messages["add_post"] = "Añadir!";
-$messages["xmlrpc_ping_ok"] = "Ping XML-RPC enviado correctamente al servidor ";
-$messages["error_sending_xmlrpc_ping"] = "Se produció un error enviando el Ping XML-RPC a ";
-$messages["error_sending_xmlrpc_ping_message"] = "El mensaje de error fue: ";
-$messages["preview"] = "Vista Previa";
-$messages["post_added"] = "Artículo añadido.";
-$messages["you_will_be_notified"] = "Además, también será notificado cada vez que haya un nuevo comentario.";
-$messages["post_added_not_published"] = "El artículo añadido pero no publicado.";
-$messages["error_adding_post"] = "Hubo un error añadiendo el artículo!";
-$messages["error_must_fill_all_fields"] = "Debe llenar todos los campos para publicar el artículo!";
-$messages["error_must_have_one_category"] = "Es necesario tener por lo menos una categoría antes de poder añadir artículos.";
-
-// send trackbacks page
-$messages["send_trackback_pings"] = "Enviar Notificaciones de Trackback";
-$messages["links_found"] = "Los siguientes enlaces fueron encontrados en su artículo. Por favor
-seleccione aquellos a los cuales desearía enviarle una notificación de trackback (tenga en cuenta
-que este proceso puede tardar un rato)";
-$messages["trackbacks_no_urls_selected"] = "No seleccionó ningun enlace y por lo tanto no se envió ninguna notificación de trackback";
-$messages["trackbacks_received_ok"] = "La notificación de trackback fue recibida satisfactoriamente por los siguientes enlaces:";
-$messages["trackbacks_no_trackback"] = "Los siguientes enlaces no disponen de una dirección de trackback:";
-$messages["trackbacks_problems_sending"] = "Se encontraron problemas para enviar notificaciones de trackback
-a los siguientes enlaces. Puede intentarlo de nuevo si lo desea.";
-$messages["trackbacks_received_all_hosts"] = "Todos los enlaces recibieron la notificación de trackback correctamente.";
-$messages["ping_selected"] = "Enviar notificación";
-
-// edit posts
-$messages["author"] = "Autor";
-$messages["category_all"] = "Todas";
-$messages["author_all"] = "Todos";
-$messages["update"] = "Actualizar";
-$messages["date"] = "Fecha";
-$messages["help_Stats"] = "Estadísticas";
-$messages["delete"] = "Borrar";
-
-$messages["delete_selected"] = "Eliminar Seleccionados";
-
-// edit post
-$messages["edit_post"] = "Editar Artículo";
-$messages["error_getting_post_to_update"] = "Se produció un error intentando cargar el artículo para editar.";
-$messages["error_updating_post_in_database"] = "Hubo un error actualizando el artículo en la base de datos.";
-$messages["post_successfully_updated"] = "Artículo actualizado correctamente.";
-$messages["notification_removed"] = "La notificación de nuevos comentarios que había activa para este artículo ha sido eliminada. No se recibirán más notificaciones.";
-
-// post statistics
-$messages["statistics_for_post"] = "Estadísticas del artículo";
-$messages["error_fetching_post"] = "Se produció un error intentando cargar el artículo.";
-$messages["times_post_has_been_read"] = "Veces que este artículo ha sido leído: ";
-$messages["referers"] = "Referrers";
-$messages["id"] = "Id";
-$messages["url"] = "Url";
-$messages["hits"] = "Hits";
-$messages["trackbacks"] = "Trackbacks";
-
-// post comments
-$messages["error_fetching_comments"] = "Hubo un error cargando los comentarios del artículo.";
-$messages["comments_for_post"] = "Comentarios para el artículo ";
-$messages["email"] = "E-Mail";
-$messages["ip_address"] = "Dir. IP";
-
-// delete comments
-$messages["error_no_comments_selected"] = "Ningun comentario fue selecctionado para ser eliminado.";
-$messages["error_deleting_comment"] = "Hubo un error eliminando el comentario ";
-$messages["comment_deleted_ok"] = "El comentario \"%s\" fue eliminado correctamente.";
-
-// categories list
-$messages["category_name"] = "Nombre";
-
-// removing posts
-$messages["post_cannot_be_deleted"] = "El artículo no pudo ser eliminado.";
-$messages["no_posts_selected"] = "Ningun artículo fue seleccionado para ser eliminado.";
-// %s = subject of the post, %d = identifier of the post. feel free to change its order
-// but if you remove them there will be no information about which post was removed...
-$messages["error_deleting_post"] = "Hubo un error eliminando el artículo \"%s\" (id = %d)";
-$messages["post_deleted_ok"] = "El artículo \"%2\$s\" fue correctamente eliminado (id = %1\$d)";
-
-// delete categories
-$messages["no_categories_selected"] = "Ninguna categoría fue seleccionada para ser eliminada.";
-$messages["error_category_has_articles"] = "No se pudo eliminar la categoría \"%s\" porque hay por lo menos un
-artículo clasificado en esta categoría. Por favor elimine el/los artículo/s primero e inténtelo de nuevo.";
-$messages["error_deleting_category"] = "Hubo un error eliminando la categoría \"%s\" de la base de datos.";
-$messages["category_deleted_ok"] = "La categoría \"%s\" fue correctamente eliminada.";
-
-// add category
-$messages["newArticleCategory"] = "Añadir Nueva Categoría";
-$messages["add_new_category_info"] = "Por favor asigne un nombre válido para la nueva categoría.";
-$messages["category_added_ok"] = "Nueva categoria añadida correctamente.";
-$messages["error_adding_article_category"] = "Hubo un error añadiendo la nueva categoría.";
-
-// edit categories
-$messages["edit_category"] = "Editar Categoría";
-$messages["please_provide_valid_category_name"] = "Por favor asigne un nombre válido para la categoría.";
-
-//*** NEW ***//
-// please remove these comments after translating these lines
-$messages["error_incorrect_category_id"] = "Identificador de categoría incorrecto.";
-//*** NEW ***//
-// please remove these comments after translating these lines
-
-// update the category
-$messages["error_fetching_category"] = "Hubo un error obteniendo la categoría de base de datos.";
-$messages["error_updating_category"] = "Hubo un error actualizando la categoría.";
-$messages["error_empty_category_name"] = "Debe dar un nombre válido a la categoría.";
-$messages["category_updated_ok"] = "La categoría fue actualizada correctamente.";
-
-// edit links
-$messages["link_name"] = "Nombre";
-$messages["link_url"] = $messages["url"];
-$messages["link_category"] = $messages["category"];
-$messages["link_description"] = "Descripción";
-$messages["editLinks"] = "Enlaces";
-
-// edit a link
-$messages["error_provide_name_and_url"] = "Debe proporcionar por lo menos un nombre y una dirección para el enlace.";
-$messages["error_invalid_link_id"] = "El identificador del enlace es inválido o no existe.";
-$messages["error_fetching_link"] = "Hubo un error obteniendo el enlace.";
-$messages["error_updating_link"] = "Hubo un error actualizando el enlace.";
-$messages["link_updated_ok"] = "Enlace actualizado correctamente!";
-$messages["error_fetching_link_categories"] = "Hubo un error obteniendo las categorias de enlace.";
-
-// add a link
-$messages["add_new_link"] = "Añadir nuevo enlace";
-$messages["newLink"] = "Añadir Enlace";
-$messages["error_adding_link"] = "Hubo un error intentando añadir el enlace.";
-$messages["link_added_ok"] = "El enlace fue añadido correctamente.";
-$messages["error_provide_name_and_url"] = "Debe proporcionar por lo menos un nombre y una dirección válidas para el enlace.";
-$messages["error_must_have_one_link_category"] = "Debe tener por lo menos una categoría de enlaces antes de poder añadir un enlace nuevo.";
-
-// delete a link
-$messages["error_no_links_selected"] = "Ningun enlace fue seleccionado para ser eliminado.";
-$messages["error_removing_link"] = "Hubo un error eliminando el enlace \"%s\" de la base de datos.";
-$messages["link_deleted_ok"] = "El enlace \"%s\" fue correctamente eliminado de la base de datos.";
-
-// edit link categories
-$messages["newLinkCategory"] = "Añadir Nueva Categoría de Enlaces";
-$messages["link_categories_help"] = "Debe tener por lo menos una categoría de enlaces antes de añadir un nuevo enlace.";
-$messages["link_category_name"] = "Nombre";
-$messages["link_category_links"] = "Enlaces";
-
-// new link category
-$messages["new_link_category_info"] = "Las categorías de enlaces le ayudarán a clasificar sus diferences enlaces.";
-$messages["error_provide_link_category_name"] = "Debe proporcionar un nombre válido para la nueva categoría de enlaces.";
-$messages["error_adding_link_category"] = "Hubo un error añadiendo la nueva categoría de enlaces.";
-$messages["link_category_added_ok"] = "La categoría de enlaces fue añadida correctamente.";
-
-// edit link category
-$messages["edit_link_category"] = "Editar Categoría de Enlaces";
-$messages["error_updating_link_category"] = "Hubo un error actualizando la categoría de enlaces.";
-$messages["link_category_updated_ok"] = "Categoría de enlaces actualizada correctamente.";
-$messages["error_fetching_link_category"] = "Hubo un error obteniendo la categoría de enlaces.";
-$messages["error_incorrect_link_category_id"] = "Identificador de categoria de enlace incorrecto.";
-
-// delete link categories
-$messages["error_no_link_category_selected"] = "Ninguna categoría de enlaces fue seleccionada para ser eliminadao.";
-$messages["error_links_in_link_category"] = "La categoría \"%s\" no puede ser eliminada porque tiene enlaces clasificados bajo
-ella. Por favor elimine primero todos los enlaces e inténtelo de nuevo.";
-$messages["error_removing_link_category"] = "Hubo un error eliminando la categoría \"%s\".";
-$messages["link_category_deleted_ok"] = "La categoría de enlaces \"%s\" ha sido eliminada correctamente.";
-// this error is shown when for some reason the category could not be fetched from the database
-// and we can't show its name
-$messages["error_removing_link_category_2"] = "Error eliminando la categoría de enlaces con identificador = %d";
-
-// blog settings page
-$messages["blogSettings"] = "Configuración de la bitácora";
-$messages["userSettings"] = "Perfil de Usuario";
-$messages["pluginCenter"] = "Plugins";
-$messages["Stats"] = "Estadísticas";
-$messages["blog_name"] = "Nombre de la bitácora";
-$messages["long_blog_name"] = "Texto más largo y descriptivo sobre esta bitácora";
-$messages["language_used"] = "Idioma usado para mostrar los textos";
-$messages["items_main_page"] = "¿Cuántos artículos le gustaría mostrar en la página principal?";
-$messages["items_as_recent"] = "¿Cuántos artículos le gustaría mostrar como \"recientes\"?";
-$messages["template_used"] = "¿Qué diseño le gustaría usar para su bitácora?";
-$messages["cut_posts"] = "¿Quiere cortar los artículos que sean demasiado largos en la página principal y añadir un enlace \"Más...\" que muestre el resto?";
-$messages["cut_posts_after_characters"] = "¿Cuántos carácteres le gustaría mostrar antes de cortar el artículo?";
-$messages["enable_wysiwyg_edition"] = "¿Activar la edición visual de los artículos? (solo disponible para Internet Explorer 5.5 o Mozilla 1.3b o superiores)";
-$messages["enable_comments"] = "¿Desea permitir comentarios para sus artículos?";
-$messages["yes"] = "Sí";
-$messages["no"] = "No";
-$messages["error_invalid_locale"] = "Ha elegido un idioma incorrecto.";
-$messages["error_incorrect_max_recent_items"] = "Debe dar un valor válido para el número de artículos que le gustaría mostrar como recientes.";
-$messages["error_incorrect_number_of_posts"] = "Debe dar un valor válido para el número de artículos que le gustaría mostrar
-en la página principal.";
-$messages["error_incorrect_template"] = "El diseño que ha elegido no es válido.";
-$messages["error_no_blog_name"] = "Debe elegir un nombre válido para su bitácora.";
-$messages["error_incorrect_show_more_threshold"] = "Debe dar un valor válido para el nombre de carácteres que le gustaría
-mostrar antes de cortar un artículo en la página principal y añadir un enlace al resto.";
-$messages["error_updating_settings"] = "Hubo un error actualizando la configuración de su bitácora.";
-$messages["blog_settings_updated_ok"] = "La configuración de la bitácora fue guardada correctamente!";
-$messages["permanent_blog_url"] = "Direccion permanente de esta bitacora (solo lectura)";
-
-// user profile page
-$messages["username"] = "Usuario";
-$messages["password"] = "Password";
-$messages["confirm_password"] = "Confirmar password";
-$messages["email_address"] = "Dirección de correo";
-$messages["bio"] = "Sobre mí";
-$messages["empty_no_change"] = "Déjelo vacío si no desea cambiarlo";
-$messages["user_settings_updated_ok"] = "El perfil de usuario fue guardado correctamente.";
-$messages["error_updating_user_settings"] = "Hubo un error guardando el perfil del usuario.";
-$messages["error_passwords_dont_match"] = "Lo siento, los passwords no coinciden";
-$messages["error_incorrect_password"] = "Lo siento, el password no es correcto.";
-$messages["error_incorrect_email_address"] = "Lo siento, la dirección de correo no es válida.";
-
-// plugin center page
-$messages["plugins_available"] = "Estos son los plugins que hay actualmente instalados.";
-$messages["identifier"] = "Identificador";
-$messages["description"] = "Descripción";
-$messages["error_plugins_disabled"] = "El soporte para plugins ha sido desactivado en este servidor.";
-
-// statistics page
-$messages["statistics_info"] = "Un identificador de artículo igual a 0 significa que los hits fueron
-dirigidos a la página principal y no a ningun artículo en particular.";
-$messages["article_id"] = "Id de Artículo";
-$messages["last_hit_date"] = "Fecha Último Hit";
-$messages["error_fetching_referers"] = "Error obteniendo los referrers de este sitio web.";
-
-// login screen
-$messages["login_page_title"] = "Interfaz de Administración de pLog";
-$messages["login"] = "Entrar";
-$messages["welcome_message"] = "Bienvenido a pLog";
-$messages["error_incorrect_username_or_password"] = "Lo siento, el usuario o el password son incorrectos";
-$messages["error_dont_belong_to_any_blog"] = "Lo siento, usted no pertenece a ningun blog todavía.";
-$messages["error_no_username_or_password"] = "Por favor introduzca un username y un password válidos antes de continuar.";
-$messages["choose_one_blog"] = "Pertenece a las siguientes bitácoras. Elija una para administrar ahora.";
-$messages["continue"] = "Continuar";
-$messages["logout_message"] = "Operación de salida correcta.";
-$messages["logout_message_2"] = "<a href=\"admin.php\">Haga click aquí</a> para entrar otra vez, o
-<a href=\"%1\$s\">aquí para ir a %2\$s</a>.";
-$messages["logout_title"] = "Terminar";
-$messages["error_access_forbidden"] = "Acceso denegado. Debe autentificarse primero aquí.";
-
-//
-// new strings added for 0.2
-//
-$messages["site_admin"] = "Administración";
-$messages["site_stats"] = "Estadísticas";
-$messages["createUser"] = "Añadir Usuario";
-$messages["siteUsers"] = "Usuarios";
-$messages["createBlog"] = "Añadir Bitácora";
-$messages["editSiteBlogs"] = "Bitácoras";
-$messages["siteLocales"] = "Lenguajes";
-$messages["newLocale"] = "Añadir Lenguaje";
-$messages["siteTemplates"] = "Plantillas";
-$messages["newTemplate"] = "Añadir Plantilla";
-$messages["editSiteSettings"] = "Configuración Global";
-$messages["adminSettings"] = "asdf";
-$messages["help_comments_enabled"] = "Activa o desactiva los comentarios.";
-$messages["help_beautify_comments_text"] = "Mantiene el formato dado por el usuario a la hora de escribir comentarios.";
-$messages["help_rdf_enabled"] = "Activa o desactiva la generación de un documento RDF con los artículos más recientes de cada bitácora.";
-$messages["help_temp_folder"] = "Carpeta que será usada por pLog en aquellas operaciones que requieran de un espacio temporal de datos.";
-$messages["help_base_url"] = "URL que será usada para calcular todas las demás URLs del sitio dinámicamente. Por favor déle el valor correcto o de otra forma las URLs serán incorrectas.";
-$messages["help_show_posts_max"] = "Cuántos artículos serán mostrados en la página principal por defecto.";
-$messages["help_recent_posts_max"] = "Cuántos artículos serán mostrados como \"recientes\".";
-$messages["help_template_folder"] = "Directorio donde se guardan las plantillas usadas por pLog.";
-$messages["help_default_template"] = "Plantilla por defecto que tendrán las nuevas bitácoras que se creen.";
-$messages["help_default_locale"] = "El lenguaje por defecto que será usado en las nuevas bitácoras y en la pantalla de entrada a la interfaz de administración.";
-$messages["help_html_allowed_tags_in_comments"] = "Etiquetas HTML que no serán eliminadas de los comentarios hechos por usuarios.";
-$messages["help_referer_tracker_enabled"] = "Añade información muy básica sobre el 'referrer' cada vez que alguien nos visita.";
-$messages["help_rss_parser_enabled"] = "Activa o desactiva el intérprete de RSS que está disponible para las plantillas.";
-$messages["help_show_more_enabled"] = "Activa o desactiva el enlace \"Leer Más...\" por defecto".
-$messages["help_update_article_reads"] = "Actualizar o no un contador interno sobre cuantas veces un artículo ha sido leído.";
-$messages["help_request_format_mode"] = "El modo \"Normal\" generará URLs normales y corrientes, mientras que el modo \"Especial para buscadores\" generará URLs que son más fáciles de leer y recordar, a la vez que serán escaneadas por los buscadores de páginas web. Ésta última requiere Apache y la posibilidad de usar archivos .htaccess";
-$messages["help_xmlrpc_ping_enabled"] = "Enviar una notificación de actualización de contenido vía XMLRPC a los servicios configurados debajo, cada vez que se añade un artículo.";
-$messages["help_xmlrpc_ping_hosts"] = "Lista de servidores que soportan notificaciones de actualización via XMLRPC. Por favor, ponga cada servidor en una línea diferente, tantos como sea necesario.";
-$messages["help_trackback_server_enabled"] = "Activa el servidor de 'trackbacks'";
-$messages["help_htmlarea_enabled"] = "Activa la edición visual de artículos";
-$messages["help_plugin_manager_enabled"] = "Activa o desactiva el soporte para 'plugins'.";
-$messages["help_check_email_address_validity"] = "Se efectuarán comprobaciones a nivel de servidor SMTP cada vez que un usuario se registre e introduzca una dirección de correo para comprobar si es válida si este parámetro está activado. Si está desactivado, simplemente se comprobará que tiene la forma de una dirección de correo correcta.";
-$messages["help_post_notification_source_address"] = "Dirección que se usará como originante en los mensajes electrónicos que se envien.";
-$messages["help_summary_page_show_max"] = "Cuántos artículos deben mostrarse en la página de resumen.";
-$messages["help_minimum_password_length"] = "Número de carácteres que un password debe tener para considerarse válido.";
-$messages["help_users_can_add_templates"] = "Permite a los usuarios añadir nuevas plantillas a sus bitácoras.";
-$messages["help_email_service_enabled"] = "Activa el servicio de correo, usado por ejemplo para enviar notificaciones de comentarios nuevos en un artículo.";
-$messages["post_notification_source_address"] = "Dirección que será usada para el campo 'De:' cuando se envíe algun mensaje de correo.";
-$messages["help_email_service_type"] = "Método que será usado para enviar mejsanes. Dependiendo de el método elegido, por favor compruebe los parámetros siguientes a éste.";
-$messages["help_smtp_host"] = "Si eligió SMTP como método, éste es el servidor que será usado para enviar los mensajes.";
-$messages["help_smtp_port"] = "Puerto del servidor SMTP anteriormente especificado donde el servidor de correo acepta conexiones (por defecto, 25)";
-$messages["help_smtp_use_authentication"] = "Si el servidor SMTP soporta/requiere autentificación y desea usarla, por favor active esto.";
-$messages["help_smtp_username"] = "Nombre de usuario que será usado para autentificarse en el servidor SMTP (solo válido si se ha activado la autentificación de SMTP)";
-$messages["help_smtp_password"] = "Palabra clave que será usada junto con el nombre de usuario anterior para autentificarse en el servidor de correo.";
-$messages["help_uploads_enabled"] = "Activa o desactiva la posibilidad de subir archivos al servidor. Este parámetro afecta la posibilidad de añadir nuevas plantillas, nuevos lenguajes y la posibilidad de añadir nuevos archivos a plantillas ya existentes.";
-$messages["help_maximum_file_upload_size"] = "Tamaño máximo de los archivos que pueden ser subidos al servidor por los usuarios.";
-$messages["help_upload_forbidden_files"] = "Lista de patrones o nombres de archivos que no se permite subir a este sitio. Por ejemplo, *.php *.php3 *.php4. Puede especificar tantas como haga falta separándolas por un espacio en blanco.";
-$messages["help_path_to_tar"] = "Ruta en disco hacia la herramienta 'tar'.";
-$messages["help_path_to_gzip"] = "Ruta en disco hacia la herramienta 'gzip'.";
-$messages["help_path_to_bz2"] = "Ruta en disco hacia la herramienta 'bz2'.";
-$messages["help_path_to_unzip"] = "Ruta en disco hacia la herramienta 'unzip'.";
-
-$messages["add_user_give_information"] = "Por favor introduzca la siguiente información para crear un nuevo usuario.";
-
-$messages["site_registered_users"] = "Estos son todos los usuarios registrados en este sitio.";
-
-$messages["add_blog_give_information"] = "Por favor introduzca la siguiente información para crear una nueva bitácora.";
-$messages["blog_title"] = "Título de la bitácora";
-$messages["blog_owner"] = "Propietario";
-
-$messages["site_registered_blogs"] = "Estas son todas las bitácoras registradas en este sitio.";
-$messages["editSiteUsers"] = "Editar Usuarios";
-
-$messages["upload_locale"] = "Subir Lenguaje";
-$messages["use_this_form_to_upload_locale"] = "Use este formulario para subir un nuevo lenguaje. Si no tiene la posibilidad de subir archivos, por favor use el segundo formulario.";
-$messages["locale_file"] = "Archivo del lenguaje";
-$messages["manually_add_locale"] = "Añadir Lenguaje Manualmente";
-$messages["use_this_form_if_cant_upload_locale"] = "Use este segundo formulario si no tiene la posibilidad d de subir archivos a su servidor. El archivo deber haber sido copiado con anterioridad a la carpeta que contiene los demás archivos con lenguajes, o en caso contrario la operación terminará con error.";
-$messages["locale_code"] = "Código del lenguaje";
-$messages["locale_encoding"] = "Codificación";
-
-$messages["template_will_be_available_for_all"] = "La nueva plantilla estará disponible para todas las bitácoras del sitio.";
-
-$messages["use_this_form_to_upload_template"] = "Use este formulario para subir una nueva plantilla. Si no tiene la posibilidad de subir archivos a su servidor por favor use el segundo formulario. Los archivos de plantillas deben estar comprimidos en tar.bz2, tar.gz o zip.";
-$messages["template_file"] = "Archivo de plantilla";
-$messages["upload_template"] = "Subir Plantilla";
-$messages["manually_add_template"] = "Añadir Plantilla Manualmente";
-$messages["use_this_form_if_cannot_upload_template"] = "Use este segundo formulario si no tiene la posibilidad de subir archivos a su servidor. Los archivos de la plantilla deben haber sido copiados a la carpeta que contiene las otras plantillas con anterioridad, o de otra forma la operación terminará en error.";
-$messages["template_id"] = "Identificador de la plantilla";
-
-$messages["templates_available_for_all"] = "Estas plantillas están disponibles para todas las bitácoras de este sitio.";
-$messages["add_file"] = "Añadir Archivo";
-
-$messages["setting_name"] = "Nombre";
-$messages["setting_value"] = "Valor";
-$messages["setting_description"] = "Descripción";
-
-$messages["plain"] = "Normal";
-$messages["search_engine_friendly"] = "Fáciles de recordar";
-
-$messages["general_settings"] = "General";
-$messages["helper_tools_settings"] = "Herramientas Externas";
-$messages["uploads_settings"] = "Subir Archivos";
-$messages["email_settings"] = "Email";
-
-$messages["number_blogs"] = "Número de bitácoras";
-$messages["number_users"] = "Número de usuarios";
-$messages["number_posts"] = "Número de artículos";
-$messages["number_posts_today"] = "Número de artículos hoy";
-$messages["number_posts_this_month"] = "Número de artículos este mes";
-
-$messages["date"] = "Fecha";
-$messages["time"] = "Hora";
-
-$messages["comments_order"] = "Orden en que los comentarios aparecerán:";
-$messages["oldest_first"] = "Viejos primero";
-$messages["newest_first"] = "Nuevos primero";
-
-$messages["blog"] = "Bitácora";
-$messages["blog_id"] = "Identificador de bitácora";
-
-$messages["showBlogUsers"] = "Usuarios de la bitácora";
-$messages["available_users"] = "Usuarios disponibles";
-$messages["add"] = "Añadir";
-$messages["remove"] = "Eliminar";
-
-$messages["user_id"] = "Identificador de usuario";
-
-$messages["new_password"] = "Nuevo Password";
-$messages["has_administrator_privileges"] = "Tiene privilegios de administrador";
-$messages["related_to_the_following_blogs"] = "Relacionado con las siguientes bitácoras";
-
-$messages["add_user_to_blog_form"] = " Este formulario le permitirá añadir un usuario a la bitácora. El usuario tendrá privilegios para editar o añadir nuevos artículos, pero no podrá cambiar ningun parámetro de la configuración de la bitácora.";
-$messages["add_user_enter_username"] = " Por favor introduzca el nombre del usuario que desea añadir. El usuario debe haberse registrado en este sitio con anterioridad, de otra forma la operación no funcionará.";
-$messages["add_user_send_notification"] = "Enviar un email informando al usuario que ha sido añadido.";
-$messages["add_user_type_notification"] = "Texto del email de notificación";
-
-$messages["following_users_have_permissions"] = " Los siguientes usuarios son parte de esta bitácora. Estos usuarios pueden añadir, editar y eliminar artículos pero no pueden cambiar la configuración de la bitácora.";
-$messages["revoke_permissions"] = "Quitar Permisos";
-
-$messages["newBlogTemplate"] = "Añadir plantilla";
-$messages["manually_newBlogTemplate"] = "Añadir plantilla manualmente";
-$messages["template_available_only_for_this_blog"] = "Esta plantilla estará solamente disponible para esta bitácora.";
-$messages["use_form_to_upload_blog_template"] = "Use este formulario para subir una nueva plantilla a el servidor. Si no tiene la posibilidad de subir archivos, por favor use el formulario que se haya debajo de éste. Las plantillas deben estar empaquetadas en zip, tar.gz o tar.bz2.";
-$messages["use_form_if_cannot_upload_blog_template"] = "Use este segundo formulario si no tiene la posibilidad de subir archivos al servidor. La plantilla debe haberse copiado al directorio que contiene las plantillas antes de ejecutar esta operación.";
-
-$messages["blogTemplates"] = "Plantillas de la bitácora";
-$messages["templates_only_available_for_this_blog"] = "Las siguientes plantillas están solo disponibles para esta bitácora.";
-
-$messages["add_file_to_blog_template"] = "Añadir archivo a la plantilla"; $messages["upload_file_to_blog_template"] = "Por favor elija el archivo que le gustaría añadir a la plantilla.";
-
-$messages["error_user_id_incorrect"] = "Identificador de usuario incorrecto.";
-$messages["error_incorrect_user_id"] = $messages["error_user_id_incorrect"];
-$messages["error_fetching_user_information"] = "Hubo un error cargando la información del usuario.";
-$messages["error_password_incorrect"] = "La palabra clave es demasiado corta o incorrecta.";
-$messages["error_updating_user_settings"] = "La configuración del usuario no se pudo guardar.";
-$messages["user_settings_updated_ok"] = "Configuración del usuario \"%s\" actualizada correctamente.";
-$messages["error_no_users_selected_to_add"] = "No se seleccionaron usuarios para añadir.";
-$messages["user_added_to_blog_ok"] = "El usuario \"%s\" ha sido añadido a la bitácora.";
-$messages["error_adding_user_to_blog"] = "Hubo un error añadiendo el usuario \"%s\" a la bitácora.";
-$messages["error_no_users_selected_to_remove"] = "No se seleccionaron usuarios para eliminar.";
-$messages["user_removed_from_blog_ok"] = "El usuario \"%s\" ha sido eliminado de la bitácora.";
-$messages["error_removing_user_from_blog"] = "Hubo un error eliminando al usuario \"%s\" de la bitácora.";
-
-$messages["error_incorrect_plugin_id"] = "El identificador del plugin es incorrecto.";
-$messages["error_configuring_plugin"] = "Hubo un error configurando el plugin: ";
-$messages["site_config_saved_ok"] = "La configuración fue guardada correctamente.";
-$messages["error_saving_site_config"] = "Hubo un problema guardando la configuración.";
-
-$messages["error_incorrect_blog_owner"] = "El usuario elegido como propietario del blog no existe.";
-$messages["error_updating_blog_settings"] = "Hubo un error actualizando la configuración de la bitácora \"%s\"";
-$messages["blog_settings_updated_ok"] = "La configuración de la bitácora \"%s\" fue actualizada correctamente.";
-
-$messages["error_fetching_users"] = "Hubo un error obteniendo los usuarios de este sitio.";
-
-$messages["error_fetching_blogs"] = "Hubo un error obteniendo las bitácoras de este sitio.";
-
-$messages["error_incorrect_template_id"] = "El identificador de la plantilla no es correcto o no existe.";
-
-$messages["error_no_users_selected"] = "No se seleccionaron usuarios para eliminar.";
-$messages["error_could_not_find_user"] = "El usuario \"%s\" no se encontró en este sitio.";
-$messages["error_deleting_user"] = "Hubo un error eliminando el usuario \"%s\"";
-$messages["user_deleted_ok"] = "El usuario \"%s\" fue eliminado correctamente.";
-
-$messages["error_must_give_blog_name"] = "El nombre de la bitácora es incorrecto.";
-$messages["error_adding_blog"] = "Hubo un error añadiendo la bitácora a este sitio.";
-$messages["blog_added_ok"] = "La nueva bitácora \"%s\" ha sido añadida correctamente.";
-
-$messages["error_template_not_inside_folder"] = "Los archivos de la plantilla deben estar dentro de su propia carpeta, que debe tener el mismo nombre que la plantilla.";
-$messages["error_missing_base_files"] = "Algunos de los archivos básica de una plantilla no se encontraron.";
-$messages["error_unpacking"] = "Hubo un error desempaquetando la plantilla.";
-$messages["error_forbidden_extensions"] = "Algunos de los archivos de la plantilla no están permitidos en este sitio.";
-$messages["error_creating_working_folder"] = "Hubo un error comprobando que la plantilla es correcta.";
-$messages["error_checking_template"] = "Hubo un error con la nueva plantilla (código = %s)";
-$messages["error_add_template_disabled"] = "No se permite añadir nuevas plantillas a los usuarios.";
-$messages["error_must_upload_file"] = "Debe subir un archivo.";
-$messages["error_no_template_name"] = "Debe dar el nombre de una plantilla.";
-$messages["error_uploads_disabled"] = "No se pueden subir archivos al servidor.";
-$messages["error_installing_template"] = "Hubo un error instalando la plantilla.";
-$messages["template_installed_ok"] = "La nueva plantilla ha sido instalada como \"%s\".";
-
-$messages["error_adding_template_file"] = "There was an error adding the file to the template set.";
-$messages["error_file_forbidden"] = "Files of this type have been forbidden in this site.";
-$messages["error_file_too_big"] = "The file is too big. Maximum allowed size is \"%s\" bytes.";
-$messages["template_file_added_ok"] = "Archivo añadido correctamente a la plantilla \"%s\".";
-
-$messages["error_plugin_cannot_be_configured"] = "El plugin no puede ser considerado.";
-
-$messages["error_incorrect_username"] = "El nombre de usuario no es válido o ya existe.";
-$messages["error_username_already_exists"] = "Ya hay un usuario registrado con el mismo nombre.";
-$messages["error_adding_user"] = "Hubo un error añadiendo el usuario a la base de datos.";
-$messages["user_added_ok"] = "El nuevo usuario \"%s\" ha sido añadido correctamente.";
-
-$messages["error_no_blogs_selected"] = "No se seleccionaron bitácoras para eliminar.";
-$messages["error_blog_is_default_blog"] = "No se pudo eliminar la bitácora \"%s\" porque es la bitácora por defecto.";
-$messages["blog_deleted_ok"] = "La bitácora \"%s\" ha sido eliminada correctamente.";
-$messages["error_deleting_blog"] = "Hubo un error eliminando la bitácora \"%s\".";
-
-$messages["error_no_templates_selected"] = "No se seleccionaron plantillas para eliminar.";
-$messages["error_removing_template"] = "Hubo un error eliminando la plantilla \"%s\"";
-$messages["template_removed_ok"] = "La plantilla \"%s\" ha sido eliminada correctamente.";
-
-$messages["error_no_users_selected_to_remove_from_blog"] = "No se seleccionaron usuarios para eliminar de esta bitácora.";
-$messages["error_removing_user_from_blog"] = "Hubo un error eliminando el usuario \"%s\" de esta bitácora.";
-$messages["user_removed_from_blog_ok"] = "El usuario \"%s\" ha sido eliminado de esta bitácora.";
-
-$messages["error_incorrect_locale_code"] = "El código de lenguaje no es correcto.";
-$messages["error_invalid_locale_file"] = "El archivo no tiene el formato de un archivo de lenguaje.";
-$messages["error_adding_locale_file"] = "Hubo un error añadiendo el nuevo archivo de lenguaje. Asegúrese que el archivo ha sido añadido a la carpeta que contiene los otros archivos de lenguaje antes de efectuar esta operación, y que tiene los permisos correctos.";
-$messages["locale_added_ok"] = "El nuevo lenguaje \"%s\" ha sido añadido correctamente.";
-$messages["error_saving_locale"] = "Hubo un error guardando el archivo de lenguaje en la carpeta de archivos de lenguaje. Por favor asegúrese que dicha carpeta tiene los permisos correctos.";
-
-$messages["error_no_locales_selected"] = "No se seleccionaron lenguajes para eliminar.";
-$messages["error_deleting_only_locale"] = "Éste es el único lenguaje disponible en este sitio y por lo tanto no puede ser eliminado.";
-$messages["locale_deleted_ok"] = "El lenguaje \"%s\" fue eliminado correctamente.";
-$messages["error_deleting_locale"] = "Hubo un error eliminando el lenguaje \"%s\"";
-$messages["error_cant_delete_default_locale"] = "El lenguaje \"%s\" no puede ser eliminado porque es el lenguaje por defecto actualmente.";
-
-$messages["plugin_config"] = "Configuración del Plugin";
-
-$messages["use_read_more_feature"] = "¿Desea mostrar todo el artículo en la página principal? (Si elige 'no', solo se mostrará la parte que escribió como texto introductorio)";
-
-$messages["extended_text"] = "Este texto solo se mostrará en la página propia del artículo, a no ser que lo desactivemos en la sección de \"Configuración\"";
-
-$messages["error_must_give_post_intro"] = "Debe escribir por lo menos un breve texto introductorio del artículo.";
-$messages["comment_marked_as_spam_ok"] = "El comentario fue marcado como spam correctamente.";
-$messages["comment_marked_as_nonspam_ok"] = "El comentario fue marcado como no spam correctamente.";
-$messages["error_marking_comment_as_nonspam"] = "Hubo un error marcando en comentario como no spam.";
-$messages["error_marking_comment_as_spam"] = "Hubo un error marcando el comentario como spam.";
-$messages["error_incorrect_comment_id"] = "El identificador del comentario es incorrecto.";
-$messages["error_base_storage_folder_missing_or_unreadable"] = "Hubo un error mientras se creaban las carpetas necesarias para almacenar los archivos. La razón puede que sea debido a que su servidor de PHP está funcionado con el 'safe mode' activado o tal vez el usuario que se está usando para ejecutar este script no tenga suficientes permisos para crear directorios. Si lo desea, puede
-intentar crear los directorios manualmente y asignarles los permisos correctos:<br/><br/>%s<br/><br/>Si los directorios ya existían, asegúrese que pueden ser leídos y escritos por el servidor de web dónde se está ejecutando esta aplicación.";
-
-///// new help messages ////
-
-//
-// note to translators:
-//
-// this is exactly the same as the previous version but an additional item
-// has been added to the list ("order in which comments appear")
-// and one has been removed (the threshold for the 'show more' setting)
-//
-$messages["help_blogSettings"] = "<p>From this page you can change some of the settings that control the
-behaviour or appearance of this journal. These are the settings: <ul>
-<li><b>Permanent URL</b>: This is the URL where this blog is running and that can be used to
-link to it. It can't be changed.</li>
-<li><b>Name of the blog</b>: This is a text string with a descriptive name of the blog. If using the
-default templates, it is the text displayed on top of every page.</li>
-<li><b>Long descriptive text about this blog</b>: This is a longer text that can optionally be
-displayed in some kind of page giving more detailed information about the page. It can be left
-blank if not needed.</li>
-<li><b>Language used to display the texts</b>: You can select one of the available languages. This
-language will be used to display the texts (not your own articles!) and format things like dates
-and numbers using the correct settings. More languages can be installed at any time.</li>
-<li><b>Items in the main page</b>: Set this to the number of posts you would like to have
-in the main page. The more posts, the longer it will take for users to download your page. Minimum
-number of posts it one.</li>
-<li><b>Items shown as recent</b>: Set this to the number of posts you would like to be shown as
-<b>'Recent'</b>, that is, the posts that have been posted earlier. Minimun amount is one.</li>
-<li><b>Template used to render the contents</b>: pLog allows to have more than one template
-to show the same content. You can choose here the most appropiate one for you journal, from the ones
-that have been installed by the administrator.</li>
-<li><b>Show the whole post int he main or only the part that was typed in the 'Text' box?</b>: Set this to <b>'Yes'</b> if you would like pLog
-to automatically add a 'More...' link to your posts on the main page just after the text you typed
-in the text box labeled 'Text'. The text typed in the second text box will only be shown to the user
-when clicking on the
-setting below) This feature is useful since it makes your frontpage less cluttered and also
-smaller. However, it has some problems if there is a lot of HTML code in the page.</li>
-<li><b>Enable WYSIWYG edition of texts</b>: Set this to yes if you would like to have the possibility
-to see how your posts look in real time. This feature is only available for users using either
-Internet Explorer 5.5 or higer and Mozilla 1.3b or higher.</li>
-<li><b>Enable comments</b>: Set this to yes if you would like to allow your users to make comments to your
-posts. This will globally affect all your posts and all your users.</li>
-<li><b>Order in which comments appear</b>: Set it to \"Oldest first\" if you would like to see
-the older comments first in the list, or set it to \"Newest first\" to see them in
-reverse chronological order.</li>
-</ul></p>";
-
-//
-// translators: this one has changed too since we now have two text boxes: one for the
-// text that we'd like to appear in the main page and another one for the text that
-// will only be shown in the 'post' page (that is, when the users clicks on the
-// permalink, for example)
-//
-
-$messages["updatePost"] = $messages["help_newPost"];
-
-$messages["help_newBlogUser"] = "This option allows you to easily give editing permissions to other
-users in this blog. To do so, you only have to know its username. If you already know it,
-simply type it in the text field below and press the \"Add User\" button. If you wish, you can
-also send an email to this user (as long as he or she used the right address when
-registering) notifying him or her that he has now been granted permissions to add, edit
-and delete posts in this blog.";
-
-$messages["help_showBlogUsers"] = "This is a list of the users that have been given editing permissions
-in this blog. You can see their profile if you wish or you can also revoke their permissions
-by selectin them and then clicking on the \"Revoke Permissions\" button. Once you do that,
-the selected users will no longer be able to publish anything in this blog.";
-
-//
-// note to translators:
-//
-// added some additional text here to inform about the new "configure" feature
-//
-$messages["help_pluginCenter"] = "<p>From here you can see which plugins have been installed. For every
-plugin, you will see its identifier (the identifier you have to use when developing templates and
-want to make use of the plugin features), the author of the plugin, and some descriptive text with
-various information about the plugin, mainly how to use it.</p>
-<p>Some plugins offer also their own configuration page from wich you can modify some
-aspects of its behaviour. To access such page, please click on the \"configure\" link
-next to every plugin.</p>";
-
-$messages["configurePlugin"] = "This plugin provides some settings that can be configured
-by the user.";
-
-$messages["help_newBlogTemplate"] = "<p>It is possible to easily add new templates to the system. To do
-so, there are two possibilities: the template can either be uploaded as a compressed file
-(tar.gz, tar.bz2 and zip files are supported) to the server or it canbe manually
-uploaded using any available method.</p>
-<p>If the first method is chosen, the contents of the file must have all been packaged
-under a folder which will be the name given to the template.</p>
-<p>If the second method is chosen, simply upload the files to a folder under your blog-specific folder
-and type in the name of the folder in the text box below.</p>
-<p>Plugins added here will only be available to this specific below and will not be able to
-be accessed by other blogs.</p>";
-
-$messages["help_blogTemplates"] = "<p>This is a list with all the templates that have been added to
-this blog. If you wish to remove any of them, please select them and click on the
-\"Delete Selected\" button below the list. Once a template is deleted it cannot be
-recovered, since it is removed from the disk.</p>";
-
-$messages["help_adminSettings"] = "<p>These are some very basic statistics about the site.</p>";
-
-$messages["help_createUser"] = "<p>We can easily register new users in the system by using this form.
-We only need to provide with a valid username and a password, and optionally an email address.
-Users registered here will not be attached to any blog unless we explicitly do so in the
-\"User\" section or until we create a blog specially for this new user.</p>";
-
-$messages["editUserProfile"] = "<p>From here we can edit the profile of any user in this blog. We can
-also grant administrator privileges to the user (or revoke them). A list of the blogs to which
-the user belogs is also displayed.</p>";
-
-$messages["help_editSiteUsers"] = "<p>These are all the users that are registered in this site. You can see and edit
-their profile by clicking on the username or you can delete any of them by clicking on the
-checkbox of the user(s) and then click on the \"Delete Selected\" button. Once a user
-has been deleted, it can <b>not</b> be recovered, so please be careful.</p>";
-
-$messages["help_createBlog"] = "<p>Unlimited blogs can be added to a single installation of pLog. Users
-can use the registration script provided in the main package but administrator can also
-register new blogs by using this form. The only things needed to know are the name that will
- be given to the blog and the user who will be the owner, having the maximum privileges
- over that blog.</p>";
-
- $messages["help_editSiteBlogs"] = "<p>This is a list with all the blogs that have been registered
- so far in this site. Any blog can be deleted selecting it and clicking on the \"Delete
- Selected\" button. If we try to delete the blog that has been set as the default one
- (see the \"Global Settings\" tab in \"Site Admin\") we will get an error message.</p>
- <p>We can also edit the settings of any blog by clicking on it.</p>
- <p>Finally, we can edit the users that have permissions on a given blog by clicking
- on the \"Edit Users\" link</p>";
-
-$messages["editBlog"] = "<p>The settings of the blog can be edited from here in the same way
-a normal user can do. Everything is exactly the same except that administrator users can also
-change who is the owner of the blog, anytime.</p>";
-
-$messages["editBlogUsers"] = "<p>This feature allows to visually add and remove users from
-any blog. On the left side we will see a list containing all the users that have not
-been given editing privileges in this blog yet, while on the right side we will see a list of the
-users that have already been given privileges. To a user (or more than one if necessary)
-we only have to select them from the list of the left and click on the \"Add\" button. To do
-the opposite process, we will have to select the users from the list of the right and
-click on the \"Remove\" button.</p>
-<p>It is also possible to change the user who is the owner of the blog by selecting
-another from the drop-down list on top.</p>";
-
-$messages["help_newLocale"] = "<p>Now locales can be easily added to the site using this feature. If
-we have the possibility of uploading files, then we can use the first form, \"Upload Locale\"
-simply pointing the browser to the locale file we'd like to upload. pLog will take care
-of everything else, including copying the file to the folder with the other language files, but
-please bear in mind that the folder must be writable by the user who is running the web server in
-order for this feature to work properly. If the language file already exists, <b>it will
-be overwritten and replaced by the new one</b>.</p>
-<p>If files cannot be uploaded to the server, then the file will have to be
-manually uploaded and placed in the same folder with the other language files. Once the file
-has been placed there, we will have to type in the second form its code omitting the
-\"locale_\".</p>
-<p>Locale files must follow the naming convention of locale_ll_CC, where 'll' is the
-2-digit ISO code for the language, while CC is the 2-digit ISO code for the country. If the file
-does not conform to those rules, it will be rejected as a valid locale file.</p>";
-
-$messages["help_siteLocales"] = "<p>This is a list with all the language files that have been
-installed in this site. For each one of them, the encoding used by it and a brief
-description can be seen. Also, language files can be removed from the system by selecting
-them and clicking on the \"Delete Selected\" button.</p>";
-
-$messages["help_newTemplate"] = "<p>It is possible to easily add new templates to the system. To do
-so, there are two possibilities: the template can either be uploaded as a compressed file
-(tar.gz, tar.bz2 and zip files are supported) to the server or it can be manually
-uploaded using any available method.</p>
-<p>If the first method is chosen, the contents of the file must have all been packaged
-under a folder which will be the name given to the template.</p>
-<p>If the second method is chosen, simply upload the files to a folder under your blog-specific folder
-and type in the name of the folder in the text box below.</p>
-<p>Plugins added here will be available to <b>all</b> the blogs in this site.</p>";
-
-$messages["help_siteTemplates"] = "<p>This is a list with all the templates that are globally
-available to all blogs. If you wish to remove any of them, please select them and click on the
-\"Delete Selected\" button below the list. Once a template is deleted it cannot be
-recovered, since it is removed from the disk.</p>";
-
-$messages["help_editSiteSettings"] = "These are all the global settings that control many aspects of the
-behaviour of pLog.";
-
-$messages["newBlogTemplateFile"] = "Single files can be added to an already existing template
-set without having to upload the whole set again. Simply find the file you would like to
-upload in your disk and click on the \"Add File\" button.";
-
-// text is the same, so we can save a few bytes
-$messages["newTemplateFile"] = $messages["newBlogTemplateFile"];
-
-////////////////////////////////////////////
-///
-///
-/// NEW STRINGS ADDED IN 0.3!!
-///
-///
-////////////////////////////////////////////
-$messages["show_category_in_main_page"] = "Mostrar esta categoría en la página principal";
-$messages["welcome_resource_center"] = "Bienvenido al área de archivos!";
-$messages["resourceCenter"] = "Área de Archivos";
-$messages["resourceAlbums"] = "Álbums";
-$messages["resources"] = "Archivos";
-$messages["newResource"] = "Nuevo Archivo";
-$messages["newResourceAlbum"] = "Nuevo Álbum";
-$messages["album"] = "Álbum";
-$messages["album_name"] = "Nombre";
-$messages["parent_album"] = "Álbum superior";
-$messages["no_parent_album"] = "Sin álbum superior";
-$messages["resource_info"] = "Información del archivo";
-$messages["size"] = "Tamaño";
-$messages["format"] = "Formato";
-$messages["dimensions"] = "Dimensiones";
-$messages["bits_per_sample"] = "Bits por pixel";
-$messages["bytes"] = "bytes";
-$messages["pixels"] = "pixels";
-$messages["time_offset"] = "Diferencia en horas entre esta bitácora y el servidor:";
-$messages["hours"] = "Horas";
-$messages["album_added_ok"] = "El nuevo álbum ha sido añadido correctamente.";
-$messages["name"] = "Nombre";
-$messages["children"] = "Hijos";
-$messages["see"] = "Ver";
-$messages["view"] = "Mostrar";
-$messages["number_of_channels"] = "Número de canales";
-$messages["length"] = "Duración";
-$messages["number_of_files"] = "Número de archivos";
-$messages["compressed_size"] = "Tamaño comprimido";
-$messages["uncompressed_size"] = "Tamaño sin comprimir";
-$messages["resource_file"] = "Archivo que desea añadir";
-$messages["add_to_album"] = "Add the file to the following album";
-$messages["edit_resource_album"] = "Editar Álbum";
-$messages["error_loading_resource_album"] = "Se produjo un error cargando el álbum.";
-$messages["error_album_id_parameter_missing"] = "El identificador de álbum no es correcto.";
-$messages["error_album_parent_id_parameter_missing"] = "El identificador de álbum padre no es correcto.";
-$messages["error_updating_resource_album"] = "Se produjo un error actualizando el álbum.";
-$messages["resource_album_updated_ok"] = "El álbum \"%s\" fue actualizado correctamente.";
-$messages["error_must_give_album_name"] = "Debe dar un nombre para el álbum.";
-$messages["error_adding_album"] = "Hubo un error añadiendo el nuevo álbum.";
-$messages["album_added_ok"] = "El nuevo álbum \"%s\" fue añadido correctamente.";
-$messages["resource_added_ok"] = "El nuevo archivo fue añadido correctamente.";
-$messages["error_resource_forbidden_extension"] = "The resource could not be added because it had a forbidden extension.";
-$messages["error_resource_too_big"] = "El archivo no pudo añadirse porque es demasiado grande.";
-$messages["error_uploads_disabled"] = "El archivo no pudo añadirse porque la posibilidad de enviar archivos al servidor ha sido desactivada.";
-$messages["error_adding_resource"] = "Se produjo un error añadiendo el nuevo archivo.";
-$messages["error_loading_resource"] = "Se produjo un error cargando el archivo.";
-$messages["error_updating_resource"] = "Se produjo un error actualizando el archivo.";
-$messages["resource_updated_ok"] = "El archivo \"%s\" fue actualizado correctamente.";
-$messages["error_no_resources_selected"] = "No se seleccionó ningun archivo para eliminar.";
-$messages["resource_deleted_ok"] = "El archivo \"%s\" fue eliminado correctamete.";
-$messages["error_deleting_resource"] = "Se produjo un error eliminando el archivo \"%s\".";
-$messages["error_no_resource_uploaded"] = "No se envió ningun archivo al servidor.";
-$messages["blockedHosts"] = "Hosts Bloqueados";
-$messages["global_blocked_hosts"] = "Hosts Bloqueados Globalmente";
-$messages["newBlockedHost"] = "Bloquear Host";
-$messages["blogSecurity"] = "Seguridad";
-$messages["security_welcome"] = "Bienvenido a la zona de seguridad!";
-$messages["mask"] = "Máscara";
-$messages["reason"] = "Razón";
-$messages["access_blocked"] = "Bloqueo completo de acceso";
-$messages["posting_blocked"] = "Bloqueo de envío de comentarios";
-$messages["block_host_intro"] = "Cualquier host añadido aquí será bloqueado. El tipo de bloqueo depende de lo que sea seleccionado en \"tipo\". Por favor vea <a href=\"javascript:help_window('admin.php?op=Help?helpId=newBlogBlockedHost');\">la Ayuda</a> para obtener información más detallada sobre como funciona el bloqueo de direcciones.";
-$messages["global_block_host_intro"] = "Cualquier host añadido aquí será bloqueado en todos las bitácoras de este servidor. El tipo de bloqueo depende de lo que sea seleccionado en \"tipo\". Por favor vea <a href=\"javascript:help_window('admin.php?op=Help&helpId=newBlogBlockedHost');\">la ayuda relacionada</a> para más información sobre esta funcionalidad.";
-$messages["block_type"] = "Tipo de bloqueo";
-$messages["error_invalid_ip_address"] = "La dirección IP no es válida.";
-$messages["error_must_create_album_first"] = "Debe crear primero un álbum antes de añadir cualquier archivo.";
-$messages["error_resource_is_not_an_image"] = "El archivo seleccionado no es una imágen.";
-$messages["error_generating_resource_preview"] = "Se produjo un error regenerando la preview de esta imágen.";
-$messages["resource_preview_generated_ok"] = "La preview de la imágen fue generada correctamente.";
-$messages["regenerate_preview"] = "Regenerar Preview";
-$messages["show_album"] = "Mostrar Álbum";
-$messages["show_album_when_browsing"] = "Mostrar este álbum a los usuarios que visiten nuestra lista de archivos y álbums";
-$messages["assigned_to_blog"] = "Asignar el usuario a la siguiente bitácora";
-$messages["clean_up"] = "Limpiar";
-$messages["purge_info"] = "La función de limpiar eliminará físicamente todos los artículos que hayan sido marcados como 'Eliminados'. Si no,
-esos artículos seguirán en la base de datos (por si acaso el usuario decidiera recuperar alguno de ellos!) y pueden
-potencialmente terminar ocupando mucho espacio. Si está seguro que desea eliminar dichos artículos, use el siguiente botón.";
-$messages["spam_info"] = "
-Se pueden guardar los comentarios marcados como spam en la base de datos con el propósito de usarlos para
-entrenar el filtro anti-spam. Una vez el filtro ya ha sido entrenado, no tiene sentido mantenerlos en la base de
-datos y si desea eliminarlos, por favor use el siguiente botón.";
-$messages["no_spam"] = "No Spam";
-$messages["spam"] = "Spam";
-$messages["mark_as_spam"] = "Marcar com spam";
-$messages["mark_as_no_spam"] = "Marcar como no spam";
-$messages["enable_comments_for_post"] = "Permitir comentarios en este artículo";
-$messages["close_window"] = "Cerrar";
-$messages["newResource"] = "Añadir Archivo";
-$messages["add_resource_preview"] = "Añadir Preview";
-$messages["newResourceAlbum"] = "Añadir Álbum";
-$messages["show_main_page"] = "Mostrar en Portada";
-$messages["purge_spam_comments"] = "Eliminar Comentarios Marcados Como Spam";
-$messages["purge_posts"] = "Limpiar";
-$messages["keep_spam_comments"] = "Guardar comentarios marcados como spam";
-$messages["throw_away_spam_comments"] = "Rechazar comentarios spam";
-$messages["error_adding_blocked_host"] = "Se produjo un error añadiendo el nuevo host.";
-$messages["blocked_host_added_ok"] = "El host %s ha sido añadido a la lista de hosts bloqueados.";
-$messages["error_no_blocked_hosts_selected"] = "No se seleccionó ningun host para eliminar.";
-$messages["blocked_host_deleted_ok"] = "Host \"%s\" eliminado correctamente.";
-$messages["error_deleting_blocked_host"] = "Se produjo un error eliminando el host \"%s\"";
-$messages["edit_blocked_host"] = "Editar Host Bloqueado";
-$messages["blocked_host_updated_ok"] = "El host fue actualizado correctamente.";
-$messages["error_fetching_blocked_host"] = "Se produjo un error cargando el host.";
-$messages["error_updating_blocked_host"] = "Se produjo un error actualizando el host.";
-$messages["thumbnail_format"] = "Formato de la previsualización";
-$messages["same_as_image"] = "Mismo que la imágen original";
-$messages["same"] = $messages["same_as_image"];
-
-$messages["help_locale_folder"] = "Directorio donde están guardados los archivos con las traducciones.";
-$messages["help_default_locale"] = "Lenguaje por defecto que será usado cuando se cree una nueva bitácora.";
-$messages["help_xmlrpc_api_enabled"] = "Activa o desactiva la interfaz XMLRPC";
-$messages["default_rss_profile"] = "Version o perfil de RSS que será usado por defecto, si no se especifica otro.";
-$messages["help_security_pipeline_enabled"] = "Activa las medidas de seguridad. Si se desactiva, se desactivarán también todas las medidas de seguridad así que es recomendable dejarlo activado y activar o desactivar las medidas de seguridad individualmente.";
-$messages["help_ip_address_filter_enabled"] = "Activa el filtro de direcciones IP.";
-$messages["help_content_filter_enabled"] = "Activa un filtro de contenido muy simple basado en expresiones regulares. El filtro bayesiano es normalmente una mejor opción.";
-$messages["help_maximum_comment_size"] = "Tamaño máximo que un comentario puede tener, en bytes.";
-$messages["help_bayesian_filter_enabled"] = "Activa o desactiva el filtro bayesiano.";
-$messages["help_bayesian_filter_spam_probability_treshold"] = "Valor mínimo en el cual un comentario es considerado spam. Debe ser un valor entre 0.01 y 0.99";
-$messages["help_bayesian_filter_nonspam_probability_treshold"] = "Valor maximo en el cual un comentario es considerado no spam con total seguridad. Cualquier comentario con un valor entre estos dos límites será considerado no spam, pero tal vez eso suceda porque el filtro necesite más entrenamiento.";
-$messages["help_bayesian_filter_min_length_token"] = "Mínima longitud de un token.";
-$messages["help_bayesian_filter_max_length_token"] = "Máxima longitud de un token.";
-$messages["help_bayesian_filter_number_significant_tokens"] = "Número de tokens significativos que un comentario debe tener.";
-$messages["help_bayesian_filter_spam_comments_action"] = "Qué hacer con los comentarios que se consideran spam. Pueden ser o bien eliminados directamente o guardados en la base de datos. La segunda opción es recomendable cuando nuestro filtro no haya sido muy entrenado todavía y cometa errores de vez en cuando.";
-$messages["help_path_to_convert"] = "La herramienta 'convert' del paquete ImageMagick es necesaria si elegimos 'ImageMagick' como sistema para crear las previsualizaciones de imágenes.";
-$messages["help_thumbnail_height"] = "Máxima altura de las previsualizaciones.";
-$messages["help_resources_folder"] = "Directorio donde se guardaran los archivos que hayamos añadido a nuestra bitácora. No tiene porque necesariamente ser un directorio dentro de la estructura de nuestro servidor web, si no queremos que los usuarios puedan curiosear en los archivos que tengamos ahí guardaados. El servidor de archivos de pLog se encargará de buscar el archivo y servirlo correctamente.";
-$messages["help_thumbnails_keep_aspect_ratio"] = "Mantener la relación entre altura y anchura de las previsualizaciones";
-$messages["help_resources_enabled"] = "Activa o desactiva el 'Área de Archivos'.";
-$messages["help_thumbnail_method"] = "Sistema que se usará para generar previsualizaciones. Si elegimos 'ImageMagic', también habrá que configurar donde encontrar la herramienta 'convert', debajo.";
-$messages["help_thumbnail_width"] = "Anchura máxima de las previsualizaciones.";
-$messages["external_interfaces"] = "Interfícies Externas";
-$messages["none"] = "ninguno";
-$messages["security_settings"] = "Configuración de Seguridad";
-$messages["bayesian_filter_settings"] = "Configuración del filtro Bayesiano";
-$messages["resources_settings"] = "Archivos e Imágenes";
-$messages["help_thumbnail_format"] = "Formato por defecto que será usado para generar las previsualizaciones de imágenes. Si se selecciona 'Mismo que la imágen original', las previsualizaciones serán creaadas y guardadas en el mismo formato que la imágen original de donde fueron creados.";
-$messages["edit"] = "Editar";
-$messages["help_disable_javascript_calendar"] = "Desactiva el calendario basado en Javascript y DHTML usado cuando se crea o edita un artículo, en el caso de que el navegador del usuario no sea compatible.";
-
-$messages["audio_codec"] = "Codec de audio";
-$messages["video_codec"] = "Codec de vídeo";
-$messages["sample_rate"] = "Velocidad de muestreo";
-$messages["files"] = "Archivos";
-$messages["created"] = "Creado";
-$messages["generated"] = "Generated";
-$messages["about"] = "Sobre mi...";
-$messages["menu"] = "Menú";
-$messages["albums"] = "Álbums";
-$messages["template_file"] = "Archivo con la plantilla";
-$messages["download"] = "Descargar";
-$messages["error_no_albums_defined"] = "No hay álbums disponibles en esta bitácora.";
-$messages["error_fetching_album"] = "Hubo un error buscando el álbum especificado.";
-//
-// help messages //
-//
-
-//
-// translators: the following help messages have changed a little since last version, due to a few
-// new features built on top of previous features
-//
-$messages["help_editArticleCategories"] = "<p>This is a listing with all the post categories that
-have been created so far. There must be at least one category before you can add an article, since
-every article has to be categorized under a category. The <b>'Articles'</b> column shows how many
-articles have been categorized under the given category. In the same way, a category can't be deleted
-if it has an article assigned it; you must first remove all the articles and then you will be allowed
-to remove the category.</p>
-<p>You can delete more than one category at the same time by cheching their <b>'Delete'</b> column
-and then clickin on the <b>'Delete Selected'</b> button.</p>
-<p>The <b>'Show In Main Page'</b> column shows whether this category is included in the main page or if alternatively,
-it can also be seen when clicking its link. Edit the category itself to enable/disable this feature.</p>";
-
-$messages["help_newArticleCategory"] = "<p>From here you can add a new post category to the blog. All
-what you need to provide is a name for the new category. Once it has been created, it will be available
-for posts to be categorized under.</p>
-<p>You can disable the 'Show cateory in main page' checkbox if you don't want this category to be shown in the
-main page of the site. If disabled, posts included in this category will only be shown when browsing this
-specific category, by clicking its link.</p>";
-
-$messages["editArticleCategory"] = "<p>Please provide a new name for the category you are updating. Also,
-define whether you would like to show posts belonging to this cateogry in the main page or not.</p>";
-
-$messages["help_newPost"] = "<p>Use this page to add a new post to your journal. You should provide a topic or subject
-for your post as well as some text for your post. Once you have finished, press the <b>'Add'</b> button and the post
-will automatically be included in your page. Please note that you have to set the status of the post
-to <b>'Published'</b> if you want it to appear in front page. Use the <b>'Draft'</b> status when you can't finish posting
-now but you would like to save what you have typed so far for later revision.</p>
-<p>You can also classify the post under any of the categories you have previously created. Simply set
-the <b>'Category'</b> field to the one you most like.</p>
-<p>If you would like to receive an email notifying about a new post, please check the corresponding
-checkbox.</p>
-<p>Check the box where it says </b>'Find links in the post...'</b> if after adding the post, you
-would like to send trackback pings to the hosts that support it. Your post will be scanned for
-links and you will have the possibility to choose which ones to send trackback pings to.</p>
-<p>You can use the <b>'Add Resource'</b> links to add a link to an album or to one or more resources in your posts.
-You can add a preview of the resource with a link to it or even the resource itself, be it an image, video or any
-kind of file. Please use the <i>'Resource Center'</i> section to manage your file resources.</p>
-<p>Use the <b>'Enable comments for this post'</b> checkbox depending on whether you would like to enable or
-disable comments for this post. Some special code in the template is needed for this to work correctly, but it is at
-least known to work with the set of default templates.</p> ";
-
-$messages["help_editPosts"] = "<p>Use this page to edit a post from your journal. The information from the
-post has already been provided and now you can make your changes. Once you have finished, press the <b>'Update'</b> button and the post
-will updated. Please note that you have to set the status of the post
-to <b>'Published'</b> if you want it to appear in front page. Use the <b>'Draft'</b> status when you can't finish posting
-now but you would like to save what you have typed so far for later revision.</p>
-<p>If you would like to receive an email notifying about a new post, please check the corresponding
-checkbox.</p>
-<p>More information about the different options <a href=\"admin.php?op=Help&helpId=newPost\">here</a>.</p>";
-
-$messages["help_blogSettings"] = "<p>From this page you can change some of the settings that control the
-behaviour or appearance of this journal. These are the settings: <ul>
-<li><b>Permanent URL</b>: This is the URL where this blog is running and that can be used to
-link to it. It can't be changed.</li>
-<li><b>Name of the blog</b>: This is a text string with a descriptive name of the blog. If using the
-default templates, it is the text displayed on top of every page.</li>
-<li><b>Long descriptive text about this blog</b>: This is a longer text that can optionally be
-displayed in some kind of page giving more detailed information about the page. It can be left
-blank if not needed.</li>
-<li><b>Language used to display the texts</b>: You can select one of the available languages. This
-language will be used to display the texts (not your own articles!) and format things like dates
-and numbers using the correct settings. More languages can be installed at any time.</li>
-<li><b>Items in the main page</b>: Set this to the number of posts you would like to have
-in the main page. The more posts, the longer it will take for users to download your page. Minimum
-number of posts it one.</li>
-<li><b>Items shown as recent</b>: Set this to the number of posts you would like to be shown as
-<b>'Recent'</b>, that is, the posts that have been posted earlier. Minimun amount is one.</li>
-<li><b>Template used to render the contents</b>: pLog allows to have more than one template
-to show the same content. You can choose here the most appropiate one for you journal, from the ones
-that have been installed by the administrator.</li>
-<li><b>Show the whole post int he main or only the part that was typed in the 'Text' box?</b>: Set this to <b>'Yes'</b> if you would like pLog
-to automatically add a 'More...' link to your posts on the main page just after the text you typed
-in the text box labeled 'Text'. The text typed in the second text box will only be shown to the user
-when clicking on the
-setting below) This feature is useful since it makes your frontpage less cluttered and also
-smaller. However, it has some problems if there is a lot of HTML code in the page.</li>
-<li><b>Enable WYSIWYG edition of texts</b>: Set this to yes if you would like to have the possibility
-to see how your posts look in real time. This feature is only available for users using either
-Internet Explorer 5.5 or higer and Mozilla 1.3b or higher.</li>
-<li><b>Enable comments</b>: Set this to yes if you would like to allow your users to make comments to your
-posts. This will globally affect all your posts and all your users.</li>
-<li><b>Order in which comments appear</b>: Set it to \"Oldest first\" if you would like to see
-the older comments first in the list, or set it to \"Newest first\" to see them in
-reverse chronological order.</li>
-<li><b>Time difference in hours between the server and you</b>: You can use this setting to make pLog automatically
-add or substract an amount of hours to each date in the blog. It is useful for example when the server where the blog
-is hosted and the person who is using it are in different time zones. Telling pLog that there is a difference of
-+3 hours, will make that all dates appear with such time difference applied.</li>
-</ul></p>";
-
-//
-// translators: the ones below are already new
-//
-$messages["help_resourceCenter"] = "From the resource center, you will be able to manage your files, group them in albums,
-manage those albums and edit any of them.";
-
-$messages["help_newResourceAlbum"] = "<p>You need at least one album to group your resources. From here you will be allowed
-to add a new album, simply providing a name and a description for it. Only the name field is mandatory, being
-the description field optional.</p>
-<p>Use the <b>'Parent album'</b> field to set whether this is a top-level album or if it is a sub-album and has
-another album as a parent.</p>";
-
-$messages["help_resourceAlbums"] = "<p>This is a list including all the resource albums that have been created so far
-in this site. For each album, several of its properties can be seen at a glance: its name, a link to its child
-albums (if any) and its amount, a link to its resources and its amount, whether the album is public or
-private and a checkbox to delete as many of them as needed.</p>
-<p>You can read more on the <b>'Show Album'</b> feature here <a href=\"admin.php?op=Help&helpId=editResourceAlbum\">here</a></p>";
-
-$messages["editResourceAlbum"] = "<p>From here you can edit the properties of a resource album. Almost all the fields
-are the same as <a href=\"admin.php?op=Help&helpId=newResourceAlbum\">here</a> except the
-<b>'Show album to users'</b> checkbox. If enabled, this album will be visible to users who browse our
-collection of albums and resources. If not, it will not be shown in the public side. This is useful in cases when
-we want to keep some of the albums secret and don't want users peeking at them.</p>";
-
-$messages["help_newResource"] = "<p>You will be able to upload new resources to your blog from this section. Any kind of file
-can be uploaded to the site but pLog is capable of handling and extracting some useful information from some
-of them, such as images, videos, zip files and music files.</p>
-<p>First of all, find the file you would like to upload. Then, provide a description for it (mandatory field)
-and finally select to which album would you like this resource to belong to. It is not possible to have a resource
-file that does not belong to any album. Once you are ready, click the <b>'Add Resource'</b> button and the file
-will be added to the blog.</p>
-<p>Please keep in mind that uploads need to be enabled for this to work, and if the blog administrator has
-set a list of forbidden file types that cannot be uploaded, the file will not be allowed in the site. The resource
-framework also needs to be enabled. All these settings can be modified by a user with administrator privileges
-from the <b>'Global Settings'</b> section.</p>
-<p>This feature requires a folder with write permission in the web server.</p>";
-
-$messages["help_resources"] = "<p>From here you will have access to all the resource files that have been uplaoded
-in the blog. Files will be shown under the album to which they belong. For every resource file, it will be
-possible to edit its properties, view it as any normal user will see it and mark it for deletion. Pressing the
-<b>'Delete Selected'</b> button from the bottom of the screen will delete those resources that have been
-marked.</p>
-<p>Click the folder icon to navigate to the contents of an albu, or the <b>'Edit'</b> to go to the album
-properties page. Use the <b>'..'</b> link to go up one level. Clicking a resource name or preview (if available)
-will take you to the resource properties page where you will be able to change some of the settings of the
-selected resource.";
-
-$messages["help_blogSecurity"] = "From this section you will be able to edit set up some basic security mechanisms that
-are provided by pLog. The changes you make here will only affect your blog and not everybody else's.";
-
-
-$messages["help_blogBlockedHosts"] = "This is a list with all the hosts that have been blocked so far in this blog. At
-a glance, it is possible to see for each host the reason why it was blocked, the date when it was blocked and
-the type of the block applied. Lastly, you can also select any of the host blocking rules and press the
-<b>'Delete Selected'</b> button when you are sure that you want to remove those rules.";
-
-$messages["help_newBlogBlockedHost"] = "<p>This section will allow you to block a specific address or entire subnet from your Blog. You can select if you want them to be able to see it, but unable to post or simply unable to access it at all. Copy the offending address into the spaces provided and choose the proper subnet address space if necessary. Example: To block just the address of 192.168.1.123 you would choose the '32 bits' option to match the entire address. This blocks just this one address and works well for banning someone with a Static IP address. If you're seeing multiple IP Addresses for a particular individual (say 192.168.1.123, 192.168.1.225, 192.168.1.21 and 192.168.1.67) then you will want to ban a particular subnet range. Enter one of the IP Addresses that you see and choose '24 bits', '16 bits' or '8 bits' to match the first 3 sections, first 2 sections or the first section respectively.<br/>
-<br/>
-<b>EXAMPLES</b>:<br/>
-<br/>
-192.168.1.123 - 32 bits: Matches only the 192.168.1.123 address<br/>
-192.168.1.123 - 24 bits: Matches any address that starts with 192.168.1<br/>
-192.168.1.123 - 16 bits: Matches any address that starts with 192.168<br/>
-192.168.1.123 - 8 bits: Matches any address that starts with 192<br/>
-</p>
-<p>The <b>'Block type'</b> drop-down list will allow you to choose whether to block this host from
-completely accessign the site (an error page will be sent to the client's browser whenever trying to access) or
-simply block it from posting new comments. If the latter is chosen, the host will still be allowed to read
-articles and other people's comments.</p>
-<p>You can also attach a reason/description to this host blocking rule, so that you can remember in the future why
-it was set up.</p>";
-
-$messages["editBlogBlockedHost"] = "You will be able to edit a host blocking rule from this section. The options
-available are exactly the same as in <a href=\"admin.php?op=Help&helpId=newBlogBlockedHost\">here</a>.";
-
-
-$messages["help_blockedHosts"] = "This is a list with all the hosts that have been blocked so far system-wide.
-Clicking a rule IP address will allow us to edit the settings of that rule. These rules always take
-precedence over blog-speficic rules, so that if one these global rules matches a host, all the other after
-it will be ignored.";
-
-$messages["help_newBlockedHost"] = "From here it is possible to add a new <b>global</b> host-blocking rule. See
-<a href=\"admin.php?op=Help&helpId=newBlogBlockedHost\">here</a> for more information about the options
-available.";
-
-$messages["editBlockedHost"] = "You will be able to edit a host blocking rule from this section. The options
-available are exactly the same as in <a href=\"admin.php?op=Help&helpId=newBlogBlockedHost\">here</a>.";
-
-$messages["editFilteredContent"] = "This page will allow you to edit a content filtering rule. The options
-are exactly the same as in <a href=\"admin.php?op=Help&helpId=newBlogFilteredContent\">here</a>.";
-
-/////
-$messages["blogBlockedHosts"] = $messages["blockedHosts"];
-$messages["newBlogBlockedHost"] = $messages["newBlockedHost"];
-$messages["newBlogUser"] = $messages["createUser"];
-
-//
-// text of the post that will be added to each blog when they sign-up via the register.php script
-//
-$messages["register_default_category"] = "General";
-$messages["register_default_article_text"] = "If you can read this, it means that your signup and registration was successful and that you can start blogging.";
-$messages["register_default_article_topic"] = "Congratulations, it worked!";
-
-//
-// summary templates text
-//
-
-$messages["summary_title"] = "Sumario de blogs";
-$messages["summary_section_main"] = "Portada";
-$messages["summary_section_main_link_title"] = "P·gina principal";
-$messages["summary_section_register"] = "Crea tu blog!";
-$messages["summary_section_register_link_title"] = "Crea un nuevo blog";
-$messages["summary_section_blog_list"] = "Listado blogs";
-$messages["summary_section_blog_list_link_title"] = "Listado de blogs de este sitio";
-$messages["summary_section_faq"] = "Preguntas frecuentes";
-$messages["summary_section_faq_link_title"] = "Preguntas Frecuentes";
-$messages["summary_welcome_title"] = "Bienvenido a pLog!";
-
-$messages["summary_most_active_blogs"] = "Blogs m·s activos";
-$messages["summary_newest_blogs"] = "Blogs nuevos";
-$messages["summary_most_commented_articles"] = "ArtÌculos m·s comentados";
-$messages["summary_most_read_articles"] = "ArtÌculos m·s leidos";
-
-$messages["summary_faq"] = "Preguntas frecuentes";
-$messages["summary_faq_question"] = "øQuÈ es esto?";
-$messages["summary_faq_description"] = "DeberÌas usar esta secciÛn para aÒadir algunas de las preguntas m·s frecuentes relativas a tu servicio de blogs. Este apartado sÛlo es una sugerencia y por tanto puedes adaptarlo como quieras. :) Edita el fichero templates/summary/faq.template para cambiar los contenidos de esta p·gina.";
-
-$messages["summary_login"] = "AdministraciÛn";
-$messages["summary_other_stuff"] = "Otros (para links, ...)";
-$messages["summary_plog_logo"] = "øQuÈ tal el logo del proyecto aquÌ? ;)";
-
-$messages["summary_blog_list"] = "Listado de blogs";
-$messages["summary_last_updated"] = "?ltima actualizaciÛn";
-$messages["summary_author"] = "Autor:";
-$messages["summary_articles"] = "artÌculos";
-$messages["summary_reads"] = "lecturas";
-
-$messages["summary_welcome_message"] = "<h4 class=\"question\">QuÈ es este sitio?</h4>
- <p>Deberias usar esta zona para dar algo de informaciÛn sobre tu sitio.</p>
-
- <ul>
- <li>Sigue los siguientes enlaces para m·s informaciÛn: <br />
- <a href=\"summary.php?op=Faq\">Preguntas frecuentes</a></li>
- <li><a href=\"register.php\">Crear un nuevo blog</a></li>
- </ul>";
-
-$messages["summary_latest_posts"] = "?ltimos artÌculos";
-$messages["summary_in"] = "en";
-$messages["summary_posted_by"] = "Escrito por";
-
-//
-// register templates text
-//
-$messages["register_error"] = "Error";
-$messages["register_error_message"] = "Ha habido un error:";
-$messages["register_errors"] = "Ha habido algunos errores en el proceso, por favor comprueba y corrige los errores:";
-$messages["register_new_blog_step1_title"] = "Crea tu blog (1/3)";
-$messages["register_step1_fill_in_title"] = "Tienes que rellenar este formulario para poder registrar un blog.";
-$messages["register_step1_description"] = "<p>
-Antes que nada necesitas crear un usuario. Elige un nombre de usuario para tu cuenta, este sera considerado como el propietario del blog.
-</p>
-<p>
-Por favor no olvides tu password! No hay ning?n mÈtodo autom·tico para recuperarlo.
-</p>";
-$messages["register_step1_legend"] = "Rellena los siguientes campos";
-$messages["register_username"] = "Usuario:";
-$messages["register_password"] = "Password:";
-$messages["register_password_confirmation"] = "ConfirmaciÛn del password:";
-$messages["register_email"] = "Email:";
-$messages["register_email_comment"] = "(para la notificaciÛn de comentarios, ...)";
-
-$messages["register_next"] = "Siguiente »";
-
-$messages["register_new_blog_step2_title"] = "Crea tu blog (2/3)";
-$messages["register_user_created"] = "Tu usuario ha sido creado correctament! Ahora ya podemos registrar tu blog personal.";
-$messages["register_step2_description"] = " <p>
-Simplemente nos tienes que proporcionar un nombre para tu diario. M·s tarde si lo crees oportuno lo puedes cambiar.
- </p>";
-$messages["register_step2_blog_name"] = "Nombre de tu nuevo blog:";
-
-$messages["register_new_blog_step4_title"] = "Gracias! (3/3)";
-$messages["register_new_blog_step3_description"] = "
- <p>
- El registro se ha realizado correctamente. Tu nuevo usuario y tu nuevo blog han sido creados correctamente, ahora ya puedes entrar en la zona de admnistraciÛn y empezar a escribir!
- </p>";
-$messages["register_step4_admin_link"] = "
- <p>
- Pulsa <a href=\"admin.php\">aquÌ para ir a la administraciÛn</a> si quieres empezar a escribir.
- </p>";
-$messages["register_step4_blog_link1"] = "
- <p>
- O pula <a href=\"";
-
-$messages["register_step4_blog_link2"] = "
-aquÌ\">para ir a ver tu nuevo blog.</a>.
- </p>";
-
-$messages["register_step4_final_message"] = "
- <p>
- øFeliz blogging!
- </p>";
-
-
-$messages["register_error_incorrect_username"] = "Nombre de usuario incorrecto o el usuario ya existe, por favor elija otro.<br/>";
-$messages["register_error_incorrect_email"] = "Email incorrecto. <br/>";
-$messages["register_error_user_already_exist"] = "Ya hay un usuario con este nombre elige otro.<br/>";
-$messages["register_error_incorrect_password"] = "El password no es correcto. <br/>";
-$messages["register_error_passwords_dont_match"] = "Los passwords no coinciden. <br/>";
-$messages["register_error_adding_user"] = "Error creando el usuario: ";
-$messages["register_error_creating_blog"] = "Ha habido un error creando el blog";
-$messages["register_error_blog_name"] = "Debes elegir otro nombre para tu blog.<br/>" ;
-
-?>
\ No newline at end of file
Deleted: plog/trunk/locale/locale_et_EE.php
===================================================================
--- plog/trunk/locale/locale_et_EE.php 2005-01-29 15:29:38 UTC (rev 872)
+++ plog/trunk/locale/locale_et_EE.php 2005-01-29 15:52:14 UTC (rev 873)
@@ -1,1285 +0,0 @@
-<?php
-
-// Eesti keele fail pLog-le
-// Tõlkisin siis kõik külalisele kuvatavad asjad ära.
-// Admini asi on veel tõlkimata. Palun väga, tõlkige ära keegi.
-// Strom <strom at masendav.org>
-
-// set this to the encoding that should be used to display the pages correctly
-$messages["encoding"] = "iso-8859-15";
-$messages["locale_description"] = "Eesti keele fail pLog-i jaoks";
-// days of the week
-$messages["days"] = Array( "Pühapäev", "Esmaspäev", "Teisipäev", "Kolmapäev", "Neljapäev", "Reede", "Laupäev" );
-// -- compatibility, do not touch -- //
-$messages["Esmaspäev"] = $messages["days"][1];
-$messages["Teisipäev"] = $messages["days"][2];
-$messages["Kolmapäev"] = $messages["days"][3];
-$messages["Neljapäev"] = $messages["days"][4];
-$messages["Reede"] = $messages["days"][5];
-$messages["Laupäev"] = $messages["days"][6];
-$messages["Pühapäev"] = $messages["days"][0];
-
-// abbreviations
-$messages["daysshort"] = Array( "P", "E", "T", "K", "N", "R", "L" );
-// -- compatibility, do not touch -- //
-$messages["E"] = $messages["daysshort"][1];
-$messages["T"] = $messages["daysshort"][2];
-$messages["K"] = $messages["daysshort"][3];
-$messages["N"] = $messages["daysshort"][4];
-$messages["R"] = $messages["daysshort"][5];
-$messages["L"] = $messages["daysshort"][6];
-$messages["P"] = $messages["daysshort"][0];
-
-// months of the year
-$messages["months"] = Array( "Jaanuar", "Veebruar", "Märts", "April", "Mai", "Juuni", "Juuli", "August", "September", "Oktoober", "November", "Detsember" );
-// -- compatibility, do not touch -- //
-$messages["Jaanuar"] = $messages["months"][0];
-$messages["Veebruar"] = $messages["months"][1];
-$messages["Märts"] = $messages["months"][2];
-$messages["April"] = $messages["months"][3];
-$messages["Mai"] = $messages["months"][4];
-$messages["Juuni"] = $messages["months"][5];
-$messages["Juuli"] = $messages["months"][6];
-$messages["August"] = $messages["months"][7];
-$messages["September"] = $messages["months"][8];
-$messages["Oktoober"] = $messages["months"][9];
-$messages["November"] = $messages["months"][10];
-$messages["Detsember"] = $messages["months"][11];
-
-$messages["message"] = "Teade";
-$messages["error"] = "Viga";
-
-$messages["date"] = "Kuupäev";
-
-// miscellaneous texts
-$messages["of"] = "of";
-$messages["recently"] = "Uusimad...";
-$messages["comments"] = "Kommentaarid";
-$messages["comment on this"] = "Kommenteeri";
-$messages["my_links"] = "Minu lingid";
-$messages["archives"] = "Arhiivid";
-$messages["search"] = "Otsi";
-$messages["calendar"] = "Kalender";
-$messages["categories"] = "Kategooriad";
-$messages["search_s"] = "Otsi";
-$messages["link_tracker"] = "Lingi jälgija";
-$messages["search_this_blog"] = "Otsi veebipäevikust:";
-$messages["about_myself"] = "Kes ma olen?";
-$messages["permalink_title"] = "Link arhiividele";
-$messages["permalink"] = "Link";
-$messages["posted_by"] = "Postitas";
-$messages["on_the"] = "on the";
-$messages["page"] = "leht";
-$messages["posted"] = "postitatud";
-
-$messages["reply"] = "Vasta";
-
-
-// add comment form
-$messages["add_comment"] = "Lisa kommentaar";
-$messages["comment_topic"] = "Pealkiri";
-$messages["comment_text"] = "Tekst";
-$messages["comment_username"] = "Nimi";
-$messages["comment_email"] = "E-Mail";
-$messages["comment_url"] = "Koduleht";
-$messages["comment_send"] = "Saada";
-$messages["comment_added"] = "Kommentaar lisatud!";
-$messages["comment_add_error"] = "Viga kommentaari lisades";
-
-
-$messages["article_does_not_exist"] = "See artikell ei eksisteeri";
-$messages["no_posts_found"] = "Ühtegi postitust ei leitud";
-$messages["user_has_no_posts_yet"] = "Kasutajal pole veel ühtegi posti";
-
-$messages["info_about_myself"] = "Natuke informatsiooni mu kohta...";
-$messages["back"] = "Tagasi";
-
-$messages["back_top"] = "Tagasi ülesse";
-
-$messages["post"] = "Saada";
-
-$messages["trackbacks_for_article"] = "Tagasijälitus artiklil";
-$messages["trackback_excerpt"] = "Väljavõte";
-$messages["trackback_weblog"] = "Veebipäevik";
-
-$messages["search_results"] = "Otsingu tulemused";
-$messages["search_matching_results"] = "Järgnevad postitused sisaldavad sinu otsitut: ";
-$messages["search_no_matching_posts"] = "Ühtegi posti ei leitud";
-
-$messages["see_all_link"] = "Vajuta siia, et näha kõiki postitusi";
-
-$messages["read_more"] = "(Veel)";
-
-$messages["anonymous_poster"] = "Anonüümne postitaja";
-
-$messages["syndicate"] = "SÜNDIKAAT";
-
-$messages["main"] = "Esileht";
-
-////// error messages /////
-$messages["error_fetching_article"] = "Sinu määratud artiklit ei ole.";
-$messages["error_fetching_articles"] = "Viga andmebaasi ühendamisel.";
-$messages["error_trackback_no_trackback"] = "Ühtegi tagasijälitajat ei leitud selle artikli kohta.";
-$messages["error_incorrect_article_id"] = "Artikli identiteet pole õige.";
-$messages["error_incorrect_blog_id"] = "Päeviku identiteet pole õige.";
-$messages["error_comment_without_text"] = "Sa peaksid vähemalt mingi teksti andma.";
-$messages["error_comment_without_name"] = "Sa peaksid vähemalt oma nime andma.";
-$messages["error_adding_comment"] = "Viga ilmnes kommentaari andmebaasi lisamisel.";
-$messages["error_incorrect_parameter"] = "Ebakorrektne parameeter.";
-$messages["error_parameter_missing"] = "Üks parameeter on soovist puudu.";
-$messages["error_blog_has_no_links"] = "Käesoleval veebipäevikul pole veel ühtegi linki.";
-$messages["error_comments_not_enabled"] = "Kommenteerimine on keelatud hetkel.";
-
-///////////////// //////////////////
-///////////////// STRINGS FOR THE ADMINISTRATION INTERFACE //////////////////
-///////////////// //////////////////
-
-
-////// help messages for the administration interface /////
-$messages["newPost"] = "<p>Use this page to add a new post to your journal. You should provide a topic or subject
-for your post as well as some text for your post. Once you have finished, press the <b>'Add'</b> button and the post
-will automatically be included in your page. Please note that you have to set the status of the post
-to <b>'Published'</b> if you want it to appear in front page. Use the <b>'Draft'</b> status when you can't finish posting
-now but you would like to save what you have typed so far for later revision.</p>
-<p>You can also classify the post under any of the categories you have previously created. Simply set
-the <b>'Category'</b> field to the one you most like.</p>
-<p>If you would like to receive an email notifying about a new post, please check the corresponding
-checkbox.</p>
-<p>Check the box where it says </b>'Find links in the post...'</b> if after adding the post, you
-would like to send trackback pings to the hosts that support it. Your post will be scanned for
-links and you will have the possibility to choose which ones to send trackback pings to.</p>";
-
-$messages["addPost"] = "<p>Your post has been successfully added to the database. Now you can select
-to which hosts you would like to send a trackback ping, so that they know you have written about them
-and can <i>track you back</i>.</p>";
-
-$messages["editComments"] = "There are all the comments that have been posted for the given post. Comments
-can not be edited but they can be deleted. The only mandatory field when posting comments is the
-\"name\" field, so the E-mail and Url columns could be empty. The IP Address field is the
-original IP address where this comment was posted from. You can delete
-as many as you need by checking the corresponding <b>'Delete'</b> checkbox and pressing the
-<b>'Delete selected'</b> button.";
-
-$messages["postStats"] = "<p>These are the statistics about the selected post. The first one is how
-many times this article has been read, but please keep in mind that this statistic might be
-meaningless if you have disabled the <b>'Read more...'</b> feature in the <b>'Blog Settings'</b>
-section.</p>
-<p>The referrers are the urls of all the hosts that visited this post, and the trackbacks table represents
-how many trackback pings have been received for this post. They can't be deleted or modified.</p>";
-
-$messages["editLinks"] = "<p>This is a list with all the links that have been added. Like posts, every
-link can be sorted in different categories and then displayed in the main page for visitors to see.</p>
-<p>For every link, you will see here its name, the url where it is pointing to and under which category
-it has been sorted. Finally you can also delete any of the links.</p>";
-
-$messages["newLink"] = "<p>You can add a new link from here. You have to provide at least a valid
-url and a name for the link. The description field is optional but useful to have more information
-about the link. You need at least one link category before you can add any link.</p>";
-
-$messages["editLinkCategories"] = "<p>This is a list with all the link categories that have been
-created. Like with posts, you need at least one link category before you can add any link. Clicking
-on the <b>'Links'</b> column will show all the links that belong to the category.</p>";
-
-$messages["newLinkCategory"] = "<p>The only thing you need to provide in order to have a new
-link category is a descriptive name for the category. Once the link category has been created,
-it will be available for links to be categorized under.</p>";
-
-$messages["userSettings"] = "<p>Things related to your user profile can be changed from this
-page. Please note that your username cannot be changed.<ul>
-<li><b>Password, Confirm Password</b>: If you would like to change your password, please type it in
-the first text box. Do the same in the second box to confirm that you entered the same password.</li>
-<li><b>Email address</b>: Please set this to a valid email address if you would like to use features
-such as the notification when a comment is received to a post. It is used only for internal
-purposes and will not be publicly displayed.</li>
-<li><b>Bio</b>: You can type here some information about yourself. It can be left empty.</li>
-</ul></p>";
-
-$messages["Stats"] = "<p>You can see from here all the referrers that have hit this site in the past.
-The <b>'Article'</b> column reflects which article was visited by the referrer or the value <b>'0'</b>
-if the referrer visited the main page or any other page which was not an article. Finally, the
-<b>'Last hit date'</b> column is the time of the last hit received from that referrer.</p>";
-
-$messages["editLink"] = "<p>You have to provide at least a url and a name for the link. The link must also
-be categorized under a category.</p>";
-
-$messages["editLinkCategory"] = "Please provide a new name for the link category you are updating.</p>";
-
-$messages["blogSelect"] = "Please select one of the operations from the menu.";
-
-$messages["Error"] = "There was an error while executing the requested operation. Please see
-the main page for more information regarding the error.";
-
-$messages["Message"] = "Please see the main page for more information regarding the message.";
-
-//////// strings for the administration interface ///////
-
-
-
-$messages["admin_interface_title"] = "pLog Administrative Interface";
-$messages["administration"] = "Administration";
-$messages["help"] = "Help";
-$messages["plog_help"] = "pLog Help";
-$messages["new_post"] = "New Post";
-$messages["posts"] = "Posts";
-$messages["admin_categories"] = "Categories";
-$messages["admin_links"] = "Links";
-$messages["link_categories"] = "Link Categories";
-$messages["settings"] = "Settings";
-$messages["logout"] = "Logout";
-
-// new post page
-$messages["topic"] = "Topic";
-$messages["text"] = "Text";
-$messages["category"] = "Category";
-$messages["status"] = "Status";
-$messages["status_draft"] = "Draft";
-$messages["status_published"] = "Published";
-$messages["status_deleted"] = "Deleted";
-$messages["status_all"] = "All";
-$messages["send_notification"] = "Notify me every time there is a comment.";
-$messages["send_trackback_pings"] = "Find links in the post and send trackback pings to the links that support the feature.";
-$messages["add_post"] = "Blog this!";
-
-$messages["xmlrpc_ping_ok"] = "XML-RPC Ping was correctly sent to ";
-$messages["error_sending_xmlrpc_ping"] = "There was an error sending an XML-RPC Ping to ";
-$messages["error_sending_xmlrpc_ping_message"] = "Error message was: ";
-
-$messages["preview"] = "Preview";
-$messages["post_added"] = "Post added";
-$messages["you_will_be_notified"] = "Additionally, You will be notified whenever there is some activity in this post.";
-$messages["post_added_not_published"] = "Post added but not published.";
-$messages["error_adding_post"] = "Error adding the post!";
-$messages["error_must_fill_all_fields"] = "You must fill in all the fields!";
-$messages["error_must_have_one_category"] = "You need to have at least one post category before adding a post";
-
-// send trackbacks page
-$messages["send_trackback_pings"] = "Send Trackback Pings";
-$messages["links_found"] = "The following links were found in your post. Please check the ones you
-would like to try to send a trackback ping (please note that this may take a while)";
-$messages["trackbacks_no_urls_selected"] = "No urls were selected and therefore no trackback pings were sent.";
-$messages["trackbacks_received_ok"] = "The following hosts received the trackback ping successfully:";
-$messages["trackbacks_no_trackback"] = "The following link did not have a valid trackback url: ";
-$messages["trackbacks_problems_sending"] = "There were some problems while sending the trackback pings to the following hosts.
-You can try to reach them again if you wish.";
-$messages["trackbacks_received_all_hosts"] = "All hosts successfully received the trackback ping.";
-$messages["ping_selected"] = "Ping selected sites";
-
-// edit posts
-$messages["author"] = "Author";
-$messages["category_all"] = "All";
-$messages["author_all"] = "All";
-$messages["update"] = "Update";
-$messages["date"] = "Date";
-$messages["stats"] = "Stats";
-$messages["delete"] = "Delete";
-
-$messages["delete_selected"] = "Delete Selected";
-
-// edit post
-$messages["edit_post"] = "Edit Post";
-$messages["error_getting_post_to_update"] = "There was an error fetching the post selected for update.";
-$messages["error_updating_post_in_database"] = "Error updating the post in the database.";
-$messages["post_successfully_updated"] = "Post successfully updated.";
-$messages["notification_removed"] = "The notification you had for this article has been removed.";
-
-// post statistics
-$messages["statistics_for_post"] = "Statistics for post ";
-$messages["error_fetching_post"] = "There was an error fetching the post.";
-$messages["times_post_has_been_read"] = "Times post has been read: ";
-$messages["referers"] = "Referrers";
-$messages["id"] = "Id";
-$messages["url"] = "Url";
-$messages["hits"] = "Hits";
-$messages["trackbacks"] = "Trackbacks";
-
-// post comments
-$messages["error_fetching_comments"] = "Error fetching article comments";
-$messages["comments_for_post"] = "Comments for post ";
-$messages["email"] = "E-Mail";
-$messages["ip_address"] = "IP Address";
-
-// delete comments
-//*** NEW ***//
-// please remove these comments after translating these lines
-$messages["error_no_comments_selected"] = "No comments were selected to delete.";
-$messages["error_deleting_comment"] = "There was an error deleting the comment ";
-$messages["comment_deleted_ok"] = "Comment with topic \"%s\" deleted successfully.";
-//*** NEW ***//
-// please remove these comments after translating these lines
-
-
-// categories list
-$messages["category_name"] = "Name";
-
-// removing posts
-$messages["post_cannot_be_deleted"] = "Post can not be deleted";
-$messages["no_posts_selected"] = "There were no posts selected to delete.";
-// %s = subject of the post, %d = identifier of the post. feel free to change its order
-// but if you remove them there will be no information about which post was removed...
-$messages["error_deleting_post"] = "Error deleting post \"%s\" (id = %d)";
-$messages["post_deleted_ok"] = "Post \"%2\$s\" successfully deleted (id = %1\$d)";
-
-// delete categories
-$messages["no_categories_selected"] = "There were no categories selected to delete.";
-$messages["error_category_has_articles"] = "Could not delete category \"%s\" because there is at least one
-article categorized under it. Please remove the article(s) first and then try again.";
-$messages["error_deleting_category"] = "Error deleting category \"%s\" from the database.";
-$messages["category_deleted_ok"] = "Category \"%s\" successfully deleted.";
-
-// add category
-$messages["add_new_category"] = "Add New Category";
-$messages["add_new_category_info"] = "Please provide a valid name for the new category.";
-//*** NEW ***//
-// please remove these comments after translating these lines
-$messages["category_added_ok"] = "Article category added successfully.";
-$messages["error_adding_article_category"] = "There wasn an error adding the new article category.";
-//*** NEW ***//
-// please remove these comments after translating these lines
-
-// edit categories
-$messages["edit_category"] = "Edit Category";
-$messages["please_provide_valid_category_name"] = "Please provide a valid name for the category.";
-
-// edit category
-//*** NEW ***//
-// please remove these comments after translating these lines
-$messages["error_incorrect_category_id"] = "Incorrect article category identifier";
-//*** NEW ***//
-// please remove these comments after translating these lines
-
-// update the category
-$messages["error_fetching_category"] = "There was an error fetching the category.";
-$messages["error_updating_category"] = "There was an error while updating the category.";
-//*** NEW ***//
-// please remove these comments after translating these lines
-$messages["error_empty_category_name"] = "You must provide a valid name for the category.";
-//*** NEW ***//
-// please remove these comments after translating these lines
-$messages["category_updated_ok"] = "Category updated successfully.";
-
-// edit links
-$messages["link_name"] = "Name";
-$messages["link_url"] = $messages["url"];
-$messages["link_category"] = $messages["category"];
-$messages["link_description"] = "Description";
-$messages["links"] = "Links";
-
-// edit a link
-$messages["error_provide_name_and_url"] = "You must at least provide a name and an url for the link.";
-$messages["error_invalid_link_id"] = "The link identifier is invalid or missing.";
-$messages["error_fetching_link"] = "There was an rrror fetching the link.";
-$messages["error_updating_link"] = "There was an error updating the link.";
-$messages["link_updated_ok"] = "Link successfully updated!";
-$messages["error_fetching_link_categories"] = "There was an error fetching the link categories.";
-
-// add a link
-$messages["add_new_link"] = "Add New Link";
-$messages["add_link"] = "Add Link";
-$messages["error_adding_link"] = "There was an error while adding the link.";
-$messages["link_added_ok"] = "Link successfully added.";
-$messages["error_provide_name_and_url"] = "You need to provide at least a valid name and address.";
-$messages["error_must_have_one_link_category"] = "You must have at least one link category before adding any link.";
-
-// delete a link
-$messages["error_no_links_selected"] = "No links were selected to delete.";
-$messages["error_removing_link"] = "Error removing link \"%s\" from the database.";
-$messages["link_deleted_ok"] = "Link \"%s\" successfully removed from the database.";
-
-// edit link categories
-$messages["add_link_category"] = "Add New Link Category";
-$messages["link_categories_help"] = "You must have at least one link category before adding any link.";
-$messages["link_category_name"] = "Name";
-$messages["link_category_links"] = "Links";
-
-// new link category
-$messages["new_link_category_info"] = "Link categories will help you to classify the different links you
-can have. You can also later on show your links grouped using these categories in the main page.";
-$messages["add_link_category"] = "Add Link Category";
-$messages["error_provide_link_category_name"] = "You must provide a valid name for the link category.";
-$messages["error_adding_link_category"] = "There was an error while adding the link category.";
-$messages["link_category_added_ok"] = "Link category successfully added.";
-
-// edit link category
-$messages["edit_link_category"] = "Edit Link Category";
-$messages["error_updating_link_category"] = "There was an error updating the link category.";
-$messages["link_category_updated_ok"] = "Link category updated successfully.";
-$messages["error_fetching_link_category"] = "Error fetching the link category.";
-$messages["error_incorrect_link_category_id"] = "Incorrecct link category identifier";
-
-
-// delete link categories
-$messages["error_no_link_category_selected"] = "No link categories were selected to delete.";
-$messages["error_links_in_link_category"] = "Category \"%s\" can not be deleted because it has links categorized
-under it. Please remove first all the links and then try again.";
-$messages["error_removing_link_category"] = "Error removing the category \"%s\".";
-$messages["link_category_deleted_ok"] = "Link category \"%s\" successfully removed.";
-// this error is shown when for some reason the category could not be fetched from the database
-// and we can't show its name
-$messages["error_removing_link_category_2"] = "Error removing link category with id = %d";
-
-// blog settings page
-$messages["blog_settings"] = "Blog Settings";
-$messages["user_profile"] = "User Profile";
-$messages["plugin_center"] = "Plugin Center";
-$messages["statistics"] = "Statistics";
-$messages["blog_name"] = "Blog name";
-$messages["long_blog_name"] = "Longer, descriptive text about this blog";
-$messages["language_used"] = "Language used to display the texts and dates";
-$messages["items_main_page"] = "How many items would you like to show in the main page?";
-$messages["items_as_recent"] = "How many items would you like to show as \"Recent\"?";
-$messages["template_used"] = "Choose a template that will define the look of your blog";
-$messages["cut_posts"] = "Cut posts that are too long and and a \"More...\" link?";
-$messages["cut_posts_after_characters"] = "How many characters would you like to allow before cutting the post?";
-$messages["enable_wysiwyg_edition"] = "Enable WYSIWYG edition of texts (only available for Internet Explorer 5.5 or higer and Mozilla 1.3b or higher)?";
-$messages["enable_comments"] = "Enable comments for all posts?";
-$messages["yes"] = "Yes";
-$messages["no"] = "No";
-$messages["error_invalid_locale"] = "Invalid value for the locale settings";
-$messages["error_incorrect_max_recent_items"] = "You must provide a valid value for the number of recent items you
-would like to show.";
-$messages["error_incorrect_number_of_posts"] = "You must provide a valid value for the number of posts you
-would like to show on the main page.";
-$messages["error_incorrect_template"] = "The value for the template is not correct.";
-$messages["error_no_blog_name"] = "You must provide a valid name for your blog.";
-$messages["error_incorrect_show_more_threshold"] = "You must provide a valid value for the
-number of characters to show of a post before cutting it and adding the \"More...\" link.";
-$messages["error_updating_settings"] = "There was an error while updating the settings of the blog.";
-$messages["blog_settings_updated_ok"] = "Blog settings updated succesfully!";
-$messages["permanent_blog_url"] = "Permanent URL for this blog (read only)";
-
-// user profile page
-$messages["username"] = "Username";
-$messages["password"] = "Password";
-$messages["confirm_password"] = "Confirm Password";
-$messages["email_address"] = "Email address";
-$messages["bio"] = "Bio";
-$messages["empty_no_change"] = "Leave empty for no change";
-$messages["user_settings_updated_ok"] = "User settings updated successfully.";
-$messages["error_updating_user_settings"] = "Error updating user settings.";
-$messages["error_passwords_dont_match"] = "Sorry, passwords do not match.";
-$messages["error_incorrect_password"] = "Sorry, the password is not correct.";
-$messages["error_incorrect_email_address"] = "Email address is not valid.";
-
-// plugin center page
-$messages["plugins_available"] = "This is a list of the plugins available to use in the templates";
-$messages["identifier"] = "Identifier";
-$messages["description"] = "Description";
-$messages["error_plugins_disabled"] = "Support for plugins has been disabled in this site.";
-
-// statistics page
-$messages["statistics_info"] = "An article identifier of 0 means that those were incoming hits to the main
-site, not to any particular article.";
-$messages["article_id"] = "Article Id";
-$messages["last_hit_date"] = "Last Hit Date";
-$messages["error_fetching_referers"] = "Error fetching the referrers for this site";
-
-
-// login screen
-$messages["login_page_title"] = "pLog Administrative Interface";
-$messages["login"] = "Login";
-$messages["welcome_message"] = "Welcome to pLog";
-$messages["error_incorrect_username_or_password"] = "Sorry, Incorrect username or password.";
-$messages["error_dont_belong_to_any_blog"] = "Sorry, you don't belong to any blog yet.";
-$messages["error_no_username_or_password"] = "Please provide a valid username or password.";
-$messages["choose_one_blog"] = " You belong to the following blogs. Choose one to work on now";
-$messages["continue"] = "Continue";
-$messages["logout_message"] = "You have been successfully logged out.";
-$messages["logout_message_2"] = "<a href=\"admin.php\">Click here</a> to log in again, or
-<a href=\"%1\$s\">here to go to %2\$s</a>.";
-$messages["logout_title"] = "Logged out";
-$messages["error_access_forbidden"] = "Access is forbidden. You must authenticate first here.";
-
-/////////////////////////////////////////////////////////////////////
-//
-//
-// new strings added for 0.2
-//
-//
-////////////////////////////////////////////////////////////////////
-$messages["site_admin"] = "Site Admin";
-$messages["site_stats"] = "Site Statistics";
-$messages["add_user"] = "Add User";
-$messages["users"] = "Users";
-$messages["add_blog"] = "Add Blog";
-$messages["blogs"] = "Blogs";
-$messages["locales"] = "Locales";
-$messages["add_locale"] = "Add Locale";
-$messages["templates"] = "Templates";
-$messages["add_template"] = "Add Template";
-$messages["global_settings"] = "Global Settings";
-$messages["site_settings"] = "Site Settings";
-$messages["help_comments_enabled"] = "Enables or disables comments for the whole site.";
-$messages["help_beautify_comments_text"] = "Respects user formatting when posting a comment.";
-$messages["help_rdf_enabled"] = "Enables or disables the generation of an RDF feed with the latest posts.";
-$messages["help_temp_folder"] = "Folder that will be used by pLog to carry out some operations that need a temporary folder.";
-$messages["help_base_url"] = "This URL will be used to generate correct URLs, so please set it to the correct value";
-$messages["help_show_posts_max"] = "How many posts will be shown in the main page by default.";
-$messages["help_recent_posts_max"] = "How many posts will be shown as recent, by default.";
-$messages["help_template_folder"] = "This is where the templates used by pLog can be found.";
-$messages["help_default_template"] = "The template that will be given by default to new blogs.";
-$messages["help_default_locale"] = "The default locale settings that will be used for new blogs and in the login page of the administration interface.";
-$messages["help_html_allowed_tags_in_comments"] = "HTML tags that will not be removed from comments posted by users.";
-$messages["help_referer_tracker_enabled"] = "Adds very basic information from about the referrer to the database, if the referrer is available when receiving a request.";
-$messages["help_rss_parser_enabled"] = "Enables or disables the RSS parser that is available in the templates.";
-$messages["help_show_more_enabled"] = "Enables or disables the \"More...\" feature by default.";
-$messages["help_show_more_threshold"] = "How many characters should be left before the more link is added.";
-$messages["help_update_article_reads"] = "Whether to update or not the internal counter representing the number of times each article has been read.";
-$messages["help_request_format_mode"] = "\"Plain\" mode will generate normal URLs while \"Search Engine Friendly\" will generate URLs that are easier to read and that will be parsed by search engines. Requires Apache and the possibility to use a .htaccess file";
-$messages["help_xmlrpc_ping_enabled"] = "Whether to send an XMLRPC notification to the hosts configured below every time a post is added.";
-$messages["help_xmlrpc_ping_hosts"] = "List of hosts that support XMLRPC notifications. Please put different hosts in different lines, as many as needed.";
-$messages["help_trackback_server_enabled"] = "Whether to accept or not incoming trackback requests.";
-$messages["help_htmlarea_enabled"] = "Enables or disables the WYSIWYG editor of posts.";
-$messages["help_plugin_manager_enabled"] = "Enables or disables plugins.";
-$messages["help_check_email_address_validity"] = "When registering a new blog, users are asked for a valid email address which will be verified for authenticity if this is set to true.";
-$messages["help_summary_page_show_max"] = "How many items should be shown in the summary page.";
-$messages["help_minimum_password_length"] = "How many characters should have at least a password.";
-$messages["help_users_can_add_templates"] = "Whether users are allowed to add new blog-specific templates or not to their blogs.";
-$messages["help_email_service_enabled"] = "Enables or disables the email service, used to send for example article notifications.";
-$messages["post_notification_source_address"] = "Address that will be used as the From: field when sending out emails.";
-$messages["help_email_service_type"] = "Method that will be used to send emails. Please choose one of them and do not forget to check the settings below.";
-$messages["help_smtp_host"] = "If using SMTP as the email sending method, this is the host that will be used to send the messages.";
-$messages["help_smtp_port"] = "Port in the host above specified where the SMTP server is running.";
-$messages["help_smtp_use_authentication"] = "If the SMTP server supports authentication and would like to use it, please enable this feature and see the two settings below.";
-$messages["help_smtp_username"] = "Username that will be used when sending emails using SMTP and authentication has been enabled.";
-$messages["help_smtp_password"] = "Password that will be used when sending emails using SMTP and authentication has been enabled.";
-$messages["help_uploads_enabled"] = "Enables or disables the uploading of files. This feature will affect the uploading of new template sets and the adding of files to current existing template sets.";
-$messages["help_maximum_file_upload_size"] = "Maximum size in bytes of files uploaded by users.";
-$messages["help_upload_forbidden_files"] = "List of file patterns that are not allowed to be uploaded. You can specify as many as needed separated by a blank space.";
-$messages["help_path_to_tar"] = "Path where the 'tar' tool can be found.";
-$messages["help_path_to_gzip"] = "Path where the 'gzip' tool can be found.";
-$messages["help_path_to_bz2"] = "Path where the 'bzip2' tool can be found.";
-$messages["help_path_to_unzip"] = "Path where the 'unzip' tool can be found.";
-
-$messages["add_user_give_information"] = "Please enter the following information to create a new user.";
-
-$messages["site_registered_users"] = "These are all the users registered in this server.";
-
-$messages["add_blog_give_information"] = "Please enter the following information to create a new blog.";
-$messages["blog_title"] = "Blog title";
-$messages["blog_owner"] = "Blog owner";
-
-$messages["site_registered_blogs"] = "These are all the blogs registered in this site.";
-$messages["edit_users"] = "Edit Users";
-
-$messages["upload_locale"] = "Upload locale";
-$messages["use_this_form_to_upload_locale"] = " Use this form to upload a new locale file to this server. If you don't have the possibilityto upload files, please see the form below.";
-$messages["locale_file"] = "Locale file";
-$messages["manually_add_locale"] = "Manually Add Locale";
-$messages["use_this_form_if_cant_upload_locale"] = "Use this second form if you don't have the possibility of uploading files to your server. The file must have been copied to the default locale folder before executing this operation. Otherwise it will result in an error.";
-$messages["locale_code"] = "Locale code";
-$messages["locale_encoding"] = "Encoding";
-
-$messages["template_will_be_available_for_all"] = "The new template will automatically become available to all the blogs in this site.";
-
-$messages["use_this_form_to_upload_template"] = " Use this form to upload a new template set file to this server. If you don't have the possibility to upload files, please see the form below . Template sets must be packed in zip, tar.gz or tar.bz2 files in order to be uploaded.";
-$messages["locale_file"] = "Locale file";
-$messages["upload_template"] = "Upload template";
-$messages["manually_add_template"] = "Manually Add Template";
-$messages["use_this_form_if_cannot_upload_template"] = " Use this second form if you don't have the possibility of uploading files to your server. The file must have been copied to the default template folder before executing this operation. Otherwise it will result in an error.";
-$messages["template_id"] = "Template Identifier";
-
-$messages["templates_available_for_all"] = "This templates are available to all the blogs in this site.";
-$messages["add_file"] = "Add File";
-
-$messages["setting_name"] = "Name";
-$messages["setting_value"] = "Value";
-$messages["setting_description"] = "Description";
-
-$messages["plain"] = "Plain";
-$messages["search_engine_friendly"] = "Search Engine Friendly";
-
-$messages["general_settings"] = "General Settings";
-$messages["helper_tools_settings"] = "Helper Tools Settings";
-$messages["uploads_settings"] = "Uploads Settings";
-$messages["email_settings"] = "Email Settings";
-
-$messages["number_blogs"] = "Number of blogs";
-$messages["number_users"] = "Number of users";
-$messages["number_posts"] = "Number of posts";
-$messages["number_posts_today"] = "Number of posts today";
-$messages["number_posts_this_month"] = "Number of posts this month";
-
-$messages["date"] = "Date";
-$messages["time"] = "Time";
-
-$messages["comments_order"] = "Order in which comments appear:";
-$messages["oldest_first"] = "Oldest first";
-$messages["newest_first"] = "Newest first";
-
-$messages["blog"] = "Blog";
-$messages["blog_id"] = "Blog Numerical Identifier";
-
-$messages["blog_users"] = "Blog Users";
-$messages["available_users"] = "Available Users";
-$messages["add"] = "Add";
-$messages["remove"] = "Remove";
-
-$messages["user_id"] = "User Numerical Identifier";
-
-$messages["new_password"] = "New Password";
-$messages["has_administrator_privileges"] = "Has administrator privileges";
-$messages["related_to_the_following_blogs"] = "Related to the following blogs";
-
-$messages["add_user_to_blog_form"] = " This form will allow you to add a user to your blog. The user will only be allowed to add or edit posts, but he or she will not be allowed to change any of the blog settings.";
-$messages["add_user_enter_username"] = " Please enter the username of the user you would like to add. The user must have registered in this server, otherwise this will cause an error.";
-$messages["add_user_send_notification"] = "Send a notification email to this user.";
-$messages["add_user_type_notification"] = "Type some text here to be sent to this user";
-
-$messages["following_users_have_permissions"] = " The following users are part of this blog. They can add, edit and remove posts but cannot change any of the settings and behaviour of this site.";
-$messages["revoke_permissions"] = "Revoke Permissions";
-
-$messages["add_blog_template"] = "Add Blog Template";
-$messages["manually_add_blog_template"] = "Manually Add Blog Template";
-$messages["template_available_only_for_this_blog"] = "This template will be made available only for this blog.";
-$messages["use_form_to_upload_blog_template"] = "Use this form to upload a new template set file to this server. If you don't have the possibility to upload files, please see the form below. Template sets must be packed in zip, tar.gz or tar.bz2 files in order to be uploaded.";
-$messages["use_form_if_cannot_upload_blog_template"] = "Use this second form if you don't have the possibility of uploading files to your server. The file must have been copied to the default template folder before executing this operation. Otherwise it will result in an error.";
-
-$messages["blog_templates"] = "Blog Templates";
-$messages["templates_only_available_for_this_blog"] = "The following templates are only available to this blog.";
-
-$messages["add_file_to_blog_template"] = "Add File to Blog Template"; $messages["upload_file_to_blog_template"] = "Please upload the file you would like to add to the template set.";
-
-$messages["error_user_id_incorrect"] = "Incorrect user identifier.";
-$messages["error_incorrect_user_id"] = $messages["error_user_id_incorrect"];
-$messages["error_fetching_user_information"] = "There was an error fetching the user information.";
-$messages["error_password_incorrect"] = "The password is too short or invalid.";
-$messages["error_updating_user_settings"] = "I could not update the settings for the given user.";
-$messages["user_settings_updated_ok"] = "Settings for user \"%s\" updated successfully.";
-$messages["error_no_users_selected_to_add"] = "No users were selected to add.";
-$messages["user_added_to_blog_ok"] = "The user \"%s\" has been added to the blog.";
-$messages["error_adding_user_to_blog"] = "There was an error adding the user \"%s\" to the blog.";
-$messages["error_no_users_selected_to_remove"] = "No users were selected to remove.";
-$messages["user_removed_from_blog_ok"] = "The user \"%s\" has been removed from the blog.";
-$messages["error_removing_user_from_blog"] = "There was an error removing the user \"%s\" from the blog.";
-
-$messages["error_incorrect_plugin_id"] = "The plugin identifier is incorrect.";
-$messages["error_configuring_plugin"] = "There was an error configuring the plugin: ";
-$messages["site_config_saved_ok"] = "Site configuration was successfully saved.";
-$messages["error_saving_site_config"] = "There was a problem saving the configuration.";
-
-$messages["error_incorrect_blog_owner"] = "The user chosen as the blog owner does not exist.";
-$messages["error_updating_blog_settings"] = "There was an error while updating the settings for blog \"%s\"";
-$messages["blog_settings_updated_ok"] = "The settings for blog \"%s\" were updated successfully.";
-
-$messages["error_fetching_users"] = "There was an error while fetching the users in this site.";
-
-$messages["error_fetching_blogs"] = "There was an error while fetching the blogs in this site.";
-
-$messages["error_incorrect_template_id"] = "The template identifier is not valid or does not exist.";
-
-$messages["error_no_users_selected"] = "No users were selected to delete.";
-$messages["error_could_not_find_user"] = "I could not find user \"%s\" in this site.";
-$messages["error_deleting_user"] = "There was an error deleting user \"%s\"";
-$messages["user_deleted_ok"] = "User \"%s\" successfully deleted.";
-
-$messages["error_must_give_blog_name"] = "You must give a valid name for the blog.";
-$messages["error_adding_blog"] = "There was an error while adding the blog to the database.";
-$messages["blog_added_ok"] = "The new blog \"%s\" has been successfully added to the database.";
-
-$messages["error_template_not_inside_folder"] = "The template files must be inside a folder.";
-$messages["error_missing_base_files"] = "Some of the basic files are missing from the set.";
-$messages["error_unpacking"] = "There was an error unpacking the file.";
-$messages["error_forbidden_extensions"] = "Some files inside the template have been forbidden.";
-$messages["error_creating_working_folder"] = "There was an error checking the template set";
-$messages["error_checking_template"] = "There was an error with the template set (code = %s)";
-$messages["error_add_template_disabled"] = "Users are not allowed to add templates in this site.";
-$messages["error_must_upload_file"] = "You must upload a file.";
-$messages["error_no_template_name"] = "You must provide a template name.";
-$messages["error_uploads_disabled"] = "The upload feature has been disabled in this site.";
-$messages["error_installing_template"] = "There was an error installing the template set.";
-$messages["template_installed_ok"] = "The new template set has been successfully installed as \"%s\".";
-
-$messages["error_adding_template_file"] = "There was an error adding the file to the template set.";
-$messages["error_file_forbidden"] = "Files of this type have been forbidden in this site.";
-$messages["error_file_too_big"] = "The file is too big. Maximum allowed size is \"%s\" bytes.";
-$messages["template_file_added_ok"] = "File added successfully to template \"%s\".";
-
-$messages["error_plugin_cannot_be_configured"] = "The plugin cannot be configured.";
-
-$messages["error_incorrect_username"] = "The username is incorrect.";
-$messages["error_username_already_exists"] = "There is already a user registered with the same username.";
-$messages["error_adding_user"] = "There was an error whiel adding the new user to the database.";
-$messages["user_added_ok"] = "The new user \"%s\" has been successfully added.";
-
-$messages["error_no_blogs_selected"] = "You must select at least one blog to delete.";
-$messages["error_blog_is_default_blog"] = "\"%s\" cannot be deleted because it is the default blog.";
-$messages["blog_deleted_ok"] = "Blog \"%s\" has been successfully deleted.";
-$messages["error_deleting_blog"] = "There was an error while deleting blog \"%s\".";
-
-$messages["error_no_templates_selected"] = "No templates were selected to remove.";
-$messages["error_removing_template"] = "There was an error removing the template \"%s\"";
-$messages["template_removed_ok"] = "Template \"%s\" removed successfully.";
-
-$messages["error_no_users_selected_to_remove_from_blog"] = "No users were selected to remove from this blog.";
-$messages["error_removing_user_from_blog"] = "There was an error removing user \"%s\" from this blog.";
-$messages["user_removed_from_blog_ok"] = "User \"%s\" has been successfully removed from this blog.";
-
-$messages["error_incorrect_locale_code"] = "The given locale code is not valid.";
-$messages["error_invalid_locale_file"] = "The file does not seem to be a valid locale file.";
-$messages["error_adding_locale_file"] = "There was an error adding the new locale file. Please make sure that the file has been uploaded to the locale folder prior to this operation and that it has correct permissions.";
-$messages["locale_added_ok"] = "The new locale \"%s\" has been successfully added.";
-$messages["error_saving_locale"] = "There was an error saving the new locale file to the locale folder. Please make sure that the folder has the right access permissions.";
-
-$messages["error_no_locales_selected"] = "No locales were selected to delete.";
-$messages["error_deleting_only_locale"] = "This is the only locale available in the system and therefore it cannot be deleted.";
-$messages["locale_deleted_ok"] = "Locale \"%s\" deleted successfully.";
-$messages["error_deleting_locale"] = "There was an error while deleting locale \"%s\"";
-$messages["error_cant_delete_default_locale"] = "\"%s\" can not be deleted because it is the default locale setting at the moment.";
-
-$messages["plugin_config"] = "Plugin Configuration";
-
-$messages["use_read_more_feature"] = "Show only the first part of the post in the main page? (If you select 'No', the whole post will be shown)";
-
-$messages["extended_text"] = "This text will be only shown in the post page, unless we disable the feature in the 'Settings' tab";
-
-$messages["error_must_give_post_intro"] = "You must at least provide an introductory text to the post.";
-$messages["error_no_albums_defined"] = "There are no albums available in this blog.";
-$messages["error_fetching_album"] = "There was an error fetching the requested album";
-$messages["comment_marked_as_spam_ok"] = "Comment marked as spam successfully.";
-$messages["comment_marked_as_nonspam_ok"] = "Comment marked as non spam successfully.";
-$messages["error_marking_comment_as_nonspam"] = "There was an error marking the comment as non spam.";
-$messages["error_marking_comment_as_spam"] = "There was an error marking the comment as spam.";
-$messages["error_incorrect_comment_id"] = "The comment identifier was incorrect.";
-$messages["error_base_storage_folder_missing_or_unreadable"] = "It was not possible for pLog to create the necessary folders where resources are going to be installed. This might be due to several reasons, such as your PHP installation running with safe mode enabled or your user not having enough permissions to do so. You may still try to carry out the operation manually, by creating
-the following folders: <br/><br/>%s<br/><br/>If these folders already exist please make sure that they can be read and written by the user running the web server.";
-
-
-///// new help messages ////
-
-//
-// translators: this one has changed too since we now have two text boxes: one for the
-// text that we'd like to appear in the main page and another one for the text that
-// will only be shown in the 'post' page (that is, when the users clicks on the
-// permalink, for example)
-//
-$messages["newPost"] = "<p>Use this page to add a new post to your journal. You should provide a topic or subject
-for your post as well as some text for your post. Once you have finished, press the <b>'Add'</b> button and the post
-will automatically be included in your page. Please note that you have to set the status of the post
-to <b>'Published'</b> if you want it to appear in front page. Use the <b>'Draft'</b> status when you can't finish posting
-now but you would like to save what you have typed so far for later revision.</p>
-<p>The text typed in the first text box will always appear in the main page. You can use
-the second text box if you want to have some text not to be included in the main page
-but that should be shown once the users clicks on the permalink or on the
-\"Read More...\" link. This link will be automatically added to the end of the text. This
-field is not mandatory and its behaviour can be controlled in the \"Settings\" tab,
-where you can force both text text boxes to be shown in the main page.</p>
-<p>You can also classify the post under any of the categories you have previously created. Simply set
-the <b>'Category'</b> field to the one you most like.</p>
-<p>If you would like to receive an email notifying about a new post, please check the corresponding
-checkbox.</p>
-<p>Check the box where it says </b>'Find links in the post...'</b> if after adding the post, you
-would like to send trackback pings to the hosts that support it. Your post will be scanned for
-links and you will have the possibility to choose which ones to send trackback pings to.</p>";
-
-$messages["updatePost"] = $messages["newPost"];
-
-$messages["newBlogUser"] = "This option allows you to easily give editing permissions to other
-users in this blog. To do so, you only have to know its username. If you already know it,
-simply type it in the text field below and press the \"Add User\" button. If you wish, you can
-also send an email to this user (as long as he or she used the right address when
-registering) notifying him or her that he has now been granted permissions to add, edit
-and delete posts in this blog.";
-
-$messages["showBlogUsers"] = "This is a list of the users that have been given editing permissions
-in this blog. You can see their profile if you wish or you can also revoke their permissions
-by selectin them and then clicking on the \"Revoke Permissions\" button. Once you do that,
-the selected users will no longer be able to publish anything in this blog.";
-
-//
-// note to translators:
-//
-// added some additional text here to inform about the new "configure" feature
-//
-$messages["pluginCenter"] = "<p>From here you can see which plugins have been installed. For every
-plugin, you will see its identifier (the identifier you have to use when developing templates and
-want to make use of the plugin features), the author of the plugin, and some descriptive text with
-various information about the plugin, mainly how to use it.</p>
-<p>Some plugins offer also their own configuration page from wich you can modify some
-aspects of its behaviour. To access such page, please click on the \"configure\" link
-next to every plugin.</p>";
-
-$messages["configurePlugin"] = "This plugin provides some settings that can be configured
-by the user.";
-
-$messages["newBlogTemplate"] = "<p>It is possible to easily add new templates to the system. To do
-so, there are two possibilities: the template can either be uploaded as a compressed file
-(tar.gz, tar.bz2 and zip files are supported) to the server or it canbe manually
-uploaded using any available method.</p>
-<p>If the first method is chosen, the contents of the file must have all been packaged
-under a folder which will be the name given to the template.</p>
-<p>If the second method is chosen, simply upload the files to a folder under your blog-specific folder
-and type in the name of the folder in the text box below.</p>
-<p>Plugins added here will only be available to this specific below and will not be able to
-be accessed by other blogs.</p>";
-
-$messages["blogTemplates"] = "<p>This is a list with all the templates that have been added to
-this blog. If you wish to remove any of them, please select them and click on the
-\"Delete Selected\" button below the list. Once a template is deleted it cannot be
-recovered, since it is removed from the disk.</p>";
-
-$messages["adminSettings"] = "<p>These are some very basic statistics about the site.</p>";
-
-$messages["createUser"] = "<p>We can easily register new users in the system by using this form.
-We only need to provide with a valid username and a password, and optionally an email address.
-Users registered here will not be attached to any blog unless we explicitly do so in the
-\"User\" section or until we create a blog specially for this new user.</p>";
-
-$messages["editUserProfile"] = "<p>From here we can edit the profile of any user in this blog. We can
-also grant administrator privileges to the user (or revoke them). A list of the blogs to which
-the user belogs is also displayed.</p>";
-
-$messages["editSiteUsers"] = "<p>These are all the users that are registered in this site. You can see and edit
-their profile by clicking on the username or you can delete any of them by clicking on the
-checkbox of the user(s) and then click on the \"Delete Selected\" button. Once a user
-has been deleted, it can <b>not</b> be recovered, so please be careful.</p>";
-
-$messages["createBlog"] = "<p>Unlimited blogs can be added to a single installation of pLog. Users
-can use the registration script provided in the main package but administrator can also
-register new blogs by using this form. The only things needed to know are the name that will
- be given to the blog and the user who will be the owner, having the maximum privileges
- over that blog.</p>";
-
- $messages["editSiteBlogs"] = "<p>This is a list with all the blogs that have been registered
- so far in this site. Any blog can be deleted selecting it and clicking on the \"Delete
- Selected\" button. If we try to delete the blog that has been set as the default one
- (see the \"Global Settings\" tab in \"Site Admin\") we will get an error message.</p>
- <p>We can also edit the settings of any blog by clicking on it.</p>
- <p>Finally, we can edit the users that have permissions on a given blog by clicking
- on the \"Edit Users\" link</p>";
-
-$messages["editBlog"] = "<p>The settings of the blog can be edited from here in the same way
-a normal user can do. Everything is exactly the same except that administrator users can also
-change who is the owner of the blog, anytime.</p>";
-
-$messages["editBlogUsers"] = "<p>This feature allows to visually add and remove users from
-any blog. On the left side we will see a list containing all the users that have not
-been given editing privileges in this blog yet, while on the right side we will see a list of the
-users that have already been given privileges. To a user (or more than one if necessary)
-we only have to select them from the list of the left and click on the \"Add\" button. To do
-the opposite process, we will have to select the users from the list of the right and
-click on the \"Remove\" button.</p>
-<p>It is also possible to change the user who is the owner of the blog by selecting
-another from the drop-down list on top.</p>";
-
-$messages["newLocale"] = "<p>Now locales can be easily added to the site using this feature. If
-we have the possibility of uploading files, then we can use the first form, \"Upload Locale\"
-simply pointing the browser to the locale file we'd like to upload. pLog will take care
-of everything else, including copying the file to the folder with the other language files, but
-please bear in mind that the folder must be writable by the user who is running the web server in
-order for this feature to work properly. If the language file already exists, <b>it will
-be overwritten and replaced by the new one</b>.</p>
-<p>If files cannot be uploaded to the server, then the file will have to be
-manually uploaded and placed in the same folder with the other language files. Once the file
-has been placed there, we will have to type in the second form its code omitting the
-\"locale_\".</p>
-<p>Locale files must follow the naming convention of locale_ll_CC, where 'll' is the
-2-digit ISO code for the language, while CC is the 2-digit ISO code for the country. If the file
-does not conform to those rules, it will be rejected as a valid locale file.</p>";
-
-$messages["siteLocales"] = "<p>This is a list with all the language files that have been
-installed in this site. For each one of them, the encoding used by it and a brief
-description can be seen. Also, language files can be removed from the system by selecting
-them and clicking on the \"Delete Selected\" button.</p>";
-
-$messages["newTemplate"] = "<p>It is possible to easily add new templates to the system. To do
-so, there are two possibilities: the template can either be uploaded as a compressed file
-(tar.gz, tar.bz2 and zip files are supported) to the server or it can be manually
-uploaded using any available method.</p>
-<p>If the first method is chosen, the contents of the file must have all been packaged
-under a folder which will be the name given to the template.</p>
-<p>If the second method is chosen, simply upload the files to a folder under your blog-specific folder
-and type in the name of the folder in the text box below.</p>
-<p>Plugins added here will be available to <b>all</b> the blogs in this site.</p>";
-
-$messages["siteTemplates"] = "<p>This is a list with all the templates that are globally
-available to all blogs. If you wish to remove any of them, please select them and click on the
-\"Delete Selected\" button below the list. Once a template is deleted it cannot be
-recovered, since it is removed from the disk.</p>";
-
-$messages["editSiteSettings"] = "These are all the global settings that control many aspects of the
-behaviour of pLog.";
-
-$messages["newBlogTemplateFile"] = "Single files can be added to an already existing template
-set without having to upload the whole set again. Simply find the file you would like to
-upload in your disk and click on the \"Add File\" button.";
-
-// text is the same, so we can save a few bytes
-$messages["newTemplateFile"] = $messages["newBlogTemplateFile"];
-
-
-////////////////////////////////////////////
-///
-///
-/// NEW STRINGS ADDED IN 0.3!!
-///
-///
-////////////////////////////////////////////
-$messages["show_category_in_main_page"] = "Show this category in the main page";
-$messages["welcome_resource_center"] = "Welcome to the resource center!";
-$messages["resource_center"] = "Resource Center";
-$messages["resource_albums"] = "Resource Albums";
-$messages["resources"] = "Resources";
-$messages["add_resource"] = "Add Resource";
-$messages["add_album"] = "Add Album";
-$messages["album"] = "Album";
-$messages["album_name"] = "Album name";
-$messages["parent_album"] = "Parent album";
-$messages["no_parent_album"] = "No parent album";
-$messages["resource_info"] = "Resource Information";
-$messages["size"] = "Size";
-$messages["format"] = "Format";
-$messages["dimensions"] = "Dimensions";
-$messages["bits_per_sample"] = "Bits per pixel";
-$messages["bytes"] = "bytes";
-$messages["pixels"] = "pixels";
-$messages["time_offset"] = "Time difference in hours between the server and you:";
-$messages["hours"] = "Hours";
-$messages["album_added_ok"] = "The new album has been successfully added.";
-$messages["name"] = "Name";
-$messages["children"] = "Children";
-$messages["see"] = "See";
-$messages["view"] = "View";
-$messages["resource_info"] = "Resource Information";
-$messages["number_of_channels"] = "Number of channels";
-$messages["length"] = "Length";
-$messages["number_of_files"] = "Number of files";
-$messages["compressed_size"] = "Compressed size";
-$messages["uncompressed_size"] = "Uncompressed size";
-$messages["resource_file"] = "File that you would like to add";
-$messages["add_to_album"] = "Add the file to the following album";
-$messages["edit_resource_album"] = "Edit Resource Album";
-$messages["error_loading_resource_album"] = "There was an error fetching the resource album.";
-$messages["error_album_id_parameter_missing"] = "The album identifier is incorrect.";
-$messages["error_album_parent_id_parameter_missing"] = "Parent album identifier not found.";
-$messages["error_updating_resource_album"] = "There was an error updating the resource album.";
-$messages["resource_album_updated_ok"] = "The resource album \"%s\" was updated successfully.";
-$messages["error_must_give_album_name"] = "You must provide with a name for the album.";
-$messages["error_adding_album"] = "There was an error adding the resource album.";
-$messages["album_added_ok"] = "The new album \"%s\" was successfully added.";
-$messages["resource_added_ok"] = "The new resource was successfully added.";
-$messages["error_resource_forbidden_extension"] = "The resource could not be added because it had a forbidden extension.";
-$messages["error_resource_too_big"] = "The resource could not be added because it was too big.";
-$messages["error_uploads_disabled"] = "The resource could not be added because uploads have been disabled in this site.";
-$messages["error_adding_resource"] = "There was an error adding the resource.";
-$messages["error_loading_resource"] = "There was an error fetching the resource";
-$messages["error_updating_resource"] = "There was an error updating the resource.";
-$messages["resource_updated_ok"] = "Resource \"%s\" was updated successfully.";
-$messages["error_no_resources_selected"] = "There were no resources selected to delete.";
-$messages["resource_deleted_ok"] = "Resource \"%s\" was successfully removed.";
-$messages["error_deleting_resource"] = "There was an error deleting resource \"%s\".";
-$messages["error_no_resource_uploaded"] = "There was no resource file uploaded.";
-$messages["filtered_content"] = "Filtered Content";
-$messages["global_filtered_content"] = "Global Filtered Content";
-$messages["block_content"] = "Filter Content";
-$messages["blocked_hosts"] = "Blocked Hosts";
-$messages["global_blocked_hosts"] = "Globally Blocked Hosts";
-$messages["block_host"] = "Block Host";
-$messages["security"] = "Security";
-$messages["security_welcome"] = "Welcome to the security area!";
-$messages["filtered_content_intro"] = "The following content/regular expressions have been blocked in this blog.";
-$messages["global_filtered_content_intro"] = "The following content/regular expressions have been globally blocked.";
-$messages["content"] = "Content";
-$messages["reason"] = "Reason";
-$messages["add_filtered_content"] = "Add Filtered Content";
-$messages["add_filtered_content_intro"] = "Anything added here will not be allowed as valid text in a comment, and any attempt by a casual user to post a comment with blocked content will block the comment. Regular expressions or a simple string can be used. Regular expressions are much more powerful but they're also much more complex and you should be careful with them, because you could potentially block all content with the wrong regular expression.";
-$messages["global_add_filtered_content_intro"] = "Anything added here will not be allowed as valid text in a comment in any of the blogs available in this site. Any attempt by a casual user to post a comment with blocked content will block the comment. Regular expressions or a simple string can be used. Regular expressions are much more powerful but they're also much more complex and you should be careful with them, because you could potentially block all content with the wrong regular expression.";
-$messages["content_to_block"] = "Content that you would like to block";
-$messages["block_this"] = "Block This";
-$messages["mask"] = "Mask";
-$messages["access_blocked"] = "Access Blocked";
-$messages["posting_blocked"] = "Posting Blocked";
-$messages["block_host_intro"] = "Hosts added here will be blocked from accessiny only this blog. Please see <a href=\"javascript:help_window('admin.php?op=Help&helpId=newBlogBlockedHost');\">Help</a> for more detailed information about this feature.";
-$messages["global_block_host_intro"] = "Hosts added here will be blocked from accessing any blog in this site. Please see this related <a href=\"javascript:help_window('admin.php?op=Help&helpId=newBlogBlockedHost');\">help item</a> for more information about this feature.";
-$messages["block_type"] = "Block type";
-$messages["error_invalid_ip_address"] = "The IP address is not valid.";
-$messages["error_provide_content_to_block"] = "You must provide some content to block.";
-$messages["error_must_create_album_first"] = "You must create an album before adding any resource.";
-$messages["error_resource_is_not_an_image"] = "The chosen resource is not an image.";
-$messages["error_generating_resource_preview"] = "There was an error regenerating the preview for this resource.";
-$messages["resource_preview_generated_ok"] = "The preview for this resource was successfully generated.";
-$messages["regenerate_preview"] = "Regenerate Preview";
-$messages["show_album"] = "Show Album";
-$messages["show_album_when_browsing"] = "Show this album to users";
-$messages["assigned_to_blog"] = "Assign user to the following blog";
-$messages["clean_up"] = "Clean-Up";
-$messages["purge_info"] = "The purge function will physically remove all posts that have been marked as 'Deleted'. Otherwise,
- those posts are kept in the database (in case the user would like to restore some of them) and they
- may end up being a considerable amount, uselessly enlarging the size of the database. If you are
- sure that you would like to remove such posts, please press the button below.";
-$messages["spam_info"] = "Comments marked as spam can be kept in the database in order to train the filter. Once the function
- has been accomplished, they are useless and if you wish the remove the comments marked as
- spam from the database, please use the button below.";
-$messages["no_spam"] = "No Spam";
-$messages["spam"] = "Spam";
-$messages["mark_as_spam"] = "Mark as spam";
-$messages["mark_as_no_spam"] = "Mark as no spam";
-$messages["enable_comments_for_post"] = "Enable comments for this post";
-$messages["close_window"] = "Close Window";
-$messages["add_resource"] = "Add Resource";
-$messages["add_resource_preview"] = "Add Preview";
-$messages["add_album"] = "Add Album";
-$messages["show_main_page"] = "Show in Main Page";
-$messages["purge_spam_comments"] = "Purge Spam Comments";
-$messages["purge_posts"] = "Purge Posts";
-$messages["keep_spam_comments"] = "Keep Spam Comments";
-$messages["throw_away_spam_comments"] = "Throw Away Spam Comments";
-$messages["error_adding_blocked_host"] = "There was an error blocking the given host.";
-$messages["blocked_host_added_ok"] = "Host %s added successfully to the list of blocked hosts.";
-$messages["error_no_blocked_hosts_selected"] = "There were no hosts selected to remove.";
-$messages["blocked_host_deleted_ok"] = "Host \"%s\" deleted successfully.";
-$messages["error_deleting_blocked_host"] = "There was an error deleting blocked host \"%s\"";
-$messages["edit_blocked_host"] = "Edit Blocked Host";
-$messages["error_fetching_blocked_host"] = "There was an error fetching the blocked host.";
-$messages["error_updating_blocked_host"] = "There was an error updating the blocked host.";
-$messages["thumbnail_format"] = "Thumbnail format";
-$messages["same_as_image"] = "Same as original image";
-$messages["same"] = $messages["same_as_image"];
-
-
-
-$messages["help_locale_folder"] = "Folder where language files are located.";
-$messages["help_default_locale"] = "Default language settings that will be used when creating new blogs.";
-$messages["help_xmlrpc_api_enabled"] = "Enables or disables the XMLRPC interface, for posting from your desktop.";
-$messages["default_rss_profile"] = "RSS/RDF profile that will be used by default to generate feeds, if no special profile is specified";
-$messages["help_security_pipeline_enabled"] = "Enables the security features. Disabling this will disable all the security features so it is recommended to enable it and disable those features that we do not need.";
-$messages["help_ip_address_filter_enabled"] = "Enables the IP address filter, for blocking certain hosts of accessing our site.";
-$messages["help_content_filter_enabled"] = "Enables a very simple regular expression-based content filter for blocking comments that contain certain words or expressions. The Bayesian filter might be a better solution.";
-$messages["help_maximum_comment_size"] = "Maximum allowed length in bytes for comments.";
-$messages["help_bayesian_filter_enabled"] = "Enables or disables the bayesian filter.";
-$messages["help_bayesian_filter_spam_probability_treshold"] = "Minimum value at which a comment is considered spam. Should be between 0.01 and 0.99";
-$messages["help_bayesian_filter_nonspam_probability_treshold"] = "Maximum value at which a comment is safely considered as non spam. Anything between these two tresholds will still be considered non spam but it will perhaps require some additional training";
-$messages["help_bayesian_filter_min_length_token"] = "Minimum length that a token can have to be handled by the parser as a valid token.";
-$messages["help_bayesian_filter_max_length_token"] = "Maximum length that a token can have.";
-$messages["help_bayesian_filter_number_significant_tokens"] = "How many significant tokens a message must have";
-$messages["help_bayesian_filter_spam_comments_action"] = "What to with comments marked as spam. They can either be rejected and thrown away (won't even be stored in the database) or kept but marked as spam. The second option is recommended when our filter hasn't been trained much and still makes mistakes from time to time.";
-$messages["help_path_to_convert"] = "The 'convert' tool from the ImageMagick package is needed if using ImageMagick as the backend to generate thumbnails.";
-$messages["help_thumbnail_height"] = "Maximum height that thumbnails will have.";
-$messages["help_resources_folder"] = "Folder where the resources will be stored. Does not have to be in the web server tree, if you don't feel like letting people browse your resources folder. The resource server will take care of serving
-the files wherever they are.";
-
-$messages["help_thumbnails_keep_aspect_ratio"] = "Whether to keep the aspect ratio of thumbnails or not.";
-$messages["help_resources_enabled"] = "Enables or disables the 'Resource Center' feature.";
-$messages["help_thumbnail_method"] = "Backend system that will be used to generate thumbnails from image files. If using ImageMagick, please see below as some external tools are needed.";
-$messages["help_thumbnail_width"] = "Maximum width that thumbnails will have.";
-$messages["external_interfaces"] = "External Interfaces";
-$messages["security_settings"] = "Security Settings";
-$messages["bayesian_filter_settings"] = "Bayesian Filter Settings";
-$messages["resources_settings"] = "Resources Settings";
-$messages["help_thumbnail_format"] = "Default format that will be used when generating previews of images. If set to 'Same as original image', then thumbnails will be saved in the same format as the original image form which they were generated.";
-$messages["edit"] = "Edit";
-$messages["blocked_content_added_ok"] = "Blocked content added successfully.";
-$messages["blocked_content_updated_ok"] = "Blocked content updated successfully";
-$messages["help_disable_javascript_calendar"] ="Disables the javascript and DHTML-based calendar used to
-pick a date when editing or adding a post, should the user's browser be not compatible.";
-$messages["edit_filtered_content"] = "Edit Filtered Content";
-$messages["error_updating_blocked_content"] = "There was an error updating the blocked content.";
-$messages["audio_codec"] = "Audio Codec";
-$messages["video_codec"] = "Video Codec";
-$messages["sample_rate"] = "Sample rate";
-$messages["files"] = "Files";
-$messages["created"] = "Created";
-$messages["generated"] = "Generated";
-$messages["about"] = "About";
-$messages["menu"] = "Menu";
-$messages["albums"] = "Albums";
-$messages["template_file"] = "Template file";
-$messages["download"] = "Download";
-$messages["error_you_have_been_blocked"] = "You are not allowed to proceed with this request.";
-
-//
-// help messages //
-//
-
-//
-// translators: the following help messages have changed a little since last version, due to a few
-// new features built on top of previous features
-//
-$messages["editArticleCategories"] = "<p>This is a listing with all the post categories that
-have been created so far. There must be at least one category before you can add an article, since
-every article has to be categorized under a category. The <b>'Articles'</b> column shows how many
-articles have been categorized under the given category. In the same way, a category can't be deleted
-if it has an article assigned it; you must first remove all the articles and then you will be allowed
-to remove the category.</p>
-<p>You can delete more than one category at the same time by cheching their <b>'Delete'</b> column
-and then clickin on the <b>'Delete Selected'</b> button.</p>
-<p>The <b>'Show In Main Page'</b> column shows whether this category is included in the main page or if alternatively,
-it can also be seen when clicking its link. Edit the category itself to enable/disable this feature.</p>";
-
-$messages["newArticleCategory"] = "<p>From here you can add a new post category to the blog. All
-what you need to provide is a name for the new category. Once it has been created, it will be available
-for posts to be categorized under.</p>
-<p>You can disable the 'Show cateory in main page' checkbox if you don't want this category to be shown in the
-main page of the site. If disabled, posts included in this category will only be shown when browsing this
-specific category, by clicking its link.</p>";
-
-$messages["editArticleCategory"] = "<p>Please provide a new name for the category you are updating. Also,
-define whether you would like to show posts belonging to this cateogry in the main page or not.</p>";
-
-$messages["editPost"] = "<p>Use this page to edit a post from your journal. The information from the
-post has already been provided and now you can make your changes. Once you have finished, press the <b>'Update'</b> button and the post
-will updated. Please note that you have to set the status of the post
-to <b>'Published'</b> if you want it to appear in front page. Use the <b>'Draft'</b> status when you can't finish posting
-now but you would like to save what you have typed so far for later revision.</p>
-<p>If you would like to receive an email notifying about a new post, please check the corresponding
-checkbox.</p>
-<p>More information about the different options <a href=\"admin.php?op=Help&helpId=newPost\">here</a>.</p>";
-
-$messages["blogSettings"] = "<p>From this page you can change some of the settings that control the
-behaviour or appearance of this journal. These are the settings: <ul>
-<li><b>Permanent URL</b>: This is the URL where this blog is running and that can be used to
-link to it. It can't be changed.</li>
-<li><b>Name of the blog</b>: This is a text string with a descriptive name of the blog. If using the
-default templates, it is the text displayed on top of every page.</li>
-<li><b>Long descriptive text about this blog</b>: This is a longer text that can optionally be
-displayed in some kind of page giving more detailed information about the page. It can be left
-blank if not needed.</li>
-<li><b>Language used to display the texts</b>: You can select one of the available languages. This
-language will be used to display the texts (not your own articles!) and format things like dates
-and numbers using the correct settings. More languages can be installed at any time.</li>
-<li><b>Items in the main page</b>: Set this to the number of posts you would like to have
-in the main page. The more posts, the longer it will take for users to download your page. Minimum
-number of posts it one.</li>
-<li><b>Items shown as recent</b>: Set this to the number of posts you would like to be shown as
-<b>'Recent'</b>, that is, the posts that have been posted earlier. Minimun amount is one.</li>
-<li><b>Template used to render the contents</b>: pLog allows to have more than one template
-to show the same content. You can choose here the most appropiate one for you journal, from the ones
-that have been installed by the administrator.</li>
-<li><b>Show the whole post int he main or only the part that was typed in the 'Text' box?</b>: Set this to <b>'Yes'</b> if you would like pLog
-to automatically add a 'More...' link to your posts on the main page just after the text you typed
-in the text box labeled 'Text'. The text typed in the second text box will only be shown to the user
-when clicking on the
-setting below) This feature is useful since it makes your frontpage less cluttered and also
-smaller. However, it has some problems if there is a lot of HTML code in the page.</li>
-<li><b>Enable WYSIWYG edition of texts</b>: Set this to yes if you would like to have the possibility
-to see how your posts look in real time. This feature is only available for users using either
-Internet Explorer 5.5 or higer and Mozilla 1.3b or higher.</li>
-<li><b>Enable comments</b>: Set this to yes if you would like to allow your users to make comments to your
-posts. This will globally affect all your posts and all your users.</li>
-<li><b>Order in which comments appear</b>: Set it to \"Oldest first\" if you would like to see
-the older comments first in the list, or set it to \"Newest first\" to see them in
-reverse chronological order.</li>
-<li><b>Time difference in hours between the server and you</b>: You can use this setting to make pLog automatically
-add or substract an amount of hours to each date in the blog. It is useful for example when the server where the blog
-is hosted and the person who is using it are in different time zones. Telling pLog that there is a difference of
-+3 hours, will make that all dates appear with such time difference applied.</li>
-</ul></p>";
-
-//
-// translators: the ones below are already new
-//
-$messages["resourceCenter"] = "From the resource center, you will be able to manage your files, group them in albums,
-manage those albums and edit any of them.";
-
-$messages["newResourceAlbum"] = "<p>You need at least one album to group your resources. From here you will be allowed
-to add a new album, simply providing a name and a description for it. Only the name field is mandatory, being
-the description field optional.</p>
-<p>Use the <b>'Parent album'</b> field to set whether this is a top-level album or if it is a sub-album and has
-another album as a parent.</p>";
-
-$messages["resourceAlbums"] = "<p>This is a list including all the resource albums that have been created so far
-in this site. For each album, several of its properties can be seen at a glance: its name, a link to its child
-albums (if any) and its amount, a link to its resources and its amount, whether the album is public or
-private and a checkbox to delete as many of them as needed.</p>
-<p>You can read more on the <b>'Show Album'</b> feature here <a href=\"admin.php?op=Help&helpId=editResourceAlbum\">here</a></p>";
-
-$messages["editResourceAlbum"] = "<p>From here you can edit the properties of a resource album. Almost all the fields
-are the same as <a href=\"admin.php?op=Help&helpId=newResourceAlbum\">here</a> except the
-<b>'Show album to users'</b> checkbox. If enabled, this album will be visible to users who browse our
-collection of albums and resources. If not, it will not be shown in the public side. This is useful in cases when
-we want to keep some of the albums secret and don't want users peeking at them.</p>";
-
-$messages["newResource"] = "<p>You will be able to upload new resources to your blog from this section. Any kind of file
-can be uploaded to the site but pLog is capable of handling and extracting some useful information from some
-of them, such as images, videos, zip files and music files.</p>
-<p>First of all, find the file you would like to upload. Then, provide a description for it (mandatory field)
-and finally select to which album would you like this resource to belong to. It is not possible to have a resource
-file that does not belong to any album. Once you are ready, click the <b>'Add Resource'</b> button and the file
-will be added to the blog.</p>
-<p>Please keep in mind that uploads need to be enabled for this to work, and if the blog administrator has
-set a list of forbidden file types that cannot be uploaded, the file will not be allowed in the site. The resource
-framework also needs to be enabled. All these settings can be modified by a user with administrator privileges
-from the <b>'Global Settings'</b> section.</p>
-<p>This feature requires a folder with write permission in the web server.</p>";
-
-$messages["Resources"] = "<p>From here you will have access to all the resource files that have been uplaoded
-in the blog. Files will be shown under the album to which they belong. For every resource file, it will be
-possible to edit its properties, view it as any normal user will see it and mark it for deletion. Pressing the
-<b>'Delete Selected'</b> button from the bottom of the screen will delete those resources that have been
-marked.</p>
-<p>Click the folder icon to navigate to the contents of an albu, or the <b>'Edit'</b> to go to the album
-properties page. Use the <b>'..'</b> link to go up one level. Clicking a resource name or preview (if available)
-will take you to the resource properties page where you will be able to change some of the settings of the
-selected resource.";
-
-$messages["blogSecurity"] = "From this section you will be able to edit set up some basic security mechanisms that
-are provided by pLog. The changes you make here will only affect your blog and not everybody else's.";
-
-$messages["blogFilteredContent"] = "<p>This is a list of all the rules for content filtering that have been added
-to this particular blog. Clicking any of them will take you to a page where you will be able to edit any of them.
-Use the <b>'Delete'</b> checkbox to mark any of them for deletion, and press the <b>'Delete Selected'</b> button
-once you are sure you want to delete those.</p>";
-
-$messages["newBlogFilteredContent"] = "<p>You can add here a new rule for blocking undesired content from being
-included in comments. You can use here single words or sentence or if you wish, you can use the power
-of regular expressions if you know how to use them. You can also add a description to the rule so that you remember
-in the future what it is about, but it is not a mandatory field.</p>";
-
-$messages["blogBlockedHosts"] = "This is a list with all the hosts that have been blocked so far in this blog. At
-a glance, it is possible to see for each host the reason why it was blocked, the date when it was blocked and
-the type of the block applied. Lastly, you can also select any of the host blocking rules and press the
-<b>'Delete Selected'</b> button when you are sure that you want to remove those rules.";
-
-$messages["newBlogBlockedHost"] = "<p>This section will allow you to block a specific address or entire subnet from your Blog. You can select if you want them to be able to see it, but unable to post or simply unable to access it at all. Copy the offending address into the spaces provided and choose the proper subnet address space if necessary. Example: To block just the address of 192.168.1.123 you would choose the '32 bits' option to match the entire address. This blocks just this one address and works well for banning someone with a Static IP address. If you're seeing multiple IP Addresses for a particular individual (say 192.168.1.123, 192.168.1.225, 192.168.1.21 and 192.168.1.67) then you will want to ban a particular subnet range. Enter one of the IP Addresses that you see and choose '24 bits', '16 bits' or '8 bits' to match the first 3 sections, first 2 sections or the first section respectively.<br/>
-<br/>
-<b>EXAMPLES</b>:<br/>
-<br/>
-192.168.1.123 - 32 bits: Matches only the 192.168.1.123 address<br/>
-192.168.1.123 - 24 bits: Matches any address that starts with 192.168.1<br/>
-192.168.1.123 - 16 bits: Matches any address that starts with 192.168<br/>
-192.168.1.123 - 8 bits: Matches any address that starts with 192<br/>
-</p>
-<p>The <b>'Block type'</b> drop-down list will allow you to choose whether to block this host from
-completely accessign the site (an error page will be sent to the client's browser whenever trying to access) or
-simply block it from posting new comments. If the latter is chosen, the host will still be allowed to read
-articles and other people's comments.</p>
-<p>You can also attach a reason/description to this host blocking rule, so that you can remember in the future why
-it was set up.</p>";
-
-$messages["editBlogBlockedHost"] = "You will be able to edit a host blocking rule from this section. The options
-available are exactly the same as in <a href=\"admin.php?op=Help&helpId=newBlogBlockedHost\">here</a>.";
-
-$messages["editBlogFilteredContent"] = "This page will allow you to edit a content filtering rule. The options
-are exactly the same as in <a href=\"admin.php?op=Help&helpId=newBlogFilteredContent\">here</a>.";
-
-$messages["filteredContent"] = "<p>This is a list of all the rules for content filtering that have been added
-to this site. These rules are site-wide and take precedence before any blog-specific rule that may have been
-set by blog owners. The options and its meaning is the same as
-<a href=\"admin.php?op=Help&helpId=blogFilteredContent\">here</a>.";
-
-$messages["newFilteredContent"] = "<p>You can add here a new rule for blocking undesired content from being
-included in comments. This rule will be used system-wide and will take preference before blog-specific
-rules. See <a href=\"admin.php?op=Help&helpId=newBlogFilteredContent\">this</a> for more information
-on the options.";
-
-$messages["blockedHosts"] = "This is a list with all the hosts that have been blocked so far system-wide.
-Clicking a rule IP address will allow us to edit the settings of that rule. These rules always take
-precedence over blog-speficic rules, so that if one these global rules matches a host, all the other after
-it will be ignored.";
-
-$messages["newBlockedHost"] = "From here it is possible to add a new <b>global</b> host-blocking rule. See
-<a href=\"admin.php?op=Help&helpId=newBlogBlockedHost\">here</a> for more information about the options
-available.";
-
-$messages["editBlockedHost"] = "You will be able to edit a host blocking rule from this section. The options
-available are exactly the same as in <a href=\"admin.php?op=Help&helpId=newBlogBlockedHost\">here</a>.";
-
-$messages["editFilteredContent"] = "This page will allow you to edit a content filtering rule. The options
-are exactly the same as in <a href=\"admin.php?op=Help&helpId=newBlogFilteredContent\">here</a>.";
-
-//
-// text of the post that will be added to each blog when they sign-up via the register.php script
-//
-$messages["register_default_category"] = "General";
-$messages["register_default_article_text"] = "If you can read this, it means that your signup and registration was successful and that you can start blogging.";
-$messages["register_default_article_topic"] = "Congratulations, it worked!";
-?>
\ No newline at end of file
Deleted: plog/trunk/locale/locale_fi_FI.php
===================================================================
--- plog/trunk/locale/locale_fi_FI.php 2005-01-29 15:29:38 UTC (rev 872)
+++ plog/trunk/locale/locale_fi_FI.php 2005-01-29 15:52:14 UTC (rev 873)
@@ -1,1391 +0,0 @@
-<?php
-// set this to the encoding that should be used to display the pages correctly
-$messages["encoding"] = "iso-8859-1";
-$messages["locale_description"] = "Finnish locale file for pLog";
-// days of the week
-$messages["days"] = Array( "Sunnuntai", "Maanantai", "Tiistai", "Keskiviikko", "Torstai", "Perjantai", "Lauantai" );
-// -- compatibility, do not touch -- //
-$messages["Maanantai"] = $messages["days"][1];
-$messages["Tiistai"] = $messages["days"][2];
-$messages["Keskiviikko"] = $messages["days"][3];
-$messages["Torstai"] = $messages["days"][4];
-$messages["Perjantai"] = $messages["days"][5];
-$messages["Lauantai"] = $messages["days"][6];
-$messages["Sunnuntai"] = $messages["days"][0];
-
-// abbreviations
-$messages["daysshort"] = Array( "Su", "Ma", "Ti", "Ke", "To", "Pe", "La" );
-// -- compatibility, do not touch -- //
-$messages["Ma"] = $messages["daysshort"][1];
-$messages["Ti"] = $messages["daysshort"][2];
-$messages["Ke"] = $messages["daysshort"][3];
-$messages["To"] = $messages["daysshort"][4];
-$messages["Pe"] = $messages["daysshort"][5];
-$messages["La"] = $messages["daysshort"][6];
-$messages["Su"] = $messages["daysshort"][0];
-
-// months of the year
-$messages["months"] = Array( "Tammikuu", "Helmikuu", "Maaliskuu", "Huhtikuu", "Toukokuu", "Kesäkuu", "Heinäkuu", "Elokuu", "Syyskuu", "Lokakuu", "Marraskuu", "Joulukuu" );
-// -- compatibility, do not touch -- //
-$messages["Tammikuu"] = $messages["months"][0];
-$messages["Helmikuu"] = $messages["months"][1];
-$messages["Maaliskuu"] = $messages["months"][2];
-$messages["Huhtikuu"] = $messages["months"][3];
-$messages["Toukokuu"] = $messages["months"][4];
-$messages["Kesäkuu"] = $messages["months"][5];
-$messages["Heinäkuu"] = $messages["months"][6];
-$messages["Elokuu"] = $messages["months"][7];
-$messages["Syyskuu"] = $messages["months"][8];
-$messages["Lokakuu"] = $messages["months"][9];
-$messages["Marraskuu"] = $messages["months"][10];
-$messages["Joulukuu"] = $messages["months"][11];
-
-$messages["message"] = "Viesti";
-$messages["error"] = "Virhe";
-
-$messages["date"] = "Pvm";
-
-// miscellaneous texts
-$messages["of"] = "of";
-$messages["recently"] = "Äskettäin...";
-$messages["comments"] = "Kommentit";
-$messages["comment on this"] = "Kommentoi";
-$messages["my_links"] = "Linkit";
-$messages["archives"] = "Arkisto";
-$messages["search"] = "Etsi";
-$messages["calendar"] = "Kalenteri";
-$messages["categories"] = "Kategoriat";
-$messages["search_s"] = "Etsi";
-$messages["link_tracker"] = "Linkin jäljitys";
-$messages["search_this_blog"] = "Etsi tästä blogista:";
-$messages["about_myself"] = "Minä?";
-$messages["permalink_title"] = "Permlinkki arkistoon";
-$messages["permalink"] = "Permlink";
-$messages["posted_by"] = "Kirjoittanut";
-$messages["on_the"] = "";
-$messages["page"] = "sivu";
-$messages["posted"] = "lähetetty";
-
-$messages["reply"] = "Vastaa";
-
-
-// add comment form
-$messages["add_comment"] = "Lisää kommentti";
-$messages["comment_topic"] = "Otsikko";
-$messages["comment_text"] = "Viesti";
-$messages["comment_username"] = "Nimesi";
-$messages["comment_email"] = "Sähköposti (jos on)";
-$messages["comment_url"] = "Kotisivut/blogi (jos on)";
-$messages["comment_send"] = "Lähetä";
-$messages["comment_added"] = "Kommentti lisätty!";
-$messages["comment_add_error"] = "Virhe lisättäessä kommenttia!";
-
-
-$messages["article_does_not_exist"] = "Tätä viestiä ei ole";
-$messages["no_posts_found"] = "Ei osumia";
-$messages["user_has_no_posts_yet"] = "Kirjoittajalla ei ole vielä yhtään viestiä";
-
-$messages["info_about_myself"] = "Tietoa minusta...";
-$messages["back"] = "Takaisin";
-
-$messages["back_top"] = "Huipulle";
-
-$messages["post"] = "Viesti";
-
-$messages["trackbacks_for_article"] = "Trackbackit tälle artikkelille";
-$messages["trackback_excerpt"] = "Lainaus";
-$messages["trackback_weblog"] = "Weblog";
-
-$messages["search_results"] = "Haun tulokset";
-$messages["search_matching_results"] = "Seuraavat viestit sopivat hakusanoihisi: ";
-$messages["search_no_matching_posts"] = "Ei osumia";
-
-$messages["see_all_link"] = "Klikkaa tästä nähdäksesi kaikki viestit";
-
-$messages["read_more"] = "(Lisää)";
-
-$messages["anonymous_poster"] = "Nimetön kirjoittaja";
-
-$messages["syndicate"] = "Feedit";
-
-$messages["main"] = "Etusivulle";
-
-////// error messages /////
-$messages["error_fetching_article"] = "Tätä viestiä ei löytynyt.";
-$messages["error_fetching_articles"] = "Viestejä ei voitu hakea.";
-$messages["error_trackback_no_trackback"] = "No trackbacks were found for the article.";
-$messages["error_incorrect_article_id"] = "Viestin ID ei ole oikea.";
-$messages["error_incorrect_blog_id"] = "Blogin ID ei ole oikea.";
-$messages["error_comment_without_text"] = "Kommentissasi ei ole tekstiä.";
-$messages["error_comment_without_name"] = "Kommentissasi ei ole nimeä/nikkiä.";
-$messages["error_adding_comment"] = "Virhe lisättäessä kommenttia tietokantaan.";
-$messages["error_incorrect_parameter"] = "Väärä banaani?!.";
-$messages["error_parameter_missing"] = "Jotain puuttuu.";
-$messages["error_blog_has_no_links"] = "Ei linkkejä.";
-$messages["error_comments_not_enabled"] = "Kommentointi on poissa päältä.";
-
-///////////////// //////////////////
-///////////////// STRINGS FOR THE ADMINISTRATION INTERFACE //////////////////
-///////////////// //////////////////
-
-
-////// help messages for the administration interface /////
-$messages["newPost"] = "<p>Use this page to add a new post to your journal. You should provide a topic or subject
-for your post as well as some text for your post. Once you have finished, press the <b>'Add'</b> button and the post
-will automatically be included in your page. Please note that you have to set the status of the post
-to <b>'Published'</b> if you want it to appear in front page. Use the <b>'Draft'</b> status when you can't finish posting
-now but you would like to save what you have typed so far for later revision.</p>
-<p>You can also classify the post under any of the categories you have previously created. Simply set
-the <b>'Category'</b> field to the one you most like.</p>
-<p>If you would like to receive an email notifying about a new post, please check the corresponding
-checkbox.</p>
-<p>Check the box where it says </b>'Find links in the post...'</b> if after adding the post, you
-would like to send trackback pings to the hosts that support it. Your post will be scanned for
-links and you will have the possibility to choose which ones to send trackback pings to.</p>";
-
-$messages["addPost"] = "<p>Your post has been successfully added to the database. Now you can select
-to which hosts you would like to send a trackback ping, so that they know you have written about them
-and can <i>track you back</i>.</p>";
-
-$messages["editComments"] = "There are all the comments that have been posted for the given post. Comments
-can not be edited but they can be deleted. The only mandatory field when posting comments is the
-\"name\" field, so the E-mail and Url columns could be empty. The IP Address field is the
-original IP address where this comment was posted from. You can delete
-as many as you need by checking the corresponding <b>'Delete'</b> checkbox and pressing the
-<b>'Delete selected'</b> button.";
-
-$messages["postStats"] = "<p>These are the statistics about the selected post. The first one is how
-many times this article has been read, but please keep in mind that this statistic might be
-meaningless if you have disabled the <b>'Read more...'</b> feature in the <b>'Blog Settings'</b>
-section.</p>
-<p>The referrers are the urls of all the hosts that visited this post, and the trackbacks table represents
-how many trackback pings have been received for this post. They can't be deleted or modified.</p>";
-
-$messages["editLinks"] = "<p>This is a list with all the links that have been added. Like posts, every
-link can be sorted in different categories and then displayed in the main page for visitors to see.</p>
-<p>For every link, you will see here its name, the url where it is pointing to and under which category
-it has been sorted. Finally you can also delete any of the links.</p>";
-
-$messages["newLink"] = "<p>You can add a new link from here. You have to provide at least a valid
-url and a name for the link. The description field is optional but useful to have more information
-about the link. You need at least one link category before you can add any link.</p>";
-
-$messages["editLinkCategories"] = "<p>This is a list with all the link categories that have been
-created. Like with posts, you need at least one link category before you can add any link. Clicking
-on the <b>'Links'</b> column will show all the links that belong to the category.</p>";
-
-$messages["newLinkCategory"] = "<p>The only thing you need to provide in order to have a new
-link category is a descriptive name for the category. Once the link category has been created,
-it will be available for links to be categorized under.</p>";
-
-$messages["userSettings"] = "<p>Things related to your user profile can be changed from this
-page. Please note that your username cannot be changed.<ul>
-<li><b>Password, Confirm Password</b>: If you would like to change your password, please type it in
-the first text box. Do the same in the second box to confirm that you entered the same password.</li>
-<li><b>Email address</b>: Please set this to a valid email address if you would like to use features
-such as the notification when a comment is received to a post. It is used only for internal
-purposes and will not be publicly displayed.</li>
-<li><b>Bio</b>: You can type here some information about yourself. It can be left empty.</li>
-</ul></p>";
-
-$messages["Stats"] = "<p>You can see from here all the referrers that have hit this site in the past.
-The <b>'Article'</b> column reflects which article was visited by the referrer or the value <b>'0'</b>
-if the referrer visited the main page or any other page which was not an article. Finally, the
-<b>'Last hit date'</b> column is the time of the last hit received from that referrer.</p>";
-
-$messages["editLink"] = "<p>You have to provide at least a url and a name for the link. The link must also
-be categorized under a category.</p>";
-
-$messages["editLinkCategory"] = "Please provide a new name for the link category you are updating.</p>";
-
-$messages["blogSelect"] = "Please select one of the operations from the menu.";
-
-$messages["Error"] = "There was an error while executing the requested operation. Please see
-the main page for more information regarding the error.";
-
-$messages["Message"] = "Please see the main page for more information regarding the message.";
-
-//////// strings for the administration interface ///////
-
-
-
-$messages["admin_interface_title"] = "pLog Administrative Interface";
-$messages["administration"] = "Administration";
-$messages["help"] = "Help";
-$messages["plog_help"] = "pLog Help";
-$messages["new_post"] = "New Post";
-$messages["posts"] = "Posts";
-$messages["admin_categories"] = "Categories";
-$messages["admin_links"] = "Links";
-$messages["link_categories"] = "Link Categories";
-$messages["settings"] = "Settings";
-$messages["logout"] = "Logout";
-
-// new post page
-$messages["topic"] = "Topic";
-$messages["text"] = "Text";
-$messages["category"] = "Category";
-$messages["status"] = "Status";
-$messages["status_draft"] = "Draft";
-$messages["status_published"] = "Published";
-$messages["status_deleted"] = "Deleted";
-$messages["status_all"] = "All";
-$messages["send_notification"] = "Notify me every time there is a comment.";
-$messages["send_trackback_pings"] = "Find links in the post and send trackback pings to the links that support the feature.";
-$messages["add_post"] = "Blog this!";
-
-$messages["xmlrpc_ping_ok"] = "XML-RPC Ping was correctly sent to ";
-$messages["error_sending_xmlrpc_ping"] = "There was an error sending an XML-RPC Ping to ";
-$messages["error_sending_xmlrpc_ping_message"] = "Error message was: ";
-
-$messages["preview"] = "Preview";
-$messages["post_added"] = "Post added";
-$messages["you_will_be_notified"] = "Additionally, You will be notified whenever there is some activity in this post.";
-$messages["post_added_not_published"] = "Post added but not published.";
-$messages["error_adding_post"] = "Error adding the post!";
-$messages["error_must_fill_all_fields"] = "You must fill in all the fields!";
-$messages["error_must_have_one_category"] = "You need to have at least one post category before adding a post";
-
-// send trackbacks page
-$messages["send_trackback_pings"] = "Send Trackback Pings";
-$messages["links_found"] = "The following links were found in your post. Please check the ones you
-would like to try to send a trackback ping (please note that this may take a while)";
-$messages["trackbacks_no_urls_selected"] = "No urls were selected and therefore no trackback pings were sent.";
-$messages["trackbacks_received_ok"] = "The following hosts received the trackback ping successfully:";
-$messages["trackbacks_no_trackback"] = "The following link did not have a valid trackback url: ";
-$messages["trackbacks_problems_sending"] = "There were some problems while sending the trackback pings to the following hosts.
-You can try to reach them again if you wish.";
-$messages["trackbacks_received_all_hosts"] = "All hosts successfully received the trackback ping.";
-$messages["ping_selected"] = "Ping selected sites";
-
-// edit posts
-$messages["author"] = "Author";
-$messages["category_all"] = "All";
-$messages["author_all"] = "All";
-$messages["update"] = "Update";
-$messages["date"] = "Date";
-$messages["stats"] = "Stats";
-$messages["delete"] = "Delete";
-
-$messages["delete_selected"] = "Delete Selected";
-
-// edit post
-$messages["edit_post"] = "Edit Post";
-$messages["error_getting_post_to_update"] = "There was an error fetching the post selected for update.";
-$messages["error_updating_post_in_database"] = "Error updating the post in the database.";
-$messages["post_successfully_updated"] = "Post successfully updated.";
-$messages["notification_removed"] = "The notification you had for this article has been removed.";
-
-// post statistics
-$messages["statistics_for_post"] = "Statistics for post ";
-$messages["error_fetching_post"] = "There was an error fetching the post.";
-$messages["times_post_has_been_read"] = "Times post has been read: ";
-$messages["referers"] = "Referrers";
-$messages["id"] = "Id";
-$messages["url"] = "Url";
-$messages["hits"] = "Hits";
-$messages["trackbacks"] = "Trackbacks";
-
-// post comments
-$messages["error_fetching_comments"] = "Error fetching article comments";
-$messages["comments_for_post"] = "Comments for post ";
-$messages["email"] = "E-Mail";
-$messages["ip_address"] = "IP Address";
-
-// delete comments
-//*** NEW ***//
-// please remove these comments after translating these lines
-$messages["error_no_comments_selected"] = "No comments were selected to delete.";
-$messages["error_deleting_comment"] = "There was an error deleting the comment ";
-$messages["comment_deleted_ok"] = "Comment with topic \"%s\" deleted successfully.";
-//*** NEW ***//
-// please remove these comments after translating these lines
-
-
-// categories list
-$messages["category_name"] = "Name";
-
-// removing posts
-$messages["post_cannot_be_deleted"] = "Post can not be deleted";
-$messages["no_posts_selected"] = "There were no posts selected to delete.";
-// %s = subject of the post, %d = identifier of the post. feel free to change its order
-// but if you remove them there will be no information about which post was removed...
-$messages["error_deleting_post"] = "Error deleting post \"%s\" (id = %d)";
-$messages["post_deleted_ok"] = "Post \"%2\$s\" successfully deleted (id = %1\$d)";
-
-// delete categories
-$messages["no_categories_selected"] = "There were no categories selected to delete.";
-$messages["error_category_has_articles"] = "Could not delete category \"%s\" because there is at least one
-article categorized under it. Please remove the article(s) first and then try again.";
-$messages["error_deleting_category"] = "Error deleting category \"%s\" from the database.";
-$messages["category_deleted_ok"] = "Category \"%s\" successfully deleted.";
-
-// add category
-$messages["add_new_category"] = "Add New Category";
-$messages["add_new_category_info"] = "Please provide a valid name for the new category.";
-//*** NEW ***//
-// please remove these comments after translating these lines
-$messages["category_added_ok"] = "Article category added successfully.";
-$messages["error_adding_article_category"] = "There wasn an error adding the new article category.";
-//*** NEW ***//
-// please remove these comments after translating these lines
-
-// edit categories
-$messages["edit_category"] = "Edit Category";
-$messages["please_provide_valid_category_name"] = "Please provide a valid name for the category.";
-
-// edit category
-//*** NEW ***//
-// please remove these comments after translating these lines
-$messages["error_incorrect_category_id"] = "Incorrect article category identifier";
-//*** NEW ***//
-// please remove these comments after translating these lines
-
-// update the category
-$messages["error_fetching_category"] = "There was an error fetching the category.";
-$messages["error_updating_category"] = "There was an error while updating the category.";
-//*** NEW ***//
-// please remove these comments after translating these lines
-$messages["error_empty_category_name"] = "You must provide a valid name for the category.";
-//*** NEW ***//
-// please remove these comments after translating these lines
-$messages["category_updated_ok"] = "Category updated successfully.";
-
-// edit links
-$messages["link_name"] = "Name";
-$messages["link_url"] = $messages["url"];
-$messages["link_category"] = $messages["category"];
-$messages["link_description"] = "Description";
-$messages["links"] = "Links";
-
-// edit a link
-$messages["error_provide_name_and_url"] = "You must at least provide a name and an url for the link.";
-$messages["error_invalid_link_id"] = "The link identifier is invalid or missing.";
-$messages["error_fetching_link"] = "There was an rrror fetching the link.";
-$messages["error_updating_link"] = "There was an error updating the link.";
-$messages["link_updated_ok"] = "Link successfully updated!";
-$messages["error_fetching_link_categories"] = "There was an error fetching the link categories.";
-
-// add a link
-$messages["add_new_link"] = "Add New Link";
-$messages["add_link"] = "Add Link";
-$messages["error_adding_link"] = "There was an error while adding the link.";
-$messages["link_added_ok"] = "Link successfully added.";
-$messages["error_provide_name_and_url"] = "You need to provide at least a valid name and address.";
-$messages["error_must_have_one_link_category"] = "You must have at least one link category before adding any link.";
-
-// delete a link
-$messages["error_no_links_selected"] = "No links were selected to delete.";
-$messages["error_removing_link"] = "Error removing link \"%s\" from the database.";
-$messages["link_deleted_ok"] = "Link \"%s\" successfully removed from the database.";
-
-// edit link categories
-$messages["add_link_category"] = "Add New Link Category";
-$messages["link_categories_help"] = "You must have at least one link category before adding any link.";
-$messages["link_category_name"] = "Name";
-$messages["link_category_links"] = "Links";
-
-// new link category
-$messages["new_link_category_info"] = "Link categories will help you to classify the different links you
-can have. You can also later on show your links grouped using these categories in the main page.";
-$messages["add_link_category"] = "Add Link Category";
-$messages["error_provide_link_category_name"] = "You must provide a valid name for the link category.";
-$messages["error_adding_link_category"] = "There was an error while adding the link category.";
-$messages["link_category_added_ok"] = "Link category successfully added.";
-
-// edit link category
-$messages["edit_link_category"] = "Edit Link Category";
-$messages["error_updating_link_category"] = "There was an error updating the link category.";
-$messages["link_category_updated_ok"] = "Link category updated successfully.";
-$messages["error_fetching_link_category"] = "Error fetching the link category.";
-$messages["error_incorrect_link_category_id"] = "Incorrecct link category identifier";
-
-
-// delete link categories
-$messages["error_no_link_category_selected"] = "No link categories were selected to delete.";
-$messages["error_links_in_link_category"] = "Category \"%s\" can not be deleted because it has links categorized
-under it. Please remove first all the links and then try again.";
-$messages["error_removing_link_category"] = "Error removing the category \"%s\".";
-$messages["link_category_deleted_ok"] = "Link category \"%s\" successfully removed.";
-// this error is shown when for some reason the category could not be fetched from the database
-// and we can't show its name
-$messages["error_removing_link_category_2"] = "Error removing link category with id = %d";
-
-// blog settings page
-$messages["blog_settings"] = "Blog Settings";
-$messages["user_profile"] = "User Profile";
-$messages["plugin_center"] = "Plugin Center";
-$messages["statistics"] = "Statistics";
-$messages["blog_name"] = "Blog name";
-$messages["long_blog_name"] = "Longer, descriptive text about this blog";
-$messages["language_used"] = "Language used to display the texts and dates";
-$messages["items_main_page"] = "How many items would you like to show in the main page?";
-$messages["items_as_recent"] = "How many items would you like to show as \"Recent\"?";
-$messages["template_used"] = "Choose a template that will define the look of your blog";
-$messages["cut_posts"] = "Cut posts that are too long and and a \"More...\" link?";
-$messages["cut_posts_after_characters"] = "How many characters would you like to allow before cutting the post?";
-$messages["enable_wysiwyg_edition"] = "Enable WYSIWYG edition of texts (only available for Internet Explorer 5.5 or higer and Mozilla 1.3b or higher)?";
-$messages["enable_comments"] = "Enable comments for all posts?";
-$messages["yes"] = "Yes";
-$messages["no"] = "No";
-$messages["error_invalid_locale"] = "Invalid value for the locale settings";
-$messages["error_incorrect_max_recent_items"] = "You must provide a valid value for the number of recent items you
-would like to show.";
-$messages["error_incorrect_number_of_posts"] = "You must provide a valid value for the number of posts you
-would like to show on the main page.";
-$messages["error_incorrect_template"] = "The value for the template is not correct.";
-$messages["error_no_blog_name"] = "You must provide a valid name for your blog.";
-$messages["error_incorrect_show_more_threshold"] = "You must provide a valid value for the
-number of characters to show of a post before cutting it and adding the \"More...\" link.";
-$messages["error_updating_settings"] = "There was an error while updating the settings of the blog.";
-$messages["blog_settings_updated_ok"] = "Blog settings updated succesfully!";
-$messages["permanent_blog_url"] = "Permanent URL for this blog (read only)";
-
-// user profile page
-$messages["username"] = "Username";
-$messages["password"] = "Password";
-$messages["confirm_password"] = "Confirm Password";
-$messages["email_address"] = "Email address";
-$messages["bio"] = "Bio";
-$messages["empty_no_change"] = "Leave empty for no change";
-$messages["user_settings_updated_ok"] = "User settings updated successfully.";
-$messages["error_updating_user_settings"] = "Error updating user settings.";
-$messages["error_passwords_dont_match"] = "Sorry, passwords do not match.";
-$messages["error_incorrect_password"] = "Sorry, the password is not correct.";
-$messages["error_incorrect_email_address"] = "Email address is not valid.";
-
-// plugin center page
-$messages["plugins_available"] = "This is a list of the plugins available to use in the templates";
-$messages["identifier"] = "Identifier";
-$messages["description"] = "Description";
-$messages["error_plugins_disabled"] = "Support for plugins has been disabled in this site.";
-
-// statistics page
-$messages["statistics_info"] = "An article identifier of 0 means that those were incoming hits to the main
-site, not to any particular article.";
-$messages["article_id"] = "Article Id";
-$messages["last_hit_date"] = "Last Hit Date";
-$messages["error_fetching_referers"] = "Error fetching the referrers for this site";
-
-
-// login screen
-$messages["login_page_title"] = "pLog Administrative Interface";
-$messages["login"] = "Login";
-$messages["welcome_message"] = "Welcome to pLog";
-$messages["error_incorrect_username_or_password"] = "Sorry, Incorrect username or password.";
-$messages["error_dont_belong_to_any_blog"] = "Sorry, you don't belong to any blog yet.";
-$messages["error_no_username_or_password"] = "Please provide a valid username or password.";
-$messages["choose_one_blog"] = " You belong to the following blogs. Choose one to work on now";
-$messages["continue"] = "Continue";
-$messages["logout_message"] = "You have been successfully logged out.";
-$messages["logout_message_2"] = "<a href=\"admin.php\">Click here</a> to log in again, or
-<a href=\"%1\$s\">here to go to %2\$s</a>.";
-$messages["logout_title"] = "Logged out";
-$messages["error_access_forbidden"] = "Access is forbidden. You must authenticate first here.";
-
-/////////////////////////////////////////////////////////////////////
-//
-//
-// new strings added for 0.2
-//
-//
-////////////////////////////////////////////////////////////////////
-$messages["site_admin"] = "Site Admin";
-$messages["site_stats"] = "Site Statistics";
-$messages["add_user"] = "Add User";
-$messages["users"] = "Users";
-$messages["add_blog"] = "Add Blog";
-$messages["blogs"] = "Blogs";
-$messages["locales"] = "Locales";
-$messages["add_locale"] = "Add Locale";
-$messages["templates"] = "Templates";
-$messages["add_template"] = "Add Template";
-$messages["global_settings"] = "Global Settings";
-$messages["site_settings"] = "Site Settings";
-$messages["help_comments_enabled"] = "Enables or disables comments for the whole site.";
-$messages["help_beautify_comments_text"] = "Respects user formatting when posting a comment.";
-$messages["help_rdf_enabled"] = "Enables or disables the generation of an RDF feed with the latest posts.";
-$messages["help_temp_folder"] = "Folder that will be used by pLog to carry out some operations that need a temporary folder.";
-$messages["help_base_url"] = "This URL will be used to generate correct URLs, so please set it to the correct value";
-$messages["help_show_posts_max"] = "How many posts will be shown in the main page by default.";
-$messages["help_recent_posts_max"] = "How many posts will be shown as recent, by default.";
-$messages["help_template_folder"] = "This is where the templates used by pLog can be found.";
-$messages["help_default_template"] = "The template that will be given by default to new blogs.";
-$messages["help_defalut_locale"] = "The default locale settings that will be used for new blogs and in the login page of the administration interface.";
-$messages["help_html_allowed_tags_in_comments"] = "HTML tags that will not be removed from comments posted by users.";
-$messages["help_referer_tracker_enabled"] = "Adds very basic information from about the referrer to the database, if the referrer is available when receiving a request.";
-$messages["help_rss_parser_enabled"] = "Enables or disables the RSS parser that is available in the templates.";
-$messages["help_show_more_enabled"] = "Enables or disables the \"More...\" feature by default.";
-$messages["help_show_more_threshold"] = "How many characters should be left before the more link is added.";
-$messages["help_update_article_reads"] = "Whether to update or not the internal counter representing the number of times each article has been read.";
-$messages["help_request_format_mode"] = "\"Plain\" mode will generate normal URLs while \"Search Engine Friendly\" will generate URLs that are easier to read and that will be parsed by search engines. Requires Apache and the possibility to use a .htaccess file";
-$messages["help_xmlrpc_ping_enabled"] = "Whether to send an XMLRPC notification to the hosts configured below every time a post is added.";
-$messages["help_xmlrpc_ping_hosts"] = "List of hosts that support XMLRPC notifications. Please put different hosts in different lines, as many as needed.";
-$messages["help_trackback_server_enabled"] = "Whether to accept or not incoming trackback requests.";
-$messages["help_htmlarea_enabled"] = "Enables or disables the WYSIWYG editor of posts.";
-$messages["help_plugin_manager_enabled"] = "Enables or disables plugins.";
-$messages["help_check_email_address_validity"] = "When registering a new blog, users are asked for a valid email address which will be verified for authenticity if this is set to true.";
-$messages["help_summary_page_show_max"] = "How many items should be shown in the summary page.";
-$messages["help_minimum_password_length"] = "How many characters should have at least a password.";
-$messages["help_users_can_add_templates"] = "Whether users are allowed to add new blog-specific templates or not to their blogs.";
-$messages["help_email_service_enabled"] = "Enables or disables the email service, used to send for example article notifications.";
-$messages["post_notification_source_address"] = "Address that will be used as the From: field when sending out emails.";
-$messages["help_email_service_type"] = "Method that will be used to send emails. Please choose one of them and do not forget to check the settings below.";
-$messages["help_smtp_host"] = "If using SMTP as the email sending method, this is the host that will be used to send the messages.";
-$messages["help_smtp_port"] = "Port in the host above specified where the SMTP server is running.";
-$messages["help_smtp_use_authentication"] = "If the SMTP server supports authentication and would like to use it, please enable this feature and see the two settings below.";
-$messages["help_smtp_username"] = "Username that will be used when sending emails using SMTP and authentication has been enabled.";
-$messages["help_smtp_password"] = "Password that will be used when sending emails using SMTP and authentication has been enabled.";
-$messages["help_uploads_enabled"] = "Enables or disables the uploading of files. This feature will affect the uploading of new template sets and the adding of files to current existing template sets.";
-$messages["help_maximum_file_upload_size"] = "Maximum size in bytes of files uploaded by users.";
-$messages["help_upload_forbidden_files"] = "List of file patterns that are not allowed to be uploaded. You can specify as many as needed separated by a blank space.";
-$messages["help_path_to_tar"] = "Path where the 'tar' tool can be found.";
-$messages["help_path_to_gzip"] = "Path where the 'gzip' tool can be found.";
-$messages["help_path_to_bz2"] = "Path where the 'bzip2' tool can be found.";
-$messages["help_path_to_unzip"] = "Path where the 'unzip' tool can be found.";
-
-$messages["add_user_give_information"] = "Please enter the following information to create a new user.";
-
-$messages["site_registered_users"] = "These are all the users registered in this server.";
-
-$messages["add_blog_give_information"] = "Please enter the following information to create a new blog.";
-$messages["blog_title"] = "Blog title";
-$messages["blog_owner"] = "Blog owner";
-
-$messages["site_registered_blogs"] = "These are all the blogs registered in this site.";
-$messages["edit_users"] = "Edit Users";
-
-$messages["upload_locale"] = "Upload locale";
-$messages["use_this_form_to_upload_locale"] = " Use this form to upload a new locale file to this server. If you don't have the possibilityto upload files, please see the form below.";
-$messages["locale_file"] = "Locale file";
-$messages["manually_add_locale"] = "Manually Add Locale";
-$messages["use_this_form_if_cant_upload_locale"] = "Use this second form if you don't have the possibility of uploading files to your server. The file must have been copied to the default locale folder before executing this operation. Otherwise it will result in an error.";
-$messages["locale_code"] = "Locale code";
-$messages["locale_encoding"] = "Encoding";
-
-$messages["template_will_be_available_for_all"] = "The new template will automatically become available to all the blogs in this site.";
-
-$messages["use_this_form_to_upload_template"] = " Use this form to upload a new template set file to this server. If you don't have the possibility to upload files, please see the form below . Template sets must be packed in zip, tar.gz or tar.bz2 files in order to be uploaded.";
-$messages["locale_file"] = "Locale file";
-$messages["upload_template"] = "Upload template";
-$messages["manually_add_template"] = "Manually Add Template";
-$messages["use_this_form_if_cannot_upload_template"] = " Use this second form if you don't have the possibility of uploading files to your server. The file must have been copied to the default template folder before executing this operation. Otherwise it will result in an error.";
-$messages["template_id"] = "Template Identifier";
-
-$messages["templates_available_for_all"] = "This templates are available to all the blogs in this site.";
-$messages["add_file"] = "Add File";
-
-$messages["setting_name"] = "Name";
-$messages["setting_value"] = "Value";
-$messages["setting_description"] = "Description";
-
-$messages["plain"] = "Plain";
-$messages["search_engine_friendly"] = "Search Engine Friendly";
-
-$messages["general_settings"] = "General Settings";
-$messages["helper_tools_settings"] = "Helper Tools Settings";
-$messages["uploads_settings"] = "Uploads Settings";
-$messages["email_settings"] = "Email Settings";
-
-$messages["number_blogs"] = "Number of blogs";
-$messages["number_users"] = "Number of users";
-$messages["number_posts"] = "Number of posts";
-$messages["number_posts_today"] = "Number of posts today";
-$messages["number_posts_this_month"] = "Number of posts this month";
-
-$messages["date"] = "Date";
-$messages["time"] = "Time";
-
-$messages["comments_order"] = "Order in which comments appear:";
-$messages["oldest_first"] = "Oldest first";
-$messages["newest_first"] = "Newest first";
-
-$messages["blog"] = "Blog";
-$messages["blog_id"] = "Blog Numerical Identifier";
-
-$messages["blog_users"] = "Blog Users";
-$messages["available_users"] = "Available Users";
-$messages["add"] = "Add";
-$messages["remove"] = "Remove";
-
-$messages["user_id"] = "User Numerical Identifier";
-
-$messages["new_password"] = "New Password";
-$messages["has_administrator_privileges"] = "Has administrator privileges";
-$messages["related_to_the_following_blogs"] = "Related to the following blogs";
-
-$messages["add_user_to_blog_form"] = " This form will allow you to add a user to your blog. The user will only be allowed to add or edit posts, but he or she will not be allowed to change any of the blog settings.";
-$messages["add_user_enter_username"] = " Please enter the username of the user you would like to add. The user must have registered in this server, otherwise this will cause an error.";
-$messages["add_user_send_notification"] = "Send a notification email to this user.";
-$messages["add_user_type_notification"] = "Type some text here to be sent to this user";
-
-$messages["following_users_have_permissions"] = " The following users are part of this blog. They can add, edit and remove posts but cannot change any of the settings and behaviour of this site.";
-$messages["revoke_permissions"] = "Revoke Permissions";
-
-$messages["add_blog_template"] = "Add Blog Template";
-$messages["manually_add_blog_template"] = "Manually Add Blog Template";
-$messages["template_available_only_for_this_blog"] = "This template will be made available only for this blog.";
-$messages["use_form_to_upload_blog_template"] = "Use this form to upload a new template set file to this server. If you don't have the possibility to upload files, please see the form below. Template sets must be packed in zip, tar.gz or tar.bz2 files in order to be uploaded.";
-$messages["use_form_if_cannot_upload_blog_template"] = "Use this second form if you don't have the possibility of uploading files to your server. The file must have been copied to the default template folder before executing this operation. Otherwise it will result in an error.";
-
-$messages["blog_templates"] = "Blog Templates";
-$messages["templates_only_available_for_this_blog"] = "The following templates are only available to this blog.";
-
-$messages["add_file_to_blog_template"] = "Add File to Blog Template"; $messages["upload_file_to_blog_template"] = "Please upload the file you would like to add to the template set.";
-
-$messages["error_user_id_incorrect"] = "Incorrect user identifier.";
-$messages["error_incorrect_user_id"] = $messages["error_user_id_incorrect"];
-$messages["error_fetching_user_information"] = "There was an error fetching the user information.";
-$messages["error_password_incorrect"] = "The password is too short or invalid.";
-$messages["error_updating_user_settings"] = "I could not update the settings for the given user.";
-$messages["user_settings_updated_ok"] = "Settings for user \"%s\" updated successfully.";
-$messages["error_no_users_selected_to_add"] = "No users were selected to add.";
-$messages["user_added_to_blog_ok"] = "The user \"%s\" has been added to the blog.";
-$messages["error_adding_user_to_blog"] = "There was an error adding the user \"%s\" to the blog.";
-$messages["error_no_users_selected_to_remove"] = "No users were selected to remove.";
-$messages["user_removed_from_blog_ok"] = "The user \"%s\" has been removed from the blog.";
-$messages["error_removing_user_from_blog"] = "There was an error removing the user \"%s\" from the blog.";
-
-$messages["error_incorrect_plugin_id"] = "The plugin identifier is incorrect.";
-$messages["error_configuring_plugin"] = "There was an error configuring the plugin: ";
-$messages["site_config_saved_ok"] = "Site configuration was successfully saved.";
-$messages["error_saving_site_config"] = "There was a problem saving the configuration.";
-
-$messages["error_incorrect_blog_owner"] = "The user chosen as the blog owner does not exist.";
-$messages["error_updating_blog_settings"] = "There was an error while updating the settings for blog \"%s\"";
-$messages["blog_settings_updated_ok"] = "The settings for blog \"%s\" were updated successfully.";
-
-$messages["error_fetching_users"] = "There was an error while fetching the users in this site.";
-
-$messages["error_fetching_blogs"] = "There was an error while fetching the blogs in this site.";
-
-$messages["error_incorrect_template_id"] = "The template identifier is not valid or does not exist.";
-
-$messages["error_no_users_selected"] = "No users were selected to delete.";
-$messages["error_could_not_find_user"] = "I could not find user \"%s\" in this site.";
-$messages["error_deleting_user"] = "There was an error deleting user \"%s\"";
-$messages["user_deleted_ok"] = "User \"%s\" successfully deleted.";
-
-$messages["error_must_give_blog_name"] = "You must give a valid name for the blog.";
-$messages["error_adding_blog"] = "There was an error while adding the blog to the database.";
-$messages["blog_added_ok"] = "The new blog \"%s\" has been successfully added to the database.";
-
-$messages["error_template_not_inside_folder"] = "The template files must be inside a folder.";
-$messages["error_missing_base_files"] = "Some of the basic files are missing from the set.";
-$messages["error_unpacking"] = "There was an error unpacking the file.";
-$messages["error_forbidden_extensions"] = "Some files inside the template have been forbidden.";
-$messages["error_creating_working_folder"] = "There was an error checking the template set";
-$messages["error_checking_template"] = "There was an error with the template set (code = %s)";
-$messages["error_add_template_disabled"] = "Users are not allowed to add templates in this site.";
-$messages["error_must_upload_file"] = "You must upload a file.";
-$messages["error_no_template_name"] = "You must provide a template name.";
-$messages["error_uploads_disabled"] = "The upload feature has been disabled in this site.";
-$messages["error_installing_template"] = "There was an error installing the template set.";
-$messages["template_installed_ok"] = "The new template set has been successfully installed as \"%s\".";
-
-$messages["error_adding_template_file"] = "There was an error adding the file to the template set.";
-$messages["error_file_forbidden"] = "Files of this type have been forbidden in this site.";
-$messages["error_file_too_big"] = "The file is too big. Maximum allowed size is \"%s\" bytes.";
-$messages["template_file_added_ok"] = "File added successfully to template \"%s\".";
-
-$messages["error_plugin_cannot_be_configured"] = "The plugin cannot be configured.";
-
-$messages["error_incorrect_username"] = "The username is incorrect.";
-$messages["error_username_already_exists"] = "There is already a user registered with the same username.";
-$messages["error_adding_user"] = "There was an error whiel adding the new user to the database.";
-$messages["user_added_ok"] = "The new user \"%s\" has been successfully added.";
-
-$messages["error_no_blogs_selected"] = "You must select at least one blog to delete.";
-$messages["error_blog_is_default_blog"] = "\"%s\" cannot be deleted because it is the default blog.";
-$messages["blog_deleted_ok"] = "Blog \"%s\" has been successfully deleted.";
-$messages["error_deleting_blog"] = "There was an error while deleting blog \"%s\".";
-
-$messages["error_no_templates_selected"] = "No templates were selected to remove.";
-$messages["error_removing_template"] = "There was an error removing the template \"%s\"";
-$messages["template_removed_ok"] = "Template \"%s\" removed successfully.";
-
-$messages["error_no_users_selected_to_remove_from_blog"] = "No users were selected to remove from this blog.";
-$messages["error_removing_user_from_blog"] = "There was an error removing user \"%s\" from this blog.";
-$messages["user_removed_from_blog_ok"] = "User \"%s\" has been successfully removed from this blog.";
-
-$messages["error_incorrect_locale_code"] = "The given locale code is not valid.";
-$messages["error_invalid_locale_file"] = "The file does not seem to be a valid locale file.";
-$messages["error_adding_locale_file"] = "There was an error adding the new locale file. Please make sure that the file has been uploaded to the locale folder prior to this operation and that it has correct permissions.";
-$messages["locale_added_ok"] = "The new locale \"%s\" has been successfully added.";
-$messages["error_saving_locale"] = "There was an error saving the new locale file to the locale folder. Please make sure that the folder has the right access permissions.";
-
-$messages["error_no_locales_selected"] = "No locales were selected to delete.";
-$messages["error_deleting_only_locale"] = "This is the only locale available in the system and therefore it cannot be deleted.";
-$messages["locale_deleted_ok"] = "Locale \"%s\" deleted successfully.";
-$messages["error_deleting_locale"] = "There was an error while deleting locale \"%s\"";
-$messages["error_cant_delete_default_locale"] = "\"%s\" can not be deleted because it is the default locale setting at the moment.";
-
-$messages["plugin_config"] = "Plugin Configuration";
-
-$messages["use_read_more_feature"] = "Show the whole post in the main page? (If you select 'No', or only the part that was typed in the 'Text' box will be shown in the main page)";
-
-$messages["extended_text"] = "This text will be only shown in the post page, unless we disable the feature in the 'Settings' tab";
-
-$messages["error_must_give_post_intro"] = "You must at least provide an introductory text to the post.";
-$messages["error_no_albums_defined"] = "There are no albums available in this blog.";
-$messages["error_fetching_album"] = "There was an error fetching the requested album";
-$messages["comment_marked_as_spam_ok"] = "Comment marked as spam successfully.";
-$messages["comment_marked_as_nonspam_ok"] = "Comment marked as non spam successfully.";
-$messages["error_marking_comment_as_nonspam"] = "There was an error marking the comment as non spam.";
-$messages["error_marking_comment_as_spam"] = "There was an error marking the comment as spam.";
-$messages["error_incorrect_comment_id"] = "The comment identifier was incorrect.";
-$messages["error_base_storage_folder_missing_or_unreadable"] = "It was not possible for pLog to create the necessary folders where resources are going to be installed. This might be due to several reasons, such as your PHP installation running with safe mode enabled or your user not having enough permissions to do so. You may still try to carry out the operation manually, by creating
-the following folders: <br/><br/>%s<br/><br/>If these folders already exist please make sure that they can be read and written by the user running the web server.";
-
-
-///// new help messages ////
-
-//
-// translators: this one has changed too since we now have two text boxes: one for the
-// text that we'd like to appear in the main page and another one for the text that
-// will only be shown in the 'post' page (that is, when the users clicks on the
-// permalink, for example)
-//
-$messages["newPost"] = "<p>Use this page to add a new post to your journal. You should provide a topic or subject
-for your post as well as some text for your post. Once you have finished, press the <b>'Add'</b> button and the post
-will automatically be included in your page. Please note that you have to set the status of the post
-to <b>'Published'</b> if you want it to appear in front page. Use the <b>'Draft'</b> status when you can't finish posting
-now but you would like to save what you have typed so far for later revision.</p>
-<p>The text typed in the first text box will always appear in the main page. You can use
-the second text box if you want to have some text not to be included in the main page
-but that should be shown once the users clicks on the permalink or on the
-\"Read More...\" link. This link will be automatically added to the end of the text. This
-field is not mandatory and its behaviour can be controlled in the \"Settings\" tab,
-where you can force both text text boxes to be shown in the main page.</p>
-<p>You can also classify the post under any of the categories you have previously created. Simply set
-the <b>'Category'</b> field to the one you most like.</p>
-<p>If you would like to receive an email notifying about a new post, please check the corresponding
-checkbox.</p>
-<p>Check the box where it says </b>'Find links in the post...'</b> if after adding the post, you
-would like to send trackback pings to the hosts that support it. Your post will be scanned for
-links and you will have the possibility to choose which ones to send trackback pings to.</p>";
-
-$messages["updatePost"] = $messages["newPost"];
-
-$messages["newBlogUser"] = "This option allows you to easily give editing permissions to other
-users in this blog. To do so, you only have to know its username. If you already know it,
-simply type it in the text field below and press the \"Add User\" button. If you wish, you can
-also send an email to this user (as long as he or she used the right address when
-registering) notifying him or her that he has now been granted permissions to add, edit
-and delete posts in this blog.";
-
-$messages["showBlogUsers"] = "This is a list of the users that have been given editing permissions
-in this blog. You can see their profile if you wish or you can also revoke their permissions
-by selectin them and then clicking on the \"Revoke Permissions\" button. Once you do that,
-the selected users will no longer be able to publish anything in this blog.";
-
-//
-// note to translators:
-//
-// added some additional text here to inform about the new "configure" feature
-//
-$messages["pluginCenter"] = "<p>From here you can see which plugins have been installed. For every
-plugin, you will see its identifier (the identifier you have to use when developing templates and
-want to make use of the plugin features), the author of the plugin, and some descriptive text with
-various information about the plugin, mainly how to use it.</p>
-<p>Some plugins offer also their own configuration page from wich you can modify some
-aspects of its behaviour. To access such page, please click on the \"configure\" link
-next to every plugin.</p>";
-
-$messages["configurePlugin"] = "This plugin provides some settings that can be configured
-by the user.";
-
-$messages["newBlogTemplate"] = "<p>It is possible to easily add new templates to the system. To do
-so, there are two possibilities: the template can either be uploaded as a compressed file
-(tar.gz, tar.bz2 and zip files are supported) to the server or it canbe manually
-uploaded using any available method.</p>
-<p>If the first method is chosen, the contents of the file must have all been packaged
-under a folder which will be the name given to the template.</p>
-<p>If the second method is chosen, simply upload the files to a folder under your blog-specific folder
-and type in the name of the folder in the text box below.</p>
-<p>Plugins added here will only be available to this specific below and will not be able to
-be accessed by other blogs.</p>";
-
-$messages["blogTemplates"] = "<p>This is a list with all the templates that have been added to
-this blog. If you wish to remove any of them, please select them and click on the
-\"Delete Selected\" button below the list. Once a template is deleted it cannot be
-recovered, since it is removed from the disk.</p>";
-
-$messages["adminSettings"] = "<p>These are some very basic statistics about the site.</p>";
-
-$messages["createUser"] = "<p>We can easily register new users in the system by using this form.
-We only need to provide with a valid username and a password, and optionally an email address.
-Users registered here will not be attached to any blog unless we explicitly do so in the
-\"User\" section or until we create a blog specially for this new user.</p>";
-
-$messages["editUserProfile"] = "<p>From here we can edit the profile of any user in this blog. We can
-also grant administrator privileges to the user (or revoke them). A list of the blogs to which
-the user belogs is also displayed.</p>";
-
-$messages["editSiteUsers"] = "<p>These are all the users that are registered in this site. You can see and edit
-their profile by clicking on the username or you can delete any of them by clicking on the
-checkbox of the user(s) and then click on the \"Delete Selected\" button. Once a user
-has been deleted, it can <b>not</b> be recovered, so please be careful.</p>";
-
-$messages["createBlog"] = "<p>Unlimited blogs can be added to a single installation of pLog. Users
-can use the registration script provided in the main package but administrator can also
-register new blogs by using this form. The only things needed to know are the name that will
- be given to the blog and the user who will be the owner, having the maximum privileges
- over that blog.</p>";
-
- $messages["editSiteBlogs"] = "<p>This is a list with all the blogs that have been registered
- so far in this site. Any blog can be deleted selecting it and clicking on the \"Delete
- Selected\" button. If we try to delete the blog that has been set as the default one
- (see the \"Global Settings\" tab in \"Site Admin\") we will get an error message.</p>
- <p>We can also edit the settings of any blog by clicking on it.</p>
- <p>Finally, we can edit the users that have permissions on a given blog by clicking
- on the \"Edit Users\" link</p>";
-
-$messages["editBlog"] = "<p>The settings of the blog can be edited from here in the same way
-a normal user can do. Everything is exactly the same except that administrator users can also
-change who is the owner of the blog, anytime.</p>";
-
-$messages["editBlogUsers"] = "<p>This feature allows to visually add and remove users from
-any blog. On the left side we will see a list containing all the users that have not
-been given editing privileges in this blog yet, while on the right side we will see a list of the
-users that have already been given privileges. To a user (or more than one if necessary)
-we only have to select them from the list of the left and click on the \"Add\" button. To do
-the opposite process, we will have to select the users from the list of the right and
-click on the \"Remove\" button.</p>
-<p>It is also possible to change the user who is the owner of the blog by selecting
-another from the drop-down list on top.</p>";
-
-$messages["newLocale"] = "<p>Now locales can be easily added to the site using this feature. If
-we have the possibility of uploading files, then we can use the first form, \"Upload Locale\"
-simply pointing the browser to the locale file we'd like to upload. pLog will take care
-of everything else, including copying the file to the folder with the other language files, but
-please bear in mind that the folder must be writable by the user who is running the web server in
-order for this feature to work properly. If the language file already exists, <b>it will
-be overwritten and replaced by the new one</b>.</p>
-<p>If files cannot be uploaded to the server, then the file will have to be
-manually uploaded and placed in the same folder with the other language files. Once the file
-has been placed there, we will have to type in the second form its code omitting the
-\"locale_\".</p>
-<p>Locale files must follow the naming convention of locale_ll_CC, where 'll' is the
-2-digit ISO code for the language, while CC is the 2-digit ISO code for the country. If the file
-does not conform to those rules, it will be rejected as a valid locale file.</p>";
-
-$messages["siteLocales"] = "<p>This is a list with all the language files that have been
-installed in this site. For each one of them, the encoding used by it and a brief
-description can be seen. Also, language files can be removed from the system by selecting
-them and clicking on the \"Delete Selected\" button.</p>";
-
-$messages["newTemplate"] = "<p>It is possible to easily add new templates to the system. To do
-so, there are two possibilities: the template can either be uploaded as a compressed file
-(tar.gz, tar.bz2 and zip files are supported) to the server or it can be manually
-uploaded using any available method.</p>
-<p>If the first method is chosen, the contents of the file must have all been packaged
-under a folder which will be the name given to the template.</p>
-<p>If the second method is chosen, simply upload the files to a folder under your blog-specific folder
-and type in the name of the folder in the text box below.</p>
-<p>Plugins added here will be available to <b>all</b> the blogs in this site.</p>";
-
-$messages["siteTemplates"] = "<p>This is a list with all the templates that are globally
-available to all blogs. If you wish to remove any of them, please select them and click on the
-\"Delete Selected\" button below the list. Once a template is deleted it cannot be
-recovered, since it is removed from the disk.</p>";
-
-$messages["editSiteSettings"] = "These are all the global settings that control many aspects of the
-behaviour of pLog.";
-
-$messages["newBlogTemplateFile"] = "Single files can be added to an already existing template
-set without having to upload the whole set again. Simply find the file you would like to
-upload in your disk and click on the \"Add File\" button.";
-
-// text is the same, so we can save a few bytes
-$messages["newTemplateFile"] = $messages["newBlogTemplateFile"];
-
-
-////////////////////////////////////////////
-///
-///
-/// NEW STRINGS ADDED IN 0.3!!
-///
-///
-////////////////////////////////////////////
-$messages["show_category_in_main_page"] = "Show this category in the main page";
-$messages["welcome_resource_center"] = "Welcome to the resource center!";
-$messages["resource_center"] = "Resource Center";
-$messages["resource_albums"] = "Resource Albums";
-$messages["resources"] = "Resources";
-$messages["add_resource"] = "Add Resource";
-$messages["add_album"] = "Add Album";
-$messages["album"] = "Album";
-$messages["album_name"] = "Album name";
-$messages["parent_album"] = "Parent album";
-$messages["no_parent_album"] = "No parent album";
-$messages["resource_info"] = "Resource Information";
-$messages["size"] = "Size";
-$messages["format"] = "Format";
-$messages["dimensions"] = "Dimensions";
-$messages["bits_per_sample"] = "Bits per pixel";
-$messages["bytes"] = "bytes";
-$messages["pixels"] = "pixels";
-$messages["time_offset"] = "Time difference in hours between the server and you:";
-$messages["hours"] = "Hours";
-$messages["album_added_ok"] = "The new album has been successfully added.";
-$messages["name"] = "Name";
-$messages["children"] = "Children";
-$messages["see"] = "See";
-$messages["view"] = "View";
-$messages["resource_info"] = "Resource Information";
-$messages["number_of_channels"] = "Number of channels";
-$messages["length"] = "Length";
-$messages["number_of_files"] = "Number of files";
-$messages["compressed_size"] = "Compressed size";
-$messages["uncompressed_size"] = "Uncompressed size";
-$messages["resource_file"] = "File that you would like to add";
-$messages["add_to_album"] = "Add the file to the following album";
-$messages["edit_resource_album"] = "Edit Resource Album";
-$messages["error_loading_resource_album"] = "There was an error fetching the resource album.";
-$messages["error_album_id_parameter_missing"] = "The album identifier is incorrect.";
-$messages["error_album_parent_id_parameter_missing"] = "Parent album identifier not found.";
-$messages["error_updating_resource_album"] = "There was an error updating the resource album.";
-$messages["resource_album_updated_ok"] = "The resource album \"%s\" was updated successfully.";
-$messages["error_must_give_album_name"] = "You must provide with a name for the album.";
-$messages["error_adding_album"] = "There was an error adding the resource album.";
-$messages["album_added_ok"] = "The new album \"%s\" was successfully added.";
-$messages["resource_added_ok"] = "The new resource was successfully added.";
-$messages["error_resource_forbidden_extension"] = "The resource could not be added because it had a forbidden extension.";
-$messages["error_resource_too_big"] = "The resource could not be added because it was too big.";
-$messages["error_uploads_disabled"] = "The resource could not be added because uploads have been disabled in this site.";
-$messages["error_adding_resource"] = "There was an error adding the resource.";
-$messages["error_loading_resource"] = "There was an error fetching the resource";
-$messages["error_updating_resource"] = "There was an error updating the resource.";
-$messages["resource_updated_ok"] = "Resource \"%s\" was updated successfully.";
-$messages["error_no_resources_selected"] = "There were no resources selected to delete.";
-$messages["resource_deleted_ok"] = "Resource \"%s\" was successfully removed.";
-$messages["error_deleting_resource"] = "There was an error deleting resource \"%s\".";
-$messages["error_no_resource_uploaded"] = "There was no resource file uploaded.";
-$messages["filtered_content"] = "Filtered Content";
-$messages["global_filtered_content"] = "Global Filtered Content";
-$messages["block_content"] = "Filter Content";
-$messages["blocked_hosts"] = "Blocked Hosts";
-$messages["global_blocked_hosts"] = "Globally Blocked Hosts";
-$messages["block_host"] = "Block Host";
-$messages["security"] = "Security";
-$messages["security_welcome"] = "Welcome to the security area!";
-$messages["filtered_content_intro"] = "The following content/regular expressions have been blocked in this blog.";
-$messages["global_filtered_content_intro"] = "The following content/regular expressions have been globally blocked.";
-$messages["content"] = "Content";
-$messages["reason"] = "Reason";
-$messages["add_filtered_content"] = "Add Filtered Content";
-$messages["add_filtered_content_intro"] = "Anything added here will not be allowed as valid text in a comment, and any attempt by a casual user to post a comment with blocked content will block the comment. Regular expressions or a simple string can be used. Regular expressions are much more powerful but they're also much more complex and you should be careful with them, because you could potentially block all content with the wrong regular expression.";
-$messages["global_add_filtered_content_intro"] = "Anything added here will not be allowed as valid text in a comment in any of the blogs available in this site. Any attempt by a casual user to post a comment with blocked content will block the comment. Regular expressions or a simple string can be used. Regular expressions are much more powerful but they're also much more complex and you should be careful with them, because you could potentially block all content with the wrong regular expression.";
-$messages["content_to_block"] = "Content that you would like to block";
-$messages["block_this"] = "Block This";
-$messages["mask"] = "Mask";
-$messages["access_blocked"] = "Access Blocked";
-$messages["posting_blocked"] = "Posting Blocked";
-$messages["block_host_intro"] = "Hosts added here will be blocked from accessiny only this blog. Please see <a href=\"javascript:help_window('admin.php?op=Help&helpId=newBlogBlockedHost');\">Help</a> for more detailed information about this feature.";
-$messages["global_block_host_intro"] = "Hosts added here will be blocked from accessing any blog in this site. Please see this related <a href=\"javascript:help_window('admin.php?op=Help&helpId=newBlogBlockedHost');\">help item</a> for more information about this feature.";
-$messages["block_type"] = "Block type";
-$messages["error_invalid_ip_address"] = "The IP address is not valid.";
-$messages["error_provide_content_to_block"] = "You must provide some content to block.";
-$messages["error_must_create_album_first"] = "You must create an album before adding any resource.";
-$messages["error_resource_is_not_an_image"] = "The chosen resource is not an image.";
-$messages["error_generating_resource_preview"] = "There was an error regenerating the preview for this resource.";
-$messages["resource_preview_generated_ok"] = "The preview for this resource was successfully generated.";
-$messages["regenerate_preview"] = "Regenerate Preview";
-$messages["show_album"] = "Show Album";
-$messages["show_album_when_browsing"] = "Show this album to users";
-$messages["assigned_to_blog"] = "Assign user to the following blog";
-$messages["clean_up"] = "Clean-Up";
-$messages["purge_info"] = "The purge function will physically remove all posts that have been marked as 'Deleted'. Otherwise,
- those posts are kept in the database (in case the user would like to restore some of them) and they
- may end up being a considerable amount, uselessly enlarging the size of the database. If you are
- sure that you would like to remove such posts, please press the button below.";
-$messages["spam_info"] = "Comments marked as spam can be kept in the database in order to train the filter. Once the function
- has been accomplished, they are useless and if you wish the remove the comments marked as
- spam from the database, please use the button below.";
-$messages["no_spam"] = "No Spam";
-$messages["spam"] = "Spam";
-$messages["mark_as_spam"] = "Mark as spam";
-$messages["mark_as_no_spam"] = "Mark as no spam";
-$messages["enable_comments_for_post"] = "Enable comments for this post";
-$messages["close_window"] = "Close Window";
-$messages["add_resource"] = "Add Resource";
-$messages["add_resource_preview"] = "Add Preview";
-$messages["add_album"] = "Add Album";
-$messages["show_main_page"] = "Show in Main Page";
-$messages["purge_spam_comments"] = "Purge Spam Comments";
-$messages["purge_posts"] = "Purge Posts";
-$messages["keep_spam_comments"] = "Keep Spam Comments";
-$messages["throw_away_spam_comments"] = "Throw Away Spam Comments";
-$messages["error_adding_blocked_host"] = "There was an error blocking the given host.";
-$messages["blocked_host_added_ok"] = "Host %s added successfully to the list of blocked hosts.";
-$messages["error_no_blocked_hosts_selected"] = "There were no hosts selected to remove.";
-$messages["blocked_host_deleted_ok"] = "Host \"%s\" deleted successfully.";
-$messages["error_deleting_blocked_host"] = "There was an error deleting blocked host \"%s\"";
-$messages["edit_blocked_host"] = "Edit Blocked Host";
-$messages["error_fetching_blocked_host"] = "There was an error fetching the blocked host.";
-$messages["error_updating_blocked_host"] = "There was an error updating the blocked host.";
-$messages["thumbnail_format"] = "Thumbnail format";
-$messages["same_as_image"] = "Same as original image";
-$messages["same"] = $messages["same_as_image"];
-
-
-
-$messages["help_locale_folder"] = "Folder where language files are located.";
-$messages["help_default_locale"] = "Default language settings that will be used when creating new blogs.";
-$messages["help_xmlrpc_api_enabled"] = "Enables or disables the XMLRPC interface, for posting from your desktop.";
-$messages["default_rss_profile"] = "RSS/RDF profile that will be used by default to generate feeds, if no special profile is specified";
-$messages["help_security_pipeline_enabled"] = "Enables the security features. Disabling this will disable all the security features so it is recommended to enable it and disable those features that we do not need.";
-$messages["help_ip_address_filter_enabled"] = "Enables the IP address filter, for blocking certain hosts of accessing our site.";
-$messages["help_content_filter_enabled"] = "Enables a very simple regular expression-based content filter for blocking comments that contain certain words or expressions. The Bayesian filter might be a better solution.";
-$messages["help_maximum_comment_size"] = "Maximum allowed length in bytes for comments.";
-$messages["help_bayesian_filter_enabled"] = "Enables or disables the bayesian filter.";
-$messages["help_bayesian_filter_spam_probability_treshold"] = "Minimum value at which a comment is considered spam. Should be between 0.01 and 0.99";
-$messages["help_bayesian_filter_nonspam_probability_treshold"] = "Maximum value at which a comment is safely considered as non spam. Anything between these two tresholds will still be considered non spam but it will perhaps require some additional training";
-$messages["help_bayesian_filter_min_length_token"] = "Minimum length that a token can have to be handled by the parser as a valid token.";
-$messages["help_bayesian_filter_max_length_token"] = "Maximum length that a token can have.";
-$messages["help_bayesian_filter_number_significant_tokens"] = "How many significant tokens a message must have";
-$messages["help_bayesian_filter_spam_comments_action"] = "What to with comments marked as spam. They can either be rejected and thrown away (won't even be stored in the database) or kept but marked as spam. The second option is recommended when our filter hasn't been trained much and still makes mistakes from time to time.";
-$messages["help_path_to_convert"] = "The 'convert' tool from the ImageMagick package is needed if using ImageMagick as the backend to generate thumbnails.";
-$messages["help_thumbnail_height"] = "Maximum height that thumbnails will have.";
-$messages["help_resources_folder"] = "Folder where the resources will be stored. Does not have to be in the web server tree, if you don't feel like letting people browse your resources folder. The resource server will take care of serving
-the files wherever they are.";
-
-$messages["help_thumbnails_keep_aspect_ratio"] = "Whether to keep the aspect ratio of thumbnails or not.";
-$messages["help_resources_enabled"] = "Enables or disables the 'Resource Center' feature.";
-$messages["help_thumbnail_method"] = "Backend system that will be used to generate thumbnails from image files. If using ImageMagick, please see below as some external tools are needed.";
-$messages["help_thumbnail_width"] = "Maximum width that thumbnails will have.";
-$messages["external_interfaces"] = "External Interfaces";
-$messages["security_settings"] = "Security Settings";
-$messages["bayesian_filter_settings"] = "Bayesian Filter Settings";
-$messages["resources_settings"] = "Resources Settings";
-$messages["help_thumbnail_format"] = "Default format that will be used when generating previews of images. If set to 'Same as original image', then thumbnails will be saved in the same format as the original image form which they were generated.";
-$messages["edit"] = "Edit";
-$messages["blocked_content_added_ok"] = "Blocked content added successfully.";
-$messages["blocked_content_updated_ok"] = "Blocked content updated successfully";
-$messages["help_disable_javascript_calendar"] ="Disables the javascript and DHTML-based calendar used to
-pick a date when editing or adding a post, should the user's browser be not compatible.";
-$messages["edit_filtered_content"] = "Edit Filtered Content";
-$messages["error_updating_blocked_content"] = "There was an error updating the blocked content.";
-$messages["audio_codec"] = "Audio Codec";
-$messages["video_codec"] = "Video Codec";
-$messages["sample_rate"] = "Sample rate";
-$messages["files"] = "Files";
-$messages["created"] = "Created";
-$messages["generated"] = "Generated";
-$messages["about"] = "About";
-$messages["menu"] = "Menu";
-$messages["albums"] = "Galleriat";
-$messages["template_file"] = "Template file";
-$messages["download"] = "Download";
-$messages["error_you_have_been_blocked"] = "You are not allowed to proceed with this request.";
-
-//
-// help messages //
-//
-
-//
-// translators: the following help messages have changed a little since last version, due to a few
-// new features built on top of previous features
-//
-$messages["editArticleCategories"] = "<p>This is a listing with all the post categories that
-have been created so far. There must be at least one category before you can add an article, since
-every article has to be categorized under a category. The <b>'Articles'</b> column shows how many
-articles have been categorized under the given category. In the same way, a category can't be deleted
-if it has an article assigned it; you must first remove all the articles and then you will be allowed
-to remove the category.</p>
-<p>You can delete more than one category at the same time by cheching their <b>'Delete'</b> column
-and then clickin on the <b>'Delete Selected'</b> button.</p>
-<p>The <b>'Show In Main Page'</b> column shows whether this category is included in the main page or if alternatively,
-it can also be seen when clicking its link. Edit the category itself to enable/disable this feature.</p>";
-
-$messages["newArticleCategory"] = "<p>From here you can add a new post category to the blog. All
-what you need to provide is a name for the new category. Once it has been created, it will be available
-for posts to be categorized under.</p>
-<p>You can disable the 'Show cateory in main page' checkbox if you don't want this category to be shown in the
-main page of the site. If disabled, posts included in this category will only be shown when browsing this
-specific category, by clicking its link.</p>";
-
-$messages["editArticleCategory"] = "<p>Please provide a new name for the category you are updating. Also,
-define whether you would like to show posts belonging to this cateogry in the main page or not.</p>";
-
-$messages["editPost"] = "<p>Use this page to edit a post from your journal. The information from the
-post has already been provided and now you can make your changes. Once you have finished, press the <b>'Update'</b> button and the post
-will updated. Please note that you have to set the status of the post
-to <b>'Published'</b> if you want it to appear in front page. Use the <b>'Draft'</b> status when you can't finish posting
-now but you would like to save what you have typed so far for later revision.</p>
-<p>If you would like to receive an email notifying about a new post, please check the corresponding
-checkbox.</p>
-<p>More information about the different options <a href=\"admin.php?op=Help&helpId=newPost\">here</a>.</p>";
-
-$messages["blogSettings"] = "<p>From this page you can change some of the settings that control the
-behaviour or appearance of this journal. These are the settings: <ul>
-<li><b>Permanent URL</b>: This is the URL where this blog is running and that can be used to
-link to it. It can't be changed.</li>
-<li><b>Name of the blog</b>: This is a text string with a descriptive name of the blog. If using the
-default templates, it is the text displayed on top of every page.</li>
-<li><b>Long descriptive text about this blog</b>: This is a longer text that can optionally be
-displayed in some kind of page giving more detailed information about the page. It can be left
-blank if not needed.</li>
-<li><b>Language used to display the texts</b>: You can select one of the available languages. This
-language will be used to display the texts (not your own articles!) and format things like dates
-and numbers using the correct settings. More languages can be installed at any time.</li>
-<li><b>Items in the main page</b>: Set this to the number of posts you would like to have
-in the main page. The more posts, the longer it will take for users to download your page. Minimum
-number of posts it one.</li>
-<li><b>Items shown as recent</b>: Set this to the number of posts you would like to be shown as
-<b>'Recent'</b>, that is, the posts that have been posted earlier. Minimun amount is one.</li>
-<li><b>Template used to render the contents</b>: pLog allows to have more than one template
-to show the same content. You can choose here the most appropiate one for you journal, from the ones
-that have been installed by the administrator.</li>
-<li><b>Show the whole post int he main or only the part that was typed in the 'Text' box?</b>: Set this to <b>'Yes'</b> if you would like pLog
-to automatically add a 'More...' link to your posts on the main page just after the text you typed
-in the text box labeled 'Text'. The text typed in the second text box will only be shown to the user
-when clicking on the
-setting below) This feature is useful since it makes your frontpage less cluttered and also
-smaller. However, it has some problems if there is a lot of HTML code in the page.</li>
-<li><b>Enable WYSIWYG edition of texts</b>: Set this to yes if you would like to have the possibility
-to see how your posts look in real time. This feature is only available for users using either
-Internet Explorer 5.5 or higer and Mozilla 1.3b or higher.</li>
-<li><b>Enable comments</b>: Set this to yes if you would like to allow your users to make comments to your
-posts. This will globally affect all your posts and all your users.</li>
-<li><b>Order in which comments appear</b>: Set it to \"Oldest first\" if you would like to see
-the older comments first in the list, or set it to \"Newest first\" to see them in
-reverse chronological order.</li>
-<li><b>Time difference in hours between the server and you</b>: You can use this setting to make pLog automatically
-add or substract an amount of hours to each date in the blog. It is useful for example when the server where the blog
-is hosted and the person who is using it are in different time zones. Telling pLog that there is a difference of
-+3 hours, will make that all dates appear with such time difference applied.</li>
-</ul></p>";
-
-//
-// translators: the ones below are already new
-//
-$messages["resourceCenter"] = "From the resource center, you will be able to manage your files, group them in albums,
-manage those albums and edit any of them.";
-
-$messages["newResourceAlbum"] = "<p>You need at least one album to group your resources. From here you will be allowed
-to add a new album, simply providing a name and a description for it. Only the name field is mandatory, being
-the description field optional.</p>
-<p>Use the <b>'Parent album'</b> field to set whether this is a top-level album or if it is a sub-album and has
-another album as a parent.</p>";
-
-$messages["resourceAlbums"] = "<p>This is a list including all the resource albums that have been created so far
-in this site. For each album, several of its properties can be seen at a glance: its name, a link to its child
-albums (if any) and its amount, a link to its resources and its amount, whether the album is public or
-private and a checkbox to delete as many of them as needed.</p>
-<p>You can read more on the <b>'Show Album'</b> feature here <a href=\"admin.php?op=Help&helpId=editResourceAlbum\">here</a></p>";
-
-$messages["editResourceAlbum"] = "<p>From here you can edit the properties of a resource album. Almost all the fields
-are the same as <a href=\"admin.php?op=Help&helpId=newResourceAlbum\">here</a> except the
-<b>'Show album to users'</b> checkbox. If enabled, this album will be visible to users who browse our
-collection of albums and resources. If not, it will not be shown in the public side. This is useful in cases when
-we want to keep some of the albums secret and don't want users peeking at them.</p>";
-
-$messages["newResource"] = "<p>You will be able to upload new resources to your blog from this section. Any kind of file
-can be uploaded to the site but pLog is capable of handling and extracting some useful information from some
-of them, such as images, videos, zip files and music files.</p>
-<p>First of all, find the file you would like to upload. Then, provide a description for it (mandatory field)
-and finally select to which album would you like this resource to belong to. It is not possible to have a resource
-file that does not belong to any album. Once you are ready, click the <b>'Add Resource'</b> button and the file
-will be added to the blog.</p>
-<p>Please keep in mind that uploads need to be enabled for this to work, and if the blog administrator has
-set a list of forbidden file types that cannot be uploaded, the file will not be allowed in the site. The resource
-framework also needs to be enabled. All these settings can be modified by a user with administrator privileges
-from the <b>'Global Settings'</b> section.</p>
-<p>This feature requires a folder with write permission in the web server.</p>";
-
-$messages["Resources"] = "<p>From here you will have access to all the resource files that have been uplaoded
-in the blog. Files will be shown under the album to which they belong. For every resource file, it will be
-possible to edit its properties, view it as any normal user will see it and mark it for deletion. Pressing the
-<b>'Delete Selected'</b> button from the bottom of the screen will delete those resources that have been
-marked.</p>
-<p>Click the folder icon to navigate to the contents of an albu, or the <b>'Edit'</b> to go to the album
-properties page. Use the <b>'..'</b> link to go up one level. Clicking a resource name or preview (if available)
-will take you to the resource properties page where you will be able to change some of the settings of the
-selected resource.";
-
-$messages["blogSecurity"] = "From this section you will be able to edit set up some basic security mechanisms that
-are provided by pLog. The changes you make here will only affect your blog and not everybody else's.";
-
-$messages["blogFilteredContent"] = "<p>This is a list of all the rules for content filtering that have been added
-to this particular blog. Clicking any of them will take you to a page where you will be able to edit any of them.
-Use the <b>'Delete'</b> checkbox to mark any of them for deletion, and press the <b>'Delete Selected'</b> button
-once you are sure you want to delete those.</p>";
-
-$messages["newBlogFilteredContent"] = "<p>You can add here a new rule for blocking undesired content from being
-included in comments. You can use here single words or sentence or if you wish, you can use the power
-of regular expressions if you know how to use them. You can also add a description to the rule so that you remember
-in the future what it is about, but it is not a mandatory field.</p>";
-
-$messages["blogBlockedHosts"] = "This is a list with all the hosts that have been blocked so far in this blog. At
-a glance, it is possible to see for each host the reason why it was blocked, the date when it was blocked and
-the type of the block applied. Lastly, you can also select any of the host blocking rules and press the
-<b>'Delete Selected'</b> button when you are sure that you want to remove those rules.";
-
-$messages["newBlogBlockedHost"] = "<p>This section will allow you to block a specific address or entire subnet from your Blog. You can select if you want them to be able to see it, but unable to post or simply unable to access it at all. Copy the offending address into the spaces provided and choose the proper subnet address space if necessary. Example: To block just the address of 192.168.1.123 you would choose the '32 bits' option to match the entire address. This blocks just this one address and works well for banning someone with a Static IP address. If you're seeing multiple IP Addresses for a particular individual (say 192.168.1.123, 192.168.1.225, 192.168.1.21 and 192.168.1.67) then you will want to ban a particular subnet range. Enter one of the IP Addresses that you see and choose '24 bits', '16 bits' or '8 bits' to match the first 3 sections, first 2 sections or the first section respectively.<br/>
-<br/>
-<b>EXAMPLES</b>:<br/>
-<br/>
-192.168.1.123 - 32 bits: Matches only the 192.168.1.123 address<br/>
-192.168.1.123 - 24 bits: Matches any address that starts with 192.168.1<br/>
-192.168.1.123 - 16 bits: Matches any address that starts with 192.168<br/>
-192.168.1.123 - 8 bits: Matches any address that starts with 192<br/>
-</p>
-<p>The <b>'Block type'</b> drop-down list will allow you to choose whether to block this host from
-completely accessign the site (an error page will be sent to the client's browser whenever trying to access) or
-simply block it from posting new comments. If the latter is chosen, the host will still be allowed to read
-articles and other people's comments.</p>
-<p>You can also attach a reason/description to this host blocking rule, so that you can remember in the future why
-it was set up.</p>";
-
-$messages["editBlogBlockedHost"] = "You will be able to edit a host blocking rule from this section. The options
-available are exactly the same as in <a href=\"admin.php?op=Help&helpId=newBlogBlockedHost\">here</a>.";
-
-$messages["editBlogFilteredContent"] = "This page will allow you to edit a content filtering rule. The options
-are exactly the same as in <a href=\"admin.php?op=Help&helpId=newBlogFilteredContent\">here</a>.";
-
-$messages["filteredContent"] = "<p>This is a list of all the rules for content filtering that have been added
-to this site. These rules are site-wide and take precedence before any blog-specific rule that may have been
-set by blog owners. The options and its meaning is the same as
-<a href=\"admin.php?op=Help&helpId=blogFilteredContent\">here</a>.";
-
-$messages["newFilteredContent"] = "<p>You can add here a new rule for blocking undesired content from being
-included in comments. This rule will be used system-wide and will take preference before blog-specific
-rules. See <a href=\"admin.php?op=Help&helpId=newBlogFilteredContent\">this</a> for more information
-on the options.";
-
-$messages["blockedHosts"] = "This is a list with all the hosts that have been blocked so far system-wide.
-Clicking a rule IP address will allow us to edit the settings of that rule. These rules always take
-precedence over blog-speficic rules, so that if one these global rules matches a host, all the other after
-it will be ignored.";
-
-$messages["newBlockedHost"] = "From here it is possible to add a new <b>global</b> host-blocking rule. See
-<a href=\"admin.php?op=Help&helpId=newBlogBlockedHost\">here</a> for more information about the options
-available.";
-
-$messages["editBlockedHost"] = "You will be able to edit a host blocking rule from this section. The options
-available are exactly the same as in <a href=\"admin.php?op=Help&helpId=newBlogBlockedHost\">here</a>.";
-
-$messages["editFilteredContent"] = "This page will allow you to edit a content filtering rule. The options
-are exactly the same as in <a href=\"admin.php?op=Help&helpId=newBlogFilteredContent\">here</a>.";
-
-//
-// text of the post that will be added to each blog when they sign-up via the register.php script
-//
-$messages["register_default_category"] = "General";
-$messages["register_default_article_text"] = "If you can read this, it means that your signup and registration was successful and that you can start blogging.";
-$messages["register_default_article_topic"] = "Congratulations, it worked!";
-
-//
-// summary templates text
-//
-
-$messages["summary_title"] = "Blogs Summary";
-$messages["summary_section_main"] = "Summary";
-$messages["summary_section_main_link_title"] = "Main Page";
-$messages["summary_section_register"] = "Register!";
-$messages["summary_section_register_link_title"] = "Register a new blog";
-$messages["summary_section_blog_list"] = "Blog list";
-$messages["summary_section_blog_list_link_title"] = "Blogs hosted in this site";
-$messages["summary_section_faq"] = "F.A.Q.";
-$messages["summary_section_faq_link_title"] = "Frequently Asked Questions";
-$messages["summary_welcome_title"] = "Welcome to pLog!";
-
-$messages["summary_most_active_blogs"] = "Most active blogs";
-$messages["summary_newest_blogs"] = "Newest blogs";
-$messages["summary_most_commented_articles"] = "Most commented articles";
-$messages["summary_most_read_articles"] = "Most read articles";
-
-$messages["summary_faq"] = "Frequently Asked Questions";
-$messages["summary_faq_question"] = "What is this?";
-$messages["summary_faq_description"] = "You could use this section to add some frequently asked questions about your service. It is all up to you and this is only a suggestion so feel free to make changes :) Edit the file templates/summary/faq.template to change the contents of this page.";
-
-$messages["summary_login"] = "Log-in";
-$messages["summary_other_stuff"] = "Other Stuff";
-$messages["summary_plog_logo"] = "How about a logo here?";
-
-$messages["summary_blog_list"] = "Blog List";
-$messages["summary_last_updated"] = "Last Updated";
-$messages["summary_author"] = "Author";
-$messages["summary_articles"] = "articles";
-$messages["summary_reads"] = "reads";
-
-$messages["summary_welcome_message"] = "<h4 class=\"question\">What is this site?</h4>
- <p>You could use this area to give some information about this site.</p>
-
- <ul>
- <li>See the following links for more information: <br />
- <a href=\"summary.php?op=Faq\">FAQ</a></li>
- <li><a href=\"register.php\">Register a new blog here</a></li>
- </ul>";
-
-$messages["summary_latest_posts"] = "Latest Posts";
-$messages["summary_in"] = "in";
-$messages["summary_posted_by"] = "Posted by";
-
-//
-// register templates text
-//
-$messages["register_error"] = "Error";
-$messages["register_error_message"] = "There has been an error:";
-$messages["register_errors"] = "There were some errors during the process, please have a look:";
-$messages["register_new_blog_step1_title"] = "Register a new blog (1/3)";
-$messages["register_step1_fill_in_title"] = "Please fill in this form to create a new blog in this site.";
-$messages["register_step1_description"] = "<p>
-First of all, we need to create a user for you. Please choose a username (which should not exist in the system but if it does, we will let you know) This user will be considered as the owner of the blog and will have full powers over it.
-</p>
-<p>
-And please do not forget your password! There is no way it can be recovered once you have signed up.
-</p>";
-$messages["register_step1_legend"] = "Please fill in the following fields";
-$messages["register_username"] = "Username:";
-$messages["register_password"] = "Password:";
-$messages["register_password_confirmation"] = "Confirm password:";
-$messages["register_email"] = "Email address:";
-$messages["register_email_comment"] = "(user for notifications of new comments)";
-
-$messages["register_next"] = "Next »";
-
-$messages["register_new_blog_step2_title"] = "Register a new blog (2/3)";
-$messages["register_user_created"] = "Your new user has been successfully created! Now we can proceed and create your new personal blog.";
-$messages["register_step2_description"] = " <p>
- The only thing we need to know is the name you would like to give to your diary. Later on once this
- process is complete, you will be able to change things like its description, but now that is not needed.
- </p>";
-$messages["register_step2_blog_name"] = "Name of your new blog:";
-
-$messages["register_new_blog_step4_title"] = "Thank you! (3/3)";
-$messages["register_new_blog_step3_description"] = "
- <p>
- Registration is complete. Your new user and diary have been registered successfully in this site,
- and you can log in now into your blog and start blogging!
- </p>";
-$messages["register_step4_admin_link"] = "
- <p>
- Click here <a href=\"admin.php\">to go the admin interface</a>, if you want to start blogging.
- </p>";
-$messages["register_step4_blog_link1"] = "
- <p>
- Or click <a href=\"";
-
-$messages["register_step4_blog_link2"] = "
-\">here to go and see your new blog</a>.
- </p>";
-
-$messages["register_step4_final_message"] = "
- <p>
- Happy blogging!
- </p>";
-
-
-
-$messages["register_error_incorrect_username"] = "Incorrect user name, please try again.<br/>";
-$messages["register_error_incorrect_email"] = "Email address is invalid, please try again. <br/>";
-$messages["register_error_user_already_exist"] = "There is already a user with that name, please try again.<br/>";
-$messages["register_error_incorrect_password"] = "Password is invalid, please try again. <br/>";
-$messages["register_error_passwords_dont_match"] = "Passwords do not match, please try again. <br/>";
-$messages["register_error_adding_user"] = "Error adding the user: ";
-$messages["register_error_creating_blog"] = "There was an error creating the new blog";
-$messages["register_error_blog_name"] = "You should choose a better name for the blog.<br/>" ;
-?>
\ No newline at end of file
Deleted: plog/trunk/locale/locale_fr_FR.php
===================================================================
--- plog/trunk/locale/locale_fr_FR.php 2005-01-29 15:29:38 UTC (rev 872)
+++ plog/trunk/locale/locale_fr_FR.php 2005-01-29 15:52:14 UTC (rev 873)
@@ -1,1386 +0,0 @@
-<?php
-// set this to the encoding that should be used to display the pages correctly
-$messages["encoding"] = "utf-8";
-$messages["locale_description"] = "Fichier Langue Française pour pLog";
-// days of the week
-$messages["days"] = Array( "Dimanche", "Lundi", "Mardi", "Mercredi", "Jeudi", "Vendredi", "Samedi" );
-// -- compatibility, do not touch -- //
-$messages["Monday"] = $messages["days"][1];
-$messages["Tuesday"] = $messages["days"][2];
-$messages["Wednesday"] = $messages["days"][3];
-$messages["Thursday"] = $messages["days"][4];
-$messages["Friday"] = $messages["days"][5];
-$messages["Saturday"] = $messages["days"][6];
-$messages["Sunday"] = $messages["days"][0];
-
-// abbreviations
-$messages["daysshort"] = Array( "Dim", "Lun", "Mar", "Mer", "Jeu", "Ven", "Sam" );
-// -- compatibility, do not touch -- //
-$messages["Mo"] = $messages["daysshort"][1];
-$messages["Tu"] = $messages["daysshort"][2];
-$messages["We"] = $messages["daysshort"][3];
-$messages["Th"] = $messages["daysshort"][4];
-$messages["Fr"] = $messages["daysshort"][5];
-$messages["Sa"] = $messages["daysshort"][6];
-$messages["Su"] = $messages["daysshort"][0];
-
-// months of the year
-$messages["months"] = Array( "Janvier", "Février", "Mars", "Avril", "Mai", "Juin", "Juillet", "AoÛt", "Septembre", "Octobre", "Novembre", "Décembre" );
-// -- compatibility, do not touch -- //
-$messages["January"] = $messages["months"][0];
-$messages["February"] = $messages["months"][1];
-$messages["March"] = $messages["months"][2];
-$messages["April"] = $messages["months"][3];
-$messages["May"] = $messages["months"][4];
-$messages["June"] = $messages["months"][5];
-$messages["July"] = $messages["months"][6];
-$messages["August"] = $messages["months"][7];
-$messages["September"] = $messages["months"][8];
-$messages["October"] = $messages["months"][9];
-$messages["November"] = $messages["months"][10];
-$messages["December"] = $messages["months"][11];
-
-$messages["message"] = "Message";
-$messages["error"] = "Erreur";
-
-$messages["date"] = "Date";
-
-// miscellaneous texts
-$messages["of"] = "of";
-$messages["recently"] = "récemment...";
-$messages["comments"] = "commentaires";
-$messages["comment on this"] = "Commenter";
-$messages["my_links"] = "Quelques Adresses";
-$messages["archives"] = "archives";
-$messages["search"] = "recherche";
-$messages["calendar"] = "calendrier";
-$messages["categories"] = "catégories";
-$messages["search_s"] = "Recherche";
-$messages["link_tracker"] = "Recherche d'adresses";
-$messages["search_this_blog"] = "Chercher dans ce blog:";
-$messages["about_myself"] = "Qui suis-je?";
-$messages["permalink_title"] = "Lien permanent vers les archives";
-$messages["permalink"] = "Permalink";
-$messages["posted_by"] = "Posté par";
-$messages["on_the"] = "le";
-$messages["page"] = "page";
-$messages["posted"] = "posté";
-
-$messages["reply"] = "Répondre";
-
-
-// add comment form
-$messages["add_comment"] = "Ajouter un commentaire";
-$messages["comment_topic"] = "Sujet";
-$messages["comment_text"] = "Texte";
-$messages["comment_username"] = "Votre nom";
-$messages["comment_email"] = "Votre adresse eMail (si désiré)";
-$messages["comment_url"] = "Votre site web (si désiré)";
-$messages["comment_send"] = "Envoyer";
-$messages["comment_added"] = "Commentaire ajouté!";
-$messages["comment_add_error"] = "Erreur en ajoutant le commentaire";
-
-
-$messages["article_does_not_exist"] = "Cet article n'existe pas";
-$messages["no_posts_found"] = "Aucun message trouvé";
-$messages["user_has_no_posts_yet"] = "Cet usager n'a encore écrit aucun article";
-
-$messages["info_about_myself"] = "Quelques informations sur moi...";
-$messages["back"] = "Retour";
-
-$messages["back_top"] = "Retour en haut de page";
-
-$messages["post"] = "article";
-
-$messages["trackbacks_for_article"] = "Suivi (<em>Trackbacks</em>) pour cet article titré";
-$messages["trackback_excerpt"] = "Extrait";
-$messages["trackback_weblog"] = "Weblog";
-
-$messages["search_results"] = "R&201;sultats de Recherche";
-$messages["search_matching_results"] = "Les articles suivants répondent aux critères de votre recherche: ";
-$messages["search_no_matching_posts"] = "Aucun article trouvé";
-
-$messages["see_all_link"] = "Clicker ici pour voir tous les articles À ce jour";
-
-$messages["read_more"] = "(Plus)";
-
-$messages["anonymous_poster"] = "Envois anonyme";
-
-$messages["syndicate"] = "SYNDICALISATION";
-
-$messages["main"] = "Principale";
-
-////// error messages /////
-$messages["error_adding_comment"] = "There was an error adding the comment to the database.";
-$messages["error_blog_has_no_links"] = "Ce blog n'a aucune adresse en banque.";
-$messages["error_comment_without_name"] = "Vous devez au moins ajouter votre Nom ou Alias.";
-$messages["error_comment_without_text"] = "Vous devez au moins inscrire un commentaire.";
-$messages["error_comments_not_enabled"] = "Les commentaires ont été désactivé dans ce blog.";
-$messages["error_fetching_article"] = "L'article recherché ne se retrouve pas en banque.";
-$messages["error_fetching_articles"] = "Il n'y a actuellement aucun article a afficher. Probablement que ce membre n'a pas encore écrit dans son blog.";
-$messages["error_incorrect_article_id"] = "L'identifiant de l'article est incorrect.";
-$messages["error_incorrect_blog_id"] = "L'identifiant du blog est incorrect.";
-$messages["error_incorrect_parameter"] = "Paramètre incorrect.";
-$messages["error_parameter_missing"] = "Il y a un Paramètre incorrect dans cette requête.";
-$messages["error_trackback_no_trackback"] = "Aucun Suivi (<em>Trackbacks</em>) pour cet article.";
-
-///////////////// //////////////////
-///////////////// STRINGS FOR THE ADMINISTRATION INTERFACE //////////////////
-///////////////// //////////////////
-
-
-////// help messages for the administration interface /////
-$messages["newPost"] = "<p>Use this page to add a new post to your journal. You should provide a topic or subject
-for your post as well as some text for your post. Once you have finished, press the <b>'Add'</b> button and the post
-will automatically be included in your page. Please note that you have to set the status of the post
-to <b>'Published'</b> if you want it to appear in front page. Use the <b>'Draft'</b> status when you can't finish posting
-now but you would like to save what you have typed so far for later revision.</p>
-<p>You can also classify the post under any of the categories you have previously created. Simply set
-the <b>'Category'</b> field to the one you most like.</p>
-<p>If you would like to receive an email notifying about a new post, please check the corresponding
-checkbox.</p>
-<p>Check the box where it says </b>'Find links in the post...'</b> if after adding the post, you
-would like to send trackback pings to the hosts that support it. Your post will be scanned for
-links and you will have the possibility to choose which ones to send trackback pings to.</p>";
-
-$messages["addPost"] = "<p>Your post has been successfully added to the database. Now you can select
-to which hosts you would like to send a trackback ping, so that they know you have written about them
-and can <i>track you back</i>.</p>";
-
-$messages["editComments"] = "There are all the comments that have been posted for the given post. Comments
-can not be edited but they can be deleted. The only mandatory field when posting comments is the
-\"name\" field, so the E-mail and Url columns could be empty. The IP Address field is the
-original IP address where this comment was posted from. You can delete
-as many as you need by checking the corresponding <b>'Delete'</b> checkbox and pressing the
-<b>'Delete selected'</b> button.";
-
-$messages["postStats"] = "<p>These are the statistics about the selected post. The first one is how
-many times this article has been read, but please keep in mind that this statistic might be
-meaningless if you have disabled the <b>'Read more...'</b> feature in the <b>'Blog Settings'</b>
-section.</p>
-<p>The referrers are the urls of all the hosts that visited this post, and the trackbacks table represents
-how many trackback pings have been received for this post. They can't be deleted or modified.</p>";
-
-$messages["editLinks"] = "<p>This is a list with all the links that have been added. Like posts, every
-link can be sorted in different categories and then displayed in the main page for visitors to see.</p>
-<p>For every link, you will see here its name, the url where it is pointing to and under which category
-it has been sorted. Finally you can also delete any of the links.</p>";
-
-$messages["newLink"] = "<p>You can add a new link from here. You have to provide at least a valid
-url and a name for the link. The description field is optional but useful to have more information
-about the link. You need at least one link category before you can add any link.</p>";
-
-$messages["editLinkCategories"] = "<p>This is a list with all the link categories that have been
-created. Like with posts, you need at least one link category before you can add any link. Clicking
-on the <b>'Links'</b> column will show all the links that belong to the category.</p>";
-
-$messages["newLinkCategory"] = "<p>The only thing you need to provide in order to have a new
-link category is a descriptive name for the category. Once the link category has been created,
-it will be available for links to be categorized under.</p>";
-
-$messages["userSettings"] = "<p>Things related to your user profile can be changed from this
-page. Please note that your username cannot be changed.<ul>
-<li><b>Password, Confirm Password</b>: If you would like to change your password, please type it in
-the first text box. Do the same in the second box to confirm that you entered the same password.</li>
-<li><b>Email address</b>: Please set this to a valid email address if you would like to use features
-such as the notification when a comment is received to a post. It is used only for internal
-purposes and will not be publicly displayed.</li>
-<li><b>Bio</b>: You can type here some information about yourself. It can be left empty.</li>
-</ul></p>";
-
-$messages["Stats"] = "<p>You can see from here all the referrers that have hit this site in the past.
-The <b>'Article'</b> column reflects which article was visited by the referrer or the value <b>'0'</b>
-if the referrer visited the main page or any other page which was not an article. Finally, the
-<b>'Last hit date'</b> column is the time of the last hit received from that referrer.</p>";
-
-$messages["editLink"] = "<p>You have to provide at least a url and a name for the link. The link must also
-be categorized under a category.</p>";
-
-$messages["editLinkCategory"] = "Please provide a new name for the link category you are updating.</p>";
-
-$messages["blogSelect"] = "Please select one of the operations from the menu.";
-
-$messages["Error"] = "There was an error while executing the requested operation. Please see
-the main page for more information regarding the error.";
-
-$messages["Message"] = "Please see the main page for more information regarding the message.";
-
-//////// strings for the administration interface ///////
-
-
-
-$messages["admin_interface_title"] = "pLog Administrative Interface";
-$messages["administration"] = "Administration";
-$messages["help"] = "Help";
-$messages["plog_help"] = "pLog Help";
-$messages["new_post"] = "New Post";
-$messages["posts"] = "Posts";
-$messages["admin_categories"] = "Categories";
-$messages["admin_links"] = "Links";
-$messages["link_categories"] = "Link Categories";
-$messages["settings"] = "Settings";
-$messages["logout"] = "Logout";
-
-// new post page
-$messages["topic"] = "Topic";
-$messages["text"] = "Text";
-$messages["category"] = "Category";
-$messages["status"] = "Status";
-$messages["status_draft"] = "Draft";
-$messages["status_published"] = "Published";
-$messages["status_deleted"] = "Deleted";
-$messages["status_all"] = "All";
-$messages["send_notification"] = "Notify me every time there is a comment.";
-$messages["send_trackback_pings"] = "Find links in the post and send trackback pings to the links that support the feature.";
-$messages["add_post"] = "Blog this!";
-
-$messages["xmlrpc_ping_ok"] = "XML-RPC Ping was correctly sent to ";
-$messages["error_sending_xmlrpc_ping"] = "There was an error sending an XML-RPC Ping to ";
-$messages["error_sending_xmlrpc_ping_message"] = "Error message was: ";
-
-$messages["preview"] = "Preview";
-$messages["post_added"] = "Post added";
-$messages["you_will_be_notified"] = "Additionally, You will be notified whenever there is some activity in this post.";
-$messages["post_added_not_published"] = "Post added but not published.";
-$messages["error_adding_post"] = "Error adding the post!";
-$messages["error_must_fill_all_fields"] = "You must fill in all the fields!";
-$messages["error_must_have_one_category"] = "You need to have at least one post category before adding a post";
-
-// send trackbacks page
-$messages["send_trackback_pings"] = "Send Trackback Pings";
-$messages["links_found"] = "The following links were found in your post. Please check the ones you
-would like to try to send a trackback ping (please note that this may take a while)";
-$messages["trackbacks_no_urls_selected"] = "No urls were selected and therefore no trackback pings were sent.";
-$messages["trackbacks_received_ok"] = "The following hosts received the trackback ping successfully:";
-$messages["trackbacks_no_trackback"] = "The following link did not have a valid trackback url: ";
-$messages["trackbacks_problems_sending"] = "There were some problems while sending the trackback pings to the following hosts.
-
-You can try to reach them again if you wish.";
-$messages["trackbacks_received_all_hosts"] = "All hosts successfully received the trackback ping.";
-$messages["ping_selected"] = "Ping selected sites";
-
-// edit posts
-$messages["author"] = "Author";
-$messages["category_all"] = "All";
-$messages["author_all"] = "All";
-$messages["update"] = "Update";
-$messages["date"] = "Date";
-$messages["stats"] = "Stats";
-$messages["delete"] = "Delete";
-
-$messages["delete_selected"] = "Delete Selected";
-
-// edit post
-$messages["edit_post"] = "Edit Post";
-$messages["error_getting_post_to_update"] = "There was an error fetching the post selected for update.";
-$messages["error_updating_post_in_database"] = "Error updating the post in the database.";
-$messages["post_successfully_updated"] = "Post successfully updated.";
-$messages["notification_removed"] = "The notification you had for this article has been removed.";
-
-// post statistics
-$messages["statistics_for_post"] = "Statistics for post ";
-$messages["error_fetching_post"] = "There was an error fetching the post.";
-$messages["times_post_has_been_read"] = "Times post has been read: ";
-$messages["referers"] = "Referrers";
-$messages["id"] = "Id";
-$messages["url"] = "Url";
-$messages["hits"] = "Hits";
-$messages["trackbacks"] = "Trackbacks";
-
-// post comments
-$messages["error_fetching_comments"] = "Error fetching article comments";
-$messages["comments_for_post"] = "Comments for post ";
-$messages["email"] = "E-Mail";
-$messages["ip_address"] = "IP Address";
-
-// delete comments
-//*** NEW ***//
-// please remove these comments after translating these lines
-$messages["error_no_comments_selected"] = "No comments were selected to delete.";
-$messages["error_deleting_comment"] = "There was an error deleting the comment ";
-$messages["comment_deleted_ok"] = "Comment with topic \"%s\" deleted successfully.";
-//*** NEW ***//
-// please remove these comments after translating these lines
-
-
-// categories list
-$messages["category_name"] = "Name";
-
-// removing posts
-$messages["post_cannot_be_deleted"] = "Post can not be deleted";
-$messages["no_posts_selected"] = "There were no posts selected to delete.";
-// %s = subject of the post, %d = identifier of the post. feel free to change its order
-// but if you remove them there will be no information about which post was removed...
-$messages["error_deleting_post"] = "Error deleting post \"%s\" (id = %d)";
-$messages["post_deleted_ok"] = "Post \"%2\$s\" successfully deleted (id = %1\$d)";
-
-// delete categories
-$messages["no_categories_selected"] = "There were no categories selected to delete.";
-$messages["error_category_has_articles"] = "Could not delete category \"%s\" because there is at least one
-article categorized under it. Please remove the article(s) first and then try again.";
-$messages["error_deleting_category"] = "Error deleting category \"%s\" from the database.";
-$messages["category_deleted_ok"] = "Category \"%s\" successfully deleted.";
-
-// add category
-$messages["add_new_category"] = "Add New Category";
-$messages["add_new_category_info"] = "Please provide a valid name for the new category.";
-//*** NEW ***//
-// please remove these comments after translating these lines
-$messages["category_added_ok"] = "Article category added successfully.";
-$messages["error_adding_article_category"] = "There wasn an error adding the new article category.";
-//*** NEW ***//
-// please remove these comments after translating these lines
-
-// edit categories
-$messages["edit_category"] = "Edit Category";
-$messages["please_provide_valid_category_name"] = "Please provide a valid name for the category.";
-
-// edit category
-//*** NEW ***//
-// please remove these comments after translating these lines
-$messages["error_incorrect_category_id"] = "Incorrect article category identifier";
-//*** NEW ***//
-// please remove these comments after translating these lines
-
-// update the category
-$messages["error_fetching_category"] = "There was an error fetching the category.";
-$messages["error_updating_category"] = "There was an error while updating the category.";
-//*** NEW ***//
-// please remove these comments after translating these lines
-$messages["error_empty_category_name"] = "You must provide a valid name for the category.";
-//*** NEW ***//
-// please remove these comments after translating these lines
-$messages["category_updated_ok"] = "Category updated successfully.";
-
-// edit links
-$messages["link_name"] = "Name";
-$messages["link_url"] = $messages["url"];
-$messages["link_category"] = $messages["category"];
-$messages["link_description"] = "Description";
-$messages["links"] = "Links";
-
-// edit a link
-$messages["error_provide_name_and_url"] = "You must at least provide a name and an url for the link.";
-$messages["error_invalid_link_id"] = "The link identifier is invalid or missing.";
-$messages["error_fetching_link"] = "There was an rrror fetching the link.";
-$messages["error_updating_link"] = "There was an error updating the link.";
-$messages["link_updated_ok"] = "Link successfully updated!";
-$messages["error_fetching_link_categories"] = "There was an error fetching the link categories.";
-
-// add a link
-$messages["add_new_link"] = "Add New Link";
-$messages["add_link"] = "Add Link";
-$messages["error_adding_link"] = "There was an error while adding the link.";
-$messages["link_added_ok"] = "Link successfully added.";
-$messages["error_provide_name_and_url"] = "You need to provide at least a valid name and address.";
-$messages["error_must_have_one_link_category"] = "You must have at least one link category before adding any link.";
-
-// delete a link
-$messages["error_no_links_selected"] = "No links were selected to delete.";
-$messages["error_removing_link"] = "Error removing link \"%s\" from the database.";
-$messages["link_deleted_ok"] = "Link \"%s\" successfully removed from the database.";
-
-// edit link categories
-$messages["add_link_category"] = "Add New Link Category";
-$messages["link_categories_help"] = "You must have at least one link category before adding any link.";
-$messages["link_category_name"] = "Name";
-$messages["link_category_links"] = "Links";
-
-// new link category
-$messages["new_link_category_info"] = "Link categories will help you to classify the different links you
-can have. You can also later on show your links grouped using these categories in the main page.";
-$messages["add_link_category"] = "Add Link Category";
-$messages["error_provide_link_category_name"] = "You must provide a valid name for the link category.";
-$messages["error_adding_link_category"] = "There was an error while adding the link category.";
-$messages["link_category_added_ok"] = "Link category successfully added.";
-
-// edit link category
-$messages["edit_link_category"] = "Edit Link Category";
-$messages["error_updating_link_category"] = "There was an error updating the link category.";
-$messages["link_category_updated_ok"] = "Link category updated successfully.";
-$messages["error_fetching_link_category"] = "Error fetching the link category.";
-$messages["error_incorrect_link_category_id"] = "Incorrecct link category identifier";
-
-
-// delete link categories
-$messages["error_no_link_category_selected"] = "No link categories were selected to delete.";
-$messages["error_links_in_link_category"] = "Category \"%s\" can not be deleted because it has links categorized
-under it. Please remove first all the links and then try again.";
-$messages["error_removing_link_category"] = "Error removing the category \"%s\".";
-$messages["link_category_deleted_ok"] = "Link category \"%s\" successfully removed.";
-// this error is shown when for some reason the category could not be fetched from the database
-// and we can't show its name
-$messages["error_removing_link_category_2"] = "Error removing link category with id = %d";
-
-// blog settings page
-$messages["blog_settings"] = "Blog Settings";
-$messages["user_profile"] = "User Profile";
-$messages["plugin_center"] = "Plugin Center";
-$messages["statistics"] = "Statistics";
-$messages["blog_name"] = "Blog name";
-$messages["long_blog_name"] = "Longer, descriptive text about this blog";
-$messages["language_used"] = "Language used to display the texts and dates";
-$messages["items_main_page"] = "How many items would you like to show in the main page?";
-$messages["items_as_recent"] = "How many items would you like to show as \"Recent\"?";
-$messages["template_used"] = "Choose a template that will define the look of your blog";
-$messages["cut_posts"] = "Cut posts that are too long and and a \"More...\" link?";
-$messages["cut_posts_after_characters"] = "How many characters would you like to allow before cutting the post?";
-$messages["enable_wysiwyg_edition"] = "Enable WYSIWYG edition of texts (only available for Internet Explorer 5.5 or higer and Mozilla 1.3b or higher)?";
-$messages["enable_comments"] = "Enable comments for all posts?";
-$messages["yes"] = "Yes";
-$messages["no"] = "No";
-$messages["error_invalid_locale"] = "Invalid value for the locale settings";
-$messages["error_incorrect_max_recent_items"] = "You must provide a valid value for the number of recent items you
-would like to show.";
-$messages["error_incorrect_number_of_posts"] = "You must provide a valid value for the number of posts you
-would like to show on the main page.";
-$messages["error_incorrect_template"] = "The value for the template is not correct.";
-$messages["error_no_blog_name"] = "You must provide a valid name for your blog.";
-$messages["error_incorrect_show_more_threshold"] = "You must provide a valid value for the
-number of characters to show of a post before cutting it and adding the \"More...\" link.";
-$messages["error_updating_settings"] = "There was an error while updating the settings of the blog.";
-$messages["blog_settings_updated_ok"] = "Blog settings updated succesfully!";
-$messages["permanent_blog_url"] = "Permanent URL for this blog (read only)";
-
-// user profile page
-$messages["username"] = "Username";
-$messages["password"] = "Password";
-$messages["confirm_password"] = "Confirm Password";
-$messages["email_address"] = "Email address";
-$messages["bio"] = "Bio";
-$messages["empty_no_change"] = "Leave empty for no change";
-$messages["user_settings_updated_ok"] = "User settings updated successfully.";
-$messages["error_updating_user_settings"] = "Error updating user settings.";
-$messages["error_passwords_dont_match"] = "Sorry, passwords do not match.";
-$messages["error_incorrect_password"] = "Sorry, the password is not correct.";
-$messages["error_incorrect_email_address"] = "Email address is not valid.";
-
-// plugin center page
-$messages["plugins_available"] = "This is a list of the plugins available to use in the templates";
-$messages["identifier"] = "Identifier";
-$messages["description"] = "Description";
-$messages["error_plugins_disabled"] = "Support for plugins has been disabled in this site.";
-
-// statistics page
-$messages["statistics_info"] = "An article identifier of 0 means that those were incoming hits to the main
-site, not to any particular article.";
-$messages["article_id"] = "Article Id";
-$messages["last_hit_date"] = "Last Hit Date";
-$messages["error_fetching_referers"] = "Error fetching the referrers for this site";
-
-
-// login screen
-$messages["login_page_title"] = "pLog Administrative Interface";
-$messages["login"] = "Login";
-$messages["welcome_message"] = "Welcome to pLog";
-$messages["error_incorrect_username_or_password"] = "Sorry, Incorrect username or password.";
-$messages["error_dont_belong_to_any_blog"] = "Sorry, you don't belong to any blog yet.";
-$messages["error_no_username_or_password"] = "Please provide a valid username or password.";
-$messages["choose_one_blog"] = " You belong to the following blogs. Choose one to work on now";
-$messages["continue"] = "Continue";
-$messages["logout_message"] = "You have been successfully logged out.";
-$messages["logout_message_2"] = "<a href=\"admin.php\">Click here</a> to log in again, or
-<a href=\"%1\$s\">here to go to %2\$s</a>.";
-$messages["logout_title"] = "Logged out";
-$messages["error_access_forbidden"] = "Access is forbidden. You must authenticate first here.";
-
-/////////////////////////////////////////////////////////////////////
-//
-//
-// new strings added for 0.2
-//
-//
-////////////////////////////////////////////////////////////////////
-$messages["site_admin"] = "Site Admin";
-$messages["site_stats"] = "Site Statistics";
-$messages["add_user"] = "Add User";
-$messages["users"] = "Users";
-$messages["add_blog"] = "Add Blog";
-$messages["blogs"] = "Blogs";
-$messages["locales"] = "Locales";
-$messages["add_locale"] = "Add Locale";
-$messages["templates"] = "Templates";
-$messages["add_template"] = "Add Template";
-$messages["global_settings"] = "Global Settings";
-$messages["site_settings"] = "Site Settings";
-$messages["help_comments_enabled"] = "Enables or disables comments for the whole site.";
-$messages["help_beautify_comments_text"] = "Respects user formatting when posting a comment.";
-$messages["help_rdf_enabled"] = "Enables or disables the generation of an RDF feed with the latest posts.";
-$messages["help_temp_folder"] = "Folder that will be used by pLog to carry out some operations that need a temporary folder.";
-$messages["help_base_url"] = "This URL will be used to generate correct URLs, so please set it to the correct value";
-$messages["help_show_posts_max"] = "How many posts will be shown in the main page by default.";
-$messages["help_recent_posts_max"] = "How many posts will be shown as recent, by default.";
-$messages["help_template_folder"] = "This is where the templates used by pLog can be found.";
-$messages["help_default_template"] = "The template that will be given by default to new blogs.";
-$messages["help_defalut_locale"] = "The default locale settings that will be used for new blogs and in the login page of the administration interface.";
-$messages["help_html_allowed_tags_in_comments"] = "HTML tags that will not be removed from comments posted by users.";
-$messages["help_referer_tracker_enabled"] = "Adds very basic information from about the referrer to the database, if the referrer is available when receiving a request.";
-$messages["help_rss_parser_enabled"] = "Enables or disables the RSS parser that is available in the templates.";
-$messages["help_show_more_enabled"] = "Enables or disables the \"More...\" feature by default.";
-$messages["help_show_more_threshold"] = "How many characters should be left before the more link is added.";
-$messages["help_update_article_reads"] = "Whether to update or not the internal counter representing the number of times each article has been read.";
-$messages["help_request_format_mode"] = "\"Plain\" mode will generate normal URLs while \"Search Engine Friendly\" will generate URLs that are easier to read and that will be parsed by search engines. Requires Apache and the possibility to use a .htaccess file";
-$messages["help_xmlrpc_ping_enabled"] = "Whether to send an XMLRPC notification to the hosts configured below every time a post is added.";
-$messages["help_xmlrpc_ping_hosts"] = "List of hosts that support XMLRPC notifications. Please put different hosts in different lines, as many as needed.";
-$messages["help_trackback_server_enabled"] = "Whether to accept or not incoming trackback requests.";
-$messages["help_htmlarea_enabled"] = "Enables or disables the WYSIWYG editor of posts.";
-$messages["help_plugin_manager_enabled"] = "Enables or disables plugins.";
-$messages["help_check_email_address_validity"] = "When registering a new blog, users are asked for a valid email address which will be verified for authenticity if this is set to true.";
-$messages["help_summary_page_show_max"] = "How many items should be shown in the summary page.";
-$messages["help_minimum_password_length"] = "How many characters should have at least a password.";
-$messages["help_users_can_add_templates"] = "Whether users are allowed to add new blog-specific templates or not to their blogs.";
-$messages["help_email_service_enabled"] = "Enables or disables the email service, used to send for example article notifications.";
-$messages["post_notification_source_address"] = "Address that will be used as the From: field when sending out emails.";
-$messages["help_email_service_type"] = "Method that will be used to send emails. Please choose one of them and do not forget to check the settings below.";
-$messages["help_smtp_host"] = "If using SMTP as the email sending method, this is the host that will be used to send the messages.";
-$messages["help_smtp_port"] = "Port in the host above specified where the SMTP server is running.";
-$messages["help_smtp_use_authentication"] = "If the SMTP server supports authentication and would like to use it, please enable this feature and see the two settings below.";
-$messages["help_smtp_username"] = "Username that will be used when sending emails using SMTP and authentication has been enabled.";
-$messages["help_smtp_password"] = "Password that will be used when sending emails using SMTP and authentication has been enabled.";
-$messages["help_uploads_enabled"] = "Enables or disables the uploading of files. This feature will affect the uploading of new template sets and the adding of files to current existing template sets.";
-$messages["help_maximum_file_upload_size"] = "Maximum size in bytes of files uploaded by users.";
-$messages["help_upload_forbidden_files"] = "List of file patterns that are not allowed to be uploaded. You can specify as many as needed separated by a blank space.";
-$messages["help_path_to_tar"] = "Path where the 'tar' tool can be found.";
-$messages["help_path_to_gzip"] = "Path where the 'gzip' tool can be found.";
-$messages["help_path_to_bz2"] = "Path where the 'bzip2' tool can be found.";
-$messages["help_path_to_unzip"] = "Path where the 'unzip' tool can be found.";
-
-$messages["add_user_give_information"] = "Please enter the following information to create a new user.";
-
-$messages["site_registered_users"] = "These are all the users registered in this server.";
-
-$messages["add_blog_give_information"] = "Please enter the following information to create a new blog.";
-$messages["blog_title"] = "Blog title";
-$messages["blog_owner"] = "Blog owner";
-
-$messages["site_registered_blogs"] = "These are all the blogs registered in this site.";
-$messages["edit_users"] = "Edit Users";
-
-$messages["upload_locale"] = "Upload locale";
-$messages["use_this_form_to_upload_locale"] = " Use this form to upload a new locale file to this server. If you don't have the possibilityto upload files, please see the form below.";
-$messages["locale_file"] = "Locale file";
-$messages["manually_add_locale"] = "Manually Add Locale";
-$messages["use_this_form_if_cant_upload_locale"] = "Use this second form if you don't have the possibility of uploading files to your server. The file must have been copied to the default locale folder before executing this operation. Otherwise it will result in an error.";
-$messages["locale_code"] = "Locale code";
-$messages["locale_encoding"] = "Encoding";
-
-$messages["template_will_be_available_for_all"] = "The new template will automatically become available to all the blogs in this site.";
-
-$messages["use_this_form_to_upload_template"] = " Use this form to upload a new template set file to this server. If you don't have the possibility to upload files, please see the form below . Template sets must be packed in zip, tar.gz or tar.bz2 files in order to be uploaded.";
-$messages["locale_file"] = "Locale file";
-$messages["upload_template"] = "Upload template";
-$messages["manually_add_template"] = "Manually Add Template";
-$messages["use_this_form_if_cannot_upload_template"] = " Use this second form if you don't have the possibility of uploading files to your server. The file must have been copied to the default template folder before executing this operation. Otherwise it will result in an error.";
-$messages["template_id"] = "Template Identifier";
-
-$messages["templates_available_for_all"] = "This templates are available to all the blogs in this site.";
-$messages["add_file"] = "Add File";
-
-$messages["setting_name"] = "Name";
-$messages["setting_value"] = "Value";
-$messages["setting_description"] = "Description";
-
-$messages["plain"] = "Plain";
-$messages["search_engine_friendly"] = "Search Engine Friendly";
-
-$messages["general_settings"] = "General Settings";
-$messages["helper_tools_settings"] = "Helper Tools Settings";
-$messages["uploads_settings"] = "Uploads Settings";
-$messages["email_settings"] = "Email Settings";
-
-$messages["number_blogs"] = "Number of blogs";
-$messages["number_users"] = "Number of users";
-$messages["number_posts"] = "Number of posts";
-$messages["number_posts_today"] = "Number of posts today";
-$messages["number_posts_this_month"] = "Number of posts this month";
-
-$messages["date"] = "Date";
-$messages["time"] = "Time";
-
-$messages["comments_order"] = "Order in which comments appear:";
-$messages["oldest_first"] = "Oldest first";
-$messages["newest_first"] = "Newest first";
-
-$messages["blog"] = "Blog";
-$messages["blog_id"] = "Blog Numerical Identifier";
-
-$messages["blog_users"] = "Blog Users";
-$messages["available_users"] = "Available Users";
-$messages["add"] = "Add";
-$messages["remove"] = "Remove";
-
-$messages["user_id"] = "User Numerical Identifier";
-
-$messages["new_password"] = "New Password";
-$messages["has_administrator_privileges"] = "Has administrator privileges";
-$messages["related_to_the_following_blogs"] = "Related to the following blogs";
-
-$messages["add_user_to_blog_form"] = " This form will allow you to add a user to your blog. The user will only be allowed to add or edit posts, but he or she will not be allowed to change any of the blog settings.";
-$messages["add_user_enter_username"] = " Please enter the username of the user you would like to add. The user must have registered in this server, otherwise this will cause an error.";
-$messages["add_user_send_notification"] = "Send a notification email to this user.";
-$messages["add_user_type_notification"] = "Type some text here to be sent to this user";
-
-$messages["following_users_have_permissions"] = " The following users are part of this blog. They can add, edit and remove posts but cannot change any of the settings and behaviour of this site.";
-$messages["revoke_permissions"] = "Revoke Permissions";
-
-$messages["add_blog_template"] = "Add Blog Template";
-$messages["manually_add_blog_template"] = "Manually Add Blog Template";
-$messages["template_available_only_for_this_blog"] = "This template will be made available only for this blog.";
-$messages["use_form_to_upload_blog_template"] = "Use this form to upload a new template set file to this server. If you don't have the possibility to upload files, please see the form below. Template sets must be packed in zip, tar.gz or tar.bz2 files in order to be uploaded.";
-$messages["use_form_if_cannot_upload_blog_template"] = "Use this second form if you don't have the possibility of uploading files to your server. The file must have been copied to the default template folder before executing this operation. Otherwise it will result in an error.";
-
-$messages["blog_templates"] = "Blog Templates";
-$messages["templates_only_available_for_this_blog"] = "The following templates are only available to this blog.";
-
-$messages["add_file_to_blog_template"] = "Add File to Blog Template"; $messages["upload_file_to_blog_template"] = "Please upload the file you would like to add to the template set.";
-
-$messages["error_user_id_incorrect"] = "Incorrect user identifier.";
-$messages["error_incorrect_user_id"] = $messages["error_user_id_incorrect"];
-$messages["error_fetching_user_information"] = "There was an error fetching the user information.";
-$messages["error_password_incorrect"] = "The password is too short or invalid.";
-$messages["error_updating_user_settings"] = "I could not update the settings for the given user.";
-$messages["user_settings_updated_ok"] = "Settings for user \"%s\" updated successfully.";
-$messages["error_no_users_selected_to_add"] = "No users were selected to add.";
-$messages["user_added_to_blog_ok"] = "The user \"%s\" has been added to the blog.";
-$messages["error_adding_user_to_blog"] = "There was an error adding the user \"%s\" to the blog.";
-$messages["error_no_users_selected_to_remove"] = "No users were selected to remove.";
-$messages["user_removed_from_blog_ok"] = "The user \"%s\" has been removed from the blog.";
-$messages["error_removing_user_from_blog"] = "There was an error removing the user \"%s\" from the blog.";
-
-$messages["error_incorrect_plugin_id"] = "The plugin identifier is incorrect.";
-$messages["error_configuring_plugin"] = "There was an error configuring the plugin: ";
-$messages["site_config_saved_ok"] = "Site configuration was successfully saved.";
-$messages["error_saving_site_config"] = "There was a problem saving the configuration.";
-
-$messages["error_incorrect_blog_owner"] = "The user chosen as the blog owner does not exist.";
-$messages["error_updating_blog_settings"] = "There was an error while updating the settings for blog \"%s\"";
-$messages["blog_settings_updated_ok"] = "The settings for blog \"%s\" were updated successfully.";
-
-$messages["error_fetching_users"] = "There was an error while fetching the users in this site.";
-
-$messages["error_fetching_blogs"] = "There was an error while fetching the blogs in this site.";
-
-$messages["error_incorrect_template_id"] = "The template identifier is not valid or does not exist.";
-
-$messages["error_no_users_selected"] = "No users were selected to delete.";
-$messages["error_could_not_find_user"] = "I could not find user \"%s\" in this site.";
-$messages["error_deleting_user"] = "There was an error deleting user \"%s\"";
-$messages["user_deleted_ok"] = "User \"%s\" successfully deleted.";
-
-$messages["error_must_give_blog_name"] = "You must give a valid name for the blog.";
-$messages["error_adding_blog"] = "There was an error while adding the blog to the database.";
-$messages["blog_added_ok"] = "The new blog \"%s\" has been successfully added to the database.";
-
-$messages["error_template_not_inside_folder"] = "The template files must be inside a folder.";
-$messages["error_missing_base_files"] = "Some of the basic files are missing from the set.";
-$messages["error_unpacking"] = "There was an error unpacking the file.";
-$messages["error_forbidden_extensions"] = "Some files inside the template have been forbidden.";
-$messages["error_creating_working_folder"] = "There was an error checking the template set";
-$messages["error_checking_template"] = "There was an error with the template set (code = %s)";
-$messages["error_add_template_disabled"] = "Users are not allowed to add templates in this site.";
-$messages["error_must_upload_file"] = "You must upload a file.";
-$messages["error_no_template_name"] = "You must provide a template name.";
-$messages["error_uploads_disabled"] = "The upload feature has been disabled in this site.";
-$messages["error_installing_template"] = "There was an error installing the template set.";
-$messages["template_installed_ok"] = "The new template set has been successfully installed as \"%s\".";
-
-$messages["error_adding_template_file"] = "There was an error adding the file to the template set.";
-$messages["error_file_forbidden"] = "Files of this type have been forbidden in this site.";
-$messages["error_file_too_big"] = "The file is too big. Maximum allowed size is \"%s\" bytes.";
-$messages["template_file_added_ok"] = "File added successfully to template \"%s\".";
-
-$messages["error_plugin_cannot_be_configured"] = "The plugin cannot be configured.";
-
-$messages["error_incorrect_username"] = "The username is incorrect.";
-$messages["error_username_already_exists"] = "There is already a user registered with the same username.";
-$messages["error_adding_user"] = "There was an error whiel adding the new user to the database.";
-$messages["user_added_ok"] = "The new user \"%s\" has been successfully added.";
-
-$messages["error_no_blogs_selected"] = "You must select at least one blog to delete.";
-$messages["error_blog_is_default_blog"] = "\"%s\" cannot be deleted because it is the default blog.";
-$messages["blog_deleted_ok"] = "Blog \"%s\" has been successfully deleted.";
-$messages["error_deleting_blog"] = "There was an error while deleting blog \"%s\".";
-
-$messages["error_no_templates_selected"] = "No templates were selected to remove.";
-$messages["error_removing_template"] = "There was an error removing the template \"%s\"";
-$messages["template_removed_ok"] = "Template \"%s\" removed successfully.";
-
-$messages["error_no_users_selected_to_remove_from_blog"] = "No users were selected to remove from this blog.";
-$messages["error_removing_user_from_blog"] = "There was an error removing user \"%s\" from this blog.";
-$messages["user_removed_from_blog_ok"] = "User \"%s\" has been successfully removed from this blog.";
-
-$messages["error_incorrect_locale_code"] = "The given locale code is not valid.";
-$messages["error_invalid_locale_file"] = "The file does not seem to be a valid locale file.";
-$messages["error_adding_locale_file"] = "There was an error adding the new locale file. Please make sure that the file has been uploaded to the locale folder prior to this operation and that it has correct permissions.";
-$messages["locale_added_ok"] = "The new locale \"%s\" has been successfully added.";
-$messages["error_saving_locale"] = "There was an error saving the new locale file to the locale folder. Please make sure that the folder has the right access permissions.";
-
-$messages["error_no_locales_selected"] = "No locales were selected to delete.";
-$messages["error_deleting_only_locale"] = "This is the only locale available in the system and therefore it cannot be deleted.";
-$messages["locale_deleted_ok"] = "Locale \"%s\" deleted successfully.";
-$messages["error_deleting_locale"] = "There was an error while deleting locale \"%s\"";
-$messages["error_cant_delete_default_locale"] = "\"%s\" can not be deleted because it is the default locale setting at the moment.";
-
-$messages["plugin_config"] = "Plugin Configuration";
-
-$messages["use_read_more_feature"] = "Show the whole post in the main or only the part that was typed in the 'Text' box?";
-
-$messages["extended_text"] = "This text will be only shown in the post page, unless we disable the feature in the 'Settings' tab";
-
-$messages["error_must_give_post_intro"] = "You must at least provide an introductory text to the post.";
-$messages["error_no_albums_defined"] = "There are no albums available in this blog.";
-$messages["error_fetching_album"] = "There was an error fetching the requested album";
-$messages["comment_marked_as_spam_ok"] = "Comment marked as spam successfully.";
-$messages["comment_marked_as_nonspam_ok"] = "Comment marked as non spam successfully.";
-$messages["error_marking_comment_as_nonspam"] = "There was an error marking the comment as non spam.";
-$messages["error_marking_comment_as_spam"] = "There was an error marking the comment as spam.";
-$messages["error_incorrect_comment_id"] = "The comment identifier was incorrect.";
-$messages["error_base_storage_folder_missing_or_unreadable"] = "One of the folders required for the storage of the resources was missing or unreadable.";
-
-
-///// new help messages ////
-
-//
-// translators: this one has changed too since we now have two text boxes: one for the
-// text that we'd like to appear in the main page and another one for the text that
-// will only be shown in the 'post' page (that is, when the users clicks on the
-// permalink, for example)
-//
-$messages["newPost"] = "<p>Use this page to add a new post to your journal. You should provide a topic or subject
-for your post as well as some text for your post. Once you have finished, press the <b>'Add'</b> button and the post
-will automatically be included in your page. Please note that you have to set the status of the post
-to <b>'Published'</b> if you want it to appear in front page. Use the <b>'Draft'</b> status when you can't finish posting
-now but you would like to save what you have typed so far for later revision.</p>
-<p>The text typed in the first text box will always appear in the main page. You can use
-the second text box if you want to have some text not to be included in the main page
-but that should be shown once the users clicks on the permalink or on the
-\"Read More...\" link. This link will be automatically added to the end of the text. This
-field is not mandatory and its behaviour can be controlled in the \"Settings\" tab,
-where you can force both text text boxes to be shown in the main page.</p>
-<p>You can also classify the post under any of the categories you have previously created. Simply set
-the <b>'Category'</b> field to the one you most like.</p>
-<p>If you would like to receive an email notifying about a new post, please check the corresponding
-checkbox.</p>
-<p>Check the box where it says </b>'Find links in the post...'</b> if after adding the post, you
-would like to send trackback pings to the hosts that support it. Your post will be scanned for
-links and you will have the possibility to choose which ones to send trackback pings to.</p>";
-
-$messages["updatePost"] = $messages["newPost"];
-
-$messages["newBlogUser"] = "This option allows you to easily give editing permissions to other
-users in this blog. To do so, you only have to know its username. If you already know it,
-simply type it in the text field below and press the \"Add User\" button. If you wish, you can
-also send an email to this user (as long as he or she used the right address when
-registering) notifying him or her that he has now been granted permissions to add, edit
-and delete posts in this blog.";
-
-$messages["showBlogUsers"] = "This is a list of the users that have been given editing permissions
-in this blog. You can see their profile if you wish or you can also revoke their permissions
-by selectin them and then clicking on the \"Revoke Permissions\" button. Once you do that,
-the selected users will no longer be able to publish anything in this blog.";
-
-//
-// note to translators:
-//
-// added some additional text here to inform about the new "configure" feature
-//
-$messages["pluginCenter"] = "<p>From here you can see which plugins have been installed. For every
-plugin, you will see its identifier (the identifier you have to use when developing templates and
-want to make use of the plugin features), the author of the plugin, and some descriptive text with
-various information about the plugin, mainly how to use it.</p>
-<p>Some plugins offer also their own configuration page from wich you can modify some
-aspects of its behaviour. To access such page, please click on the \"configure\" link
-next to every plugin.</p>";
-
-$messages["configurePlugin"] = "This plugin provides some settings that can be configured
-by the user.";
-
-$messages["newBlogTemplate"] = "<p>It is possible to easily add new templates to the system. To do
-so, there are two possibilities: the template can either be uploaded as a compressed file
-(tar.gz, tar.bz2 and zip files are supported) to the server or it canbe manually
-uploaded using any available method.</p>
-<p>If the first method is chosen, the contents of the file must have all been packaged
-under a folder which will be the name given to the template.</p>
-<p>If the second method is chosen, simply upload the files to a folder under your blog-specific folder
-and type in the name of the folder in the text box below.</p>
-<p>Plugins added here will only be available to this specific below and will not be able to
-be accessed by other blogs.</p>";
-
-$messages["blogTemplates"] = "<p>This is a list with all the templates that have been added to
-this blog. If you wish to remove any of them, please select them and click on the
-\"Delete Selected\" button below the list. Once a template is deleted it cannot be
-recovered, since it is removed from the disk.</p>";
-
-$messages["adminSettings"] = "<p>These are some very basic statistics about the site.</p>";
-
-$messages["createUser"] = "<p>We can easily register new users in the system by using this form.
-We only need to provide with a valid username and a password, and optionally an email address.
-Users registered here will not be attached to any blog unless we explicitly do so in the
-\"User\" section or until we create a blog specially for this new user.</p>";
-
-$messages["editUserProfile"] = "<p>From here we can edit the profile of any user in this blog. We can
-also grant administrator privileges to the user (or revoke them). A list of the blogs to which
-the user belogs is also displayed.</p>";
-
-$messages["editSiteUsers"] = "<p>These are all the users that are registered in this site. You can see and edit
-their profile by clicking on the username or you can delete any of them by clicking on the
-checkbox of the user(s) and then click on the \"Delete Selected\" button. Once a user
-has been deleted, it can <b>not</b> be recovered, so please be careful.</p>";
-
-$messages["createBlog"] = "<p>Unlimited blogs can be added to a single installation of pLog. Users
-can use the registration script provided in the main package but administrator can also
-register new blogs by using this form. The only things needed to know are the name that will
-be given to the blog and the user who will be the owner, having the maximum privileges
-over that blog.</p>";
-
-$messages["editSiteBlogs"] = "<p>This is a list with all the blogs that have been registered
-so far in this site. Any blog can be deleted selecting it and clicking on the \"Delete
-Selected\" button. If we try to delete the blog that has been set as the default one
-(see the \"Global Settings\" tab in \"Site Admin\") we will get an error message.</p>
-<p>We can also edit the settings of any blog by clicking on it.</p>
-<p>Finally, we can edit the users that have permissions on a given blog by clicking
-on the \"Edit Users\" link</p>";
-
-$messages["editBlog"] = "<p>The settings of the blog can be edited from here in the same way
-a normal user can do. Everything is exactly the same except that administrator users can also
-change who is the owner of the blog, anytime.</p>";
-
-$messages["editBlogUsers"] = "<p>This feature allows to visually add and remove users from
-any blog. On the left side we will see a list containing all the users that have not
-been given editing privileges in this blog yet, while on the right side we will see a list of the
-users that have already been given privileges. To a user (or more than one if necessary)
-we only have to select them from the list of the left and click on the \"Add\" button. To do
-
-the opposite process, we will have to select the users from the list of the right and
-click on the \"Remove\" button.</p>
-<p>It is also possible to change the user who is the owner of the blog by selecting
-another from the drop-down list on top.</p>";
-
-$messages["newLocale"] = "<p>Now locales can be easily added to the site using this feature. If
-we have the possibility of uploading files, then we can use the first form, \"Upload Locale\"
-simply pointing the browser to the locale file we'd like to upload. pLog will take care
-of everything else, including copying the file to the folder with the other language files, but
-please bear in mind that the folder must be writable by the user who is running the web server in
-order for this feature to work properly. If the language file already exists, <b>it will
-be overwritten and replaced by the new one</b>.</p>
-<p>If files cannot be uploaded to the server, then the file will have to be
-manually uploaded and placed in the same folder with the other language files. Once the file
-has been placed there, we will have to type in the second form its code omitting the
-\"locale_\".</p>
-<p>Locale files must follow the naming convention of locale_ll_CC, where 'll' is the
-2-digit ISO code for the language, while CC is the 2-digit ISO code for the country. If the file
-does not conform to those rules, it will be rejected as a valid locale file.</p>";
-
-$messages["siteLocales"] = "<p>This is a list with all the language files that have been
-installed in this site. For each one of them, the encoding used by it and a brief
-description can be seen. Also, language files can be removed from the system by selecting
-them and clicking on the \"Delete Selected\" button.</p>";
-
-$messages["newTemplate"] = "<p>It is possible to easily add new templates to the system. To do
-so, there are two possibilities: the template can either be uploaded as a compressed file
-(tar.gz, tar.bz2 and zip files are supported) to the server or it can be manually
-uploaded using any available method.</p>
-<p>If the first method is chosen, the contents of the file must have all been packaged
-under a folder which will be the name given to the template.</p>
-<p>If the second method is chosen, simply upload the files to a folder under your blog-specific folder
-and type in the name of the folder in the text box below.</p>
-<p>Plugins added here will be available to <b>all</b> the blogs in this site.</p>";
-
-$messages["siteTemplates"] = "<p>This is a list with all the templates that are globally
-available to all blogs. If you wish to remove any of them, please select them and click on the
-\"Delete Selected\" button below the list. Once a template is deleted it cannot be
-recovered, since it is removed from the disk.</p>";
-
-$messages["editSiteSettings"] = "These are all the global settings that control many aspects of the
-behaviour of pLog.";
-
-$messages["newBlogTemplateFile"] = "Single files can be added to an already existing template
-set without having to upload the whole set again. Simply find the file you would like to
-upload in your disk and click on the \"Add File\" button.";
-
-// text is the same, so we can save a few bytes
-$messages["newTemplateFile"] = $messages["newBlogTemplateFile"];
-
-
-////////////////////////////////////////////
-///
-///
-/// NEW STRINGS ADDED IN 0.3!!
-///
-///
-////////////////////////////////////////////
-$messages["show_category_in_main_page"] = "Show this category in the main page";
-$messages["welcome_resource_center"] = "Welcome to the resource center!";
-$messages["resource_center"] = "Resource Center";
-$messages["resource_albums"] = "Resource Albums";
-$messages["resources"] = "Resources";
-$messages["add_resource"] = "Add Resource";
-$messages["add_album"] = "Add Album";
-$messages["album"] = "Album";
-$messages["album_name"] = "Album name";
-$messages["parent_album"] = "Parent album";
-$messages["no_parent_album"] = "No parent album";
-$messages["resource_info"] = "Resource Information";
-$messages["size"] = "Size";
-$messages["format"] = "Format";
-$messages["dimensions"] = "Dimensions";
-$messages["bits_per_sample"] = "Bits per pixel";
-$messages["bytes"] = "bytes";
-$messages["pixels"] = "pixels";
-$messages["time_offset"] = "Time difference in hours between the server and you:";
-$messages["hours"] = "Hours";
-$messages["album_added_ok"] = "The new album has been successfully added.";
-$messages["name"] = "Name";
-$messages["children"] = "Children";
-$messages["see"] = "See";
-$messages["view"] = "View";
-$messages["resource_info"] = "Resource Information";
-$messages["number_of_channels"] = "Number of channels";
-$messages["length"] = "Length";
-$messages["number_of_files"] = "Number of files";
-$messages["compressed_size"] = "Compressed size";
-$messages["uncompressed_size"] = "Uncompressed size";
-$messages["resource_file"] = "File that you would like to add";
-$messages["add_to_album"] = "Add the file to the following album";
-$messages["edit_resource_album"] = "Edit Resource Album";
-$messages["error_loading_resource_album"] = "There was an error fetching the resource album.";
-$messages["error_album_id_parameter_missing"] = "The album identifier is incorrect.";
-$messages["error_album_parent_id_parameter_missing"] = "Parent album identifier not found.";
-$messages["error_updating_resource_album"] = "There was an error updating the resource album.";
-$messages["resource_album_updated_ok"] = "The resource album \"%s\" was updated successfully.";
-$messages["error_must_give_album_name"] = "You must provide with a name for the album.";
-$messages["error_adding_album"] = "There was an error adding the resource album.";
-$messages["album_added_ok"] = "The new album \"%s\" was successfully added.";
-
-$messages["resource_added_ok"] = "The new resource was successfully added.";
-$messages["error_resource_forbidden_extension"] = "The resource could not be added because it had a forbidden extension.";
-$messages["error_resource_too_big"] = "The resource could not be added because it was too big.";
-$messages["error_uploads_disabled"] = "The resource could not be added because uploads have been disabled in this site.";
-$messages["error_adding_resource"] = "There was an error adding the resource.";
-$messages["error_loading_resource"] = "There was an error fetching the resource";
-$messages["error_updating_resource"] = "There was an error updating the resource.";
-$messages["resource_updated_ok"] = "Resource \"%s\" was updated successfully.";
-$messages["error_no_resources_selected"] = "There were no resources selected to delete.";
-$messages["resource_deleted_ok"] = "Resource \"%s\" was successfully removed.";
-$messages["error_deleting_resource"] = "There was an error deleting resource \"%s\".";
-$messages["error_no_resource_uploaded"] = "There was no resource file uploaded.";
-$messages["filtered_content"] = "Filtered Content";
-$messages["global_filtered_content"] = "Global Filtered Content";
-$messages["block_content"] = "Filter Content";
-$messages["blocked_hosts"] = "Blocked Hosts";
-$messages["global_blocked_hosts"] = "Globally Blocked Hosts";
-$messages["block_host"] = "Block Host";
-$messages["security"] = "Security";
-$messages["security_welcome"] = "Welcome to the security area!";
-$messages["filtered_content_intro"] = "The following content/regular expressions have been blocked in this blog.";
-$messages["global_filtered_content_intro"] = "The following content/regular expressions have been globally blocked.";
-$messages["content"] = "Content";
-$messages["reason"] = "Reason";
-$messages["add_filtered_content"] = "Add Filtered Content";
-$messages["add_filtered_content_intro"] = "Anything added here will not be allowed as valid text in a comment, and any attempt by a casual user to post a comment with blocked content will block the comment. Regular expressions or a simple string can be used. Regular expressions are much more powerful but they're also much more complex and you should be careful with them, because you could potentially block all content with the wrong regular expression.";
-$messages["global_add_filtered_content_intro"] = "Anything added here will not be allowed as valid text in a comment in any of the blogs available in this site. Any attempt by a casual user to post a comment with blocked content will block the comment. Regular expressions or a simple string can be used. Regular expressions are much more powerful but they're also much more complex and you should be careful with them, because you could potentially block all content with the wrong regular expression.";
-$messages["content_to_block"] = "Content that you would like to block";
-$messages["block_this"] = "Block This";
-$messages["mask"] = "Mask";
-$messages["access_blocked"] = "Access Blocked";
-$messages["posting_blocked"] = "Posting Blocked";
-$messages["block_host_intro"] = "Hosts added here will be blocked from accessiny only this blog. Please see <a href=\"javascript:help_window('admin.php?op=Help&helpId=newBlogBlockedHost');\">Help</a> for more detailed information about this feature.";
-$messages["global_block_host_intro"] = "Hosts added here will be blocked from accessing any blog in this site. Please see this related <a href=\"javascript:help_window('admin.php?op=Help&helpId=newBlogBlockedHost');\">help item</a> for more information about this feature.";
-$messages["block_type"] = "Block type";
-$messages["error_invalid_ip_address"] = "The IP address is not valid.";
-$messages["error_provide_content_to_block"] = "You must provide some content to block.";
-$messages["error_must_create_album_first"] = "You must create an album before adding any resource.";
-$messages["error_resource_is_not_an_image"] = "The chosen resource is not an image.";
-$messages["error_generating_resource_preview"] = "There was an error regenerating the preview for this resource.";
-$messages["resource_preview_generated_ok"] = "The preview for this resource was successfully generated.";
-$messages["regenerate_preview"] = "Regenerate Preview";
-$messages["show_album"] = "Show Album";
-$messages["show_album_when_browsing"] = "Show this album to users";
-$messages["assigned_to_blog"] = "Assign user to the following blog";
-$messages["clean_up"] = "Clean-Up";
-$messages["purge_info"] = "The purge function will physically remove all posts that have been marked as 'Deleted'. Otherwise,
- those posts are kept in the database (in case the user would like to restore some of them) and they
- may end up being a considerable amount, uselessly enlarging the size of the database. If you are
- sure that you would like to remove such posts, please press the button below.";
-$messages["spam_info"] = "Comments marked as spam can be kept in the database in order to train the filter. Once the function
- has been accomplished, they are useless and if you wish the remove the comments marked as
- spam from the database, please use the button below.";
-$messages["no_spam"] = "No Spam";
-$messages["spam"] = "Spam";
-$messages["mark_as_spam"] = "Mark as spam";
-$messages["mark_as_no_spam"] = "Mark as no spam";
-$messages["enable_comments_for_post"] = "Enable comments for this post";
-$messages["close_window"] = "Close Window";
-$messages["add_resource"] = "Add Resource";
-$messages["add_resource_preview"] = "Add Preview";
-$messages["add_album"] = "Add Album";
-$messages["show_main_page"] = "Show in Main Page";
-$messages["purge_spam_comments"] = "Purge Spam Comments";
-$messages["purge_posts"] = "Purge Posts";
-$messages["keep_spam_comments"] = "Keep Spam Comments";
-$messages["throw_away_spam_comments"] = "Throw Away Spam Comments";
-$messages["error_adding_blocked_host"] = "There was an error blocking the given host.";
-$messages["blocked_host_added_ok"] = "Host %s added successfully to the list of blocked hosts.";
-$messages["error_no_blocked_hosts_selected"] = "There were no hosts selected to remove.";
-$messages["blocked_host_deleted_ok"] = "Host \"%s\" deleted successfully.";
-$messages["error_deleting_blocked_host"] = "There was an error deleting blocked host \"%s\"";
-$messages["edit_blocked_host"] = "Edit Blocked Host";
-$messages["error_fetching_blocked_host"] = "There was an error fetching the blocked host.";
-$messages["error_updating_blocked_host"] = "There was an error updating the blocked host.";
-$messages["thumbnail_format"] = "Thumbnail format";
-$messages["same_as_image"] = "Same as original image";
-$messages["same"] = $messages["same_as_image"];
-
-
-
-$messages["help_locale_folder"] = "Folder where language files are located.";
-$messages["help_default_locale"] = "Default language settings that will be used when creating new blogs.";
-$messages["help_xmlrpc_api_enabled"] = "Enables or disables the XMLRPC interface, for posting from your desktop.";
-$messages["default_rss_profile"] = "RSS/RDF profile that will be used by default to generate feeds, if no special profile is specified";
-$messages["help_security_pipeline_enabled"] = "Enables the security features. Disabling this will disable all the security features so it is recommended to enable it and disable those features that we do not need.";
-$messages["help_ip_address_filter_enabled"] = "Enables the IP address filter, for blocking certain hosts of accessing our site.";
-$messages["help_content_filter_enabled"] = "Enables a very simple regular expression-based content filter for blocking comments that contain certain words or expressions. The Bayesian filter might be a better solution.";
-$messages["help_maximum_comment_size"] = "Maximum allowed length in bytes for comments.";
-$messages["help_bayesian_filter_enabled"] = "Enables or disables the bayesian filter.";
-$messages["help_bayesian_filter_spam_probability_treshold"] = "Minimum value at which a comment is considered spam. Should be between 0.01 and 0.99";
-$messages["help_bayesian_filter_nonspam_probability_treshold"] = "Maximum value at which a comment is safely considered as non spam. Anything between these two tresholds will still be considered non spam but it will perhaps require some additional training";
-$messages["help_bayesian_filter_min_length_token"] = "Minimum length that a token can have to be handled by the parser as a valid token.";
-$messages["help_bayesian_filter_max_length_token"] = "Maximum length that a token can have.";
-$messages["help_bayesian_filter_number_significant_tokens"] = "How many significant tokens a message must have";
-$messages["help_bayesian_filter_spam_comments_action"] = "What to with comments marked as spam. They can either be rejected and thrown away (won't even be stored in the database) or kept but marked as spam. The second option is recommended when our filter hasn't been trained much and still makes mistakes from time to time.";
-$messages["help_path_to_convert"] = "The 'convert' tool from the ImageMagick package is needed if using ImageMagick as the backend to generate thumbnails.";
-$messages["help_thumbnail_height"] = "Maximum height that thumbnails will have.";
-$messages["help_resources_folder"] = "Folder where the resources will be stored. Does not have to be in the web server tree, if you don't feel like letting people browse your resources folder. The resource server will take care of serving
-the files wherever they are.";
-
-$messages["help_thumbnails_keep_aspect_ratio"] = "Whether to keep the aspect ratio of thumbnails or not.";
-$messages["help_resources_enabled"] = "Enables or disables the 'Resource Center' feature.";
-$messages["help_thumbnail_method"] = "Backend system that will be used to generate thumbnails from image files. If using ImageMagick, please see below as some external tools are needed.";
-$messages["help_thumbnail_width"] = "Maximum width that thumbnails will have.";
-$messages["external_interfaces"] = "External Interfaces";
-$messages["security_settings"] = "Security Settings";
-$messages["bayesian_filter_settings"] = "Bayesian Filter Settings";
-$messages["resources_settings"] = "Resources Settings";
-$messages["help_thumbnail_format"] = "Default format that will be used when generating previews of images. If set to 'Same as original image', then thumbnails will be saved in the same format as the original image form which they were generated.";
-$messages["edit"] = "Edit";
-$messages["blocked_content_added_ok"] = "Blocked content added successfully.";
-$messages["blocked_content_updated_ok"] = "Blocked content updated successfully";
-$messages["help_disable_javascript_calendar"] ="Disables the javascript and DHTML-based calendar used to
-pick a date when editing or adding a post, should the user's browser be not compatible.";
-$messages["edit_filtered_content"] = "Edit Filtered Content";
-$messages["error_updating_blocked_content"] = "There was an error updating the blocked content.";
-$messages["audio_codec"] = "Audio Codec";
-$messages["video_codec"] = "Video Codec";
-$messages["sample_rate"] = "Sample rate";
-$messages["files"] = "Files";
-$messages["created"] = "Created";
-$messages["generated"] = "Generated";
-$messages["about"] = "About";
-$messages["menu"] = "Menu";
-$messages["albums"] = "Albums";
-$messages["template_file"] = "Template file";
-$messages["download"] = "Download";
-$messages["error_you_have_been_blocked"] = "You are not allowed to proceed with this request.";
-
-//
-// help messages //
-//
-
-
-//
-// translators: the following help messages have changed a little since last version, due to a few
-// new features built on top of previous features
-//
-$messages["editArticleCategories"] = "<p>This is a listing with all the post categories that
-have been created so far. There must be at least one category before you can add an article, since
-every article has to be categorized under a category. The <b>'Articles'</b> column shows how many
-articles have been categorized under the given category. In the same way, a category can't be deleted
-if it has an article assigned it; you must first remove all the articles and then you will be allowed
-to remove the category.</p>
-<p>You can delete more than one category at the same time by cheching their <b>'Delete'</b> column
-and then clickin on the <b>'Delete Selected'</b> button.</p>
-<p>The <b>'Show In Main Page'</b> column shows whether this category is included in the main page or if alternatively,
-it can also be seen when clicking its link. Edit the category itself to enable/disable this feature.</p>";
-
-$messages["newArticleCategory"] = "<p>From here you can add a new post category to the blog. All
-what you need to provide is a name for the new category. Once it has been created, it will be available
-for posts to be categorized under.</p>
-<p>You can disable the 'Show cateory in main page' checkbox if you don't want this category to be shown in the
-main page of the site. If disabled, posts included in this category will only be shown when browsing this
-specific category, by clicking its link.</p>";
-
-$messages["editArticleCategory"] = "<p>Please provide a new name for the category you are updating. Also,
-define whether you would like to show posts belonging to this cateogry in the main page or not.</p>";
-
-$messages["editPost"] = "<p>Use this page to edit a post from your journal. The information from the
-post has already been provided and now you can make your changes. Once you have finished, press the <b>'Update'</b> button and the post
-will updated. Please note that you have to set the status of the post
-to <b>'Published'</b> if you want it to appear in front page. Use the <b>'Draft'</b> status when you can't finish posting
-now but you would like to save what you have typed so far for later revision.</p>
-<p>If you would like to receive an email notifying about a new post, please check the corresponding
-checkbox.</p>
-<p>More information about the different options <a href=\"admin.php?op=Help&helpId=newPost\">here</a>.</p>";
-
-$messages["blogSettings"] = "<p>From this page you can change some of the settings that control the
-behaviour or appearance of this journal. These are the settings: <ul>
-<li><b>Permanent URL</b>: This is the URL where this blog is running and that can be used to
-link to it. It can't be changed.</li>
-<li><b>Name of the blog</b>: This is a text string with a descriptive name of the blog. If using the
-default templates, it is the text displayed on top of every page.</li>
-<li><b>Long descriptive text about this blog</b>: This is a longer text that can optionally be
-displayed in some kind of page giving more detailed information about the page. It can be left
-blank if not needed.</li>
-<li><b>Language used to display the texts</b>: You can select one of the available languages. This
-language will be used to display the texts (not your own articles!) and format things like dates
-and numbers using the correct settings. More languages can be installed at any time.</li>
-<li><b>Items in the main page</b>: Set this to the number of posts you would like to have
-in the main page. The more posts, the longer it will take for users to download your page. Minimum
-number of posts it one.</li>
-<li><b>Items shown as recent</b>: Set this to the number of posts you would like to be shown as
-<b>'Recent'</b>, that is, the posts that have been posted earlier. Minimun amount is one.</li>
-<li><b>Template used to render the contents</b>: pLog allows to have more than one template
-to show the same content. You can choose here the most appropiate one for you journal, from the ones
-that have been installed by the administrator.</li>
-<li><b>Show the whole post int he main or only the part that was typed in the 'Text' box?</b>: Set this to <b>'Yes'</b> if you would like pLog
-to automatically add a 'More...' link to your posts on the main page just after the text you typed
-in the text box labeled 'Text'. The text typed in the second text box will only be shown to the user
-when clicking on the
-setting below) This feature is useful since it makes your frontpage less cluttered and also
-smaller. However, it has some problems if there is a lot of HTML code in the page.</li>
-<li><b>Enable WYSIWYG edition of texts</b>: Set this to yes if you would like to have the possibility
-to see how your posts look in real time. This feature is only available for users using either
-Internet Explorer 5.5 or higer and Mozilla 1.3b or higher.</li>
-<li><b>Enable comments</b>: Set this to yes if you would like to allow your users to make comments to your
-posts. This will globally affect all your posts and all your users.</li>
-<li><b>Order in which comments appear</b>: Set it to \"Oldest first\" if you would like to see
-the older comments first in the list, or set it to \"Newest first\" to see them in
-reverse chronological order.</li>
-<li><b>Time difference in hours between the server and you</b>: You can use this setting to make pLog automatically
-add or substract an amount of hours to each date in the blog. It is useful for example when the server where the blog
-is hosted and the person who is using it are in different time zones. Telling pLog that there is a difference of
-+3 hours, will make that all dates appear with such time difference applied.</li>
-</ul></p>";
-
-//
-// translators: the ones below are already new
-//
-$messages["resourceCenter"] = "From the resource center, you will be able to manage your files, group them in albums,
-manage those albums and edit any of them.";
-
-$messages["newResourceAlbum"] = "<p>You need at least one album to group your resources. From here you will be allowed
-to add a new album, simply providing a name and a description for it. Only the name field is mandatory, being
-the description field optional.</p>
-<p>Use the <b>'Parent album'</b> field to set whether this is a top-level album or if it is a sub-album and has
-another album as a parent.</p>";
-
-$messages["resourceAlbums"] = "<p>This is a list including all the resource albums that have been created so far
-in this site. For each album, several of its properties can be seen at a glance: its name, a link to its child
-albums (if any) and its amount, a link to its resources and its amount, whether the album is public or
-private and a checkbox to delete as many of them as needed.</p>
-<p>You can read more on the <b>'Show Album'</b> feature here <a href=\"admin.php?op=Help&helpId=editResourceAlbum\">here</a></p>";
-
-$messages["editResourceAlbum"] = "<p>From here you can edit the properties of a resource album. Almost all the fields
-are the same as <a href=\"admin.php?op=Help&helpId=newResourceAlbum\">here</a> except the
-<b>'Show album to users'</b> checkbox. If enabled, this album will be visible to users who browse our
-collection of albums and resources. If not, it will not be shown in the public side. This is useful in cases when
-we want to keep some of the albums secret and don't want users peeking at them.</p>";
-
-$messages["newResource"] = "<p>You will be able to upload new resources to your blog from this section. Any kind of file
-can be uploaded to the site but pLog is capable of handling and extracting some useful information from some
-of them, such as images, videos, zip files and music files.</p>
-<p>First of all, find the file you would like to upload. Then, provide a description for it (mandatory field)
-and finally select to which album would you like this resource to belong to. It is not possible to have a resource
-file that does not belong to any album. Once you are ready, click the <b>'Add Resource'</b> button and the file
-will be added to the blog.</p>
-<p>Please keep in mind that uploads need to be enabled for this to work, and if the blog administrator has
-set a list of forbidden file types that cannot be uploaded, the file will not be allowed in the site. The resource
-framework also needs to be enabled. All these settings can be modified by a user with administrator privileges
-from the <b>'Global Settings'</b> section.</p>
-<p>This feature requires a folder with write permission in the web server.</p>";
-
-$messages["Resources"] = "<p>From here you will have access to all the resource files that have been uplaoded
-in the blog. Files will be shown under the album to which they belong. For every resource file, it will be
-possible to edit its properties, view it as any normal user will see it and mark it for deletion. Pressing the
-<b>'Delete Selected'</b> button from the bottom of the screen will delete those resources that have been
-marked.</p>
-<p>Click the folder icon to navigate to the contents of an albu, or the <b>'Edit'</b> to go to the album
-properties page. Use the <b>'..'</b> link to go up one level. Clicking a resource name or preview (if available)
-will take you to the resource properties page where you will be able to change some of the settings of the
-selected resource.";
-
-$messages["blogSecurity"] = "From this section you will be able to edit set up some basic security mechanisms that
-are provided by pLog. The changes you make here will only affect your blog and not everybody else's.";
-
-$messages["blogFilteredContent"] = "<p>This is a list of all the rules for content filtering that have been added
-to this particular blog. Clicking any of them will take you to a page where you will be able to edit any of them.
-Use the <b>'Delete'</b> checkbox to mark any of them for deletion, and press the <b>'Delete Selected'</b> button
-once you are sure you want to delete those.</p>";
-
-$messages["newBlogFilteredContent"] = "<p>You can add here a new rule for blocking undesired content from being
-included in comments. You can use here single words or sentence or if you wish, you can use the power
-of regular expressions if you know how to use them. You can also add a description to the rule so that you remember
-in the future what it is about, but it is not a mandatory field.</p>";
-
-$messages["blogBlockedHosts"] = "This is a list with all the hosts that have been blocked so far in this blog. At
-a glance, it is possible to see for each host the reason why it was blocked, the date when it was blocked and
-the type of the block applied. Lastly, you can also select any of the host blocking rules and press the
-<b>'Delete Selected'</b> button when you are sure that you want to remove those rules.";
-
-$messages["newBlogBlockedHost"] = "<p>This section will allow you to block a specific address or entire subnet from your Blog. You can select if you want them to be able to see it, but unable to post or simply unable to access it at all. Copy the offending address into the spaces provided and choose the proper subnet address space if necessary. Example: To block just the address of 192.168.1.123 you would choose the '32 bits' option to match the entire address. This blocks just this one address and works well for banning someone with a Static IP address. If you're seeing multiple IP Addresses for a particular individual (say 192.168.1.123, 192.168.1.225, 192.168.1.21 and 192.168.1.67) then you will want to ban a particular subnet range. Enter one of the IP Addresses that you see and choose '24 bits', '16 bits' or '8 bits' to match the first 3 sections, first 2 sections or the first section respectively.<br/>
-<br/>
-<b>EXAMPLES</b>:<br/>
-<br/>
-192.168.1.123 - 32 bits: Matches only the 192.168.1.123 address<br/>
-192.168.1.123 - 24 bits: Matches any address that starts with 192.168.1<br/>
-192.168.1.123 - 16 bits: Matches any address that starts with 192.168<br/>
-192.168.1.123 - 8 bits: Matches any address that starts with 192<br/>
-</p>
-<p>The <b>'Block type'</b> drop-down list will allow you to choose whether to block this host from
-completely accessign the site (an error page will be sent to the client's browser whenever trying to access) or
-simply block it from posting new comments. If the latter is chosen, the host will still be allowed to read
-articles and other people's comments.</p>
-<p>You can also attach a reason/description to this host blocking rule, so that you can remember in the future why
-it was set up.</p>";
-
-$messages["editBlogBlockedHost"] = "You will be able to edit a host blocking rule from this section. The options
-available are exactly the same as in <a href=\"admin.php?op=Help&helpId=newBlogBlockedHost\">here</a>.";
-
-$messages["editBlogFilteredContent"] = "This page will allow you to edit a content filtering rule. The options
-are exactly the same as in <a href=\"admin.php?op=Help&helpId=newBlogFilteredContent\">here</a>.";
-
-$messages["filteredContent"] = "<p>This is a list of all the rules for content filtering that have been added
-to this site. These rules are site-wide and take precedence before any blog-specific rule that may have been
-set by blog owners. The options and its meaning is the same as
-<a href=\"admin.php?op=Help&helpId=blogFilteredContent\">here</a>.";
-
-$messages["newFilteredContent"] = "<p>You can add here a new rule for blocking undesired content from being
-included in comments. This rule will be used system-wide and will take preference before blog-specific
-rules. See <a href=\"admin.php?op=Help&helpId=newBlogFilteredContent\">this</a> for more information
-on the options.";
-
-$messages["blockedHosts"] = "This is a list with all the hosts that have been blocked so far system-wide.
-Clicking a rule IP address will allow us to edit the settings of that rule. These rules always take
-precedence over blog-speficic rules, so that if one these global rules matches a host, all the other after
-it will be ignored.";
-
-$messages["newBlockedHost"] = "From here it is possible to add a new <b>global</b> host-blocking rule. See
-<a href=\"admin.php?op=Help&helpId=newBlogBlockedHost\">here</a> for more information about the options
-available.";
-
-$messages["editBlockedHost"] = "You will be able to edit a host blocking rule from this section. The options
-available are exactly the same as in <a href=\"admin.php?op=Help&helpId=newBlogBlockedHost\">here</a>.";
-
-$messages["editFilteredContent"] = "This page will allow you to edit a content filtering rule. The options
-are exactly the same as in <a href=\"admin.php?op=Help&helpId=newBlogFilteredContent\">here</a>.";
-
-//
-// summary templates text
-//
-
-$messages["summary_title"] = "Blogs Summary";
-$messages["summary_section_main"] = "Summary";
-$messages["summary_section_main_link_title"] = "Main Page";
-$messages["summary_section_register"] = "Register!";
-$messages["summary_section_register_link_title"] = "Register a new blog";
-$messages["summary_section_blog_list"] = "Blog list";
-$messages["summary_section_blog_list_link_title"] = "Blogs hosted in this site";
-$messages["summary_section_faq"] = "F.A.Q.";
-$messages["summary_section_faq_link_title"] = "Frequently Asked Questions";
-$messages["summary_welcome_title"] = "Welcome to pLog!";
-
-$messages["summary_most_active_blogs"] = "Most active blogs";
-$messages["summary_newest_blogs"] = "Newest blogs";
-$messages["summary_most_commented_articles"] = "Most commented articles";
-$messages["summary_most_read_articles"] = "Most read articles";
-
-$messages["summary_faq"] = "Frequently Asked Questions";
-$messages["summary_faq_question"] = "What is this?";
-$messages["summary_faq_description"] = "You could use this section to add some frequently asked questions about your service. It is all up to you and this is only a suggestion so feel free to make changes :) Edit the file templates/summary/faq.template to change the contents of this page.";
-
-$messages["summary_login"] = "Log-in";
-$messages["summary_other_stuff"] = "Other Stuff";
-$messages["summary_plog_logo"] = "How about a logo here?";
-
-$messages["summary_blog_list"] = "Blog List";
-$messages["summary_last_updated"] = "Last Updated";
-$messages["summary_author"] = "Author";
-$messages["summary_articles"] = "articles";
-$messages["summary_reads"] = "reads";
-
-$messages["summary_welcome_message"] = "<h4 class=\"question\">What is this site?</h4>
- <p>You could use this area to give some information about this site.</p>
-
- <ul>
- <li>See the following links for more information: <br />
- <a href=\"summary.php?op=Faq\">FAQ</a></li>
- <li><a href=\"register.php\">Register a new blog here</a></li>
- </ul>";
-
-$messages["summary_latest_posts"] = "Latest Posts";
-$messages["summary_in"] = "in";
-$messages["summary_posted_by"] = "Posted by";
-
-//
-// register templates text
-//
-$messages["register_error"] = "Error";
-$messages["register_error_message"] = "There has been an error:";
-$messages["register_errors"] = "There were some errors during the process, please have a look:";
-$messages["register_new_blog_step1_title"] = "Register a new blog (1/3)";
-$messages["register_step1_fill_in_title"] = "Please fill in this form to create a new blog in this site.";
-$messages["register_step1_description"] = "<p>
-First of all, we need to create a user for you. Please choose a username (which should not exist in the system but if it does, we will let you know) This user will be considered as the owner of the blog and will have full powers over it.
-</p>
-<p>
-And please do not forget your password! There is no way it can be recovered once you have signed up.
-</p>";
-$messages["register_step1_legend"] = "Please fill in the following fields";
-$messages["register_username"] = "Username:";
-$messages["register_password"] = "Password:";
-$messages["register_password_confirmation"] = "Confirm password:";
-$messages["register_email"] = "Email address:";
-$messages["register_email_comment"] = "(user for notifications of new comments)";
-
-$messages["register_next"] = "Next »";
-
-$messages["register_new_blog_step2_title"] = "Register a new blog (2/3)";
-$messages["register_user_created"] = "Your new user has been successfully created! Now we can proceed and create your new personal blog.";
-$messages["register_step2_description"] = " <p>
- The only thing we need to know is the name you would like to give to your diary. Later on once this
- process is complete, you will be able to change things like its description, but now that is not needed.
- </p>";
-$messages["register_step2_blog_name"] = "Name of your new blog:";
-
-$messages["register_new_blog_step3_title"] = "Thank you! (3/3)";
-$messages["register_new_blog_step3_description"] = "
- <p>
- Registration is complete. Your new user and diary have been registered successfully in this site,
- and you can log in now into your blog and start blogging!
- </p>";
-$messages["register_step3_admin_link"] = "
- <p>
- Click here <a href=\"admin.php\">to go the admin interface</a>, if you want to start blogging.
- </p>";
-$messages["register_step3_blog_link1"] = "
- <p>
- Or click <a href=\"";
-
-$messages["register_step3_blog_link2"] = "
-\">here to go and see your new blog</a>.
- </p>";
-
-$messages["register_step3_final_message"] = "
- <p>
- Happy blogging!
- </p>";
-
-
-$messages["register_error_incorrect_username"] = "<li>Incorrect user name, please try again.<br/>";
-$messages["register_error_incorrect_email"] = "<li>Email address is invalid, please try again. <br/>";
-$messages["register_error_user_already_exist"] = "<li>There is already a user with that name, please try again.<br/>";
-$messages["register_error_incorrect_password"] = "<li>Password is invalid, please try again. <br/>";
-$messages["register_error_passwords_dont_match"] = "<li>Passwords do not match, please try again. <br/>";
-$messages["register_error_adding_user"] = "Error adding the user: ";
-$messages["register_error_creating_blog"] = "There was an error creating the new blog";
-$messages["register_error_blog_name"] = "<li>You should choose a better name for the blog.<br/>" ;
-?>
\ No newline at end of file
Deleted: plog/trunk/locale/locale_hu_HU.php
===================================================================
--- plog/trunk/locale/locale_hu_HU.php 2005-01-29 15:29:38 UTC (rev 872)
+++ plog/trunk/locale/locale_hu_HU.php 2005-01-29 15:52:14 UTC (rev 873)
@@ -1,1253 +0,0 @@
-<?php
-// set this to the encoding that should be used to display the pages correctly
-$messages["encoding"] = "iso-8859-2";
-$messages["locale_description"] = "pLog magyar nyelvi file";
-// days of the week
-$messages["days"] = Array( "Vasárnap", "Hétfõ", "Kedd", "Szerda", "Csütörtök", "Péntek", "Szombat" );
-// -- compatibility, do not touch -- //
-$messages["Monday"] = $messages["days"][1];
-$messages["Tuesday"] = $messages["days"][2];
-$messages["Wednesday"] = $messages["days"][3];
-$messages["Thursday"] = $messages["days"][4];
-$messages["Friday"] = $messages["days"][5];
-$messages["Saturday"] = $messages["days"][6];
-$messages["Sunday"] = $messages["days"][0];
-
-// abbreviations
-$messages["daysshort"] = Array( "Vas", "Hét", "Ked", "Sze", "Csü", "Pén", "Szo" );
-// -- compatibility, do not touch -- //
-$messages["Mo"] = $messages["daysshort"][1];
-$messages["Tu"] = $messages["daysshort"][2];
-$messages["We"] = $messages["daysshort"][3];
-$messages["Th"] = $messages["daysshort"][4];
-$messages["Fr"] = $messages["daysshort"][5];
-$messages["Sa"] = $messages["daysshort"][6];
-$messages["Su"] = $messages["daysshort"][0];
-
-// months of the year
-$messages["months"] = Array( "Január", "Február", "Március", "Április", "Május", "Június", "Július", "Augusztus", "Szeptember", "Október", "November", "December" );
-// -- compatibility, do not touch -- //
-$messages["January"] = $messages["months"][0];
-$messages["February"] = $messages["months"][1];
-$messages["March"] = $messages["months"][2];
-$messages["April"] = $messages["months"][3];
-$messages["May"] = $messages["months"][4];
-$messages["June"] = $messages["months"][5];
-$messages["July"] = $messages["months"][6];
-$messages["August"] = $messages["months"][7];
-$messages["September"] = $messages["months"][8];
-$messages["October"] = $messages["months"][9];
-$messages["November"] = $messages["months"][10];
-$messages["December"] = $messages["months"][11];
-
-$messages["message"] = "Üzenet";
-$messages["error"] = "Hiba";
-
-$messages["date"] = "Dátum";
-
-// miscellaneous texts
-$messages["of"] = "of";
-$messages["recently"] = "Mostanában...";
-$messages["comments"] = "Hozzászólások";
-$messages["comment on this"] = "Hozzászólás";
-$messages["my_links"] = "Saját linkek";
-$messages["archives"] = "Archívum";
-$messages["search"] = "Keresés";
-$messages["calendar"] = "Naptár";
-$messages["categories"] = "Kategóriák";
-$messages["search_s"] = "Keresés";
-$messages["link_tracker"] = "Link Tracker";
-$messages["search_this_blog"] = "Keresés ezen a blogon:";
-$messages["about_myself"] = "Ki vagyok?";
-$messages["permalink_title"] = "Állandó link az archívumra";
-$messages["permalink"] = "Permalink";
-$messages["posted_by"] = "Beküldte:";
-$messages["on_the"] = "on the";
-$messages["page"] = "oldal";
-$messages["posted"] = "beküldve";
-
-$messages["reply"] = "Válasz";
-
-
-// add comment form
-$messages["add_comment"] = "Hozzászólás írása";
-$messages["comment_topic"] = "Téma";
-$messages["comment_text"] = "Szöveg";
-$messages["comment_username"] = "Neved";
-$messages["comment_email"] = "Email címed (ha van)";
-$messages["comment_url"] = "Weboldalad (ha van)";
-$messages["comment_send"] = "Mehet";
-$messages["comment_added"] = "Hozzászólás rögzítve!";
-$messages["comment_add_error"] = "Hiba a hozzászólás rögzítése során";
-
-
-$messages["article_does_not_exist"] = "A cikk nem létezik";
-$messages["no_posts_found"] = "Nem található üzenet";
-$messages["user_has_no_posts_yet"] = "A felhasználó még nem küldött üzeneteket";
-
-$messages["info_about_myself"] = "Némi információ magamról...";
-$messages["back"] = "Vissza";
-
-$messages["back_top"] = "Ugrás a tetejére";
-
-$messages["post"] = "post";
-
-$messages["trackbacks_for_article"] = "Trackback-ek a következõ üzenetben:";
-$messages["trackback_excerpt"] = "Excerpt";
-$messages["trackback_weblog"] = "Weblog";
-
-$messages["search_results"] = "A keresés eredménye";
-$messages["search_matching_results"] = "Az alábbi üzenetek felelnek meg a keresési feltételeknek: ";
-$messages["search_no_matching_posts"] = "Nincs találat";
-
-$messages["see_all_link"] = "Kattints ide az összes eddigi üzenet megtekintéséhez";
-
-$messages["read_more"] = "(Bõvebben)";
-
-$messages["anonymous_poster"] = "Anonymous Poster";
-
-$messages["syndicate"] = "SYNDICATE";
-
-$messages["main"] = "Kezdõ";
-
-////// error messages /////
-$messages["error_fetching_article"] = "A megadott cikk nem található.";
-$messages["error_fetching_articles"] = "Az üzenetek nem kérhetõek le.";
-$messages["error_trackback_no_trackback"] = "Nem található trackback ezen üzenetben.";
-$messages["error_incorrect_article_id"] = "Érvénytelen üzenet azonosító.";
-$messages["error_incorrect_blog_id"] = "Érvénytelen újság azonosító.";
-$messages["error_comment_without_text"] = "Némi szöveget mindenképpen meg kell adnod.";
-$messages["error_comment_without_name"] = "A neved/beceneved mindenképp meg kell adnod.";
-$messages["error_adding_comment"] = "Hiba a hozzászólás rögzítése során.";
-$messages["error_incorrect_parameter"] = "Érvénytelen paraméter.";
-$messages["error_parameter_missing"] = "Hiányzik egy paraméter a kérelemböl.";
-$messages["error_blog_has_no_links"] = "Még nincsenek linkek.";
-$messages["error_comments_not_enabled"] = "A hozzászólás lehetõsége kikapcsolva.";
-
-///////////////// //////////////////
-///////////////// STRINGS FOR THE ADMINISTRATION INTERFACE //////////////////
-///////////////// //////////////////
-
-
-////// help messages for the administration interface /////
-$messages["newPost"] = "<p>Use this page to add a new post to your journal. You should provide a topic or subject
-for your post as well as some text for your post. Once you have finished, press the <b>'Add'</b> button and the post
-will automatically be included in your page. Please note that you have to set the status of the post
-to <b>'Published'</b> if you want it to appear in front page. Use the <b>'Draft'</b> status when you can't finish posting
-now but you would like to save what you have typed so far for later revision.</p>
-<p>You can also classify the post under any of the categories you have previously created. Simply set
-the <b>'Category'</b> field to the one you most like.</p>
-<p>If you would like to receive an email notifying about a new post, please check the corresponding
-checkbox.</p>
-<p>Check the box where it says </b>'Find links in the post...'</b> if after adding the post, you
-would like to send trackback pings to the hosts that support it. Your post will be scanned for
-links and you will have the possibility to choose which ones to send trackback pings to.</p>";
-
-$messages["addPost"] = "<p>Your post has been successfully added to the database. Now you can select
-to which hosts you would like to send a trackback ping, so that they know you have written about them
-and can <i>track you back</i>.</p>";
-
-$messages["editComments"] = "There are all the comments that have been posted for the given post. Comments
-can not be edited but they can be deleted. The only mandatory field when posting comments is the
-\"name\" field, so the E-mail and Url columns could be empty. The IP Address field is the
-original IP address where this comment was posted from. You can delete
-as many as you need by checking the corresponding <b>'Delete'</b> checkbox and pressing the
-<b>'Delete selected'</b> button.";
-
-$messages["postStats"] = "<p>These are the statistics about the selected post. The first one is how
-many times this article has been read, but please keep in mind that this statistic might be
-meaningless if you have disabled the <b>'Read more...'</b> feature in the <b>'Blog Settings'</b>
-section.</p>
-<p>The referrers are the urls of all the hosts that visited this post, and the trackbacks table represents
-how many trackback pings have been received for this post. They can't be deleted or modified.</p>";
-
-$messages["editLinks"] = "<p>Itt találhatod a rögzített linkek listáját. Az üzenetekhez hasonlóan minden
-link kategóriákba sorolható, a fõoldalon történõ megjelenítés érdekében..</p>
-<p>Minden linknél látható a neve az URL ahova mutat, a ketagória. Végül pedig lehetõséged van bármelyik link törlésre is.</p>";
-
-$messages["newLink"] = "<p>Itt rögzíthetsz új linkeket. Az URL címet és a nevet mindenképp meg kell adnod.
-A leírás megadása opcionális. Továbbá legalább egy link kategóriával is rendelkezned kell link rögzítése elött.</p>";
-
-$messages["editLinkCategories"] = "<p>This is a list with all the link categories that have been
-created. Like with posts, you need at least one link category before you can add any link. Clicking
-on the <b>'Links'</b> column will show all the links that belong to the category.</p>";
-
-$messages["newLinkCategory"] = "<p>The only thing you need to provide in order to have a new
-link category is a descriptive name for the category. Once the link category has been created,
-it will be available for links to be categorized under.</p>";
-
-$messages["userSettings"] = "<p>Things related to your user profile can be changed from this
-page. Please note that your username cannot be changed.<ul>
-<li><b>Password, Confirm Password</b>: If you would like to change your password, please type it in
-the first text box. Do the same in the second box to confirm that you entered the same password.</li>
-<li><b>Email address</b>: Please set this to a valid email address if you would like to use features
-such as the notification when a comment is received to a post. It is used only for internal
-purposes and will not be publicly displayed.</li>
-<li><b>Bio</b>: You can type here some information about yourself. It can be left empty.</li>
-</ul></p>";
-
-$messages["Stats"] = "<p>You can see from here all the referrers that have hit this site in the past.
-The <b>'Article'</b> column reflects which article was visited by the referrer or the value <b>'0'</b>
-if the referrer visited the main page or any other page which was not an article. Finally, the
-<b>'Last hit date'</b> column is the time of the last hit received from that referrer.</p>";
-
-$messages["editLink"] = "<p>You have to provide at least a url and a name for the link. The link must also
-be categorized under a category.</p>";
-
-$messages["editLinkCategory"] = "Please provide a new name for the link category you are updating.</p>";
-
-$messages["blogSelect"] = "Please select one of the operations from the menu.";
-
-$messages["Error"] = "There was an error while executing the requested operation. Please see
-the main page for more information regarding the error.";
-
-$messages["Message"] = "Please see the main page for more information regarding the message.";
-
-//////// strings for the administration interface ///////
-
-
-
-$messages["admin_interface_title"] = "pLog Adminisztrációs felület";
-$messages["administration"] = "Adminisztráció";
-$messages["help"] = "Súgó";
-$messages["plog_help"] = "pLog Súgó";
-$messages["new_post"] = "Új üzenet";
-$messages["posts"] = "Üzenetek";
-$messages["admin_categories"] = "Kategóriák";
-$messages["admin_links"] = "Linkek";
-$messages["link_categories"] = "Link kategóriák";
-$messages["settings"] = "Beállítások";
-$messages["logout"] = "Kijelentkezés";
-
-// new post page
-$messages["topic"] = "Téma";
-$messages["text"] = "Szöveg";
-$messages["category"] = "Kategória";
-$messages["status"] = "Állapot";
-$messages["status_draft"] = "Piszkozat";
-$messages["status_published"] = "Publikálva";
-$messages["status_deleted"] = "Törölve";
-$messages["status_all"] = "Összes";
-$messages["send_notification"] = "Értesítés minden egyes hozzászólás érkezésekor.";
-$messages["send_trackback_pings"] = "Megkeresi a linkeket az üzenetben és trackback pinget küld azok felé, melyek támogatják ezt a lehetõséget.";
-$messages["add_post"] = "Mehet!";
-
-$messages["xmlrpc_ping_ok"] = "XML-RPC Ping sikeresen elküdve: ";
-$messages["error_sending_xmlrpc_ping"] = "Hiba az XML-RPC Ping küldése közben: ";
-$messages["error_sending_xmlrpc_ping_message"] = "A hibaüzenet: ";
-
-$messages["preview"] = "Elõnézet";
-$messages["post_added"] = "Üzenet rögzítve";
-$messages["you_will_be_notified"] = "Továbbá értesítést kapsz minden egyes, ezen üzenethez érkezõ hozzászólásról is.";
-$messages["post_added_not_published"] = "Üzenet rögzítve, de nincs publikálva.";
-$messages["error_adding_post"] = "Hiba az üzenet rögzítése során!";
-$messages["error_must_fill_all_fields"] = "Ki kell töltened az összes mezõt!";
-$messages["error_must_have_one_category"] = "Legalább egy kategóriával rendelkezned kell az üzenet beküldése elött";
-
-// send trackbacks page
-$messages["send_trackback_pings"] = "Trackback Ping küldése";
-$messages["links_found"] = "Az alábbi linkek találhatóak az üzenetben. Válaszd ki, melyek felé szeretnél trackback pinget küldeni (ez eltarthat egy ideig)";
-$messages["trackbacks_no_urls_selected"] = "Nem lett url kiválasztva, ennélfogva trackback ping se lett küldve.";
-$messages["trackbacks_received_ok"] = "Az alábbi címek fogadták sikeresen a trackback pinget:";
-$messages["trackbacks_no_trackback"] = "Az alábbi címeknek nincs érvényes trackback url címük: ";
-$messages["trackbacks_problems_sending"] = "Problémák voltak a trackback ping küldésével az alábbi címekre.
-Megpróbálhatod késöbb elérni õket.";
-$messages["trackbacks_received_all_hosts"] = "Az összes címre sikeres volt a trackback ping küldése.";
-$messages["ping_selected"] = "A kiválasztott oldalak pingelése";
-
-// edit posts
-$messages["author"] = "Szerzõ";
-$messages["category_all"] = "Összes";
-$messages["author_all"] = "Összes";
-$messages["update"] = "Frissítés";
-$messages["date"] = "Dátum";
-$messages["stats"] = "Statisztika";
-$messages["delete"] = "Törlés";
-
-$messages["delete_selected"] = "Kiválasztott törlése";
-
-// edit post
-$messages["edit_post"] = "Üzenet módosítása";
-$messages["error_getting_post_to_update"] = "Hiba a frissítendõ üzenet lekérése során.";
-$messages["error_updating_post_in_database"] = "Hiba az üzenet frissítése során.";
-$messages["post_successfully_updated"] = "Üzenet sikeresen frissítve.";
-$messages["notification_removed"] = "Ezen üzenetre az értesítés küldés kikapcsolva.";
-
-// post statistics
-$messages["statistics_for_post"] = "Statisztika: ";
-$messages["error_fetching_post"] = "Hiba az üzenet lekérése közben.";
-$messages["times_post_has_been_read"] = "Olvasások száma: ";
-$messages["referers"] = "Ajánlók";
-$messages["id"] = "Id";
-$messages["url"] = "Url";
-$messages["hits"] = "Találatok";
-$messages["trackbacks"] = "Trackbacks";
-
-// post comments
-$messages["error_fetching_comments"] = "Hiba a hozzászólások lekérése során";
-$messages["comments_for_post"] = "Hozzászólások: ";
-$messages["email"] = "E-Mail";
-$messages["ip_address"] = "IP cím";
-
-// delete comments
-//*** NEW ***//
-// please remove these comments after translating these lines
-$messages["error_no_comments_selected"] = "Nem lett hozzászólás kijelölve.";
-$messages["error_deleting_comment"] = "Hiba a hozzászólás törlése során: ";
-$messages["comment_deleted_ok"] = "A(z) - \"%s\" - témájú hozzászólás sikeresen törölve.";
-//*** NEW ***//
-// please remove these comments after translating these lines
-
-
-// categories list
-$messages["category_name"] = "Név";
-
-// removing posts
-$messages["post_cannot_be_deleted"] = "Üzenet nem törölhetõ";
-$messages["no_posts_selected"] = "Nincsenek törlésre megjelölt üzenetek.";
-// %s = subject of the post, %d = identifier of the post. feel free to change its order
-// but if you remove them there will be no information about which post was removed...
-$messages["error_deleting_post"] = "Hiba a(z) \"%s\" törlése során (id = %d)";
-$messages["post_deleted_ok"] = "\"%2\$s\" sikeresen törölve (id = %1\$d)";
-
-// delete categories
-$messages["no_categories_selected"] = "Nincsenek törlésre megjelölt kategóriák.";
-$messages["error_category_has_articles"] = "A(Z) \"%s\" kategória nem törölhetõ, mivel legalább egy üzenetet tartalmaz. Töröld az üzenet(ek)et és próbáld újra.";
-$messages["error_deleting_category"] = "Hiba a(z) \"%s\" kategória adatbázisból történõ eltávolítása során.";
-$messages["category_deleted_ok"] = "A(z) \"%s\" kategória sikeresen törölve.";
-
-// add category
-$messages["add_new_category"] = "Új kategória";
-$messages["add_new_category_info"] = "Adj meg egy érvényes nevet az új kategória számára.";
-$messages["category_added_ok"] = "Kategória sikeresn rögzítve.";
-$messages["error_adding_article_category"] = "Hiba a kategória rögzítése során.";
-
-// edit categories
-$messages["edit_category"] = "Kategória módosítása";
-$messages["please_provide_valid_category_name"] = "Adj meg egy érvényes nevet a kategória számára.";
-
-// edit category
-
-$messages["error_incorrect_category_id"] = "Érvénytelen kategória azonosító";
-
-
-// update the category
-$messages["error_fetching_category"] = "Hiba a kategória lekérése során.";
-$messages["error_updating_category"] = "Hiba a kategória frissítése során.";
-$messages["error_empty_category_name"] = "Érvényes nevet kell megadnod a kategória számára.";
-$messages["category_updated_ok"] = "Kategória sikeresen frissítve.";
-
-// edit links
-$messages["link_name"] = "Név";
-$messages["link_url"] = $messages["url"];
-$messages["link_category"] = $messages["category"];
-$messages["link_description"] = "Leírás";
-$messages["links"] = "Linkek";
-
-// edit a link
-$messages["error_provide_name_and_url"] = "A link nevét és az url címét mindenképp meg kell adnod.";
-$messages["error_invalid_link_id"] = "Érvénytelen vagy hiányzó link azonosító.";
-$messages["error_fetching_link"] = "Hiba a link lekérése során.";
-$messages["error_updating_link"] = "Hiba a link frissítése során.";
-$messages["link_updated_ok"] = "Link sikeresen frissítve!";
-$messages["error_fetching_link_categories"] = "Hiba a linkkategóriák lekérése során.";
-
-// add a link
-$messages["add_new_link"] = "Új link";
-$messages["add_link"] = "Mehet";
-$messages["error_adding_link"] = "Hiba a link rögzítése során.";
-$messages["link_added_ok"] = "Link sikeresen rögzítve.";
-$messages["error_provide_name_and_url"] = "Meg kell adnod legalább egy érvényes nevet és címet.";
-$messages["error_must_have_one_link_category"] = "Legalább egy link kategóriával rendelkezned kell a link rögzítéséhez.";
-
-// delete a link
-$messages["error_no_links_selected"] = "Nincsenek törlésre megjelölt linkek.";
-$messages["error_removing_link"] = "Hiba a(z) \"%s\" link törlése során.";
-$messages["link_deleted_ok"] = "A(z) \"%s\" link sikeresen törölve.";
-
-// edit link categories
-$messages["add_link_category"] = "Új link kategória";
-$messages["link_categories_help"] = "Legalább egy link kategóriával rendelkezned kell a link rögzítéséhez.";
-$messages["link_category_name"] = "Név";
-$messages["link_category_links"] = "Link(ek)";
-
-// new link category
-$messages["new_link_category_info"] = "A link kategóriák segítenek osztályozni a meglévõ linkeket. Segítségükkel csoportosíthatva is megjelenítheted õket a fõoldalon.";
-$messages["add_link_category"] = "Új kategória";
-$messages["error_provide_link_category_name"] = "Meg kell adnod egy érvényes nevet.";
-$messages["error_adding_link_category"] = "Hiba a kategória rögzítése során.";
-$messages["link_category_added_ok"] = "Link kategória sikeresen rögzítve.";
-
-// edit link category
-$messages["edit_link_category"] = "Link kategória módosítása";
-$messages["error_updating_link_category"] = "Hiba a link kategória módosítása során.";
-$messages["link_category_updated_ok"] = "Link kategória sikeresen frissítve.";
-$messages["error_fetching_link_category"] = "Hiba a link kategória lekérése során.";
-$messages["error_incorrect_link_category_id"] = "Érvénytelen azonosító";
-
-
-// delete link categories
-$messages["error_no_link_category_selected"] = "Nincsenek törlésre megjelölt kategóriák.";
-$messages["error_links_in_link_category"] = "A(z) \"%s\" kategória nem törölhetõ, mivel linkeket tartalmaz. Elõször távolítsd el a linkeket, majd próbáld újra.";
-$messages["error_removing_link_category"] = "Hiba a(z) \"%s\" kategória törlése során.";
-$messages["link_category_deleted_ok"] = "A(z) \"%s\" kategória sikeresen törölve.";
-// this error is shown when for some reason the category could not be fetched from the database
-// and we can't show its name
-$messages["error_removing_link_category_2"] = "Hiba az alábbi azonosítójú kategória eltávolítása során: id = %d";
-
-// blog settings page
-$messages["blog_settings"] = "Blog beállítások";
-$messages["user_profile"] = "Felhasználói profil";
-$messages["plugin_center"] = "Pluginok";
-$messages["statistics"] = "Statisztika";
-$messages["blog_name"] = "Blog név";
-$messages["long_blog_name"] = "Hoszabb, részletesebb leírás erröl a blogról";
-$messages["language_used"] = "A használandó nyelv";
-$messages["items_main_page"] = "Hány elem látszódjon a fõoldalon?";
-$messages["items_as_recent"] = "Hány elem látszódjon \"Friss\"-ként?";
-$messages["template_used"] = "Válassz sablont, mely meghatározza a blog kinézetét";
-$messages["cut_posts"] = "A túl hosszú üzenetek két részre osztása egy \"Tovább...\" linkkel?";
-$messages["cut_posts_after_characters"] = "Hány karakter után történjen a két részre osztás?";
-$messages["enable_wysiwyg_edition"] = "A WYSIWYG szerkesztés engedélyezése (csak Internet Explorer 5.5 vagy újabb és Mozilla 1.3b vagy újabb esetén)?";
-$messages["enable_comments"] = "Hozzászólás engedélyezése minden üzenetnél?";
-$messages["yes"] = "Igen";
-$messages["no"] = "Nem";
-$messages["error_invalid_locale"] = "Érvénytelen érték a beállításoknál";
-$messages["error_incorrect_max_recent_items"] = "Érvényes számot adjál meg a friss elemek számának.";
-$messages["error_incorrect_number_of_posts"] = "Érvényes számot adjál meg a fõoldalon megjelenítendõ elemek számának.";
-$messages["error_incorrect_template"] = "Érvénytelen sablon érték.";
-$messages["error_no_blog_name"] = "Érvényes nevet kell megadnod a blog nevének.";
-$messages["error_incorrect_show_more_threshold"] = "Érvényes számot kell megadnod, hogy az üzenet kettévágása rendesen mûködjön.";
-$messages["error_updating_settings"] = "Hiba a beállítások frissítése során.";
-$messages["blog_settings_updated_ok"] = "Blog beállítások sikeresen frissítve!";
-$messages["permanent_blog_url"] = "A blog állandó URL címe (nem módosítható)";
-
-// user profile page
-$messages["username"] = "Felhasználónév";
-$messages["password"] = "Jelszó";
-$messages["confirm_password"] = "Jelszó megerõsítése";
-$messages["email_address"] = "Email cím";
-$messages["bio"] = "Bio";
-$messages["empty_no_change"] = "Hagyd üresen, ha nem változtatod";
-$messages["user_settings_updated_ok"] = "Felhasználói beállítások sikeresen frissítve.";
-$messages["error_updating_user_settings"] = "Hiba a felhasználói beállítások frissítése során.";
-$messages["error_passwords_dont_match"] = "A két jelszó nem egyezik.";
-$messages["error_incorrect_password"] = "Érvénytelen jelszó.";
-$messages["error_incorrect_email_address"] = "Érvénytelen Email cím.";
-
-// plugin center page
-$messages["plugins_available"] = "A sablonokban alkalmazható pluginek listája";
-$messages["identifier"] = "Azonosító";
-$messages["description"] = "Leírás";
-$messages["error_plugins_disabled"] = "A pluginek használata letiltva ezen az oldalon.";
-
-// statistics page
-$messages["statistics_info"] = "A nulla azonosítójú cikk a fõoldalra érkezõ találatot jelenti, és nem egy cikkre vonatkozik.";
-$messages["article_id"] = "Cikk Id";
-$messages["last_hit_date"] = "Utolsó találat idõpontja";
-$messages["error_fetching_referers"] = "Hiba az oldal lekérése során.";
-
-
-// login screen
-$messages["login_page_title"] = "pLog Adminisztrációs felület";
-$messages["login"] = "Bejelentkezés";
-$messages["welcome_message"] = "Üdvözöllek a pLog-ban";
-$messages["error_incorrect_username_or_password"] = "Érvénytelen felhasználónév vagy jelszó.";
-$messages["error_dont_belong_to_any_blog"] = "Nem tartozol egyetlen bloghoz sem.";
-$messages["error_no_username_or_password"] = "Kérlek adj meg egy érvényes felhasználónevet és jelszót.";
-$messages["choose_one_blog"] = " Az alábbi blogokhoz férsz hozzá. Válaszd ki amelyiken dolgozni akarsz";
-$messages["continue"] = "Tovább";
-$messages["logout_message"] = "Sikeersen kijelentkeztél.";
-$messages["logout_message_2"] = "<a href=\"admin.php\">Kattints ide</a> az újboli bejelentkezéshez, vagy
-<a href=\"%1\$s\">ide, hogy visszatérj a(z) %2\$s kezdõoldalára</a>.";
-$messages["logout_title"] = "Kijelentkezve";
-$messages["error_access_forbidden"] = "Hozzáférés megtagadva. Elõször azonosítanod kell magad ITT.";
-
-/////////////////////////////////////////////////////////////////////
-//
-//
-// new strings added for 0.2
-//
-//
-////////////////////////////////////////////////////////////////////
-$messages["site_admin"] = "Oldal Admin";
-$messages["site_stats"] = "Oldal statisztikák";
-$messages["add_user"] = "Új felhasználó/szerkesztõ";
-$messages["users"] = "Felhasználók/Szerkesztõk";
-$messages["add_blog"] = "Új blog";
-$messages["blogs"] = "Blogok";
-$messages["locales"] = "Nyelvi beállítások";
-$messages["add_locale"] = "Új nyelv hozzáadása";
-$messages["templates"] = "Sablonok";
-$messages["add_template"] = "Sablonok hozzáadása";
-$messages["global_settings"] = "Általános beállítások";
-$messages["site_settings"] = "Oldal beállítások";
-$messages["help_comments_enabled"] = "Hozzászólások engedélyezése/tiltása az egész oldalon.";
-$messages["help_beautify_comments_text"] = "A felhasználói szövegformázás engedélyezése.";
-$messages["help_rdf_enabled"] = "RDF folyam engedélyezése a legutóbbi üzenetekhez.";
-$messages["help_temp_folder"] = "A pLog ideiglenes mûveletekhez használt könyvtára.";
-$messages["help_base_url"] = "A helyes címek elõállításához használt URL. Helyes értéket állíts be.";
-$messages["help_show_posts_max"] = "Az alapértelmezés szerint a fõoldalon megjelenített üzenetek száma.";
-$messages["help_recent_posts_max"] = "Az alapértelmezés szerint frissként megjelölt üzenetek száma.";
-$messages["help_template_folder"] = "A pLog által használ sablonok elérési útvonala.";
-$messages["help_default_template"] = "Az alapértelmezett sablon.";
-$messages["help_default_locale"] = "Az alapértelmezett nyelvi file.";
-$messages["help_html_allowed_tags_in_comments"] = "A hozzászólásokban engedélyezett HTML kódok.";
-$messages["help_referer_tracker_enabled"] = "Alapvetõ információk rögzítése az ajánlórol az adatbázisban, ha ez lehetséges.";
-$messages["help_rss_parser_enabled"] = "A sablonban található RSS parser engedélyezése.";
-$messages["help_show_more_enabled"] = "A \"Tovább...\" opció alapértelmezés szerinti engedélyezése.";
-$messages["help_show_more_threshold"] = "Milyen hosszú legyen a szöveg a tördelés elött.";
-$messages["help_update_article_reads"] = "Számolja-e a rendszer a cikkek olvasásának számát?";
-$messages["help_request_format_mode"] = "\"Sima\" mód esetén hagyományos URL címeket generál, míg \"Keresõ barát\" mód keresõ motorok szempontjából elõnyösebb URL címeket hoz létre. Szükséges: Apache és .htaccess file használatának engedélyezése.";
-$messages["help_xmlrpc_ping_enabled"] = "XMLRPC értesítés küldése minden egyes üzenet után a lent beállított címekre.";
-$messages["help_xmlrpc_ping_hosts"] = "XMLRPC értesítés támogatással rendelkezõ címek. Minden egyes cím új sorba kerüljön. Annyit adhatsz meg, amennyi szükséges.";
-$messages["help_trackback_server_enabled"] = "Bejövõ trackback kérelmek fogadásának engedélyezése.";
-$messages["help_htmlarea_enabled"] = "A WYSIWYG szerkesztõ engedélyezése.";
-$messages["help_plugin_manager_enabled"] = "Pluginok engedélyezése.";
-$messages["help_check_email_address_validity"] = "Új blog regisztrálása során a felhasználóktól egy érvényes email cím lesz bekérve, a jóváhagyás érdekében, ha ez az opció engedélyezve van.";
-$messages["help_summary_page_show_max"] = "Az összegzés oldalon megjelenítendõ elemek száma.";
-$messages["help_minimum_password_length"] = "A jelszó minimális hossza.";
-$messages["help_users_can_add_templates"] = "Felhasználók beállíthatnak-e új sablont a blogjuk számára, vagy sem.";
-$messages["help_email_service_enabled"] = "Email küldõ ki/bekapcsolása. Ezen keresztül történik pl. a cikkekre érkezõ hozzászólások jelentése.";
-$messages["post_notification_source_address"] = "Az email küldõjeként feltüntetett cím.";
-$messages["help_email_service_type"] = "Az email küldésének módja. Válassz ki egyet és ne feledd ellenõrizni a lenti beállításokat.";
-$messages["help_smtp_host"] = "SMTP használata esetén ez a host, ami küldeni fogja a leveleket.";
-$messages["help_smtp_port"] = "Az SMTP szerver portja.";
-$messages["help_smtp_use_authentication"] = "Ha az SMTP szerver támogatja az azonosítást, akkor kapcsold be ezt az opciót és ellenõrid lent a két beállítást.";
-$messages["help_smtp_username"] = "Felhasználónév - csak akkor kell, ha az azonosítás be van kapcsolva.";
-$messages["help_smtp_password"] = "Jelszó - csak akkor kell, ha az azonosítás be van kapcsolva.";
-$messages["help_uploads_enabled"] = "Filefeltöltés engedélyezése. Hatással van a sablonok illetve a sablonokhoz utólagosan feltöltendõ kiegészítõk feltöltésre is.";
-$messages["help_maximum_file_upload_size"] = "A felhasználók által feltölthetõ maximális fileméret byte-ban megadva.";
-$messages["help_upload_forbidden_files"] = "Tiltott filetípusok listája. Tetszõleges mennyíséget megadhatsz, szóközzel elválasztva.";
-$messages["help_path_to_tar"] = "A 'tar' elérési útvonala.";
-$messages["help_path_to_gzip"] = "A 'gzip' elérési útvonala.";
-$messages["help_path_to_bz2"] = "A 'bzip2' elérési útvonala.";
-$messages["help_path_to_unzip"] = "Az 'unzip' elérési útvonala.";
-
-$messages["add_user_give_information"] = "Add meg az alábbi adatokat új felhasználó regisztrálásához.";
-
-$messages["site_registered_users"] = "Az összes regisztrált felhasználó.";
-
-$messages["add_blog_give_information"] = "Add meg az alábbi adatokat új blog létrehozásához.";
-$messages["blog_title"] = "Blog neve";
-$messages["blog_owner"] = "Blog tulajdonosa";
-
-$messages["site_registered_blogs"] = "Az összes regisztrált blog.";
-$messages["edit_users"] = "Felhasználók módosítása";
-
-$messages["upload_locale"] = "Nyelvi file feltöltése";
-$messages["use_this_form_to_upload_locale"] = " Használd ezen mezõt új nyelvi file hozzáadásához. Ha nincs lehetõséged fle feltöltésére, használd a lenti mezõt.";
-$messages["locale_file"] = "File";
-$messages["manually_add_locale"] = "Nyelvi file kézi hozzáadása";
-$messages["use_this_form_if_cant_upload_locale"] = "Használd ezen mezõt, ha nincs lehetõséged file feltöltésére. A file-t fell kell tölteni a nyelvi mappába a mûvelet megkezdése elött.";
-$messages["locale_code"] = "Nyelvi kód";
-$messages["locale_encoding"] = "Kódolás";
-
-$messages["template_will_be_available_for_all"] = "Az új sablon file elérhetõ lesz az összes blog számára.";
-
-$messages["use_this_form_to_upload_template"] = " Használd ezt a mezõt sablon szettek feltöltésére. Ha nincs lehetõséged file-ok feltöltésére, akkor használd a lenti mezõt. A szetteknek zip, tar.gz vagy tar.bz2 formátumban kell lenniük.";
-$messages["locale_file"] = "File";
-$messages["upload_template"] = "Sablon feltöltése";
-$messages["manually_add_template"] = "Sablon hozzáadása kézzel";
-$messages["use_this_form_if_cannot_upload_template"] = " Ha nincs lehetõséged file-ok feltöltésére, akkor használd ezt a mezõt. A file-t be kell másolnod az alapértelmezett sablon mappába a mûvelet megkezdése elött.";
-$messages["template_id"] = "Sablon azonosító";
-
-$messages["templates_available_for_all"] = "Az oldal összes blogja által elérhetõ sablonok";
-$messages["add_file"] = "File hozzáadása";
-
-$messages["setting_name"] = "Beállítás";
-$messages["setting_value"] = "Érték";
-$messages["setting_description"] = "Leírás";
-
-$messages["plain"] = "Sima";
-$messages["search_engine_friendly"] = "Keresõ barát";
-
-$messages["general_settings"] = "Általános beállítások";
-$messages["helper_tools_settings"] = "A segédeszközök beállításai";
-$messages["uploads_settings"] = "Feltöltéssel kapcsolatos beállítások";
-$messages["email_settings"] = "Email beállítások";
-
-$messages["number_blogs"] = "Blogok száma";
-$messages["number_users"] = "Felhasználók száma";
-$messages["number_posts"] = "Üzenetek száma";
-$messages["number_posts_today"] = "Üzenetek a mai napon";
-$messages["number_posts_this_month"] = "Üzenetek ezen hónapban";
-
-$messages["date"] = "Dátum";
-$messages["time"] = "Idõ";
-
-$messages["comments_order"] = "Hozzászólások sorrendje:";
-$messages["oldest_first"] = "Régebbi elõre";
-$messages["newest_first"] = "Újabb elõre";
-
-$messages["blog"] = "Blog";
-$messages["blog_id"] = "Numerikus blog azonosító";
-
-$messages["blog_users"] = "Blog felhasználók";
-$messages["available_users"] = "Elérhetõ felhasználók";
-$messages["add"] = "Hozzáadás";
-$messages["remove"] = "Eltávolítás";
-
-$messages["user_id"] = "Numerikus felhasználó azonosító";
-
-$messages["new_password"] = "Új jelszó";
-$messages["has_administrator_privileges"] = "Adminisztrátori privilégiumokkal rendelkezik";
-$messages["related_to_the_following_blogs"] = "A következõ blogokhoz kapcsolódik";
-
-$messages["add_user_to_blog_form"] = " Ezen oldal segítségével adhatsz új szerkesztõt a bloghoz. Ezen felhasználó írhat új üzeneteket és a meglévõket is módosíthatja, de a blog beállításaihoz nem fér hozzá.";
-$messages["add_user_enter_username"] = " Add meg a leendõ szerkesztõ felhasználói nevét. A felhasználónak már regisztrálva kell lennie a rendszerben, különben hibaüzenetet fogsz kapni.";
-$messages["add_user_send_notification"] = "Felhasználó értesítése emailben.";
-$messages["add_user_type_notification"] = "Az emailben elküldendõ értesítés szövege";
-
-$messages["following_users_have_permissions"] = " Az alábbi felhasználók képzik a blog szerkesztõségét. Írhatnak és módosíthatnak üzeneteket, de a blog beállításaihoz nem férnek hozzá.";
-$messages["revoke_permissions"] = "Jogosultság visszavonása";
-
-$messages["add_blog_template"] = "Új sablon";
-$messages["manually_add_blog_template"] = "Sablon hozzáadása kézzel";
-$messages["template_available_only_for_this_blog"] = "Ez a sablon csak ezen blog számára lesz elérhetõ.";
-$messages["use_form_to_upload_blog_template"] = "Használd ezt a mezõt sablon szettek feltöltésére. Ha nincs lehetõséged file-ok feltöltésére, akkor használd a lenti mezõt. A szetteknek zip, tar.gz vagy tar.bz2 formátumban kell lenniük.";
-$messages["use_form_if_cannot_upload_blog_template"] = "Ha nincs lehetõséged file-ok feltöltésére, akkor használd ezt a mezõt. A file-t be kell másolnod az alapértelmezett sablon mappába a mûvelet megkezdése elött.";
-
-$messages["blog_templates"] = "Blog sablonok";
-$messages["templates_only_available_for_this_blog"] = "Az alábbi sablonok csak ezen blog számára elérhetõek.";
-
-$messages["add_file_to_blog_template"] = "File hozzáadása sablonhoz"; $messages["upload_file_to_blog_template"] = "Töltsd fel a file-t, amit hozzá akarsz adni a szetthez.";
-
-$messages["error_user_id_incorrect"] = "Érvénytelen felhasználó azonosító.";
-$messages["error_incorrect_user_id"] = $messages["error_user_id_incorrect"];
-$messages["error_fetching_user_information"] = "Hiba a felhasználói információk lekérése során.";
-$messages["error_password_incorrect"] = "Érvénytelen, vagy túl rövid jelszó.";
-$messages["error_updating_user_settings"] = "A felhasználó beállításainak frissítése sikertelen.";
-$messages["user_settings_updated_ok"] = "A(z) \"%s\" felhasználó beállításai sikeresen frissítve.";
-$messages["error_no_users_selected_to_add"] = "Nem lettek felhasználók kijelölve.";
-$messages["user_added_to_blog_ok"] = "A(z) \"%s\" felhasználó hozzáadva a bloghoz.";
-$messages["error_adding_user_to_blog"] = "Hiba a(z) \"%s\" felhasználó felvétele során.";
-$messages["error_no_users_selected_to_remove"] = "Nincsenek törlésre megjelült felhasználók.";
-$messages["user_removed_from_blog_ok"] = "\"%s\" törölve a blogról.";
-$messages["error_removing_user_from_blog"] = "Hiba a(z) \"%s\" felhasználó törlése során.";
-
-$messages["error_incorrect_plugin_id"] = "Érvénytelen plugin azonosító.";
-$messages["error_configuring_plugin"] = "Hiba a plugin beállítása során: ";
-$messages["site_config_saved_ok"] = "Az oldal beállításai sikeresen elmentve.";
-$messages["error_saving_site_config"] = "Hiba a beállítások elmentése során.";
-
-$messages["error_incorrect_blog_owner"] = "A blog tulajdonosénak választott felhasználó nem létezik.";
-$messages["error_updating_blog_settings"] = "Hiba a(z) \"%s\" blog beállításainak frissítése során";
-$messages["blog_settings_updated_ok"] = "A(z) \"%s\" sikeresen frissítve.";
-
-$messages["error_fetching_users"] = "Hiba a felhasználók lekérése során.";
-
-$messages["error_fetching_blogs"] = "Hiba a blogok lekérése során.";
-
-$messages["error_incorrect_template_id"] = "Érvénytelen vagy nem létezõ sablon azonosító.";
-
-$messages["error_no_users_selected"] = "Nincsenek törlésre megjelölt felhasználók.";
-$messages["error_could_not_find_user"] = "A(z) \"%s\" felhasználó nem található.";
-$messages["error_deleting_user"] = "Hiba a(z) \"%s\" felhasználó törlése során";
-$messages["user_deleted_ok"] = "\"%s\" sikeresen törölve.";
-
-$messages["error_must_give_blog_name"] = "Érvényes nevet kell adnod a blognak.";
-$messages["error_adding_blog"] = "Hiba a blog rögzítése során.";
-$messages["blog_added_ok"] = "A(z) \"%s\" nevû blog sikeresen létrehozva.";
-
-$messages["error_template_not_inside_folder"] = "A sablon filejainak egy mappában kell lenniük.";
-$messages["error_missing_base_files"] = "Néhány alapvetõ file hiányzik a szettbõl.";
-$messages["error_unpacking"] = "Hiba a file kicsomagolása során.";
-$messages["error_forbidden_extensions"] = "A sablon bizonyos filejai tiltottak.";
-$messages["error_creating_working_folder"] = "Hiba a sablon szett ellenörzése során";
-$messages["error_checking_template"] = "Hiba van a sablon szettel (code = %s)";
-$messages["error_add_template_disabled"] = "Felhasználók nem rögzíthetnek új sablont.";
-$messages["error_must_upload_file"] = "Meg kell adnod egy file-t.";
-$messages["error_no_template_name"] = "Meg kell adnod a sablon nevét.";
-$messages["error_uploads_disabled"] = "A feltöltés szolgáltatás kikapcsolva ezen az oldalon.";
-$messages["error_installing_template"] = "Hiba a sablon szett telepítése közben.";
-$messages["template_installed_ok"] = "Az új sablon szett sikeresen telepítve, mint: \"%s\".";
-
-$messages["error_adding_template_file"] = "Hiba a file sablon szetthez történõ hozzáadása során.";
-$messages["error_file_forbidden"] = "Ezen típusú file-ok tiltottak ezen az oldalon.";
-$messages["error_file_too_big"] = "A file túl nagy. A maximális méret \"%s\" byte.";
-$messages["template_file_added_ok"] = "A file sikeresen hozzáadva a(z) \"%s\" sablonhoz.";
-
-$messages["error_plugin_cannot_be_configured"] = "A plugin nem beállítható.";
-
-$messages["error_incorrect_username"] = "Érvénytelen felhasználónév";
-$messages["error_username_already_exists"] = "Már van regisztrált tag ilyen felhasználói névvel.";
-$messages["error_adding_user"] = "Hiba az új felhasználó rögzítése során.";
-$messages["user_added_ok"] = "Új felhasználó - \"%s\" - sikeresen rögzítve.";
-
-$messages["error_no_blogs_selected"] = "Legalább egy blogot meg kell jelölnöd törlendõként.";
-$messages["error_blog_is_default_blog"] = "\"%s\" nem törölhetõ, mivel ez az alapértelmezett blog.";
-$messages["blog_deleted_ok"] = "\"%s\" sikeresen törölve.";
-$messages["error_deleting_blog"] = "Hiba a törlés során: \"%s\".";
-
-$messages["error_no_templates_selected"] = "Nincsenek törlésre megjelölt sablonok.";
-$messages["error_removing_template"] = "Hiba a(z) \"%s\" sablon törlése során";
-$messages["template_removed_ok"] = "A(z) \"%s\" sablon sikeresen törölve.";
-
-$messages["error_no_users_selected_to_remove_from_blog"] = "Nem lett felhasználó kiválasztva.";
-$messages["error_removing_user_from_blog"] = "Hiba a(z) \"%s\" felhasználó törlése során.";
-$messages["user_removed_from_blog_ok"] = "A(z) \"%s\" felhasználó sikeresen törölve.";
-
-$messages["error_incorrect_locale_code"] = "Érvénytelen nyelvi kód";
-$messages["error_invalid_locale_file"] = "A file nem tûnik érvényes nyelvi file-nak";
-$messages["error_adding_locale_file"] = "Hiba a nyelvi file rögzítése során. Bizonyosodj meg róla, hogy a nyelvi file fel legyen töltve a mûvelet megkezdése elött és megfelelõ jogosultságokkal rendelkezzen.";
-$messages["locale_added_ok"] = "Az új nyelv - \"%s\" - sikeresn hozzáadva.";
-$messages["error_saving_locale"] = "Hiba a nyelvi file mentése során. Bizonyosodj meg róla, hogy a nyelvi file-okat tartalmazó mappa megfelelõ jogosultságokkal rendelkezik.";
-
-$messages["error_no_locales_selected"] = "Nincsenek törlésre megjelölt nyelvi file-ok.";
-$messages["error_deleting_only_locale"] = "Ez az egyetlen rendelkezésre álló nyelvi file, ennélfogva nem törölhetõ.";
-$messages["locale_deleted_ok"] = "\"%s\" nyelvi file sikeresen törölve.";
-$messages["error_deleting_locale"] = "Hiba a(z) \"%s\" nyelvi file törlése során";
-$messages["error_cant_delete_default_locale"] = "\"%s\" nem törölhetõ, mivel jelenleg ez az alapértelmezett nyevi file.";
-
-$messages["plugin_config"] = "Plugin beállítások";
-
-$messages["use_read_more_feature"] = "Csak az üzenet elsõ részének megjelenítése a fõoldalon? (Ha a 'Nem' -et választod, akkor az egész üzenet megjelenik";
-
-$messages["extended_text"] = "Kibõvített hír. Tartalma a fõoldalon csak akkor jelenik meg, ha ezt külön kérjük. ('Beállítások' fül)";
-
-$messages["error_must_give_post_intro"] = "A bevezetõ szöveget mindenképp meg kell adnod.";
-$messages["error_no_albums_defined"] = "Nincsenek albumok.";
-$messages["error_fetching_album"] = "Hiba a kért album lekérése során";
-$messages["comment_marked_as_spam_ok"] = "Hozzászólás sikeresen megjelölve mint spam.";
-$messages["comment_marked_as_nonspam_ok"] = "Hozzászólás sikeresen megjelülve mint nem spam.";
-$messages["error_marking_comment_as_nonspam"] = "Hiba a hozzászólás nem spamként történõ megjelölése során.";
-$messages["error_marking_comment_as_spam"] = "Hiba a hozzászólás spamként történõ megjelölése során.";
-$messages["error_incorrect_comment_id"] = "Érvénytelen hozzászólás azonosító.";
-$messages["error_base_storage_folder_missing_or_unreadable"] = "A pLog nem tudta létrehozni a tartalom tárolásához szükséges mappákat. Ennek több oka is lehet. Például a PHP telepítés safe mode bekapcsolása mellett fut, vagy a felhasználóidnak nincs megfelelõ jogosultságuk. Megpróbálhatod saját magad létrehozni a következõ mappákat
-: <br/><br/>%s<br/><br/>Ha már léteznek, akkor gyõzõdj meg róla, hogy a webszerver rendelkezik olvasási és írási jogokkal.";
-
-
-///// new help messages ////
-
-//
-// translators: this one has changed too since we now have two text boxes: one for the
-// text that we'd like to appear in the main page and another one for the text that
-// will only be shown in the 'post' page (that is, when the users clicks on the
-// permalink, for example)
-//
-$messages["newPost"] = "<p>Use this page to add a new post to your journal. You should provide a topic or subject
-for your post as well as some text for your post. Once you have finished, press the <b>'Add'</b> button and the post
-will automatically be included in your page. Please note that you have to set the status of the post
-to <b>'Published'</b> if you want it to appear in front page. Use the <b>'Draft'</b> status when you can't finish posting
-now but you would like to save what you have typed so far for later revision.</p>
-<p>The text typed in the first text box will always appear in the main page. You can use
-the second text box if you want to have some text not to be included in the main page
-but that should be shown once the users clicks on the permalink or on the
-\"Read More...\" link. This link will be automatically added to the end of the text. This
-field is not mandatory and its behaviour can be controlled in the \"Settings\" tab,
-where you can force both text text boxes to be shown in the main page.</p>
-<p>You can also classify the post under any of the categories you have previously created. Simply set
-the <b>'Category'</b> field to the one you most like.</p>
-<p>If you would like to receive an email notifying about a new post, please check the corresponding
-checkbox.</p>
-<p>Check the box where it says </b>'Find links in the post...'</b> if after adding the post, you
-would like to send trackback pings to the hosts that support it. Your post will be scanned for
-links and you will have the possibility to choose which ones to send trackback pings to.</p>";
-
-$messages["updatePost"] = $messages["newPost"];
-
-$messages["newBlogUser"] = "This option allows you to easily give editing permissions to other
-users in this blog. To do so, you only have to know its username. If you already know it,
-simply type it in the text field below and press the \"Add User\" button. If you wish, you can
-also send an email to this user (as long as he or she used the right address when
-registering) notifying him or her that he has now been granted permissions to add, edit
-and delete posts in this blog.";
-
-$messages["showBlogUsers"] = "This is a list of the users that have been given editing permissions
-in this blog. You can see their profile if you wish or you can also revoke their permissions
-by selectin them and then clicking on the \"Revoke Permissions\" button. Once you do that,
-the selected users will no longer be able to publish anything in this blog.";
-
-//
-// note to translators:
-//
-// added some additional text here to inform about the new "configure" feature
-//
-$messages["pluginCenter"] = "<p>From here you can see which plugins have been installed. For every
-plugin, you will see its identifier (the identifier you have to use when developing templates and
-want to make use of the plugin features), the author of the plugin, and some descriptive text with
-various information about the plugin, mainly how to use it.</p>
-<p>Some plugins offer also their own configuration page from wich you can modify some
-aspects of its behaviour. To access such page, please click on the \"configure\" link
-next to every plugin.</p>";
-
-$messages["configurePlugin"] = "This plugin provides some settings that can be configured
-by the user.";
-
-$messages["newBlogTemplate"] = "<p>It is possible to easily add new templates to the system. To do
-so, there are two possibilities: the template can either be uploaded as a compressed file
-(tar.gz, tar.bz2 and zip files are supported) to the server or it canbe manually
-uploaded using any available method.</p>
-<p>If the first method is chosen, the contents of the file must have all been packaged
-under a folder which will be the name given to the template.</p>
-<p>If the second method is chosen, simply upload the files to a folder under your blog-specific folder
-and type in the name of the folder in the text box below.</p>
-<p>Plugins added here will only be available to this specific below and will not be able to
-be accessed by other blogs.</p>";
-
-$messages["blogTemplates"] = "<p>This is a list with all the templates that have been added to
-this blog. If you wish to remove any of them, please select them and click on the
-\"Delete Selected\" button below the list. Once a template is deleted it cannot be
-recovered, since it is removed from the disk.</p>";
-
-$messages["adminSettings"] = "<p>These are some very basic statistics about the site.</p>";
-
-$messages["createUser"] = "<p>We can easily register new users in the system by using this form.
-We only need to provide with a valid username and a password, and optionally an email address.
-Users registered here will not be attached to any blog unless we explicitly do so in the
-\"User\" section or until we create a blog specially for this new user.</p>";
-
-$messages["editUserProfile"] = "<p>From here we can edit the profile of any user in this blog. We can
-also grant administrator privileges to the user (or revoke them). A list of the blogs to which
-the user belogs is also displayed.</p>";
-
-$messages["editSiteUsers"] = "<p>These are all the users that are registered in this site. You can see and edit
-their profile by clicking on the username or you can delete any of them by clicking on the
-checkbox of the user(s) and then click on the \"Delete Selected\" button. Once a user
-has been deleted, it can <b>not</b> be recovered, so please be careful.</p>";
-
-$messages["createBlog"] = "<p>Unlimited blogs can be added to a single installation of pLog. Users
-can use the registration script provided in the main package but administrator can also
-register new blogs by using this form. The only things needed to know are the name that will
- be given to the blog and the user who will be the owner, having the maximum privileges
- over that blog.</p>";
-
- $messages["editSiteBlogs"] = "<p>This is a list with all the blogs that have been registered
- so far in this site. Any blog can be deleted selecting it and clicking on the \"Delete
- Selected\" button. If we try to delete the blog that has been set as the default one
- (see the \"Global Settings\" tab in \"Site Admin\") we will get an error message.</p>
- <p>We can also edit the settings of any blog by clicking on it.</p>
- <p>Finally, we can edit the users that have permissions on a given blog by clicking
- on the \"Edit Users\" link</p>";
-
-$messages["editBlog"] = "<p>The settings of the blog can be edited from here in the same way
-a normal user can do. Everything is exactly the same except that administrator users can also
-change who is the owner of the blog, anytime.</p>";
-
-$messages["editBlogUsers"] = "<p>This feature allows to visually add and remove users from
-any blog. On the left side we will see a list containing all the users that have not
-been given editing privileges in this blog yet, while on the right side we will see a list of the
-users that have already been given privileges. To a user (or more than one if necessary)
-we only have to select them from the list of the left and click on the \"Add\" button. To do
-the opposite process, we will have to select the users from the list of the right and
-click on the \"Remove\" button.</p>
-<p>It is also possible to change the user who is the owner of the blog by selecting
-another from the drop-down list on top.</p>";
-
-$messages["newLocale"] = "<p>Now locales can be easily added to the site using this feature. If
-we have the possibility of uploading files, then we can use the first form, \"Upload Locale\"
-simply pointing the browser to the locale file we'd like to upload. pLog will take care
-of everything else, including copying the file to the folder with the other language files, but
-please bear in mind that the folder must be writable by the user who is running the web server in
-order for this feature to work properly. If the language file already exists, <b>it will
-be overwritten and replaced by the new one</b>.</p>
-<p>If files cannot be uploaded to the server, then the file will have to be
-manually uploaded and placed in the same folder with the other language files. Once the file
-has been placed there, we will have to type in the second form its code omitting the
-\"locale_\".</p>
-<p>Locale files must follow the naming convention of locale_ll_CC, where 'll' is the
-2-digit ISO code for the language, while CC is the 2-digit ISO code for the country. If the file
-does not conform to those rules, it will be rejected as a valid locale file.</p>";
-
-$messages["siteLocales"] = "<p>This is a list with all the language files that have been
-installed in this site. For each one of them, the encoding used by it and a brief
-description can be seen. Also, language files can be removed from the system by selecting
-them and clicking on the \"Delete Selected\" button.</p>";
-
-$messages["newTemplate"] = "<p>It is possible to easily add new templates to the system. To do
-so, there are two possibilities: the template can either be uploaded as a compressed file
-(tar.gz, tar.bz2 and zip files are supported) to the server or it can be manually
-uploaded using any available method.</p>
-<p>If the first method is chosen, the contents of the file must have all been packaged
-under a folder which will be the name given to the template.</p>
-<p>If the second method is chosen, simply upload the files to a folder under your blog-specific folder
-and type in the name of the folder in the text box below.</p>
-<p>Plugins added here will be available to <b>all</b> the blogs in this site.</p>";
-
-$messages["siteTemplates"] = "<p>This is a list with all the templates that are globally
-available to all blogs. If you wish to remove any of them, please select them and click on the
-\"Delete Selected\" button below the list. Once a template is deleted it cannot be
-recovered, since it is removed from the disk.</p>";
-
-$messages["editSiteSettings"] = "These are all the global settings that control many aspects of the
-behaviour of pLog.";
-
-$messages["newBlogTemplateFile"] = "Single files can be added to an already existing template
-set without having to upload the whole set again. Simply find the file you would like to
-upload in your disk and click on the \"Add File\" button.";
-
-// text is the same, so we can save a few bytes
-$messages["newTemplateFile"] = $messages["newBlogTemplateFile"];
-
-
-////////////////////////////////////////////
-///
-///
-/// NEW STRINGS ADDED IN 0.3!!
-///
-///
-////////////////////////////////////////////
-$messages["show_category_in_main_page"] = "Megjelenítés a fõoldalon";
-$messages["welcome_resource_center"] = "Welcome to the resource center!";
-$messages["resource_center"] = "Albumok";
-$messages["resource_albums"] = "Albumok";
-$messages["resources"] = "Tartalom";
-$messages["add_resource"] = "Új tartalom";
-$messages["add_album"] = "Új album";
-$messages["album"] = "Album";
-$messages["album_name"] = "Album neve";
-$messages["parent_album"] = "Szülõ album";
-$messages["no_parent_album"] = "Nincs szülõ album";
-$messages["resource_info"] = "Tartalom információ";
-$messages["size"] = "Méret";
-$messages["format"] = "Formátum";
-$messages["dimensions"] = "Méret";
-$messages["bits_per_sample"] = "Bit/pixel";
-$messages["bytes"] = "byte";
-$messages["pixels"] = "pixel";
-$messages["time_offset"] = "Idõeltolódás - órában - a tartózkodási helyed és a szerver között";
-$messages["hours"] = "Óra";
-$messages["album_added_ok"] = "Az új album sikeresen létrehova.";
-$messages["name"] = "Név";
-$messages["children"] = "Gyermek";
-$messages["see"] = "See";
-$messages["view"] = "Megtekintés";
-$messages["resource_info"] = "Tartalom információ";
-$messages["number_of_channels"] = "Csatornák száma";
-$messages["length"] = "Hossza";
-$messages["number_of_files"] = "File-ok száma";
-$messages["compressed_size"] = "Tömörített méret";
-$messages["uncompressed_size"] = "Tömörítetlen méret";
-$messages["resource_file"] = "Hozzáadandó file-ok:";
-$messages["add_to_album"] = "File hozzáadása a következõ albumhoz:";
-$messages["edit_resource_album"] = "Album módosítása";
-$messages["error_loading_resource_album"] = "Hiba az album lekérése során.";
-$messages["error_album_id_parameter_missing"] = "Érvénytelen album azonosító.";
-$messages["error_album_parent_id_parameter_missing"] = "Szülõ album azonosítója nem található.";
-$messages["error_updating_resource_album"] = "Hiba az album frissítése során.";
-$messages["resource_album_updated_ok"] = "A(z) \"%s\" album sikeresen frissítve.";
-$messages["error_must_give_album_name"] = "Meg kell adnod egy nevet.";
-$messages["error_adding_album"] = "Hiba az album rögzítése során.";
-$messages["album_added_ok"] = "A(z) \"%s\" album sikeresen rögzítve.";
-$messages["resource_added_ok"] = "Tartalom hozzáadása sikeres volt.";
-$messages["error_resource_forbidden_extension"] = "A tartalom nem adható az albumhoz, mivel tiltott kiterjesztéssel rendelkezik.";
-$messages["error_resource_too_big"] = "A tartalom túl nagy.";
-$messages["error_uploads_disabled"] = "A tartalom nem rögzíthetõ, mivel a feltöltés le van tiltva.";
-$messages["error_adding_resource"] = "Hiba a tartalom hozzásadása során.";
-$messages["error_loading_resource"] = "Hiba a tartalom lekérése során";
-$messages["error_updating_resource"] = "Hiba a tartalom frissítése során.";
-$messages["resource_updated_ok"] = "Tartalom - \"%s\" - sikeresen frissítve.";
-$messages["error_no_resources_selected"] = "Nincs törlésre megjelölt tartalom.";
-$messages["resource_deleted_ok"] = "Tartalom - \"%s\" - sikeresen törölve.";
-$messages["error_deleting_resource"] = "Hiba a(z) \"%s\" törlése során.";
-$messages["error_no_resource_uploaded"] = "Nincs feltöltött tartalom.";
-$messages["filtered_content"] = "Szûrt tartalom";
-$messages["global_filtered_content"] = "Globálisan szûrt tartalom";
-$messages["block_content"] = "Tartalom szûrése";
-$messages["blocked_hosts"] = "Blokkolt címek";
-$messages["global_blocked_hosts"] = "Globálisan blokkolt címek";
-$messages["block_host"] = "Cím blokkolása";
-$messages["security"] = "Biztonság";
-$messages["security_welcome"] = "Üdvözlet a Biztonság részlegben!";
-$messages["filtered_content_intro"] = "Az alábbi tartalom és reguláris kifejezések kerülnek szûrésre.";
-$messages["global_filtered_content_intro"] = "Az alábbi tartalmak és reguláris kifejezések kerülnek szûrésre globális szinten";
-$messages["content"] = "Tartalom";
-$messages["reason"] = "Ok";
-$messages["add_filtered_content"] = "Szûrendõ tartalom beállítása";
-$messages["add_filtered_content_intro"] = "Az itt felsorolt tartalmak nem kerülnek megjelenítésre a hozzászólásokban. Ha egy sima felhasználó blokkolt tartalmat is tartalmazó hozzászólást ír, akkor az üzenet nem jelenik meg. Reguláris kifejezések éppúgy használhatók, mint egyszerû szavak. A reguláris kifejezések sokkal hatékonyabbak, ugyanakkor sokkal összetettebbek is, éppen ezért használatuk során megfelelõ körültekintéssel járj el, nehogy véletlenül olyan kifejezést szerkesszél, amivel minden hozzászólást blokkolsz.";
-$messages["global_add_filtered_content_intro"] = "Az itt felsorolt tartalmak nem kerülnek megjelenítésre a hozzászólásokban. Ha egy sima felhasználó blokkolt tartalmat is tartalmazó hozzászólást ír, akkor az üzenet nem jelenik meg. Reguláris kifejezések éppúgy használhatók, mint egyszerû szavak. A reguláris kifejezések sokkal hatékonyabbak, ugyanakkor sokkal összetettebbek is, éppen ezért használatuk során megfelelõ körültekintéssel járj el, nehogy véletlenül olyan kifejezést szerkesszél, amivel minden hozzászólást blokkolsz.";
-$messages["content_to_block"] = "Blokkolandó tartalom:";
-$messages["block_this"] = "Hozzáadás";
-$messages["mask"] = "Mask";
-$messages["access_blocked"] = "Hozzáférés tiltása";
-$messages["posting_blocked"] = "Hozzászólás tiltása";
-$messages["block_host_intro"] = "Az itt megadott címek csak ezen blogot nem érik el. Bõvebb információkért nézd át a <a href=\"javascript:help_window('admin.php?op=Help&helpId=newBlogBlockedHost');\">Súgót</a>.";
-$messages["global_block_host_intro"] = "Az itt megadott címekröl érkezõk az oldal egyetlen blogjához sem férnek hozzás. Bõvebb leírásért nézd at a szolgáltatás <a href=\"javascript:help_window('admin.php?op=Help&helpId=newBlogBlockedHost');\">súgóját</a>.";
-$messages["block_type"] = "Blokkolás típusa";
-$messages["error_invalid_ip_address"] = "Érvénytelen IP cím.";
-$messages["error_provide_content_to_block"] = "Meg kell adnod a szûrendõ tartalmat.";
-$messages["error_must_create_album_first"] = "Tartalom hozzáadása elött létre kell hoznod egy albumot.";
-$messages["error_resource_is_not_an_image"] = "A kijelölt tartalom nem kép.";
-$messages["error_generating_resource_preview"] = "Hiba az elõnézet újragenerálása során.";
-$messages["resource_preview_generated_ok"] = "Elõnézet sikeresen létrehozva.";
-$messages["regenerate_preview"] = "Elõnézet újragenerálása";
-$messages["show_album"] = "Album megjelenítése";
-$messages["show_album_when_browsing"] = "Album megjelenítése a felhasználóknak";
-$messages["assigned_to_blog"] = "Beosztás a kijelölt bloghoz";
-$messages["clean_up"] = "Karbantartás";
-$messages["purge_info"] = "A törlés funkció véglegesen kitörli a \"Törölt\" ként megjelölt üzeneteket az adatbázisból. Enélkül ezen üzenetek az adatbázisban maradnak - hátha a felhasználó vissza akarja állítani õket - ennélfogva adott esetben jelentõsen - és nagy valószínûséggel feleslegesen - megnövelik az adatbázis méretét. Ha törölni akarod ezen hozzászólásokat, kattints az alábbi gombra..";
-$messages["spam_info"] = "A spamként megjelölt hozzászólások az adatbázisban tarthatóak, a spam filter bõvítése érdekében. Amint ez megtörtént, már haszontalanok, s ennélfogva célszerû a törlésük. Ha törölni akarod õket kattints az alábbi gombra.";
-$messages["no_spam"] = "Nem Spam";
-$messages["spam"] = "Spam";
-$messages["mark_as_spam"] = "Megjelölés mint spam";
-$messages["mark_as_no_spam"] = "Megjelölés, mint nem spam";
-$messages["enable_comments_for_post"] = "Hozzászólás engedélyezése";
-$messages["close_window"] = "Abalak bezárása";
-$messages["add_resource"] = "Tartalom hozzáadása";
-$messages["add_resource_preview"] = "Elõnézet hozzáadása";
-$messages["add_album"] = "Album hozzáadása";
-$messages["show_main_page"] = "Megjelenítés a fõoldalon";
-$messages["purge_spam_comments"] = "Spam hozzászólások törlése";
-$messages["purge_posts"] = "Hozzászólások törlése";
-$messages["keep_spam_comments"] = "Spam hozzászólások megtartása";
-$messages["throw_away_spam_comments"] = "Spam hozzászólások eldobása";
-$messages["error_adding_blocked_host"] = "Hiba a megadott hoszt blokkolása során.";
-$messages["blocked_host_added_ok"] = "A(z) %s hoszt sikeresen hozzáadva a blokkolandó címek listájához.";
-$messages["error_no_blocked_hosts_selected"] = "Nincsen törlésre megjelölt hoszt.";
-$messages["blocked_host_deleted_ok"] = "A(z) \"%s\" hoszt sikeresen törölve.";
-$messages["error_deleting_blocked_host"] = "Hiba a(z) \"%s\" blokkolt hoszt törlése során.";
-$messages["edit_blocked_host"] = "Blokkolt hosztok módosítása";
-$messages["error_fetching_blocked_host"] = "Hiba a blokkolt hosztok lekérése során.";
-$messages["error_updating_blocked_host"] = "Hiba a blokkolt hosztok frissítése során.";
-$messages["thumbnail_format"] = "Indexkép formátum";
-$messages["same_as_image"] = "Ugyanaz, mint az eredeti";
-$messages["same"] = $messages["same_as_image"];
-
-
-
-$messages["help_locale_folder"] = "A nyelvi file-ok mappája.";
-$messages["help_default_locale"] = "Alapértelmezett nyelvi beállítások új blog regisztrálásakor.";
-$messages["help_xmlrpc_api_enabled"] = "Enables or disables the XMLRPC interface, for posting from your desktop.";
-$messages["default_rss_profile"] = "RSS/RDF profile that will be used by default to generate feeds, if no special profile is specified";
-$messages["help_security_pipeline_enabled"] = "A biztonsági szolgáltatások bekapcsolása. A kikapcsolása az összes biztonsági szolgáltatás kikapcsolsát jelenti. Éppen ezért azt javasoljuk, hogy legyen bekapcsolva, s csak azon szolgáltatásokat kapcsold ki, melyekre nincs szükséged.";
-$messages["help_ip_address_filter_enabled"] = "Az IP szûrés bekapcsolásával megakadályozhatsz bizonyos címeeket az oldal elérésében.";
-$messages["help_content_filter_enabled"] = "Bekapcsol egy nagyon egyszerû reguláris kifejezés alapú tartalom szûrõt. A Bayesian szûrõ jobb választás lehet.";
-$messages["help_maximum_comment_size"] = "A hozzászólások maximális mérete byte-ban megadva.";
-$messages["help_bayesian_filter_enabled"] = "Bayesian szûrõ be/kikapcsolása.";
-$messages["help_bayesian_filter_spam_probability_treshold"] = "Hozzászólás spammé nyílvánításának muinimális értéke. Célszerû 0.01 és 0.99 közé beállítani.";
-$messages["help_bayesian_filter_nonspam_probability_treshold"] = "Maximális érték, melynél a hozzászólás biztosan nem spam. Ezen kát határérték közti hozzászólások sem bizonyulnak spamnek, de elképzelhetõ, hogy további beállítások szükségesek.";
-$messages["help_bayesian_filter_min_length_token"] = "A szövegértelmezõ által érvényesnek tekintett egység minimális hossza.";
-$messages["help_bayesian_filter_max_length_token"] = "Illetve maximális hossza.";
-$messages["help_bayesian_filter_number_significant_tokens"] = "A szükséges, jelentõs egységek száma a hozzászólásban";
-$messages["help_bayesian_filter_spam_comments_action"] = "Mi történjen a spam -el? Azonnali eldobásra is kerülhetnek - ilyenkor be se kerül az adatbázsiba - de pusztán megjelölhetõek spamként is. Utóbbi lehetõség akkor ajánlott, ha a spam szûrû még tökéletesítés alatt áll, s alakalomadtán még hibázik.";
-$messages["help_path_to_convert"] = "A 'convert' program szükséges, ha az ImageMagick vsomagot használjuk az indexképek elõállítására.";
-$messages["help_thumbnail_height"] = "Indexképek maximális magassága.";
-$messages["help_resources_folder"] = "A különféle file-ok tárolására szolgáló mappaFolder where the resources will be stored. Does not have to be in the web server tree, if you don't feel like letting people browse your resources folder. The resource server will take care of serving
-the files wherever they are.";
-
-$messages["help_thumbnails_keep_aspect_ratio"] = "Kép oldalarányának megtartása.";
-$messages["help_resources_enabled"] = "'Tartalom albumok' be/kikapcsolása.";
-$messages["help_thumbnail_method"] = "Az indexképek generálásához használt rendszer. Az ImageMagick esetén pár külsõ eszköz is szükséges. Lásd lentebb.";
-$messages["help_thumbnail_width"] = "Indexképek maximális szélessége.";
-$messages["external_interfaces"] = "Külsõ interfészek";
-$messages["security_settings"] = "Biztonsági beállítások";
-$messages["bayesian_filter_settings"] = "Bayesian szûrû beállításai";
-$messages["resources_settings"] = "Tartalom beállítások";
-$messages["help_thumbnail_format"] = "Az indexképek alapértelmezett fileformátuma. 'Ugyanaz, mint az eredeti' esetén az indexkép formátuma az eredeti képével egyezik meg.";
-$messages["edit"] = "Módosítás";
-$messages["blocked_content_added_ok"] = "Blokkolandó tartalom sikeresen rögzítve.";
-$messages["blocked_content_updated_ok"] = "Blokkolandó tartalom sikeresen frissítve.";
-$messages["help_disable_javascript_calendar"] ="A javascript és DHTML-alapú naptár kikapcsolása. Alapértelmezés szerint ez használható a dátum kiválasztásához az üzenetek írásakor/módosításakor, de esetleges kompatibilitási gondokat okozhat bizonyos böngészõk esetén.";
-$messages["edit_filtered_content"] = "Szûrt tartalom módosítása";
-$messages["error_updating_blocked_content"] = "Hiba a szûrt tartalom módosítása során.";
-$messages["audio_codec"] = "Audio Codec";
-$messages["video_codec"] = "Video Codec";
-$messages["sample_rate"] = "Mintavétel";
-$messages["files"] = "File-ok";
-$messages["created"] = "Létrehozva:";
-$messages["generated"] = "Létrehozva:";
-$messages["about"] = "About";
-$messages["menu"] = "Menü";
-$messages["albums"] = "Albumok";
-$messages["template_file"] = "File";
-$messages["download"] = "Letöltés";
-$messages["error_you_have_been_blocked"] = "Nincs jogosultságod ezen kérelemre.";
-
-//
-// help messages //
-//
-
-//
-// translators: the following help messages have changed a little since last version, due to a few
-// new features built on top of previous features
-//
-$messages["editArticleCategories"] = "<p>This is a listing with all the post categories that
-have been created so far. There must be at least one category before you can add an article, since
-every article has to be categorized under a category. The <b>'Articles'</b> column shows how many
-articles have been categorized under the given category. In the same way, a category can't be deleted
-if it has an article assigned it; you must first remove all the articles and then you will be allowed
-to remove the category.</p>
-<p>You can delete more than one category at the same time by cheching their <b>'Delete'</b> column
-and then clickin on the <b>'Delete Selected'</b> button.</p>
-<p>The <b>'Show In Main Page'</b> column shows whether this category is included in the main page or if alternatively,
-it can also be seen when clicking its link. Edit the category itself to enable/disable this feature.</p>";
-
-$messages["newArticleCategory"] = "<p>From here you can add a new post category to the blog. All
-what you need to provide is a name for the new category. Once it has been created, it will be available
-for posts to be categorized under.</p>
-<p>You can disable the 'Show cateory in main page' checkbox if you don't want this category to be shown in the
-main page of the site. If disabled, posts included in this category will only be shown when browsing this
-specific category, by clicking its link.</p>";
-
-$messages["editArticleCategory"] = "<p>Please provide a new name for the category you are updating. Also,
-define whether you would like to show posts belonging to this cateogry in the main page or not.</p>";
-
-$messages["editPost"] = "<p>Use this page to edit a post from your journal. The information from the
-post has already been provided and now you can make your changes. Once you have finished, press the <b>'Update'</b> button and the post
-will updated. Please note that you have to set the status of the post
-to <b>'Published'</b> if you want it to appear in front page. Use the <b>'Draft'</b> status when you can't finish posting
-now but you would like to save what you have typed so far for later revision.</p>
-<p>If you would like to receive an email notifying about a new post, please check the corresponding
-checkbox.</p>
-<p>More information about the different options <a href=\"admin.php?op=Help&helpId=newPost\">here</a>.</p>";
-
-$messages["blogSettings"] = "<p>From this page you can change some of the settings that control the
-behaviour or appearance of this journal. These are the settings: <ul>
-<li><b>Permanent URL</b>: This is the URL where this blog is running and that can be used to
-link to it. It can't be changed.</li>
-<li><b>Name of the blog</b>: This is a text string with a descriptive name of the blog. If using the
-default templates, it is the text displayed on top of every page.</li>
-<li><b>Long descriptive text about this blog</b>: This is a longer text that can optionally be
-displayed in some kind of page giving more detailed information about the page. It can be left
-blank if not needed.</li>
-<li><b>Language used to display the texts</b>: You can select one of the available languages. This
-language will be used to display the texts (not your own articles!) and format things like dates
-and numbers using the correct settings. More languages can be installed at any time.</li>
-<li><b>Items in the main page</b>: Set this to the number of posts you would like to have
-in the main page. The more posts, the longer it will take for users to download your page. Minimum
-number of posts it one.</li>
-<li><b>Items shown as recent</b>: Set this to the number of posts you would like to be shown as
-<b>'Recent'</b>, that is, the posts that have been posted earlier. Minimun amount is one.</li>
-<li><b>Template used to render the contents</b>: pLog allows to have more than one template
-to show the same content. You can choose here the most appropiate one for you journal, from the ones
-that have been installed by the administrator.</li>
-<li><b>Show the whole post int he main or only the part that was typed in the 'Text' box?</b>: Set this to <b>'Yes'</b> if you would like pLog
-to automatically add a 'More...' link to your posts on the main page just after the text you typed
-in the text box labeled 'Text'. The text typed in the second text box will only be shown to the user
-when clicking on the
-setting below) This feature is useful since it makes your frontpage less cluttered and also
-smaller. However, it has some problems if there is a lot of HTML code in the page.</li>
-<li><b>Enable WYSIWYG edition of texts</b>: Set this to yes if you would like to have the possibility
-to see how your posts look in real time. This feature is only available for users using either
-Internet Explorer 5.5 or higer and Mozilla 1.3b or higher.</li>
-<li><b>Enable comments</b>: Set this to yes if you would like to allow your users to make comments to your
-posts. This will globally affect all your posts and all your users.</li>
-<li><b>Order in which comments appear</b>: Set it to \"Oldest first\" if you would like to see
-the older comments first in the list, or set it to \"Newest first\" to see them in
-reverse chronological order.</li>
-<li><b>Time difference in hours between the server and you</b>: You can use this setting to make pLog automatically
-add or substract an amount of hours to each date in the blog. It is useful for example when the server where the blog
-is hosted and the person who is using it are in different time zones. Telling pLog that there is a difference of
-+3 hours, will make that all dates appear with such time difference applied.</li>
-</ul></p>";
-
-//
-// translators: the ones below are already new
-//
-$messages["resourceCenter"] = "From the resource center, you will be able to manage your files, group them in albums,
-manage those albums and edit any of them.";
-
-$messages["newResourceAlbum"] = "<p>You need at least one album to group your resources. From here you will be allowed
-to add a new album, simply providing a name and a description for it. Only the name field is mandatory, being
-the description field optional.</p>
-<p>Use the <b>'Parent album'</b> field to set whether this is a top-level album or if it is a sub-album and has
-another album as a parent.</p>";
-
-$messages["resourceAlbums"] = "<p>This is a list including all the resource albums that have been created so far
-in this site. For each album, several of its properties can be seen at a glance: its name, a link to its child
-albums (if any) and its amount, a link to its resources and its amount, whether the album is public or
-private and a checkbox to delete as many of them as needed.</p>
-<p>You can read more on the <b>'Show Album'</b> feature here <a href=\"admin.php?op=Help&helpId=editResourceAlbum\">here</a></p>";
-
-$messages["editResourceAlbum"] = "<p>From here you can edit the properties of a resource album. Almost all the fields
-are the same as <a href=\"admin.php?op=Help&helpId=newResourceAlbum\">here</a> except the
-<b>'Show album to users'</b> checkbox. If enabled, this album will be visible to users who browse our
-collection of albums and resources. If not, it will not be shown in the public side. This is useful in cases when
-we want to keep some of the albums secret and don't want users peeking at them.</p>";
-
-$messages["newResource"] = "<p>You will be able to upload new resources to your blog from this section. Any kind of file
-can be uploaded to the site but pLog is capable of handling and extracting some useful information from some
-of them, such as images, videos, zip files and music files.</p>
-<p>First of all, find the file you would like to upload. Then, provide a description for it (mandatory field)
-and finally select to which album would you like this resource to belong to. It is not possible to have a resource
-file that does not belong to any album. Once you are ready, click the <b>'Add Resource'</b> button and the file
-will be added to the blog.</p>
-<p>Please keep in mind that uploads need to be enabled for this to work, and if the blog administrator has
-set a list of forbidden file types that cannot be uploaded, the file will not be allowed in the site. The resource
-framework also needs to be enabled. All these settings can be modified by a user with administrator privileges
-from the <b>'Global Settings'</b> section.</p>
-<p>This feature requires a folder with write permission in the web server.</p>";
-
-$messages["Resources"] = "<p>From here you will have access to all the resource files that have been uplaoded
-in the blog. Files will be shown under the album to which they belong. For every resource file, it will be
-possible to edit its properties, view it as any normal user will see it and mark it for deletion. Pressing the
-<b>'Delete Selected'</b> button from the bottom of the screen will delete those resources that have been
-marked.</p>
-<p>Click the folder icon to navigate to the contents of an albu, or the <b>'Edit'</b> to go to the album
-properties page. Use the <b>'..'</b> link to go up one level. Clicking a resource name or preview (if available)
-will take you to the resource properties page where you will be able to change some of the settings of the
-selected resource.";
-
-$messages["blogSecurity"] = "From this section you will be able to edit set up some basic security mechanisms that
-are provided by pLog. The changes you make here will only affect your blog and not everybody else's.";
-
-$messages["blogFilteredContent"] = "<p>This is a list of all the rules for content filtering that have been added
-to this particular blog. Clicking any of them will take you to a page where you will be able to edit any of them.
-Use the <b>'Delete'</b> checkbox to mark any of them for deletion, and press the <b>'Delete Selected'</b> button
-once you are sure you want to delete those.</p>";
-
-$messages["newBlogFilteredContent"] = "<p>You can add here a new rule for blocking undesired content from being
-included in comments. You can use here single words or sentence or if you wish, you can use the power
-of regular expressions if you know how to use them. You can also add a description to the rule so that you remember
-in the future what it is about, but it is not a mandatory field.</p>";
-
-$messages["blogBlockedHosts"] = "This is a list with all the hosts that have been blocked so far in this blog. At
-a glance, it is possible to see for each host the reason why it was blocked, the date when it was blocked and
-the type of the block applied. Lastly, you can also select any of the host blocking rules and press the
-<b>'Delete Selected'</b> button when you are sure that you want to remove those rules.";
-
-$messages["newBlogBlockedHost"] = "<p>This section will allow you to block a specific address or entire subnet from your Blog. You can select if you want them to be able to see it, but unable to post or simply unable to access it at all. Copy the offending address into the spaces provided and choose the proper subnet address space if necessary. Example: To block just the address of 192.168.1.123 you would choose the '32 bit' option to match the entire address. This blocks just this one address and works well for banning someone with a Static IP address. If you're seeing multiple IP Addresses for a particular individual (say 192.168.1.123, 192.168.1.225, 192.168.1.21 and 192.168.1.67) then you will want to ban a particular subnet range. Enter one of the IP Addresses that you see and choose '24 bit', '16 bit' or '8 bit' to match the first 3 sections, first 2 sections or the first section respectively.<br/>
-<br/>
-<b>EXAMPLES</b>:<br/>
-<br/>
-192.168.1.123 - 32 bit: Matches only the 192.168.1.123 address<br/>
-192.168.1.123 - 24 bit: Matches any address that starts with 192.168.1<br/>
-192.168.1.123 - 16 bit: Matches any address that starts with 192.168<br/>
-192.168.1.123 - 8 bit: Matches any address that starts with 192<br/>
-</p>
-<p>The <b>'Block type'</b> drop-down list will allow you to choose whether to block this host from
-completely accessign the site (an error page will be sent to the client's browser whenever trying to access) or
-simply block it from posting new comments. If the latter is chosen, the host will still be allowed to read
-articles and other people's comments.</p>
-<p>You can also attach a reason/description to this host blocking rule, so that you can remember in the future why
-it was set up.</p>";
-
-$messages["editBlogBlockedHost"] = "You will be able to edit a host blocking rule from this section. The options
-available are exactly the same as in <a href=\"admin.php?op=Help&helpId=newBlogBlockedHost\">here</a>.";
-
-$messages["editBlogFilteredContent"] = "This page will allow you to edit a content filtering rule. The options
-are exactly the same as in <a href=\"admin.php?op=Help&helpId=newBlogFilteredContent\">here</a>.";
-
-$messages["filteredContent"] = "<p>This is a list of all the rules for content filtering that have been added
-to this site. These rules are site-wide and take precedence before any blog-specific rule that may have been
-set by blog owners. The options and its meaning is the same as
-<a href=\"admin.php?op=Help&helpId=blogFilteredContent\">here</a>.";
-
-$messages["newFilteredContent"] = "<p>You can add here a new rule for blocking undesired content from being
-included in comments. This rule will be used system-wide and will take preference before blog-specific
-rules. See <a href=\"admin.php?op=Help&helpId=newBlogFilteredContent\">this</a> for more information
-on the options.";
-
-$messages["blockedHosts"] = "This is a list with all the hosts that have been blocked so far system-wide.
-Clicking a rule IP address will allow us to edit the settings of that rule. These rules always take
-precedence over blog-speficic rules, so that if one these global rules matches a host, all the other after
-it will be ignored.";
-
-$messages["newBlockedHost"] = "From here it is possible to add a new <b>global</b> host-blocking rule. See
-<a href=\"admin.php?op=Help&helpId=newBlogBlockedHost\">here</a> for more information about the options
-available.";
-
-$messages["editBlockedHost"] = "You will be able to edit a host blocking rule from this section. The options
-available are exactly the same as in <a href=\"admin.php?op=Help&helpId=newBlogBlockedHost\">here</a>.";
-
-$messages["editFilteredContent"] = "This page will allow you to edit a content filtering rule. The options
-are exactly the same as in <a href=\"admin.php?op=Help&helpId=newBlogFilteredContent\">here</a>.";
-
-//
-// text of the post that will be added to each blog when they sign-up via the register.php script
-//
-$messages["register_default_category"] = "Hírek";
-$messages["register_default_article_text"] = "Ha ezt olvasod, az azt jelenti, hogy a blog regisztráció sikeres volt. Kellemes bloggolást!";
-$messages["register_default_article_topic"] = "Gratulálok, mûködik!";
-?>
Deleted: plog/trunk/locale/locale_it_IT.php
===================================================================
--- plog/trunk/locale/locale_it_IT.php 2005-01-29 15:29:38 UTC (rev 872)
+++ plog/trunk/locale/locale_it_IT.php 2005-01-29 15:52:14 UTC (rev 873)
@@ -1,1370 +0,0 @@
-<?php
-
-//***********************************************************************************************
-// Italian translation by Pietro Ricciardi (pricciardi at inwind.it; www.comunedipignataro.it) *
-//***********************************************************************************************
-
-
-// set this to the encoding that should be used to display the pages correctly
-$messages["encoding"] = "iso-8859-1";
-$messages["locale_description"] = "File di localizzazione italiana per pLog";
-// days of the week
-$messages["days"] = Array( "Domenica", "Lunedi", "Martedi", "Mercoledi", "Giovedi", "Venerdi", "Sabato" );
-// -- compatibility, do not touch -- //
-$messages["Lunedi"] = $messages["days"][1];
-$messages["Martedi"] = $messages["days"][2];
-$messages["Mercoledi"] = $messages["days"][3];
-$messages["Giovedi"] = $messages["days"][4];
-$messages["Venerdi"] = $messages["days"][5];
-$messages["Sabato"] = $messages["days"][6];
-$messages["Domenica"] = $messages["days"][0];
-
-// abbreviations
-$messages["daysshort"] = Array( "Do", "Lu", "Ma", "Me", "Gi", "Ve", "Sa" );
-// -- compatibility, do not touch -- //
-$messages["Lu"] = $messages["daysshort"][1];
-$messages["Ma"] = $messages["daysshort"][2];
-$messages["Me"] = $messages["daysshort"][3];
-$messages["Gi"] = $messages["daysshort"][4];
-$messages["Ve"] = $messages["daysshort"][5];
-$messages["Sa"] = $messages["daysshort"][6];
-$messages["Do"] = $messages["daysshort"][0];
-
-// months of the year
-$messages["months"] = Array( "Gennaio", "Febbraio", "Marzo", "Aprile", "Maggio", "Giugno", "Luglio", "Agosto", "Settembre", "Ottobre", "Novembre", "Dicembre" );
-// -- compatibility, do not touch -- //
-$messages["Gennaio"] = $messages["months"][0];
-$messages["Febbraio"] = $messages["months"][1];
-$messages["Marzo"] = $messages["months"][2];
-$messages["Aprile"] = $messages["months"][3];
-$messages["Maggio"] = $messages["months"][4];
-$messages["Giugno"] = $messages["months"][5];
-$messages["Luglio"] = $messages["months"][6];
-$messages["Agosto"] = $messages["months"][7];
-$messages["Settembre"] = $messages["months"][8];
-$messages["Ottobre"] = $messages["months"][9];
-$messages["Novembre"] = $messages["months"][10];
-$messages["Dicembre"] = $messages["months"][11];
-
-$messages["message"] = "Messaggio";
-$messages["error"] = "Spiacente,";
-
-$messages["date"] = "Data";
-
-// miscellaneous texts
-$messages["of"] = "di";
-$messages["recently"] = "recenti...";
-$messages["comments"] = "commenti";
-$messages["comment on this"] = "Commenti";
-$messages["my_links"] = "i miei Link";
-$messages["archives"] = "archivi";
-$messages["search"] = "cerca";
-$messages["calendar"] = "calendario";
-$messages["categories"] = "categorie";
-$messages["search_s"] = "Cerca";
-$messages["link_tracker"] = "Link Tracker";
-$messages["search_this_blog"] = "Cerca in questo blog:";
-$messages["about_myself"] = "Chi sono?";
-$messages["permalink_title"] = "Permalink agli archivi";
-$messages["permalink"] = "Permalink";
-$messages["posted_by"] = "Inviato da";
-$messages["on_the"] = "sul";
-$messages["page"] = "pagina";
-$messages["posted"] = "inviato";
-
-$messages["reply"] = "Rispondi";
-
-
-// add comment form
-$messages["add_comment"] = "Commenta";
-$messages["comment_topic"] = "Argomento";
-$messages["comment_text"] = "Testo";
-$messages["comment_username"] = "Il tuo nome";
-$messages["comment_email"] = "La tua e-mail";
-$messages["comment_url"] = "La tua home-page";
-$messages["comment_send"] = "Invia";
-$messages["comment_added"] = "Commento registrato!";
-$messages["comment_add_error"] = "Errore in fase di registrazione";
-
-
-$messages["article_does_not_exist"] = "Articolo inesistente";
-$messages["no_posts_found"] = "Nessun articolo troato";
-$messages["user_has_no_posts_yet"] = "L'utente non ha inviato nessun articolo";
-
-$messages["info_about_myself"] = "Alcune informazioni su di me...";
-$messages["back"] = "Indietro";
-
-$messages["back_top"] = "Torna Sopra";
-
-$messages["post"] = "articolo";
-
-$messages["trackbacks_for_article"] = "Trackbacks per l'articolo intitolato";
-$messages["trackback_excerpt"] = "Brano";
-$messages["trackback_weblog"] = "Weblog";
-
-$messages["search_results"] = "Risultato ricerca";
-$messages["search_matching_results"] = "Questi articoli soddisfano i tuoi criteri di ricerca: ";
-$messages["search_no_matching_posts"] = "Nessun articolo soddisfa i tuoi criteri di ricerca";
-
-$messages["see_all_link"] = "Cliccare quì per vedere tutti gli articoli, mai";
-
-$messages["read_more"] = "(Continua...)";
-
-$messages["anonymous_poster"] = "Inviato da ANONIMO";
-
-$messages["syndicate"] = "SYNDICATE";
-
-$messages["main"] = "Main";
-
-////// error messages /////
-$messages["error_fetching_article"] = "L'articolo cercato non è stato trovato.";
-$messages["error_fetching_articles"] = "Non ci sono articoli in questo argomento.";
-$messages["error_trackback_no_trackback"] = "Non sono stati trovati trackbacks per l'articolo.";
-$messages["error_incorrect_article_id"] = "Identificativo dell'articolo non corretto.";
-$messages["error_incorrect_blog_id"] = "l'identificativo del blog non è corretto.";
-$messages["error_comment_without_text"] = "E' necesasrio che scrivi almeno del testo.";
-$messages["error_comment_without_name"] = "Devi fornire il tuo nome o nickname.";
-$messages["error_adding_comment"] = "Si è verificato un errore durante la registrazione del commento.";
-$messages["error_incorrect_parameter"] = "Parametro non corretto.";
-$messages["error_parameter_missing"] = "hai mancato un parametro.";
-$messages["error_blog_has_no_links"] = "In questo blog non ci sono ancora links registrati.";
-$messages["error_comments_not_enabled"] = "Commenti non consentiti per questo sito.";
-
-///////////////// //////////////////
-///////////////// STRINGS FOR THE ADMINISTRATION INTERFACE //////////////////
-///////////////// //////////////////
-
-
-////// help messages for the administration interface /////
-$messages["newPost"] = "<p>Usa questa paggina per inserire nuovi post nel tuo blog. Devi selezionare un argomento a cui associare
-il tuo post, fornire un titolo e, ovviamnte, mettere del contenuto. Quando hai finito, Premi il pulsante <b>'Add'</b> e il pezzo
-comparirà automaticamente nel tuo blog. Fai attenzione, perchè l'articolo compaia devi impostare lo stato dell'articolo
-a <b>'Published'</b>. Usa lo stato <b>'Draft'</b> se vuoi che il pezzo non appaia ancora, magari per revisionarlo in un secondo momento.</p>
-
-<p>Se vuoi ricevere una e-mail di notifica di commenti al tuo pezzo, seleziona il checkbox apposito.</p>
-<p>Check the box where it says </b>'Find links in the post...'</b> if after adding the post, you
-would like to send trackback pings to the hosts that support it. Your post will be scanned for
-links and you will have the possibility to choose which ones to send trackback pings to.</p>";
-
-$messages["addPost"] = "<p>Il tuo post è stato aggiunto all'archivio
-to which hosts you would like to send a trackback ping, so that they know you have written about them
-and can <i>track you back</i>.</p>";
-
-$messages["editComments"] = "Questi sono i commenti al tuo post.
-Non puoi modificali ma puoi eliminarli. Per inserire un commento l'unico campo obbligatorio è
-\"nome\", quindi E-mail e Url possono essere vuote. L'indirizzo IP rappresenta l'indirizzo da cui è stato inviato il post.
-<br>Per cancellare il commento seleziona il check corrispondente al commento da eliminare presente nella colonna <b>'Delete'</b>
-e clicca sul pulsante <b>'Delete selected'</b>.";
-
-$messages["postStats"] = "<p>Statistiche per il post selezionato. Il primo corrisponde al numero di letture
-dell'articolo. Attenzione: Se la feature <b>'Continua...'</b> è stata abilitata nelle <b>'Impostazioni Blog'</b> potrebbe non essere significativo.</p>
-<p>I referrer sono gli url di tutti gli hosts che hanno visitato il post, e la tabella delle trackbacks rappresenta
-quanti ping ha ricevuto questo post. Non è possibile modificare questi dati.</p>";
-
-$messages["editLinks"] = "<p>This is a list with all the links that have been added. Like posts, every
-link can be sorted in different categories and then displayed in the main page for visitors to see.</p>
-<p>For every link, you will see here its name, the url where it is pointing to and under which category
-it has been sorted. Finally you can also delete any of the links.</p>";
-
-$messages["newLink"] = "<p>You can add a new link from here. You have to provide at least a valid
-url and a name for the link. The description field is optional but useful to have more information
-about the link. You need at least one link category before you can add any link.</p>";
-
-$messages["editLinkCategories"] = "<p>This is a list with all the link categories that have been
-created. Like with posts, you need at least one link category before you can add any link. Clicking
-on the <b>'Links'</b> column will show all the links that belong to the category.</p>";
-
-$messages["newLinkCategory"] = "<p>The only thing you need to provide in order to have a new
-link category is a descriptive name for the category. Once the link category has been created,
-it will be available for links to be categorized under.</p>";
-
-$messages["userSettings"] = "<p>Things related to your user profile can be changed from this
-page. Please note that your username cannot be changed.<ul>
-<li><b>Password, Confirm Password</b>: If you would like to change your password, please type it in
-the first text box. Do the same in the second box to confirm that you entered the same password.</li>
-<li><b>Email address</b>: Please set this to a valid email address if you would like to use features
-such as the notification when a comment is received to a post. It is used only for internal
-purposes and will not be publicly displayed.</li>
-<li><b>Bio</b>: You can type here some information about yourself. It can be left empty.</li>
-</ul></p>";
-
-$messages["Stats"] = "<p>You can see from here all the referrers that have hit this site in the past.
-The <b>'Article'</b> column reflects which article was visited by the referrer or the value <b>'0'</b>
-if the referrer visited the main page or any other page which was not an article. Finally, the
-<b>'Last hit date'</b> column is the time of the last hit received from that referrer.</p>";
-
-$messages["editLink"] = "<p>You have to provide at least a url and a name for the link. The link must also
-be categorized under a category.</p>";
-
-$messages["editLinkCategory"] = "Please provide a new name for the link category you are updating.</p>";
-
-$messages["blogSelect"] = "Please select one of the operations from the menu.";
-
-$messages["Error"] = "There was an error while executing the requested operation. Please see
-the main page for more information regarding the error.";
-
-$messages["Message"] = "Please see the main page for more information regarding the message.";
-
-//////// strings for the administration interface ///////
-
-
-
-$messages["admin_interface_title"] = "Funzioni di amministrazione";
-$messages["administration"] = "Amministrazione";
-$messages["help"] = "Aiuto";
-$messages["plog_help"] = "Aiuto";
-$messages["new_post"] = "Nuovo articolo";
-$messages["posts"] = "Articoli";
-$messages["admin_categories"] = "Categorie";
-$messages["admin_links"] = "Link";
-$messages["link_categories"] = "Categorie Link";
-$messages["settings"] = "Impostazioni";
-$messages["logout"] = "Logout";
-
-// new post page
-$messages["topic"] = "Argomento";
-$messages["text"] = "Testo";
-$messages["category"] = "Categorie";
-$messages["status"] = "Stato";
-$messages["status_draft"] = "Bozza";
-$messages["status_published"] = "Pubblicato";
-$messages["status_deleted"] = "Cancellato";
-$messages["status_all"] = "Tutto";
-$messages["send_notification"] = "notificami ogni invio di commento.";
-$messages["send_trackback_pings"] = "Cerca i link nel post ed invia ping di trackback verso i link che supportano la funzione.";
-$messages["add_post"] = "Pubblica!";
-
-$messages["xmlrpc_ping_ok"] = "Ping XML-RPC inviato a ";
-$messages["error_sending_xmlrpc_ping"] = "Errore durante l'invio di un ping XML-RPC Ping a ";
-$messages["error_sending_xmlrpc_ping_message"] = "Il messaggio d'errore è: ";
-
-$messages["preview"] = "Anteprima";
-$messages["post_added"] = "Post aggiunto";
-$messages["you_will_be_notified"] = "Sarai avvisato a fronte di attività in questo post.";
-$messages["post_added_not_published"] = "Post aggiunto ma non pubblicato.";
-$messages["error_adding_post"] = "Errore in fase di registrazione del post!";
-$messages["error_must_fill_all_fields"] = "Riempi tutti i campi!";
-$messages["error_must_have_one_category"] = "Devi inserire prima un argomento per poter scrivere un articolo";
-
-// send trackbacks page
-$messages["send_trackback_pings"] = "Invia Ping Trackback";
-$messages["links_found"] = "I seguenti link sono presenti nei tuoi post. Selezina quelli a cui vuoi inviare un ping trackback (può richiedere del tempo)";
-$messages["trackbacks_no_urls_selected"] = "Non sono stati selezionati URL a cui inviare il ping.";
-$messages["trackbacks_received_ok"] = "Questi host hanno ricevito il ping:";
-$messages["trackbacks_no_trackback"] = "I seguenti link non hanno un trackback url valido: ";
-$messages["trackbacks_problems_sending"] = "Problemi durante l'invio dei ping ai seguenti host.
-Puoi riprovare.";
-$messages["trackbacks_received_all_hosts"] = "Tutti gli host hanno ricevuto il ping.";
-$messages["ping_selected"] = "Pinga i siti selezionati";
-
-// edit posts
-$messages["author"] = "Autore";
-$messages["category_all"] = "Tutti";
-$messages["author_all"] = "Tutti";
-$messages["update"] = "Aggiorna";
-$messages["date"] = "Data";
-$messages["stats"] = "Statistiche";
-$messages["delete"] = "Cancella";
-
-$messages["delete_selected"] = "Cancella selezionati";
-
-// edit post
-$messages["edit_post"] = "Modifica Post";
-$messages["error_getting_post_to_update"] = "Si è verificato un errore nel tentativo di estrarre il post selezionato pe modificarlo.";
-$messages["error_updating_post_in_database"] = "Errore durante l'aggiornamento del post.";
-$messages["post_successfully_updated"] = "Post modificato.";
-$messages["notification_removed"] = "La notifica che avevi attivato per questo post è stata eliminata.";
-
-// post statistics
-$messages["statistics_for_post"] = "Statistiche per i post ";
-$messages["error_fetching_post"] = "Si è verificato un errore in fase di lettura del post.";
-$messages["times_post_has_been_read"] = "N. letture: ";
-$messages["referers"] = "Referrers";
-$messages["id"] = "Id";
-$messages["url"] = "Url";
-$messages["hits"] = "Letture";
-$messages["trackbacks"] = "Trackbacks";
-
-// post comments
-$messages["error_fetching_comments"] = "Errore in fase di lettura dei commenti";
-$messages["comments_for_post"] = "Commenti al post ";
-$messages["email"] = "E-Mail";
-$messages["ip_address"] = "Indirizzo IP";
-
-// delete comments
-//*** NEW ***//
-// please remove these comments after translating these lines
-$messages["error_no_comments_selected"] = "Non hai selezionato alcun commento da cancellare.";
-$messages["error_deleting_comment"] = "Si è verificato un errore durante la cancellazione del commento ";
-$messages["comment_deleted_ok"] = "Commento con argomento \"%s\" cancellato correttamente.";
-//*** NEW ***//
-// please remove these comments after translating these lines
-
-
-// categories list
-$messages["category_name"] = "Nome";
-
-// removing posts
-$messages["post_cannot_be_deleted"] = "Il post non può essere cancellato";
-$messages["no_posts_selected"] = "Non hai selezionato alcun post da cancellare.";
-// %s = subject of the post, %d = identifier of the post. feel free to change its order
-// but if you remove them there will be no information about which post was removed...
-$messages["error_deleting_post"] = "Errore cancellando il post \"%s\" (id = %d)";
-$messages["post_deleted_ok"] = "Post \"%2\$s\" cancellato con successo (id = %1\$d)";
-
-// delete categories
-$messages["no_categories_selected"] = "Non hai selezionato alcun argomento da cancellare.";
-$messages["error_category_has_articles"] = "Non è possibile eliminare l'argomento \"%s\" poichè c'è almeno un articolo associato ad esso. Rimuovi prima gli articoli e riprova.";
-$messages["error_deleting_category"] = "Errore nel tentativo di eliminare l'argomento \"%s\".";
-$messages["category_deleted_ok"] = "Argomento \"%s\" cancellato.";
-
-// add category
-$messages["add_new_category"] = "Aggiungi argomento";
-$messages["add_new_category_info"] = "Inserisci un nome valido per il nuovo argomento.";
-//*** NEW ***//
-// please remove these comments after translating these lines
-$messages["category_added_ok"] = "Argomento aggiunto con successo.";
-$messages["error_adding_article_category"] = "Si è verificato un errore durante l'inseriemnto del nuovo argomento.";
-//*** NEW ***//
-// please remove these comments after translating these lines
-
-// edit categories
-$messages["edit_category"] = "Modifica Argoemnto";
-$messages["please_provide_valid_category_name"] = "Dai un nome valido per l'argomento.";
-
-// edit category
-//*** NEW ***//
-// please remove these comments after translating these lines
-$messages["error_incorrect_category_id"] = "Identificativo dell'argoemnto non valido";
-//*** NEW ***//
-// please remove these comments after translating these lines
-
-// update the category
-$messages["error_fetching_category"] = "Errore in fase di lettura dell'argoemnto.";
-$messages["error_updating_category"] = "Errore in fase di modifica dell'argomento.";
-//*** NEW ***//
-// please remove these comments after translating these lines
-$messages["error_empty_category_name"] = "Fornisci un nome valido per l'argomento.";
-//*** NEW ***//
-// please remove these comments after translating these lines
-$messages["category_updated_ok"] = "Argomento modificato.";
-
-// edit links
-$messages["link_name"] = "Nome";
-$messages["link_url"] = $messages["url"];
-$messages["link_category"] = $messages["categoria"];
-$messages["link_description"] = "Descrizione";
-$messages["links"] = "Link";
-
-// edit a link
-$messages["error_provide_name_and_url"] = "Devi almeno inserire un nome e l'url del link.";
-$messages["error_invalid_link_id"] = "Id del link non corretto o mancante.";
-$messages["error_fetching_link"] = "Errore durante la lettura del link.";
-$messages["error_updating_link"] = "Errore durante la modifica del link.";
-$messages["link_updated_ok"] = "Link modificato!";
-$messages["error_fetching_link_categories"] = "Errore durante la lettura degli argomenti dei link.";
-
-// add a link
-$messages["add_new_link"] = "Aggiungi un nuovo Link";
-$messages["add_link"] = "Aggiungi Link";
-$messages["error_adding_link"] = "Errore durante l'inserimento del link.";
-$messages["link_added_ok"] = "Link aggiunto.";
-$messages["error_provide_name_and_url"] = "Devi inserire un nome ed un indirizzo valido.";
-$messages["error_must_have_one_link_category"] = "Devi avere almeno una Categoria Link prima di poter inserire un link.";
-
-// delete a link
-$messages["error_no_links_selected"] = "Seleziona un link da cancellare.";
-$messages["error_removing_link"] = "Errore cancellazione link \"%s\".";
-$messages["link_deleted_ok"] = "Link \"%s\" cancellato.";
-
-// edit link categories
-$messages["add_link_category"] = "Aggiungi un nuova categoria di link";
-$messages["link_categories_help"] = "Devi aver inserito almeno una categoria prima di poter aggiungere dei link.";
-$messages["link_category_name"] = "Nome";
-$messages["link_category_links"] = "Link";
-
-// new link category
-$messages["new_link_category_info"] = "Link categories will help you to classify the different links you
-can have. You can also later on show your links grouped using these categories in the main page.";
-$messages["add_link_category"] = "Aggiungi Argomento Link";
-$messages["error_provide_link_category_name"] = "Devi inserire un nome valido per la categoria.";
-$messages["error_adding_link_category"] = "Errore durante la creazione della nuova categoria link.";
-$messages["link_category_added_ok"] = "Argomento Link aggiunto.";
-
-// edit link category
-$messages["edit_link_category"] = "Modifica Categoria Link";
-$messages["error_updating_link_category"] = "Errore durante la modifica della categoria Link.";
-$messages["link_category_updated_ok"] = "Categoria link modificata.";
-$messages["error_fetching_link_category"] = "Errore durante la lettura della categoria link.";
-$messages["error_incorrect_link_category_id"] = "Id categoria link errato";
-
-
-// delete link categories
-$messages["error_no_link_category_selected"] = "Non hai selezionato alcuna Categoria Link da cancellare.";
-$messages["error_links_in_link_category"] = "Categoria \"%s\" non cancellabile, eliminare prima tutti i dati associati alla categoria stessa.";
-$messages["error_removing_link_category"] = "Errore durante la cancellazione della categoria \"%s\".";
-$messages["link_category_deleted_ok"] = "Categoria Link \"%s\" rimossa.";
-// this error is shown when for some reason the category could not be fetched from the database
-// and we can't show its name
-$messages["error_removing_link_category_2"] = "Errore durante la cancellazione della Categoria Link con id = %d";
-
-// blog settings page
-$messages["blog_settings"] = "Impostazioni Blog";
-$messages["user_profile"] = "Profilo Utente";
-$messages["plugin_center"] = "Gestione Plugin";
-$messages["statistics"] = "Statistiche";
-$messages["blog_name"] = "Nome del Blog";
-$messages["long_blog_name"] = "Descrizione lunga del contenuto del blog";
-$messages["language_used"] = "Linguaggio ustao per mostrare testi e date";
-$messages["items_main_page"] = "Quanti post vuoi vedere nella home page?";
-$messages["items_as_recent"] = "Quanti post vuoi vedere in \"Recenti\"?";
-$messages["template_used"] = "Scegli un template per definire l'aspetto del tuo blog";
-$messages["cut_posts"] = "Taglia post troppo lunghi ed aggiungi link \"Continua...\" ?";
-$messages["cut_posts_after_characters"] = "Numero di caratteri prima del taglio del post ed agginta del link \"Continua...\" ?";
-$messages["enable_wysiwyg_edition"] = "Abilita interfaccia WYSIWYG per scrivere il contenuto dei post (solo per Internet Explorer 5.5 o sup. e 1.3b o sup.)?";
-$messages["enable_comments"] = "Abilita i commenti per tutti i post?";
-$messages["yes"] = "Si";
-$messages["no"] = "No";
-$messages["error_invalid_locale"] = "Valore non valido per le impostastazione della lingua";
-$messages["error_incorrect_max_recent_items"] = "Devi inserire un numero valido che identifichi quanti post mostrare tra i 'recenti'.";
-$messages["error_incorrect_number_of_posts"] = "Devi inserire un numero valido che identifichi quanti post mostrare in main page.";
-$messages["error_incorrect_template"] = "Il valore per il template non è corretto.";
-$messages["error_no_blog_name"] = "Inserire un nome valido per il blog.";
-$messages["error_incorrect_show_more_threshold"] = "Inserisci un numero valido di carttere da mostrare per un postprima di tagliuaro ed aggiungere il link \"Continua...\".";
-$messages["error_updating_settings"] = "Errore durante l'aggiornamento delel impostazione del blog.";
-$messages["blog_settings_updated_ok"] = "Impostazioni blog aggiornate!";
-$messages["permanent_blog_url"] = "Indirizzo blog (sola lettura)";
-
-// user profile page
-$messages["username"] = "Utente";
-$messages["password"] = "Password";
-$messages["confirm_password"] = "Conferma la Password";
-$messages["email_address"] = "Indirizzo Email";
-$messages["bio"] = "Bio";
-$messages["empty_no_change"] = "Lascia vuoto se non vuoi modificare";
-$messages["user_settings_updated_ok"] = "Impostazioni modificate.";
-$messages["error_updating_user_settings"] = "Errore in fase di modifica delle impostazioni.";
-$messages["error_passwords_dont_match"] = "Attenzione, le password non corrispondono.";
-$messages["error_incorrect_password"] = "Attenzione, la password non è corretta.";
-$messages["error_incorrect_email_address"] = "L'indirizzo e-mail non è valido.";
-
-// plugin center page
-$messages["plugins_available"] = "Lista plugins disponibili in questi template";
-$messages["identifier"] = "Identificativo";
-$messages["description"] = "Descrizione";
-$messages["error_plugins_disabled"] = "Il supporto per i plugin è stato disabilitato in questo sito.";
-
-// statistics page
-$messages["statistics_info"] = "An article identifier of 0 means that those were incoming hits to the main
-site, not to any particular article.";
-$messages["article_id"] = "Id Articolo";
-$messages["last_hit_date"] = "Data ultima lettura";
-$messages["error_fetching_referers"] = "Errore durante la lettura dei referrer per questo sito";
-
-
-// login screen
-$messages["login_page_title"] = "Interfaccia di amministrazione";
-$messages["login"] = "Login";
-$messages["welcome_message"] = "Benvenuto";
-$messages["error_incorrect_username_or_password"] = "Spiacente, utente or password non corretta.";
-$messages["error_dont_belong_to_any_blog"] = "Spiacente, non hai nessun blog attivo.";
-$messages["error_no_username_or_password"] = "Inserisci un utente o password valida.";
-$messages["choose_one_blog"] = " Hai i seguenti blog attivi. Scegline uno per lavorarci";
-$messages["continue"] = "Continua";
-$messages["logout_message"] = "Sei uscito dalle funzioni di amministrazione del blog.";
-$messages["logout_message_2"] = "<a href=\"admin.php\">Clicca qui</a> per rientrare, o
-<a href=\"%1\$s\">quì per andare a %2\$s</a>.";
-$messages["logout_title"] = "Uscito";
-$messages["error_access_forbidden"] = "Accesso vietato. Devi prima effettuarte il LOGIN.";
-
-/////////////////////////////////////////////////////////////////////
-//
-//
-// new strings added for 0.2
-//
-//
-////////////////////////////////////////////////////////////////////
-$messages["site_admin"] = "Amministrazione Sito";
-$messages["site_stats"] = "Statistiche Sito";
-$messages["add_user"] = "Aggiungi utente";
-$messages["users"] = "Utenti";
-$messages["add_blog"] = "Aggiungi Blog";
-$messages["blogs"] = "Blogs";
-$messages["locales"] = "Lingue";
-$messages["add_locale"] = "Aggiungi Locale";
-$messages["templates"] = "Template";
-$messages["add_template"] = "Aggiungi Template";
-$messages["global_settings"] = "Impostazioni Globali";
-$messages["site_settings"] = "Impostazioni Sito";
-$messages["help_comments_enabled"] = "Abilita o disabilita i commenti per l'intero sito.";
-$messages["help_beautify_comments_text"] = "Rispetta la formattazione dell'utente nell'inserimento di un commento.";
-$messages["help_rdf_enabled"] = "Abilita o disabilita la creazione di un file RDF con gli ultimi post.";
-$messages["help_temp_folder"] = "Cartella utilizzata da pLog per le operazioni che richiedono l'uso di file temporanei.";
-$messages["help_base_url"] = "Url del sito usato. (Utilizzato per generare gli url dei blog - valorizzare correttamente)";
-$messages["help_show_posts_max"] = "Numero di post nelle main page di default.";
-$messages["help_recent_posts_max"] = "Numero di post mostrati tra i 'recenti' di default.";
-$messages["help_template_folder"] = "Dove pLog cherca i template.";
-$messages["help_default_template"] = "Template di default per i blog.";
-$messages["help_defalut_locale"] = "Linguaggio di default per i blog e nelle pagine di amministrazione.";
-$messages["help_html_allowed_tags_in_comments"] = "Tag HTML non rimossi dai commenti degli utenti.";
-$messages["help_referer_tracker_enabled"] = "Salva informazioni minimali sui referrer, se deisponibili al ricevimento di una richiesta.";
-$messages["help_rss_parser_enabled"] = "Abilita o disabilita il parser RSS disponibile nei template.";
-$messages["help_show_more_enabled"] = "Abilita o disabilita la funzione \"Continua...\" di default.";
-$messages["help_show_more_threshold"] = "Quanti caratteri lasciare prima di aggiungere il link (Continua...).";
-$messages["help_update_article_reads"] = "Whether to update or not the internal counter representing the number of times each article has been read.";
-$messages["help_request_format_mode"] = "La modalità \"Piano\" genera URL normali, la modatiltà \"Amichevole per i motori id ricerca\" genera URL facili da leggere e che possono essere esaminati dai motori id ricerca. Richiede Apache e la possibilità di usare un file .htaccess";
-$messages["help_xmlrpc_ping_enabled"] = "Whether to send an XMLRPC notification to the hosts configured below every time a post is added.";
-$messages["help_xmlrpc_ping_hosts"] = "Lista degli host che supporatno la notifica XMLRPC. Inserisci un host per ogni linea.";
-$messages["help_trackback_server_enabled"] = "Abilita o disabilita l'editor WYSIWYG per i post.";
-$messages["help_plugin_manager_enabled"] = "Abilita o disabilita i plugin.";
-$messages["help_check_email_address_validity"] = "In caso di creazione di un nuovo blog, agli utenti viene chiesta una caselal e-mail, con questo parametro a 'true' viene verificata la validita della casella.";
-$messages["help_summary_page_show_max"] = "Quanti post mostrare nella pagina summary.php.";
-$messages["help_minimum_password_length"] = "Numero minimo di caratteri di una password.";
-$messages["help_users_can_add_templates"] = "Definisce se gli utenti possono aggiungere template specifici per i propri blog.";
-$messages["help_email_service_enabled"] = "Abilita o disabilita il servizio email, ussato per inviare, ad esempio, notifiche sull'innvio di post.";
-$messages["post_notification_source_address"] = "Indirizzo utilizzato come mittente nell'invio di e-mail.";
-$messages["help_email_service_type"] = "Metodo di invio delle e-mail. Scegliere quello da utilizzare e modificare le impostazioni seguenti.";
-$messages["help_smtp_host"] = "Se si utilizza un servizio SMTP per l'invio di email, qusto è l'host da utilizzare per l'invio.";
-$messages["help_smtp_port"] = "Porta su cui si attesta il servizio SMTP.";
-$messages["help_smtp_use_authentication"] = "Se il server SMTP supporta l'autenticazione e si desidera utilizzare tale feature, abilitarla e verificare le due impostazioni successive.";
-$messages["help_smtp_username"] = "Utente da usare per l'invio di email tramite SMTP con autenticazione abilitata.";
-$messages["help_smtp_password"] = "Password da usare per l'invio di email tramite SMTP con autenticazione abilitata.";
-$messages["help_uploads_enabled"] = "Abilita o disabilita la possibilità di effettuare l'upload dei file. (necessario per aggiungere estensioni ai template o per caricare nuovi template).";
-$messages["help_maximum_file_upload_size"] = "Dimensione massima in bytes dei file caricati dagli utenti.";
-$messages["help_upload_forbidden_files"] = "Lista dei pattern dei file non autorizzati ad essere caricati sul sito. (separare i tipi con uno spazio).";
-$messages["help_path_to_tar"] = "Path in cui è presente il tool 'tar'.";
-$messages["help_path_to_gzip"] = "Path in cui è presente il tool 'gzip'.";
-$messages["help_path_to_bz2"] = "Path in cui è presente il tool 'bzip2'.";
-$messages["help_path_to_unzip"] = "Path in cui è presente il tool 'unzip'.";
-
-$messages["add_user_give_information"] = "Inserire le seguenti informazioni per creare un nuovo utente.";
-
-$messages["site_registered_users"] = "Lista utenti registrati.";
-
-$messages["add_blog_give_information"] = "Inserire le seguenti informazioni per creare un novo blog.";
-$messages["blog_title"] = "Titolo Blog";
-$messages["blog_owner"] = "Proprietario Blog";
-
-$messages["site_registered_blogs"] = "Questi sono tutti i blog registrati su questo sito.";
-$messages["edit_users"] = "Modifica utenti";
-
-$messages["upload_locale"] = "Upload file lingua";
-$messages["use_this_form_to_upload_locale"] = " Usare questo form per l'upload di un nuivo file di lingua. Se non puoi effettuare l'upload usa il form successivo.";
-$messages["locale_file"] = "File lingua";
-$messages["manually_add_locale"] = "Aggiunta manuale linguaggio";
-$messages["use_this_form_if_cant_upload_locale"] = "Usa questo form se non puoi effettuare l'upload sul server. Il file deve essere caricato nella cartella di default per i file di lingua prima di eseguire l'operazione.";
-$messages["locale_code"] = "Codice lingua";
-$messages["locale_encoding"] = "Encoding";
-
-$messages["template_will_be_available_for_all"] = "Il nuovo template sarà disponibile per tutti i blog.";
-
-$messages["use_this_form_to_upload_template"] = " Usa questo form per l'upload di un nuovo template. Se non puoi effettuare l'upload usa il form successivo. I files cche compongono il template devono essere compressi nel formato zip, tar.gz o tar.bz2.";
-$messages["locale_file"] = "File linguaggio";
-$messages["upload_template"] = "Upload template";
-$messages["manually_add_template"] = "Aggiunta manuale template";
-$messages["use_this_form_if_cannot_upload_template"] = " Usa questo form Se non sei autorizzato ad effettuare l'upload. Il file deve già essere stato copiato nella cartelal di default dei template prima di eseguire questa operazione.";
-$messages["template_id"] = "Id Template";
-
-$messages["templates_available_for_all"] = "Questi template sono disponibili per tutti i blog.";
-$messages["add_file"] = "Aggiungi File";
-
-$messages["setting_name"] = "Nome";
-$messages["setting_value"] = "Valore";
-$messages["setting_description"] = "Descrizione";
-
-$messages["plain"] = "Piano";
-$messages["search_engine_friendly"] = "Amichevole per i Motori id Ricerca";
-
-$messages["general_settings"] = "Impostazioni Generali";
-$messages["helper_tools_settings"] = "Impostazioni Tool di Help";
-$messages["uploads_settings"] = "Impostazioni Upload";
-$messages["email_settings"] = "Impostazioni Email";
-
-$messages["number_blogs"] = "Numero di blog";
-$messages["number_users"] = "Numero di utenti";
-$messages["number_posts"] = "Numeri di post";
-$messages["number_posts_today"] = "Numero di posts di oggi";
-$messages["number_posts_this_month"] = "Numero di posts del mese";
-
-$messages["date"] = "Data";
-$messages["time"] = "Ora";
-
-$messages["comments_order"] = "Ordinamento in cui compaiono i commenti:";
-$messages["oldest_first"] = "Prima i più vecchi";
-$messages["newest_first"] = "Prima i più nuovi";
-
-$messages["blog"] = "Blog";
-$messages["blog_id"] = "Identificativo numerico del Blog";
-
-$messages["blog_users"] = "Utenti Blog";
-$messages["available_users"] = "Utenti registrati ";
-$messages["add"] = "Aggiungi";
-$messages["remove"] = "Cancella";
-
-$messages["user_id"] = "Identificativo numerico Utente";
-
-$messages["new_password"] = "Nuova Password";
-$messages["has_administrator_privileges"] = "Ha privilegi di amministratore";
-$messages["related_to_the_following_blogs"] = "Relativo ai seguenti blog";
-
-$messages["add_user_to_blog_form"] = " Questo form ti consente di aggiungere un utente al tuo blog. L'utente potrà solo aggiungere o modificare i post.";
-$messages["add_user_enter_username"] = " Inserisci il nome utente che intendi aggiunger. l'utente deve essere registrato nel sito.";
-$messages["add_user_send_notification"] = "Invia una mail di notifica all'utente.";
-$messages["add_user_type_notification"] = "Scrivi un messaggio da inviare all'utente";
-
-$messages["following_users_have_permissions"] = " I seguenti utenti appartengono al blog.";
-$messages["revoke_permissions"] = "Revoca Permessi";
-
-$messages["add_blog_template"] = "Aggiungi un Template";
-$messages["manually_add_blog_template"] = "Aggiungi manualmente un Template";
-$messages["template_available_only_for_this_blog"] = "Questo template sarà disponibile solo per questo blog.";
-$messages["use_form_to_upload_blog_template"] = "Usa questo form per effettuare l'upload di un nuovo template. Se non hai i permessi di upload, usa il form successivo. I file che compongono il temlate devono essere compressi in un file zip, tar.gz o tar.bz2.";
-$messages["use_form_if_cannot_upload_blog_template"] = "Usa questo form se non puoi effettuare l'upload sul server. Il file deve essere copiato nella cartella di defaulth dei Template prima di eseguire questa operazione.";
-
-$messages["blog_templates"] = "Template";
-$messages["templates_only_available_for_this_blog"] = "Questi template sono disponibili solo per questo blog.";
-
-$messages["add_file_to_blog_template"] = "Aggiungi File al Template"; $messages["upload_file_to_blog_template"] = "Effettua l'upload del file che vuoi aggiungere al set del template.";
-
-$messages["error_user_id_incorrect"] = "Id Utente errata.";
-$messages["error_incorrect_user_id"] = $messages["error_user_id_incorrect"];
-$messages["error_fetching_user_information"] = "Errore duurante la lettura dei dati dell'utente.";
-$messages["error_password_incorrect"] = "Password troppo corta o non valida.";
-$messages["error_updating_user_settings"] = "Impossibile aggiorante le impostazioni dell'utente.";
-$messages["user_settings_updated_ok"] = "Impostazioni dell'utente \"%s\" aggiornate.";
-$messages["error_no_users_selected_to_add"] = "Non è stato selezionato alcun utente da aggiungere.";
-$messages["user_added_to_blog_ok"] = "L'utente \"%s\" è stato aggiunto al blog.";
-$messages["error_adding_user_to_blog"] = "Errore durante il tentativo di aggiungere l'utente \"%s\" al blog.";
-$messages["error_no_users_selected_to_remove"] = "Non è stato selezionato alcun utente da eliminare.";
-$messages["user_removed_from_blog_ok"] = "L'utente \"%s\" è stato rimosso dal blog.";
-$messages["error_removing_user_from_blog"] = "Errore durante la rimozione dell'utente\"%s\" dal blog.";
-
-$messages["error_incorrect_plugin_id"] = "Id plugin errato";
-$messages["error_configuring_plugin"] = "Errore durante la confifurazione del plugin: ";
-$messages["site_config_saved_ok"] = "Configurazione salvata.";
-$messages["error_saving_site_config"] = "Errore durante il salvataggio della configurazione.";
-
-$messages["error_incorrect_blog_owner"] = "L'utente selezionato non esiste.";
-$messages["error_updating_blog_settings"] = "Errore durante la modifica delle impostazioni del blog \"%s\"";
-$messages["blog_settings_updated_ok"] = "le impostazioni del blog \"%s\" sono state salvate.";
-
-$messages["error_fetching_users"] = "Errore durante la lettura degli utenti del sito.";
-
-$messages["error_fetching_blogs"] = "Errore durante la lettura dei blog del site.";
-
-$messages["error_incorrect_template_id"] = "L'Id del template non è valido o non esiste.";
-
-$messages["error_no_users_selected"] = "Non è stato selezionato alcun utente da cancellare.";
-$messages["error_could_not_find_user"] = "Non trovo l'utente \"%s\".";
-$messages["error_deleting_user"] = "Errore durante la cancellazione dell'utente\"%s\"";
-$messages["user_deleted_ok"] = "Utente \"%s\" cancellato.";
-
-$messages["error_must_give_blog_name"] = "Inserisci un nome valido per il blog.";
-$messages["error_adding_blog"] = "Errore in fase di creazione del blog.";
-$messages["blog_added_ok"] = "Il blog \"%s\" è stato creato.";
-
-$messages["error_template_not_inside_folder"] = "I file del template devono essere in una cartella.";
-$messages["error_missing_base_files"] = "Mancano alcuni file essenziali dal set.";
-$messages["error_unpacking"] = "Errore durante la decompressione del file.";
-$messages["error_forbidden_extensions"] = "Alcuni file del template sono stati protetti.";
-$messages["error_creating_working_folder"] = "Errore duarnte il controllo del template";
-$messages["error_checking_template"] = "C'è un errore con il template (code = %s)";
-$messages["error_add_template_disabled"] = "Gli utenti non sono autorizzati ad aggiungere template.";
-$messages["error_must_upload_file"] = "Devi effattuare l'upload di un file.";
-$messages["error_no_template_name"] = "devi fornire il nome del template.";
-$messages["error_uploads_disabled"] = "L'upload è disabilitato in questo sito.";
-$messages["error_installing_template"] = "Errore durante l'installazione del template.";
-$messages["template_installed_ok"] = "Il nuovo template è stato aggiunto come \"%s\".";
-
-$messages["error_adding_template_file"] = "Errore durante l'aggiunta del file di template.";
-$messages["error_file_forbidden"] = "Questo tipo di file non è consentito in questo sito.";
-$messages["error_file_too_big"] = "File troppo grande. domensione massima \"%s\" bytes.";
-$messages["template_file_added_ok"] = "File aggiunto al template \"%s\".";
-
-$messages["error_plugin_cannot_be_configured"] = "Il plugin non può essere configurato.";
-
-$messages["error_incorrect_username"] = "Nome utente sbagliato.";
-$messages["error_username_already_exists"] = "Nome utente già presente.";
-$messages["error_adding_user"] = "Errore durante l'inserimento del nuovo utente.";
-$messages["user_added_ok"] = "L'utente \"%s\" è stato aggiunto.";
-
-$messages["error_no_blogs_selected"] = "Seleziona almeno un blog da cancellare.";
-$messages["error_blog_is_default_blog"] = "\"%s\" non può essere eliminato poichè è il blog di default.";
-$messages["blog_deleted_ok"] = "Blog \"%s\"eliminato.";
-$messages["error_deleting_blog"] = "Errore durante la cancellazione del blog \"%s\".";
-
-$messages["error_no_templates_selected"] = "Non sono stati selezionati template da rimuovere.";
-$messages["error_removing_template"] = "Errore durante la cancellazione del template \"%s\"";
-$messages["template_removed_ok"] = "Template \"%s\" eliminato.";
-
-$messages["error_no_users_selected_to_remove_from_blog"] = "Non sono stati selezionati utenti da rimuovere dal blog.";
-$messages["error_removing_user_from_blog"] = "Errore durante la rimozione dell'utente \"%s\" dal blog.";
-$messages["user_removed_from_blog_ok"] = "Utente \"%s\" rimosso dal blog blog.";
-
-$messages["error_incorrect_locale_code"] = "Codice localizzazione non valido.";
-$messages["error_invalid_locale_file"] = "Il file non sembra essere un valido file di linguaggio.";
-$messages["error_adding_locale_file"] = "Errore durante l'aggiunta del nuovo file di linguaggio. Verificare la disponibilità del file e l'autorizzazione ad effettuare l'operazione.";
-$messages["locale_added_ok"] = "Linguaggio \"%s\"aggiunto.";
-$messages["error_saving_locale"] = "Errore durante il salvataggio del file di linguaggio. Verificare che la cartella abbia i permessi giusti.";
-
-$messages["error_no_locales_selected"] = "Non è stato selezionato alcun linguaggio da eliminare.";
-$messages["error_deleting_only_locale"] = "Non è possibile eliminare l'unico linguaggio presente nel sistema.";
-$messages["locale_deleted_ok"] = "Linguaggio \"%s\" eliminato.";
-$messages["error_deleting_locale"] = "Errore durante la cancellazione del file di linguaggio \"%s\"";
-$messages["error_cant_delete_default_locale"] = "\"%s\" poichè è il file di linguaggio di default.";
-
-$messages["plugin_config"] = "Configurazione Plugin";
-
-$messages["use_read_more_feature"] = "Mostrare l'intero contenuto del post nella main page? ";
-
-$messages["extended_text"] = "Questo testo sarà mostrato solo nella pagina del post";
-
-$messages["error_must_give_post_intro"] = "Devi fornire almeno un'introduzione al post.";
-$messages["error_no_albums_defined"] = "Non ci sono album in questo blog.";
-$messages["error_fetching_album"] = "Errore durante la lettura dell'album";
-$messages["comment_marked_as_spam_ok"] = "Commento marcato come spam.";
-$messages["comment_marked_as_nonspam_ok"] = "Commento marcato come non spam.";
-$messages["error_marking_comment_as_nonspam"] = "Errore durante la marcatura del commento.";
-$messages["error_marking_comment_as_spam"] = "Errore durante la marcatura del commento.";
-$messages["error_incorrect_comment_id"] = "Id commento errato.";
-$messages["error_base_storage_folder_missing_or_unreadable"] = "pLog non può creare la struttura delle cartelle dove installare le risorse. PHP potrebbe sessere installato con la modalità 'safe mode' impostata ad 'ON' o non hai i permessi per effettuare l'operazione. Puoi provare ad effettuare l'operazione manualmente, creando
-Le seguenti cartelle: <br/><br/>%s<br/><br/>Se dovessero già esistere verificahj che la tua utenza vi possa leggere e scrivere.";
-
-
-///// new help messages ////
-
-//
-// translators: this one has changed too since we now have two text boxes: one for the
-// text that we'd like to appear in the main page and another one for the text that
-// will only be shown in the 'post' page (that is, when the users clicks on the
-// permalink, for example)
-//
-$messages["newPost"] = "<p>Use this page to add a new post to your journal. You should provide a topic or subject
-for your post as well as some text for your post. Once you have finished, press the <b>'Add'</b> button and the post
-will automatically be included in your page. Please note that you have to set the status of the post
-to <b>'Published'</b> if you want it to appear in front page. Use the <b>'Draft'</b> status when you can't finish posting
-now but you would like to save what you have typed so far for later revision.</p>
-<p>The text typed in the first text box will always appear in the main page. You can use
-the second text box if you want to have some text not to be included in the main page
-but that should be shown once the users clicks on the permalink or on the
-\"Read More...\" link. This link will be automatically added to the end of the text. This
-field is not mandatory and its behaviour can be controlled in the \"Settings\" tab,
-where you can force both text text boxes to be shown in the main page.</p>
-<p>You can also classify the post under any of the categories you have previously created. Simply set
-the <b>'Category'</b> field to the one you most like.</p>
-<p>If you would like to receive an email notifying about a new post, please check the corresponding
-checkbox.</p>
-<p>Check the box where it says </b>'Find links in the post...'</b> if after adding the post, you
-would like to send trackback pings to the hosts that support it. Your post will be scanned for
-links and you will have the possibility to choose which ones to send trackback pings to.</p>";
-
-$messages["updatePost"] = $messages["newPost"];
-
-$messages["newBlogUser"] = "This option allows you to easily give editing permissions to other
-users in this blog. To do so, you only have to know its username. If you already know it,
-simply type it in the text field below and press the \"Add User\" button. If you wish, you can
-also send an email to this user (as long as he or she used the right address when
-registering) notifying him or her that he has now been granted permissions to add, edit
-and delete posts in this blog.";
-
-$messages["showBlogUsers"] = "This is a list of the users that have been given editing permissions
-in this blog. You can see their profile if you wish or you can also revoke their permissions
-by selectin them and then clicking on the \"Revoke Permissions\" button. Once you do that,
-the selected users will no longer be able to publish anything in this blog.";
-
-//
-// note to translators:
-//
-// added some additional text here to inform about the new "configure" feature
-//
-$messages["pluginCenter"] = "<p>From here you can see which plugins have been installed. For every
-plugin, you will see its identifier (the identifier you have to use when developing templates and
-want to make use of the plugin features), the author of the plugin, and some descriptive text with
-various information about the plugin, mainly how to use it.</p>
-<p>Some plugins offer also their own configuration page from wich you can modify some
-aspects of its behaviour. To access such page, please click on the \"configure\" link
-next to every plugin.</p>";
-
-$messages["configurePlugin"] = "This plugin provides some settings that can be configured
-by the user.";
-
-$messages["newBlogTemplate"] = "<p>It is possible to easily add new templates to the system. To do
-so, there are two possibilities: the template can either be uploaded as a compressed file
-(tar.gz, tar.bz2 and zip files are supported) to the server or it canbe manually
-uploaded using any available method.</p>
-<p>If the first method is chosen, the contents of the file must have all been packaged
-under a folder which will be the name given to the template.</p>
-<p>If the second method is chosen, simply upload the files to a folder under your blog-specific folder
-and type in the name of the folder in the text box below.</p>
-<p>Plugins added here will only be available to this specific below and will not be able to
-be accessed by other blogs.</p>";
-
-$messages["blogTemplates"] = "<p>This is a list with all the templates that have been added to
-this blog. If you wish to remove any of them, please select them and click on the
-\"Delete Selected\" button below the list. Once a template is deleted it cannot be
-recovered, since it is removed from the disk.</p>";
-
-$messages["adminSettings"] = "<p>These are some very basic statistics about the site.</p>";
-
-$messages["createUser"] = "<p>We can easily register new users in the system by using this form.
-We only need to provide with a valid username and a password, and optionally an email address.
-Users registered here will not be attached to any blog unless we explicitly do so in the
-\"User\" section or until we create a blog specially for this new user.</p>";
-
-$messages["editUserProfile"] = "<p>From here we can edit the profile of any user in this blog. We can
-also grant administrator privileges to the user (or revoke them). A list of the blogs to which
-the user belogs is also displayed.</p>";
-
-$messages["editSiteUsers"] = "<p>These are all the users that are registered in this site. You can see and edit
-their profile by clicking on the username or you can delete any of them by clicking on the
-checkbox of the user(s) and then click on the \"Delete Selected\" button. Once a user
-has been deleted, it can <b>not</b> be recovered, so please be careful.</p>";
-
-$messages["createBlog"] = "<p>Unlimited blogs can be added to a single installation of pLog. Users
-can use the registration script provided in the main package but administrator can also
-register new blogs by using this form. The only things needed to know are the name that will
- be given to the blog and the user who will be the owner, having the maximum privileges
- over that blog.</p>";
-
- $messages["editSiteBlogs"] = "<p>This is a list with all the blogs that have been registered
- so far in this site. Any blog can be deleted selecting it and clicking on the \"Delete
- Selected\" button. If we try to delete the blog that has been set as the default one
- (see the \"Global Settings\" tab in \"Site Admin\") we will get an error message.</p>
- <p>We can also edit the settings of any blog by clicking on it.</p>
- <p>Finally, we can edit the users that have permissions on a given blog by clicking
- on the \"Edit Users\" link</p>";
-
-$messages["editBlog"] = "<p>The settings of the blog can be edited from here in the same way
-a normal user can do. Everything is exactly the same except that administrator users can also
-change who is the owner of the blog, anytime.</p>";
-
-$messages["editBlogUsers"] = "<p>This feature allows to visually add and remove users from
-any blog. On the left side we will see a list containing all the users that have not
-been given editing privileges in this blog yet, while on the right side we will see a list of the
-users that have already been given privileges. To a user (or more than one if necessary)
-we only have to select them from the list of the left and click on the \"Add\" button. To do
-the opposite process, we will have to select the users from the list of the right and
-click on the \"Remove\" button.</p>
-<p>It is also possible to change the user who is the owner of the blog by selecting
-another from the drop-down list on top.</p>";
-
-$messages["newLocale"] = "<p>Now locales can be easily added to the site using this feature. If
-we have the possibility of uploading files, then we can use the first form, \"Upload Locale\"
-simply pointing the browser to the locale file we'd like to upload. pLog will take care
-of everything else, including copying the file to the folder with the other language files, but
-please bear in mind that the folder must be writable by the user who is running the web server in
-order for this feature to work properly. If the language file already exists, <b>it will
-be overwritten and replaced by the new one</b>.</p>
-<p>If files cannot be uploaded to the server, then the file will have to be
-manually uploaded and placed in the same folder with the other language files. Once the file
-has been placed there, we will have to type in the second form its code omitting the
-\"locale_\".</p>
-<p>Locale files must follow the naming convention of locale_ll_CC, where 'll' is the
-2-digit ISO code for the language, while CC is the 2-digit ISO code for the country. If the file
-does not conform to those rules, it will be rejected as a valid locale file.</p>";
-
-$messages["siteLocales"] = "<p>This is a list with all the language files that have been
-installed in this site. For each one of them, the encoding used by it and a brief
-description can be seen. Also, language files can be removed from the system by selecting
-them and clicking on the \"Delete Selected\" button.</p>";
-
-$messages["newTemplate"] = "<p>It is possible to easily add new templates to the system. To do
-so, there are two possibilities: the template can either be uploaded as a compressed file
-(tar.gz, tar.bz2 and zip files are supported) to the server or it can be manually
-uploaded using any available method.</p>
-<p>If the first method is chosen, the contents of the file must have all been packaged
-under a folder which will be the name given to the template.</p>
-<p>If the second method is chosen, simply upload the files to a folder under your blog-specific folder
-and type in the name of the folder in the text box below.</p>
-<p>Plugins added here will be available to <b>all</b> the blogs in this site.</p>";
-
-$messages["siteTemplates"] = "<p>This is a list with all the templates that are globally
-available to all blogs. If you wish to remove any of them, please select them and click on the
-\"Delete Selected\" button below the list. Once a template is deleted it cannot be
-recovered, since it is removed from the disk.</p>";
-
-$messages["editSiteSettings"] = "These are all the global settings that control many aspects of the
-behaviour of pLog.";
-
-$messages["newBlogTemplateFile"] = "Single files can be added to an already existing template
-set without having to upload the whole set again. Simply find the file you would like to
-upload in your disk and click on the \"Add File\" button.";
-
-// text is the same, so we can save a few bytes
-$messages["newTemplateFile"] = $messages["newBlogTemplateFile"];
-
-
-////////////////////////////////////////////
-///
-///
-/// NEW STRINGS ADDED IN 0.3!!
-///
-///
-////////////////////////////////////////////
-$messages["show_category_in_main_page"] = "Mostra questo argomento nella home page";
-$messages["welcome_resource_center"] = "Bemnvenuto nel centro risorse!";
-$messages["resource_center"] = "Centro Risorse";
-$messages["resource_albums"] = "Risorse Album";
-$messages["resources"] = "Risorse";
-$messages["add_resource"] = "Aggiungi Risorsa";
-$messages["add_album"] = "Aggiungi Album";
-$messages["album"] = "Album";
-$messages["album_name"] = "Nome Album";
-$messages["parent_album"] = "Album superiore";
-$messages["no_parent_album"] = "No album superiore";
-$messages["resource_info"] = "Informazioni Risorsa";
-$messages["size"] = "Grandezza";
-$messages["format"] = "Formato";
-$messages["dimensions"] = "Dimensioni";
-$messages["bits_per_sample"] = "Bits per pixel";
-$messages["bytes"] = "bytes";
-$messages["pixels"] = "pixels";
-$messages["time_offset"] = "Differenza oraria tra il server e te:";
-$messages["hours"] = "Ore";
-$messages["album_added_ok"] = "Nuovo album inserito.";
-$messages["name"] = "Nome";
-$messages["children"] = "Figlio";
-$messages["see"] = "Vedi";
-$messages["view"] = "Vista";
-$messages["resource_info"] = "Informazione Risorsa";
-$messages["number_of_channels"] = "Numero canali";
-$messages["length"] = "Lunghezza";
-$messages["number_of_files"] = "Numero di file";
-$messages["compressed_size"] = "Dimensione compressa";
-$messages["uncompressed_size"] = "Dimensione non compressa";
-$messages["resource_file"] = "File che vuoi aggiungere";
-$messages["add_to_album"] = "Aggiungi il file al seguente album";
-$messages["edit_resource_album"] = "Edita Risorse Album";
-$messages["error_loading_resource_album"] = "Errore durante la lettura dell'album.";
-$messages["error_album_id_parameter_missing"] = "Id Album non corretto.";
-$messages["error_album_parent_id_parameter_missing"] = "Id album superiore non trovato.";
-$messages["error_updating_resource_album"] = "Errore durante l'aggiornamento dell'album.";
-$messages["resource_album_updated_ok"] = "Album \"%s\" aggiornato.";
-$messages["error_must_give_album_name"] = "Inserire il nome dell'album.";
-$messages["error_adding_album"] = "Errore durante l'aggiunta dell'album.";
-$messages["album_added_ok"] = "Album \"%s\" aggiunto.";
-$messages["resource_added_ok"] = "Risorsa aggiunta.";
-$messages["error_resource_forbidden_extension"] = "Non è possibile aggiungere la risorsa poichè ha un'estensione proibita.";
-$messages["error_resource_too_big"] = "Non è possibile aggiungere la risorsa poichè troppo grande.";
-$messages["error_uploads_disabled"] = "Non è possibile aggiungere la risorsa poichè gli upload sono disabilitati in questo sito.";
-$messages["error_adding_resource"] = "Errore durante l'aggiunta della risorsa.";
-$messages["error_loading_resource"] = "Errore durante la lettura della risorsa";
-$messages["error_updating_resource"] = "Errore durante l'aggiornamento della risorsa.";
-$messages["resource_updated_ok"] = "Risorsa \"%s\" aggiornata.";
-$messages["error_no_resources_selected"] = "Nessuna risorsa selezionata da cancellare.";
-$messages["resource_deleted_ok"] = "Risorsa \"%s\" eliminata.";
-$messages["error_deleting_resource"] = "Errore durante la cancellazione della risorsa \"%s\".";
-$messages["error_no_resource_uploaded"] = "Non ci sono file di risorse caricati.";
-$messages["filtered_content"] = "Contenuti Filtrati";
-$messages["global_filtered_content"] = "Contenuti Filtrati Globalmente";
-$messages["block_content"] = "Filtra Contenuti";
-$messages["blocked_hosts"] = "Host Blocccati";
-$messages["global_blocked_hosts"] = "Host Bloccati Globalmente";
-$messages["block_host"] = "Blocca Host";
-$messages["security"] = "Sicurezza";
-$messages["security_welcome"] = "Benvenuto nell'area della sicurezza!";
-$messages["filtered_content_intro"] = "I seguenti contenuti/espressioni regolari sono bloccati in questo blog.";
-$messages["global_filtered_content_intro"] = "I seguenti contenuti/espressioni regolari sono bloccati a livello globale.";
-$messages["content"] = "Contenuto";
-$messages["reason"] = "Ragione";
-$messages["add_filtered_content"] = "Aggiungi Contenuti Filterati";
-$messages["add_filtered_content_intro"] = "Le parole aggiunte quì non saranno consentite in nessun commento.";
-$messages["global_add_filtered_content_intro"] = "Le parole aggiunte quì non saranno consentite in nessun commento di qualsiasi blog del sito.";
-$messages["content_to_block"] = "Contento che vuoi bloccare";
-$messages["block_this"] = "Blocca Questo";
-$messages["mask"] = "Maschera";
-$messages["access_blocked"] = "Accesso Blocccato";
-$messages["posting_blocked"] = "Posting Blocccato";
-$messages["block_host_intro"] = "Gli host agginti quì non potranno accedere solo a questo blog. Leggere l'help <a href=\"javascript:help_window('admin.php?op=Help&helpId=newBlogBlockedHost');\">cliccando quì</a> per ulteriori informazioni.";
-$messages["global_block_host_intro"] = "Gli host aggiunti quì non potranno accedere al sito. Leggere l'help <a href=\"javascript:help_window('admin.php?op=Help&helpId=newBlogBlockedHost');\">cliccando quì</a> per ulteriori informazioni.";
-$messages["block_type"] = "Tipo di Blocco";
-$messages["error_invalid_ip_address"] = "Indirizzo IP non valido.";
-$messages["error_provide_content_to_block"] = "Inserisci i contenuti da bloccare.";
-$messages["error_must_create_album_first"] = "Devi creare un album prima di aggiungere una risorsa.";
-$messages["error_resource_is_not_an_image"] = "La risorsa selezionata non è un'immagine.";
-$messages["error_generating_resource_preview"] = "Errore in fase di rigenerazione dell'anteprima.";
-$messages["resource_preview_generated_ok"] = "L'anteprima di questa risorsa è stata generata.";
-$messages["regenerate_preview"] = "Rigenera Anteprima";
-$messages["show_album"] = "Mostra Album";
-$messages["show_album_when_browsing"] = "Mostra questo album agli utenti";
-$messages["assigned_to_blog"] = "Assegna utente al seguente blog";
-$messages["clean_up"] = "Epurazione";
-$messages["purge_info"] = "La funzione di cancellazione elimina fisicamentetutti i post marcati come 'Cancellato'.";
-$messages["spam_info"] = "I commenti marcati come spam possono essere tenuti nel DB per ''addestrare'' i filtri. Appena completato il tunig dei filtri è possibile eliminarli.";
-$messages["no_spam"] = "No Spam";
-$messages["spam"] = "Spam";
-$messages["mark_as_spam"] = "Marca come spam";
-$messages["mark_as_no_spam"] = "Marca come no spam";
-$messages["enable_comments_for_post"] = "Abilita i commenti per questo post";
-$messages["close_window"] = "Chiudi Finestra";
-$messages["add_resource"] = "Aggiungi Risorsa";
-$messages["add_resource_preview"] = "Aggiungi Preview";
-$messages["add_album"] = "Aggiungi Album";
-$messages["show_main_page"] = "Mostra in Main Page";
-$messages["purge_spam_comments"] = "Cancella i commenti marcati come Spam";
-$messages["purge_posts"] = "Cancella i Posts";
-$messages["keep_spam_comments"] = "Conserva i commenti marcati come Spam";
-$messages["throw_away_spam_comments"] = "Elimina i Commenti marcati come Spam";
-$messages["error_adding_blocked_host"] = "Errore durante il bloccaggio dell'host.";
-$messages["blocked_host_added_ok"] = "Host %s aggiunto alla lista di quelli bloccati.";
-$messages["error_no_blocked_hosts_selected"] = "Non è stato selezionato alcun host da cancellare.";
-$messages["blocked_host_deleted_ok"] = "Host \"%s\" cancellato.";
-$messages["error_deleting_blocked_host"] = "Errore in fase di cancellazione dell'host bloccato \"%s\"";
-$messages["edit_blocked_host"] = "Edita Host Bloccato";
-$messages["error_fetching_blocked_host"] = "Errore leggendo l'host blocccato.";
-$messages["error_updating_blocked_host"] = "Errore in aggiornamento dell'host blocccato.";
-$messages["thumbnail_format"] = "Formato anteprima";
-$messages["same_as_image"] = "Come immagine originale";
-$messages["same"] = $messages["same_as_image"];
-
-
-
-$messages["help_locale_folder"] = "Cartella per i file di localizzazione (lingua).";
-$messages["help_default_locale"] = "Lingua di default per i nuovi blog.";
-$messages["help_xmlrpc_api_enabled"] = "Abilita o disabilita l'interfaccia XMLRPC per l'invio dei post direttaemnte dal desktop.";
-$messages["default_rss_profile"] = "RSS/RDF profile that will be used by default to generate feeds, if no special profile is specified";
-$messages["help_security_pipeline_enabled"] = "Abilita le funzioni di sicurezza.";
-$messages["help_ip_address_filter_enabled"] = "Abilita il banning di un indirizzo IP impedendogli di accedere al sito.";
-$messages["help_content_filter_enabled"] = "Abilita un semplice filtro basato su espressioni regolari per bloccare commenti che contengono determinate perole o espressioni. Il filtro Bayesiano può essere più efficiente.";
-$messages["help_maximum_comment_size"] = "Dimensione massima dei commenti.";
-$messages["help_bayesian_filter_enabled"] = "Abilita o disabilita i filtri bayesiani.";
-$messages["help_bayesian_filter_spam_probability_treshold"] = "Valore minimo a cui un commento è considerato come spam. Deve essere compreso tra 0.01 e 0.99";
-$messages["help_bayesian_filter_nonspam_probability_treshold"] = "Valore massimo Maximum a cui un commento è considerato non spam. Per valori compresi fra questi due sarà il commento sarà considerato non Spam ma forse richiederà un affianmento ulteriore";
-$messages["help_bayesian_filter_min_length_token"] = "Minima lunghezza di un token.";
-$messages["help_bayesian_filter_max_length_token"] = "Massima lunghezza di un token.";
-$messages["help_bayesian_filter_number_significant_tokens"] = "Quanti token significativi deve avere un messaggio";
-$messages["help_bayesian_filter_spam_comments_action"] = "Come gestire i commenti marcati come spam. Possono essere tenuti o respinti. La seconda opzione è preferibile.";
-$messages["help_path_to_convert"] = "il tool 'convert' di ImageMagick è richiesto nel caso in cui si utilizzi ImageMagick come software per la generazione delle anteprime.";
-$messages["help_thumbnail_height"] = "Altezza massima delel anteprime.";
-$messages["help_resources_folder"] = "Cartella in cui salvare le risorse. Puù non essere nell'albero delle cartelle pubbliche.";
-
-$messages["help_thumbnails_keep_aspect_ratio"] = "Mantenere la proporzione dell'immagine nell'anteprima.";
-$messages["help_resources_enabled"] = "Abilita o disabilita la funzione 'Risorse'.";
-$messages["help_thumbnail_method"] = "Software per la generazione delle anteprime. Se si utilizza ImageMagick, guardare di seguito (servono tools aggiuntivi).";
-$messages["help_thumbnail_width"] = "Larghezza massima anteprime.";
-$messages["external_interfaces"] = "Interfacce Esterne";
-$messages["security_settings"] = "Impostazioni Sicurezza";
-$messages["bayesian_filter_settings"] = "Impostazioni Filtri Bayesiani";
-$messages["resources_settings"] = "Impostazioni Risorse";
-$messages["help_thumbnail_format"] = "Formato di default che sarà usato durante la generazione delle anteprime.";
-$messages["edit"] = "Edita";
-$messages["blocked_content_added_ok"] = "Contenuti Bloccati aggiunti.";
-$messages["blocked_content_updated_ok"] = "Contenuti Blocccati aggiornati";
-$messages["help_disable_javascript_calendar"] ="Disabilita il calendario realizzato con javascript e DHTML usato per
-selezionare una data in fase di editing o aggiunta di un nuovo post.";
-$messages["edit_filtered_content"] = "Edita Contenuti Filtrati";
-$messages["error_updating_blocked_content"] = "Errore durante l'aggiornamento dei contenuti bloccati.";
-$messages["audio_codec"] = "Audio Codec";
-$messages["video_codec"] = "Video Codec";
-$messages["sample_rate"] = "Sample rate";
-$messages["files"] = "Files";
-$messages["created"] = "Creato";
-$messages["generated"] = "Generato";
-$messages["about"] = "About";
-$messages["menu"] = "Menu";
-$messages["albums"] = "Album";
-$messages["template_file"] = "File di Template";
-$messages["download"] = "Download";
-$messages["error_you_have_been_blocked"] = "Non sei autorizzato ad effetuare questa operazione.";
-
-//
-// help messages //
-//
-
-//
-// translators: the following help messages have changed a little since last version, due to a few
-// new features built on top of previous features
-//
-$messages["editArticleCategories"] = "<p>This is a listing with all the post categories that
-have been created so far. There must be at least one category before you can add an article, since
-every article has to be categorized under a category. The <b>'Articles'</b> column shows how many
-articles have been categorized under the given category. In the same way, a category can't be deleted
-if it has an article assigned it; you must first remove all the articles and then you will be allowed
-to remove the category.</p>
-<p>You can delete more than one category at the same time by cheching their <b>'Delete'</b> column
-and then clickin on the <b>'Delete Selected'</b> button.</p>
-<p>The <b>'Show In Main Page'</b> column shows whether this category is included in the main page or if alternatively,
-it can also be seen when clicking its link. Edit the category itself to enable/disable this feature.</p>";
-
-$messages["newArticleCategory"] = "<p>From here you can add a new post category to the blog. All
-what you need to provide is a name for the new category. Once it has been created, it will be available
-for posts to be categorized under.</p>
-<p>You can disable the 'Show cateory in main page' checkbox if you don't want this category to be shown in the
-main page of the site. If disabled, posts included in this category will only be shown when browsing this
-specific category, by clicking its link.</p>";
-
-$messages["editArticleCategory"] = "<p>Please provide a new name for the category you are updating. Also,
-define whether you would like to show posts belonging to this cateogry in the main page or not.</p>";
-
-$messages["editPost"] = "<p>Use this page to edit a post from your journal. The information from the
-post has already been provided and now you can make your changes. Once you have finished, press the <b>'Update'</b> button and the post
-will updated. Please note that you have to set the status of the post
-to <b>'Published'</b> if you want it to appear in front page. Use the <b>'Draft'</b> status when you can't finish posting
-now but you would like to save what you have typed so far for later revision.</p>
-<p>If you would like to receive an email notifying about a new post, please check the corresponding
-checkbox.</p>
-<p>More information about the different options <a href=\"admin.php?op=Help&helpId=newPost\">here</a>.</p>";
-
-$messages["blogSettings"] = "<p>From this page you can change some of the settings that control the
-behaviour or appearance of this journal. These are the settings: <ul>
-<li><b>Permanent URL</b>: This is the URL where this blog is running and that can be used to
-link to it. It can't be changed.</li>
-<li><b>Name of the blog</b>: This is a text string with a descriptive name of the blog. If using the
-default templates, it is the text displayed on top of every page.</li>
-<li><b>Long descriptive text about this blog</b>: This is a longer text that can optionally be
-displayed in some kind of page giving more detailed information about the page. It can be left
-blank if not needed.</li>
-<li><b>Language used to display the texts</b>: You can select one of the available languages. This
-language will be used to display the texts (not your own articles!) and format things like dates
-and numbers using the correct settings. More languages can be installed at any time.</li>
-<li><b>Items in the main page</b>: Set this to the number of posts you would like to have
-in the main page. The more posts, the longer it will take for users to download your page. Minimum
-number of posts it one.</li>
-<li><b>Items shown as recent</b>: Set this to the number of posts you would like to be shown as
-<b>'Recent'</b>, that is, the posts that have been posted earlier. Minimun amount is one.</li>
-<li><b>Template used to render the contents</b>: pLog allows to have more than one template
-to show the same content. You can choose here the most appropiate one for you journal, from the ones
-that have been installed by the administrator.</li>
-<li><b>Show the whole post int he main or only the part that was typed in the 'Text' box?</b>: Set this to <b>'Yes'</b> if you would like pLog
-to automatically add a 'More...' link to your posts on the main page just after the text you typed
-in the text box labeled 'Text'. The text typed in the second text box will only be shown to the user
-when clicking on the
-setting below) This feature is useful since it makes your frontpage less cluttered and also
-smaller. However, it has some problems if there is a lot of HTML code in the page.</li>
-<li><b>Enable WYSIWYG edition of texts</b>: Set this to yes if you would like to have the possibility
-to see how your posts look in real time. This feature is only available for users using either
-Internet Explorer 5.5 or higer and Mozilla 1.3b or higher.</li>
-<li><b>Enable comments</b>: Set this to yes if you would like to allow your users to make comments to your
-posts. This will globally affect all your posts and all your users.</li>
-<li><b>Order in which comments appear</b>: Set it to \"Oldest first\" if you would like to see
-the older comments first in the list, or set it to \"Newest first\" to see them in
-reverse chronological order.</li>
-<li><b>Time difference in hours between the server and you</b>: You can use this setting to make pLog automatically
-add or substract an amount of hours to each date in the blog. It is useful for example when the server where the blog
-is hosted and the person who is using it are in different time zones. Telling pLog that there is a difference of
-+3 hours, will make that all dates appear with such time difference applied.</li>
-</ul></p>";
-
-//
-// translators: the ones below are already new
-//
-$messages["resourceCenter"] = "From the resource center, you will be able to manage your files, group them in albums,
-manage those albums and edit any of them.";
-
-$messages["newResourceAlbum"] = "<p>You need at least one album to group your resources. From here you will be allowed
-to add a new album, simply providing a name and a description for it. Only the name field is mandatory, being
-the description field optional.</p>
-<p>Use the <b>'Parent album'</b> field to set whether this is a top-level album or if it is a sub-album and has
-another album as a parent.</p>";
-
-$messages["resourceAlbums"] = "<p>This is a list including all the resource albums that have been created so far
-in this site. For each album, several of its properties can be seen at a glance: its name, a link to its child
-albums (if any) and its amount, a link to its resources and its amount, whether the album is public or
-private and a checkbox to delete as many of them as needed.</p>
-<p>You can read more on the <b>'Show Album'</b> feature here <a href=\"admin.php?op=Help&helpId=editResourceAlbum\">here</a></p>";
-
-$messages["editResourceAlbum"] = "<p>From here you can edit the properties of a resource album. Almost all the fields
-are the same as <a href=\"admin.php?op=Help&helpId=newResourceAlbum\">here</a> except the
-<b>'Show album to users'</b> checkbox. If enabled, this album will be visible to users who browse our
-collection of albums and resources. If not, it will not be shown in the public side. This is useful in cases when
-we want to keep some of the albums secret and don't want users peeking at them.</p>";
-
-$messages["newResource"] = "<p>You will be able to upload new resources to your blog from this section. Any kind of file
-can be uploaded to the site but pLog is capable of handling and extracting some useful information from some
-of them, such as images, videos, zip files and music files.</p>
-<p>First of all, find the file you would like to upload. Then, provide a description for it (mandatory field)
-and finally select to which album would you like this resource to belong to. It is not possible to have a resource
-file that does not belong to any album. Once you are ready, click the <b>'Add Resource'</b> button and the file
-will be added to the blog.</p>
-<p>Please keep in mind that uploads need to be enabled for this to work, and if the blog administrator has
-set a list of forbidden file types that cannot be uploaded, the file will not be allowed in the site. The resource
-framework also needs to be enabled. All these settings can be modified by a user with administrator privileges
-from the <b>'Global Settings'</b> section.</p>
-<p>This feature requires a folder with write permission in the web server.</p>";
-
-$messages["Resources"] = "<p>From here you will have access to all the resource files that have been uplaoded
-in the blog. Files will be shown under the album to which they belong. For every resource file, it will be
-possible to edit its properties, view it as any normal user will see it and mark it for deletion. Pressing the
-<b>'Delete Selected'</b> button from the bottom of the screen will delete those resources that have been
-marked.</p>
-<p>Click the folder icon to navigate to the contents of an albu, or the <b>'Edit'</b> to go to the album
-properties page. Use the <b>'..'</b> link to go up one level. Clicking a resource name or preview (if available)
-will take you to the resource properties page where you will be able to change some of the settings of the
-selected resource.";
-
-$messages["blogSecurity"] = "From this section you will be able to edit set up some basic security mechanisms that
-are provided by pLog. The changes you make here will only affect your blog and not everybody else's.";
-
-$messages["blogFilteredContent"] = "<p>This is a list of all the rules for content filtering that have been added
-to this particular blog. Clicking any of them will take you to a page where you will be able to edit any of them.
-Use the <b>'Delete'</b> checkbox to mark any of them for deletion, and press the <b>'Delete Selected'</b> button
-once you are sure you want to delete those.</p>";
-
-$messages["newBlogFilteredContent"] = "<p>You can add here a new rule for blocking undesired content from being
-included in comments. You can use here single words or sentence or if you wish, you can use the power
-of regular expressions if you know how to use them. You can also add a description to the rule so that you remember
-in the future what it is about, but it is not a mandatory field.</p>";
-
-$messages["blogBlockedHosts"] = "This is a list with all the hosts that have been blocked so far in this blog. At
-a glance, it is possible to see for each host the reason why it was blocked, the date when it was blocked and
-the type of the block applied. Lastly, you can also select any of the host blocking rules and press the
-<b>'Delete Selected'</b> button when you are sure that you want to remove those rules.";
-
-$messages["newBlogBlockedHost"] = "<p>This section will allow you to block a specific address or entire subnet from your Blog. You can select if you want them to be able to see it, but unable to post or simply unable to access it at all. Copy the offending address into the spaces provided and choose the proper subnet address space if necessary. Example: To block just the address of 192.168.1.123 you would choose the '32 bits' option to match the entire address. This blocks just this one address and works well for banning someone with a Static IP address. If you're seeing multiple IP Addresses for a particular individual (say 192.168.1.123, 192.168.1.225, 192.168.1.21 and 192.168.1.67) then you will want to ban a particular subnet range. Enter one of the IP Addresses that you see and choose '24 bits', '16 bits' or '8 bits' to match the first 3 sections, first 2 sections or the first section respectively.<br/>
-<br/>
-<b>EXAMPLES</b>:<br/>
-<br/>
-192.168.1.123 - 32 bits: Matches only the 192.168.1.123 address<br/>
-192.168.1.123 - 24 bits: Matches any address that starts with 192.168.1<br/>
-192.168.1.123 - 16 bits: Matches any address that starts with 192.168<br/>
-192.168.1.123 - 8 bits: Matches any address that starts with 192<br/>
-</p>
-<p>The <b>'Block type'</b> drop-down list will allow you to choose whether to block this host from
-completely accessign the site (an error page will be sent to the client's browser whenever trying to access) or
-simply block it from posting new comments. If the latter is chosen, the host will still be allowed to read
-articles and other people's comments.</p>
-<p>You can also attach a reason/description to this host blocking rule, so that you can remember in the future why
-it was set up.</p>";
-
-$messages["editBlogBlockedHost"] = "You will be able to edit a host blocking rule from this section. The options
-available are exactly the same as in <a href=\"admin.php?op=Help&helpId=newBlogBlockedHost\">here</a>.";
-
-$messages["editBlogFilteredContent"] = "This page will allow you to edit a content filtering rule. The options
-are exactly the same as in <a href=\"admin.php?op=Help&helpId=newBlogFilteredContent\">here</a>.";
-
-$messages["filteredContent"] = "<p>This is a list of all the rules for content filtering that have been added
-to this site. These rules are site-wide and take precedence before any blog-specific rule that may have been
-set by blog owners. The options and its meaning is the same as
-<a href=\"admin.php?op=Help&helpId=blogFilteredContent\">here</a>.";
-
-$messages["newFilteredContent"] = "<p>You can add here a new rule for blocking undesired content from being
-included in comments. This rule will be used system-wide and will take preference before blog-specific
-rules. See <a href=\"admin.php?op=Help&helpId=newBlogFilteredContent\">this</a> for more information
-on the options.";
-
-$messages["blockedHosts"] = "This is a list with all the hosts that have been blocked so far system-wide.
-Clicking a rule IP address will allow us to edit the settings of that rule. These rules always take
-precedence over blog-speficic rules, so that if one these global rules matches a host, all the other after
-it will be ignored.";
-
-$messages["newBlockedHost"] = "From here it is possible to add a new <b>global</b> host-blocking rule. See
-<a href=\"admin.php?op=Help&helpId=newBlogBlockedHost\">here</a> for more information about the options
-available.";
-
-$messages["editBlockedHost"] = "You will be able to edit a host blocking rule from this section. The options
-available are exactly the same as in <a href=\"admin.php?op=Help&helpId=newBlogBlockedHost\">here</a>.";
-
-$messages["editFilteredContent"] = "This page will allow you to edit a content filtering rule. The options
-are exactly the same as in <a href=\"admin.php?op=Help&helpId=newBlogFilteredContent\">here</a>.";
-
-//
-// summary templates text
-//
-
-$messages["summary_title"] = "Blogs Summary";
-$messages["summary_section_main"] = "Summary";
-$messages["summary_section_main_link_title"] = "Main Page";
-$messages["summary_section_register"] = "Register!";
-$messages["summary_section_register_link_title"] = "Register a new blog";
-$messages["summary_section_blog_list"] = "Blog list";
-$messages["summary_section_blog_list_link_title"] = "Blogs hosted in this site";
-$messages["summary_section_faq"] = "F.A.Q.";
-$messages["summary_section_faq_link_title"] = "Frequently Asked Questions";
-$messages["summary_welcome_title"] = "Welcome to pLog!";
-
-$messages["summary_most_active_blogs"] = "Most active blogs";
-$messages["summary_newest_blogs"] = "Newest blogs";
-$messages["summary_most_commented_articles"] = "Most commented articles";
-$messages["summary_most_read_articles"] = "Most read articles";
-
-$messages["summary_faq"] = "Frequently Asked Questions";
-$messages["summary_faq_question"] = "What is this?";
-$messages["summary_faq_description"] = "You could use this section to add some frequently asked questions about your service. It is all up to you and this is only a suggestion so feel free to make changes :) Edit the file templates/summary/faq.template to change the contents of this page.";
-
-$messages["summary_login"] = "Log-in";
-$messages["summary_other_stuff"] = "Other Stuff";
-$messages["summary_plog_logo"] = "How about a logo here?";
-
-$messages["summary_blog_list"] = "Blog List";
-$messages["summary_last_updated"] = "Last Updated";
-$messages["summary_author"] = "Author";
-$messages["summary_articles"] = "articles";
-$messages["summary_reads"] = "reads";
-
-$messages["summary_welcome_message"] = "<h4 class=\"question\">What is this site?</h4>
- <p>You could use this area to give some information about this site.</p>
-
- <ul>
- <li>See the following links for more information: <br />
- <a href=\"summary.php?op=Faq\">FAQ</a></li>
- <li><a href=\"register.php\">Register a new blog here</a></li>
- </ul>";
-
-$messages["summary_latest_posts"] = "Latest Posts";
-$messages["summary_in"] = "in";
-$messages["summary_posted_by"] = "Posted by";
-
-//
-// register templates text
-//
-$messages["register_error"] = "Error";
-$messages["register_error_message"] = "There has been an error:";
-$messages["register_errors"] = "There were some errors during the process, please have a look:";
-$messages["register_new_blog_step1_title"] = "Register a new blog (1/3)";
-$messages["register_step1_fill_in_title"] = "Please fill in this form to create a new blog in this site.";
-$messages["register_step1_description"] = "<p>
-First of all, we need to create a user for you. Please choose a username (which should not exist in the system but if it does, we will let you know) This user will be considered as the owner of the blog and will have full powers over it.
-</p>
-<p>
-And please do not forget your password! There is no way it can be recovered once you have signed up.
-</p>";
-$messages["register_step1_legend"] = "Please fill in the following fields";
-$messages["register_username"] = "Username:";
-$messages["register_password"] = "Password:";
-$messages["register_password_confirmation"] = "Confirm password:";
-$messages["register_email"] = "Email address:";
-$messages["register_email_comment"] = "(user for notifications of new comments)";
-
-$messages["register_next"] = "Next »";
-
-$messages["register_new_blog_step2_title"] = "Register a new blog (2/3)";
-$messages["register_user_created"] = "Your new user has been successfully created! Now we can proceed and create your new personal blog.";
-$messages["register_step2_description"] = " <p>
- The only thing we need to know is the name you would like to give to your diary. Later on once this
- process is complete, you will be able to change things like its description, but now that is not needed.
- </p>";
-$messages["register_step2_blog_name"] = "Name of your new blog:";
-
-$messages["register_new_blog_step4_title"] = "Thank you! (3/3)";
-$messages["register_new_blog_step3_description"] = "
- <p>
- Registration is complete. Your new user and diary have been registered successfully in this site,
- and you can log in now into your blog and start blogging!
- </p>";
-$messages["register_step4_admin_link"] = "
- <p>
- Click here <a href=\"admin.php\">to go the admin interface</a>, if you want to start blogging.
- </p>";
-$messages["register_step4_blog_link1"] = "
- <p>
- Or click <a href=\"";
-
-$messages["register_step4_blog_link2"] = "
-\">here to go and see your new blog</a>.
- </p>";
-
-$messages["register_step4_final_message"] = "
- <p>
- Happy blogging!
- </p>";
-
-
-$messages["register_error_incorrect_username"] = "Incorrect user name, please try again.<br/>";
-$messages["register_error_incorrect_email"] = "Email address is invalid, please try again. <br/>";
-$messages["register_error_user_already_exist"] = "There is already a user with that name, please try again.<br/>";
-$messages["register_error_incorrect_password"] = "Password is invalid, please try again. <br/>";
-$messages["register_error_passwords_dont_match"] = "Passwords do not match, please try again. <br/>";
-$messages["register_error_adding_user"] = "Error adding the user: ";
-$messages["register_error_creating_blog"] = "There was an error creating the new blog";
-$messages["register_error_blog_name"] = "You should choose a better name for the blog.<br/>" ;
-?>
Deleted: plog/trunk/locale/locale_ja_JP.php
===================================================================
--- plog/trunk/locale/locale_ja_JP.php 2005-01-29 15:29:38 UTC (rev 872)
+++ plog/trunk/locale/locale_ja_JP.php 2005-01-29 15:52:14 UTC (rev 873)
@@ -1,1387 +0,0 @@
-<?php
-
-// Japanese locale file for pLog0.3
-// localized by CMS-Labo CMS¸¦µæ½ê http://www.chipmunk.gr.jp/
-// ¤³¤ÎpLog0.3ÍÑÆüËܸì¥Õ¥¡¥¤¥ë¤ÇÉÔÈ÷¤ÊÅÀ¤¬¤¢¤ê¤Þ¤·¤¿¤é¡¢¾åµ¥µ¥¤¥È¤Þ¤Ç¤´Ï¢Íí²¼¤µ¤¤¡£
-//
-
-// set this to the encoding that should be used to display the pages correctly
-$messages["encoding"] = "EUC-JP";
-$messages["locale_description"] = "pLog0.3 Japanese locale file for EUC-JP Version";
-// days of the week
-$messages["days"] = Array( "Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday" );
-// -- compatibility, do not touch -- //
-$messages["Monday"] = $messages["days"][1];
-$messages["Tuesday"] = $messages["days"][2];
-$messages["Wednesday"] = $messages["days"][3];
-$messages["Thursday"] = $messages["days"][4];
-$messages["Friday"] = $messages["days"][5];
-$messages["Saturday"] = $messages["days"][6];
-$messages["Sunday"] = $messages["days"][0];
-
-// abbreviations
-$messages["daysshort"] = Array( "Su", "Mo", "Tu", "We", "Th", "Fr", "Sa" );
-// -- compatibility, do not touch -- //
-$messages["Mo"] = $messages["daysshort"][1];
-$messages["Tu"] = $messages["daysshort"][2];
-$messages["We"] = $messages["daysshort"][3];
-$messages["Th"] = $messages["daysshort"][4];
-$messages["Fr"] = $messages["daysshort"][5];
-$messages["Sa"] = $messages["daysshort"][6];
-$messages["Su"] = $messages["daysshort"][0];
-
-// months of the year
-$messages["months"] = Array( "January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December" );
-// -- compatibility, do not touch -- //
-$messages["January"] = $messages["months"][0];
-$messages["February"] = $messages["months"][1];
-$messages["March"] = $messages["months"][2];
-$messages["April"] = $messages["months"][3];
-$messages["May"] = $messages["months"][4];
-$messages["June"] = $messages["months"][5];
-$messages["July"] = $messages["months"][6];
-$messages["August"] = $messages["months"][7];
-$messages["September"] = $messages["months"][8];
-$messages["October"] = $messages["months"][9];
-$messages["November"] = $messages["months"][10];
-$messages["December"] = $messages["months"][11];
-
-$messages["message"] = "¥á¥Ã¥»¡¼¥¸";
-$messages["error"] = "¥¨¥é¡¼";
-
-$messages["date"] = "Date";
-
-// miscellaneous texts
-$messages["of"] = "of";
-$messages["recently"] = "ºÇ¿·µ»ö...";
-$messages["comments"] = "¥³¥á¥ó¥È";
-$messages["comment on this"] = "¥³¥á¥ó¥È";
-$messages["my_links"] = "my Links";
-$messages["archives"] = "¥¢¡¼¥«¥¤¥ô";
-$messages["search"] = "¸¡º÷";
-$messages["calendar"] = "¥«¥ì¥ó¥À¡¼";
-$messages["editLinkCategories"] = "¥«¥Æ¥´¥ê¡¼";
-$messages["search_s"] = "¸¡º÷";
-$messages["link_tracker"] = "Link Tracker";
-$messages["search_this_blog"] = "blogÆâ¤Î¸¡º÷¡§";
-$messages["about_myself"] = "»ä¤Ïï¡©";
-$messages["permalink_title"] = "Permanent link to the archives";
-$messages["permalink"] = "Permalink";
-$messages["posted_by"] = "Åê¹Æ¼Ô";
-$messages["on_the"] = "on the";
-$messages["page"] = "¥Ú¡¼¥¸";
-$messages["posted"] = "posted";
-
-$messages["reply"] = "ÊÖ¿®";
-
-
-// add comment form
-$messages["add_comment"] = "¥³¥á¥ó¥ÈºîÀ®";
-$messages["comment_topic"] = "¥È¥Ô¥Ã¥¯";
-$messages["comment_text"] = "¥Æ¥¥¹¥È";
-$messages["comment_username"] = "¤¢¤Ê¤¿¤Î̾Á°";
-$messages["comment_email"] = "E-Mail¡Ê¤¢¤ì¤Ð¡Ë";
-$messages["comment_url"] = "URL¡Ê¤¢¤ì¤Ð¡Ë";
-$messages["comment_send"] = "Á÷¿®";
-$messages["comment_added"] = "¥³¥á¥ó¥È¤ò¼õÉÕ¤±¤Þ¤·¤¿¡ª";
-$messages["comment_add_error"] = "¥¨¥é¡¼¡§¥³¥á¥ó¥È¤òºîÀ®¤Ç¤¤Þ¤»¤ó¤Ç¤·¤¿";
-
-
-$messages["article_does_not_exist"] = "µ»ö¤Ï¤¢¤ê¤Þ¤»¤ó";
-$messages["no_posts_found"] = "Åê¹Æµ»ö¤Ï¸«ÉÕ¤«¤ê¤Þ¤»¤ó¤Ç¤·¤¿";
-$messages["user_has_no_posts_yet"] = "Åê¹Æ¤·¤¿¤â¤Î¤Ï¤¢¤ê¤Þ¤»¤ó";
-
-$messages["info_about_myself"] = "¤½¤Î¾¤Î¾ðÊó...";
-$messages["back"] = "Ìá¤ë";
-
-$messages["back_top"] = "¥È¥Ã¥×¤ËÌá¤ë";
-
-$messages["post"] = "post";
-
-$messages["trackbacks_for_article"] = "¥È¥é¥Ã¥¯¥Ð¥Ã¥¯¤Îµ»ö¥¿¥¤¥È¥ë";
-$messages["trackback_excerpt"] = "Excerpt";
-$messages["trackback_weblog"] = "Weblog";
-
-$messages["search_results"] = "¸¡º÷·ë²Ì";
-$messages["search_matching_results"] = "¼¡¤Îµ»ö¤Ï¡¢¤¢¤Ê¤¿¤Î¸¡º÷¸ì¤È°ìÃפ·¤Þ¤·¤¿¡§";
-$messages["search_no_matching_posts"] = "°ìÃפ¹¤ëµ»ö¤Ï¸«ÉÕ¤«¤ê¤Þ¤»¤ó¤Ç¤·¤¿";
-
-$messages["see_all_link"] = "Á´¤Æ¤Îµ»ö¤ò¸«¤ë¤Ë¤Ï¡¢¤³¤³¤ò¥¯¥ê¥Ã¥¯¤·¤Æ²¼¤µ¤¤";
-
-$messages["read_more"] = "¡Ê³¤...¡Ë";
-
-$messages["anonymous_poster"] = "ƿ̾Åê¹Æ¼Ô";
-
-$messages["syndicate"] = "SYNDICATE";
-
-$messages["main"] = "Main";
-
-////// error messages /////
-$messages["error_fetching_article"] = "»ØÄꤷ¤¿µ»ö¤ò¸«¤Ä¤±¤ë¤³¤È¤¬¤Ç¤¤Þ¤»¤ó¤Ç¤·¤¿¡£";
-$messages["error_fetching_articles"] = "µ»ö¤ò¼èÆÀ¤¹¤ë»ö¤¬½ÐÍè¤Þ¤»¤ó¤Ç¤·¤¿¡£";
-$messages["error_trackback_no_trackback"] = "¤³¤Îµ»ö¤ËTrackback¤Ï¤¢¤ê¤Þ¤»¤ó¡£";
-$messages["error_incorrect_article_id"] = "µ»ö¤ò¸«¤Ä¤±¤ë»ö¤¬½ÐÍè¤Þ¤»¤ó¤Ç¤·¤¿¡£";
-$messages["error_incorrect_blog_id"] = "¥¸¥ã¡¼¥Ê¥ë¤ò¸«¤Ä¤±¤ë»ö¤¬½ÐÍè¤Þ¤»¤ó¤Ç¤·¤¿¡£";
-$messages["error_comment_without_text"] = "¥Æ¥¥¹¥È¤òÆþÎϤ·¤Æ²¼¤µ¤¤¡£";
-$messages["error_comment_without_name"] = "̾Á°¤òÆþÎϤ·¤Æ²¼¤µ¤¤¡£";
-$messages["error_adding_comment"] = "¥¨¥é¡¼¡§¥³¥á¥ó¥È¤òºîÀ®¤¹¤ë»ö¤¬½ÐÍè¤Þ¤»¤ó¤Ç¤·¤¿¡£";
-$messages["error_incorrect_parameter"] = "¥Ñ¥é¥á¡¼¥¿¡¼¤¬Àµ¤·¤¯¤¢¤ê¤Þ¤»¤ó¡£";
-$messages["error_parameter_missing"] = "Í׵ᤵ¤ì¤¿Ãæ¤ËÀµ¤·¤¯¤Ê¤¤¥Ñ¥é¥á¡¼¥¿¡¼¤¬Â¸ºß¤·¤Þ¤¹¡£";
-$messages["error_blog_has_no_links"] = "¤³¤Îblog¤Ë¥ê¥ó¥¯¤Ï¤¢¤ê¤Þ¤»¤ó¡£";
-$messages["error_comments_not_enabled"] = "¤³¤Î¥µ¥¤¥È¤Ç¤Ï¥³¥á¥ó¥È¤¬Ìµ¸ú¤È¤Ê¤Ã¤Æ¤Þ¤¹¡£";
-
-///////////////// //////////////////
-///////////////// STRINGS FOR THE ADMINISTRATION INTERFACE //////////////////
-///////////////// //////////////////
-
-
-////// help messages for the administration interface /////
-$messages["help_newPost"] = "<p>Use this page to add a new post to your journal. You should provide a topic or subject
-for your post as well as some text for your post. Once you have finished, press the <b>'Add'</b> button and the post
-will automatically be included in your page. Please note that you have to set the status of the post
-to <b>'Published'</b> if you want it to appear in front page. Use the <b>'Draft'</b> status when you can't finish posting
-now but you would like to save what you have typed so far for later revision.</p>
-<p>You can also classify the post under any of the categories you have previously created. Simply set
-the <b>'Category'</b> field to the one you most like.</p>
-<p>If you would like to receive an email notifying about a new post, please check the corresponding
-checkbox.</p>
-<p>Check the box where it says </b>'Find links in the post...'</b> if after adding the post, you
-would like to send trackback pings to the hosts that support it. Your post will be scanned for
-links and you will have the possibility to choose which ones to send trackback pings to.</p>";
-
-$messages["addPost"] = "<p>Your post has been successfully added to the database. Now you can select
-to which hosts you would like to send a trackback ping, so that they know you have written about them
-and can <i>track you back</i>.</p>";
-
-$messages["editComments"] = "There are all the comments that have been posted for the given post. Comments
-can not be edited but they can be deleted. The only mandatory field when posting comments is the
-\"name\" field, so the E-mail and Url columns could be empty. The IP Address field is the
-original IP address where this comment was posted from. You can delete
-as many as you need by checking the corresponding <b>'Delete'</b> checkbox and pressing the
-<b>'Delete selected'</b> button.";
-
-$messages["postStats"] = "<p>These are the statistics about the selected post. The first one is how
-many times this article has been read, but please keep in mind that this statistic might be
-meaningless if you have disabled the <b>'Read more...'</b> feature in the <b>'Blog Settings'</b>
-section.</p>
-<p>The referers are the urls of all the hosts that visited this post, and the trackbacks table represents
-how many trackback pings have been received for this post. They can't be deleted or modified.</p>";
-
-$messages["help_editLinks"] = "<p>This is a list with all the links that have been added. Like posts, every
-link can be sorted in different categories and then displayed in the main page for visitors to see.</p>
-<p>For every link, you will see here its name, the url where it is pointing to and under which category
-it has been sorted. Finally you can also delete any of the links.</p>";
-
-$messages["help_newLink"] = "<p>You can add a new link from here. You have to provide at least a valid
-url and a name for the link. The description field is optional but useful to have more information
-about the link. You need at least one link category before you can add any link.</p>";
-
-$messages["help_editLinkCategories"] = "<p>This is a list with all the link categories that have been
-created. Like with posts, you need at least one link category before you can add any link. Clicking
-on the <b>'Links'</b> column will show all the links that belong to the category.</p>";
-
-$messages["help_newLinkCategory"] = "<p>The only thing you need to provide in order to have a new
-link category is a descriptive name for the category. Once the link category has been created,
-it will be available for links to be categorized under.</p>";
-
-$messages["help_userSettings"] = "<p>Things related to your user profile can be changed from this
-page. Please note that your username cannot be changed.<ul>
-<li><b>Password, Confirm Password</b>: If you would like to change your password, please type it in
-the first text box. Do the same in the second box to confirm that you entered the same password.</li>
-<li><b>Email address</b>: Please set this to a valid email address if you would like to use features
-such as the notification when a comment is received to a post. It is used only for internal
-purposes and will not be publicly displayed.</li>
-<li><b>Bio</b>: You can type here some information about yourself. It can be left empty.</li>
-</ul></p>";
-
-$messages["help_Stats"] = "<p>You can see from here all the referers that have hit this site in the past.
-The <b>'Article'</b> column reflects which article was visited by the referer or the value <b>'0'</b>
-if the referer visited the main page or any other page which was not an article. Finally, the
-<b>'Last hit date'</b> column is the time of the last hit received from that referer.</p>";
-
-$messages["editLink"] = "<p>You have to provide at least a url and a name for the link. The link must also
-be categorized under a category.</p>";
-
-$messages["editLinkCategory"] = "Please provide a new name for the link category you are updating.</p>";
-
-$messages["blogSelect"] = "¥á¥Ë¥å¡¼¤«¤é¥ª¥Ú¥ì¡¼¥·¥ç¥ó¤Î1¤Ä¤òÁª¤ó¤Ç¤¯¤À¤µ¤¤¡£";
-
-$messages["Error"] = "Í׵ᤵ¤ì¤¿¥ª¥Ú¥ì¡¼¥·¥ç¥óÃæ¤Ë¥¨¥é¡¼¤¬¤¢¤ê¤Þ¤·¤¿¡£ ¥¨¥é¡¼¤Ë´Ø¤¹¤ë¤è¤ê¿¤¯¤Î¾ðÊó¤Ï¥á¥¤¥ó¥Ú¡¼¥¸¤ò¸«¤Æ²¼¤µ¤¤¡£";
-
-$messages["Message"] = "¥á¥Ã¥»¡¼¥¸¤Ë´Ø¤¹¤ë¤è¤ê¿¤¯¤Î¾ðÊó¤Ï¥á¥¤¥ó¥Ú¡¼¥¸¤ò¸«¤Æ¤¯¤À¤µ¤¤¡£";
-
-//////// strings for the administration interface ///////
-
-
-
-$messages["admin_interface_title"] = "pLog ´ÉÍý¼Ô²èÌÌ";
-$messages["administration"] = "´ÉÍýÀßÄê";
-$messages["help"] = "Help";
-$messages["plog_help"] = "pLog Help";
-$messages["newPost"] = "¿·µ¬Åê¹Æ";
-$messages["editPosts"] = "Åê¹Æ°ìÍ÷";
-$messages["editArticleCategories"] = "¥«¥Æ¥´¥ê¡¼";
-$messages["admin_links"] = "¥ê¥ó¥¯";
-$messages["editLinkCategories"] = "¥ê¥ó¥¯ ¥«¥Æ¥´¥ê¡¼";
-$messages["settings"] = "ÀßÄê";
-$messages["Logout"] = "¥í¥°¥¢¥¦¥È";
-
-// new post page
-$messages["topic"] = "¥È¥Ô¥Ã¥¯";
-$messages["text"] = "¥Æ¥¥¹¥È";
-$messages["category"] = "¥«¥Æ¥´¥ê¡¼";
-$messages["status"] = "¥¹¥Æ¡¼¥¿¥¹";
-$messages["post_status_draft"] = "Èó¸ø³«";
-$messages["post_status_published"] = "¸ø³«";
-$messages["post_status_deleted"] = "ºï½ü";
-$messages["post_status_all"] = "Á´¤Æ";
-$messages["send_notification"] = "¥³¥á¥ó¥È¤¬¤¢¤ì¤Ð¥á¡¼¥ëÄÌÃΤ¹¤ë";
-$messages["send_trackback_pings"] = "Åê¹ÆÆâÍÆ¤«¤é¥ê¥ó¥¯¤ò¸«ÉÕ¤±¤ÆTrackback ping¤òÁ÷¤ê¤Þ¤¹¡£";
-$messages["add_post"] = "Åê¹Æ¤¹¤ë";
-
-$messages["xmlrpc_ping_ok"] = "XML-RPC Ping¤ÏÁ÷¤é¤ì¤Þ¤·¤¿ ";
-$messages["error_sending_xmlrpc_ping"] = "¥¨¥é¡¼¡§XML-RPC Ping¤ÏÁ÷¤é¤ì¤Þ¤»¤ó¤Ç¤·¤¿ ";
-$messages["error_sending_xmlrpc_ping_message"] = "¥¨¥é¡¼¥á¥Ã¥»¡¼¥¸¡§ ";
-
-$messages["preview"] = "¥×¥ì¥Ó¥å¡¼";
-$messages["post_added"] = "Åê¹Æ¤ò¼õÉÕ¤±¤Þ¤·¤¿";
-$messages["you_will_be_notified"] = "¾°¡¢¤³¤ÎÅê¹Æ¤Ë¥³¥á¥ó¥È¤¬Á÷¤é¤ì¤¿¾ì¹ç¤Ï¡¢¤¢¤Ê¤¿¤Ë¥á¡¼¥ëÄÌÃΤµ¤ì¤Þ¤¹¡£";
-$messages["post_added_not_published"] = "Åê¹Æ¤Ï¼õÉÕ¤±¤Þ¤·¤¿¤¬¸ø³«¤µ¤ì¤Þ¤»¤ó¤Ç¤·¤¿¡£";
-$messages["error_adding_post"] = "¥¨¥é¡¼¡§Åê¹Æ¤ò¼õÉÕ¤±¤ë»ö¤¬½ÐÍè¤Þ¤»¤ó¤Ç¤·¤¿¡ª";
-$messages["error_must_fill_all_fields"] = "Á´¤Æ¤Î¹àÌܤ˵Æþ¤·¤Æ²¼¤µ¤¤¡ª";
-$messages["error_must_have_one_category"] = "Åê¹Æ¤òºîÀ®¤¹¤ëÁ°¤Ë¡¢¾¯¤Ê¤¯¤È¤â£±¤Ä¤Î¥«¥Æ¥´¥ê¡¼¤òºîÀ®¤·¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó";
-
-// send trackbacks page
-$messages["send_trackback_pings"] = "Trackback Ping¤òÁ÷¤ë";
-$messages["links_found"] = "¤¢¤Ê¤¿¤ÎÅê¹ÆÆâ¤Ë¥ê¥ó¥¯¤ò¸«¤Ä¤±¤Þ¤·¤¿¡£Tackback ping¤òÁ÷¤Ã¤ÆÍߤ·¤¤¤â¤Î¤Ë¥Á¥§¥Ã¥¯¤òÆþ¤ì¤Æ²¼¤µ¤¤¡Ê»þ´Ö¤ò¤È¤ë¾ì¹ç¤¬¤¢¤ê¤Þ¤¹¡£¤´Ãí°Õ²¼¤µ¤¤¡Ë";
-$messages["trackbacks_no_urls_selected"] = "URL¤¬ÁªÂò¤µ¤ì¤Þ¤»¤ó¤Ç¤·¤¿¤Î¤ÇTrackback ping¤ÏÁ÷¤é¤ì¤Þ¤»¤ó¤Ç¤·¤¿¡£";
-$messages["trackbacks_received_ok"] = "¼¡¤Î¥Û¥¹¥È¤ÏTrackback ping¤ò¼õ¤±¼è¤ê¤Þ¤·¤¿¡§";
-$messages["trackbacks_no_trackback"] = "¼¡¤Î¥ê¥ó¥¯¤Ï͸ú¤ÊTrackback URL¤ò»ý¤Ã¤Æ¤Þ¤»¤ó¤Ç¤·¤¿¡§ ";
-$messages["trackbacks_problems_sending"] = "¼¡¤Î¥Û¥¹¥È¤Î¤â¤È¤ØTrackback ping¤òÁ÷¤ë´Ö¤Ë¡¢¤¤¤¯¤Ä¤«¤ÎÌäÂ꤬¤¢¤ê¤Þ¤·¤¿¡£ºÆÅÙÁ÷¿®¤¹¤ë»ö¤¬¤Ç¤¤Þ¤¹¡£";
-$messages["trackbacks_received_all_hosts"] = "Á´¤Æ¤Î¥Û¥¹¥È¤ÏTrackback ping¤ò¼õ¤±¼è¤ê¤Þ¤·¤¿¡£";
-$messages["ping_selected"] = "Ping¤òÁ÷¤ë";
-
-// edit posts
-$messages["author"] = "Åê¹Æ¼Ô";
-$messages["category_all"] = "Á´¤Æ";
-$messages["author_all"] = "Á´¤Æ";
-$messages["update"] = "¹¹¿·";
-$messages["date"] = "Æü»þ";
-$messages["help_Stats"] = "¥¹¥Æ¡¼¥¿¥¹";
-$messages["delete"] = "ºï½ü";
-
-$messages["delete_selected"] = "Âоݤòºï½ü";
-
-// edit post
-$messages["edit_post"] = "µ»ö¤ÎÊÔ½¸";
-$messages["error_getting_post_to_update"] = "¥¨¥é¡¼¡§ÁªÂò¤µ¤ì¤¿µ»ö¤ò¹¹¿·¤¹¤ë»ö¤¬¤Ç¤¤Þ¤»¤ó¤Ç¤·¤¿¡£";
-$messages["error_updating_post_in_database"] = "¥¨¥é¡¼¡§µ»ö¤ò¹¹¿·¤Ç¤¤Þ¤»¤ó¤Ç¤·¤¿¡£";
-$messages["post_successfully_updated"] = "µ»ö¤ò¹¹¿·¤·¤Þ¤·¤¿¡£";
-$messages["notification_removed"] = "¤³¤Îµ»ö¤Î¥³¥á¥ó¥ÈÄÌÃε¡Ç½¤¬²ò½ü¤µ¤ì¤Þ¤·¤¿¡£";
-
-// post statistics
-$messages["statistics_for_post"] = "µ»ö¥¹¥Æ¡¼¥¿¥¹ ";
-$messages["error_fetching_post"] = "¥¨¥é¡¼¡§µ»ö¤ò¼èÆÀ¤¹¤ë»ö¤¬½ÐÍè¤Þ¤»¤ó¤Ç¤·¤¿¡£";
-$messages["times_post_has_been_read"] = "±ÜÍ÷²ó¿ô¡§ ";
-$messages["referers"] = "¥ê¥Õ¥¡¥é¡¼";
-$messages["id"] = "ID";
-$messages["url"] = "URL";
-$messages["hits"] = "¥Ò¥Ã¥È";
-$messages["trackbacks"] = "Trackbacks";
-
-// post comments
-$messages["error_fetching_comments"] = "¥¨¥é¡¼¡§¥³¥á¥ó¥È¤ò¼èÆÀ¤Ç¤¤Þ¤»¤ó¤Ç¤·¤¿";
-$messages["comments_for_post"] = "µ»ö¤Ø¤Î¥³¥á¥ó¥È ";
-$messages["email"] = "E-Mail";
-$messages["ip_address"] = "IP¥¢¥É¥ì¥¹";
-
-// delete comments
-//*** NEW ***//
-// please remove these comments after translating these lines
-$messages["error_no_comments_selected"] = "ºï½ü¤¹¤ë¥³¥á¥ó¥È¤¬ÁªÂò¤µ¤ì¤Æ¤Þ¤»¤ó¡£";
-$messages["error_deleting_comment"] = "¥¨¥é¡¼¡§¥³¥á¥ó¥È¤òºï½ü¤¹¤ë»ö¤¬¤Ç¤¤Þ¤»¤ó¤Ç¤·¤¿¡£ ";
-$messages["comment_deleted_ok"] = "¥È¥Ô¥Ã¥¯\"%s\"¤Î¥³¥á¥ó¥È¤Ïºï½ü¤µ¤ì¤Þ¤·¤¿¡£";
-//*** NEW ***//
-// please remove these comments after translating these lines
-
-
-// categories list
-$messages["category_name"] = "̾Á°";
-
-// removing posts
-$messages["post_cannot_be_deleted"] = "µ»ö¤òºï½ü¤¹¤ë»ö¤Ï¤Ç¤¤Þ¤»¤ó";
-$messages["no_posts_selected"] = "¥¨¥é¡¼¡§ºï½ü¤¹¤ëµ»ö¤¬ÁªÂò¤µ¤ì¤Æ¤Þ¤»¤ó¡£";
-// %s = subject of the post, %d = identifier of the post. feel free to change its order
-// but if you remove them there will be no information about which post was removed...
-$messages["error_deleting_post"] = "¥¨¥é¡¼¡§µ»ö¤Îºï½ü \"%s\" (id = %d)";
-$messages["post_deleted_ok"] = "µ»ö \"%2\$s\" ¤Ïºï½ü¤µ¤ì¤Þ¤·¤¿ (id = %1\$d)";
-
-// delete categories
-$messages["no_categories_selected"] = "¥¨¥é¡¼¡§ºï½ü¤¹¤ë¥«¥Æ¥´¥ê¡¼¤¬ÁªÂò¤µ¤ì¤Æ¤Þ¤»¤ó¡£";
-$messages["error_category_has_articles"] = "¤³¤Î¥«¥Æ¥´¥ê¡¼¤Ë£±¤Ä°Ê¾å¤Îµ»ö¤¬¤¢¤ë¤Î¤Ç¡¢¥«¥Æ¥´¥ê¡¼ \"%s\" ¤òºï½ü¤¹¤ë»ö¤¬¤Ç¤¤Þ¤»¤ó¤Ç¤·¤¿¡£µ»ö¤òºï½ü¤·¡¢ºÆ¤Ó»î¤ß¤Æ¤¯¤À¤µ¤¤¡£";
-$messages["error_deleting_category"] = "¥¨¥é¡¼¡§¥«¥Æ¥´¥ê¡¼ \"%s\" ¤òºï½ü¤Ç¤¤Þ¤»¤ó¤Ç¤·¤¿¡£";
-$messages["category_deleted_ok"] = "¥«¥Æ¥´¥ê¡¼ \"%s\" ¤òºï½ü¤·¤Þ¤·¤¿¡£";
-
-// add category
-$messages["newArticleCategory"] = "¿·µ¬¥«¥Æ¥´¥ê¡¼ºîÀ®";
-$messages["add_new_category_info"] = "¿·¤·¤¤¥«¥Æ¥´¥ê¡¼¤Ë͸ú¤Ê̾Á°¤òÆþÎϤ·¤Æ²¼¤µ¤¤¡£";
-//*** NEW ***//
-// please remove these comments after translating these lines
-$messages["category_added_ok"] = "¥«¥Æ¥´¥ê¡¼¤òºîÀ®¤·¤Þ¤·¤¿¡£";
-$messages["error_adding_article_category"] = "¥¨¥é¡¼¡§¥«¥Æ¥´¥ê¡¼¤òºîÀ®¤Ç¤¤Þ¤»¤ó¤Ç¤·¤¿¡£";
-//*** NEW ***//
-// please remove these comments after translating these lines
-
-// edit categories
-$messages["edit_category"] = "¥«¥Æ¥´¥ê¡¼¤ÎÊÔ½¸";
-$messages["please_provide_valid_category_name"] = "¥«¥Æ¥´¥ê¡¼¤Ë͸ú¤Ê̾Á°¤òÆþÎϤ·¤Æ²¼¤µ¤¤¡£";
-
-// edit category
-//*** NEW ***//
-// please remove these comments after translating these lines
-$messages["error_incorrect_category_id"] = "¥«¥Æ¥´¥ê¡¼¤òǧ¼±¤Ç¤¤Þ¤»¤ó¤Ç¤·¤¿";
-//*** NEW ***//
-// please remove these comments after translating these lines
-
-// update the category
-$messages["error_fetching_category"] = "¥¨¥é¡¼¡§¥«¥Æ¥´¥ê¡¼¤ò¼èÆÀ¤Ç¤¤Þ¤»¤ó¤Ç¤·¤¿¡£";
-$messages["error_updating_category"] = "¥«¥Æ¥´¥ê¡¼¤ò¹¹¿·¤¹¤ë´Ö¤Ë¥¨¥é¡¼¤¬¤¢¤ê¤Þ¤·¤¿¡£";
-//*** NEW ***//
-// please remove these comments after translating these lines
-$messages["error_empty_category_name"] = "¥«¥Æ¥´¥ê¡¼¤Ë͸ú¤Ê̾Á°¤òÆþ¤ì¤Æ²¼¤µ¤¤¡£";
-//*** NEW ***//
-// please remove these comments after translating these lines
-$messages["category_updated_ok"] = "¥«¥Æ¥´¥ê¡¼¤ò¹¹¿·¤·¤Þ¤·¤¿¡£";
-
-// edit links
-$messages["link_name"] = "̾Á°";
-$messages["link_url"] = $messages["url"];
-$messages["link_category"] = $messages["category"];
-$messages["link_description"] = "ÀâÌÀ";
-$messages["editLinks"] = "¥ê¥ó¥¯";
-
-// edit a link
-$messages["error_provide_name_and_url"] = "¥ê¥ó¥¯¤Ë̾Á°¤ª¤è¤ÓURL¤òÆþÎϤ·¤Æ²¼¤µ¤¤¡£";
-$messages["error_invalid_link_id"] = "¤³¤Î¥ê¥ó¥¯¤Ï̵¸ú¤«¤¢¤ë¤¤¤Ï¸«¤¢¤¿¤ê¤Þ¤»¤ó¡£";
-$messages["error_fetching_link"] = "¥ê¥ó¥¯¤ò¼èÆÀ¤¹¤ë»ö¤¬¤Ç¤¤Þ¤»¤ó¤Ç¤·¤¿¡£";
-$messages["error_updating_link"] = "¥ê¥ó¥¯¤ò¹¹¿·¤¹¤ë»ö¤¬¤Ç¤¤Þ¤»¤ó¤Ç¤·¤¿¡£";
-$messages["link_updated_ok"] = "¥ê¥ó¥¯¤ò¹¹¿·¤·¤Þ¤·¤¿¡ª";
-$messages["error_fetching_link_categories"] = "¥ê¥ó¥¯¥«¥Æ¥´¥ê¡¼¤ò¼èÆÀ¤¹¤ë»ö¤¬¤Ç¤¤Þ¤»¤ó¤Ç¤·¤¿¡£";
-
-// add a link
-$messages["add_new_link"] = "¿·µ¬¥ê¥ó¥¯¤ÎºîÀ®";
-$messages["newLink"] = "¥ê¥ó¥¯ºîÀ®";
-$messages["error_adding_link"] = "¥ê¥ó¥¯¤ò²Ã¤¨¤ë´Ö¤Ë¥¨¥é¡¼¤¬¤¢¤ê¤Þ¤·¤¿¡£";
-$messages["link_added_ok"] = "¥ê¥ó¥¯¤òºîÀ®¤·¤Þ¤·¤¿¡£";
-$messages["error_provide_name_and_url"] = "̾Á°¤ª¤è¤Ó¥¢¥É¥ì¥¹¤òÆþÎϤ·¤Æ²¼¤µ¤¤¡£";
-$messages["error_must_have_one_link_category"] = "¥ê¥ó¥¯¤òºîÀ®¤¹¤ëÁ°¤Ë¡¢¾¯¤Ê¤¯¤È¤â£±¤Ä¤Î¥ê¥ó¥¯¥«¥Æ¥´¥ê¡¼¤òºîÀ®¤·¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£";
-
-// delete a link
-$messages["error_no_links_selected"] = "ºï½ü¤¹¤ë¥ê¥ó¥¯¤¬ÁªÂò¤µ¤ì¤Æ¤Þ¤»¤ó¡£";
-$messages["error_removing_link"] = "¥¨¥é¡¼¡§¥ê¥ó¥¯ \"%s\" ¤òºï½ü¤Ç¤¤Þ¤»¤ó¤Ç¤·¤¿¡£";
-$messages["link_deleted_ok"] = "¥ê¥ó¥¯ \"%s\" ¤òºï½ü¤·¤Þ¤·¤¿¡£";
-
-// edit link categories
-$messages["newLinkCategory"] = "¿·µ¬¥ê¥ó¥¯¥«¥Æ¥´¥ê¡¼¤ÎºîÀ®";
-$messages["link_categories_help"] = "¥ê¥ó¥¯¤ò²Ã¤¨¤ëÁ°¤Ë¡¢¾¯¤Ê¤¯¤È¤â£±¤Ä¤Î¥ê¥ó¥¯¥«¥Æ¥´¥ê¡¼¤òºîÀ®¤·¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£";
-$messages["link_category_name"] = "̾Á°";
-$messages["link_category_links"] = "¥ê¥ó¥¯";
-
-// new link category
-$messages["new_link_category_info"] = "¥ê¥ó¥¯¥«¥Æ¥´¥ê¡¼¤ò»ý¤Ä¤È¡¢°Û¤Ê¤ë¥ê¥ó¥¯¤òʬÎह¤ë»ö¤Ç´ÉÍý¤ò³Ú¤Ë¤·¤Þ¤¹¡£¤µ¤é¤Ë¥á¥¤¥ó¥Ú¡¼¥¸¤Ë¤Æ¥«¥Æ¥´¥ê¡¼¤ò»ÈÍѤ·¤Æ¥°¥ë¡¼¥×²½¤µ¤ì¤¿¥ê¥ó¥¯¤òɽ¼¨¤¹¤ë»ö¤â¤Ç¤¤Þ¤¹¡£";
-$messages["newLinkCategory"] = "¥ê¥ó¥¯¥«¥Æ¥´¥ê¡¼¤ÎºîÀ®";
-$messages["error_provide_link_category_name"] = "͸ú¤Ê¥ê¥ó¥¯¥«¥Æ¥´¥ê¡¼Ì¾¤òÆþÎϤ·¤Æ²¼¤µ¤¤¡£";
-$messages["error_adding_link_category"] = "¥ê¥ó¥¯¥«¥Æ¥´¥ê¡¼¤ò²Ã¤¨¤ë´Ö¤Ë¥¨¥é¡¼¤¬¤¢¤ê¤Þ¤·¤¿¡£";
-$messages["link_category_added_ok"] = "¥ê¥ó¥¯¥«¥Æ¥´¥ê¡¼¤òºîÀ®¤·¤Þ¤·¤¿¡£";
-
-// edit link category
-$messages["edit_link_category"] = "¥ê¥ó¥¯¥«¥Æ¥´¥ê¡¼¤ÎÊÔ½¸";
-$messages["error_updating_link_category"] = "¥ê¥ó¥¯¥«¥Æ¥´¥ê¡¼¤ò¹¹¿·¤¹¤ë´Ö¤Ë¥¨¥é¡¼¤¬¤¢¤ê¤Þ¤·¤¿¡£";
-$messages["link_category_updated_ok"] = "¥ê¥ó¥¯¥«¥Æ¥´¥ê¡¼¤ò¹¹¿·¤·¤Þ¤·¤¿¡£";
-$messages["error_fetching_link_category"] = "¥ê¥ó¥¯¥«¥Æ¥´¥ê¡¼¤Î¼èÆÀ¤¬¤Ç¤¤Þ¤»¤ó¡£";
-$messages["error_incorrect_link_category_id"] = "¥ê¥ó¥¯¥«¥Æ¥´¥ê¡¼¤òǧ¼±¤Ç¤¤Þ¤»¤ó¤Ç¤·¤¿";
-
-
-// delete link categories
-$messages["error_no_link_category_selected"] = "ºï½ü¤¹¤ë¥ê¥ó¥¯¥«¥Æ¥´¥ê¡¼¤¬ÁªÂò¤µ¤ì¤Æ¤Þ¤»¤ó¡£";
-$messages["error_links_in_link_category"] = "¥«¥Æ¥´¥ê¡¼ \"%s\" ²¼¤Ë¥ê¥ó¥¯¤¬Â¸ºß¤¹¤ë°Ù¡¢ºï½ü¤¹¤ë»ö¤¬¤Ç¤¤Þ¤»¤ó¡£¥ê¥ó¥¯¤òºï½ü¤·¤Æ¤«¤éºÆ¤Ó»î¤ß¤Æ¤¯¤À¤µ¤¤¡£";
-$messages["error_removing_link_category"] = "¥¨¥é¡¼¡§¥«¥Æ¥´¥ê¡¼ \"%s\" ¤òºï½ü¤Ç¤¤Þ¤»¤ó¤Ç¤·¤¿¡£";
-$messages["link_category_deleted_ok"] = "¥ê¥ó¥¯¥«¥Æ¥´¥ê¡¼ \"%s\" ¤òºï½ü¤·¤Þ¤·¤¿¡£";
-// this error is shown when for some reason the category could not be fetched from the database
-// and we can't show its name
-$messages["error_removing_link_category_2"] = "ºï½üÉÔǽ¤Î¥ê¥ó¥¯¥«¥Æ¥´¥ê¡¼ID = %d";
-
-// blog settings page
-$messages["blogSettings"] = "BlogÀßÄê";
-$messages["userSettings"] = "¥æ¡¼¥¶¡¼ ¥×¥í¥Õ¥£¡¼¥ë";
-$messages["pluginCenter"] = "¥×¥é¥°¥¤¥ó¥»¥ó¥¿¡¼";
-$messages["Stats"] = "¥¹¥Æ¡¼¥¿¥¹";
-$messages["blog_name"] = "Blog̾";
-$messages["long_blog_name"] = "¤³¤ÎBlog¤Ë¤Ä¤¤¤Æ¤ÎÀâÌÀ";
-$messages["language_used"] = "¥Æ¥¥¹¥È¤ÈÆüÉդθÀ¸ìÀßÄê";
-$messages["items_main_page"] = "¥á¥¤¥ó¥Ú¡¼¥¸¤Ëɽ¼¨¤¹¤ëµ»ö¿ô¤Ï¡©";
-$messages["items_as_recent"] = "\"ºÇ¿·µ»ö\"¤Ëɽ¼¨¤¹¤ëµ»ö¿ô¤Ï¡©";
-$messages["template_used"] = "¤¢¤Ê¤¿¤ÎBlog¤Î³°´Ñ¤òÁªÂò¤·¤Þ¤¹";
-$messages["cut_posts"] = "Ť¹¤®¤ëÅê¹Æ¤òÀÚÃǤ·¤Æ\"³¤...\"¤È¤·¤Æ¥ê¥ó¥¯¤·¤Þ¤¹¤«¡©";
-$messages["cut_posts_after_characters"] = "ʸ½ñ¤òÀÚÃǤ¹¤ëŤµ¡Ê¥¹¥Ú¡¼¥¹¡¢²þ¹Ô¤ÎÎ̤ÇȽÃǤ·¤Þ¤¹¡Ë";
-$messages["enable_wysiwyg_edition"] = "¥Æ¥¥¹¥ÈÆþÎϤËWYSIWYG¥¨¥Ç¥£¥¿¤ò»ÈÍѤ¹¤ë¡ÊInternet Explorer 5.5°Ê¾å¤Þ¤¿¤ÏMozilla 1.3b°Ê¾å¡Ë";
-$messages["enable_comments"] = "Á´Åê¹Æ¤Ë¥³¥á¥ó¥È¤òµö²Ä¤¹¤ë";
-$messages["yes"] = "¤Ï¤¤";
-$messages["no"] = "¤¤¤¤¤¨";
-$messages["error_invalid_locale"] = "̵¸ú¤Ê¸À¸ìÀßÄê¤Ç¤¹";
-$messages["error_incorrect_max_recent_items"] = "ºÇ¿·µ»ö¤Ëɽ¼¨¤¹¤ë¥¢¥¤¥Æ¥à¿ô¤ËÂФ·¡¢Í¸ú¤ÊÃͤòÄ󼨤·¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£";
-$messages["error_incorrect_number_of_posts"] = "¥á¥¤¥ó¥Ú¡¼¥¸¤Ëɽ¼¨¤¹¤ëµ»ö¿ô¤ËÂФ·¡¢Í¸ú¤ÊÃͤòÄ󼨤·¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£";
-$messages["error_incorrect_template"] = "ÁªÂò¤µ¤ì¤¿¥Æ¥ó¥×¥ì¡¼¥È¤¬¤¢¤ê¤Þ¤»¤ó¡£";
-$messages["error_no_blog_name"] = "Blog¤Ë͸ú¤Ê̾Á°¤òÄ󼨤·¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£";
-$messages["error_incorrect_show_more_threshold"] = "Ĺʸ¤Îµ»ö¤òÀÚÃǤ·\"³¤...\"¥ê¥ó¥¯¤ò͸ú¤Ë¤¹¤ë¤Ë¤Ï¡¢ÀÚÃǤ¹¤ëʸ»ú¿ô¤Ë͸ú¤ÊÃͤòÄ󼨤·¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£";
-$messages["error_updating_settings"] = "Blog¤Î¥»¥Ã¥Æ¥£¥ó¥°¤ò¹¹¿·¤¹¤ë´Ö¤Ë¥¨¥é¡¼¤¬¤¢¤ê¤Þ¤·¤¿¡£";
-$messages["blog_settings_updated_ok"] = "Blog¤ÎÀßÄê¤ò¹¹¿·¤·¤Þ¤·¤¿¡ª";
-$messages["permanent_blog_url"] = "¤³¤ÎBlog¤ÎURL¡ÊÊѹ¹ÉԲġË";
-
-// user profile page
-$messages["username"] = "¥æ¡¼¥¶¡¼Ì¾";
-$messages["password"] = "¥Ñ¥¹¥ï¡¼¥É";
-$messages["confirm_password"] = "¥Ñ¥¹¥ï¡¼¥É³Îǧ";
-$messages["email_address"] = "Email";
-$messages["bio"] = "ÉղþðÊó";
-$messages["empty_no_change"] = "Êѹ¹»þ¤Î¤ß";
-$messages["user_settings_updated_ok"] = "¥æ¡¼¥¶¡¼ÀßÄê¤ò¹¹¿·¤·¤Þ¤·¤¿¡£";
-$messages["error_updating_user_settings"] = "¥¨¥é¡¼¡§¥æ¡¼¥¶¡¼ÀßÄê¤Î¹¹¿·¤¬¤Ç¤¤Þ¤»¤ó¤Ç¤·¤¿¡£";
-$messages["error_passwords_dont_match"] = "¥Ñ¥¹¥ï¡¼¥É¤¬°ìÃפ·¤Æ¤Þ¤»¤ó¡£";
-$messages["error_incorrect_password"] = "¥Ñ¥¹¥ï¡¼¥É¤¬Àµ¤·¤¯¤¢¤ê¤Þ¤»¤ó¡£";
-$messages["error_incorrect_email_address"] = "Email¥¢¥É¥ì¥¹¤¬Í¸ú¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó¡£";
-
-// plugin center page
-$messages["plugins_available"] = "¤³¤ì¤Ï¥Æ¥ó¥×¥ì¡¼¥È¤ÎÃæ¤Ç»ÈÍѤ¹¤ë¤³¤È¤¬¤Ç¤¤ë¥×¥é¥°¥¤¥ó¤Î¥ê¥¹¥È¤Ç¤¹";
-$messages["identifier"] = "¼±ÊÌ¡ÊID¡Ë";
-$messages["description"] = "ÀâÌÀ";
-$messages["error_plugins_disabled"] = "¤³¤Î¥µ¥¤¥È¤Ç¤Ï¥×¥é¥°¥¤¥ó¤Î¥µ¥Ý¡¼¥È¤¬Ìµ¸ú¤È¤Ê¤ê¤Þ¤·¤¿¡£";
-
-// statistics page
-$messages["statistics_info"] = "µ»öID¤Ë¤¢¤ë¿ô»ú¤ÏTrackback ping¤Ë¤è¤ë¥Ò¥Ã¥È¿ô¤Ç¤¹¡£¥Ò¥Ã¥ÈÍó¤Ï¤½¤ì°Ê³°¤ÎMain¥Ú¡¼¥¸¤Ë¥¢¥¯¥»¥¹¤µ¤ì¤¿¥Ò¥Ã¥È¿ô¤Ç¤¹¡£";
-$messages["article_id"] = "µ»öID";
-$messages["last_hit_date"] = "ºÇ¿·¥Ò¥Ã¥ÈÆü»þ";
-$messages["error_fetching_referers"] = "¥ê¥Õ¥¡¥é¡¼¤ò¼èÆÀ¤¹¤ë»ö¤¬¤Ç¤¤Þ¤»¤ó¤Ç¤·¤¿¡£";
-
-
-// login screen
-$messages["login_page_title"] = "pLog ´ÉÍý¼Ô²èÌÌ";
-$messages["login"] = "¥í¥°¥¤¥ó";
-$messages["welcome_message"] = "¤è¤¦¤³¤½ pLog¤Ø";
-$messages["error_incorrect_username_or_password"] = "¥æ¡¼¥¶¡¼Ì¾¤È¥Ñ¥¹¥ï¡¼¥É¤¬°ìÃפ·¤Þ¤»¤ó¡£";
-$messages["error_dont_belong_to_any_blog"] = "¤¢¤Ê¤¿¤ÎBlog¤¬Â¸ºß¤·¤Þ¤»¤ó¡£";
-$messages["error_no_username_or_password"] = "͸ú¤Ê¥æ¡¼¥¶¡¼Ì¾¤È¥Ñ¥¹¥ï¡¼¥É¤òÄ󼨤·¤Æ²¼¤µ¤¤¡£";
-$messages["choose_one_blog"] = " ¤¢¤Ê¤¿¤Ï¼¡¤ÎBlog¤Ë°¤·¤Æ¤¤¤Þ¤¹¡£ºî¶È¤¹¤ëBlog¤òÁªÂò¤·¤Æ²¼¤µ¤¤";
-$messages["continue"] = "ÁªÂò";
-$messages["logout_message"] = "¥í¥°¥¢¥¦¥È¤·¤Þ¤·¤¿¡£";
-$messages["logout_message_2"] = "<a href=\"admin.php\">¤³¤³¤ò¥¯¥ê¥Ã¥¯</a>¤¹¤ë¤È¥í¥°¥¤¥ó²èÌ̤ËÌá¤ê¤Þ¤¹¡£<a href=\"%1\$s\">%2\$s¤Ï¤³¤³¤ò¥¯¥ê¥Ã¥¯</a>¡£";
-$messages["logout_title"] = "¥í¥°¥¢¥¦¥È";
-$messages["error_access_forbidden"] = "¥¢¥¯¥»¥¹¤¬¶Ø»ß¤µ¤ì¤Æ¤Þ¤¹¡£¤³¤³¤Ç¾ÚÌÀ¤µ¤ì¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£";
-
-/////////////////////////////////////////////////////////////////////
-//
-//
-// new strings added for 0.2
-//
-//
-////////////////////////////////////////////////////////////////////
-$messages["site_admin"] = "¥µ¥¤¥È´ÉÍý";
-$messages["site_stats"] = "¥µ¥¤¥ÈÅý·×";
-$messages["createUser"] = "¥æ¡¼¥¶¡¼ÄɲÃ";
-$messages["siteUsers"] = "¥æ¡¼¥¶¡¼";
-$messages["createBlog"] = "BlogÄɲÃ";
-$messages["editSiteBlogs"] = "Blogs";
-$messages["siteLocales"] = "¸À¸ì";
-$messages["newLocale"] = "¸À¸ì¤ÎÄɲÃ";
-$messages["siteTemplates"] = "¥Æ¥ó¥×¥ì¡¼¥È";
-$messages["newTemplate"] = "¥Æ¥ó¥×¥ì¡¼¥ÈÄɲÃ";
-$messages["editSiteSettings"] = "¥·¥¹¥Æ¥àÀßÄê";
-$messages["adminSettings"] = "¥µ¥¤¥ÈÀßÄê";
-$messages["help_comments_enabled"] = "¥µ¥¤¥ÈÁ´ÂΤΥ³¥á¥ó¥È¤òµö²Ä¤Ë¤¹¤ë¤«Ìµ¸ú¤Ë¤·¤Þ¤¹¡£";
-$messages["help_beautify_comments_text"] = "¥³¥á¥ó¥È¤òµÆþ¤¹¤ë¾ì¹ç¡¢¥ê¥¹¥Ú¥¯¥È¥Õ¥©¡¼¥Þ¥Ã¥È¤¹¤ë¡£";
-$messages["help_rdf_enabled"] = "ºÇ¿·Åê¹Æ¤ò´Þ¤àRDF¤ÎÀ¸À®¤ò²Äǽ¤Ë¤¹¤ë¤«Ìµ¸ú¤Ë¤·¤Þ¤¹¡£";
-$messages["help_temp_folder"] = "pLog¤Ë¤è¤Ã¤Æ²¿¸Ä¤«¤Î¥ª¥Ú¥ì¡¼¥·¥ç¥ó¤ò¼Â¹Ô¤¹¤ë¤Î¤Ë»È¤ï¤ì¤ë°ì»þŪ¥Õ¥©¥ë¥À¡¼¡ÊÎã¡§tmp¡Ë¡£";
-$messages["help_base_url"] = "¤³¤ÎURL¤Ï¥·¥¹¥Æ¥àÁ´ÂΤËɬÍפȤµ¤ì¤Þ¤¹¤Î¤Ç¡¢´Ö°ã¤ï¤Ê¤¤¤è¤¦Àµ¤·¤¤URL¤òµÆþ¤·¤Æ²¼¤µ¤¤¡£";
-$messages["help_show_posts_max"] = "¥á¥¤¥ó¥Ú¡¼¥¸¤Ëɽ¼¨¤¹¤ëµ»ö¿ô¡£";
-$messages["help_recent_posts_max"] = "ºÇ¿·µ»ö¤Ø¤Îɽ¼¨¿ô¡£";
-$messages["help_template_folder"] = "pLog¤Ç»È¤ï¤ì¤ë¥Æ¥ó¥×¥ì¡¼¥È¤Î¥Ñ¥¹¡£";
-$messages["help_default_template"] = "¥Ç¥Õ¥©¥ë¥È¤Ë¤¹¤ë¥Æ¥ó¥×¥ì¡¼¥È¡£";
-$messages["help_default_locale"] = "¿·µ¬Blog¤ä¥í¥°¥¤¥ó¥Ú¡¼¥¸¡¢´ÉÍý¼Ô²èÌ̤ǻȤï¤ì¤ë¸À¸ì¤ÎÀßÄê¡£";
-$messages["help_html_allowed_tags_in_comments"] = "¥æ¡¼¥¶¡¼¤Î¥³¥á¥ó¥È¤Çºï½üÂоݳ°¤ÎHTML¥¿¥°¡£";
-$messages["help_referer_tracker_enabled"] = "¥ê¥Õ¥¡¥é¡¼¤Î¼èÆÀÍ×˾¤¬¤¢¤ì¤Ð¡¢´ðËÜŪ¤Ê¾ðÊó¤ò¥Ç¡¼¥¿¥Ù¡¼¥¹¤Ë²Ã¤¨¤ë»ö¤¬½ÐÍè¤Þ¤¹¡£";
-$messages["help_rss_parser_enabled"] = "RSS¥Ñ¡¼¥µ¡¼¤ò²Äǽ¤Ë¤¹¤ë¤«Ìµ¸ú¤Ë¤·¤Þ¤¹¡£¥Æ¥ó¥×¥ì¡¼¥È¤Î½¤Àµ¤¬É¬ÍפǤ¹¡£";
-$messages["help_show_more_enabled"] = "¥Ç¥Õ¥©¥ë¥È¤Ç\"³¤...\"µ¡Ç½¤ò͸ú¤Ë¤¹¤ë¤«Ìµ¸ú¤Ë¤·¤Þ¤¹¡£";
-$messages["help_show_more_threshold"] = "\"³¤...\"µ¡Ç½¤òºîư¤µ¤»¤ëʸ»ú¤ÎŤµ¡Ê¥¹¥Ú¡¼¥¹¡¢²þ¹Ô¤ÎÎ̤ÇȽÃǤ·¤Þ¤¹¡Ë";
-$messages["help_update_article_reads"] = "³Æµ»ö¤¬ÆÉ¤Þ¤ì¤¿¤«¤òɽ¤¹ÆâÉô¥«¥¦¥ó¥¿¡¼¤ò»ÈÍѤ¹¤ë¤«¤·¤Ê¤¤¤«¡£";
-$messages["help_request_format_mode"] = "\"¸¡º÷¥¨¥ó¥¸¥óÍÑ\"¤Ï¥µ¡¼¥Á¥¨¥ó¥¸¥ó¡¦¥í¥Ü¥Ã¥È¤¬²òÀϤ·°×¤¤URL¤ØÊÑ´¹¤·¡¢\"Ä̾ï\"¥â¡¼¥É¤Ï¥¹¥¯¥ê¥×¥È¤ÇÀ¸À®¤µ¤ì¤ëURL¤òɽ¼¨¤·¤Þ¤¹¡£Apache¤ª¤è¤Ó.htaccess¥Õ¥¡¥¤¥ë¤ò»ÈÍѤ¹¤ë²ÄǽÀ¤¬¤¢¤ê¤Þ¤¹¡£";
-$messages["help_xmlrpc_ping_enabled"] = "Åê¹Æ¤µ¤ì¤ë¤´¤È¤Ë²¼¤Ëɽ¼¨¤µ¤ì¤¿¥Û¥¹¥È¤Î¤ØXMLRPCÄÌÃΤòÁ÷¤ë¡£";
-$messages["help_xmlrpc_ping_hosts"] = "XMLRPCÄÌÃΤò»Ù±ç¤¹¤ë¥Û¥¹¥È¤Î¥ê¥¹¥È¡£°ì¹Ô¤Ë°ì¥Û¥¹¥È¤òµÆþ¤·¤Æ¤¯¤À¤µ¤¤¡£";
-$messages["help_trackback_server_enabled"] = "Trackback¥ê¥¯¥¨¥¹¥È¤ò¼õ¤±Æþ¤ì¤ë¡£";
-$messages["help_htmlarea_enabled"] = "Åê¹Æ¤Ø¤ÎWYSIWYG¥¨¥Ç¥£¥¿¤ò²Äǽ¤Ë¤¹¤ë¤«Ìµ¸ú¤Ë¤·¤Þ¤¹¡£";
-$messages["help_plugin_manager_enabled"] = "¥×¥é¥°¥¤¥ó¤ò²Äǽ¤Ë¤¹¤ë¤«Ìµ¸ú¤Ë¤·¤Þ¤¹¡£";
-$messages["help_check_email_address_validity"] = "¿·µ¬blog¤òÅÐÏ¿¤¹¤ëºÝ¡¢¥æ¡¼¥¶¡¼¤¬Í¸ú¤Ê¥á¡¼¥ë¥¢¥É¥ì¥¹¤òµÆþ¤·¤¿¤«³Îǧ¤·¤Þ¤¹¡£¡Ê¥µ¡¼¥Ð¡¼¤Ë¤è¤êµ¡Ç½¤·¤Ê¤¤¾ì¹ç¤¬¤¢¤ê¤Þ¤¹¡£¤½¤Î¾ì¹ç¤Ï̵¸ú¤òÁªÂò¤·¤Æ²¼¤µ¤¤¡Ë";
-$messages["help_summary_page_show_max"] = "¥µ¥Þ¥ê¡¼¥Ú¡¼¥¸¤Ëɽ¼¨¤¹¤ëµ»ö¿ô¡£";
-$messages["help_minimum_password_length"] = "¥Ñ¥¹¥ï¡¼¥É¤ÎºÇ¾®Ê¸»ú¿ô¡£";
-$messages["help_users_can_add_templates"] = "ÅÐÏ¿¥æ¡¼¥¶¡¼¤¬blog¤Î¥Æ¥ó¥×¥ì¡¼¥È¤òÄɲòÄǽ¤Ë¤¹¤ë¤«Ìµ¸ú¤Ë¤·¤Þ¤¹¡£";
-$messages["help_email_service_enabled"] = "¥³¥á¥ó¥ÈÄÌÃε¡Ç½¤Î¥á¡¼¥ë¥µ¡¼¥Ó¥¹¤ò͸ú¤Ë¤¹¤ë¤«Ìµ¸ú¤Ë¤·¤Þ¤¹¡£";
-$messages["post_notification_source_address"] = "¥á¡¼¥ë¥µ¡¼¥Ó¥¹¤Îº¹½Ð¿Í¤È¤·¤Æ»È¤¦¥á¡¼¥ë¥¢¥É¥ì¥¹¤òµÆþ¤·¤Æ²¼¤µ¤¤¡£";
-$messages["help_email_service_type"] = "¥á¡¼¥ëÁ÷¿®¤Ë»È¤¦¥á¥½¥Ã¥É¡££±¤Ä¤òÁªÂò¤·¡¢²¼µ¤ÎÀßÄê¤ò¥Á¥§¥Ã¥¯¤¹¤ë»ö¤ò˺¤ì¤Ê¤¤¤Ç²¼¤µ¤¤¡£";
-$messages["help_smtp_host"] = "¥á¥½¥Ã¥É¤ËSMTP¤òÁªÂò¤·¤Æ¤ë¾ì¹ç¤Ï¡¢¤³¤³¤ËSMTP¤Î¥Û¥¹¥È¤òµÆþ¤·¤Þ¤¹¡£";
-$messages["help_smtp_port"] = "SMTP¥µ¡¼¥Ð¡¼¤Î¥Ý¡¼¥ÈÈֹ档";
-$messages["help_smtp_use_authentication"] = "SMTP¥µ¡¼¥Ð¡¼¤¬Ç§¾Ú¤òÍ׵᤹¤ë¾ì¹ç¤Ï\"¤Ï¤¤\"¤òÁªÂò¤·¡¢²¼µ¤Ç2¤Ä¤ÎÀßÄê¤ò¤·¤Æ²¼¤µ¤¤¡£";
-$messages["help_smtp_username"] = "SMTP¥µ¡¼¥Ð¡¼¤¬Ç§¾Ú¤òÍ׵᤹¤ë¾ì¹ç¤Ë»È¤ï¤ì¤ë¥æ¡¼¥¶¡¼Ì¾¡£";
-$messages["help_smtp_password"] = "SMTP¥µ¡¼¥Ð¡¼¤¬Ç§¾Ú¤òÍ׵᤹¤ë¾ì¹ç¤Ë»È¤ï¤ì¤ë¥Ñ¥¹¥ï¡¼¥É¡£";
-$messages["help_uploads_enabled"] = "¥Õ¥¡¥¤¥ë¤Î¥¢¥Ã¥×¥í¡¼¥É¤òµö²Ä¤¹¤ë¤«Ìµ¸ú¤Ë¤·¤Þ¤¹¡£¿·µ¬¥Æ¥ó¥×¥ì¡¼¥È¤Î¥¢¥Ã¥×¥í¡¼¥É¤Ï¡¢´û¸¤Î¥Æ¥ó¥×¥ì¡¼¥È¤Ë±Æ¶Á¤òÍ¿¤¨¤ë»ö¤ËÃí°Õ¤·¤Æ²¼¤µ¤¤¡£";
-$messages["help_maximum_file_upload_size"] = "¥æ¡¼¥¶¡¼¤Ë¤è¤ë¥¢¥Ã¥×¥í¡¼¥É¥Õ¥¡¥¤¥ë¤ÎºÇÂçbyte¥µ¥¤¥º¡£";
-$messages["help_upload_forbidden_files"] = "¥¢¥Ã¥×¥í¡¼¥É¤òµö²Ä¤·¤Ê¤¤¥Õ¥¡¥¤¥ë¥Ñ¥¿¡¼¥ó¤òµÆþ¤·¤Æ²¼¤µ¤¤¡£¥¹¥Ú¡¼¥¹¤òÆþ¤ì¤ë»ö¤ÇÊ£¿ô¥Õ¥¡¥¤¥ë¤òÀßÄê½ÐÍè¤Þ¤¹¡£";
-$messages["help_path_to_tar"] = "'tar'¤Î¥Ñ¥¹";
-$messages["help_path_to_gzip"] = "'gzip'¤Î¥Ñ¥¹";
-$messages["help_path_to_bz2"] = "'bzip2'¤Î¥Ñ¥¹";
-$messages["help_path_to_unzip"] = "'unzip'¤Î¥Ñ¥¹";
-
-$messages["add_user_give_information"] = "¿·µ¬¤Î¥æ¡¼¥¶¤òºî¤ë¤¿¤á¤Ë¼¡¤Î¾ðÊó¤òÆþÎϤ·¤Æ¤¯¤À¤µ¤¤¡£";
-
-$messages["site_registered_users"] = "¤³¤Î¥µ¡¼¥Ð¡¼Æâ¤ËÅÐÏ¿¤µ¤ì¤¿¥æ¡¼¥¶¡£";
-
-$messages["add_blog_give_information"] = "¿·µ¬blog¤òºîÀ®¤¹¤ë¤¿¤á¤Ë¼¡¤Î¾ðÊó¤òÆþÎϤ·¤Æ¤¯¤À¤µ¤¤¡£";
-$messages["blog_title"] = "Blog¥¿¥¤¥È¥ë";
-$messages["blog_owner"] = "Blog¥ª¡¼¥Ê¡¼";
-
-$messages["site_registered_blogs"] = "¤³¤Î¥µ¥¤¥È¤ÇÅÐÏ¿¤µ¤ì¤¿blog¡£";
-$messages["editSiteUsers"] = "¥æ¡¼¥¶¡¼ÊÔ½¸";
-
-$messages["upload_locale"] = "¸À¸ì¤Î¥¢¥Ã¥×¥í¡¼¥É";
-$messages["use_this_form_to_upload_locale"] = " ¤³¤Î¥Õ¥©¡¼¥à¤Ï¿·¤·¤¤¸À¸ì¥Õ¥¡¥¤¥ë¤ò¥µ¡¼¥Ð¡¼¤Ë¥¢¥Ã¥×¥í¡¼¥É¤¹¤ë¤³¤È¤Ë»È¤Ã¤Æ¤¯¤À¤µ¤¤¡£ ´û¤Ë¸À¸ì¥Õ¥¡¥¤¥ë¤òlocale¥Õ¥©¥ë¥À¡¼¤Ë¥¢¥Ã¥×¥í¡¼¥É¤µ¤ì¤Æ¤ë¾ì¹ç¤Ï¡¢²¼¤Î¥Õ¥©¡¼¥à¤Ø°Üư¤·¤Æ¤¯¤À¤µ¤¤¡£";
-$messages["locale_file"] = "¸À¸ì¥Õ¥¡¥¤¥ë";
-$messages["manually_add_locale"] = "¸À¸ì¥Õ¥¡¥¤¥ë¤ÎÄɲÃ";
-$messages["use_this_form_if_cant_upload_locale"] = "´û¤Ë¿·¤·¤¤¸À¸ì¥Õ¥¡¥¤¥ë¤¬¥µ¡¼¥Ð¡¼¤Ë¥¢¥Ã¥×¥í¡¼¥É¤µ¤ì¤Æ¤ë¾ì¹ç¤Ë¡¢¥Ç¡¼¥¿¥Ù¡¼¥¹¤Ë¿·¤·¤¤¸À¸ì¤òÄɲ乤ë¤Î¤Ë»È¤ï¤ì¤Þ¤¹¡£¿·¤·¤¤¸À¸ì¥Õ¥¡¥¤¥ë¤Î¸À¸ì¥³¡¼¥É¤òÆþÎϤ·¡Ø¸À¸ì¤ÎÄɲá٥ܥ¿¥ó¤ò²¡¤·¤Æ²¼¤µ¤¤¡£";
-$messages["locale_code"] = "¸À¸ì¥³¡¼¥É";
-$messages["locale_encoding"] = "¥¨¥ó¥³¡¼¥É";
-
-$messages["template_will_be_available_for_all"] = "¿·¤·¤¤¥Æ¥ó¥×¥ì¡¼¥È¤Ï¼«Æ°Åª¤Ë¤³¤Î¥µ¥¤¥È¤ÎÁ´¤Æ¤Î¥¦¥§¥Ö¥í¥°¤Ç»ÈÍѲÄǽ¤Ë¤Ê¤ê¤Þ¤¹¡£";
-
-$messages["use_this_form_to_upload_template"] = " ¤³¤Î¥Õ¥©¡¼¥à¤Ï¿·¤·¤¤¥Æ¥ó¥×¥ì¡¼¥È¤ò¥µ¡¼¥Ð¡¼¤Ë¥¢¥Ã¥×¥í¡¼¥É¤¹¤ë»ö¤Ë»È¤¤¤Þ¤¹¡£´û¤Ë¥Æ¥ó¥×¥ì¡¼¥È¤ò¥¢¥Ã¥×¥í¡¼¥ÉºÑ¤ß¤Î¾ì¹ç¤Ï¡¢²¼¤Î¥Õ¥©¡¼¥à¤Ø°Üư¤·¤Æ²¼¤µ¤¤¡£¥Æ¥ó¥×¥ì¡¼¥È¥Õ¥¡¥¤¥ë¤Ï zip¡¢tar.gz ¡¢tar.bz2·Á¼°¤Ë¤µ¤ì¤Æ¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£";
-$messages["locale_file"] = "¸À¸ì¥Õ¥¡¥¤¥ë";
-$messages["upload_template"] = "¥Æ¥ó¥×¥ì¡¼¥È¤Î¥¢¥×¥í¡¼¥É";
-$messages["manually_add_template"] = "¥Æ¥ó¥×¥ì¡¼¥È¤ÎÄɲÃ";
-$messages["use_this_form_if_cannot_upload_template"] = "´û¤Ë¿·¤·¤¤¥Æ¥ó¥×¥ì¡¼¥È¤¬¥µ¡¼¥Ð¡¼¤Ë¥¢¥Ã¥×¥í¡¼¥É¤µ¤ì¤Æ¤ë¾ì¹ç¤Ë¡¢¥Ç¡¼¥¿¥Ù¡¼¥¹¤Ë¿·¤·¤¤¥Æ¥ó¥×¥ì¡¼¥È¤òÄɲ乤ë¤Î¤Ë»È¤ï¤ì¤Þ¤¹¡£¥Æ¥ó¥×¥ì¡¼¥ÈID¤òÆþÎϤ·¡Ø¥Æ¥ó¥×¥ì¡¼¥È¤ÎÄɲá٥ܥ¿¥ó¤ò²¡¤·¤Æ²¼¤µ¤¤¡£";
-$messages["template_id"] = "¥Æ¥ó¥×¥ì¡¼¥ÈID";
-
-$messages["templates_available_for_all"] = "¤³¤Î¥µ¥¤¥ÈÁ´ÂΤǻȤï¤ì¤Æ¤ë¥Æ¥ó¥×¥ì¡¼¥È¡£";
-$messages["add_file"] = "¥Õ¥¡¥¤¥ë¤ÎÄɲÃ";
-
-$messages["setting_name"] = "̾Á°";
-$messages["setting_value"] = "ÀßÄê";
-$messages["setting_description"] = "ÀâÌÀ";
-
-$messages["plain"] = "Ä̾ï";
-$messages["search_engine_friendly"] = "¸¡º÷¥¨¥ó¥¸¥óÍÑ";
-
-$messages["general_settings"] = "°ìÈÌÀßÄê";
-$messages["helper_tools_settings"] = "Êä½õ¥Ä¡¼¥ëÀßÄê";
-$messages["uploads_settings"] = "¥¢¥Ã¥×¥í¡¼¥ÉÀßÄê";
-$messages["email_settings"] = "EmailÀßÄê";
-
-$messages["number_blogs"] = "blog¿ô";
-$messages["number_users"] = "¥æ¡¼¥¶¡¼¿ô";
-$messages["number_posts"] = "Åê¹Æ¿ô";
-$messages["number_posts_today"] = "ËÜÆü¤ÎÅê¹Æ¿ô";
-$messages["number_posts_this_month"] = "º£·î¤ÎÅê¹Æ¿ô";
-
-$messages["date"] = "ÆüÉÕ";
-$messages["time"] = "»þ´Ö";
-
-$messages["comments_order"] = "¥³¥á¥ó¥Èɽ¼¨ÊýË¡¡§";
-$messages["oldest_first"] = "¸Å¤¤½ç";
-$messages["newest_first"] = "¿·¤·¤¤½ç";
-
-$messages["blog"] = "Blog";
-$messages["blog_id"] = "Blog ID¥Ê¥ó¥Ð¡¼";
-
-$messages["showBlogUsers"] = "Blog¥æ¡¼¥¶¡¼";
-$messages["available_users"] = "ÍøÍѲÄǽ¤Ê¥æ¡¼¥¶¡¼";
-$messages["add"] = "ÄɲÃ";
-$messages["remove"] = "ºï½ü";
-
-$messages["user_id"] = "¥æ¡¼¥¶¡¼ID¥Ê¥ó¥Ð¡¼";
-
-$messages["new_password"] = "¿·¥Ñ¥¹¥ï¡¼¥É";
-$messages["has_administrator_privileges"] = "´ÉÍý¼Ô¸¢¸Â¤òÍ¿¤¨¤ë";
-$messages["related_to_the_following_blogs"] = "¼¡¤Îblog¤È´Ø·¸¤·¤Æ¤Þ¤¹";
-
-$messages["add_user_to_blog_form"] = "¤³¤Î¥Õ¥©¡¼¥à¤Ï¡¢¤¢¤Ê¤¿¤Îblog¤Ë¥æ¡¼¥¶¡¼¤òÄɲ乤ë»ö¤ò²Äǽ¤Ë¤·¤Þ¤¹¡£Äɲ䵤줿¥æ¡¼¥¶¡¼¤Ïµ»ö¤ÎÅê¹Æ¤äÊÔ½¸¤¬²Äǽ¤Ë¤Ê¤ê¤Þ¤¹¤¬¡¢blogÀßÄê¤ÎÊѹ¹¤Ïµö²Ä¤µ¤ì¤Þ¤»¤ó¡£";
-$messages["add_user_enter_username"] = "¤¢¤Ê¤¿¤¬Äɲä·¤¿¤¤¥æ¡¼¥¶¡¼¤Î¥æ¡¼¥¶¡¼Ì¾¤òÆþÎϤ·¤Æ²¼¤µ¤¤¡£Äɲä¹¤ë¥æ¡¼¥¶¡¼¤Ï¥µ¡¼¥Ð¡¼¤ËÅÐÏ¿¤µ¤ì¤¿¥æ¡¼¥¶¡¼¤Ç¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£";
-$messages["add_user_send_notification"] = "¤³¤Î¥æ¡¼¥¶¡¼¤ØÄÌÃΥ᡼¥ë¤òÁ÷¤ê¤Þ¤¹¡£";
-$messages["add_user_type_notification"] = "¤³¤Î¥æ¡¼¥¶¡¼¤Î¤â¤È¤ØÁ÷¤é¤ì¤ë¥á¡¼¥ë¤Î°ÆÆâ¤òÆþÎϤ·¤Æ²¼¤µ¤¤¡£";
-
-$messages["following_users_have_permissions"] = "²¼µ¤Î¥æ¡¼¥¶¡¼¤Ï¡¢¤³¤Îblog¤Î¥æ¡¼¥¶¡¼¤Ç¤¹¡£¤³¤Î¥æ¡¼¥¶¡¼¤Ïµ»ö¤ÎÅê¹Æ¡¢ÊÔ½¸¡¢ºï½ü¤Î¸¢¸Â¤¬Í¿¤¨¤é¤ì¤Æ¤Þ¤¹¤¬¡¢¤³¤Î¥µ¥¤¥È¤ÎÀßÄê¤òÊѹ¹¤¹¤ë¸¢¸Â¤ÏÍ¿¤¨¤é¤ì¤Þ¤»¤ó¡£";
-$messages["revoke_permissions"] = "µö²Ä¤·¤Ê¤¤";
-
-$messages["newBlogTemplate"] = "¥Æ¥ó¥×¥ì¡¼¥È¤Î¥¢¥Ã¥×¥í¡¼¥É";
-$messages["manually_newBlogTemplate"] = "¥Æ¥ó¥×¥ì¡¼¥È¤ÎÄɲÃ";
-$messages["template_available_only_for_this_blog"] = "¤³¤Î¥Æ¥ó¥×¥ì¡¼¥È¤Ï¡¢¤³¤Îblog¤Ë¤Î¤ßÍøÍѲÄǽ¤È¤Ê¤ê¤Þ¤¹¡£";
-$messages["use_form_to_upload_blog_template"] = "¤³¤Î¥Õ¥©¡¼¥à¤Ï¿·¤·¤¤¥Æ¥ó¥×¥ì¡¼¥È¤ò¥µ¡¼¥Ð¡¼¤Ë¥¢¥Ã¥×¥í¡¼¥É¤¹¤ë»ö¤Ë»È¤¤¤Þ¤¹¡£´û¤Ë¥Æ¥ó¥×¥ì¡¼¥È¤ò¥¢¥Ã¥×¥í¡¼¥ÉºÑ¤ß¤Î¾ì¹ç¤Ï¡¢²¼¤Î¥Õ¥©¡¼¥à¤Ø°Üư¤·¤Æ²¼¤µ¤¤¡£¥Æ¥ó¥×¥ì¡¼¥È¥Õ¥¡¥¤¥ë¤Ï zip¡¢tar.gz ¡¢tar.bz2·Á¼°¤Ë¤µ¤ì¤Æ¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£";
-$messages["use_form_if_cannot_upload_blog_template"] = "´û¤Ë¿·¤·¤¤¥Æ¥ó¥×¥ì¡¼¥È¤¬¥µ¡¼¥Ð¡¼¤Ë¥¢¥Ã¥×¥í¡¼¥É¤µ¤ì¤Æ¤ë¾ì¹ç¤Ë¡¢¥Ç¡¼¥¿¥Ù¡¼¥¹¤Ë¿·¤·¤¤¥Æ¥ó¥×¥ì¡¼¥È¤òÄɲ乤ë¤Î¤Ë»È¤ï¤ì¤Þ¤¹¡£¥Æ¥ó¥×¥ì¡¼¥ÈID¤òÆþÎϤ·¡Ø¥Æ¥ó¥×¥ì¡¼¥È¤ÎÄɲá٥ܥ¿¥ó¤ò²¡¤·¤Æ²¼¤µ¤¤¡£";
-
-$messages["blogTemplates"] = "Blog¥Æ¥ó¥×¥ì¡¼¥È";
-$messages["templates_only_available_for_this_blog"] = "²¼µ¥Æ¥ó¥×¥ì¡¼¥È¤Ï¡¢¤³¤Îblog¤ÇÍøÍѲÄǽ¤Ê¥Æ¥ó¥×¥ì¡¼¥È¤Ç¤¹¡£";
-
-$messages["add_file_to_blog_template"] = "¥Æ¥ó¥×¥ì¡¼¥È¥Õ¥¡¥¤¥ë¤ÎÄɲÃ";
-$messages["upload_file_to_blog_template"] = "Äɲä·¤¿¤¤¥Æ¥ó¥×¥ì¡¼¥È¥Õ¥¡¥¤¥ë¤ò¥¢¥Ã¥×¥í¡¼¥É¤·¤Æ²¼¤µ¤¤¡£";
-
-$messages["error_user_id_incorrect"] = "¥æ¡¼¥¶¡¼ID¤¬Àµ¤·¤¯¤¢¤ê¤Þ¤»¤ó¡£";
-$messages["error_incorrect_user_id"] = $messages["error_user_id_incorrect"];
-$messages["error_fetching_user_information"] = "¥æ¡¼¥¶¡¼¾ðÊó¼èÆÀ¤Ë¥¨¥é¡¼¤¬¤¢¤ê¤Þ¤·¤¿¡£";
-$messages["error_password_incorrect"] = "¥Ñ¥¹¥ï¡¼¥É¤¬Ã»¤¹¤®¤ë¤«Àµ¤·¤¯¤¢¤ê¤Þ¤»¤ó¡£";
-$messages["error_updating_user_settings"] = "¥æ¡¼¥¶¡¼ÀßÄê¤Î¹¹¿·¤¬½ÐÍè¤Þ¤»¤ó¤Ç¤·¤¿¡£";
-$messages["user_settings_updated_ok"] = "¥æ¡¼¥¶¡¼ \"%s\" ¤ÎÀßÄê¤ò¹¹¿·¤·¤Þ¤·¤¿¡£";
-$messages["error_no_users_selected_to_add"] = "Äɲä¹¤ë¥æ¡¼¥¶¡¼¤¬ÁªÂò¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£";
-$messages["user_added_to_blog_ok"] = "¥æ¡¼¥¶¡¼ \"%s\" ¤Îblog¤òÄɲä·¤Þ¤·¤¿¡£";
-$messages["error_adding_user_to_blog"] = "¥æ¡¼¥¶¡¼ \"%s\" ¤Îblog¤ÎÄɲä˥¨¥é¡¼¤¬¤¢¤ê¤Þ¤·¤¿¡£";
-$messages["error_no_users_selected_to_remove"] = "ºï½ü¤¹¤ë¥æ¡¼¥¶¡¼¤¬ÁªÂò¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£";
-$messages["user_removed_from_blog_ok"] = "¥æ¡¼¥¶¡¼ \"%s\" ¤Îblog¤òºï½ü¤·¤Þ¤·¤¿¡£";
-$messages["error_removing_user_from_blog"] = "¥æ¡¼¥¶¡¼ \"%s\" ¤Îblogºï½ü¤Ë¥¨¥é¡¼¤¬¤¢¤ê¤Þ¤·¤¿¡£";
-
-$messages["error_incorrect_plugin_id"] = "¥×¥é¥°¥¤¥óID¤¬Àµ¤·¤¯¤¢¤ê¤Þ¤»¤ó¡£";
-$messages["error_configuring_plugin"] = "¥×¥é¥°¥¤¥ó·ÁÀ®¤Ë¥¨¥é¡¼¤¬¤¢¤ê¤Þ¤·¤¿¡§ ";
-$messages["site_config_saved_ok"] = "¥µ¥¤¥È¹½À®¤òÊݸ¤·¤Þ¤·¤¿¡£";
-$messages["error_saving_site_config"] = "¥µ¥¤¥È¹½À®¤ÎÊݸ¤ËÌäÂ꤬¤¢¤ê¤Þ¤·¤¿¡£";
-
-$messages["error_incorrect_blog_owner"] = "blog¥ª¡¼¥Ê¡¼¤ËÁª¤Ð¤ì¤¿¥æ¡¼¥¶¡¼¤Ï¸ºß¤·¤Þ¤»¤ó¡£";
-$messages["error_updating_blog_settings"] = "blog \"%s\" ¤ÎÀßÄê¤ò¹¹¿·¤¹¤ë´Ö¤Ë¥¨¥é¡¼¤¬¤¢¤ê¤Þ¤·¤¿¡£";
-$messages["blog_settings_updated_ok"] = "blog \"%s\" ¤ÎÀßÄê¤ò¹¹¿·¤·¤Þ¤·¤¿¡£";
-
-$messages["error_fetching_users"] = "¤³¤Î¥µ¥¤¥È¤Î¥æ¡¼¥¶¡¼¼èÆÀ¤Ë¥¨¥é¡¼¤¬¤¢¤ê¤Þ¤·¤¿¡£";
-
-$messages["error_fetching_blogs"] = "¤³¤Î¥µ¥¤¥È¤Îblog¼èÆÀ¤Ë¥¨¥é¡¼¤¬¤¢¤ê¤Þ¤·¤¿¡£";
-
-$messages["error_incorrect_template_id"] = "¥Æ¥ó¥×¥ì¡¼¥ÈID͸ú¤Ç¤Ê¤¯Â¸ºß¤·¤Þ¤»¤ó¡£";
-
-$messages["error_no_users_selected"] = "ºï½ü¤¹¤ë¥æ¡¼¥¶¡¼¤¬ÁªÂò¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£";
-$messages["error_could_not_find_user"] = "¥æ¡¼¥¶¡¼ \"%s\" ¤ò¸«ÉÕ¤±¤ë¤³¤È¤¬½ÐÍè¤Þ¤»¤ó¤Ç¤·¤¿¡£";
-$messages["error_deleting_user"] = "¥æ¡¼¥¶¡¼ \"%s\" ¤Îºï½ü¤Ë¥¨¥é¡¼¤¬¤¢¤ê¤Þ¤·¤¿¡£";
-$messages["user_deleted_ok"] = "¥æ¡¼¥¶¡¼ \"%s\" ¤òºï½ü¤·¤Þ¤·¤¿¡£";
-
-$messages["error_must_give_blog_name"] = "blog¤Ë͸ú¤Ê̾Á°¤òÍ¿¤¨¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£";
-$messages["error_adding_blog"] = "¥Ç¡¼¥¿¥Ù¡¼¥¹¤Ëblog¤òÄɲ乤ë´Ö¤Ë¡¢¥¨¥é¡¼¤¬¤¢¤ê¤Þ¤·¤¿¡£";
-$messages["blog_added_ok"] = "¥Ç¡¼¥¿¥Ù¡¼¥¹¤Ë¿·¤·¤¤blog \"%s\" ¤òÄɲä·¤Þ¤·¤¿¡£";
-
-$messages["error_template_not_inside_folder"] = "¥Æ¥ó¥×¥ì¡¼¥È¥Õ¥¡¥¤¥ë¤¬¥Õ¥©¥ë¥À¡¼Æâ¤Ë¤¢¤ê¤Þ¤»¤ó¡£";
-$messages["error_missing_base_files"] = "´ðËÜŪ¤Ê¥Õ¥¡¥¤¥ë¤Î¤¤¤¯¤Ä¤«¤¬¸«¤¢¤¿¤ê¤Þ¤»¤ó¡£";
-$messages["error_unpacking"] = "¥Õ¥¡¥¤¥ë¤Î²òÅà»þ¤Ë¥¨¥é¡¼¤¬¤¢¤ê¤Þ¤·¤¿¡£";
-$messages["error_forbidden_extensions"] = "¥Æ¥ó¥×¥ì¡¼¥ÈÆâ¤Î¤¤¤¯¤Ä¤«¤Î¥Õ¥¡¥¤¥ë¤¬¶Ø»ß¤µ¤ì¤Þ¤·¤¿¡£";
-$messages["error_creating_working_folder"] = "¥Æ¥ó¥×¥ì¡¼¥È¡¦¥»¥Ã¥È¤Î¥Á¥§¥Ã¥¯Ãæ¤Ë¥¨¥é¡¼¤¬¤¢¤ê¤Þ¤·¤¿¡£";
-$messages["error_checking_template"] = "¥Æ¥ó¥×¥ì¡¼¥È¡¦¥»¥Ã¥ÈÃæ¤Î¥¨¥é¡¼ (code = %s)";
-$messages["error_add_template_disabled"] = "¥æ¡¼¥¶¡¼¤Ï¡¢¤³¤Î¥µ¥¤¥È¤Î¥Æ¥ó¥×¥ì¡¼¥ÈÄɲ䬵ö²Ä¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£";
-$messages["error_must_upload_file"] = "¥Õ¥¡¥¤¥ë¤ò¥¢¥Ã¥×¥í¡¼¥É¤·¤Æ²¼¤µ¤¤¡£";
-$messages["error_no_template_name"] = "¥Æ¥ó¥×¥ì¡¼¥È̾¤òÍ¿¤¨¤Æ²¼¤µ¤¤¡£";
-$messages["error_uploads_disabled"] = "¥¢¥Ã¥×¥í¡¼¥Éµ¡Ç½¤Ï¡¢¤³¤Î¥µ¥¤¥È¤Ç̵¸ú¤Ë¤µ¤ì¤Þ¤·¤¿¡£";
-$messages["error_installing_template"] = "¥Æ¥ó¥×¥ì¡¼¥È¡¦¥»¥Ã¥È¤Î¥¤¥ó¥¹¥È¡¼¥ë¤Ë¥¨¥é¡¼¤¬¤¢¤ê¤Þ¤·¤¿¡£";
-$messages["template_installed_ok"] = "¿·¤·¤¤¥Æ¥ó¥×¥ì¡¼¥È¡¦¥»¥Ã¥È¤Ï \"%s\" ¤È¤·¤Æ¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¤Þ¤·¤¿¡£";
-
-$messages["error_adding_template_file"] = "¥Æ¥ó¥×¥ì¡¼¥È¡¦¥»¥Ã¥È¤Ë¥Õ¥¡¥¤¥ë¤òÄɲ乤ë´Ö¤Ë¥¨¥é¡¼¤¬¤¢¤ê¤Þ¤·¤¿¡£";
-$messages["error_file_forbidden"] = "¤³¤Î¥Õ¥¡¥¤¥ë¤Î¥¿¥¤¥×¤Ï¡¢¤³¤Î¥µ¥¤¥È¤Ç¤Ï¶Ø»ß¤µ¤ì¤Æ¤¤¤Þ¤¹¡£";
-$messages["error_file_too_big"] = "¤³¤Î¥Õ¥¡¥¤¥ë¤ÏÂ礤¹¤®¤Þ¤¹¡£µö²Ä¤µ¤ì¤Æ¤ëºÇÂ祵¥¤¥º¤Ï \"%s\" byte¤Þ¤Ç¤Ç¤¹¡£";
-$messages["template_file_added_ok"] = "¥Æ¥ó¥×¥ì¡¼¥È \"%s\" ¤ÏÄɲ䵤ì¤Þ¤·¤¿¡£";
-
-$messages["error_plugin_cannot_be_configured"] = "¥×¥é¥°¥¤¥ó¤ò·ÁÀ®¤¹¤ë¤³¤È¤¬½ÐÍè¤Þ¤»¤ó¤Ç¤·¤¿¡£";
-
-$messages["error_incorrect_username"] = "¤³¤Î¥æ¡¼¥¶¡¼Ì¾¤ÏÀµ¤·¤¯¤¢¤ê¤Þ¤»¤ó¡£";
-$messages["error_username_already_exists"] = "Ʊ¤¸¥æ¡¼¥¶¡¼Ì¾¤ÇÅÐÏ¿¤µ¤ì¤¿¥æ¡¼¥¶¡¼¤¬´û¤Ë¸ºß¤·¤Æ¤¤¤Þ¤¹¡£";
-$messages["error_adding_user"] = "¥Ç¡¼¥¿¥Ù¡¼¥¹¤Ë¥æ¡¼¥¶¡¼¤òÄɲ乤ë´Ö¤Ë¥¨¥é¡¼¤¬¤¢¤ê¤Þ¤·¤¿¡£";
-$messages["user_added_ok"] = "¿·µ¬¥æ¡¼¥¶¡¼ \"%s\" ¤ÏÄɲ䵤ì¤Þ¤·¤¿¡£";
-
-$messages["error_no_blogs_selected"] = "¾¯¤Ê¤¯¤È¤âºï½ü¤¹¤ëblog¤ò£±¤Ä¤ÏÁªÂò¤·¤Æ²¼¤µ¤¤¡£";
-$messages["error_blog_is_default_blog"] = "\"%s\" ¤Ï¥Ç¥Õ¥©¥ë¥È¤Îblog¤Î¤¿¤á¡¢ºï½ü¤¹¤ë»ö¤¬½ÐÍè¤Þ¤»¤ó¡£";
-$messages["blog_deleted_ok"] = "Blog \"%s\" ¤Ïºï½ü¤µ¤ì¤Þ¤·¤¿¡£";
-$messages["error_deleting_blog"] = "blog \"%s\" ¤òºï½ü¤¹¤ë´Ö¤Ë¥¨¥é¡¼¤¬¤¢¤ê¤Þ¤·¤¿¡£";
-
-$messages["error_no_templates_selected"] = "ºï½ü¤¹¤ë¥Æ¥ó¥×¥ì¡¼¥È¤¬ÁªÂò¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£";
-$messages["error_removing_template"] = "¥Æ¥ó¥×¥ì¡¼¥È \"%s\" ¤òºï½ü¤¹¤ë´Ö¤Ë¥¨¥é¡¼¤¬¤¢¤ê¤Þ¤·¤¿¡£";
-$messages["template_removed_ok"] = "¥Æ¥ó¥×¥ì¡¼¥È \"%s\" ¤òºï½ü¤·¤Þ¤·¤¿¡£";
-
-$messages["error_no_users_selected_to_remove_from_blog"] = "¤³¤Îblog¤«¤éºï½ü¤¹¤ë¥æ¡¼¥¶¡¼¤¬ÁªÂò¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£";
-$messages["error_removing_user_from_blog"] = "¤³¤Îblog¤«¤é¥æ¡¼¥¶¡¼ \"%s\" ¤òºï½ü¤¹¤ë´Ö¤Ë¥¨¥é¡¼¤¬¤¢¤ê¤Þ¤·¤¿¡£";
-$messages["user_removed_from_blog_ok"] = "¤³¤Îblog¤«¤é¥æ¡¼¥¶¡¼ \"%s\" ¤òºï½ü¤·¤Þ¤·¤¿¡£";
-
-$messages["error_incorrect_locale_code"] = "¤³¤Î¸À¸ì¥³¡¼¥É¤Ï͸ú¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó¡£";
-$messages["error_invalid_locale_file"] = "¤³¤Î¥Õ¥¡¥¤¥ë¤Ï͸ú¤Ê¸À¸ì¥Õ¥¡¥¤¥ë¤Ç¤Ï¤Ê¤¤¤è¤¦¤Ç¤¹¡£";
-$messages["error_adding_locale_file"] = "¿·¤·¤¤¸À¸ì¥Õ¥¡¥¤¥ë¤òÄɲ乤ë´Ö¤Ë¥¨¥é¡¼¤¬¤¢¤ê¤Þ¤·¤¿¡£¤³¤Î¥ª¥Ú¥ì¡¼¥·¥ç¥ó¤ËÀèΩ¤Ã¤Ælocale¥Õ¥©¥ë¥À¡¼¤Ë¥Õ¥¡¥¤¥ë¤¬¥¢¥Ã¥×¥í¡¼¥É¤µ¤ì¤Æ¤ª¤ê¡¢Àµ¤·¤¤µö²Ä¤òÆÀ¤Æ¤¤¤ë¤³¤È¤ò³Îǧ¤·¤Æ²¼¤µ¤¤¡£";
-$messages["locale_added_ok"] = "¿·¤·¤¤¸À¸ì \"%s\" ¤òÄɲä·¤Þ¤·¤¿¡£";
-$messages["error_saving_locale"] = "¿·¤·¤¤¸À¸ì¥Õ¥¡¥¤¥ë¤òlocale¥Õ¥©¥ë¥À¡¼¤ËÊݸ¤¹¤ë´Ö¤Ë¥¨¥é¡¼¤¬¤¢¤ê¤Þ¤·¤¿¡£¥Õ¥©¥ë¥À¡¼¤¬Àµ¤·¤¤¥¢¥¯¥»¥¹¸¢¤ò»ý¤Ã¤Æ¤¤¤ë¤³¤È¤ò³Îǧ¤·¤Æ¤¯¤À¤µ¤¤¡£";
-
-$messages["error_no_locales_selected"] = "ºï½ü¤¹¤ë¸À¸ì¤¬ÁªÂò¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£";
-$messages["error_deleting_only_locale"] = "¤³¤Î¸À¸ì¤Ï¥·¥¹¥Æ¥à¤Ë¤ª¤¤¤ÆÍøÍѲÄǽ¤Ê¤¿¤À£±¤Ä¤Î¸À¸ì¤Ç¤¹¡£¤·¤¿¤¬¤Ã¤Æºï½ü¤¹¤ë»ö¤¬¤Ç¤¤Þ¤»¤ó¡£";
-$messages["locale_deleted_ok"] = "¸À¸ì \"%s\" ¤òºï½ü¤·¤Þ¤·¤¿¡£";
-$messages["error_deleting_locale"] = "¸À¸ì \"%s\" ¤òºï½ü¤¹¤ë´Ö¤Ë¥¨¥é¡¼¤¬¤¢¤ê¤Þ¤·¤¿¡£";
-$messages["error_cant_delete_default_locale"] = "\"%s\" ¤Ï¥Ç¥Õ¥©¥ë¥È¤ÇÀßÄꤵ¤ì¤¿¸À¸ì¥Õ¥¡¥¤¥ë¤Ê¤Î¤Çºï½ü¤¹¤ë»ö¤¬½ÐÍè¤Þ¤»¤ó¡£";
-
-$messages["plugin_config"] = "¥×¥é¥°¥¤¥ó ¥³¥ó¥Õ¥£¥®¥å¥ì¡¼¥·¥ç¥ó";
-
-$messages["use_read_more_feature"] = "¥Æ¥¥¹¥È¤ò2Ãʳ¬É½¼¨¤Ë¤¹¤ë¡ÊËÜÊ¸Ãæ¤Ë\"³¤...\"¤È¤·¤Æµ»ö¤òʬ³ä¤·¤Þ¤¹¡Ë";
-
-$messages["extended_text"] = "¡ØÀßÄê¡Ù¥¿¥Ö¤Ç2Ãʳ¬É½¼¨¤ò̵¸ú¤Ë¤¹¤ë¤È¡¢¤³¤Î¥Æ¥¥¹¥ÈBOX¤ËÆþÎϤµ¤ì¤¿¥Æ¥¥¹¥È¤Ïɽ¼¨¤µ¤ì¤Þ¤»¤ó¡£";
-
-$messages["error_must_give_post_intro"] = "¾¯¤Ê¤¯¤È¤âƳÆþ¥Æ¥¥¹¥È¤òÍ¿¤¨¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£";
-$messages["error_no_albums_defined"] = "¤³¤Îblog¤ÇÍøÍѲÄǽ¤Ê¥¢¥ë¥Ð¥à¤Ï¤¢¤ê¤Þ¤»¤ó¡£";
-$messages["error_fetching_album"] = "¥¢¥ë¥Ð¥à¤Î¼èÆÀÃæ¤Ë¥¨¥é¡¼¤¬¤¢¤ê¤Þ¤·¤¿";
-$messages["comment_marked_as_spam_ok"] = "¥³¥á¥ó¥È¤ò¥¹¥Ñ¥à ¥Þ¡¼¥¯¤·¤Þ¤·¤¿¡£";
-$messages["comment_marked_as_nonspam_ok"] = "¥³¥á¥ó¥È¤Î¥¹¥Ñ¥à ¥Þ¡¼¥¯¤ò²ò½ü¤·¤Þ¤·¤¿¡£";
-$messages["error_marking_comment_as_nonspam"] = "¥¹¥Ñ¥à ¥Þ¡¼¥¯²ò½üÃæ¤Ë¥¨¥é¡¼¤¬¤¢¤ê¤Þ¤·¤¿¡£";
-$messages["error_marking_comment_as_spam"] = "¥³¥á¥ó¥È¤Î¥¹¥Ñ¥à ¥Þ¡¼¥¯Ãæ¤Ë¥¨¥é¡¼¤¬¤¢¤ê¤Þ¤·¤¿¡£";
-$messages["error_incorrect_comment_id"] = "¥³¥á¥ó¥ÈID¤¬Àµ¤·¤¯¤¢¤ê¤Þ¤»¤ó¡£";
-
-
-///// new help messages ////
-
-//
-// translators: this one has changed too since we now have two text boxes: one for the
-// text that we'd like to appear in the main page and another one for the text that
-// will only be shown in the 'post' page (that is, when the users clicks on the
-// permalink, for example)
-//
-$messages["help_newPost"] = "<p>Use this page to add a new post to your journal. You should provide a topic or subject
-for your post as well as some text for your post. Once you have finished, press the <b>'Add'</b> button and the post
-will automatically be included in your page. Please note that you have to set the status of the post
-to <b>'Published'</b> if you want it to appear in front page. Use the <b>'Draft'</b> status when you can't finish posting
-now but you would like to save what you have typed so far for later revision.</p>
-<p>The text typed in the first text box will always appear in the main page. You can use
-the second text box if you want to have some text not to be included in the main page
-but that should be shown once the users clicks on the permalink or on the
-\"Read More...\" link. This link will be automatically added to the end of the text. This
-field is not mandatory and its behaviour can be controlled in the \"Settings\" tab,
-where you can force both text text boxes to be shown in the main page.</p>
-<p>You can also classify the post under any of the categories you have previously created. Simply set
-the <b>'Category'</b> field to the one you most like.</p>
-<p>If you would like to receive an email notifying about a new post, please check the corresponding
-checkbox.</p>
-<p>Check the box where it says </b>'Find links in the post...'</b> if after adding the post, you
-would like to send trackback pings to the hosts that support it. Your post will be scanned for
-links and you will have the possibility to choose which ones to send trackback pings to.</p>";
-
-$messages["updatePost"] = $messages["help_newPost"];
-
-$messages["help_newBlogUser"] = "This option allows you to easily give editing permissions to other
-users in this blog. To do so, you only have to know its username. If you already know it,
-simply type it in the text field below and press the \"Add User\" button. If you wish, you can
-also send an email to this user (as long as he or she used the right address when
-registering) notifying him or her that he has now been granted permissions to add, edit
-and delete posts in this blog.";
-
-$messages["help_showBlogUsers"] = "This is a list of the users that have been given editing permissions
-in this blog. You can see their profile if you wish or you can also revoke their permissions
-by selectin them and then clicking on the \"Revoke Permissions\" button. Once you do that,
-the selected users will no longer be able to publish anything in this blog.";
-
-//
-// note to translators:
-//
-// added some additional text here to inform about the new "configure" feature
-//
-$messages["help_pluginCenter"] = "<p>From here you can see which plugins have been installed. For every
-plugin, you will see its identifier (the identifier you have to use when developing templates and
-want to make use of the plugin features), the author of the plugin, and some descriptive text with
-various information about the plugin, mainly how to use it.</p>
-<p>Some plugins offer also their own configuration page from wich you can modify some
-aspects of its behaviour. To access such page, please click on the \"configure\" link
-next to every plugin.</p>";
-
-$messages["configurePlugin"] = "This plugin provides some settings that can be configured
-by the user.";
-
-$messages["help_newBlogTemplate"] = "<p>It is possible to easily add new templates to the system. To do
-so, there are two possibilities: the template can either be uploaded as a compressed file
-(tar.gz, tar.bz2 and zip files are supported) to the server or it canbe manually
-uploaded using any available method.</p>
-<p>If the first method is chosen, the contents of the file must have all been packaged
-under a folder which will be the name given to the template.</p>
-<p>If the second method is chosen, simply upload the files to a folder under your blog-specific folder
-and type in the name of the folder in the text box below.</p>
-<p>Plugins added here will only be available to this specific below and will not be able to
-be accessed by other blogs.</p>";
-
-$messages["help_blogTemplates"] = "<p>This is a list with all the templates that have been added to
-this blog. If you wish to remove any of them, please select them and click on the
-\"Delete Selected\" button below the list. Once a template is deleted it cannot be
-recovered, since it is removed from the disk.</p>";
-
-$messages["help_adminSettings"] = "<p>These are some very basic statistics about the site.</p>";
-
-$messages["help_createUser"] = "<p>We can easily register new users in the system by using this form.
-We only need to provide with a valid username and a password, and optionally an email address.
-Users registered here will not be attached to any blog unless we explicitly do so in the
-\"User\" section or until we create a blog specially for this new user.</p>";
-
-$messages["editUserProfile"] = "<p>From here we can edit the profile of any user in this blog. We can
-also grant administrator privileges to the user (or revoke them). A list of the blogs to which
-the user belogs is also displayed.</p>";
-
-$messages["help_editSiteUsers"] = "<p>These are all the users that are registered in this site. You can see and edit
-their profile by clicking on the username or you can delete any of them by clicking on the
-checkbox of the user(s) and then click on the \"Delete Selected\" button. Once a user
-has been deleted, it can <b>not</b> be recovered, so please be careful.</p>";
-
-$messages["help_createBlog"] = "<p>Unlimited blogs can be added to a single installation of pLog. Users
-can use the registration script provided in the main package but administrator can also
-register new blogs by using this form. The only things needed to know are the name that will
- be given to the blog and the user who will be the owner, having the maximum privileges
- over that blog.</p>";
-
- $messages["help_editSiteBlogs"] = "<p>This is a list with all the blogs that have been registered
- so far in this site. Any blog can be deleted selecting it and clicking on the \"Delete
- Selected\" button. If we try to delete the blog that has been set as the default one
- (see the \"Global Settings\" tab in \"Site Admin\") we will get an error message.</p>
- <p>We can also edit the settings of any blog by clicking on it.</p>
- <p>Finally, we can edit the users that have permissions on a given blog by clicking
- on the \"Edit Users\" link</p>";
-
-$messages["editBlog"] = "<p>The settings of the blog can be edited from here in the same way
-a normal user can do. Everything is exactly the same except that administrator users can also
-change who is the owner of the blog, anytime.</p>";
-
-$messages["editBlogUsers"] = "<p>This feature allows to visually add and remove users from
-any blog. On the left side we will see a list containing all the users that have not
-been given editing privileges in this blog yet, while on the right side we will see a list of the
-users that have already been given privileges. To a user (or more than one if necessary)
-we only have to select them from the list of the left and click on the \"Add\" button. To do
-the opposite process, we will have to select the users from the list of the right and
-click on the \"Remove\" button.</p>
-<p>It is also possible to change the user who is the owner of the blog by selecting
-another from the drop-down list on top.</p>";
-
-$messages["help_newLocale"] = "<p>Now locales can be easily added to the site using this feature. If
-we have the possibility of uploading files, then we can use the first form, \"Upload Locale\"
-simply pointing the browser to the locale file we'd like to upload. pLog will take care
-of everything else, including copying the file to the folder with the other language files, but
-please bear in mind that the folder must be writable by the user who is running the web server in
-order for this feature to work properly. If the language file already exists, <b>it will
-be overwritten and replaced by the new one</b>.</p>
-<p>If files cannot be uploaded to the server, then the file will have to be
-manually uploaded and placed in the same folder with the other language files. Once the file
-has been placed there, we will have to type in the second form its code omitting the
-\"locale_\".</p>
-<p>Locale files must follow the naming convention of locale_ll_CC, where 'll' is the
-2-digit ISO code for the language, while CC is the 2-digit ISO code for the country. If the file
-does not conform to those rules, it will be rejected as a valid locale file.</p>";
-
-$messages["help_siteLocales"] = "<p>This is a list with all the language files that have been
-installed in this site. For each one of them, the encoding used by it and a brief
-description can be seen. Also, language files can be removed from the system by selecting
-them and clicking on the \"Delete Selected\" button.</p>";
-
-$messages["help_newTemplate"] = "<p>It is possible to easily add new templates to the system. To do
-so, there are two possibilities: the template can either be uploaded as a compressed file
-(tar.gz, tar.bz2 and zip files are supported) to the server or it can be manually
-uploaded using any available method.</p>
-<p>If the first method is chosen, the contents of the file must have all been packaged
-under a folder which will be the name given to the template.</p>
-<p>If the second method is chosen, simply upload the files to a folder under your blog-specific folder
-and type in the name of the folder in the text box below.</p>
-<p>Plugins added here will be available to <b>all</b> the blogs in this site.</p>";
-
-$messages["help_siteTemplates"] = "<p>This is a list with all the templates that are globally
-available to all blogs. If you wish to remove any of them, please select them and click on the
-\"Delete Selected\" button below the list. Once a template is deleted it cannot be
-recovered, since it is removed from the disk.</p>";
-
-$messages["help_editSiteSettings"] = "These are all the global settings that control many aspects of the
-behaviour of pLog.";
-
-$messages["newBlogTemplateFile"] = "Single files can be added to an already existing template
-set without having to upload the whole set again. Simply find the file you would like to
-upload in your disk and click on the \"Add File\" button.";
-
-// text is the same, so we can save a few bytes
-$messages["newTemplateFile"] = $messages["newBlogTemplateFile"];
-
-
-////////////////////////////////////////////
-///
-///
-/// NEW STRINGS ADDED IN 0.3!!
-///
-///
-////////////////////////////////////////////
-$messages["show_category_in_main_page"] = "¥á¥¤¥ó¥Ú¡¼¥¸¤Ë¡¢¤³¤Î¥«¥Æ¥´¥ê¡¼¤òɽ¼¨¤¹¤ë";
-$messages["welcome_resource_center"] = "¥ê¥½¡¼¥¹ ¥»¥ó¥¿¡¼¤Ø¤è¤¦¤³¤½¡ª";
-$messages["resourceCenter"] = "¥ê¥½¡¼¥¹ ¥»¥ó¥¿¡¼";
-$messages["resourceAlbums"] = "¥ê¥½¡¼¥¹ ¥¢¥ë¥Ð¥à";
-$messages["resources"] = "¥ê¥½¡¼¥¹";
-$messages["newResource"] = "¥ê¥½¡¼¥¹¤ÎÄɲÃ";
-$messages["newResourceAlbum"] = "¥¢¥ë¥Ð¥à¤ÎÄɲÃ";
-$messages["album"] = "¥¢¥ë¥Ð¥à";
-$messages["album_name"] = "¥¢¥ë¥Ð¥à̾";
-$messages["parent_album"] = "¿Æ¥¢¥ë¥Ð¥à";
-$messages["no_parent_album"] = "¿Æ¥¢¥ë¥Ð¥à¤Ê¤·";
-$messages["resource_info"] = "¥ê¥½¡¼¥¹¾ðÊó";
-$messages["size"] = "¥µ¥¤¥º";
-$messages["format"] = "¥Õ¥©¡¼¥Þ¥Ã¥È";
-$messages["dimensions"] = "Â礤µ";
-$messages["bits_per_sample"] = "¥Ó¥Ã¥È/¥Ô¥¯¥»¥ë";
-$messages["bytes"] = "¥Ð¥¤¥È";
-$messages["pixels"] = "¥Ô¥¯¥»¥ë";
-$messages["time_offset"] = "¥¿¥¤¥à ¥ª¥Õ¥»¥Ã¥È¡Ê¥µ¡¼¥Ð¡¼´Ö¤Î»þº¹¤òÄ´À°¡Ë¡§";
-$messages["hours"] = "»þ´Ö";
-$messages["album_added_ok"] = "¿·µ¬¥¢¥ë¥Ð¥à¤òÄɲä·¤Þ¤·¤¿¡£";
-$messages["name"] = "̾Á°";
-$messages["children"] = "»Ò";
-$messages["see"] = "¸«¤ë";
-$messages["view"] = "ɽ¼¨";
-$messages["resource_info"] = "¥ê¥½¡¼¥¹¾ðÊó";
-$messages["number_of_channels"] = "¥Á¥ã¥ó¥Í¥ë¿ô";
-$messages["length"] = "Ťµ";
-$messages["number_of_files"] = "¥Õ¥¡¥¤¥ë¿ô";
-$messages["compressed_size"] = "°µ½Ì¤µ¤ì¤¿¥µ¥¤¥º";
-$messages["uncompressed_size"] = "̤°µ½Ì¤Î¥µ¥¤¥º";
-$messages["resource_file"] = "¤¢¤Ê¤¿¤¬Äɲä·¤¿¤¤¥Õ¥¡¥¤¥ë";
-$messages["add_to_album"] = "¥Õ¥¡¥¤¥ë¤òÄɲä·¤¿¤¤¥¢¥ë¥Ð¥à";
-$messages["edit_resource_album"] = "¥ê¥½¡¼¥¹ ¥¢¥ë¥Ð¥à¤ÎÊÔ½¸";
-$messages["error_loading_resource_album"] = "¥ê¥½¡¼¥¹ ¥¢¥ë¥Ð¥à¤ò¼èÆÀ¤¹¤ë´Ö¤Ë¥¨¥é¡¼¤¬¤¢¤ê¤Þ¤·¤¿¡£";
-$messages["error_album_id_parameter_missing"] = "¥¢¥ë¥Ð¥àID¤¬Àµ¤·¤¯¤¢¤ê¤Þ¤»¤ó¡£";
-$messages["error_album_parent_id_parameter_missing"] = "¿Æ¥¢¥ë¥Ð¥àID¤¬¸«ÉÕ¤«¤ê¤Þ¤»¤ó¡£";
-$messages["error_updating_resource_album"] = "¥ê¥½¡¼¥¹ ¥¢¥ë¥Ð¥à¤Î¹¹¿·Ãæ¤Ë¥¨¥é¡¼¤¬¤¢¤ê¤Þ¤·¤¿¡£";
-$messages["resource_album_updated_ok"] = "¥ê¥½¡¼¥¹ ¥¢¥ë¥Ð¥à \"%s\" ¤ò¹¹¿·¤·¤Þ¤·¤¿¡£";
-$messages["error_must_give_album_name"] = "¥¢¥ë¥Ð¥à̾¤òÆþÎϤ·¤Æ²¼¤µ¤¤¡£";
-$messages["error_adding_album"] = "¥ê¥½¡¼¥¹ ¥¢¥ë¥Ð¥à¤ÎÄɲÃÃæ¤Ë¥¨¥é¡¼¤¬¤¢¤ê¤Þ¤·¤¿¡£";
-$messages["album_added_ok"] = "¿·µ¬¥¢¥ë¥Ð¥à \"%s\" ¤òÄɲä·¤Þ¤·¤¿¡£";
-$messages["resource_added_ok"] = "¿·µ¬¥ê¥½¡¼¥¹¤òÄɲä·¤Þ¤·¤¿¡£";
-$messages["error_resource_forbidden_extension"] = "¶Ø»ß¤µ¤ì¤¿¥¨¥¯¥¹¥Æ¥ó¥·¥ç¥ó¤¬¤¢¤Ã¤¿¤Î¤Ç¡¢¥ê¥½¡¼¥¹¤ËÄɲ乤ë»ö¤¬½ÐÍè¤Þ¤»¤ó¤Ç¤·¤¿¡£";
-$messages["error_resource_too_big"] = "Â礤¹¤®¤¿¤Î¤Ç¥ê¥½¡¼¥¹¤ËÄɲ乤ë»ö¤¬½ÐÍè¤Þ¤»¤ó¤Ç¤·¤¿¡£";
-$messages["error_uploads_disabled"] = "¤³¤Î¥µ¥¤¥È¤Ç¤Ï¥¢¥Ã¥×¥í¡¼¥É¤¬¶Ø»ß¤µ¤ì¤Æ¤ë¤Î¤Ç¡¢¥ê¥½¡¼¥¹¤òÄɲ乤ë»ö¤¬½ÐÍè¤Þ¤»¤ó¤Ç¤·¤¿¡£";
-$messages["error_adding_resource"] = "¥ê¥½¡¼¥¹¤òÄɲ乤ë´Ö¤Ë¥¨¥é¡¼¤¬¤¢¤ê¤Þ¤·¤¿¡£";
-$messages["error_loading_resource"] = "¥ê¥½¡¼¥¹¤ò¼èÆÀÃæ¤Ë¥¨¥é¡¼¤¬¤¢¤ê¤Þ¤·¤¿";
-$messages["error_updating_resource"] = "¥ê¥½¡¼¥¹¤ò¹¹¿·Ãæ¤Ë¥¨¥é¡¼¤¬¤¢¤ê¤Þ¤·¤¿¡£";
-$messages["resource_updated_ok"] = "¥ê¥½¡¼¥¹ \"%s\" ¤ò¥¢¥Ã¥×¥Ç¡¼¥È¤·¤Þ¤·¤¿¡£";
-$messages["error_no_resources_selected"] = "ºï½ü¤¹¤ë¥ê¥½¡¼¥¹¤¬ÁªÂò¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£";
-$messages["resource_deleted_ok"] = "¥ê¥½¡¼¥¹ \"%s\" ¤òºï½ü¤·¤Þ¤·¤¿¡£";
-$messages["error_deleting_resource"] = "¥ê¥½¡¼¥¹ \"%s\" ¤òºï½ü¤¹¤ë´Ö¤Ë¥¨¥é¡¼¤¬¤¢¤ê¤Þ¤·¤¿¡£";
-$messages["error_no_resource_uploaded"] = "¥¢¥Ã¥×¥í¡¼¥É¤µ¤ì¤¿¥ê¥½¡¼¥¹¤Ï¤¢¤ê¤Þ¤»¤ó¡£";
-$messages["filteredContent"] = "¶Ø»ßºÑ¤ß¥³¥ó¥Æ¥ó¥Ä";
-$messages["global_filtered_content"] = "Á´ÂÎŬÍѤζػߺѤߥ³¥ó¥Æ¥ó¥Ä";
-$messages["newFilteredContent"] = "¶Ø»ß¥³¥ó¥Æ¥ó¥Ä";
-$messages["blockedHosts"] = "¶Ø»ßºÑ¤ß¥Û¥¹¥È";
-$messages["global_blocked_hosts"] = "Á´ÂÎŬÍѤζػߥۥ¹¥È";
-$messages["newBlockedHost"] = "¶Ø»ß¥Û¥¹¥È";
-$messages["blogSecurity"] = "¥»¥¥å¥ê¥Æ¥£¡¼";
-$messages["security_welcome"] = "¥»¥¥å¥ê¥Æ¥£¡¼ ¥¨¥ê¥¢¤Ø¤è¤¦¤³¤½¡ª";
-$messages["filtered_content_intro"] = "°Ê²¼¤Î¥³¥ó¥Æ¥ó¥Ä/Àµµ¬É½¸½¤Ï¡¢¤³¤Îblog¤Ç¶Ø»ß¤µ¤ì¤Þ¤·¤¿¡£";
-$messages["global_filtered_content_intro"] = "°Ê²¼¤Î¥³¥ó¥Æ¥ó¥Ä/Àµµ¬É½¸½¤ÏÁ´ÂÎŪ¤Ë¶Ø»ß¤µ¤ì¤Þ¤·¤¿¡£";
-$messages["content"] = "¥³¥ó¥Æ¥ó¥Ä";
-$messages["reason"] = "Íýͳ";
-$messages["add_filtered_content"] = "¶Ø»ß¥³¥ó¥Æ¥ó¥Ä¤ÎÄɲÃ";
-$messages["add_filtered_content_intro"] = "¤³¤³¤Ç²Ã¤¨¤é¤ì¤¿Ê¸¾Ï¤ÏÁ´¤Æ¶Ø»ß¤µ¤ì¡¢¶Ø»ß¤µ¤ì¤¿Ê¸¾Ï¤¬´Þ¤Þ¤ì¤¿¥æ¡¼¥¶¡¼¤Ë¤è¤ë¥³¥á¥ó¥È¤ÏÁ´¤ÆÅê¹Æ¤¬¶Ø»ß¤µ¤ì¤Þ¤¹¡£¤³¤³¤Ç¤ÏÀµµ¬É½¸½¤«Ê¸»úÎó¤Ç»ØÄꤹ¤ë»ö¤¬¤Ç¤¤Þ¤¹¡£Àµµ¬É½¸½¤Ç¤Î»ØÄ꤬¤è¤ê¶¯ÎϤǤ¹¤¬¡¢¤â¤·´Ö°ã¤Ã¤¿Àµµ¬É½¸½¤ò»ØÄꤹ¤ë¤ÈÁ´¤Æ¤ÎÆâÍÆ¤¬¶Ø»ß¤µ¤ì¤ë²ÄǽÀ¤¬¤¢¤ë¤Î¤Ç¿µ½Å¤Ë°·¤Ã¤Æ²¼¤µ¤¤¡£";
-$messages["global_add_filtered_content_intro"] = "¤³¤³¤Ç²Ã¤¨¤é¤ì¤¿Ê¸¾Ï¤Ï¡¢¤³¤Î¥µ¥¤¥È¤ÇÍøÍѤµ¤ì¤Æ¤ëblogÁ´¤Æ¤Ç¶Ø»ß¤µ¤ì¡¢¶Ø»ß¤µ¤ì¤¿Ê¸¾Ï¤¬´Þ¤Þ¤ì¤¿¥æ¡¼¥¶¡¼¤Ë¤è¤ë¥³¥á¥ó¥È¤ÏÁ´¤ÆÅê¹Æ¤¬¶Ø»ß¤µ¤ì¤Þ¤¹¡£¤³¤³¤Ç¤ÏÀµµ¬É½¸½¤«Ê¸»úÎó¤Ç»ØÄꤹ¤ë»ö¤¬¤Ç¤¤Þ¤¹¡£Àµµ¬É½¸½¤Ç¤Î»ØÄ꤬¤è¤ê¶¯ÎϤǤ¹¤¬¡¢¤â¤·´Ö°ã¤Ã¤¿Àµµ¬É½¸½¤ò»ØÄꤹ¤ë¤ÈÁ´¤Æ¤ÎÆâÍÆ¤¬¶Ø»ß¤µ¤ì¤ë²ÄǽÀ¤¬¤¢¤ë¤Î¤Ç¿µ½Å¤Ë°·¤Ã¤Æ²¼¤µ¤¤¡£";
-$messages["content_to_block"] = "¶Ø»ß¤¹¤ëʸ¾Ï";
-$messages["block_this"] = "¶Ø»ß¤¹¤ë";
-$messages["mask"] = "¥Þ¥¹¥¯";
-$messages["access_blocked"] = "¥¢¥¯¥»¥¹¤Î¶Ø»ß";
-$messages["posting_blocked"] = "Åê¹Æ¤Î¶Ø»ß";
-$messages["block_host_intro"] = "¤³¤Îblog¤Ç¶Ø»ß¤¹¤ë¥Û¥¹¥È¤òÄɲ䷤Ʋ¼¤µ¤¤¡£¤³¤Îµ¡Ç½¤Ë¤Ä¤¤¤Æ¤Î¾ÜºÙ¤Ê¾ðÊó¤Ï<a href=\"javascript:help_window('admin.php?op=Help&helpId=newBlogBlockedHost');\">Help</a>¤ò¸«¤Æ²¼¤µ¤¤¡£";
-$messages["global_block_host_intro"] = "¤³¤Î¥µ¥¤¥ÈÆâ¤ÎblogÁ´ÂΤǶػߤ¹¤ë¥Û¥¹¥È¤òÄɲ䷤Ʋ¼¤µ¤¤¡£¤³¤Îµ¡Ç½¤Ë¤Ä¤¤¤Æ¤Î¾ÜºÙ¤Ê¾ðÊó¤Ï<a href=\"javascript:help_window('admin.php?op=Help&helpId=newBlogBlockedHost');\">help item</a>¤ò¸«¤Æ²¼¤µ¤¤¡£";
-$messages["block_type"] = "¶Ø»ß¥¿¥¤¥×";
-$messages["error_invalid_ip_address"] = "IP¥¢¥É¥ì¥¹¤¬Àµ¤·¤¯¤¢¤ê¤Þ¤»¤ó¡£";
-$messages["error_provide_content_to_block"] = "¶Ø»ß¤¹¤ëʸ¾Ï¤òÆþÎϤ·¤Æ²¼¤µ¤¤¡£";
-$messages["error_must_create_album_first"] = "¥ê¥½¡¼¥¹¤òÄɲ乤ëÁ°¤Ë¥¢¥ë¥Ð¥à¤òºî¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£";
-$messages["error_resource_is_not_an_image"] = "ÁªÂò¤µ¤ì¤¿¥ê¥½¡¼¥¹¤Ï²èÁü¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó¡£";
-$messages["error_generating_resource_preview"] = "¤³¤Î¥ê¥½¡¼¥¹¤Î¥×¥ì¥Ó¥å¡¼¤òºÆÀ¸À®¤¹¤ë´Ö¤Ë¥¨¥é¡¼¤¬¤¢¤ê¤Þ¤·¤¿¡£";
-$messages["resource_preview_generated_ok"] = "¤³¤Î¥ê¥½¡¼¥¹¤Î¥×¥ì¥Ó¥å¡¼¤òÀ¸À®¤·¤Þ¤·¤¿¡£";
-$messages["regenerate_preview"] = "¥×¥ì¥Ó¥å¡¼¤ÎºÆÀ¸À®";
-$messages["show_album"] = "¥¢¥ë¥Ð¥à¤Îɽ¼¨";
-$messages["show_album_when_browsing"] = "¤³¤Î¥¢¥ë¥Ð¥à¤ò¥æ¡¼¥¶¡¼¤Ë¸«¤»¤ë";
-$messages["assigned_to_blog"] = "¥æ¡¼¥¶¡¼¤ò³ä¤êÅö¤Æ¤ëblog";
-$messages["clean_up"] = "¥¯¥ê¡¼¥ó-¥¢¥Ã¥×";
-$messages["purge_info"] = "¾ô²½µ¡Ç½¤Ï¡¢¥Þ¡¼¥¯¤µ¤ì¤¿Åê¹Æ¤ò¤¹¤Ù¤Æ¤òʪÍýŪ¤Ëºï½ü¤·¤Þ¤¹¡£¤½¤¦¤Ç¤Ê¤±¤ì¤Ð¡¢¤½¤ì¤é¤ÎÅê¹Æ¤Ï¥Ç¡¼¥¿¡¦¥Ù¡¼¥¹(¥æ¡¼¥¶¤¬¤½¤ì¤é¤Î¤¦¤Á¤Î¤¤¤¯¤Ä¤«¤ò²óÉü¤·¤¿¤¤¾ì¹ç)Ãæ¤Ç°Ý»ý¤µ¤ì¤Þ¤¹¡£
- ¤·¤«¤·¡¢ÌµÍѤ˥ǡ¼¥¿¡¦¥Ù¡¼¥¹¤Î¥µ¥¤¥º¤òÁêÅöÎ̳ÈÂ礵¤»¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£¤½¤Î¤è¤¦¤ÊÅê¹Æ¤òºï½ü¤·¤¿¤¤¾ì¹ç¤Ï¥Ü¥¿¥ó¤ò²¼¤Ë²¡¤·¤Æ¤¯¤À¤µ¤¤¡£";
-$messages["spam_info"] = "¥¹¥Ñ¥à ¥Þ¡¼¥¯¤µ¤ì¤¿¥³¥á¥ó¥È¤Ï¥Õ¥£¥ë¥¿¤µ¤ì¥Ç¡¼¥¿¡¦¥Ù¡¼¥¹¤ÎÃæ¤Ç°Ý»ý¤µ¤ì¤Þ¤¹¡£°ìöµ¡Ç½¤¬¼Â¹Ô¤µ¤ì¤ì¤Ð¥¹¥Ñ¥à ¥Þ¡¼¥¯¤µ¤ì¤¿¥³¥á¥ó¥È¤Ïɽ¼¨¤µ¤ì¤Þ¤»¤ó¡£
- ¤Þ¤¿¡¢ºï½ü¤ò˾¤à¾ì¹ç¤Ï¥¹¥Ñ¥à ¥³¥á¥ó¥È¤Î½üµî¥Ü¥¿¥ó¤ò²¡¤·¤Æ²¼¤µ¤¤¡£";
-$messages["no_spam"] = "¥¹¥Ñ¥à¤·¤Ê¤¤";
-$messages["spam"] = "¥¹¥Ñ¥à";
-$messages["mark_as_spam"] = "¥¹¥Ñ¥à ¥Þ¡¼¥¯";
-$messages["mark_as_no_spam"] = "¥¹¥Ñ¥à ¥Þ¡¼¥¯¤·¤Ê¤¤";
-$messages["enable_comments_for_post"] = "¤³¤ÎÅê¹Æ¤Ø¤Î¥³¥á¥ó¥È¤òµö²Ä¤¹¤ë";
-$messages["close_window"] = "¥¦¥¤¥ó¥É¥¦¤òÊĤ¸¤ë";
-$messages["newResource"] = "¥ê¥½¡¼¥¹¤ÎÄɲÃ";
-$messages["add_resource_preview"] = "¥×¥ì¥Ó¥å¡¼¤ÎÄɲÃ";
-$messages["newResourceAlbum"] = "¥¢¥ë¥Ð¥à¤ÎÄɲÃ";
-$messages["show_main_page"] = "¥á¥¤¥ó¥Ú¡¼¥¸¤Ëɽ¼¨";
-$messages["purge_spam_comments"] = "¥¹¥Ñ¥à ¥³¥á¥ó¥È¤Î½üµî";
-$messages["purge_posts"] = "Åê¹Æ¤Î½üµî";
-$messages["keep_spam_comments"] = "¥¹¥Ñ¥à ¥³¥á¥ó¥È¤Î°Ý»ý";
-$messages["throw_away_spam_comments"] = "¥¹¥Ñ¥à¡¦¥³¥á¥ó¥È¤Îºï½ü";
-$messages["error_adding_blocked_host"] = "¶Ø»ß¥Û¥¹¥È¤ÎÄɲÃÃæ¤Ë¥¨¥é¡¼¤¬¤¢¤ê¤Þ¤·¤¿¡£";
-$messages["blocked_host_added_ok"] = "¥Û¥¹¥È %s ¤Ï¶Ø»ß¥Û¥¹¥È¤Î¥ê¥¹¥È¤ËÄɲ䵤ì¤Þ¤·¤¿¡£";
-$messages["error_no_blocked_hosts_selected"] = "ºï½ü¤¹¤ë¥Û¥¹¥È¤¬ÁªÂò¤µ¤ì¤Æ¤Þ¤»¤ó¡£";
-$messages["blocked_host_deleted_ok"] = "¥Û¥¹¥È \"%s\" ¤òºï½ü¤·¤Þ¤·¤¿¡£";
-$messages["error_deleting_blocked_host"] = "¶Ø»ß¥Û¥¹¥È \"%s\" ¤Îºï½üÃæ¤Ë¥¨¥é¡¼¤¬¤¢¤ê¤Þ¤·¤¿¡£";
-$messages["edit_blocked_host"] = "¶Ø»ß¥Û¥¹¥È¤ÎÊÔ½¸";
-$messages["error_fetching_blocked_host"] = "¶Ø»ß¥Û¥¹¥È¤Î¼èÆÀÃæ¤Ë¥¨¥é¡¼¤¬¤¢¤ê¤Þ¤·¤¿¡£";
-$messages["error_updating_blocked_host"] = "¶Ø»ß¥Û¥¹¥È¤Î¹¹¿·Ãæ¤Ë¥¨¥é¡¼¤¬¤¢¤ê¤Þ¤·¤¿¡£";
-$messages["thumbnail_format"] = "¥µ¥à¥Í¥¤¥ë ¥Õ¥©¡¼¥Þ¥Ã¥È";
-$messages["same_as_image"] = "¥ª¥ê¥¸¥Ê¥ë²èÁü¤ÈƱ¤¸";
-$messages["same"] = $messages["same_as_image"];
-
-
-
-$messages["help_locale_folder"] = "¸À¸ì¥Õ¥¡¥¤¥ë¤¬¼ý¤á¤é¤ì¤ë¥Õ¥©¥ë¥À¡¼¡£";
-$messages["help_default_locale"] = "¿·µ¬blog¤¬ºîÀ®¤µ¤ì¤ë»þ¤Ë»ÈÍѤµ¤ì¤ë¥Ç¥Õ¥©¥ë¥È¤Î¸À¸ì¡£";
-$messages["help_xmlrpc_api_enabled"] = "¤¢¤Ê¤¿¤Î¥Ç¥¹¥¯¥È¥Ã¥×¤«¤éµÆþ¤¹¤ë¤¿¤á¤Ë¡¢XMLRPC¥¤¥ó¥¿¡¼¥Õ¥§¡¼¥¹¤ò²Äǽ¤Ë¤¹¤ë¤«ÉÔǽ¤Ë¤·¤Þ¤¹¡£";
-$messages["default_rss_profile"] = "¥Ç¥Õ¥©¥ë¥È¤ÇÀ¸À®¤µ¤ì¤ëRSS/RDF¡ÊÆÃÊ̤ʻØÄ꤬¤Ê¤±¤ì¤Ð¡Ë";
-$messages["help_security_pipeline_enabled"] = "¥»¥¥å¥ê¥Æ¥£¡¼µ¡Ç½¤ò͸ú¤Ë¤·¤Þ¤¹¡£¤³¤ì¤ò̵¸ú¤Ë¤¹¤ë»ö¤Ï¡¢Á´¤Æ¤Î¥»¥¥å¥ê¥Æ¥£¡¼µ¡Ç½¤¬Ìµ¸ú¤Ë¤Ê¤ê¤Þ¤¹¡£";
-$messages["help_ip_address_filter_enabled"] = "»ä¤¿¤Á¤Î¥µ¥¤¥È¤ò˸³²¤¹¤ë¥Û¥¹¥È¤Î°Ù¤Ë¡¢IP¥¢¥É¥ì¥¹¤Î¥Õ¥£¥ë¥¿¡¼µ¡Ç½¤ò͸ú¤Ë¤·¤Þ¤¹¡£";
-$messages["help_content_filter_enabled"] = "¤¢¤ë¸ì¤«É½¸½¼°¤ò´Þ¤à¥³¥á¥ó¥È¤òËɻߤ¹¤ë°Ù¤Î¡¢¥·¥ó¥×¥ë¤ÊÀµÂ§É½¸½¤Î¥³¥ó¥Æ¥ó¥Ä ¥Õ¥£¥ë¥¿¡¼¤ò͸ú¤Ë¤·¤Þ¤¹¡£";
-$messages["help_maximum_comment_size"] = "µö²Ä¤¹¤ë¥³¥á¥ó¥È¤ÎºÇÂç¥Ð¥¤¥ÈĹ¡£";
-$messages["help_bayesian_filter_enabled"] = "¥Ù¥¤¥¸¥¢¥ó ¥Õ¥£¥ë¥¿¡¼¤ò͸ú¤Ë¤¹¤ë¤«Ìµ¸ú¤Ë¤·¤Þ¤¹¡£";
-$messages["help_bayesian_filter_spam_probability_treshold"] = "¥³¥á¥ó¥È¤¬¥¹¥Ñ¥à¤È¹Í¤¨¤é¤ì¤ë¶Ë¾®ÃÍ¡£0.01¤«¤é0.99¤Î´Ö¤Ë¤Ç¤¢¤ë¤Ù¤¤Ç¤¹¡£";
-$messages["help_bayesian_filter_nonspam_probability_treshold"] = "¥³¥á¥ó¥È¤¬°ÂÁ´¤Ç¤¢¤ëºÇÂçÃͤònon-spam¡Ê¥Î¥ó¡¦¥¹¥Ñ¥à¡Ë¤È¤·¤Þ¤·¤¿¡£¾åµºÇ¾®ÃͤȤδ֤Ǥϡ¢Á´¤Ænon-spam¡Ê¥Î¥ó¡¦¥¹¥Ñ¥à¡Ë¤ÈȽÄꤵ¤ì¤Þ¤¹¡£¤·¤«¤·¡¢´°Á´¤ËȽÄꤹ¤ë¤Ë¤Ï¥Ç¡¼¥¿¤ò¥È¥ì¡¼¥Ë¥ó¥°¤¹¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£";
-$messages["help_bayesian_filter_min_length_token"] = "¥Ñ¡¼¥µ¡¼¤Ë¤è¤Ã¤Æ°·¤ï¤ì¤ë͸ú¤Êñ¸ì¤ÎºÇ¾®ÃÍ¡£";
-$messages["help_bayesian_filter_max_length_token"] = "͸ú¤Êñ¸ì¤ÎºÇÂçÃÍ¡£";
-$messages["help_bayesian_filter_number_significant_tokens"] = "¥á¥Ã¥»¡¼¥¸Ãæ¤Ë´Þ¤Þ¤ì¤ëñ¸ì¿ô";
-$messages["help_bayesian_filter_spam_comments_action"] = "¥¹¥Ñ¥à ¥Þ¡¼¥¯¤òÉÕ¤±¤é¤ì¤¿¥³¥á¥ó¥È¤Î½èÍýÊýË¡¡£´°Á´¤Ëºï½ü¡Ê¥Ç¡¼¥¿¥Ù¡¼¥¹¤Ë¤ÏÊݸ¤µ¤ì¤Ê¤¤¡Ë¤¹¤ë¤«¡¢É½¼¨¤Ï¤·¤Ê¤¤¤¬¥Ç¡¼¥¿¤òÊݸ¤¹¤ë»ö¤¬¤Ç¤¤Þ¤¹¡£¸½ºß¤Î¥Õ¥£¥ë¥¿¡¼¤¬¤¢¤Þ¤ê¥È¥ì¡¼¥Ë¥ó¥°¤µ¤ì¤Æ¤ª¤é¤º¡¢»þ¡¹È½Äê¤Ç¥ß¥¹¤ò¤¹¤ë¾ì¹ç¤ÏÂè2¥ª¥×¥·¥ç¥ó¤¬¿ä¾©¤µ¤ì¤Þ¤¹¡£";
-$messages["help_path_to_convert"] = "ImageMagick¤Ç¥µ¥à¥Í¥¤¥ë¤òºîÀ®¤¹¤ë¾ì¹ç¡¢'convert'¥Ä¡¼¥ë¤ò»ØÄꤷ¤Æ²¼¤µ¤¤¡£";
-$messages["help_thumbnail_height"] = "¥µ¥à¥Í¥¤¥ë¤ÎºÇÂç¹â¤µ¡£";
-$messages["help_resources_folder"] = "¥ê¥½¡¼¥¹¤¬Êݸ¤µ¤ì¤ë¥Õ¥©¥ë¥À¡¼¡£¤¢¤Ê¤¿¤¬¥æ¡¼¥¶¡¼¤Ë¥ê¥½¡¼¥¹ ¥Õ¥©¥ë¥À¡¼¤Î±ÜÍ÷¤òµö²Ä¤·¤Ê¤¤¤Î¤Ê¤é¡¢¥µ¡¼¥Ð¡¼Æâ¤Î²¿½è¤Ø¤Ç¤â¥Õ¥©¥ë¥À¡¼»ØÄꤹ¤ë»ö¤¬²Äǽ¤Ç¤¹¡£";
-
-$messages["help_thumbnails_keep_aspect_ratio"] = "¥µ¥à¥Í¥¤¥ë¤Î½Ä²£Èæ¤ò°Ý»ý¤¹¤ë¤«°Ý»ý¤·¤Ê¤¤¤«¡£";
-$messages["help_resources_enabled"] = "¡Ø¥ê¥½¡¼¥¹¥»¥ó¥¿¡¼¡Ùµ¡Ç½¤ò͸ú¤Ë¤¹¤ë¤«Ìµ¸ú¤Ë¤·¤Þ¤¹¡£";
-$messages["help_thumbnail_method"] = "¥¤¥á¡¼¥¸¥Õ¥¡¥¤¥ë¤«¤é¥µ¥à¥Í¥¤¥ë¤òºîÀ®¤¹¤ë¤Î¤Ë»È¤ï¤ì¤ë¥Ð¥Ã¥¯¥¨¥ó¥É ¥·¥¹¥Æ¥à¡£¤â¤·ImageMagick¤ò»ÈÍѤ¹¤ë¤Ê¤é²¼µ¤ÎÀßÄ꤬ɬÍפǤ¹¡£";
-$messages["help_thumbnail_width"] = "¥µ¥à¥Í¥¤¥ë¤ÎºÇÂçÉý¡£";
-$messages["external_interfaces"] = "³°Éô¥¤¥ó¥¿¡¼¥Õ¥§¡¼¥¹";
-$messages["security_settings"] = "¥»¥¥å¥ê¥Æ¥£¡¼ÀßÄê";
-$messages["bayesian_filter_settings"] = "¥Ù¥¤¥¸¥¢¥ó ¥Õ¥£¥ë¥¿¡¼ÀßÄê";
-$messages["resources_settings"] = "¥ê¥½¡¼¥¹ÀßÄê";
-$messages["help_thumbnail_format"] = "¥¤¥á¡¼¥¸¤Î¥×¥ì¥Ó¥å¡¼¤òºîÀ®¤¹¤ë»þ¤Ë»È¤ï¤ì¤ë¥Õ¥©¡¼¥Þ¥Ã¥È¡£¤â¤·¡Ø¥ª¥ê¥¸¥Ê¥ë²èÁü¤ÈƱ¤¸¡Ù¤ËÀßÄꤹ¤ì¤Ð¡¢¥µ¥à¥Í¥¤¥ë¤¬Åö½é¤Î¥¤¥á¡¼¥¸ ¥Õ¥©¡¼¥Þ¥Ã¥È¤ÈƱ¤¸¥Õ¥©¡¼¥Þ¥Ã¥È¤ÇºîÀ®¤µ¤ì¤Þ¤¹¡£";
-$messages["edit"] = "ÊÔ½¸";
-$messages["blocked_content_added_ok"] = "¶Ø»ß¥³¥ó¥Æ¥ó¥Ä¤òÄɲä·¤Þ¤·¤¿¡£";
-$messages["blocked_content_updated_ok"] = "¶Ø»ß¥³¥ó¥Æ¥ó¥Ä¤ò¹¹¿·¤·¤Þ¤·¤¿";
-$messages["help_disable_javascript_calendar"] ="Åê¹Æ¤ÎÊÔ½¸¤äÄɲäò¤¹¤ë»þ¤Ë¡¢¥æ¡¼¥¶¡¼¤Î¥Ö¥é¥¦¥¶¡¼¤Î¸ß´¹À¤ÇÆüÉÕ¤ò¼èÆÀ½ÐÍè¤Ê¤¤¾ì¹ç¡¢JavaScript¤ª¤è¤ÓDHTML¥Ù¡¼¥¹¤Î¥«¥ì¥ó¥À¡¼¤ò̵¸ú¤Ë¤·¤Þ¤¹¡£";
-$messages["edit_filtered_content"] = "¶Ø»ß¥³¥ó¥Æ¥ó¥Ä¤ÎÊÔ½¸";
-$messages["error_updating_blocked_content"] = "¶Ø»ß¥³¥ó¥Æ¥ó¥Ä¤Î¹¹¿·Ãæ¤Ë¥¨¥é¡¼¤¬¤¢¤ê¤Þ¤·¤¿¡£";
-$messages["audio_codec"] = "Audio Codec";
-$messages["video_codec"] = "Video Codec";
-$messages["sample_rate"] = "Sample rate";
-$messages["files"] = "¥Õ¥¡¥¤¥ë";
-$messages["created"] = "ºîÀ®Æü";
-$messages["generated"] = "À¸À®Æü";
-$messages["about"] = "About";
-$messages["menu"] = "Menu";
-$messages["albums"] = "¥¢¥ë¥Ð¥à";
-$messages["template_file"] = "¥Æ¥ó¥×¥ì¡¼¥È ¥Õ¥¡¥¤¥ë";
-$messages["download"] = "¥À¥¦¥ó¥í¡¼¥É";
-$messages["error_you_have_been_blocked"] = "¤¢¤Ê¤¿¤ÎÍ×ÀÁ¤Ïµö²Ä¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£";
-$messages["error_base_storage_folder_missing_or_unreadable"] = "pLog¤Ë¤è¤ë¥ê¥½¡¼¥¹ÍÑ¥Õ¥©¥ë¥À¤ÎºîÀ®¤Ï½ÐÍè¤Þ¤»¤ó¤Ç¤·¤¿¡£¤³¤ì¤Ï¡¢¤¢¤Ê¤¿¤Î¥µ¡¼¥Ð¡¼¤¬PHP¤¬safe mode¤Ç±¿ÍѤµ¤ì¤Æ¤¤¤ë¤«¡¢¥æ¡¼¥¶¡¼¤Ë½½Ê¬¤Êµö²Ä¤òÍ¿¤¨¤é¤ì¤Æ¤¤¤Ê¤¤¤«¤Ê¤É¡¢¤¤¤¯¤Ä¤«¤ÎÍýͳ¤Ë¤è¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£¼¡¤Î¥Õ¥©¥ë¥À¡¼¤ò¼êư¤ÇºîÀ®¤·¡¢¥ª¥Ú¥ì¡¼¥·¥ç¥ó¤ò¼Â¹Ô¤¹¤ë»ö¤â²Äǽ¤Ç¤¹¡§<br/><br/>%s<br/><br/>¾åµ¤Î¥Õ¥©¥ë¥À¡¼¤¬´û¤Ë¸ºß¤¹¤ë¾ì¹ç¡¢Web¥µ¡¼¥Ð¡¼¤ò¼Â¹Ô¤¹¤ë¥æ¡¼¥¶¡¼¤ËÆÉ¤ß½ñ¤¤¹¤ë¸¢¸Â¤¬¤¢¤ë¤«³Îǧ¤·¤Æ²¼¤µ¤¤¡£";
-
-//
-// help messages //
-//
-
-//
-// translators: the following help messages have changed a little since last version, due to a few
-// new features built on top of previous features
-//
-$messages["help_editArticleCategories"] = "<p>This is a listing with all the post categories that
-have been created so far. There must be at least one category before you can add an article, since
-every article has to be categorized under a category. The <b>'Articles'</b> column shows how many
-articles have been categorized under the given category. In the same way, a category can't be deleted
-if it has an article assigned it; you must first remove all the articles and then you will be allowed
-to remove the category.</p>
-<p>You can delete more than one category at the same time by cheching their <b>'Delete'</b> column
-and then clickin on the <b>'Delete Selected'</b> button.</p>
-<p>The <b>'Show In Main Page'</b> column shows wether this category is included in the main page or if alternatively,
-it can also be seen when clicking its link. Edit the category itself to enable/disable this feature.</p>";
-
-$messages["help_newArticleCategory"] = "<p>From here you can add a new post category to the blog. All
-what you need to provide is a name for the new category. Once it has been created, it will be available
-for posts to be categorized under.</p>
-<p>You can disable the 'Show cateory in main page' checkbox if you don't want this category to be shown in the
-main page of the site. If disabled, posts included in this category will only be shown when browsing this
-specific category, by clicking its link.</p>";
-
-$messages["editArticleCategory"] = "<p>Please provide a new name for the category you are updating. Also,
-define wether you would like to show posts belonging to this cateogry in the main page or not.</p>";
-
-$messages["help_editPosts"] = "<p>Use this page to edit a post from your journal. The information from the
-post has already been provided and now you can make your changes. Once you have finished, press the <b>'Update'</b> button and the post
-will updated. Please note that you have to set the status of the post
-to <b>'Published'</b> if you want it to appear in front page. Use the <b>'Draft'</b> status when you can't finish posting
-now but you would like to save what you have typed so far for later revision.</p>
-<p>If you would like to receive an email notifying about a new post, please check the corresponding
-checkbox.</p>
-<p>More information about the different options <a href=\"admin.php?op=Help&helpId=newPost\">here</a>.</p>";
-
-$messages["help_blogSettings"] = "<p>From this page you can change some of the settings that control the
-behaviour or appearance of this journal. These are the settings: <ul>
-<li><b>Permanent URL</b>: This is the URL where this blog is running and that can be used to
-link to it. It can't be changed.</li>
-<li><b>Name of the blog</b>: This is a text string with a descriptive name of the blog. If using the
-default templates, it is the text displayed on top of every page.</li>
-<li><b>Long descriptive text about this blog</b>: This is a longer text that can optionally be
-displayed in some kind of page giving more detailed information about the page. It can be left
-blank if not needed.</li>
-<li><b>Language used to display the texts</b>: You can select one of the available languages. This
-language will be used to display the texts (not your own articles!) and format things like dates
-and numbers using the correct settings. More languages can be installed at any time.</li>
-<li><b>Items in the main page</b>: Set this to the number of posts you would like to have
-in the main page. The more posts, the longer it will take for users to download your page. Minimum
-number of posts it one.</li>
-<li><b>Items shown as recent</b>: Set this to the number of posts you would like to be shown as
-<b>'Recent'</b>, that is, the posts that have been posted earlier. Minimun amount is one.</li>
-<li><b>Template used to render the contents</b>: pLog allows to have more than one template
-to show the same content. You can choose here the most appropiate one for you journal, from the ones
-that have been installed by the administrator.</li>
-<li><b>Show the whole post int he main or only the part that was typed in the 'Text' box?</b>: Set this to <b>'Yes'</b> if you would like pLog
-to automatically add a 'More...' link to your posts on the main page just after the text you typed
-in the text box labeled 'Text'. The text typed in the second text box will only be shown to the user
-when clicking on the
-setting below) This feature is useful since it makes your frontpage less cluttered and also
-smaller. However, it has some problems if there is a lot of HTML code in the page.</li>
-<li><b>Enable WYSIWYG edition of texts</b>: Set this to yes if you would like to have the possibility
-to see how your posts look in real time. This feature is only available for users using either
-Internet Explorer 5.5 or higer and Mozilla 1.3b or higher.</li>
-<li><b>Enable comments</b>: Set this to yes if you would like to allow your users to make comments to your
-posts. This will globally affect all your posts and all your users.</li>
-<li><b>Order in which comments appear</b>: Set it to \"Oldest first\" if you would like to see
-the older comments first in the list, or set it to \"Newest first\" to see them in
-reverse chronological order.</li>
-<li><b>Time difference in hours between the server and you</b>: You can use this setting to make pLog automatically
-add or substract an amount of hours to each date in the blog. It is useful for example when the server where the blog
-is hosted and the person who is using it are in different time zones. Telling pLog that there is a difference of
-+3 hours, will make that all dates appear with such time difference applied.</li>
-</ul></p>";
-
-//
-// translators: the ones below are already new
-//
-$messages["help_resourceCenter"] = "From the resource center, you will be able to manage your files, group them in albums,
-manage those albums and edit any of them.";
-
-$messages["help_newResourceAlbum"] = "<p>You need at least one album to group your resources. From here you will be allowed
-to add a new album, simply providing a name and a description for it. Only the name field is mandatory, being
-the description field optional.</p>
-<p>Use the <b>'Parent album'</b> field to set wether this is a top-level album or if it is a sub-album and has
-another album as a parent.</p>";
-
-$messages["help_resourceAlbums"] = "<p>This is a list including all the resource albums that have been created so far
-in this site. For each album, several of its properties can be seen at a glance: its name, a link to its child
-albums (if any) and its amount, a link to its resources and its amount, wether the album is public or
-private and a checkbox to delete as many of them as needed.</p>
-<p>You can read more on the <b>'Show Album'</b> feature here <a href=\"admin.php?op=Help&helpId=editResourceAlbum\">here</a></p>";
-
-$messages["editResourceAlbum"] = "<p>From here you can edit the properties of a resource album. Almost all the fields
-are the same as <a href=\"admin.php?op=Help&helpId=newResourceAlbum\">here</a> except the
-<b>'Show album to users'</b> checkbox. If enabled, this album will be visible to users who browse our
-collection of albums and resources. If not, it will not be shown in the public side. This is useful in cases when
-we want to keep some of the albums secret and don't want users peeking at them.</p>";
-
-$messages["help_newResource"] = "<p>You will be able to upload new resources to your blog from this section. Any kind of file
-can be uploaded to the site but pLog is capable of handling and extracting some useful information from some
-of them, such as images, videos, zip files and music files.</p>
-<p>First of all, find the file you would like to upload. Then, provide a description for it (mandatory field)
-and finally select to which album would you like this resource to belong to. It is not possible to have a resource
-file that does not belong to any album. Once you are ready, click the <b>'Add Resource'</b> button and the file
-will be added to the blog.</p>
-<p>Please keep in mind that uploads need to be enabled for this to work, and if the blog administrator has
-set a list of forbidden file types that cannot be uploaded, the file will not be allowed in the site. The resource
-framework also needs to be enabled. All these settings can be modified by a user with administrator privileges
-from the <b>'Global Settings'</b> section.</p>
-<p>This feature requires a folder with write permission in the web server.</p>";
-
-$messages["help_resources"] = "<p>From here you will have access to all the resource files that have been uplaoded
-in the blog. Files will be shown under the album to which they belong. For every resource file, it will be
-possible to edit its properties, view it as any normal user will see it and mark it for deletion. Pressing the
-<b>'Delete Selected'</b> button from the bottom of the screen will delete those resources that have been
-marked.</p>
-<p>Click the folder icon to navigate to the contents of an albu, or the <b>'Edit'</b> to go to the album
-properties page. Use the <b>'..'</b> link to go up one level. Clicking a resource name or preview (if available)
-will take you to the resource properties page where you will be able to change some of the settings of the
-selected resource.";
-
-$messages["help_blogSecurity"] = "From this section you will be able to edit set up some basic security mechanisms that
-are provided by pLog. The changes you make here will only affect your blog and not everybody else's.";
-
-$messages["help_blogFilteredContent"] = "<p>This is a list of all the rules for content filtering that have been added
-to this particular blog. Clicking any of them will take you to a page where you will be able to edit any of them.
-Use the <b>'Delete'</b> checkbox to mark any of them for deletion, and press the <b>'Delete Selected'</b> button
-once you are sure you want to delete those.</p>";
-
-$messages["help_newBlogFilteredContent"] = "<p>You can add here a new rule for blocking undesired content from being
-included in comments. You can use here single words or sentence or if you wish, you can use the power
-of regular expressions if you know how to use them. You can also add a description to the rule so that you remember
-in the future what it is about, but it is not a mandatory field.</p>";
-
-$messages["help_blogBlockedHosts"] = "This is a list with all the hosts that have been blocked so far in this blog. At
-a glance, it is possible to see for each host the reason why it was blocked, the date when it was blocked and
-the type of the block applied. Lastly, you can also select any of the host blocking rules and press the
-<b>'Delete Selected'</b> button when you are sure that you want to remove those rules.";
-
-$messages["help_newBlogBlockedHost"] = "<p>This section will allow you to block a specific address or entire subnet from your Blog. You can select if you want them to be able to see it, but unable to post or simply unable to access it at all. Copy the offending address into the spaces provided and choose the proper subnet address space if necessary. Example: To block just the address of 192.168.1.123 you would choose the '32 bits' option to match the entire address. This blocks just this one address and works well for banning someone with a Static IP address. If you're seeing multiple IP Addresses for a particular individual (say 192.168.1.123, 192.168.1.225, 192.168.1.21 and 192.168.1.67) then you will want to ban a particular subnet range. Enter one of the IP Addresses that you see and choose '24 bits', '16 bits' or '8 bits' to match the first 3 sections, first 2 sections or the first section respectively.<br/>
-<br/>
-<b>EXAMPLES</b>:<br/>
-<br/>
-192.168.1.123 - 32 bits: Matches only the 192.168.1.123 address<br/>
-192.168.1.123 - 24 bits: Matches any address that starts with 192.168.1<br/>
-192.168.1.123 - 16 bits: Matches any address that starts with 192.168<br/>
-192.168.1.123 - 8 bits: Matches any address that starts with 192<br/>
-</p>
-<p>The <b>'Block type'</b> drop-down list will allow you to choose wether to block this host from
-completely accessign the site (an error page will be sent to the client's browser whenever trying to access) or
-simply block it from posting new comments. If the latter is chosen, the host will still be allowed to read
-articles and other people's comments.</p>
-<p>You can also attach a reason/description to this host blocking rule, so that you can remember in the future why
-it was set up.</p>";
-
-$messages["editBlogBlockedHost"] = "You will be able to edit a host blocking rule from this section. The options
-available are exactly the same as in <a href=\"admin.php?op=Help&helpId=newBlogBlockedHost\">here</a>.";
-
-$messages["editBlogFilteredContent"] = "This page will allow you to edit a content filtering rule. The options
-are exactly the same as in <a href=\"admin.php?op=Help&helpId=newBlogFilteredContent\">here</a>.";
-
-$messages["help_filteredContent"] = "<p>This is a list of all the rules for content filtering that have been added
-to this site. These rules are site-wide and take precedence before any blog-specific rule that may have been
-set by blog owners. The options and its meaning is the same as
-<a href=\"admin.php?op=Help&helpId=blogFilteredContent\">here</a>.";
-
-$messages["help_newFilteredContent"] = "<p>You can add here a new rule for blocking undesired content from being
-included in comments. This rule will be used system-wide and will take preference before blog-specific
-rules. See <a href=\"admin.php?op=Help&helpId=newBlogFilteredContent\">this</a> for more information
-on the options.";
-
-$messages["help_blockedHosts"] = "This is a list with all the hosts that have been blocked so far system-wide.
-Clicking a rule IP address will allow us to edit the settings of that rule. These rules always take
-precedence over blog-speficic rules, so that if one these global rules matches a host, all the other after
-it will be ignored.";
-
-$messages["help_newBlockedHost"] = "From here it is possible to add a new <b>global</b> host-blocking rule. See
-<a href=\"admin.php?op=Help&helpId=newBlogBlockedHost\">here</a> for more information about the options
-available.";
-
-$messages["editBlockedHost"] = "You will be able to edit a host blocking rule from this section. The options
-available are exactly the same as in <a href=\"admin.php?op=Help&helpId=newBlogBlockedHost\">here</a>.";
-
-$messages["editFilteredContent"] = "This page will allow you to edit a content filtering rule. The options
-are exactly the same as in <a href=\"admin.php?op=Help&helpId=newBlogFilteredContent\">here</a>.";
-
-/////
-$messages["blogFilteredContent"] = $messages["filteredContent"];
-$messages["newBlogFilteredContent"] = $messages["newFilteredContent"];
-$messages["blogBlockedHosts"] = $messages["blockedHosts"];
-$messages["newBlogBlockedHost"] = $messages["newBlockedHost"];
-$messages["newBlogUser"] = $messages["createUser"];
-
-//
-// text of the post that will be added to each blog when they sign-up via the register.php script
-//
-$messages["register_default_category"] = "General";
-$messages["register_default_article_text"] = "If you can read this, it means that your signup and registration was successful and that you can start blogging.";
-$messages["register_default_article_topic"] = "Congratulations, it worked!";
-
-//
-// summary templates text
-//
-
-$messages["summary_title"] = "Blogs Summary";
-$messages["summary_section_main"] = "Summary";
-$messages["summary_section_main_link_title"] = "Main Page";
-$messages["summary_section_register"] = "Register!";
-$messages["summary_section_register_link_title"] = "Register a new blog";
-$messages["summary_section_blog_list"] = "Blog list";
-$messages["summary_section_blog_list_link_title"] = "Blogs hosted in this site";
-$messages["summary_section_faq"] = "F.A.Q.";
-$messages["summary_section_faq_link_title"] = "Frequently Asked Questions";
-$messages["summary_welcome_title"] = "Welcome to pLog!";
-
-$messages["summary_most_active_blogs"] = "Most active blogs";
-$messages["summary_newest_blogs"] = "Newest blogs";
-$messages["summary_most_commented_articles"] = "Most commented articles";
-$messages["summary_most_read_articles"] = "Most read articles";
-
-$messages["summary_faq"] = "Frequently Asked Questions";
-$messages["summary_faq_question"] = "What is this?";
-$messages["summary_faq_description"] = "You could use this section to add some frequently asked questions about your service. It is all up to you and this is only a suggestion so feel free to make changes :) Edit the file templates/summary/faq.template to change the contents of this page.";
-
-$messages["summary_login"] = "Log-in";
-$messages["summary_other_stuff"] = "Other Stuff";
-$messages["summary_plog_logo"] = "How about a logo here?";
-
-$messages["summary_blog_list"] = "Blog List";
-$messages["summary_last_updated"] = "Last Updated";
-$messages["summary_author"] = "Author";
-$messages["summary_articles"] = "articles";
-$messages["summary_reads"] = "reads";
-
-$messages["summary_welcome_message"] = "<h4 class=\"question\">What is this site?</h4>
- <p>You could use this area to give some information about this site.</p>
-
- <ul>
- <li>See the following links for more information: <br />
- <a href=\"summary.php?op=Faq\">FAQ</a></li>
- <li><a href=\"register.php\">Register a new blog here</a></li>
- </ul>";
-
-$messages["summary_latest_posts"] = "Latest Posts";
-$messages["summary_in"] = "in";
-$messages["summary_posted_by"] = "Posted by";
-
-//
-// register templates text
-//
-$messages["register_error"] = "Error";
-$messages["register_error_message"] = "There has been an error:";
-$messages["register_errors"] = "There were some errors during the process, please have a look:";
-$messages["register_new_blog_step1_title"] = "Register a new blog (1/3)";
-$messages["register_step1_fill_in_title"] = "Please fill in this form to create a new blog in this site.";
-$messages["register_step1_description"] = "<p>
-First of all, we need to create a user for you. Please choose a username (which should not exist in the system but if it does, we will let you know) This user will be considered as the owner of the blog and will have full powers over it.
-</p>
-<p>
-And please do not forget your password! There is no way it can be recovered once you have signed up.
-</p>";
-$messages["register_step1_legend"] = "Please fill in the following fields";
-$messages["register_username"] = "Username:";
-$messages["register_password"] = "Password:";
-$messages["register_password_confirmation"] = "Confirm password:";
-$messages["register_email"] = "Email address:";
-$messages["register_email_comment"] = "(user for notifications of new comments)";
-
-$messages["register_next"] = "Next »";
-
-$messages["register_new_blog_step2_title"] = "Register a new blog (2/3)";
-$messages["register_user_created"] = "Your new user has been successfully created! Now we can proceed and create your new personal blog.";
-$messages["register_step2_description"] = " <p>
- The only thing we need to know is the name you would like to give to your diary. Later on once this
- process is complete, you will be able to change things like its description, but now that is not needed.
- </p>";
-$messages["register_step2_blog_name"] = "Name of your new blog:";
-
-$messages["register_new_blog_step3_title"] = "Thank you! (3/3)";
-$messages["register_new_blog_step3_description"] = "
- <p>
- Registration is complete. Your new user and diary have been registered successfully in this site,
- and you can log in now into your blog and start blogging!
- </p>";
-$messages["register_step3_admin_link"] = "
- <p>
- Click here <a href=\"admin.php\">to go the admin interface</a>, if you want to start blogging.
- </p>";
-$messages["register_step3_blog_link1"] = "
- <p>
- Or click <a href=\"";
-
-$messages["register_step3_blog_link2"] = "
-\">here to go and see your new blog</a>.
- </p>";
-
-$messages["register_step3_final_message"] = "
- <p>
- Happy blogging!
- </p>";
-
-
-$messages["register_error_incorrect_username"] = "<li>Incorrect user name, please try again.<br/>";
-$messages["register_error_incorrect_email"] = "<li>Email address is invalid, please try again. <br/>";
-$messages["register_error_user_already_exist"] = "<li>There is already a user with that name, please try again.<br/>";
-$messages["register_error_incorrect_password"] = "<li>Password is invalid, please try again. <br/>";
-$messages["register_error_passwords_dont_match"] = "<li>Passwords do not match, please try again. <br/>";
-$messages["register_error_adding_user"] = "Error adding the user: ";
-$messages["register_error_creating_blog"] = "There was an error creating the new blog";
-$messages["register_error_blog_name"] = "<li>You should choose a better name for the blog.<br/>" ;
-?>
\ No newline at end of file
Deleted: plog/trunk/locale/locale_ko_KR.php
===================================================================
--- plog/trunk/locale/locale_ko_KR.php 2005-01-29 15:29:38 UTC (rev 872)
+++ plog/trunk/locale/locale_ko_KR.php 2005-01-29 15:52:14 UTC (rev 873)
@@ -1,1369 +0,0 @@
-<?php
-// ¹Ì¹ø¿ª ºÎºÐ
-// 145
-// 487
-// 732
-// 1015
-// 1070
-// ¶óÀαÙó
-
-// set this to the encoding that should be used to display the pages correctly
-$messages["encoding"] = "euc-kr";
-$messages["locale_description"] = "Çѱ¹¾î ·ÎÄÉÀÏ(Korean locale file for pLog 0.3)";
-// days of the week
-$messages["days"] = Array( "ÀÏ¿äÀÏ", "¿ù¿äÀÏ", "È¿äÀÏ", "¼ö¿äÀÏ", "¸ñ¿äÀÏ", "±Ý¿äÀÏ", "Åä¿äÀÏ" );
-// -- compatibility, do not touch -- //
-$messages["Monday"] = $messages["days"][1];
-$messages["Tuesday"] = $messages["days"][2];
-$messages["Wednesday"] = $messages["days"][3];
-$messages["Thursday"] = $messages["days"][4];
-$messages["Friday"] = $messages["days"][5];
-$messages["Saturday"] = $messages["days"][6];
-$messages["Sunday"] = $messages["days"][0];
-
-// abbreviations
-$messages["daysshort"] = Array( "ÀÏ", "¿ù", "È", "¼ö", "¸ñ", "±Ý", "Åä" );
-// -- compatibility, do not touch -- //
-$messages["Mo"] = $messages["daysshort"][1];
-$messages["Tu"] = $messages["daysshort"][2];
-$messages["We"] = $messages["daysshort"][3];
-$messages["Th"] = $messages["daysshort"][4];
-$messages["Fr"] = $messages["daysshort"][5];
-$messages["Sa"] = $messages["daysshort"][6];
-$messages["Su"] = $messages["daysshort"][0];
-
-// months of the year
-$messages["months"] = Array( "1¿ù", "2¿ù", "3¿ù", "4¿ù", "5¿ù", "6¿ù", "7¿ù", "8¿ù", "9¿ù", "10¿ù", "11¿ù", "12¿ù" );
-// -- compatibility, do not touch -- //
-$messages["January"] = $messages["months"][0];
-$messages["February"] = $messages["months"][1];
-$messages["March"] = $messages["months"][2];
-$messages["April"] = $messages["months"][3];
-$messages["May"] = $messages["months"][4];
-$messages["June"] = $messages["months"][5];
-$messages["July"] = $messages["months"][6];
-$messages["August"] = $messages["months"][7];
-$messages["September"] = $messages["months"][8];
-$messages["October"] = $messages["months"][9];
-$messages["November"] = $messages["months"][10];
-$messages["December"] = $messages["months"][11];
-
-$messages["message"] = "¸Þ¼¼Áö";
-$messages["error"] = "¿¡·¯";
-
-$messages["date"] = "³¯Â¥";
-
-// miscellaneous texts
-$messages["of"] = "of";
-$messages["recently"] = "ÃÖ±Ù ±Û";
-$messages["comments"] = "ÄÚ¸àÆ®";
-$messages["comment on this"] = "ÄÚ¸àÆ®";
-$messages["my_links"] = "³» ¸µÅ©";
-$messages["archives"] = "ÀúÀå¼Ò";
-$messages["search"] = "°Ë»ö";
-$messages["calendar"] = "´Þ·Â";
-$messages["categories"] = "Ä«Å×°í¸®";
-$messages["search_s"] = "°Ë»ö";
-$messages["link_tracker"] = "¸µÅ© ÃßÀû";
-$messages["search_this_blog"] = "ÀÌ ºí·Î±×¿¡¼ ã±â:";
-$messages["about_myself"] = "³»¼Ò°³?";
-$messages["permalink_title"] = "Permanent link to the archives";
-$messages["permalink"] = "Permalink";
-$messages["posted_by"] = "±Û¾´ÀÌ";
-$messages["on_the"] = "on the";
-$messages["page"] = "ÆäÀÌÁö";
-$messages["posted"] = "posted";
-
-$messages["reply"] = "´ä±Û";
-
-
-// add comment form
-$messages["add_comment"] = "ÄÚ¸àÆ® Ãß°¡";
-$messages["comment_topic"] = "Á¦¸ñ";
-$messages["comment_text"] = "³»¿ë";
-$messages["comment_username"] = "À̸§";
-$messages["comment_email"] = "À̸ÞÀÏ ÁÖ¼Ò(»ý·«°¡´É)";
-$messages["comment_url"] = "ȨÆäÀÌÁö/ºí·Î±×(»ý·«°¡´É)";
-$messages["comment_send"] = "ÀÔ·Â";
-$messages["comment_added"] = "ÄÚ¸àÆ®°¡ Ãß°¡µÇ¾ú½À´Ï´Ù!";
-$messages["comment_add_error"] = "ÄÚ¸àÆ® Ãß°¡Áß ¿¡·¯¹ß»ý";
-
-
-$messages["article_does_not_exist"] = "±ÛÀÌ Á¸ÀçÇÏÁö ¾Ê½À´Ï´Ù";
-$messages["no_posts_found"] = "±ÛÀ» ãÁö ¸øÇß½À´Ï´Ù";
-$messages["user_has_no_posts_yet"] = "»ç¿ëÀÚ°¡ ±ÛÀ» ¿Ã¸°ÀûÀÌ ¾ø½À´Ï´Ù";
-
-$messages["info_about_myself"] = "³» Á¤º¸";
-$messages["back"] = "µ¹¾Æ°¡±â";
-
-$messages["back_top"] = "MainÀ¸·Î µ¹¾Æ°¡±â";
-
-$messages["link_tracker_results"] = "¸µÅ© ÃßÀû °á°ú";
-$messages["link_tracker_header"] = "»ç¿ëÀÚ¿¡ ÀÇÇØ ÂüÁ¶µÈ ¸µÅ©ÀÔ´Ï´Ù";
-$messages["link_tracker_no_links"] = "»ç¿ëÀÚ¿¡ ÀÇÇØ ÂüÁ¶µÈ ¸µÅ©°¡ ¾ø½À´Ï´Ù";
-$messages["post"] = "±Û";
-
-$messages["trackbacks_for_article"] = "ÀÌ ±Û¿¡ ¿¬°áµÈ Æ®·¢¹é";
-"Trackbacks for the article titled";
-$messages["trackback_excerpt"] = "Excerpt";
-$messages["trackback_weblog"] = "Weblog";
-
-$messages["search_results"] = "°Ë»ö°á°ú";
-$messages["search_matching_results"] = "´ÙÀ½ ´Ü¾î·Î °Ë»öµÈ °á°ú: ";
-$messages["search_no_matching_posts"] = "°Ë»ö °á°ú°¡ ¾ø½À´Ï´Ù";
-
-$messages["see_all_link"] = "¸ðµç ±ÛÀ» º¸·Á¸é ¿©±â¸¦ ´©¸£¼¼¿ä";
-
-$messages["read_more"] = "(´õº¸±â)";
-
-$messages["anonymous_poster"] = "À͸í";
-
-$messages["syndicate"] = "Áß°è";
-
-$messages["main"] = "Main";
-
-////// error messages /////
-$messages["error_fetching_article"] = "±ÛÀ» ãÁö ¸øÇß½À´Ï´Ù.";
-$messages["error_fetching_articles"] = "±ÛÀ» °¡Á®¿Ã ¼ö ¾ø½À´Ï´Ù.";
-$messages["error_trackback_no_trackback"] = "ÀÌ ±Û¿¡ ´Þ¸° Æ®·¢¹éÀÌ ¾ø½À´Ï´Ù.";
-$messages["error_incorrect_article_id"] = "±Û id°¡ ¿Ã¹Ù¸£Áö ¾Ê½À´Ï´Ù.";
-$messages["error_incorrect_blog_id"] = "ºí·Î±× id°¡ ¿Ã¹Ù¸£Áö ¾Ê½À´Ï´Ù.";
-$messages["error_comment_without_text"] = "ÄÚ¸àÆ® ³»¿ëÀÌ ¾ø½À´Ï´Ù.";
-$messages["error_comment_without_name"] = "À̸§À̳ª ´Ð³×ÀÓÀÌ ÀÖ¾î¾ß ÇÕ´Ï´Ù.";
-$messages["error_adding_comment"] = "ÄÚ¸àÆ®¸¦ Ãß°¡ÇÏ´ø µµÁß ¿¡·¯°¡ ¹ß»ýÇß½À´Ï´Ù.";
-$messages["error_incorrect_parameter"] = "À߸øµÈ ÆÄ¶ó¸ÞÅÍ.";
-$messages["error_parameter_missing"] = "ÆÄ¶ó¸ÞÅͰ¡ ºÎÁ·ÇÕ´Ï´Ù.";
-$messages["error_blog_has_no_links"] = "ÀÌ ºí·Î±×´Â ¾ÆÁ÷ ¸µÅ©°¡ ¾ø½À´Ï´Ù.";
-$messages["error_comments_not_enabled"] = "ÀÌ »çÀÌÆ®¿¡´Â ÄÚ¸àÆ®¸¦ ´Þ ¼ö ¾ø½À´Ï´Ù.";
-
-///////////////// //////////////////
-///////////////// STRINGS FOR THE ADMINISTRATION INTERFACE //////////////////
-///////////////// //////////////////
-
-
-////// help messages for the administration interface /////
-$messages["newPost"] = "<p>ÀÌ ÆäÀÌÁö¿¡¼ ºí·Î±×¿¡ »õ ±ÛÀ» ¿Ã¸± ¼ö ÀÖ½À´Ï´Ù. Á¦¸ñÀ» ÀÔ·ÂÇØ¾ßÇÕ´Ï´Ù. ±ÛÀ» ´Ù ¾´ ÈÄ¿¡ <b>'µî·Ï'</b>¹öưÀ» ´·¯¼ ±ÛÀ» ¿Ã¸®¸é µË´Ï´Ù. ±ÛÀÇ »óŸ¦ <b>'°ø°³'</b>·Î ÇØ¾ß ¸ÞÀÎÆäÀÌÁö¿¡ º¸ÀÌ°Ô µË´Ï´Ù. ±ÛÀÌ ¹Ì¿Ï¼ºÀ̶ó¸é <b>'ºñ°ø°³'</b>·Î ÇÑ µÚ ³ªÁß¿¡ ¼öÁ¤Çؼ °ø°³ÇÒ ¼ö ÀÖ½À´Ï´Ù.
-<p>You can also classify the post under any of the categories you have previously created. Simply set
-the <b>'Category'</b> field to the one you most like.</p>
-<p>If you would like to receive an email notifying about a new post, please check the corresponding
-checkbox.</p>
-<p>Check the box where it says </b>'Find links in the post...'</b> if after adding the post, you
-would like to send trackback pings to the hosts that support it. Your post will be scanned for
-links and you will have the possibility to choose which ones to send trackback pings to.</p>";
-
-$messages["addPost"] = "<p>Your post has been successfully added to the database. Now you can select
-to which hosts you would like to send a trackback ping, so that they know you have written about them
-and can <i>track you back</i>.</p>";
-
-$messages["editComments"] = "There are all the comments that have been posted for the given post. Comments
-can not be edited but they can be deleted. The only mandatory field when posting comments is the
-\"name\" field, so the E-mail and Url columns could be empty. The IP Address field is the
-original IP address where this comment was posted from. You can delete
-as many as you need by checking the corresponding <b>'Delete'</b> checkbox and pressing the
-<b>'Delete selected'</b> button.";
-
-$messages["postStats"] = "<p>These are the statistics about the selected post. The first one is how
-many times this article has been read, but please keep in mind that this statistic might be
-meaningless if you have disabled the <b>'Read more...'</b> feature in the <b>'Blog Settings'</b>
-section.</p>
-<p>The referrers are the urls of all the hosts that visited this post, and the trackbacks table represents
-how many trackback pings have been received for this post. They can't be deleted or modified.</p>";
-
-$messages["editLinks"] = "<p>This is a list with all the links that have been added. Like posts, every
-link can be sorted in different categories and then displayed in the main page for visitors to see.</p>
-<p>For every link, you will see here its name, the url where it is pointing to and under which category
-it has been sorted. Finally you can also delete any of the links.</p>";
-
-$messages["newLink"] = "<p>You can add a new link from here. You have to provide at least a valid
-url and a name for the link. The description field is optional but useful to have more information
-about the link. You need at least one link category before you can add any link.</p>";
-
-$messages["editLinkCategories"] = "<p>This is a list with all the link categories that have been
-created. Like with posts, you need at least one link category before you can add any link. Clicking
-on the <b>'Links'</b> column will show all the links that belong to the category.</p>";
-
-$messages["newLinkCategory"] = "<p>The only thing you need to provide in order to have a new
-link category is a descriptive name for the category. Once the link category has been created,
-it will be available for links to be categorized under.</p>";
-
-$messages["userSettings"] = "<p>Things related to your user profile can be changed from this
-page. Please note that your username cannot be changed.<ul>
-<li><b>Password, Confirm Password</b>: If you would like to change your password, please type it in
-the first text box. Do the same in the second box to confirm that you entered the same password.</li>
-<li><b>Email address</b>: Please set this to a valid email address if you would like to use features
-such as the notification when a comment is received to a post. It is used only for internal
-purposes and will not be publicly displayed.</li>
-<li><b>Bio</b>: You can type here some information about yourself. It can be left empty.</li>
-</ul></p>";
-
-$messages["Stats"] = "<p>You can see from here all the referrers that have hit this site in the past.
-The <b>'Article'</b> column reflects which article was visited by the referrer or the value <b>'0'</b>
-if the referrer visited the main page or any other page which was not an article. Finally, the
-<b>'Last hit date'</b> column is the time of the last hit received from that referrer.</p>";
-
-$messages["editLink"] = "<p>You have to provide at least a url and a name for the link. The link must also
-be categorized under a category.</p>";
-
-$messages["editLinkCategory"] = "¸µÅ©Ä«Å×°í¸®¿¡ »ç¿ëÇÒ »õ À̸§À» ³Ö¾î ÁֽʽÿÀ.</p>";
-
-$messages["blogSelect"] = "¸Þ´ºÀÇ Çϳª¸¦ ¼±ÅÃÇØ ÁֽʽÿÀ.";
-
-$messages["Error"] = "¸í·ÉÀ» ½ÇÇàÇÏ´ø µµÁß ¿¡·¯°¡ ¹ß»ýÇß½À´Ï´Ù. ´õ ¸¹Àº Á¤º¸¸¦ º¸·Á¸é ¸ÞÀÎÆäÀÌÁö·Î °¡½Ê½Ã¿À.";
-
-$messages["Message"] = "´õ ¸¹Àº Á¤º¸¸¦ º¸·Á¸é ¸ÞÀÎÆäÀÌÁö·Î °¡½Ê½Ã¿À.";
-
-//////// strings for the administration interface ///////
-
-
-
-$messages["admin_interface_title"] = "pLog °ü¸®ÀÚ ÆäÀÌÁö";
-$messages["administration"] = "°ü¸®";
-$messages["help"] = "µµ¿ò¸»";
-$messages["plog_help"] = "pLog µµ¿ò¸»";
-$messages["new_post"] = "»õ ±Û¾²±â";
-$messages["posts"] = "±âÁ¸±Û";
-$messages["admin_categories"] = "Ä«Å×°í¸®";
-$messages["admin_links"] = "¸µÅ©";
-$messages["link_categories"] = "¸µÅ© Ä«Å×°í¸®";
-$messages["settings"] = "¼³Á¤";
-$messages["logout"] = "·Î±×¾Æ¿ô";
-
-// new post page
-$messages["topic"] = "Á¦¸ñ";
-$messages["text"] = "³»¿ë";
-$messages["category"] = "Ä«Å×°í¸®";
-$messages["status"] = "»óÅÂ";
-$messages["post_status_draft"] = "ºñ°ø°³";
-$messages["post_status_published"] = "°ø°³";
-$messages["post_status_deleted"] = "»èÁ¦µÈ±Û";
-$messages["post_status_all"] = "ÀüºÎ";
-$messages["send_notification"] = "ÄÚ¸àÆ®°¡ Ãß°¡µÉ ¶§¸¶´Ù ¾Ë·ÁÁÝ´Ï´Ù.";
-$messages["send_trackback_pings"] = "±Û¿¡¼ ¸µÅ©¸¦ ã¾Æ ¸µÅ©·Î Æ®·¢¹é ÇÎÀ» º¸³À´Ï´Ù.";
-$messages["add_post"] = "ÀÌ ±ÛÀ» ¿Ã¸³´Ï´Ù!";
-
-$messages["xmlrpc_ping_ok"] = "XML-RPC ÇÎÀÌ ¹«»çÈ÷ Àü¼ÛµÇ¾ú½À´Ï´Ù ";
-$messages["error_sending_xmlrpc_ping"] = "XML-RPC ÇÎÀ» º¸³»´Â µµÁß ¿¡·¯°¡ ¹ß»ýÇß½À´Ï´Ù ";
-$messages["error_sending_xmlrpc_ping_message"] = "¿¡·¯ ¸Þ¼¼Áö: ";
-
-$messages["preview"] = "¹Ì¸®º¸±â";
-$messages["post_added"] = "±ÛÀÌ Ãß°¡µÇ¾ú½À´Ï´Ù";
-$messages["you_will_be_notified"] = "´ä±ÛÀ» °¨½ÃÇÏ´Ù »õ ´ä±ÛÀÌ ´Þ¸®¸é ¾Ë·ÁÁÝ´Ï´Ù.";
-$messages["post_added_not_published"] = "±ÛÀÌ ºñ°ø°³·Î Ãß°¡µÇ¾ú½À´Ï´Ù.";
-$messages["error_adding_post"] = "±Û Ãß°¡Áß¿¡ ¿¡·¯¹ß»ý!";
-$messages["error_must_fill_all_fields"] = "¸ðµç Ç׸ñÀ» ä¿ö¾ß ÇÕ´Ï´Ù!";
-$messages["error_must_have_one_category"] = "±ÛÀ» ¿Ã¸®·Á¸é Ä«Å×°í¸®°¡ ÇѰ³ÀÌ»ó ÀÖ¾î¾ß¸¸ ÇÕ´Ï´Ù";
-
-// send trackbacks page
-$messages["send_trackback_pings"] = "Æ®·¢¹é ÇÎÀ» º¸³À´Ï´Ù";
-$messages["links_found"] = "´ÙÀ½ÀÇ ¸µÅ©¸¦ ã¾Ò½À´Ï´Ù. Æ®·¢¹é ÇÎÀ» º¸³¾ ¸µÅ©¿¡ Ã¼Å©ÇØ ÁֽʽÿÀ(½Ã°£ÀÌ Á» °É¸± ¼öµµ ÀÖ½À´Ï´Ù)";
-$messages["trackbacks_no_urls_selected"] = "¼±ÅÃµÈ URLÀÌ ¾ø¾î¼ Æ®·¢¹é ÇÎÀ» º¸³»Áö ¾Ê¾Ò½À´Ï´Ù.";
-$messages["trackbacks_received_ok"] = "´ÙÀ½ È£½ºÆ®µéÀº Æ®·¢¹é ÇÎÀ» ¹«»çÈ÷ ¹Þ¾Ò½À´Ï´Ù:";
-$messages["trackbacks_no_trackback"] = "´ÙÀ½¸µÅ©´Â ¿Ã¹Ù¸¥ Æ®·¢¹é ¸µÅ©°¡ ¾Æ´Õ´Ï´Ù: ";
-$messages["trackbacks_problems_sending"] = "´ÙÀ½ È£½ºÆ®µé¿¡ Æ®·¢¹é ÇÎÀ» º¸³»´øÁß ¹®Á¦°¡ ¹ß»ýÇß½À´Ï´Ù.
-¿øÇÑ´Ù¸é ³ªÁß¿¡ ´Ù½Ã º¸³¾ ¼ö ÀÖ½À´Ï´Ù..";
-$messages["trackbacks_received_all_hosts"] = "¸ðµç È£½ºÆ®¿¡ Æ®·¢¹é ÇÎÀ» º¸³Â½À´Ï´Ù.";
-$messages["ping_selected"] = "¼±ÅÃÇÑ »çÀÌÆ®¿¡ Çκ¸³»±â";
-
-// edit posts
-$messages["author"] = "±Û¾´ÀÌ";
-$messages["category_all"] = "¸ðµÎ";
-$messages["author_all"] = "¸ðµÎ";
-$messages["update"] = "¼öÁ¤";
-$messages["date"] = "³¯Â¥";
-$messages["stats"] = "»óÅÂ";
-$messages["delete"] = "»èÁ¦";
-
-$messages["delete_selected"] = "¼±ÅÃÇÑ °ÍµéÀ» Áö¿ó´Ï´Ù";
-
-// edit post
-$messages["edit_post"] = "±Û ¼öÁ¤";
-$messages["error_getting_post_to_update"] = "¼±ÅÃÇÑ ±ÛÀ» ¼öÁ¤ÇÏ´Â µµÁß ¿¡·¯°¡ ¹ß»ýÇß½À´Ï´Ù.";
-$messages["error_updating_post_in_database"] = "µ¥ÀÌÅͺ£À̽º¿¡¼ ¿¡·¯¹ß»ý.";
-$messages["post_successfully_updated"] = "±ÛÀÌ ¹«»çÈ÷ ¼öÁ¤µÇ¾ú½À´Ï´Ù.";
-$messages["notification_removed"] = "ÀÌ ±Û¿¡ ´ëÇÑ ¾Ë¸²¼³Á¤ÀÌ ÇØÁ¦µÇ¾ú½À´Ï´Ù.";
-
-// post statistics
-$messages["statistics_for_post"] = "ÀÌ ±Û¿¡ ´ëÇÑ Åë°è ";
-$messages["error_fetching_post"] = "µ¥ÀÌÅ͸¦ °¡Á®¿À´Â µµÁß ¿¡·¯°¡ ¹ß»ýÇß½À´Ï´Ù.";
-$messages["times_post_has_been_read"] = "Á¶È¸¼ö: ";
-$messages["referers"] = "ÂüÁ¶";
-$messages["id"] = "Id";
-$messages["url"] = "Url";
-$messages["hits"] = "Hits";
-$messages["trackbacks"] = "Æ®·¢¹é";
-
-// post comments
-$messages["error_fetching_comments"] = "ÄÚ¸àÆ®¸¦ °¡Á®¿À´Â µµÁß ¿¡·¯°¡ ¹ß»ýÇß½À´Ï´Ù";
-$messages["comments_for_post"] = "ÀÌ ±Û¿¡ ´Þ¸° ÄÚ¸àÆ® ";
-$messages["email"] = "E-Mail";
-$messages["ip_address"] = "IP ÁÖ¼Ò";
-
-// delete comments
-$messages["error_no_comments_selected"] = "¼±ÅÃµÈ ÄÚ¸àÆ®°¡ ¾ø½À´Ï´Ù.";
-$messages["error_deleting_comment"] = "ÄÚ¸àÆ®¸¦ Áö¿ì´ø Áß ¿¡·¯°¡ ¹ß»ýÇß½À´Ï´Ù ";
-$messages["comment_deleted_ok"] = "ÄÚ¸àÆ® \"%s\" ¸¦ »èÁ¦Çß½À´Ï´Ù.";
-
-
-// categories list
-$messages["category_name"] = "À̸§";
-
-// removing posts
-$messages["post_cannot_be_deleted"] = "±ÛÀ» Áö¿ï ¼ö ¾ø½À´Ï´Ù";
-$messages["no_posts_selected"] = "Áö¿ì±â À§ÇØ ¼±ÅÃÇÑ ±ÛÀÌ ¾ø½À´Ï´Ù.";
-// %s = subject of the post, %d = identifier of the post. feel free to change its order
-// but if you remove them there will be no information about which post was removed...
-$messages["error_deleting_post"] = "\"%s\"¸¦ Áö¿ì´ø µµÁß ¿¡·¯¹ß»ý (id = %d)";
-$messages["post_deleted_ok"] = "\"%2\$s\"¸¦ Áö¿ü½À´Ï´Ù. (id = %1\$d)";
-
-// delete categories
-$messages["no_categories_selected"] = "Áö¿ì±â À§ÇØ ¼±ÅÃÇÑ Ä«Å×°í¸®°¡ ¾ø½À´Ï´Ù.";
-$messages["error_category_has_articles"] = "\"%s\"Ä«Å×°í¸®¿¡ ÇØ´çÇÏ´Â ±ÛÀÌ ÀÖ¾î¼ Ä«Å×°í¸®¸¦ Áö¿ï ¼ö ¾ø½À´Ï´Ù. Ä«Å×°í¸®¾ÈÀÇ ±ÛÀ» Áö¿îµÚ ´Ù½Ã ½ÃµµÇØ ÁֽʽÿÀ.";
-$messages["error_deleting_category"] = "\"%s\"Ä«Å×°í¸®¸¦ Áö¿ì´Â µ¿¾È µ¥ÀÌÅͺ£À̽º¿¡¼ ¿¡·¯°¡ ¹ß»ýÇß½À´Ï´Ù.";
-$messages["category_deleted_ok"] = "\"%s\"Ä«Å×°í¸®°¡ ¹«»çÈ÷ Áö¿öÁ³½À´Ï´Ù.";
-
-// add category
-$messages["add_new_category"] = "»õ Ä«Å×°í¸® Ãß°¡";
-$messages["add_new_category_info"] = "»õ Ä«Å×°í¸®¿¡ ÀûÇÕÇÑ À̸§À» ³Ö¾î ÁÖ¼¼¿ä.";
-$messages["category_added_ok"] = "Ä«Å×°í¸®°¡ ¹«»çÈ÷ Ãß°¡µÇ¾ú½À´Ï´Ù.";
-$messages["error_adding_article_category"] = "»õ Ä«Å×°í¸®¸¦ Ãß°¡ÇÏ´øÁß ¿¡·¯°¡ ¹ß»ýÇß½À´Ï´Ù.";
-
-// edit categories
-$messages["edit_category"] = "Ä«Å×°í¸® ¼öÁ¤";
-$messages["please_provide_valid_category_name"] = "Ä«Å×°í¸®¿¡ ÀûÇÕÇÑ À̸§À» ³Ö¾î ÁÖ¼¼¿ä.";
-
-// edit category
-$messages["error_incorrect_category_id"] = "À߸øµÈ Ä«Å×°í¸® ÀÔ´Ï´Ù";
-
-// update the category
-$messages["error_fetching_category"] = "Ä«Å×°í¸®¸¦ °¡Á®¿À´ø Áß ¿¡·¯°¡ ¹ß»ýÇß½À´Ï´Ù.";
-$messages["error_updating_category"] = "Ä«Å×°í¸®¸¦ ¼öÁ¤ÇÏ´ø Áß ¿¡·¯°¡ ¹ß»ýÇß½À´Ï´Ù.";
-$messages["error_empty_category_name"] = "Ä«Å×°í¸® À̸§À» ÀÔ·ÂÇØ¾ß ÇÕ´Ï´Ù.";
-$messages["category_updated_ok"] = "Ä«Å×°í¸®°¡ ¹«»çÈ÷ ¼öÁ¤µÇ¾ú½À´Ï´Ù.";
-
-// edit links
-$messages["link_name"] = "À̸§";
-$messages["link_url"] = $messages["url"];
-$messages["link_category"] = $messages["category"];
-$messages["link_description"] = "¼³¸í";
-$messages["links"] = "¸µÅ©";
-
-// edit a link
-$messages["error_provide_name_and_url"] = "¸µÅ©¿¡ »ç¿ëÇÒ À̸§°ú URLÀÌ ÇÊ¿äÇÕ´Ï´Ù.";
-$messages["error_invalid_link_id"] = "¸µÅ© id°¡ ¾ø°Å³ª À߸øµÇ¾îÀÖ½À´Ï´Ù.";
-$messages["error_fetching_link"] = "¸µÅ©¸¦ °¡Á®¿À´ø µµÁß ¿¡·¯°¡ ¹ß»ýÇß½À´Ï´Ù.";
-$messages["error_updating_link"] = "¸µÅ©¸¦ ¼öÁ¤ÇÏ´ø µµÁß ¿¡·¯°¡ ¹ß»ýÇß½À´Ï´Ù.";
-$messages["link_updated_ok"] = "¸µÅ©°¡ ¹«»çÈ÷ ¼öÁ¤µÇ¾ú½À´Ï´Ù!";
-$messages["error_fetching_link_categories"] = "¸µÅ© Ä«Å×°í¸®¸¦ °¡Á®Á®¿À´ø µµÁß ¿¡·¯°¡ ¹ß»ýÇß½À´Ï´Ù.";
-
-// add a link
-$messages["add_new_link"] = "»õ ¸µÅ©Ãß°¡";
-$messages["add_link"] = "¸µÅ©Ãß°¡";
-$messages["error_adding_link"] = "¸µÅ©¸¦ Ãß°¡ÇÏ´ø µµÁß ¿¡·¯°¡ ¹ß»ýÇß½À´Ï´Ù.";
-$messages["link_added_ok"] = "¸µÅ©°¡ ¹«»çÈ÷ Ãß°¡µÇ¾ú½À´Ï´Ù.";
-$messages["error_provide_name_and_url"] = "À̸§ÀÌ ¾ø°Å³ª À߸øµÈ ÁÖ¼ÒÀÔ´Ï´Ù.";
-$messages["error_must_have_one_link_category"] = "¸µÅ©¸¦ Ãß°¡ÇÏ·Á¸é ¸µÅ©Ä«Å×°í¸®°¡ ÃÖ¼ÒÇÑ ÇѰ³´Â ÀÖ¾î¾ß ÇÕ´Ï´Ù.";
-
-// delete a link
-$messages["error_no_links_selected"] = "Áö¿ì±â À§ÇØ ¼±ÅÃÇÑ ¸µÅ©°¡ ¾ø½À´Ï´Ù.";
-$messages["error_removing_link"] = "\"%s\"¸¦ Áö¿ì´ø µµÁß µ¥ÀÌÅͺ£À̽º¿¡·¯¹ß»ý";
-$messages["link_deleted_ok"] = "¸µÅ© \"%s\"¸¦ Áö¿ü½À´Ï´Ù.";
-
-// edit link categories
-$messages["add_link_category"] = "»õ ¸µÅ© Ä«Å×°í¸® Ãß°¡";
-$messages["link_categories_help"] = "¸µÅ©¸¦ Ãß°¡ÇÏ·Á¸é ¸µÅ©Ä«Å×°í¸®°¡ ÃÖ¼ÒÇÑ ÇѰ³´Â ÀÖ¾î¾ß ÇÕ´Ï´Ù.";
-$messages["link_category_name"] = "À̸§";
-$messages["link_category_links"] = "¸µÅ©";
-
-// new link category
-$messages["new_link_category_info"] = "¸µÅ© Ä«Å×°í¸®´Â ¸ð¾Æ³õÀº ¸µÅ©¸¦ ºÐ·ùÇÒ ¼ö ÀÖ°Ô µµ¿ÍÁÝ´Ï´Ù. ¶ÇÇÑ ¸ÞÀÎÆäÀÌÁö¿¡¼ ÀÌ Ä«Å×°í¸®¸¦ ÀÌ¿ëÇØ¼ ±×·ìÈµÈ ¸µÅ©¸¦ º¸¿©ÁÙ ¼ö ÀÖ½À´Ï´Ù.";
-$messages["add_link_category"] = "»õ ¸µÅ©Ä«Å×°í¸® Ãß°¡";
-$messages["error_provide_link_category_name"] = "À¯È¿ÇÑ ¸µÅ©Ä«Å×°í¸® À̸§ÀÌ ÀÖ¾î¾ß ÇÕ´Ï´Ù.";
-$messages["error_adding_link_category"] = "¸µÅ©Ä«Å×°í¸®¸¦ Ãß°¡ÇÏ´ø µµÁß ¿¡·¯°¡ ¹ß»ýÇß½À´Ï´Ù..";
-$messages["link_category_added_ok"] = "¸µÅ©Ä«Å×°í¸®°¡ ¹«»çÈ÷ Ãß°¡µÇ¾ú½À´Ï´Ù.";
-
-// edit link category
-$messages["edit_link_category"] = "¸µÅ©Ä«Å×°í¸® ¼öÁ¤";
-$messages["error_updating_link_category"] = "¸µÅ©Ä«Å×°í¸®¸¦ ¼öÁ¤ÇÏ´Â µµÁß ¿¡·¯°¡ ¹ß»ýÇß½À´Ï´Ù.";
-$messages["link_category_updated_ok"] = "¸µÅ©Ä«Å×°í¸®°¡ ¹«»çÈ÷ ¼öÁ¤µÇ¾ú½À´Ï´Ù.";
-$messages["error_fetching_link_category"] = "¸µÅ©Ä«Å×°í¸®¸¦ °¡Á®¿À´Â µµÁß ¿¡·¯°¡ ¹ß»ýÇß½À´Ï´Ù.";
-$messages["error_incorrect_link_category_id"] = "À߸øµÈ ¸µÅ©Ä«Å×°í¸® ½Äº°ÀÚ";
-
-
-// delete link categories
-$messages["error_no_link_category_selected"] = "Áö¿ì±â À§ÇØ ¼±ÅÃÇÑ ¸µÅ©Ä«Å×°í¸®°¡ ¾ø½À´Ï´Ù.";
-$messages["error_links_in_link_category"] = "¸µÅ© Ä«Å×°í¸®¿¡ ¸µÅ©°¡ ÀÖ¾î¼ Áö¿ï ¼ö ¾ø½À´Ï´Ù. ¸µÅ©µð·ºÅ丮¸¦ ºñ¿ì°í ´Ù½Ã ½ÃµµÇØ ÁֽʽÿÀ.";
-$messages["error_removing_link_category"] = "Ä«Å×°í¸® \"%s\"¸¦ Áö¿ì´ø µµÁß ¿¡·¯¹ß»ý";
-$messages["link_category_deleted_ok"] = "¸µÅ©Ä«Å×°í¸® \"%s\"¸¦ Áö¿ü½À´Ï´Ù.";
-// this error is shown when for some reason the category could not be fetched from the database
-// and we can't show its name
-$messages["error_removing_link_category_2"] = "¸µÅ©Ä«Å×°í¸®¸¦ »èÁ¦ÇÏ´ø µµÁß ¿¡·¯°¡ ¹ß»ýÇß½À´Ï´Ù id = %d";
-
-// blog settings page
-$messages["blog_settings"] = "ºí·Î±× ¼³Á¤";
-$messages["user_profile"] = "»ç¿ëÀÚ Á¤º¸";
-$messages["plugin_center"] = "Ç÷¯±×ÀÎ ¼¾ÅÍ";
-$messages["statistics"] = "Åë°è";
-$messages["blog_name"] = "ºí·Î±× À̸§";
-$messages["long_blog_name"] = "ºí·Î±×¿¡ ´ëÇÑ ¼³¸í";
-$messages["language_used"] = "»ç¿ëÇÒ ¾ð¾î";
-$messages["items_main_page"] = "¸ÞÀÎÆäÀÌÁö¿¡ º¸¿©ÁÙ ±Û °¹¼ö";
-$messages["items_as_recent"] = "\"ÃÖ±Ù±Û\"¿¡ º¸¿©ÁÙ ±Û °¹¼ö";
-$messages["template_used"] = "ºí·Î±×¿¡ »ç¿ëÇÒ ÅÛÇø´(½ºÅ²)";
-$messages["cut_posts"] = "±ÛÀÌ ³Ê¹« ±æ¸é \"´õº¸±â\"·Î ¸µÅ©ÇϽðڽÀ´Ï±î?";
-$messages["cut_posts_after_characters"] = "¸î ±ÛÀÚ ÀÌ»óÀÌ µÇ¸é ÀÚ¸£°Ú½À´Ï±î?";
-$messages["enable_wysiwyg_edition"] = "WYSIWYG ¿¡µðÅ͸¦ »ç¿ëÇϽðڽÀ´Ï±î(ÀÎÅÍ³Ý ÀͽºÇ÷η¯ 5.5, ¸ðÁú¶ó 1.3b ÀÌ»óÀÇ ¹öÀü¿¡¼¸¸ µ¿ÀÛÇÕ´Ï´Ù)?";
-$messages["enable_comments"] = "¸ðµç ±Û¿¡ ÄÚ¸àÆ®¸¦ ´Þ ¼ö ÀÖ°Ô ÇϽðڽÀ´Ï±î?";
-$messages["yes"] = "¿¹";
-$messages["no"] = "¾Æ´Ï¿À";
-$messages["error_invalid_locale"] = "À߸øµÈ ·ÎÄÉÀÏ ÀÔ´Ï´Ù";
-$messages["error_incorrect_max_recent_items"] = "ÃÖ±Ù±Û¿¡ º¸¿©ÁÙ ±Û °¹¼ö°¡ ¹Ù¸£Áö ¾Ê½À´Ï´Ù.";
-$messages["error_incorrect_number_of_posts"] = "¸ÞÀÎÆäÀÌÁö¿¡ º¸¿©ÁÙ ±Û °¹¼ö°¡ ¹Ù¸£Áö ¾Ê½À´Ï´Ù.";
-$messages["error_incorrect_template"] = "À߸øµÈ ÅÛÇø´ ÀÔ´Ï´Ù.";
-$messages["error_no_blog_name"] = "ºí·Î±× À̸§ÀÌ ¾ø½À´Ï´Ù.";
-$messages["error_incorrect_show_more_threshold"] = "\"´õº¸±â\"·Î Á¦ÇÑÇÒ ±ÛÀÚ ¼ö °¡ ¹Ù¸£Áö ¾Ê½À´Ï´Ù.";
-$messages["error_updating_settings"] = "ºí·Î±× ¼³Á¤À» ¾÷µ¥ÀÌÆ® ÇÏ´Â µµÁß ¿¡·¯°¡ ³µ½À´Ï´Ù.";
-$messages["blog_settings_updated_ok"] = "ºí·Î±× ¼³Á¤ÀÌ ¹«»çÈ÷ ¼öÁ¤ µÇ¾ú½À´Ï´Ù!";
-$messages["permanent_blog_url"] = "ÀÌ ºí·Î±×ÀÇ ¸ÞÀÎ URL(¼öÁ¤ºÒ°¡´É)";
-
-// user profile page
-$messages["username"] = "»ç¿ëÀÚÀ̸§";
-$messages["password"] = "ºñ¹Ð¹øÈ£";
-$messages["confirm_password"] = "ºñ¹Ð¹øÈ£ È®ÀÎ";
-$messages["email_address"] = "Email ÁÖ¼Ò";
-$messages["bio"] = "Bio";
-$messages["empty_no_change"] = "º¯°æÇÒ¶§¸¸ ÀÔ·ÂÇØ ÁֽʽÿÀ";
-$messages["user_settings_updated_ok"] = "»ç¿ëÀÚ ¼³Á¤ÀÌ ¹«»çÈ÷ º¯°æµÇ¾ú½À´Ï´Ù.";
-$messages["error_updating_user_settings"] = "»ç¿ëÀÚ ¼³Á¤À» º¯°æÇÏ´ø Áß ¿¡·¯°¡ ¹ß»ýÇß½À´Ï´Ù.";
-$messages["error_passwords_dont_match"] = "ºñ¹Ð¹øÈ£°¡ ÀÏÄ¡ÇÏÁö ¾Ê½À´Ï´Ù.";
-$messages["error_incorrect_password"] = "ºñ¹Ð¹øÈ£°¡ ¿Ã¹Ù¸£Áö ¾Ê½À´Ï´Ù.";
-$messages["error_incorrect_email_address"] = "Email ÁÖ¼Ò°¡ ¿Ã¹Ù¸£Áö ¾Ê½À´Ï´Ù.";
-
-// plugin center page
-$messages["plugins_available"] = "ÅÛÇø´¿¡¼ »ç¿ë°¡´ÉÇÑ Ç÷¯±×ÀÎ ¸ñ·Ï";
-$messages["identifier"] = "À̸§";
-$messages["description"] = "¼³¸í";
-$messages["error_plugins_disabled"] = "ÀÌ »çÀÌÆ®¿¡¼´Â Ç÷¯±×ÀÎÀ» »ç¿ëÇÒ ¼ö ¾ø½À´Ï´Ù.";
-
-// statistics page
-$messages["statistics_info"] = "±Û id 0¹ø¿¡ °üÇÑ °ÍÀº »çÀÌÆ® ¸ÞÀÎÆäÀÌÁö¿¡ °üÇÑ °ÍÀÔ´Ï´Ù.";
-$messages["article_id"] = "±Û id";
-$messages["last_hit_date"] = "¸¶Áö¸· Á¶È¸ÀÏ";
-$messages["error_fetching_referers"] = "ÂüÁ¶ÁÖ¼Ò¸¦ °¡Á®¿À´Â µ¿¾È ¿¡·¯°¡ ¹ß»ýÇß½À´Ï´Ù";
-
-
-// login screen
-$messages["login_page_title"] = "pLog °ü¸®ÀÚ ÆäÀÌÁö";
-$messages["login"] = "·Î±×ÀÎ";
-$messages["welcome_message"] = "pLog¿¡ ¿À½Å°ÍÀ» ȯ¿µÇÕ´Ï´Ù";
-$messages["error_incorrect_username_or_password"] = "¾ÆÀ̵𳪠ºñ¹Ð¹øÈ£°¡ ¹Ù¸£Áö ¾Ê½À´Ï´Ù.";
-$messages["error_dont_belong_to_any_blog"] = "¾î´À ºí·Î±×¿¡µµ ¼Ò¼ÓµÇ¾î ÀÖÁö ¾Ê½À´Ï´Ù.";
-$messages["error_no_username_or_password"] = "¿Ã¹Ù¸¥ »ç¿ëÀÚÀ̸§/ºñ¹Ð¹øÈ£°¡ ¾Æ´Õ´Ï´Ù.";
-$messages["choose_one_blog"] = "´ÙÀ½ ºí·Î±×¿¡ ¼Ò¼ÓµÇ¾î ÀÖ½À´Ï´Ù. »ç¿ëÇÏ½Ç ºí·Î±×¸¦ ¼±ÅÃÇØ ÁֽʽÿÀ";
-$messages["continue"] = "°è¼Ó";
-$messages["logout_message"] = "¹«»çÈ÷ ·Î±×¾Æ¿ô µÇ¾ú½À´Ï´Ù.";
-$messages["logout_message_2"] = "<a href=\"admin.php\">¿©±â¸¦ Ŭ¸¯</a>Çϼż ´Ù½Ã ·Î±×ÀÎ ÇϽðųª <a href=\"%1\$s\">%2\$s</a>·Î °¡½Ç ¼ö ÀÖ½À´Ï´Ù.";
-$messages["logout_title"] = "·Î±×¾Æ¿ô";
-$messages["error_access_forbidden"] = "Á¢±ÙÀÌ ±ÝÁöµÇ¾î ÀÖ½À´Ï´Ù. here¸¦ Ŭ¸¯Çؼ ·Î±×ÀÎ ÇØ ÁֽʽÿÀ..";
-
-/////////////////////////////////////////////////////////////////////
-//
-//
-// new strings added for 0.2
-//
-//
-////////////////////////////////////////////////////////////////////
-$messages["site_admin"] = "»çÀÌÆ® °ü¸®";
-$messages["site_stats"] = "»çÀÌÆ® Åë°è";
-$messages["add_user"] = "»ç¿ëÀÚ Ãß°¡";
-$messages["users"] = "»ç¿ëÀÚ";
-$messages["add_blog"] = "ºí·Î±× Ãß°¡";
-$messages["blogs"] = "ºí·Î±×";
-$messages["locales"] = "·ÎÄÉÀÏ";
-$messages["add_locale"] = "·ÎÄÉÀÏ Ãß°¡";
-$messages["templates"] = "ÅÛÇø´";
-$messages["add_template"] = "ÅÛÇø´ Ãß°¡";
-$messages["global_settings"] = "Àüü¼³Á¤(Global Settings)";
-$messages["site_settings"] = "»çÀÌÆ® ¼³Á¤";
-$messages["help_comments_enabled"] = "Enables or disables comments for the whole site.";
-$messages["help_beautify_comments_text"] = "Respects user formatting when posting a comment.";
-$messages["help_rdf_enabled"] = "Enables or disables the generation of an RDF feed with the latest posts.";
-$messages["help_temp_folder"] = "Folder that will be used by pLog to carry out some operations that need a temporary folder.";
-$messages["help_base_url"] = "This URL will be used to generate correct URLs, so please set it to the correct value";
-$messages["help_show_posts_max"] = "How many posts will be shown in the main page by default.";
-$messages["help_recent_posts_max"] = "How many posts will be shown as recent, by default.";
-$messages["help_template_folder"] = "This is where the templates used by pLog can be found.";
-$messages["help_default_template"] = "The template that will be given by default to new blogs.";
-$messages["help_defalut_locale"] = "The default locale settings that will be used for new blogs and in the login page of the administration interface.";
-$messages["help_html_allowed_tags_in_comments"] = "HTML tags that will not be removed from comments posted by users.";
-$messages["help_referer_tracker_enabled"] = "Adds very basic information from about the referrer to the database, if the referrer is available when receiving a request.";
-$messages["help_rss_parser_enabled"] = "Enables or disables the RSS parser that is available in the templates.";
-$messages["help_show_more_enabled"] = "Enables or disables the \"More...\" feature by default.";
-$messages["help_show_more_threshold"] = "How many characters should be left before the more link is added.";
-$messages["help_update_article_reads"] = "Whether to update or not the internal counter representing the number of times each article has been read.";
-$messages["help_request_format_mode"] = "\"Plain\" mode will generate normal URLs while \"Search Engine Friendly\" will generate URLs that are easier to read and that will be parsed by search engines. Requires Apache and the possibility to use a .htaccess file";
-$messages["help_xmlrpc_ping_enabled"] = "Whether to send an XMLRPC notification to the hosts configured below every time a post is added.";
-$messages["help_xmlrpc_ping_hosts"] = "List of hosts that support XMLRPC notifications. Please put different hosts in different lines, as many as needed.";
-$messages["help_trackback_server_enabled"] = "Whether to accept or not incoming trackback requests.";
-$messages["help_htmlarea_enabled"] = "Enables or disables the WYSIWYG editor of posts.";
-$messages["help_plugin_manager_enabled"] = "Enables or disables plugins.";
-$messages["help_check_email_address_validity"] = "When registering a new blog, users are asked for a valid email address which will be verified for authenticity if this is set to true.";
-$messages["help_summary_page_show_max"] = "How many items should be shown in the summary page.";
-$messages["help_minimum_password_length"] = "How many characters should have at least a password.";
-$messages["help_users_can_add_templates"] = "Whether users are allowed to add new blog-specific templates or not to their blogs.";
-$messages["help_email_service_enabled"] = "Enables or disables the email service, used to send for example article notifications.";
-$messages["post_notification_source_address"] = "Address that will be used as the From: field when sending out emails.";
-$messages["help_email_service_type"] = "Method that will be used to send emails. Please choose one of them and do not forget to check the settings below.";
-$messages["help_smtp_host"] = "If using SMTP as the email sending method, this is the host that will be used to send the messages.";
-$messages["help_smtp_port"] = "Port in the host above specified where the SMTP server is running.";
-$messages["help_smtp_use_authentication"] = "If the SMTP server supports authentication and would like to use it, please enable this feature and see the two settings below.";
-$messages["help_smtp_username"] = "Username that will be used when sending emails using SMTP and authentication has been enabled.";
-$messages["help_smtp_password"] = "Password that will be used when sending emails using SMTP and authentication has been enabled.";
-$messages["help_uploads_enabled"] = "Enables or disables the uploading of files. This feature will affect the uploading of new template sets and the adding of files to current existing template sets.";
-$messages["help_maximum_file_upload_size"] = "Maximum size in bytes of files uploaded by users.";
-$messages["help_upload_forbidden_files"] = "List of file patterns that are not allowed to be uploaded. You can specify as many as needed separated by a blank space.";
-$messages["help_path_to_tar"] = "Path where the 'tar' tool can be found.";
-$messages["help_path_to_gzip"] = "Path where the 'gzip' tool can be found.";
-$messages["help_path_to_bz2"] = "Path where the 'bzip2' tool can be found.";
-$messages["help_path_to_unzip"] = "Path where the 'unzip' tool can be found.";
-
-$messages["add_user_give_information"] = "»õ »ç¿ëÀÚ¸¦ Ãß°¡Çϱâ À§ÇØ ¾Æ·¡ÀÇ Ç׸ñµéÀ» ä¿öÁֽʽÿÀ.";
-
-$messages["site_registered_users"] = "ÀÌ ¼¹ö¿¡ µî·ÏµÈ ¸ðµç »ç¿ëÀÚµé ÀÔ´Ï´Ù.";
-
-$messages["add_blog_give_information"] = "»õ ºí·Î±×¸¦ ¸¸µé±â À§ÇØ ¾Æ·¡ÀÇ Ç׸ñµéÀ» ä¿öÁֽʽÿÀ.";
-$messages["blog_title"] = "ºí·Î±× Á¦¸ñ";
-$messages["blog_owner"] = "ºí·Î±× ÁÖÀÎ";
-
-$messages["site_registered_blogs"] = "ÀÌ »çÀÌÆ®¿¡ µî·ÏµÈ ¸ðµç ºí·Î±× ÀÔ´Ï´Ù.";
-$messages["edit_users"] = "»ç¿ëÀÚ ¼öÁ¤";
-
-$messages["upload_locale"] = "·ÎÄÉÀÏ ¾÷·Îµå";
-$messages["use_this_form_to_upload_locale"] = "»õ·Î¿î ·ÎÄÉÀÏÀ» ¼¹ö¿¡ ¾÷·Îµå ÇÏ·Á¸é ÀÌ ÆûÀ» »ç¿ëÇϽʽÿÀ. ¾÷·Îµå ÇÒ ÆÄÀÏÀÌ ¾øÀ¸¸é ¾Æ·¡ÀÇ ÆûÀ» ÀÌ¿ëÇϽʽÿÀ.";
-$messages["locale_file"] = "·ÎÄÉÀÏÆÄÀÏ";
-$messages["manually_add_locale"] = "¼öµ¿À¸·Î ·ÎÄÉÀÏ Ãß°¡";
-$messages["use_this_form_if_cant_upload_locale"] = "ÆÄÀÏÀ» ¼¹ö¿¡ ¿Ã¸± ¼ö ¾øÀ¸¸é ÀÌ ÆûÀ» »ç¿ëÇϽʽÿÀ. ÆÄÀÏÀº ±âº» ÅÛÇø´ Æú´õ¿¡ Ä«ÇǵǾî ÀÖ¾î¾ß ÇÕ´Ï´Ù. ±×·¸Áö ¾ÊÀ¸¸é ¿¡·¯°¡ ¹ß»ýÇÕ´Ï´Ù.";
-$messages["locale_code"] = "·ÎÄÉÀÏ ÄÚµå";
-$messages["locale_encoding"] = "·ÎÄÉÀÏÀÎÄÚµù";
-
-$messages["template_will_be_available_for_all"] = "ÅÛÇø´À» Ãß°¡Çϸé ÀÚµ¿À¸·Î ¸ðµç ºí·Î±×¿¡¼ »ç¿ëÇÒ ¼ö ÀÖ°Ô µË´Ï´Ù.";
-
-$messages["use_this_form_to_upload_template"] = "»õ·Î¿î ÅÛÇø´À» ¼¹ö¿¡ ¾÷·Îµå ÇÏ·Á¸é ÀÌ ÆûÀ» »ç¿ëÇϽʽÿÀ. ¾÷·Îµå ÇÒ ÆÄÀÏÀÌ ¾øÀ¸¸é ¾Æ·¡ÀÇ ÆûÀ» ÀÌ¿ëÇϽʽÿÀ.
-ÅÛÇø´Àº ¹Ýµå½Ã zip, tar.gz, tar.bz2ÀÇ ÇüÅ·Π¿Ã·Á¾ß ÇÕ´Ï´Ù.";
-$messages["locale_file"] = "·ÎÄÉÀÏ ÆÄÀÏ";
-$messages["upload_template"] = "¾÷·Îµå ÅÛÇø´";
-$messages["manually_add_template"] = "¼öµ¿À¸·Î ÅÛÇø´ Ãß°¡";
-$messages["use_this_form_if_cannot_upload_template"] = "¾÷·ÎµåÇÒ ÆÄÀÏÀÌ ¾øÀ¸¸é ÀÌ ÆûÀ» »ç¿ëÇϽʽÿÀ. ÆÄÀÏÀº ±âº» ÅÛÇø´ Æú´õ¿¡ Ä«ÇǵǾî ÀÖ¾î¾ß ÇÕ´Ï´Ù. ±×·¸Áö ¾ÊÀ¸¸é ¿¡·¯°¡ ¹ß»ýÇÕ´Ï´Ù.";
-$messages["template_id"] = "ÅÛÇø´ À̸§";
-
-$messages["templates_available_for_all"] = "ÀÌÁ¦ ÀÌ ÅÛÇø´À» »çÀÌÆ®³»ÀÇ ¸ðµç ºí·Î±×¿¡¼ »ç¿ë°¡´ÉÇÕ´Ï´Ù.";
-$messages["add_file"] = "ÆÄÀÏ Ãß°¡";
-
-$messages["setting_name"] = "À̸§";
-$messages["setting_value"] = "°ª";
-$messages["setting_description"] = "¼³¸í";
-
-$messages["plain"] = "Æò¹®";
-$messages["search_engine_friendly"] = "¼Ä¡¿£Áø¿¡ Ä£¼÷ÇϰÔ";
-
-$messages["general_settings"] = "ÀÏ¹Ý ¼³Á¤";
-$messages["helper_tools_settings"] = "µµ¿ò¸» Åø ¼³Á¤";
-$messages["uploads_settings"] = "¾÷·Îµå ¼³Á¤";
-$messages["email_settings"] = "Email ¼³Á¤";
-
-$messages["number_blogs"] = "ÃÑ ºí·Î±× ¼ö";
-$messages["number_users"] = "ÃÑ »ç¿ëÀÚ ¼ö";
-$messages["number_posts"] = "ÃÑ ±Û ¼ö";
-$messages["number_posts_today"] = "¿À´Ã ¾´ ±Û ¼ö";
-$messages["number_posts_this_month"] = "À̹ø´Þ¿¡ ¾´ ±Û ¼ö";
-
-$messages["date"] = "³¯Â¥";
-$messages["time"] = "½Ã°£";
-
-$messages["comments_order"] = "ÄÚ¸àÆ® Á¤·Ä ¼ø¼:";
-$messages["oldest_first"] = "óÀ½±ÛÀÌ À§·Î";
-$messages["newest_first"] = "³ªÁß±ÛÀÌ À§·Î";
-
-$messages["blog"] = "ºí·Î±×";
-$messages["blog_id"] = "ºí·Î±× id ¹øÈ£";
-
-$messages["blog_users"] = "ºí·Î±× »ç¿ëÀÚ";
-$messages["available_users"] = "»ç¿ë°¡´ÉÇÑ »ç¿ëÀÚ";
-$messages["add"] = "Ãß°¡";
-$messages["remove"] = "Á¦°Å";
-
-$messages["user_id"] = "»ç¿ëÀÚ id ¹øÈ£";
-
-$messages["new_password"] = "»õ ºñ¹Ð¹øÈ£";
-$messages["has_administrator_privileges"] = "°ü¸®±ÇÇÑÀ» °¡Áö°í ÀÖ½À´Ï´Ù";
-$messages["related_to_the_following_blogs"] = "°ü·ÃµÈ ºí·Î±×";
-
-$messages["add_user_to_blog_form"] = " ÀÌ ÆûÀ» »ç¿ëÇØ¼ »ç¿ëÀÚ¸¦ Ãß°¡ÇÒ ¼ö ÀÖ½À´Ï´Ù. Ãß°¡µÈ »ç¿ëÀÚ´Â ±ÛÀ» ¿Ã¸®°í ¼öÁ¤ÇÒ ¼ö´Â ÀÖÁö¸¸ ¼³Á¤À» º¯°æÇÒ ¼ö´Â ¾ø½À´Ï´Ù.";
-$messages["add_user_enter_username"] = " Ãß°¡ÇÒ »ç¿ëÀÚ À̸§À» ÀÔ·ÂÇØ ÁֽʽÿÀ. »ç¿ëÀÚ´Â ÀÌ »çÀÌÆ®¿¡ µî·ÏÀÌ µÇ¾îÀÖ¾î¾ß ÇÕ´Ï´Ù. ±×·¸Áö ¾ÊÀ»°æ¿ì´Â ¿¡·¯°¡ ¹ß»ýÇÕ´Ï´Ù.";
-$messages["add_user_send_notification"] = "»ç¿ëÀÚ¿¡°Ô À̸ÞÀÏ·Î ¾Ë·ÁÁÝ´Ï´Ù.";
-$messages["add_user_type_notification"] = "À̸ÞÀÏ¿¡ µé¾î°¥ ³»¿ëÀ» ÀÔ·ÂÇØ ÁֽʽÿÀ";
-
-$messages["following_users_have_permissions"] = " ´ÙÀ½ »ç¿ëÀÚµéÀº ÀÌ ºí·Î±×¿¡ ¼Ò¼ÓµÇ¾î ÀÖ½À´Ï´Ù. ±×µéÀº ±ÛÀ» Ãß°¡Çϰí, ¼öÁ¤Çϰí, Áö¿ï ¼ö ÀÖ½À´Ï´Ù. ÇÏÁö¸¸ ¼³Á¤Àº ¾Æ¹«°Íµµ º¯°æÇÒ ¼ö ¾ø½À´Ï´Ù.";
-$messages["revoke_permissions"] = "±ÇÇÑ Á¦°Å";
-
-$messages["add_blog_template"] = "ºí·Î±× ÅÛÇø´ Ãß°¡";
-$messages["manually_add_blog_template"] = "¼öµ¿À¸·Î ºí·Î±× ÅÛÇø´ Ãß°¡";
-$messages["template_available_only_for_this_blog"] = "ÀÌ ÅÛÇø´Àº ÀÌ ºí·Î±×¿¡¼¸¸ »ç¿ë°¡´É ÇÕ´Ï´Ù.";
-$messages["use_form_to_upload_blog_template"] = "»õ·Î¿î ÅÛÇø´À» ¼¹ö¿¡ ¾÷·Îµå ÇÏ·Á¸é ÀÌ ÆûÀ» »ç¿ëÇϽʽÿÀ. ¾÷·Îµå ÇÒ ÆÄÀÏÀÌ ¾øÀ¸¸é ¾Æ·¡ÀÇ ÆûÀ» ÀÌ¿ëÇϽʽÿÀ. ÅÛÇø´Àº ¹Ýµå½Ã zip, tar.gz, tar.bz2ÀÇ ÇüÅ·Π¿Ã·Á¾ß ÇÕ´Ï´Ù.";
-$messages["use_form_if_cannot_upload_blog_template"] = "ÆÄÀÏÀ» ¼¹ö¿¡ ¿Ã¸± ¼ö ¾øÀ¸¸é ÀÌ ÆûÀ» »ç¿ëÇϽʽÿÀ. ÆÄÀÏÀº ±âº» ÅÛÇø´ Æú´õ¿¡ Ä«ÇǵǾî ÀÖ¾î¾ß ÇÕ´Ï´Ù. ±×·¸Áö ¾ÊÀ¸¸é ¿¡·¯°¡ ¹ß»ýÇÕ´Ï´Ù.";
-
-$messages["blog_templates"] = "ºí·Î±× ÅÛÇø´";
-$messages["templates_only_available_for_this_blog"] = "´ÙÀ½ ÅÛÇø´µéÀº ÀÌ ºí·Î±×¿¡¼¸¸ »ç¿ëÇÒ ¼ö ÀÖ½À´Ï´Ù.";
-
-$messages["add_file_to_blog_template"] = "ºí·Î±× ÅÛÇø´ Ãß°¡";
-$messages["upload_file_to_blog_template"] = "Ãß°¡ÇÒ ÅÛÇø´ ÆÄÀÏÀ» ¿Ã·ÁÁֽʽÿÀ.";
-
-$messages["error_user_id_incorrect"] = "»ç¿ëÀÚ ¾ÆÀ̵𰡠¿Ã¹Ù¸£Áö ¾Ê½À´Ï´Ù.";
-$messages["error_incorrect_user_id"] = $messages["error_user_id_incorrect"];
-$messages["error_fetching_user_information"] = "»ç¿ëÀÚ Á¤º¸¸¦ °¡Á®¿À´Â µµÁß ¿¡·¯°¡ ¹ß»ýÇß½À´Ï´Ù.";
-$messages["error_password_incorrect"] = "ºñ¹Ð¹øÈ£°¡ ³Ê¹« ª°Å³ª ¹Ù¸£Áö ¾Ê½À´Ï´Ù.";
-$messages["error_updating_user_settings"] = "Áö±Ý »ç¿ëÀÚ´Â ¼³Á¤À» º¯°æÇÒ ¼ö ¾ø½À´Ï´Ù.";
-$messages["user_settings_updated_ok"] = "»ç¿ëÀÚ \"%s\"¿¡ ´ëÇÑ ¼³Á¤ÀÌ º¯°æµÇ¾ú½À´Ï´Ù.";
-$messages["error_no_users_selected_to_add"] = "¼±ÅÃÇÑ »ç¿ëÀÚ°¡ ¾ø½À´Ï´Ù.";
-$messages["user_added_to_blog_ok"] = "»ç¿ëÀÚ \"%s\"°¡ ºí·Î±×¿¡ Ãß°¡µÇ¾ú½À´Ï´Ù.";
-$messages["error_adding_user_to_blog"] = "»ç¿ëÀÚ \"%s\"¸¦ ºí·Î±×¿¡ Ãß°¡ÇÏ´ø µµÁß ¿¡·¯°¡ ¹ß»ýÇß½À´Ï´Ù.";
-$messages["error_no_users_selected_to_remove"] = "»èÁ¦Çϱâ À§ÇØ ¼±ÅÃÇÑ »ç¿ëÀÚ°¡ ¾ø½À´Ï´Ù.";
-$messages["user_removed_from_blog_ok"] = "»ç¿ëÀÚ \"%s\"°¡ ÀÌ ºí·Î±×¿¡¼ »èÁ¦µÇ¾ú½À´Ï´Ù.";
-$messages["error_removing_user_from_blog"] = "»ç¿ëÀÚ \"%s\"¸¦ ºí·Î±×¿¡¼ Á¦°ÅÇÏ´ø µµÁß ¿¡·¯°¡ ¹ß»ýÇß½À´Ï´Ù.";
-
-$messages["error_incorrect_plugin_id"] = "Ç÷¯±×ÀÎ id°¡ ¿Ã¹Ù¸£Áö ¾Ê½À´Ï´Ù.";
-$messages["error_configuring_plugin"] = "Ç÷¯±×ÀÎ ¼³Á¤Áß ¿¡·¯°¡ ¹ß»ýÇß½À´Ï´Ù: ";
-$messages["site_config_saved_ok"] = "»çÀÌÆ® ¼³Á¤ÀÌ ¹«»çÈ÷ ÀúÀåµÇ¾ú½À´Ï´Ù.";
-$messages["error_saving_site_config"] = "¼³Á¤À» ÀúÀåÇϴµ¥ ¹®Á¦°¡ ÀÖ½À´Ï´Ù.";
-
-$messages["error_incorrect_blog_owner"] = "¼±ÅÃµÈ À¯Àú°¡ Á¸ÀçÇÏÁö ¾Ê½À´Ï´Ù.";
-$messages["error_updating_blog_settings"] = "ºí·Î±× \"%s\" ¼³Á¤À» º¯°æÇÏ´øÁß ¿¡·¯°¡ ¹ß»ýÇß½À´Ï´Ù.";
-$messages["blog_settings_updated_ok"] = "ºí·Î±× \"%s\"ÀÇ ¼³Á¤ÀÌ ¹«»çÈ÷ º¯°æµÇ¾ú½À´Ï´Ù.";
-
-$messages["error_fetching_users"] = "»ç¿ëÀÚ Á¤º¸¸¦ °¡Á®¿À´øÁß ¿¡·¯°¡ ¹ß»ýÇß½À´Ï´Ù.";
-
-$messages["error_fetching_blogs"] = "ºí·Î±× Á¤º¸¸¦ °¡Á®¿À´øÁß ¿¡·¯°¡ ¹ß»ýÇß½À´Ï´Ù.";
-
-$messages["error_incorrect_template_id"] = "ÅÛÇø´ id°¡ ¿Ã¹Ù¸£Áö ¾Ê°Å³ª Á¸ÀçÇÏÁö ¾Ê½À´Ï´Ù.";
-
-$messages["error_no_users_selected"] = "»èÁ¦Çϱâ À§ÇØ ¼±ÅÃµÈ »ç¿ëÀÚ°¡ ¾ø½À´Ï´Ù.";
-$messages["error_could_not_find_user"] = "»ç¿ëÀÚ \"%s\"¸¦ ãÀ» ¼ö ¾ø½À´Ï´Ù.";
-$messages["error_deleting_user"] = "»ç¿ëÀÚ \"%s\"¸¦ »èÁ¦ÇÏ´øÁß ¿¡·¯°¡ ¹ß»ýÇß½À´Ï´Ù";
-$messages["user_deleted_ok"] = "»ç¿ëÀÚ \"%s\"°¡ ¹«»çÈ÷ »èÁ¦µÇ¾ú½À´Ï´Ù.";
-
-$messages["error_must_give_blog_name"] = "ºí·Î±×¿¡ ÀûÇÕÇÑ À̸§À» ³Ö¾î ÁÖ¼¼¿ä.";
-$messages["error_adding_blog"] = "ºí·Î±×¸¦ Ãß°¡ÇÏ´øÁß µ¥ÀÌÅͺ£À̽º¿¡¼ ¿¡·¯°¡ ¹ß»ýÇß½À´Ï´Ù.";
-$messages["blog_added_ok"] = "»õ ºí·Î±× \"%s\"°¡ ¹«»çÈ÷ Ãß°¡µÇ¾ú½À´Ï´Ù.";
-
-$messages["error_template_not_inside_folder"] = "ÅÛÇø´ ÆÄÀÏÀº Æú´õ¿¡ µé¾îÀÖ¾î¾ß¸¸ ÇÕ´Ï´Ù.";
-$messages["error_missing_base_files"] = "±âº»ÆÄÀÏÀÌ ¾ø½À´Ï´Ù.";
-$messages["error_unpacking"] = "ÆÄÀÏÀ» Ç®´øÁß ¿¡·¯°¡ ¹ß»ýÇß½À´Ï´Ù.";
-$messages["error_forbidden_extensions"] = "¸î¸î ÆÄÀÏÀÇ È®ÀåÀÚ°¡ ±ÝÁöµÈ È®ÀåÀÚÀÔ´Ï´Ù.";
-$messages["error_creating_working_folder"] = "ÅÛÇø´¿¡¼ ¿¡·¯°¡ ¹ß»ýÇß½À´Ï´Ù";
-$messages["error_checking_template"] = "ÅÛÇø´¿¡¼ ¿¡·¯°¡ ¹ß»ýÇß½À´Ï´Ù (code = %s)";
-$messages["error_add_template_disabled"] = "ÀÏ¹Ý »ç¿ëÀÚ´Â ÅÛÇø´À» Ãß°¡ÇÒ ¼ö ¾ø½À´Ï´Ù.";
-$messages["error_must_upload_file"] = "ÆÄÀÏÀÌ ¾ø½À´Ï´Ù.";
-$messages["error_no_template_name"] = "ÅÛÇø´ À̸§ÀÌ ¾ø½À´Ï´Ù.";
-$messages["error_uploads_disabled"] = "ÀÌ »çÀÌÆ®´Â ¾÷·Îµå°¡ ºÒ°¡´É ÇÕ´Ï´Ù.";
-$messages["error_installing_template"] = "ÅÛÇø´À» ¼³Ä¡ÇÏ´Â µ¿¾È ¿¡·¯°¡ ¹ß»ýÇß½À´Ï´Ù.";
-$messages["template_installed_ok"] = "ÅÛÇø´ \"%s\"ÀÌ(°¡) ¹«»çÈ÷ ¼³Ä¡µÇ¾ú½À´Ï´Ù.";
-
-$messages["error_adding_template_file"] = "ÅÛÇø´ ÆÄÀÏÀ» Ãß°¡ÇÏ´ø µµÁß¿¡·¯°¡ ¹ß»ýÇß½À´Ï´Ù.";
-$messages["error_file_forbidden"] = "ÀÌ À¯ÇüÀÇ ÆÄÀÏÀº ±ÝÁöµÇ¾î ÀÖ½À´Ï´Ù.";
-$messages["error_file_too_big"] = "ÆÄÀÏÀÌ ³Ê¹« Å®´Ï´Ù. ÆÄÀÏÀÇ ÃÖ´ë ¿ë·®Àº \"%s\" bytes ÀÔ´Ï´Ù.";
-$messages["template_file_added_ok"] = "ÅÛÇø´ \"%s\"ÀÌ(°¡) ¹«»çÈ÷ ¼³Ä¡µÇ¾ú½À´Ï´Ù.";
-
-$messages["error_plugin_cannot_be_configured"] = "Ç÷¯±×ÀÎ ¼³Á¤À» ÇÒ ¼ö ¾ø½À´Ï´Ù.";
-
-$messages["error_incorrect_username"] = "»ç¿ëÀÚ°¡ ºÎÁ¤È®ÇÕ´Ï´Ù.";
-$messages["error_username_already_exists"] = "°°Àº À̸§À¸·Î µî·ÏÇÑ »ç¿ëÀÚ°¡ ÀÌ¹Ì ÀÖ½À´Ï´Ù.";
-$messages["error_adding_user"] = "»õ »ç¿ëÀÚ¸¦ µî·ÏÇÏ´Â µ¿¾È ¿¡·¯°¡ ¹ß»ýÇß½À´Ï´Ù.";
-$messages["user_added_ok"] = "»õ »ç¿ëÀÚ \"%s\"¸¦ ¹«»çÈ÷ Ãß°¡Çß½À´Ï´Ù.";
-
-$messages["error_no_blogs_selected"] = "Áö¿ï ºí·Î±×¸¦ ¼±ÅÃÇØ¾ß ÇÕ´Ï´Ù.";
-$messages["error_blog_is_default_blog"] = "\"%s\"´Â ±âº»ºí·Î±×·Î ¼³Á¤µÇ¾î ÀÖ¾î¼, Áö¿ï ¼ö ¾ø½À´Ï´Ù.";
-$messages["blog_deleted_ok"] = "ºí·Î±× \"%s\"¸¦ ¹«»çÈ÷ Áö¿ü½À´Ï´Ù.";
-$messages["error_deleting_blog"] = "ºí·Î±× \"%s\"¸¦ Áö¿ì´Â µ¿¾È ¿¡·¯°¡ ¹ß»ýÇß½À´Ï´Ù.";
-
-$messages["error_no_templates_selected"] = "Á¦°ÅÇÒ ÅÛÇø´À» ¼±ÅÃÇØ ÁֽʽÿÀ.";
-$messages["error_removing_template"] = "ÅÛÇø´ \"%s\"¸¦ Á¦°ÅÇÏ´Â µ¿¾È ¿¡·¯°¡ ¹ß»ýÇß½À´Ï´Ù.";
-$messages["template_removed_ok"] = "ÅÛÇø´ \"%s\"¸¦ ¹«»çÈ÷ Á¦°ÅÇß½À´Ï´Ù..";
-
-$messages["error_no_users_selected_to_remove_from_blog"] = "ÀÌ ºí·Î±×¿¡¼ Á¦°ÅÇÒ »ç¿ëÀÚ¸¦ ¼±ÅÃÇØ ÁֽʽÿÀ..";
-$messages["error_removing_user_from_blog"] = "ÀÌ ºí·Î±×¿¡¼ »ç¿ëÀÚ \"%s\"¸¦ Á¦°ÅÇÏ´Â µ¿¾È ¿¡·¯°¡ ¹ß»ýÇß½À´Ï´Ù.";
-$messages["user_removed_from_blog_ok"] = "ÀÌ ºí·Î±×¿¡¼ »ç¿ëÀÚ \"%s\"¸¦ ¹«»çÈ÷ Á¦°ÅÇß½À´Ï´Ù.";
-
-$messages["error_incorrect_locale_code"] = "Á¦°øµÇ´Â ·ÎÄÉÀÏÀÌ ¹Ù¸£Áö ¾Ê½À´Ï´Ù.";
-$messages["error_invalid_locale_file"] = "¿Ã¹Ù¸¥ ·ÎÄÉÀÏ ÆÄÀÏÀÌ ¾Æ´Õ´Ï´Ù.";
-$messages["error_adding_locale_file"] = "»õ ·ÎÄÉÀÏ ÆÄÀÏÀ» Ãß°¡ÇÏ´Â µ¿¾È ¿¡·¯°¡ ¹ß»ýÇß½À´Ï´Ù. ·ÎÄÉÀÏ µð·ºÅ丮ÀÇ ÆÛ¹Ì¼ÇÀ» È®ÀÎÇØ ÁֽʽÿÀ.";
-$messages["locale_added_ok"] = "»õ ·ÎÄÉÀÏ \"%s\"¸¦ ¹«»çÈ÷ Ãß°¡Çß½À´Ï´Ù.";
-$messages["error_saving_locale"] = "»õ ·ÎÄÉÀÏÀ» ÀúÀåÇÏ´Â µ¿¾È ¿¡·¯°¡ ¹ß»ýÇß½À´Ï´Ù. ·ÎÄÉÀÏÆú´õÀÇ ÆÛ¹Ì¼ÇÀ» È®ÀÎÇØ ÁֽʽÿÀ.";
-
-$messages["error_no_locales_selected"] = "Á¦°ÅÇÒ ·ÎÄÉÀÏÀ» ¼±ÅÃÇØ ÁֽʽÿÀ.";
-$messages["error_deleting_only_locale"] = "·ÎÄÉÀÏÀº ÃÖ¼Ò 1°³ ÀÌ»ó ÀÖ¾î¾ß ÇÕ´Ï´Ù.";
-$messages["locale_deleted_ok"] = "·ÎÄÉÀÏ \"%s\"¸¦ ¹«»çÈ÷ Á¦°ÅÇß½À´Ï´Ù.";
-$messages["error_deleting_locale"] = "·ÎÄÉÀÏ \"%s\"¸¦ Á¦°ÅÇÏ´Â µ¿¾È ¿¡·¯°¡ ¹ß»ýÇß½À´Ï´Ù.";
-$messages["error_cant_delete_default_locale"] = "·ÎÄÉÀÏ \"%s\"´Â ±âº» ·ÎÄÉÀÏÀ̱⠶§¹®¿¡ Áö¿ï ¼ö ¾ø½À´Ï´Ù. »èÁ¦ÇÏ·Á¸é ±âº» ·ÎÄÉÀÏÀ» º¯°æÇϽʽÿÀ.";
-
-$messages["plugin_config"] = "Ç÷¯±×ÀÎ ¼³Á¤";
-
-$messages["use_read_more_feature"] = "¸ÞÀÎ ÆäÀÌÁö¿¡¼ ±ÛÀÇ ³»¿ëÀ» ¸ðµÎ º¸¿©ÁֽðڽÀ´Ï±î?('¾Æ´Ï¿À'¸¦ °í¸£¸é '³»¿ë'ºÎºÐ¿¡ ÀÖ´Â ±Û¸¸ ¸ÞÀÎÆäÀÌÁö¿¡¼ º¸ÀÔ´Ï´Ù).";
-
-$messages["extended_text"] = "¿©±â¿¡ ¾²´Â ±ÛÀº ±Û Àб⠿¡¼¸¸ º¸ÀÔ´Ï´Ù. '¼³Á¤'¿¡¼ º¯°æÇÒ ¼ö ÀÖ½À´Ï´Ù.";
-
-$messages["error_must_give_post_intro"] = "±Û ³»¿ëÀ» ÀÔ·ÂÇØ ÁֽʽÿÀ.";
-$messages["error_no_albums_defined"] = "ÀÌ ºí·Î±×¿¡¼ »ç¿ë °¡´ÉÇÑ ¾Ù¹üÀÌ ¾ø½À´Ï´Ù.";
-$messages["error_fetching_album"] = "¾Ù¹üÀ» °¡Á®¿À´Â µ¿¾È ¿¡·¯°¡ ¹ß»ýÇß½À´Ï´Ù";
-$messages["comment_marked_as_spam_ok"] = "ÄÚ¸àÆ®¸¦ ½ºÆÔÀ¸·Î ¼³Á¤Çß½À´Ï´Ù.";
-$messages["comment_marked_as_nonspam_ok"] = "ÄÚ¸àÆ®¸¦ ½ºÆÔ¿¡¼ ÇØÁ¦Çß½À´Ï´Ù.";
-$messages["error_marking_comment_as_nonspam"] = "ÄÚ¸àÆ®¸¦ ½ºÆÔ¿¡¼ ÇØÁ¦ÇÏ´Â µµÁß ¿¡·¯°¡ ¹ß»ýÇß½À´Ï´Ù.";
-$messages["error_marking_comment_as_spam"] = "ÄÚ¸àÆ®¸¦ ½ºÆÔÀ¸·Î ¼³Á¤ÇÏ´Â µµÁß ¿¡·¯°¡ ¹ß»ýÇß½À´Ï´Ù.";
-$messages["error_incorrect_comment_id"] = "ÄÚ¸àÆ® id°¡ ¿Ã¹Ù¸£Áö¾Ê½À´Ï´Ù.";
-$messages["error_base_storage_folder_missing_or_unreadable"] = "pLog°¡ ÇÊ¿äÇÑ Æú´õ¸¦ ¸¸µé ¼ö ¾ø½À´Ï´Ù. PHP°¡ ¾ÈÀü¸ðµå(safe mode)·Î ÀÛµ¿Çϰí Àְųª Æú´õ¿¡ ±ÇÇÑÀÌ ¾ø½À´Ï´Ù. Æú´õ¸¦ ¼öµ¿À¸·Î ¸¸µé¾î¼ ÁøÇàÇÒ ¼öµµ ÀÖ½À´Ï´Ù : <br/><br/>%s<br/><br/> ¸¸¾à ÀÌ Æú´õ°¡ ÀÌ¹Ì ÀÖ´Ù¸é Æú´õ¸¦ À¥¼¹ö¿¡¼ ÀÐ°í ¾µ¼ö ÀÖ°Ô ¸¸µé¾î ÁֽʽÿÀ.";
-
-
-///// new help messages ////
-
-//
-// translators: this one has changed too since we now have two text boxes: one for the
-// text that we'd like to appear in the main page and another one for the text that
-// will only be shown in the 'post' page (that is, when the users clicks on the
-// permalink, for example)
-//
-$messages["newPost"] = "<p>Use this page to add a new post to your journal. You should provide a topic or subject
-for your post as well as some text for your post. Once you have finished, press the <b>'Add'</b> button and the post
-will automatically be included in your page. Please note that you have to set the status of the post
-to <b>'Published'</b> if you want it to appear in front page. Use the <b>'Draft'</b> status when you can't finish posting
-now but you would like to save what you have typed so far for later revision.</p>
-<p>The text typed in the first text box will always appear in the main page. You can use
-the second text box if you want to have some text not to be included in the main page
-but that should be shown once the users clicks on the permalink or on the
-\"Read More...\" link. This link will be automatically added to the end of the text. This
-field is not mandatory and its behaviour can be controlled in the \"Settings\" tab,
-where you can force both text text boxes to be shown in the main page.</p>
-<p>You can also classify the post under any of the categories you have previously created. Simply set
-the <b>'Category'</b> field to the one you most like.</p>
-<p>If you would like to receive an email notifying about a new post, please check the corresponding
-checkbox.</p>
-<p>Check the box where it says </b>'Find links in the post...'</b> if after adding the post, you
-would like to send trackback pings to the hosts that support it. Your post will be scanned for
-links and you will have the possibility to choose which ones to send trackback pings to.</p>";
-
-$messages["updatePost"] = $messages["newPost"];
-
-$messages["newBlogUser"] = "This option allows you to easily give editing permissions to other
-users in this blog. To do so, you only have to know its username. If you already know it,
-simply type it in the text field below and press the \"Add User\" button. If you wish, you can
-also send an email to this user (as long as he or she used the right address when
-registering) notifying him or her that he has now been granted permissions to add, edit
-and delete posts in this blog.";
-
-$messages["showBlogUsers"] = "This is a list of the users that have been given editing permissions
-in this blog. You can see their profile if you wish or you can also revoke their permissions
-by selectin them and then clicking on the \"Revoke Permissions\" button. Once you do that,
-the selected users will no longer be able to publish anything in this blog.";
-
-//
-// note to translators:
-//
-// added some additional text here to inform about the new "configure" feature
-//
-$messages["pluginCenter"] = "<p>From here you can see which plugins have been installed. For every
-plugin, you will see its identifier (the identifier you have to use when developing templates and
-want to make use of the plugin features), the author of the plugin, and some descriptive text with
-various information about the plugin, mainly how to use it.</p>
-<p>Some plugins offer also their own configuration page from wich you can modify some
-aspects of its behaviour. To access such page, please click on the \"configure\" link
-next to every plugin.</p>";
-
-$messages["configurePlugin"] = "This plugin provides some settings that can be configured
-by the user.";
-
-$messages["newBlogTemplate"] = "<p>It is possible to easily add new templates to the system. To do
-so, there are two possibilities: the template can either be uploaded as a compressed file
-(tar.gz, tar.bz2 and zip files are supported) to the server or it canbe manually
-uploaded using any available method.</p>
-<p>If the first method is chosen, the contents of the file must have all been packaged
-under a folder which will be the name given to the template.</p>
-<p>If the second method is chosen, simply upload the files to a folder under your blog-specific folder
-and type in the name of the folder in the text box below.</p>
-<p>Plugins added here will only be available to this specific below and will not be able to
-be accessed by other blogs.</p>";
-
-$messages["blogTemplates"] = "<p>This is a list with all the templates that have been added to
-this blog. If you wish to remove any of them, please select them and click on the
-\"Delete Selected\" button below the list. Once a template is deleted it cannot be
-recovered, since it is removed from the disk.</p>";
-
-$messages["adminSettings"] = "<p>These are some very basic statistics about the site.</p>";
-
-$messages["createUser"] = "<p>We can easily register new users in the system by using this form.
-We only need to provide with a valid username and a password, and optionally an email address.
-Users registered here will not be attached to any blog unless we explicitly do so in the
-\"User\" section or until we create a blog specially for this new user.</p>";
-
-$messages["editUserProfile"] = "<p>From here we can edit the profile of any user in this blog. We can
-also grant administrator privileges to the user (or revoke them). A list of the blogs to which
-the user belogs is also displayed.</p>";
-
-$messages["editSiteUsers"] = "<p>These are all the users that are registered in this site. You can see and edit
-their profile by clicking on the username or you can delete any of them by clicking on the
-checkbox of the user(s) and then click on the \"Delete Selected\" button. Once a user
-has been deleted, it can <b>not</b> be recovered, so please be careful.</p>";
-
-$messages["createBlog"] = "<p>Unlimited blogs can be added to a single installation of pLog. Users
-can use the registration script provided in the main package but administrator can also
-register new blogs by using this form. The only things needed to know are the name that will
- be given to the blog and the user who will be the owner, having the maximum privileges
- over that blog.</p>";
-
- $messages["editSiteBlogs"] = "<p>This is a list with all the blogs that have been registered
- so far in this site. Any blog can be deleted selecting it and clicking on the \"Delete
- Selected\" button. If we try to delete the blog that has been set as the default one
- (see the \"Global Settings\" tab in \"Site Admin\") we will get an error message.</p>
- <p>We can also edit the settings of any blog by clicking on it.</p>
- <p>Finally, we can edit the users that have permissions on a given blog by clicking
- on the \"Edit Users\" link</p>";
-
-$messages["editBlog"] = "<p>The settings of the blog can be edited from here in the same way
-a normal user can do. Everything is exactly the same except that administrator users can also
-change who is the owner of the blog, anytime.</p>";
-
-$messages["editBlogUsers"] = "<p>This feature allows to visually add and remove users from
-any blog. On the left side we will see a list containing all the users that have not
-been given editing privileges in this blog yet, while on the right side we will see a list of the
-users that have already been given privileges. To a user (or more than one if necessary)
-we only have to select them from the list of the left and click on the \"Add\" button. To do
-the opposite process, we will have to select the users from the list of the right and
-click on the \"Remove\" button.</p>
-<p>It is also possible to change the user who is the owner of the blog by selecting
-another from the drop-down list on top.</p>";
-
-$messages["newLocale"] = "<p>Now locales can be easily added to the site using this feature. If
-we have the possibility of uploading files, then we can use the first form, \"Upload Locale\"
-simply pointing the browser to the locale file we'd like to upload. pLog will take care
-of everything else, including copying the file to the folder with the other language files, but
-please bear in mind that the folder must be writable by the user who is running the web server in
-order for this feature to work properly. If the language file already exists, <b>it will
-be overwritten and replaced by the new one</b>.</p>
-<p>If files cannot be uploaded to the server, then the file will have to be
-manually uploaded and placed in the same folder with the other language files. Once the file
-has been placed there, we will have to type in the second form its code omitting the
-\"locale_\".</p>
-<p>Locale files must follow the naming convention of locale_ll_CC, where 'll' is the
-2-digit ISO code for the language, while CC is the 2-digit ISO code for the country. If the file
-does not conform to those rules, it will be rejected as a valid locale file.</p>";
-
-$messages["siteLocales"] = "<p>This is a list with all the language files that have been
-installed in this site. For each one of them, the encoding used by it and a brief
-description can be seen. Also, language files can be removed from the system by selecting
-them and clicking on the \"Delete Selected\" button.</p>";
-
-$messages["newTemplate"] = "<p>It is possible to easily add new templates to the system. To do
-so, there are two possibilities: the template can either be uploaded as a compressed file
-(tar.gz, tar.bz2 and zip files are supported) to the server or it can be manually
-uploaded using any available method.</p>
-<p>If the first method is chosen, the contents of the file must have all been packaged
-under a folder which will be the name given to the template.</p>
-<p>If the second method is chosen, simply upload the files to a folder under your blog-specific folder
-and type in the name of the folder in the text box below.</p>
-<p>Plugins added here will be available to <b>all</b> the blogs in this site.</p>";
-
-$messages["siteTemplates"] = "<p>This is a list with all the templates that are globally
-available to all blogs. If you wish to remove any of them, please select them and click on the
-\"Delete Selected\" button below the list. Once a template is deleted it cannot be
-recovered, since it is removed from the disk.</p>";
-
-$messages["editSiteSettings"] = "These are all the global settings that control many aspects of the
-behaviour of pLog.";
-
-$messages["newBlogTemplateFile"] = "Single files can be added to an already existing template
-set without having to upload the whole set again. Simply find the file you would like to
-upload in your disk and click on the \"Add File\" button.";
-
-// text is the same, so we can save a few bytes
-$messages["newTemplateFile"] = $messages["newBlogTemplateFile"];
-
-
-////////////////////////////////////////////
-///
-///
-/// NEW STRINGS ADDED IN 0.3!!
-///
-///
-////////////////////////////////////////////
-$messages["show_category_in_main_page"] = "ÀÌ Ä«Å×°í¸®¸¦ ¸ÞÀÎȸ鿡¼ Ç¥½Ã";
-$messages["welcome_resource_center"] = "¸®¼Ò½º ¼¾ÅÍÀÔ´Ï´Ù!";
-$messages["resource_center"] = "¸®¼Ò½º ¼¾ÅÍ";
-$messages["resource_albums"] = "¸®¼Ò½º ¾Ù¹ü";
-$messages["resources"] = "¸®¼Ò½º";
-$messages["add_resource"] = "¸®¼Ò½º Ãß°¡";
-$messages["add_album"] = "¾Ù¹üÃß°¡";
-$messages["album"] = "¾Ù¹ü";
-$messages["album_name"] = "¾Ù¹üÀ̸§";
-$messages["parent_album"] = "»óÀ§¾Ù¹ü";
-$messages["no_parent_album"] = "»óÀ§¾Ù¹ü¾øÀ½";
-$messages["resource_info"] = "¸®¼Ò½º Á¤º¸";
-$messages["size"] = "Å©±â";
-$messages["format"] = "À¯Çü";
-$messages["dimensions"] = "Dimensions";
-$messages["bits_per_sample"] = "Çȼ¿´ç ºñÆ®¼ö";
-$messages["bytes"] = "bytes";
-$messages["pixels"] = "pixels";
-$messages["time_offset"] = "¼¹ö½Ã°£°ú ´ç½Å ÄÄÇ»ÅÍÀÇ ½Ã°£Â÷:";
-$messages["hours"] = "½Ã°£";
-$messages["album_added_ok"] = "»õ ¾Ù¹üÀ» ¹«»çÈ÷ Ãß°¡Çß½À´Ï´Ù.";
-$messages["name"] = "À̸§";
-$messages["children"] = "ÇÏÀ§¾Ù¹ü";
-$messages["see"] = "º¸±â";
-$messages["view"] = "º¸±â";
-$messages["resource_info"] = "¸®¼Ò½º Á¤º¸";
-$messages["number_of_channels"] = "ä³Î ¼ö";
-$messages["length"] = "±æÀÌ";
-$messages["number_of_files"] = "ÆÄÀÏ ¼ö";
-$messages["compressed_size"] = "¾ÐÃàµÈ Å©±â";
-$messages["uncompressed_size"] = "¾ÐÃàÇØÁ¦ Å©±â";
-$messages["resource_file"] = "Ãß°¡ÇÒ ÆÄÀÏ";
-$messages["add_to_album"] = "ÆÄÀÏÀ» ¾Ù¹ü¿¡ Ãß°¡ÇÕ´Ï´Ù";
-$messages["edit_resource_album"] = "¸®¼Ò½º ¾Ù¹ü ¼öÁ¤";
-$messages["error_loading_resource_album"] = "¸®¼Ò½º ¾Ù¹üÀ» °¡Á®¿À´ø µµÁß ¿¡·¯°¡ ¹ß»ýÇß½À´Ï´Ù.";
-$messages["error_album_id_parameter_missing"] = "¾Ù¹ü id°¡ ¹Ù¸£Áö ¾Ê½À´Ï´Ù.";
-$messages["error_album_parent_id_parameter_missing"] = "»óÀ§ ¾Ù¹ü id°¡ ¹Ù¸£Áö ¾Ê½À´Ï´Ù.";
-$messages["error_updating_resource_album"] = "¸®¼Ò½º ¾Ù¹üÀ» ¼öÁ¤ÇÏ´ø µµÁß ¿¡·¯°¡ ¹ß»ýÇß½À´Ï´Ù.";
-$messages["resource_album_updated_ok"] = "¸®½º¼Ò ¾Ù¹ü \"%s\" °¡ ¼öÁ¤µÇ¾ú½À´Ï´Ù.";
-$messages["error_must_give_album_name"] = "¾Ù¹ü¿¡ À̸§ÀÌ ¾ø½À´Ï´Ù.";
-$messages["error_adding_album"] = "¾Ù¹üÀ» Ãß°¡ÇÏ´ø µµÁß ¿¡·¯°¡ ¹ß»ýÇß½À´Ï´Ù.";
-$messages["album_added_ok"] = "¾Ù¹ü \"%s\"°¡ Ãß°¡µÇ¾ú½À´Ï´Ù.";
-$messages["resource_added_ok"] = "»õ ¸®¼Ò½º°¡ Ãß°¡µÇ¾ú½À´Ï´Ù.";
-$messages["error_resource_forbidden_extension"] = "±ÝÁöµÈ È®ÀåÀÚÀÇ ¸®¼Ò½º´Â ¾÷·Îµå ÇÒ ¼ö ¾ø½À´Ï´Ù.";
-$messages["error_resource_too_big"] = "Å©±â°¡ ³Ê¹« Ä¿¼ ¾÷·Îµå ÇÒ ¼ö ¾ø½À´Ï´Ù.";
-$messages["error_uploads_disabled"] = "ÀÌ »çÀÌÆ®¿¡¼´Â ¾÷·Îµå°¡ ºÒ°¡´ÉÇÕ´Ï´Ù.";
-$messages["error_adding_resource"] = "¸®¼Ò½º¸¦ Ãß°¡ÇÏ´øÁß ¿¡·¯°¡ ¹ß»ýÇß½À´Ï´Ù.";
-$messages["error_loading_resource"] = "¸®¼Ò½º¸¦ °¡Á®¿À´øÁß ¿¡·¯°¡ ¹ß»ýÇß½À´Ï´Ù";
-$messages["error_updating_resource"] = "¸®¼Ò½º¸¦ ¼öÁ¤ÇÏ´øÁß ¿¡·¯°¡ ¹ß»ýÇß½À´Ï´Ù.";
-$messages["resource_updated_ok"] = "¸®¼Ò½º \"%s\"°¡ ¼öÁ¤µÇ¾ú½À´Ï´Ù.";
-$messages["error_no_resources_selected"] = "»èÁ¦ÇÒ ¸®¼Ò½º¸¦ ¼±ÅÃÇØ ÁֽʽÿÀ.";
-$messages["resource_deleted_ok"] = "¸®¼Ò½º \"%s\"°¡ »èÁ¦µÇ¾ú½À´Ï´Ù.";
-$messages["error_deleting_resource"] = "¸®¼Ò½º \"%s\"¸¦ »èÁ¦ÇÏ´øÁß ¿¡·¯°¡ ¹ß»ýÇß½À´Ï´Ù.";
-$messages["error_no_resource_uploaded"] = "¾÷·ÎµåÇÑ ÆÄÀÏÀÌ ¾ø½À´Ï´Ù.";
-$messages["filtered_content"] = "³»¿ëÇÊÅ͸µ";
-$messages["global_filtered_content"] = "ÀüüÀû¿ë ÇÊÅÍ";
-$messages["block_content"] = "ÇÊÅÍÃß°¡";
-$messages["blocked_hosts"] = "Â÷´ÜµÈ IP";
-$messages["global_blocked_hosts"] = "»çÀÌÆ® Àüü¿¡¼ Â÷´ÜµÈ IP";
-$messages["block_host"] = "IPÂ÷´Ü";
-$messages["security"] = "º¸¾È";
-$messages["security_welcome"] = "º¸¾È¼³Á¤ÀÔ´Ï´Ù!";
-$messages["filtered_content_intro"] = "´ÙÀ½ ³»¿ë/Á¤±Ô½ÄÀº ÀÌ ºí·Î±×¿¡¼ »ç¿ëÇÒ ¼ö ¾ø½À´Ï´Ù.";
-$messages["global_filtered_content_intro"] = "´ÙÀ½ ³»¿ë/Á¤±Ô½ÄÀº ¸ðµç ºí·Î±×¿¡¼ »ç¿ëÇÒ ¼ö ¾ø½À´Ï´Ù.";
-$messages["content"] = "³»¿ë";
-$messages["reason"] = "ÀÌÀ¯";
-$messages["add_filtered_content"] = "ÇÊÅ͸¦ Ãß°¡ÇÕ´Ï´Ù";
-$messages["add_filtered_content_intro"] = "ÄÚ¸àÆ®¿¡¼ ±ÝÁöÇÒ ´Ü¾î¸¦ ³Ö¾îÁֽʽÿÀ. ÀϹݻç¿ëÀÚ°¡ ¿©±â µé¾î°£ ´Ü¾î¸¦ »ç¿ëÇØ¼ ÄÚ¸àÆ®¸¦ ³²±æ°æ¿ì ÄÚ¸àÆ®´Â Â÷´ÜµË´Ï´Ù. Á¤±Ô½ÄÀ» »ç¿ëÇϰųª °£´ÜÇÑ ¹®ÀåÀ» »ç¿ëÇÒ ¼öµµ ÀÖ½À´Ï´Ù. Á¤±Ô½ÄÀº °·ÂÇÏÁö¸¸ º¹ÀâÇÕ´Ï´Ù. Á¤±Ô½ÄÀ» À߸ø »ç¿ëÇÒ °æ¿ì ¸ðµç ÄÚ¸àÆ®¸¦ Â÷´ÜÇÒ ¼öµµ ÀÖ½À´Ï´Ù.";
-$messages["global_add_filtered_content_intro"] = "ÄÚ¸àÆ®¿¡¼ ±ÝÁöÇÒ ´Ü¾î¸¦ ³Ö¾îÁֽʽÿÀ. ¿©±â¿¡ Ãß°¡µÇ´Â ´Ü¾î´Â »çÀÌÆ® Àüü¿¡¼ ±ÝÁöµË´Ï´Ù. ÀϹݻç¿ëÀÚ°¡ ¿©±â µé¾î°£ ´Ü¾î¸¦ »ç¿ëÇØ¼ ÄÚ¸àÆ®¸¦ ³²±æ°æ¿ì ÄÚ¸àÆ®´Â Â÷´ÜµË´Ï´Ù. Á¤±Ô½ÄÀ» »ç¿ëÇϰųª °£´ÜÇÑ ¹®ÀåÀ» »ç¿ëÇÒ ¼öµµ ÀÖ½À´Ï´Ù. Á¤±Ô½ÄÀº °·ÂÇÏÁö¸¸ º¹ÀâÇÕ´Ï´Ù. Á¤±Ô½ÄÀ» À߸ø »ç¿ëÇÒ °æ¿ì ¸ðµç ÄÚ¸àÆ®¸¦ Â÷´ÜÇÒ ¼öµµ ÀÖ½À´Ï´Ù.";
-$messages["content_to_block"] = "ÇÊÅ͸µÇÒ ³»¿ë/Á¤±Ô½Ä";
-$messages["block_this"] = "Â÷´Ü";
-$messages["mask"] = "Mask";
-$messages["access_blocked"] = "Á¢¼ÓÂ÷´Ü";
-$messages["posting_blocked"] = "±Û¾²±âÂ÷´Ü";
-$messages["block_host_intro"] = "ÀÌ ºí·Î±×¿¡¼ Â÷´ÜÇÒ IP¸¦ ³Ö¾î ÁֽʽÿÀ. ¿©±â¿¡ °üÇØ Àß ¸ð¸£¸é <a href=\"javascript:help_window('admin.php?op=Help&helpId=newBlogBlockedHost');\">µµ¿ò¸»</a>À» Âü°íÇϽʽÿÀ.";
-$messages["global_block_host_intro"] = "»çÀÌÆ® Àüü¿¡¼ Â÷´ÜÇÒ IP¸¦ ³Ö¾î ÁֽʽÿÀ. ¿©±â¿¡ °üÇØ Àß ¸ð¸£¸é <a href=\"javascript:help_window('admin.php?op=Help&helpId=newBlogBlockedHost');\">µµ¿ò¸»</a>À» Âü°íÇϽʽÿÀ.";
-$messages["block_type"] = "Â÷´ÜÇüÅÂ";
-$messages["error_invalid_ip_address"] = "IPÁÖ¼Ò°¡ ¹Ù¸£Áö ¾Ê½À´Ï´Ù.";
-$messages["error_provide_content_to_block"] = "ÇÊÅÍ¿¡ ³»¿ëÀÌ ¾ø½À´Ï´Ù.";
-$messages["error_must_create_album_first"] = "¸®¼Ò½º¸¦ Ãß°¡ÇÏ·Á¸é ¾Ù¹üÀÌ ÇѰ³ÀÌ»ó ÀÖ¾î¾ß¸¸ ÇÕ´Ï´Ù.";
-$messages["error_resource_is_not_an_image"] = "¼±ÅÃµÈ ¸®¼Ò½º´Â À̹ÌÁö°¡ ¾Æ´Õ´Ï´Ù.";
-$messages["error_generating_resource_preview"] = "¹Ì¸®º¸±â¸¦ ¸¸µé´ø Áß ¿¡·¯°¡ ¹ß»ýÇß½À´Ï´Ù.";
-$messages["resource_preview_generated_ok"] = "¹Ì¸®º¸±â°¡ ¸¸µé¾îÁ³½À´Ï´Ù.";
-$messages["regenerate_preview"] = "¹Ì¸®º¸±â¸¸µé±â";
-$messages["show_album"] = "¾Ù¹üº¸±â";
-$messages["show_album_when_browsing"] = "À̾ٹüÀ» »ç¿ëÀڵ鿡°Ô º¸¿©ÁÝ´Ï´Ù";
-$messages["assigned_to_blog"] = "»ç¿ëÀÚ¸¦ ÀÌ ºí·Î±×¿¡ Ãß°¡½Ãŵ´Ï´Ù";
-$messages["clean_up"] = "ºñ¿ì±â";
-$messages["purge_info"] = "
-ºñ¿ì±â¸¦ ½ÇÇàÇϸé '»èÁ¦µÊ'À¸·Î µÇ¾îÀÖ´Â ¸ðµç ±ÛÀÌ DB¿¡¼ Áö¿öÁý´Ï´Ù. ºñ¿ì±â·Î Áö¿î ±ÛÀº º¹±¸µÇÁö ¾Ê½À´Ï´Ù. '»èÁ¦µÊ'À¸·Î µÇ¾î ÀÖ´Â ±ÛµéÀ» ¿µ±¸È÷ Áö¿ì·Á¸é ¾Æ·¡ÀÇ ¹öưÀ» ´·¯ÁֽʽÿÀ.";
-$messages["spam_info"] = "½ºÆÔÇÊÅÍÀÇ ÈÆ·ÃÀ» À§ÇØ ÄÚ¸àÆ®´Â Áö¿öÁöÁö ¾Ê½À´Ï´Ù. ÈÆ·ÃÈÄ¿¡´Â ¾µ¸ð°¡ ¾ø½À´Ï´Ù. ½ºÆÔÀ¸·Î Ç¥½ÃµÇ¾îÀÖ´Â ÄÚ¸àÆ®¸¦ DB¿¡¼ Áö¿ì·Á¸é ¾Æ·¡ÀÇ ¹öưÀ» ´·¯ÁֽʽÿÀ. ";
-$messages["no_spam"] = "½ºÆÔ¾Æ´Ô";
-$messages["spam"] = "½ºÆÔ";
-$messages["mark_as_spam"] = "½ºÆÔÀ¸·Î Ç¥½Ã";
-$messages["mark_as_no_spam"] = "½ºÆÔ¾Æ´Ô";
-$messages["enable_comments_for_post"] = "ÀÌ ±Û¿¡ ÄÚ¸àÆ® °¡´ÉÇϰÔ";
-$messages["close_window"] = "⠴ݱâ";
-$messages["add_resource"] = "¸®¼Ò½ºÃß°¡";
-$messages["add_resource_preview"] = "¹Ì¸®º¸±âÃß°¡";
-$messages["add_album"] = "¾Ù¹üÃß°¡";
-$messages["show_main_page"] = "¸ÞÀÎÆäÀÌÁö¿¡¼ º¸À̰Ô";
-$messages["purge_spam_comments"] = "½ºÆÔ ÄÚ¸àÆ® »èÁ¦";
-$messages["purge_posts"] = "ºñ¿ì±â";
-$messages["keep_spam_comments"] = "½ºÆÔ ÄÚ¸àÆ® À¯Áö";
-$messages["throw_away_spam_comments"] = "½ºÆÔ ÄÚ¸àÆ® »èÁ¦";
-$messages["error_adding_blocked_host"] = "IP Â÷´Ü ÀÛ¾÷À» ÇÏ´øÁß ¿¡·¯°¡ ¹ß»ýÇß½À´Ï´Ù.";
-$messages["blocked_host_added_ok"] = "\"%s\"¸¦ Â÷´ÜÇÕ´Ï´Ù.";
-$messages["error_no_blocked_hosts_selected"] = "»èÁ¦ÇÒ Â÷´Ü IP¸¦ ¼±ÅÃÇØ ÁֽʽÿÀ.";
-$messages["blocked_host_deleted_ok"] = "\"%s\"°¡ »èÁ¦µÇ¾ú½À´Ï´Ù.";
-$messages["error_deleting_blocked_host"] = "Â÷´Ü IP \"%s\"¸¦ »èÁ¦ÇÏ´ø µµÁß ¿¡·¯°¡ ¹ß»ýÇß½À´Ï´Ù";
-$messages["edit_blocked_host"] = "Â÷´ÜIP¼öÁ¤";
-$messages["error_fetching_blocked_host"] = "Â÷´ÜIPÁ¤º¸¸¦ °¡Á®¿À´Â µµÁß ¿¡·¯°¡ ¹ß»ýÇß½À´Ï´Ù.";
-$messages["error_updating_blocked_host"] = "Â÷´ÜIPÁ¤º¸¸¦ ¼öÁ¤ÇÏ´Â µµÁß ¿¡·¯°¡ ¹ß»ýÇß½À´Ï´Ù.";
-$messages["thumbnail_format"] = "½æ³×ÀÏ Æ÷¸Ë";
-$messages["same_as_image"] = "¿øº»À̹ÌÁö¿Í °°°Ô";
-$messages["same"] = $messages["same_as_image"];
-
-
-
-$messages["help_locale_folder"] = "·ÎÄÉÀÏ ÆÄÀÏÀÌ ÀÖ´Â Æú´õ.";
-$messages["help_default_locale"] = "»õ ºí·Î±×¸¦ ¸¸µé¾î¶§ ¼±ÅõǴ ±âº»·ÎÄÉÀÏ.";
-$messages["help_xmlrpc_api_enabled"] = "Enables or disables the XMLRPC interface, for posting from your desktop.";
-$messages["default_rss_profile"] = "RSS/RDF profile that will be used by default to generate feeds, if no special profile is specified";
-$messages["help_security_pipeline_enabled"] = "Enables the security features. Disabling this will disable all the security features so it is recommended to enable it and disable those features that we do not need.";
-$messages["help_ip_address_filter_enabled"] = "Enables the IP address filter, for blocking certain hosts of accessing our site.";
-$messages["help_content_filter_enabled"] = "Enables a very simple regular expression-based content filter for blocking comments that contain certain words or expressions. The Bayesian filter might be a better solution.";
-$messages["help_maximum_comment_size"] = "Maximum allowed length in bytes for comments.";
-$messages["help_bayesian_filter_enabled"] = "Enables or disables the bayesian filter.";
-$messages["help_bayesian_filter_spam_probability_treshold"] = "Minimum value at which a comment is considered spam. Should be between 0.01 and 0.99";
-$messages["help_bayesian_filter_nonspam_probability_treshold"] = "Maximum value at which a comment is safely considered as non spam. Anything between these two tresholds will still be considered non spam but it will perhaps require some additional training";
-$messages["help_bayesian_filter_min_length_token"] = "Minimum length that a token can have to be handled by the parser as a valid token.";
-$messages["help_bayesian_filter_max_length_token"] = "Maximum length that a token can have.";
-$messages["help_bayesian_filter_number_significant_tokens"] = "How many significant tokens a message must have";
-$messages["help_bayesian_filter_spam_comments_action"] = "What to with comments marked as spam. They can either be rejected and thrown away (won't even be stored in the database) or kept but marked as spam. The second option is recommended when our filter hasn't been trained much and still makes mistakes from time to time.";
-$messages["help_path_to_convert"] = "The 'convert' tool from the ImageMagick package is needed if using ImageMagick as the backend to generate thumbnails.";
-$messages["help_thumbnail_height"] = "½æ³×ÀÏÀÇ ÃÖ´ë ¼¼·Î±æÀÌ..";
-$messages["help_resources_folder"] = "¸®¼Ò½º°¡ ÀúÀåµÇ´Â Æú´õ.
-Folder where the resources will be stored. Does not have to be in the web server tree, if you don't feel like letting people browse your resources folder. The resource server will take care of serving
-the files wherever they are.";
-
-$messages["help_thumbnails_keep_aspect_ratio"] = "Whether to keep the aspect ratio of thumbnails or not.";
-$messages["help_resources_enabled"] = "'¸®¼Ò½º ¼¾ÅÍ'ÀÇ »ç¿ë °¡´É/ºÒ°¡´É ¼³Á¤ÇÕ´Ï´Ù.";
-$messages["help_thumbnail_method"] = "½æ³×ÀÏÀ» ¸¸µé±â À§ÇÑ ¹é¿£µå ½Ã½ºÅÛÀ» ¼±ÅÃÇÕ´Ï´Ù. ImageMagickÀ» ¼±ÅÃÇÒ °æ¿ì ¸î°¡Áö Ãß°¡ÀûÀÎ ÅøÀÌ ÇÊ¿äÇÕ´Ï´Ù.";
-$messages["help_thumbnail_width"] = "½æ³×ÀÏÀÇ ÃÖ´ë °¡·Î±æÀÌ.";
-$messages["external_interfaces"] = "External Interfaces";
-$messages["security_settings"] = "º¸¾È¼³Á¤";
-$messages["bayesian_filter_settings"] = "Bayesian ÇÊÅͼ³Á¤";
-$messages["resources_settings"] = "¸®¼Ò½º ¼³Á¤";
-$messages["help_thumbnail_format"] = "¹Ì¸®º¸±â À̹ÌÁö¸¦ ¸¸µé¶§ »ç¿ëÇÒ ±âº»Æ÷¸ËÀ» ¼³Á¤ ÇÕ´Ï´Ù. '¿ø·¡À̹ÌÁö¿Í °°°Ô'¸¦ ¼±ÅÃÇÏ¸é ½æ³×ÀÏÀº ¿ø·¡ÀÇ À̹ÌÁö¿Í °°Àº Æ÷¸ËÀ¸·Î ÀúÀåµË´Ï´Ù.";
-$messages["edit"] = "¼öÁ¤";
-$messages["blocked_content_added_ok"] = "ÇÊÅ͸µÇÒ ³»¿ëÀÌ Ãß°¡µÇ¾ú½À´Ï´Ù.";
-$messages["blocked_content_updated_ok"] = "ÇÊÅ͸µÇÒ ³»¿ëÀÌ ¼öÁ¤µÇ¾ú½À´Ï´Ù";
-$messages["help_disable_javascript_calendar"] ="»ç¿ëÀÚ ºê¶ó¿ìÀú°¡ ÀÚ¹Ù½ºÅ©¸³Æ®¿Í ±ÛÀ» ¿Ã¸±¶§ »ç¿ëÇÏ´Â ´Þ·ÂÀ» »ç¿ëÇÒ ¼ö ¾ø°Ô µÇ¾îÀÖ½À´Ï´Ù.";
-$messages["edit_filtered_content"] = "ÇÊÅͼöÁ¤";
-$messages["error_updating_blocked_content"] = "ÇÊÅ͸µÇÒ ³»¿ëÀ» ¼öÁ¤ÇÏ´øÁß ¿¡·¯°¡ ¹ß»ýÇß½À´Ï´Ù.";
-$messages["audio_codec"] = "¿Àµð¿À ÄÚµ¦";
-$messages["video_codec"] = "ºñµð¿À ÄÚµ¦";
-$messages["sample_rate"] = "Sample rate";
-$messages["files"] = "Files";
-$messages["created"] = "Created";
-$messages["generated"] = "Generated";
-$messages["about"] = "About";
-$messages["menu"] = "¸Þ´º";
-$messages["albums"] = "¾Ù¹ü";
-$messages["template_file"] = "ÀÓ½ÃÆÄÀÏ";
-$messages["download"] = "´Ù¿î·Îµå";
-$messages["error_you_have_been_blocked"] = "ÀÌ ¿äûÀ» ¼öÇàÇÒ ±ÇÇÑÀÌ ¾ø½À´Ï´Ù.";
-
-//
-// help messages //
-//
-
-//
-// translators: the following help messages have changed a little since last version, due to a few
-// new features built on top of previous features
-//
-$messages["editArticleCategories"] = "<p>This is a listing with all the post categories that
-have been created so far. There must be at least one category before you can add an article, since
-every article has to be categorized under a category. The <b>'Articles'</b> column shows how many
-articles have been categorized under the given category. In the same way, a category can't be deleted
-if it has an article assigned it; you must first remove all the articles and then you will be allowed
-to remove the category.</p>
-<p>You can delete more than one category at the same time by cheching their <b>'Delete'</b> column
-and then clickin on the <b>'Delete Selected'</b> button.</p>
-<p>The <b>'Show In Main Page'</b> column shows whether this category is included in the main page or if alternatively,
-it can also be seen when clicking its link. Edit the category itself to enable/disable this feature.</p>";
-
-$messages["newArticleCategory"] = "<p>From here you can add a new post category to the blog. All
-what you need to provide is a name for the new category. Once it has been created, it will be available
-for posts to be categorized under.</p>
-<p>You can disable the 'Show cateory in main page' checkbox if you don't want this category to be shown in the
-main page of the site. If disabled, posts included in this category will only be shown when browsing this
-specific category, by clicking its link.</p>";
-
-$messages["editArticleCategory"] = "<p>Please provide a new name for the category you are updating. Also,
-define whether you would like to show posts belonging to this cateogry in the main page or not.</p>";
-
-$messages["editPost"] = "<p>Use this page to edit a post from your journal. The information from the
-post has already been provided and now you can make your changes. Once you have finished, press the <b>'Update'</b> button and the post
-will updated. Please note that you have to set the status of the post
-to <b>'Published'</b> if you want it to appear in front page. Use the <b>'Draft'</b> status when you can't finish posting
-now but you would like to save what you have typed so far for later revision.</p>
-<p>If you would like to receive an email notifying about a new post, please check the corresponding
-checkbox.</p>
-<p>More information about the different options <a href=\"admin.php?op=Help&helpId=newPost\">here</a>.</p>";
-
-$messages["blogSettings"] = "<p>From this page you can change some of the settings that control the
-behaviour or appearance of this journal. These are the settings: <ul>
-<li><b>Permanent URL</b>: This is the URL where this blog is running and that can be used to
-link to it. It can't be changed.</li>
-<li><b>Name of the blog</b>: This is a text string with a descriptive name of the blog. If using the
-default templates, it is the text displayed on top of every page.</li>
-<li><b>Long descriptive text about this blog</b>: This is a longer text that can optionally be
-displayed in some kind of page giving more detailed information about the page. It can be left
-blank if not needed.</li>
-<li><b>Language used to display the texts</b>: You can select one of the available languages. This
-language will be used to display the texts (not your own articles!) and format things like dates
-and numbers using the correct settings. More languages can be installed at any time.</li>
-<li><b>Items in the main page</b>: Set this to the number of posts you would like to have
-in the main page. The more posts, the longer it will take for users to download your page. Minimum
-number of posts it one.</li>
-<li><b>Items shown as recent</b>: Set this to the number of posts you would like to be shown as
-<b>'Recent'</b>, that is, the posts that have been posted earlier. Minimun amount is one.</li>
-<li><b>Template used to render the contents</b>: pLog allows to have more than one template
-to show the same content. You can choose here the most appropiate one for you journal, from the ones
-that have been installed by the administrator.</li>
-<li><b>Show the whole post int he main or only the part that was typed in the 'Text' box?</b>: Set this to <b>'Yes'</b> if you would like pLog
-to automatically add a 'More...' link to your posts on the main page just after the text you typed
-in the text box labeled 'Text'. The text typed in the second text box will only be shown to the user
-when clicking on the
-setting below) This feature is useful since it makes your frontpage less cluttered and also
-smaller. However, it has some problems if there is a lot of HTML code in the page.</li>
-<li><b>Enable WYSIWYG edition of texts</b>: Set this to yes if you would like to have the possibility
-to see how your posts look in real time. This feature is only available for users using either
-Internet Explorer 5.5 or higer and Mozilla 1.3b or higher.</li>
-<li><b>Enable comments</b>: Set this to yes if you would like to allow your users to make comments to your
-posts. This will globally affect all your posts and all your users.</li>
-<li><b>Order in which comments appear</b>: Set it to \"Oldest first\" if you would like to see
-the older comments first in the list, or set it to \"Newest first\" to see them in
-reverse chronological order.</li>
-<li><b>Time difference in hours between the server and you</b>: You can use this setting to make pLog automatically
-add or substract an amount of hours to each date in the blog. It is useful for example when the server where the blog
-is hosted and the person who is using it are in different time zones. Telling pLog that there is a difference of
-+3 hours, will make that all dates appear with such time difference applied.</li>
-</ul></p>";
-
-//
-// translators: the ones below are already new
-//
-$messages["resourceCenter"] = "From the resource center, you will be able to manage your files, group them in albums,
-manage those albums and edit any of them.";
-
-$messages["newResourceAlbum"] = "<p>You need at least one album to group your resources. From here you will be allowed
-to add a new album, simply providing a name and a description for it. Only the name field is mandatory, being
-the description field optional.</p>
-<p>Use the <b>'Parent album'</b> field to set whether this is a top-level album or if it is a sub-album and has
-another album as a parent.</p>";
-
-$messages["resourceAlbums"] = "<p>This is a list including all the resource albums that have been created so far
-in this site. For each album, several of its properties can be seen at a glance: its name, a link to its child
-albums (if any) and its amount, a link to its resources and its amount, whether the album is public or
-private and a checkbox to delete as many of them as needed.</p>
-<p>You can read more on the <b>'Show Album'</b> feature here <a href=\"admin.php?op=Help&helpId=editResourceAlbum\">here</a></p>";
-
-$messages["editResourceAlbum"] = "<p>From here you can edit the properties of a resource album. Almost all the fields
-are the same as <a href=\"admin.php?op=Help&helpId=newResourceAlbum\">here</a> except the
-<b>'Show album to users'</b> checkbox. If enabled, this album will be visible to users who browse our
-collection of albums and resources. If not, it will not be shown in the public side. This is useful in cases when
-we want to keep some of the albums secret and don't want users peeking at them.</p>";
-
-$messages["newResource"] = "<p>You will be able to upload new resources to your blog from this section. Any kind of file
-can be uploaded to the site but pLog is capable of handling and extracting some useful information from some
-of them, such as images, videos, zip files and music files.</p>
-<p>First of all, find the file you would like to upload. Then, provide a description for it (mandatory field)
-and finally select to which album would you like this resource to belong to. It is not possible to have a resource
-file that does not belong to any album. Once you are ready, click the <b>'Add Resource'</b> button and the file
-will be added to the blog.</p>
-<p>Please keep in mind that uploads need to be enabled for this to work, and if the blog administrator has
-set a list of forbidden file types that cannot be uploaded, the file will not be allowed in the site. The resource
-framework also needs to be enabled. All these settings can be modified by a user with administrator privileges
-from the <b>'Global Settings'</b> section.</p>
-<p>This feature requires a folder with write permission in the web server.</p>";
-
-$messages["Resources"] = "<p>From here you will have access to all the resource files that have been uplaoded
-in the blog. Files will be shown under the album to which they belong. For every resource file, it will be
-possible to edit its properties, view it as any normal user will see it and mark it for deletion. Pressing the
-<b>'Delete Selected'</b> button from the bottom of the screen will delete those resources that have been
-marked.</p>
-<p>Click the folder icon to navigate to the contents of an albu, or the <b>'Edit'</b> to go to the album
-properties page. Use the <b>'..'</b> link to go up one level. Clicking a resource name or preview (if available)
-will take you to the resource properties page where you will be able to change some of the settings of the
-selected resource.";
-
-$messages["blogSecurity"] = "From this section you will be able to edit set up some basic security mechanisms that
-are provided by pLog. The changes you make here will only affect your blog and not everybody else's.";
-
-$messages["blogFilteredContent"] = "<p>This is a list of all the rules for content filtering that have been added
-to this particular blog. Clicking any of them will take you to a page where you will be able to edit any of them.
-Use the <b>'Delete'</b> checkbox to mark any of them for deletion, and press the <b>'Delete Selected'</b> button
-once you are sure you want to delete those.</p>";
-
-$messages["newBlogFilteredContent"] = "<p>You can add here a new rule for blocking undesired content from being
-included in comments. You can use here single words or sentence or if you wish, you can use the power
-of regular expressions if you know how to use them. You can also add a description to the rule so that you remember
-in the future what it is about, but it is not a mandatory field.</p>";
-
-$messages["blogBlockedHosts"] = "This is a list with all the hosts that have been blocked so far in this blog. At
-a glance, it is possible to see for each host the reason why it was blocked, the date when it was blocked and
-the type of the block applied. Lastly, you can also select any of the host blocking rules and press the
-<b>'Delete Selected'</b> button when you are sure that you want to remove those rules.";
-
-$messages["newBlogBlockedHost"] = "<p>This section will allow you to block a specific address or entire subnet from your Blog. You can select if you want them to be able to see it, but unable to post or simply unable to access it at all. Copy the offending address into the spaces provided and choose the proper subnet address space if necessary. Example: To block just the address of 192.168.1.123 you would choose the '32 bits' option to match the entire address. This blocks just this one address and works well for banning someone with a Static IP address. If you're seeing multiple IP Addresses for a particular individual (say 192.168.1.123, 192.168.1.225, 192.168.1.21 and 192.168.1.67) then you will want to ban a particular subnet range. Enter one of the IP Addresses that you see and choose '24 bits', '16 bits' or '8 bits' to match the first 3 sections, first 2 sections or the first section respectively.<br/>
-<br/>
-<b>EXAMPLES</b>:<br/>
-<br/>
-192.168.1.123 - 32 bits: Matches only the 192.168.1.123 address<br/>
-192.168.1.123 - 24 bits: Matches any address that starts with 192.168.1<br/>
-192.168.1.123 - 16 bits: Matches any address that starts with 192.168<br/>
-192.168.1.123 - 8 bits: Matches any address that starts with 192<br/>
-</p>
-<p>The <b>'Block type'</b> drop-down list will allow you to choose whether to block this host from
-completely accessign the site (an error page will be sent to the client's browser whenever trying to access) or
-simply block it from posting new comments. If the latter is chosen, the host will still be allowed to read
-articles and other people's comments.</p>
-<p>You can also attach a reason/description to this host blocking rule, so that you can remember in the future why
-it was set up.</p>";
-
-$messages["editBlogBlockedHost"] = "You will be able to edit a host blocking rule from this section. The options
-available are exactly the same as in <a href=\"admin.php?op=Help&helpId=newBlogBlockedHost\">here</a>.";
-
-$messages["editBlogFilteredContent"] = "This page will allow you to edit a content filtering rule. The options
-are exactly the same as in <a href=\"admin.php?op=Help&helpId=newBlogFilteredContent\">here</a>.";
-
-$messages["filteredContent"] = "<p>This is a list of all the rules for content filtering that have been added
-to this site. These rules are site-wide and take precedence before any blog-specific rule that may have been
-set by blog owners. The options and its meaning is the same as
-<a href=\"admin.php?op=Help&helpId=blogFilteredContent\">here</a>.";
-
-$messages["newFilteredContent"] = "<p>You can add here a new rule for blocking undesired content from being
-included in comments. This rule will be used system-wide and will take preference before blog-specific
-rules. See <a href=\"admin.php?op=Help&helpId=newBlogFilteredContent\">this</a> for more information
-on the options.";
-
-$messages["blockedHosts"] = "This is a list with all the hosts that have been blocked so far system-wide.
-Clicking a rule IP address will allow us to edit the settings of that rule. These rules always take
-precedence over blog-speficic rules, so that if one these global rules matches a host, all the other after
-it will be ignored.";
-
-$messages["newBlockedHost"] = "From here it is possible to add a new <b>global</b> host-blocking rule. See
-<a href=\"admin.php?op=Help&helpId=newBlogBlockedHost\">here</a> for more information about the options
-available.";
-
-$messages["editBlockedHost"] = "You will be able to edit a host blocking rule from this section. The options
-available are exactly the same as in <a href=\"admin.php?op=Help&helpId=newBlogBlockedHost\">here</a>.";
-
-$messages["editFilteredContent"] = "This page will allow you to edit a content filtering rule. The options
-are exactly the same as in <a href=\"admin.php?op=Help&helpId=newBlogFilteredContent\">here</a>.";
-
-//
-// text of the post that will be added to each blog when they sign-up via the register.php script
-//
-$messages["register_default_category"] = "General";
-$messages["register_default_article_text"] = "If you can read this, it means that your signup and registration was successful and that you can start blogging.";
-$messages["register_default_article_topic"] = "Congratulations, it worked!";
-
-//
-// summary templates text
-//
-
-$messages["summary_title"] = "Blogs Summary";
-$messages["summary_section_main"] = "Summary";
-$messages["summary_section_main_link_title"] = "Main Page";
-$messages["summary_section_register"] = "Register!";
-$messages["summary_section_register_link_title"] = "Register a new blog";
-$messages["summary_section_blog_list"] = "Blog list";
-$messages["summary_section_blog_list_link_title"] = "Blogs hosted in this site";
-$messages["summary_section_faq"] = "F.A.Q.";
-$messages["summary_section_faq_link_title"] = "Frequently Asked Questions";
-$messages["summary_welcome_title"] = "Welcome to pLog!";
-
-$messages["summary_most_active_blogs"] = "Most active blogs";
-$messages["summary_newest_blogs"] = "Newest blogs";
-$messages["summary_most_commented_articles"] = "Most commented articles";
-$messages["summary_most_read_articles"] = "Most read articles";
-
-$messages["summary_faq"] = "Frequently Asked Questions";
-$messages["summary_faq_question"] = "What is this?";
-$messages["summary_faq_description"] = "You could use this section to add some frequently asked questions about your service. It is all up to you and this is only a suggestion so feel free to make changes :) Edit the file templates/summary/faq.template to change the contents of this page.";
-
-$messages["summary_login"] = "Log-in";
-$messages["summary_other_stuff"] = "Other Stuff";
-$messages["summary_plog_logo"] = "How about a logo here?";
-
-$messages["summary_blog_list"] = "Blog List";
-$messages["summary_last_updated"] = "Last Updated";
-$messages["summary_author"] = "Author";
-$messages["summary_articles"] = "articles";
-$messages["summary_reads"] = "reads";
-
-$messages["summary_welcome_message"] = "<h4 class=\"question\">What is this site?</h4>
- <p>You could use this area to give some information about this site.</p>
-
- <ul>
- <li>See the following links for more information: <br />
- <a href=\"summary.php?op=Faq\">FAQ</a></li>
- <li><a href=\"register.php\">Register a new blog here</a></li>
- </ul>";
-
-$messages["summary_latest_posts"] = "Latest Posts";
-$messages["summary_in"] = "in";
-$messages["summary_posted_by"] = "Posted by";
-
-//
-// register templates text
-//
-$messages["register_error"] = "Error";
-$messages["register_error_message"] = "There has been an error:";
-$messages["register_errors"] = "There were some errors during the process, please have a look:";
-$messages["register_new_blog_step1_title"] = "Register a new blog (1/3)";
-$messages["register_step1_fill_in_title"] = "Please fill in this form to create a new blog in this site.";
-$messages["register_step1_description"] = "<p>
-First of all, we need to create a user for you. Please choose a username (which should not exist in the system but if it does, we will let you know) This user will be considered as the owner of the blog and will have full powers over it.
-</p>
-<p>
-And please do not forget your password! There is no way it can be recovered once you have signed up.
-</p>";
-$messages["register_step1_legend"] = "Please fill in the following fields";
-$messages["register_username"] = "Username:";
-$messages["register_password"] = "Password:";
-$messages["register_password_confirmation"] = "Confirm password:";
-$messages["register_email"] = "Email address:";
-$messages["register_email_comment"] = "(user for notifications of new comments)";
-
-$messages["register_next"] = "Next »";
-
-$messages["register_new_blog_step2_title"] = "Register a new blog (2/3)";
-$messages["register_user_created"] = "Your new user has been successfully created! Now we can proceed and create your new personal blog.";
-$messages["register_step2_description"] = " <p>
- The only thing we need to know is the name you would like to give to your diary. Later on once this
- process is complete, you will be able to change things like its description, but now that is not needed.
- </p>";
-$messages["register_step2_blog_name"] = "Name of your new blog:";
-
-$messages["register_new_blog_step4_title"] = "Thank you! (3/3)";
-$messages["register_new_blog_step3_description"] = "
- <p>
- Registration is complete. Your new user and diary have been registered successfully in this site,
- and you can log in now into your blog and start blogging!
- </p>";
-$messages["register_step4_admin_link"] = "
- <p>
- Click here <a href=\"admin.php\">to go the admin interface</a>, if you want to start blogging.
- </p>";
-$messages["register_step4_blog_link1"] = "
- <p>
- Or click <a href=\"";
-
-$messages["register_step4_blog_link2"] = "
-\">here to go and see your new blog</a>.
- </p>";
-
-$messages["register_step4_final_message"] = "
- <p>
- Happy blogging!
- </p>";
-
-
-$messages["register_error_incorrect_username"] = "Incorrect user name, please try again.<br/>";
-$messages["register_error_incorrect_email"] = "Email address is invalid, please try again. <br/>";
-$messages["register_error_user_already_exist"] = "There is already a user with that name, please try again.<br/>";
-$messages["register_error_incorrect_password"] = "Password is invalid, please try again. <br/>";
-$messages["register_error_passwords_dont_match"] = "Passwords do not match, please try again. <br/>";
-$messages["register_error_adding_user"] = "Error adding the user: ";
-$messages["register_error_creating_blog"] = "There was an error creating the new blog";
-$messages["register_error_blog_name"] = "You should choose a better name for the blog.<br/>" ;
-?>
Deleted: plog/trunk/locale/locale_nl_BE.php
===================================================================
--- plog/trunk/locale/locale_nl_BE.php 2005-01-29 15:29:38 UTC (rev 872)
+++ plog/trunk/locale/locale_nl_BE.php 2005-01-29 15:52:14 UTC (rev 873)
@@ -1,1423 +0,0 @@
-<?php
-/*
- * This translation was made by Koen Calliauw (info at versys.be)
- *
- */
-// set this to the encoding that should be used to display the pages correctly
-$messages["encoding"] = "iso-8859-15";
-$messages["locale_description"] = "Nederlands taalbestand voor pLog";
-// days of the week
-$messages["days"] = Array( "Zondag", "Maandag", "Dinsdag", "Woensdag", "Donderdag", "Vrijdag", "Zaterdag" );
-// -- compatibility, do not touch -- //
-$messages["Monday"] = $messages["days"][1];
-$messages["Tuesday"] = $messages["days"][2];
-$messages["Wednesday"] = $messages["days"][3];
-$messages["Thursday"] = $messages["days"][4];
-$messages["Friday"] = $messages["days"][5];
-$messages["Saturday"] = $messages["days"][6];
-$messages["Sunday"] = $messages["days"][0];
-
-// abbreviations
-$messages["daysshort"] = Array( "Zo", "Ma", "Di", "Wo", "Do", "Vr", "Za" );
-// -- compatibility, do not touch -- //
-$messages["Mo"] = $messages["daysshort"][1];
-$messages["Tu"] = $messages["daysshort"][2];
-$messages["We"] = $messages["daysshort"][3];
-$messages["Th"] = $messages["daysshort"][4];
-$messages["Fr"] = $messages["daysshort"][5];
-$messages["Sa"] = $messages["daysshort"][6];
-$messages["Su"] = $messages["daysshort"][0];
-
-// months of the year
-$messages["months"] = Array( "Januari", "Februari", "Maart", "April", "Mei", "Juni", "Juli", "Augustus", "September", "Oktober", "November", "December" );
-// -- compatibility, do not touch -- //
-$messages["January"] = $messages["months"][0];
-$messages["February"] = $messages["months"][1];
-$messages["March"] = $messages["months"][2];
-$messages["April"] = $messages["months"][3];
-$messages["May"] = $messages["months"][4];
-$messages["June"] = $messages["months"][5];
-$messages["July"] = $messages["months"][6];
-$messages["August"] = $messages["months"][7];
-$messages["September"] = $messages["months"][8];
-$messages["October"] = $messages["months"][9];
-$messages["November"] = $messages["months"][10];
-$messages["December"] = $messages["months"][11];
-
-$messages["message"] = "Bericht";
-$messages["error"] = "Fout";
-
-$messages["date"] = "Datum";
-
-// miscellaneous texts
-$messages["of"] = "van";
-$messages["recently"] = "recent...";
-$messages["comments"] = "commentaar";
-$messages["comment on this"] = "Commentaar";
-$messages["my_links"] = "mijn Links";
-$messages["archives"] = "archieven";
-$messages["search"] = "zoeken";
-$messages["calendar"] = "kalendar";
-$messages["editLinkCategories"] = "categorieën";
-$messages["search_s"] = "Zoeken";
-$messages["link_tracker"] = "Link Tracker";
-$messages["search_this_blog"] = "Doorzoek deze blog:";
-$messages["about_myself"] = "Wie ben ik?";
-$messages["permalink_title"] = "Permanent linken aan de archieven";
-$messages["permalink"] = "Permalink";
-$messages["posted_by"] = "Geplaatst door";
-$messages["on_the"] = "op de";
-$messages["page"] = "pagina";
-$messages["posted"] = "geplaatst";
-
-$messages["reply"] = "Beantwoorden";
-
-
-// add comment form
-$messages["add_comment"] = "Commentaar toevoegen";
-$messages["comment_topic"] = "Onderwerp";
-$messages["comment_text"] = "Tekst";
-$messages["comment_username"] = "Uw naam";
-$messages["comment_email"] = "Uw emailadres (indien van toepassing)";
-$messages["comment_url"] = "Uw persoonlijke pagina (Indien van toepassing)";
-$messages["comment_send"] = "Verstuur";
-$messages["comment_added"] = "Commentaar toegevoegd!";
-$messages["comment_add_error"] = "Fout bij het plaatsen van uw bericht";
-
-
-$messages["article_does_not_exist"] = "Dit artikel bestaat niet";
-$messages["no_posts_found"] = "Er werden geen berichten gevonden";
-$messages["user_has_no_posts_yet"] = "De gebruiker heeft nog geen berichten";
-
-$messages["info_about_myself"] = "Wat informatie over mezelf...";
-$messages["back"] = "Terug";
-
-$messages["back_top"] = "Naar Boven";
-
-$messages["post"] = "bericht";
-
-$messages["trackbacks_for_article"] = "Trackbacks voor het artikel getiteld";
-$messages["trackback_excerpt"] = "Uittreksel";
-$messages["trackback_weblog"] = "Weblog";
-
-$messages["search_results"] = "Zoekresultaten";
-$messages["search_matching_results"] = "De volgende berichten komen overeen met uw zoekcriteria: ";
-$messages["search_no_matching_posts"] = "Geen overeenkomende berichten gevonden";
-
-$messages["see_all_link"] = "Klik hier om alle berichten ooit geplaatst te zien";
-
-$messages["read_more"] = "(Meer)";
-
-$messages["anonymous_poster"] = "Anonieme Plaatser";
-
-$messages["syndicate"] = "SYNDICAAT";
-
-$messages["main"] = "Hoofd";
-
-////// error messages /////
-$messages["error_fetching_article"] = "Het gespecifieerde bericht kon niet worden gevonden.";
-$messages["error_fetching_articles"] = "De artikelen konden niet worden opgehaald.";
-$messages["error_trackback_no_trackback"] = "Er werden geen Trackbacks gevonden voor het artikel";
-$messages["error_incorrect_article_id"] = "Het artikelid is niet juist.";
-$messages["error_incorrect_blog_id"] = "Het journaalid is niet juist.";
-$messages["error_comment_without_text"] = "U dient minstens wat tekst op te geven.";
-$messages["error_comment_without_name"] = "U dient minstens uw naam of bijnaam op te geven.";
-$messages["error_adding_comment"] = "Er is een fout opgetreden bij het toevoegen van uw commentaar aan de databank.";
-$messages["error_incorrect_parameter"] = "Incorrecte parameter.";
-$messages["error_parameter_missing"] = "Er is een ontbrekende parameter in de aanvraag.";
-$messages["error_blog_has_no_links"] = "Deze blog heeft nog geen links.";
-$messages["error_comments_not_enabled"] = "De optie om commentaar te geven werd uitgeschakeld voor deze site.";
-
-///////////////// //////////////////
-///////////////// STRINGS FOR THE ADMINISTRATION INTERFACE //////////////////
-///////////////// //////////////////
-
-
-////// help messages for the administration interface /////
-$messages["help_newPost"] = "<p>Gebruik deze pagina om een nieuw bericht toe te voegen aan het journaal.
-U dient een onderwerp op te geven voor uw bericht alsook wat tekst ervoor.
-Eenaam afgewerkt, klik op de <b>'Toevoegen'</b> knop en het bericht zal automatisch worden opengenomen
-op de pagina. Gelieve er notie van te nemen dat u de status van het bericht op <b>'Gepubliceerd'</b>
-zet indien u wil dat het bericht verschijnt op de hoofdpagina. Gebruik de <b>'Klad'</b> status als u
-het typen van het bericht niet kunt afwerken. Hiermee kunt u later het bericht herzien of afwerken.</p>
-<p>U kan het bericht ook classificeren onder de categorieën die u voordien hebt aangemaakt. Hiervoor
-dient u gewoon het <b>'Categorie'</b> veld zetten op de categorie u het meest gepast lijkt.</p>
-<p>Indien u een emailbericht wilt ontvangen over nieuwe commentaren, gelieve dan het corresponderende
-vinkje aan te zetten.</p>
-<p>Zet het vinkje aan dat zegt <b>'Vind links in het bericht...'</b> als u na het toevoegen
-van het bericht, trackback pings wilt versturen naar de machines die dit ondersteunen. Uw bericht
-zal worden gescand voor links en u zal de mogelijkheid hebben om te kiezen naar welke machines u
-trackback pings wil sturen.</p>";
-
-$messages["addPost"] = "<p>Uw bericht wed toegevoegd aan de databank. Nu kunt u selecteren naar
-welke machines u een trackback ping wilt sturen, zodat ze weten dat u over hen hebt geschreven en
-zodat ze u kunnen <i>terugvinden</i>.</p>";
-
-$messages["editComments"] = "Dit zijn alle commentaren die werden geplaatst voor een
-gegeven bericht. Commentaren kunnen niet worden aangepast maar ze kunnen wel worden verwijderd.
-Het enige verplicte veld bij het versturen van het commentaar is het \"Naam\" veld, dus Email
-en URL kunnen leeg zijn. Het IP-Adres veld is het originele IP-adres waar dit commentaar van
-geplaatst werd. U kunt zoveel verwijderen als u wil door het corresponderende <b>'Verwijder'</b>
-vankje aan te zetten en de <b>'Verwijder geselecteerde'</b> aan te klikken.";
-
-$messages["postStats"] = "<p>Dit zijn de statistieken van het geselecteerde bericht. De eerste
-is hoeveel keer dit artikel reeds werd gelezen, maar houd er rekening mee dat deze statistiek
-betekenisloos kan zijn als als u de 'Lees meer...' optie in 'Blog Instellingen' hebt uitgeschakeld.</p>
-<p>De refereerders zijn de urls van alle machines die dit bericht hebben bezocht, en de trackbacks-tabel
-representeert het aantal trackback-pings die werden ontvangen voor dit bericht. Deze kunnen niet worden
-verwijderd of aangepast.</p>";
-
-$messages["help_editLinks"] = "<p>Dit is een lijst met de links die werden toegevoegd. Zoals berichten, kan
-iedere link worden onderverdeeld in categoriën en dan worden uitgestald op de hoofdpagina zodat bezoekers
-deze kunnen zien.</p>
-<p>U zal zien dat voor iedere link, u een naam zal zien, de url waarnaar ze verwijst en onder welke
-categorie ze werd onderverdeeld. Tot slot kunt u ook de geselecteerde links verwijderen.</p>";
-
-$messages["help_newLink"] = "<p>Van hier kunt u een nieuwe link toevoegen. U moet minimum een geldige
-link opgeven en een naam voor de link. Het beschrijvingsveld is optioneel maar kan zeer nuttige
-informatie over de link bevatten. U hebt minimum één link-categorie nodig voordat u links kunt
-toevoegen.</p>";
-
-$messages["help_editLinkCategories"] = "<p>Dit is een lijst met alle link-categorieën die werden
-aangemaakt. Zoals bij berichten, hebt u minimaal één link-categorie nodig voordat u links kan
-toevoegen. Door te klikken op de <b>'Links'</b> kolom zal u alle links te zien krijgen die
-behoren tot die categorie.</p>";
-
-$messages["help_newLinkCategory"] = "<p>Het enige dat u dient op te geven om een nieuwe link
-toe te voegen is een beschrijvende naam van de categorie. Eenmaal de link-categorie werd aangemaakt,
-is ze automatisch beschikbaar om links in onder te verdelen.</p>";
-
-$messages["help_userSettings"] = "<p>Zaken gerelateerd met uw gebruikersprofiel, kunnen op deze
-pagina worden veranderd. Gelieve er notie van te nemen dat uw gebruikersnaam niet kan worden veranderd.<ul>
-<li><b>Wachtwoord, Bevestig wachtwoord</b>: Als u uw wachtwoord wil veranderen, gelieve het
-dan in de eerste tekstbox in te typen, doe hetzelfde in de tweede box om te bevestigen dat u
-hetzelfde wachtwoord hebt ingegeven.</li>
-<li><b>Emailadres</b>: Gelieve een geldig emailadres op te geven indien u de opties zoals
-commentaarnotificatie wil gebruiken. Dit adres wordt enkel gebruikt voor interne doeleinden
-en zal nooit publiekelijk worden weergegeven.</li>
-<li><b>Bio</b>: U kunt hier wat informatie opgeven over uzelf. Dit is optioneel.</li>
-</ul></p>";
-
-$messages["help_Stats"] = "<p>Hier kan u alle refereerders zien die deze website hebben bezocht
-in het verleden. De <b>'Artikel'</b> kolom reflecteert welk artikel werd bezocht door de refereerder,
-ofwel de waarde '0' als de refereerder de hoofdpagina bezocht of een andere pagina die geen artikel
-was. Tot laatst de <b>'Laatste bezoekdatum'</b> geeft de datum weer waarop de refereerder laatst
-de website bezocht.</p>";
-
-$messages["editLink"] = "<p>U dient minstens een geldige url en een naam voor de link op te geven.
-De link moet ook worden onderverdeeld in een categorie.</p>";
-
-$messages["editLinkCategory"] = "Gelieve een nieuwe naam op te geven voor de link-categorie die u wil aanpassen.</p>";
-
-$messages["blogSelect"] = "Gelieve een van de bewerkingen te kiezen uit het menu.";
-
-$messages["Error"] = "Er is een fout opgetreden bij het uitvoeren van de gevraagde bewerking. Gelieve
-op de hoofdpagina te kijken voor informatie over deze fout.";
-
-$messages["Message"] = "Gelieve op de hoofdpagina te kijken voor meer informatie over deze fout.";
-
-//////// strings for the administration interface ///////
-
-
-
-$messages["admin_interface_title"] = "pLog Administratieve Interface";
-$messages["administration"] = "Administratie";
-$messages["help"] = "Help";
-$messages["plog_help"] = "pLog Help";
-$messages["newPost"] = "Nieuw Bericht";
-$messages["editPosts"] = "Berichten";
-$messages["editArticleCategories"] = "Categorieën";
-$messages["admin_links"] = "Links";
-$messages["editLinkCategories"] = "Link Categorieën";
-$messages["settings"] = "Instellingen";
-$messages["Logout"] = "Afmelden";
-
-// new post page
-$messages["topic"] = "Onderwerk";
-$messages["text"] = "Tekst";
-$messages["category"] = "Categorie";
-$messages["status"] = "Status";
-$messages["post_status_draft"] = "Klad";
-$messages["post_status_published"] = "Gepubliceerd";
-$messages["post_status_deleted"] = "Verwijderd";
-$messages["post_status_all"] = "Alle";
-$messages["send_notification"] = "Houd me of de hoogte telkens er een commentaar is.";
-$messages["send_trackback_pings"] = "Zoek links in het bericht en stuur trackback pings naar de links die deze optie ondersteunen.";
-$messages["add_post"] = "Blog dit!";
-
-$messages["xmlrpc_ping_ok"] = "XML-RPC Ping werd verstuurd naar ";
-$messages["error_sending_xmlrpc_ping"] = "Er is een fout opgetreden bij het zenden van een XML-RPC Ping naar ";
-$messages["error_sending_xmlrpc_ping_message"] = "Foutbericht was: ";
-
-$messages["preview"] = "Voorbeeld";
-$messages["post_added"] = "Bericht toegevoegd";
-$messages["you_will_be_notified"] = "Aanvullend zult u nog worden op hoogte gehouden van activiteit binnen dit bericht.";
-$messages["post_added_not_published"] = "Bericht toegevoegd, maar niet gepubliceerd.";
-$messages["error_adding_post"] = "Fout bij het toevoegen van het bericht!";
-$messages["error_must_fill_all_fields"] = "U dient alle velden in te vullen!";
-$messages["error_must_have_one_category"] = "U dient minstens één berichtcategorie te maken alvorens een bericht te maken.";
-
-// send trackbacks page
-$messages["send_trackback_pings"] = "Stuur Trackback Pings";
-$messages["links_found"] = "De volgende linsk werden gevonden in uw bericht. Klik deze aan
-waarnaar u trackback pings wil versturen (houd er rekening mee dat dit proces even kan duren)";
-$messages["trackbacks_no_urls_selected"] = "Er werden geen urls geselecteerd, danig werden er geen pings gestuurd.";
-$messages["trackbacks_received_ok"] = "De volgende links hebben succesvol de trackback ping ontvangen:";
-$messages["trackbacks_no_trackback"] = "De volgende link heeft geen gevalideerde trackback url: ";
-$messages["trackbacks_problems_sending"] = "Er waren problemen bij het versturen van de trackback pings
-naar de volgende machines. U kan het proces opnieuw proberen indien u dit wenst.";
-$messages["trackbacks_received_all_hosts"] = "Alle machines ontvingen succesvol de trackback ping.";
-$messages["ping_selected"] = "Ping geselecteerde sites";
-
-// edit posts
-$messages["author"] = "Auteur";
-$messages["category_all"] = "Alle";
-$messages["author_all"] = "Alle";
-$messages["update"] = "Aanpassen";
-$messages["date"] = "Datum";
-$messages["help_Stats"] = "Statistieken";
-$messages["delete"] = "Verwijder";
-
-$messages["delete_selected"] = "Verwijder geselecteerde";
-
-// edit post
-$messages["edit_post"] = "Bericht aanpassen";
-$messages["error_getting_post_to_update"] = "Er is een fout opgetreden bij het ophalen van het bericht voor bewerking.";
-$messages["error_updating_post_in_database"] = "Fout bij het aanpassen van het bericht in de databank.";
-$messages["post_successfully_updated"] = "Bericht goed aangepast.";
-$messages["notification_removed"] = "De notificatiestatus die u had voor dit bericht, werd verwijderd.";
-
-// post statistics
-$messages["statistics_for_post"] = "Statistieken voor bericht ";
-$messages["error_fetching_post"] = "Er was een fout bij het ophalen van het bericht.";
-$messages["times_post_has_been_read"] = "Aantal keren dat bericht werd gelezen: ";
-$messages["referers"] = "Refereerders";
-$messages["id"] = "Id";
-$messages["url"] = "Url";
-$messages["hits"] = "Bezoeken";
-$messages["trackbacks"] = "Trackbacks";
-
-// post comments
-$messages["error_fetching_comments"] = "Fout bij het ophalen van artikelcommentaar";
-$messages["comments_for_post"] = "Commentaar voor bericht ";
-$messages["email"] = "EMail";
-$messages["ip_address"] = "IP-Adres";
-
-// delete comments
-
-// please remove these comments after translating these lines
-$messages["error_no_comments_selected"] = "Geen commentaren werden geselecteerd voor verwijdering.";
-$messages["error_deleting_comment"] = "Er trad een fout op bij het verwijderen van de commentaar ";
-$messages["comment_deleted_ok"] = "Commentaar met onderwerp \"%s\" werd succesvol verwijderd.";
-
-// please remove these comments after translating these lines
-
-
-// categories list
-$messages["category_name"] = "Naam";
-
-// removing posts
-$messages["post_cannot_be_deleted"] = "Bericht kan niet worden verwijderd";
-$messages["no_posts_selected"] = "There were no posts selected to delete.";
-// %s = subject of the post, %d = identifier of the post. feel free to change its order
-// but if you remove them there will be no information about which post was removed...
-$messages["error_deleting_post"] = "Error deleting post \"%s\" (id = %d)";
-$messages["post_deleted_ok"] = "Post \"%2\$s\" successfully deleted (id = %1\$d)";
-
-// delete categories
-$messages["no_categories_selected"] = "Er werden geen commentaren geselecteerd voor verwijdering.";
-$messages["error_category_has_articles"] = "Kon categorie \"%s\" niet verwijderen omdat het nog berichten bevat.";
-$messages["error_deleting_category"] = "Fout bij het verwijderen van categorie \"%s\" uit de database.";
-$messages["category_deleted_ok"] = "Categorie \"%s\" verwijderd.";
-
-// add category
-$messages["newArticleCategory"] = "Nieuwe categorie toevoegen";
-$messages["add_new_category_info"] = "Gelieve uw categorie een naam te geven.";
-$messages["category_added_ok"] = "Categorie toegevoegd.";
-$messages["error_adding_article_category"] = "Er trad een fout op bij het toevoegen van de categorie.";
-
-// edit categories
-$messages["edit_category"] = "Categorie aanpassen";
-$messages["please_provide_valid_category_name"] = "Gelieve uw categorie een naam te geven.";
-
-// edit category
-$messages["error_incorrect_category_id"] = "Onjuiste categorie id";
-
-// update the category
-$messages["error_fetching_category"] = "Er trad een fout op bij het ophalen van de categorie.";
-$messages["error_updating_category"] = "Er trad een fout op bij het aanpassen van de categorie.";
-$messages["error_empty_category_name"] = "U moet een geldige naam opgeven voor de categorie.";
-$messages["category_updated_ok"] = "Categorie aangepast.";
-
-// edit links
-$messages["link_name"] = "Naam";
-$messages["link_url"] = $messages["url"];
-$messages["link_category"] = $messages["category"];
-$messages["link_description"] = "Beschrijving";
-$messages["editLinks"] = "Links";
-
-// edit a link
-$messages["error_provide_name_and_url"] = "U moet minstens een naam en url opgeven voor de link.";
-$messages["error_invalid_link_id"] = "De link id is fout of ontbrekend.";
-$messages["error_fetching_link"] = "Er trad een fout op bij het ophalen van de link.";
-$messages["error_updating_link"] = "Er trad een fout op bij het aanpassen van de link.";
-$messages["link_updated_ok"] = "Link aangepast!";
-$messages["error_fetching_link_categories"] = "Er trad een fout op tijdens het ophalen van de link categorieën.";
-
-// add a link
-$messages["add_new_link"] = "Nieuwe link toevoegen";
-$messages["newLink"] = "Link toevoegen";
-$messages["error_adding_link"] = "Er trad een fout op bij het toevoegen van de link.";
-$messages["link_added_ok"] = "Link toegevoegd.";
-$messages["error_provide_name_and_url"] = "U dient minstens een geldige naam en url op te geven.";
-$messages["error_must_have_one_link_category"] = "U moet minstens één link categorie hebben voordat u een link kunt toevoegen.";
-
-// delete a link
-$messages["error_no_links_selected"] = "Geen links geselecteerd voor verwijdering.";
-$messages["error_removing_link"] = "Fout bij het verwijderen van link \"%s\" uit de database.";
-$messages["link_deleted_ok"] = "Link \"%s\" verwijderd uit de database.";
-
-// edit link categories
-$messages["newLinkCategory"] = "Nieuwe link categorie toevoegen";
-$messages["link_categories_help"] = "U moet minstens één link categorie hebben voordat u een link kunt toevoegen.";
-$messages["link_category_name"] = "Naam";
-$messages["link_category_links"] = "Links";
-
-// new link category
-$messages["new_link_category_info"] = "Link categorieën helpen bij het indelen van uw links. U kunt later de links ook
-gegroepeerd weergeven volgends categorie op de hoofdpagina.";
-$messages["newLinkCategory"] = "Link categorie toevoegen";
-$messages["error_provide_link_category_name"] = "U moet een juiste naam opgeven voor de categorie.";
-$messages["error_adding_link_category"] = "Er trad een fout op bij het toevoegen van de link categorie.";
-$messages["link_category_added_ok"] = "Link categorie toegevoegd.";
-
-// edit link category
-$messages["edit_link_category"] = "Link categorie aanpassen";
-$messages["error_updating_link_category"] = "Er trad een fout op bij het aanpassen van de link categorie.";
-$messages["link_category_updated_ok"] = "Link categorie aangepast.";
-$messages["error_fetching_link_category"] = "Fout bij het ophalen van de link categorie.";
-$messages["error_incorrect_link_category_id"] = "Foute link categorie id";
-
-
-// delete link categories
-$messages["error_no_link_category_selected"] = "Geen link categorieën geselecteerd voor verwijdering.";
-$messages["error_links_in_link_category"] = "Categorie \"%s\" kon niet worden verwijderd omdat deze categorie nog links bevat.";
-$messages["error_removing_link_category"] = "Fout bij het verwijderen van de link categorie \"%s\".";
-$messages["link_category_deleted_ok"] = "Link categorie \"%s\" verwijderd.";
-$messages["error_removing_link_category_2"] = "Fout bij het verwijderen van de link categorie met id = %d";
-
-// blog settings page
-$messages["blogSettings"] = "Site Instellingen";
-$messages["userSettings"] = "Gebruikersprofiel";
-$messages["pluginCenter"] = "Plugincentrum";
-$messages["Stats"] = "Statistieken";
-$messages["blog_name"] = "Blog naam";
-$messages["long_blog_name"] = "Langere, beschrijvende tekst over deze blog";
-$messages["language_used"] = "Taal gebruikt om tekst en data weer te geven";
-$messages["items_main_page"] = "Hoeveel items wilt u tonen op de hoofdpagina?";
-$messages["items_as_recent"] = "Hoeveel items wilt u tonen in \"Recentelijk\"?";
-$messages["template_used"] = "Kies een template die het uiterlijk van uw site zal definiëren";
-$messages["cut_posts"] = "Langere berichten inkorten en aanvullen met een \"Meer...\" link?";
-$messages["cut_posts_after_characters"] = "Hoeveel karakters laat u toe alvorens het bericht in te korten?";
-$messages["enable_wysiwyg_edition"] = "WYSIWYG bewerken van teksten inschakelen (Enkel Internet Explorer 5.5 of hoger en Mozilla 1.3b of hoger)?";
-$messages["enable_comments"] = "Commentaar inschakelen voor alle berichten?";
-$messages["yes"] = "Ja";
-$messages["no"] = "Nee";
-$messages["error_invalid_locale"] = "Onjuiste waarde voor taalinstelling";
-$messages["error_incorrect_max_recent_items"] = "U moet een geldige waarde geven voor het aantal berichten in 'Recentelijk'.";
-$messages["error_incorrect_number_of_posts"] = "U moet een geldige waarde geven voor het aantal berichten in de hoofdpagina.";
-$messages["error_incorrect_template"] = "De waarde voor het template.";
-$messages["error_no_blog_name"] = "U moet een geldige naam geven voor de Blog.";
-$messages["error_incorrect_show_more_threshold"] = "U moet een geldige waarde opgeven voor het aantal karakters om te tonen vooraleer een post in te korten met de \"Meer...\" link.";
-$messages["error_updating_settings"] = "Er trad een fout op bij het aanpassen van de instellingen voor de site.";
-$messages["blog_settings_updated_ok"] = "Blog instellingen aangepast!";
-$messages["permanent_blog_url"] = "Permanent URL voor deze blog (alleen-lezen)";
-
-// user profile page
-$messages["username"] = "Gebruikersnaam";
-$messages["password"] = "Wachtwoord";
-$messages["confirm_password"] = "Bevestig wachtwoord";
-$messages["email_address"] = "Emailadres";
-$messages["bio"] = "Bio";
-$messages["empty_no_change"] = "Leeglaten voor geen veranderingen";
-$messages["user_settings_updated_ok"] = "Gebruikersinstellingen aangepast.";
-$messages["error_updating_user_settings"] = "Fout bij het aanpassen gebruikersinstellingen.";
-$messages["error_passwords_dont_match"] = "Sorry, wachtwoorden komen niet overeen.";
-$messages["error_incorrect_password"] = "Sorry, wachtwoord onjuist.";
-$messages["error_incorrect_email_address"] = "Emailadres onjuist.";
-
-
-// plugin center page
-$messages["plugins_available"] = "Dit is een lijst van de plugins beschikbaar om te gebruiken in de templates";
-$messages["identifier"] = "ID";
-$messages["description"] = "Beschrijving";
-$messages["error_plugins_disabled"] = "Plugin-ondersteuning werd uitgeschakeld voor deze site.";
-
-// statistics page
-$messages["statistics_info"] = "Een artikelID van 0 betekent dat dit inkomende hits waren naar de hoofdpagina of een andere pagina dan een bericht.";
-$messages["article_id"] = "ArtikelID";
-$messages["last_hit_date"] = "Laatste Hit Datum";
-$messages["error_fetching_referers"] = "Fout bij het ophalen van de verwijzers voor deze site";
-
-
-// login screen
-$messages["login_page_title"] = "Site Administratieve Interface";
-$messages["login"] = "Login";
-$messages["welcome_message"] = "Welkom";
-$messages["error_incorrect_username_or_password"] = "Sorry, Onjuiste gebruikersnaam of wachtwoord.";
-$messages["error_dont_belong_to_any_blog"] = "Sorry, u behoort nog niet toe aan een site.";
-$messages["error_no_username_or_password"] = "Geleive een geldige gebruikersnaam en wachtwoord op te geven.";
-$messages["choose_one_blog"] = " U behoort toe aan volgende sites. Kies één om nu aan te passen";
-$messages["continue"] = "Verdergaan";
-$messages["logout_message"] = "U werd afgemeld.";
-$messages["logout_message_2"] = "<a href=\"admin.php\">Klik hier</a> om opnieuw in te loggen of
-<a href=\"%1\$s\">hier om naar %2\$s</a> te gaan.";
-$messages["logout_title"] = "Afgemeld";
-$messages["error_access_forbidden"] = "Toegang verboden. U moet eerst hier inloggen.";
-
-$messages["site_admin"] = "Site Admin";
-$messages["site_stats"] = "Site Statistieken";
-$messages["createUser"] = "Gebruiker toevoegen";
-$messages["siteUsers"] = "Gebruikers";
-$messages["createBlog"] = "Site toevoegen";
-$messages["editSiteBlogs"] = "Sites";
-$messages["siteLocales"] = "Taalinstellingen";
-$messages["newLocale"] = "Taal toevoegen";
-$messages["siteTemplates"] = "Templates";
-$messages["newTemplate"] = "Template toevoegen";
-$messages["editSiteSettings"] = "Globale Instellingen";
-$messages["adminSettings"] = "Site Instellingen";
-$messages["help_comments_enabled"] = "Schakelt commentaar voor de hele site in of uit.";
-$messages["help_beautify_comments_text"] = "Respecteert de gebruiker zijn opmaak bij het sturen van een bericht.";
-$messages["help_rdf_enabled"] = "Schakelt de generatie van een RDF toevoer met de laatste berichten in of uit.";
-$messages["help_temp_folder"] = "Map die zal worden gebruikt door de site om acties uit te voeren die een tijdelijke map nodig hebben.";
-$messages["help_base_url"] = "Deze url zal worden gebruikt om correcte urls te genereren, dus gelieve hier de juiste waarde in te vullen";
-$messages["help_show_posts_max"] = "Het aantal berichten dat standaard wordt getoond op de hoofdpagina.";
-$messages["help_recent_posts_max"] = "Het aantal berichten dat wordt getoond in 'Recentelijk'.";
-$messages["help_template_folder"] = "De plaats waar Sites templates staan.";
-$messages["help_default_template"] = "Het template dat standaard zal worden gebruikt bij nieuwe sites.";
-$messages["help_default_locale"] = "De standaard taalinstellingen die zal worden gebruikt voor nieuwe sites en in de loginpagina van de administratiemodule.";
-$messages["help_html_allowed_tags_in_comments"] = "HTML tags die niet zullen worden verwijderd in commentaren van gebruikers.";
-$messages["help_referer_tracker_enabled"] = "Voegt korte info toe over verwijzers aan de database, als de verwijzer beschikbaar is tijdens de aanvraag.";
-$messages["help_rss_parser_enabled"] = "Schakelt de RSS parser in of uit die beschikbaar is in de templates.";
-$messages["help_show_more_enabled"] = "Schakelt de \"Meer...\" link in of uit.";
-$messages["help_show_more_threshold"] = "Hoeveel karakters getoond moeten worden voor de 'Meer...' Link.";
-$messages["help_update_article_reads"] = "Als al dan niet de interne teller moet worden aangepast voor het aantal hits per pagina.";
-$messages["help_request_format_mode"] = "De \"Flat\" modus zal normale urls genereren, waar \"Zoekrobot Vriendelijk\" urls zal genereren die gemakkelijker leesbaar zijn en die zullen worden opgepikt door zoekrobots. Apache en de mogelijkheid om .htaccess bestanden te gebruiken vereist.";
-$messages["help_xmlrpc_ping_enabled"] = "Als al dan niet een XMLRPC notificatie moet worden gestuurd naar de hosts die geconfigureerd zijn om deze te ontvangen als een nieuw bericht werd toegevoegd.";
-$messages["help_xmlrpc_ping_hosts"] = "Lijst van hosts die XMLRPC notificaties ondersteunen. Gelieve de verschillende hosts op verschillende lijnen te zetten, zo veel als nodig.";
-$messages["help_trackback_server_enabled"] = "Als er al dan niet inkomende trackback pings moeten worden geaccepteerd.";
-$messages["help_htmlarea_enabled"] = "Schakelt de WYSIWYG editor van berichten in of uit.";
-$messages["help_plugin_manager_enabled"] = "Schakelt plugins in of uit.";
-$messages["help_check_email_address_validity"] = "Bij het registreren van een nieuwe site, worden gebruikers gevraagd om een geldig emailadres op te geven dat zal worden gecontroleerd indien deze optie aangezet is.";
-$messages["help_summary_page_show_max"] = "Het aantal items die moeten opduiken in de samenvattingspagina.";
-$messages["help_minimum_password_length"] = "Het aantal karakters dat een paswoord minimum moet bevatten.";
-$messages["help_users_can_add_templates"] = "Als gebruikers al dan niet site-specifieke templates mogen gebruiken in hun sites.";
-$messages["help_email_service_enabled"] = "Schakelt de email service in of uit, wordt bv. gebruikt om berichtnotificaties te sturen.";
-$messages["post_notification_source_address"] = "Adres dat zal worden gebruikt in het Van: veld wanneer er emails worden verstuurd.";
-$messages["help_email_service_type"] = "Methode die zal worden gebruikt om emails te versturen. Geleive er één te kiezen en onderstaande instellingen te controleren.";
-$messages["help_smtp_host"] = "Als SMTP wordt gebruikt als verstuurmethode, dan is dit de host waarnaar berichten te sturen (smart-host).";
-$messages["help_smtp_port"] = "Poort van de bovenstaande host waarop de SMTP-service draait.";
-$messages["help_smtp_use_authentication"] = "Als de SMTP-server authenticatie ondersteunt en u wilt dit gebruiken, schakel deze optie dan in en controleer de twee onderstaande instellingen.";
-$messages["help_smtp_username"] = "Gebruikersnaam die zal worden gebruikt om via geauthenticeerde SMTP berichten te versturen.";
-$messages["help_smtp_password"] = "Wachtwoord dat zal worden gebruikt om via geauthenticeerde SMTP berichten te versturen.";
-$messages["help_uploads_enabled"] = "Schakelt het opladen van bestanden in of uit. Deze optie zal effect hebben op het opladen van template sets en/of het toevoegen van bestanden aan nieuwe template sets.";
-$messages["help_maximum_file_upload_size"] = "Maximum grootte in bytes van bestanden, opgeladen door gebruikers.";
-$messages["help_upload_forbidden_files"] = "Lijst van bestandspatronen die niet mogen worden opgeladen. U kunt er zoveel specifiëren als nodig, allemaal gescheiden door een spatie.";
-$messages["help_path_to_tar"] = "Pad waar de 'tar' tool kan worden gevonden.";
-$messages["help_path_to_gzip"] = "Pad waar de 'gzip' tool kan worden gevonden.";
-$messages["help_path_to_bz2"] = "Pad waar de 'bzip2' tool kan worden gevonden.";
-$messages["help_path_to_unzip"] = "Pad waar de 'unzip' tool kan worden gevonden.";
-
-$messages["add_user_give_information"] = "Gelieve de volgende informatie op te geven om een nieuwe gebruiker aan te maken.";
-
-$messages["site_registered_users"] = "Dit zijn alle geregistreerde gebruikers op deze server.";
-
-$messages["add_blog_give_information"] = "Gelieve de volgende informatie op te geven om een nieuwe site aan te maken.";
-$messages["blog_title"] = "Site titel";
-$messages["blog_owner"] = "Site eigenaar";
-
-$messages["site_registered_blogs"] = "Dit zijn alle sites geregistreerd op deze server.";
-$messages["editSiteUsers"] = "Gebruikers aanpassen";
-
-$messages["upload_locale"] = "Taalinstellingen opladen";
-$messages["use_this_form_to_upload_locale"] = " Gebruik dit formulier om een nieuwe taalinstelling op te laden naar de server. Als u niet in de mogelijkheid bent bestanden op te laden, gelieve dan onderstaand formulier te bekijken.";
-$messages["locale_file"] = "Bestand voor Taalinstellingen";
-$messages["manually_add_locale"] = "Taalinstelling manueel toevoegen";
-$messages["use_this_form_if_cant_upload_locale"] = "Gebruik dit tweede formulier als u niet in de mogelijkheid bent bestanden op te laden. Het bestand moet reeds in de juiste map zijn gekopieerd vooraleer dit uit te voeren. Anders zal deze actie resulteren in een fout.";
-$messages["locale_code"] = "Taalinstellings-code";
-$messages["locale_encoding"] = "Codering";
-
-$messages["template_will_be_available_for_all"] = "Het nieuwe template wordt automatisch beschikbaar aan alle sites op deze server.";
-
-$messages["use_this_form_to_upload_template"] = " Gebruik dit formulier om een nieuwe template naar de server te kopiëren. Als u niet in de mogelijkheid bent bestanden op te laden, gelieve dat onderstaand formulier te bekijken. Template sets moeten verpakt zijn in zip, tar.gz or tar.bz2 bestanden om opgeladen te kunnen worden.";
-$messages["locale_file"] = "Bestand voor Taalinstelling";
-$messages["upload_template"] = "Template opladen";
-$messages["manually_add_template"] = "Manueel template toevoegen";
-$messages["use_this_form_if_cannot_upload_template"] = " Gebruik dit formulier om een nieuwe template naar de server te kopiëren. Als u niet in de mogelijkheid bent bestanden op te laden, het bestand moet reeds zijn gekopieerd naar de template map vooraleer dit uit te voeren. Anders zal deze actie resulteren in een fout.";
-$messages["template_id"] = "Template ID";
-
-$messages["templates_available_for_all"] = "Deze templates zijn beschikbaar voor alle sites op de server.";
-$messages["add_file"] = "Bestand toevoegen";
-
-$messages["setting_name"] = "Naam";
-$messages["setting_value"] = "Waarde";
-$messages["setting_description"] = "Beschrijving";
-
-$messages["plain"] = "Flat";
-$messages["search_engine_friendly"] = "Zoekrobot Vriendelijk";
-
-$messages["general_settings"] = "Algemene Settings";
-$messages["helper_tools_settings"] = "Helper Tools Instellingen";
-$messages["uploads_settings"] = "Uploads Instellingen";
-$messages["email_settings"] = "Email Instellingen";
-
-$messages["number_blogs"] = "Aantal sites";
-$messages["number_users"] = "Aantal gebruikers";
-$messages["number_posts"] = "Aantal berichten";
-$messages["number_posts_today"] = "Aantal berichten vandaag";
-$messages["number_posts_this_month"] = "Aantal berichten deze maand";
-
-$messages["date"] = "Datum";
-$messages["time"] = "Tijd";
-
-$messages["comments_order"] = "Volgorde waarin commentaar moet worden getoond:";
-$messages["oldest_first"] = "Oudste eerst";
-$messages["newest_first"] = "Nieuwste eerst";
-
-$messages["blog"] = "Site";
-$messages["blog_id"] = "Site Numeriek ID";
-
-$messages["showBlogUsers"] = "Site gebruikers";
-$messages["available_users"] = "Beschikbare gebruikers";
-$messages["add"] = "Toevoegen";
-$messages["remove"] = "Verwijderen";
-
-$messages["user_id"] = "Gebruiker Numeriek ID";
-
-$messages["new_password"] = "Nieuw wachtwoord";
-$messages["has_administrator_privileges"] = "Heeft administratieve privileges";
-$messages["related_to_the_following_blogs"] = "Gekoppeld aan volgende sites";
-
-$messages["add_user_to_blog_form"] = " Dit formulier laat u toe een gebruiker toe te voegen aan uw site. De gebruiker zal enkel berichten kunnen toevoegen en bewerken, maar hij/zij zal niet in de mogelijkheid zijn om de instellingen van de site te veranderen.";
-$messages["add_user_enter_username"] = " Gelieve de gebruikersnaam in te vullen van de gebruiker die u wil toevoegen. De gebruiker moet reeds geregistreerd zijn op deze server, anders zal deze actie resulteren in een fout.";
-$messages["add_user_send_notification"] = "Stuur een notificatie naar de gebruiker.";
-$messages["add_user_type_notification"] = "Typ wat tekst die moet worden verstuurd naar de gebruiker";
-
-$messages["following_users_have_permissions"] = " De volgende gebruikers maken deel uit van deze site. Ze kunnen berichten toevoegen, bewerken en verwijderen maar ze kunnen geen veranderingen doen aan de instellingen van de site.";
-$messages["revoke_permissions"] = "Privileges intrekken";
-
-$messages["newBlogTemplate"] = "Site template toevoegen";
-$messages["manually_newBlogTemplate"] = "Manueel site template toevoegen";
-$messages["template_available_only_for_this_blog"] = "Dit template zal enkel beschikbaar worden gemaakt voor deze site.";
-$messages["use_form_to_upload_blog_template"] = "Gebruik dit formulier om een nieuwe template naar de server te kopiëren. Als u niet in de mogelijkheid bent bestanden op te laden, gelieve dat onderstaand formulier te bekijken. Template sets moeten verpakt zijn in zip, tar.gz or tar.bz2 bestanden om opgeladen te kunnen worden.";
-$messages["use_form_if_cannot_upload_blog_template"] = "Gebruik dit formulier om een nieuwe template naar de server te kopiëren. Als u niet in de mogelijkheid bent bestanden op te laden, het bestand moet reeds zijn gekopieerd naar de template map vooraleer dit uit te voeren. Anders zal deze actie resulteren in een fout.";
-
-$messages["blogTemplates"] = "Site Templates";
-$messages["templates_only_available_for_this_blog"] = "De volgende templates zijn enkel beschikbaar voor deze site.";
-
-$messages["add_file_to_blog_template"] = "Bestand toevoegen aan Site Template";
-$messages["upload_file_to_blog_template"] = "Gelieve het bestand dat u wil toevoegen aan de template, op te laden.";
-
-$messages["error_user_id_incorrect"] = "Onjuiste gebruikersID.";
-$messages["error_incorrect_user_id"] = $messages["error_user_id_incorrect"];
-$messages["error_fetching_user_information"] = "Er is een fout opgetreden bij het ophalen van de gebruikersparameters.";
-$messages["error_password_incorrect"] = "Het wachtwoord is te kort of onjuist.";
-$messages["error_updating_user_settings"] = "Kon de instellingen voor de gegeven gebruiker niet aanpassen.";
-$messages["user_settings_updated_ok"] = "Instellingen voor de gebruiker \"%s\" aangepast.";
-$messages["error_no_users_selected_to_add"] = "Geen gebruikers geselecteerd voor toevoeging.";
-$messages["user_added_to_blog_ok"] = "De gebruiker \"%s\" werd toegevoegd aan de site.";
-$messages["error_adding_user_to_blog"] = "Er is een fout opgetreden bij het toevoegen van gebruiker \"%s\" aan de site.";
-$messages["error_no_users_selected_to_remove"] = "Geen gebruikers geselecteerd voor verwijdering.";
-$messages["user_removed_from_blog_ok"] = "De gebruiker \"%s\" werd verwijderd van de site.";
-$messages["error_removing_user_from_blog"] = "Er is een fout opgetreden bij het verwijderen van gebruiker \"%s\" van de site.";
-
-$messages["error_incorrect_plugin_id"] = "De plugin ID is onjuist.";
-$messages["error_configuring_plugin"] = "Er is een fout opgetreden bij het configureren van de plugin: ";
-$messages["site_config_saved_ok"] = "Site configuratie opgeslaan.";
-$messages["error_saving_site_config"] = "Er is een fout opgetreden bij het opslaan van de configuratie.";
-
-$messages["error_incorrect_blog_owner"] = "De gebruiker die u koos als site eigenaar, bestaat niet.";
-$messages["error_updating_blog_settings"] = "Er is een fout opgetreden bij het aanpassen van de instellingen voor site \"%s\"";
-$messages["blog_settings_updated_ok"] = "Site instellingen \"%s\" aangepast.";
-
-$messages["error_fetching_users"] = "Er is een fout opgetreden bij het ophalen van de gebruikers voor de site.";
-
-$messages["error_fetching_blogs"] = "Er is een fout opgetreden bij het ophalen van de sites op deze server.";
-
-$messages["error_incorrect_template_id"] = "De template ID is onjuist of bestaat niet.";
-
-$messages["error_no_users_selected"] = "Geen gebruikers werden geselecteerd voor verwijdering.";
-$messages["error_could_not_find_user"] = "Kon gebruiker \"%s\" niet vinden in deze site.";
-$messages["error_deleting_user"] = "Er is een fout opgetreden bij de verwijdering van gebruiker \"%s\"";
-$messages["user_deleted_ok"] = "Gebruiker \"%s\" verwijderd.";
-
-$messages["error_must_give_blog_name"] = "U moet een geldige naam opgeven voor de site.";
-$messages["error_adding_blog"] = "Er is een fout opgetreden bij het toevoegen van de site aan de database.";
-$messages["blog_added_ok"] = "De nieuwe site \"%s\" werd toegevoegd aan de database.";
-
-$messages["error_template_not_inside_folder"] = "De template bestanden moeten in een map zitten.";
-$messages["error_missing_base_files"] = "Enkele basisbestanden ontbreken in de template.";
-$messages["error_unpacking"] = "Er is een fout opgetreden tijdens het uitpakken van het bestand.";
-$messages["error_forbidden_extensions"] = "Enkele bestanden in de template zijn verboden.";
-$messages["error_creating_working_folder"] = "Er is een fout opgetreden bij de controle van de template set";
-$messages["error_checking_template"] = "Er is een fout opgetreden met de template set (code = %s)";
-$messages["error_add_template_disabled"] = "Gebruikers hebben geen toelating om een site template toe te voegen.";
-$messages["error_must_upload_file"] = "U moet een bestand opladen.";
-$messages["error_no_template_name"] = "U moet een template naam opgeven.";
-$messages["error_uploads_disabled"] = "De opladen-optie werd uitgeschakeld voor deze site.";
-$messages["error_installing_template"] = "Er is een fout opgetreden tijdens het installeren van de template set.";
-$messages["template_installed_ok"] = "Nieuwe template set geïnstalleerd als \"%s\".";
-
-$messages["error_adding_template_file"] = "Er is een fout opgetreden bij het toevoegen van het bestand aan de template set.";
-$messages["error_file_forbidden"] = "Bestanden van dit type zijn verboden op deze site.";
-$messages["error_file_too_big"] = "Het bestand is te groot. Maximaal toegelaten grootte is \"%s\" bytes.";
-$messages["template_file_added_ok"] = "Bestand toegevoegd aan template \"%s\".";
-
-$messages["error_plugin_cannot_be_configured"] = "De plugin kon niet worden geconfigureerd.";
-
-$messages["error_incorrect_username"] = "De gebruikersnaam is onjuist.";
-$messages["error_username_already_exists"] = "Er is reeds een gebruiker geregistreerd met dezelfde gebruikersnaam.";
-$messages["error_adding_user"] = "Er is een fout opgetreden bij het toevoegen van de gebruiker aan de database.";
-$messages["user_added_ok"] = "De nieuwe gebruiker \"%s\" werd toegevoegd.";
-
-$messages["error_no_blogs_selected"] = "U moet minstens een site selecteren voor verwijdering.";
-$messages["error_blog_is_default_blog"] = "\"%s\" kan niet worden verwijderd aangezien het de standaardsite is voor deze server.";
-$messages["blog_deleted_ok"] = "Site \"%s\" Verwijderd.";
-$messages["error_deleting_blog"] = "Er is een fout opgetreden bij het verwijderen van de site \"%s\".";
-
-$messages["error_no_templates_selected"] = "Geen templates geselecteerd voor verwijdering.";
-$messages["error_removing_template"] = "Er is een fout opgetreden bij het verwijderen van de template set \"%s\"";
-$messages["template_removed_ok"] = "Template \"%s\" verwijderd.";
-
-$messages["error_no_users_selected_to_remove_from_blog"] = "Geen gebruikers geselecteerd voor verwijdering uit deze site.";
-$messages["error_removing_user_from_blog"] = "Er is een fout opgetreden bij het verwijderen van de gebruiker \"%s\" van deze site.";
-$messages["user_removed_from_blog_ok"] = "Gebruiker \"%s\" werd verwijderd van deze site";
-
-$messages["error_incorrect_locale_code"] = "De opgegeven taalinstelling is niet geldig.";
-$messages["error_invalid_locale_file"] = "Het bestand heeft geen geldig taalbestand.";
-$messages["error_adding_locale_file"] = "Er is een fout opgetreden bij het toevoegen van de nieuwe taalinstelling. Let er op dat het bestand werd opgeladen naar de locale map en dat het de juiste rechten heeft.";
-$messages["locale_added_ok"] = "De nieuwe taal \"%s\" werd toegevoegd.";
-$messages["error_saving_locale"] = "Er is een fout opgetreden bij het kopieren van het taalbestand naar de 'locale' map. Gelieve te controleren of de map de juiste toegangsrechten heeft.";
-
-$messages["error_no_locales_selected"] = "Geen talen geselecteerd voor verwijdering.";
-$messages["error_deleting_only_locale"] = "Dit is de enige taal aanwezig in het systeem, daarom kan ze niet worden verwijderd.";
-$messages["locale_deleted_ok"] = "Taal \"%s\" verwijderd.";
-$messages["error_deleting_locale"] = "Er is een fout opgetreden bij het verwijderen van de taal \"%s\"";
-$messages["error_cant_delete_default_locale"] = "\"%s\" kan niet worden verwijderd omdat deze staat ingesteld als standaard taalinstelling.";
-
-$messages["plugin_config"] = "Pluginconfiguratie";
-$messages["use_read_more_feature"] = "Toon het hele bericht in de hoofdpagina of enkel het deel datin het 'Tekst'-veld werd ingegeven?";
-$messages["extended_text"] = "Deze tekst zal enkel verschijnen op de berichtenpagina, tenzij we deze instelling uitschakelen in de 'Instellingen' tab";
-$messages["error_must_give_post_intro"] = "U moet minstens een inleiding geven voor uw bericht.";
-///// new help messages ////
-//
-// note to translators:
-//
-// this is exactly the same as the previous version but an additional item
-// has been added to the list ("order in which comments appear")
-// and one has been removed (the threshold for the 'show more' setting)
-//
-$messages["help_blogSettings"] = "<p>Van op deze pagina kunt u enkele isntellingen verandere die de
-gedragingen of het uiterlijk van dit journaal bepalen. Dit zijn de instellingen:<ul>
-<li><b>Permanente URL</b>: Dit is de url waar deze site draait en die kan worden gebruikt om naar te
-linken. Deze kan niet worden veranderd.</li>
-<li><b>Naam Site</b>: Dit is de tekst string met een beschrijvende naam voor de site. Als u de
-standaard templates gebruikt, wordt dit bovenaan iedere pagina weergegeven.</li>
-<li><b>Langere beschrijvende tekst over deze site</b>: Dit is een langere tekst di optioneel kan
-worden weergegeven in een soort pagina die meer gedetailleerde info over de pagina weergeeft.
-Dit kan leeg worden gelaten indien u dit niet nodig heeft.</li>
-<li><b>Taal gebruikt om de teksten weer te geven</b>: U kunt een van de beschikbare talen kiezen.
-Deze taal zal worden gebruikt om de teksten (niet uw eigen berichten) weer te geven zoals datums
-en nummers weer te geven met de correcte instellingen. Meer talen kunnen op ieder moment worden geïnstalleerd.</li>
-<li><b>Items op de hoofdpagina</b>: Zet dit op het aantal berichten die u wilt weergegeven zien op
-de hoofdpagina. Hoe meer berichten, hoe langer het zal duren voor uw bezoekers om de pagina te laden.
-Het minimum aantal berichten weergegeven is één.</li>
-<li><b>Items onder 'Recentelijk'</b>: Zet dit op het aantal berichten die je wil laten tonen als
-<b>'Recentelijk'</b>, dwz, de berichten die eerder werden verstuurd. Minimum aantal is één.</li>
-<li><b>Template gebruikt om uw inhoud op te maken.</b>: Het is mogelijk om meer dan één template te
-hebben die dezelfde inhoud weergeven. U kan hier de meest toepasselijke kiezen voor uw journaal, uit
-deze die werden geïnstalleerd door uw systeembeheerder.</li>
-<li><b>Toon het hele bericht in de hoofdpagina, of enkel hetgeen ingetikt in het 'Tekst'-veld?</b>:
-Zet dit op 'Ja' als u wil dat er automatisch een 'Meer...' Link wordt toegevoegd aan uw berichten
-op de hoofdpagina net na de tekst die u hebt ingetikt in het 'Tekst'-veld. De tekst die u intypte in
-het tweede vak zal enkel verschijnen als de gebruiker klikt op de onderstaande instelling.
-Deze instelling is handig omdat het uw hoofdpagina minder chaotisch maakt en ook kleiner. Er zijn echter
-wel enkele problemen als er veel HTML-code in het bericht werd weergegeven.</li>
-<li><b>Inschakelen van WYSIWYG op teksten: Zet deze optie aan als u wil de mogelijkheid hebben om
-te zien hoe uw berichten er uit zien in real-time. Deze opties is enkel beschikbaar voor gebruikers met
-Internet Exploder 5.5 of hoger en Mozilla 1.3b of hoger.</li>
-<li><b>Commentaar inschakelen: Zet deze optie aan als u zou willen dat al uw bezoekers commentaar kunnen
-nalaten op uw berichten. Dit heeft een globale invloed op alle berichten en op al uw gebruikers.</li>
-<li><b>Volgorde waarin commentaar wordt getoond</b>: Zit dit op \"Oudste Eerst\" als u de oudste commentaren
-eerst wil laten ien in de lijst, of zet het op \"Nieuwste Eerst\" als u ze in omgekeerd-chronologische volgorde
-wil laten tonen.</li>
-</ul></p>";
-
-//
-// translators: this one has changed too since we now have two text boxes: one for the
-// text that we'd like to appear in the main page and another one for the text that
-// will only be shown in the 'post' page (that is, when the users clicks on the
-// permalink, for example)
-//
-$messages["help_newPost"] = "<p>Gebruik deze pagina om een nieuw bericht aan uw journaal toe te voegen.
-U moet een onderwerp voor uw bericht opgeven, zoals u ook moet tekst opgeven voor het bericht. Eenmaal klaar,
-klik op de <strong>'Toevoegen'</strong> knop en de post wordt automatisch toegevoegd aan uw site.
-Let er op dat u de status van het berucht op <strong>'Gepubliceerd'</strong> zet als u wil dat het bericht
-automatisch aan uw hoofdpagina wordt toegevoegd. Gebruik de <strong>'Klad'</strong> status als u het bericht
-wil opslaan voor latere revisie alvorens het te publiceren.</p>
-<p>
-De tekst getypt in de eerste tekstbox zal altijd getoond worden op de hoofdpagina.
-U kunt de tweede tekstbox gebruiken als u meer tekst wil ingeven die niet op de hoofdpagina moet worden
-opgenomen maar die kan worden bekeken door de bezoekers van uw site als ze op de <strong>'Meer'</strong>
-link klikken bij het bericht. Deze link wordt automatisch weergegeven op het einde van de tekst. Dit veld
-is niet verplicht en het gedrag kan worden gecontroleerd in de \"Instellingen\" tab, waar u kan forceren dat
-beide tekstboxes verscheinen op de hoofdpagina.</p>
-U kan de berichten ook classificeren onder eender welke categorie die u eerder hebt gemaakt. Het is zo eenvouding
-als het <strong>'Categorie'</strong> veld te zetten op de instelling die u meest toepasselijk vindt voor het bericht.
-</p><p>Als u een email wil ontvangen bij het ontvangen van een nieuw bericht, gelieve dan het corresponderende vinkje
-aan te vinken.</p>
-<p>Vink de box aan waar staat </b>'Zoek links in het bericht...'</b> als u na het toevoegen van de posts trackback pings
-wil zenden naar de hosts die dit ondersteunen. Uw bericht zal worden geschand op links en u zal de mogelijkheid hebben om
-diegenen te kiezen die u wil trackback pings sturen.</p>";
-
-$messages["updatePost"] = $messages["help_newPost"];
-
-$messages["help_newBlogUser"] = "Deze optie laat u toe om op een gemakkelijke manier bewerktoegang te geven
-aan andere gebruikers op deze site. Om dit te doen, moet u enkel zijn/haar gebruikersnaam weten. Als u
-dit weet, typ deze dan gewoon in in het 'Gebruiker Toevoegen'-veld. Als u dat wenst, kan u ook een email
-laten versturen naar deze gebruiker (voor zover de gebruiker zijn/haar juiste emailadres heeft opgegeven
-bij hun registratie) die hen laat weten dat ze de mogelijkheid hebben om berichten toe te voegen, verwijderen
-en bewerken op deze site.";
-
-$messages["help_showBlogUsers"] = "Dit is een lijst van de gebruikers die bewerktoegang hebben op deze site.
-U kan hun profiel zien als u dat wenst en u kunt hun bewerkprivileges ook intrekken door heb te selecteren
-en te klikken op de 'Privileges intrekken'-knop. Eenmaal u dit gedaan heeft, kan de gebruiker niets meer
-sturen naar deze site.";
-
-//
-// note to translators:
-//
-// added some additional text here to inform about the new "configure" feature
-//
-$messages["help_pluginCenter"] = "<p>Van hier ut kunt u zien welke plugins werden geïnstalleerd. Voor iedere
-plugin kunt u zijn ID zien (de ID die u moet gebruiken wanneer u templates programmeert en wil gebruik
-maken van de plugin-mogelijkheden), de auteur van de plugin en wat beschrijvende tekst die verschillende
-info geeft over de plugin, hoofdzakelijk hoe ze te gebruiken.</p>
-<p>Sommige plugins bieden ook hun eigen configuratie-painga van waar u enkele aspechten van het gedrag
-van de plugin kunt instellen. Om een dergelijke pagina op te roepen, klik dan op de 'Configureer' link
-naast de plugin.</p>";
-
-$messages["configurePlugin"] = "Deze plugin geeft enkele instellingen die kunnen ingesteld worden door de
-gebruiker.";
-
-$messages["help_newBlogTemplate"] = "<p>Het is mogelijk om gemakkelijk nieuwe templates te te voegen aan het systeem.
-Om dit te doen, zijn er twee mogelijkheiden: het template en ofwel worden opgeladen naar de server als een
-gecompresseerd bestand (enkel tar.gz, tar.bz2 en zip worden ondersteund) of het kan manueel worden opgeladen
-met eender welke methode.</p>
-<p>Indien u kiest voor de eerste methode, dan moet de inhoud van het bestand al zijn ingepakt onder een map
-die de naam zal zijn van het template.</p>
-<p>Als u kiest voor de tweede methode, laad dan de bestanden op in een map onder uw site-specifieke
-map en typ de naam van deze map in de onderstaande tekstbox.</p>
-<p>Plugins die hier worden toegevoegd zullen enkel beschikbaar zijn voor deze site en zult u niet kunnen gebruiken
-in uw andere sites.</p>";
-
-$messages["help_blogTemplates"] = "<p>Dit is een lijst met alle templates die zijn toegevoegd
-aan deze site. Als u er een wil verwijderen, gelieve ze dan te selecteren en te klikken op de
-'Verwijder geselecteerde' knop onder de lijst. Eenmaal een template is verwijderd kan het niet
-worden teruggehaald, aangezien het werd verwijderd van de server.</p>";
-
-$messages["help_adminSettings"] = "<p>Dit zijn enkele basis-statistieken over uw site.</p>";
-
-$messages["help_createUser"] = "<p>Nieuwe gebruikers kunnen gemakkelijk worden geregistreerd door
-dit formulier te gebruiken. U moet enkel een geldige gebruikersnaam en een wachtwoord ingeven.
-Optioneel kunt u dit nog aanvullen met een emailadres. Gebruikers die werden geregistreerd zijn
-nog niet gekoppeld aan een site behalve als we dit expliciet doen in de 'Gebruikers' Sectie of
-vanaf het moment dat we een site maken speciaal voor deze nieuwe gebruiker.</p>";
-
-$messages["editUserProfile"] = "<p>Van hieruit kunnen we het gebruikersprofiel wijzigen van eender
-welke gebruiker op deze site. We kunnen ook de gebruiker administratieve privileges verlenen (of
-deze wegnemen). Een lijst van de sites waaraan de gebruiker gekoppeld is, wordt ook weergegeven.</p>";
-
-$messages["help_editSiteUsers"] = "<p>Dit zijn alle gebruikers die zijn geregistreerd in deze site. U kan
-deze bekijken en hun gebruikersprofiel wijzigen door te klikken op het gebruikersnaam of u kunt ze
-verwijderen door ze te selecteren en onderaan de lijst te klikken op de knop 'Verwijder geselecteerde'.
-Eenmaal een gebruiker werd verwijderd, kan dit <b>niet</b> ongedaan worden gemaakt, dus gelieve hiermee zeer
-voorzichtig te zijn.</p>";
-
-$messages["help_createBlog"] = "<p>Er kan een ongelimiteerd aantal sites worden gemaakt met een
-enkele installatie van deze software. Gebruikers kunnen het registratiescript gebruiken die in het
-hoofdpakket zit, maar een beheerder kan ook nieuwe sites maken met dit formulier. Het enigste dat
-u dient in te vullen is de naam die aan de site wordt gegeven en de eigenaar van dezez nieuwe site.
-De eigenaar krijgt het maximum aan rechten over deze site.</p>";
-
- $messages["help_editSiteBlogs"] = "<p>Dit is een lijst met alle sites die zijn geregistreerd op
- deze server. Iedere site kan worden verwijderd door hem te selecteren en te klikken op
- de knop 'Verwijder geselecteerde'. U kunt geen site verwijderen als die site staat ingesteld
- op de standaard. (Zie 'Globale Instellingen' in 'Site Admin').</p>
- <p>We kunnen ook de instellingen van een site veranderen door erop te klikken.</p>
- <p>Als laatst, kunnen we ook de gebruikers bewerken die toegang tot een bepaalde site hebben,
- door te klikken op de 'Bewerk gebruikers' link</p>";
-
-$messages["editBlog"] = "<p>De instellingen van een site kunnen worden aangepast op dezelfde manier
-als een normale gebruiker dat kan. Alles is exacht hetzelfde behalve dat administratieve gebruikers
-ook kunnen instellen wie de eigenaar van de site is, ten allen tijde.</p>";
-
-$messages["editBlogUsers"] = "<p>Dit is een optie die toelaat om visueel gebruikers toe te
-voegen en te verwijderen van eender welke site. Aan de linkerzjde zien we een lijst die alle
-gebruikers bevat die geen editeerprivileges hebben gekregen. Om een gebruiker (of meer dan één indien
-nodig) toe te voegen aan de gepriviligeerde gebruikers, moeten we ze enkel selecteren uit te lijst
-aan de linkerkant en te klikken op de knop 'Toevoegen'. Om het omgekeerde proces te doen, selecteren
-we de gebruikers aan de rechterkant en klikken we op de 'Verwijder' knop.</p>
-<p>Het is ook mogelijk om de eigenaar van de site te veranderen door hem/haar te selecteren in de
-keuzelijst bovenaan.</p>";
-
-$messages["help_newLocale"] = "<p>Nu kunnen talen zeer gemakkelijk worden toegevoegd aan de site
-met deze optie. Als we de mogelijkheid hebben om bestanden op te laden, dan kunnen we kit doen
-in het eerste formulier, 'Taal Opladen', simpelweg de browser wijzen naar het taalbestand dat
-we zouden willen opladen. Het systeem doet automatisch al de rest, inclusier het kopiëren van
-het bestand naar de map met de andere taalbestanden, maar let erop dat de map moet schrijfbaar
-zijn door de gebruiker waarmee de webserver draait voordat deze functie juist kan werken. Als het
-taalbestand reeds bestaat, zal het worden <b>overschreven en vervangen dor de nieuwe</b>.</p>
-<p>Als er geen bestanden kunnen worden opgeladen naar de server, dan moet het bestand handmatig
-worden opgeladen naar de server en in de juiste map geplaatst bij de andere taalbestanden.
-Eenmaal het bestand daar werd geplaatst, zal u moeten de code (bv nl_BE) moeten ingeven in
-het tweede tekstveld.</p>
-<p>Taalbestanden moeten de naamconventies volgen van locale_ll_CC, waar 'll' gelijk is aan de
-2-karakter ISO code voor de taal, terwijl CC, de 3-karakter ISO code voor het land is. Indien
-het formaat van de naamgeving onjuist is, zal het taalbestand worden geweigerd.</p>";
-
-$messages["help_siteLocales"] = "<p>Dit is een lijst met alle reed geïnstalleerde taalbestanden op deze site.
-Voor ieder van hen, kunt u de encodering en een korte beschrijving zien. Ook kunnen taalbestanden worden
-verwijderd door ze te selecteren en onderaan de lijst te klikken op de knop 'Verwijder Geselecteerde'.</p>";
-
-$messages["help_newTemplate"] = "<p>Het is mogelijk om gemakkelijk niet templates toe te voegen aan het systeem
-Om dit te doen, zijn er twee mogelijkheden, u kunt het bestand opladen via het formlier in een gecompresseerd bestand
-(enkel tar.gz, tar.bz2 en zip) naar de server of u kunt het handmatig naar de server opladen op eender welke gewenste
-manier.</p>
-<p>Als de eerste methode werd gekozen, dan moet de inhoud van het bestand al ondergebracht zijn in een map die de naam
-draagt van het template. Deze naam zal worden gebruikt om het template een naam te geven.</p>
-<p>Al u koos voor de tweede methode, dan moet u simpelweg de bestanden opladen naar de server onder een de map templates
-in een map die de naam van het template draagt. Na dit gedaan te hebben, dient u de naam van laatstgenoemde map in het
-tweede tekstveld in te vullen.</p>
-<p>Plugins die hier worden toegevoegd zullen beschikbaar zijn voor alle sites op deze server.</p>";
-
-$messages["help_siteTemplates"] = "<p>Dit is een lijst met alle templates die globaal beschikbaar zijn voor alle sites,
-als u er wilt verwjderen uit deze lijst, gelieve ze dan te selecteren en onderaan de lijst te klikken op de knop
-'Verwijder geselecteerde'. Eenmaal een template werd verwijderd, kan die niet meer worden gerecupereerd, aangezien
-het is verwijderd van de schijf.</p>";
-
-$messages["help_editSiteSettings"] = "Dit zijn alle globale instellingen van deze site die veel van de gedragingen van het pakket bepalen.";
-
-$messages["newBlogTemplateFile"] = "Enkele bestanden kunnen worden toegevoegd tot en reeds bestaand template zonder de
-hele set opnieuw te moeten oploaden. Zoek het bestand dat u wil opladen op uw computer en klik op de knop 'Bestand Toevoegen'.";
-
-// text is the same, so we can save a few bytes
-$messages["newTemplateFile"] = $messages["newBlogTemplateFile"];
-
-
-
-////////////////////////////////////////////
-///
-///
-/// NEW STRINGS ADDED IN 0.3!!
-///
-///
-////////////////////////////////////////////
-$messages["show_category_in_main_page"] = "Toon deze categorie op de hoofdpagina";
-$messages["welcome_resource_center"] = "Welkom bij het bronnencentrum!";
-$messages["resourceCenter"] = "Bronnencentrum";
-$messages["resourceAlbums"] = "Bronnen Albums";
-$messages["resources"] = "Bronnen";
-$messages["newResource"] = "Bron toevoegen";
-$messages["newResourceAlbum"] = "Album toevoegen";
-$messages["album"] = "Album";
-$messages["album_name"] = "Album naam";
-$messages["parent_album"] = "Bovenliggend album";
-$messages["no_parent_album"] = "Geen bovenliggend album";
-$messages["resource_info"] = "Bron Informatie";
-$messages["size"] = "Grootte";
-$messages["format"] = "Formaat";
-$messages["dimensions"] = "Dimensies";
-$messages["bits_per_sample"] = "Bits per pixel";
-$messages["bytes"] = "bytes";
-$messages["pixels"] = "pixels";
-$messages["time_offset"] = "Tijdsverschil in uren tussen de server en u:";
-$messages["hours"] = "Uren";
-$messages["album_added_ok"] = "Het nieuwe album werd toegevoegd.";
-$messages["name"] = "Naam";
-$messages["children"] = "Kinderen";
-$messages["see"] = "Zie";
-$messages["view"] = "Bekijk";
-$messages["resource_info"] = "Broninformatie";
-$messages["number_of_channels"] = "Aantal kanalen";
-$messages["length"] = "Lengte";
-$messages["number_of_files"] = "Aantal bestanden";
-$messages["compressed_size"] = "Gecomprimeerde grootte";
-$messages["uncompressed_size"] = "Ongecomprimeerde grootte";
-$messages["resource_file"] = "Bestand dat u zou willen toevoegen";
-$messages["add_to_album"] = "Dit bestand toevoegen aan volgend album:";
-$messages["edit_resource_album"] = "Bron Album Bewerken";
-$messages["error_loading_resource_album"] = "Er trad een fout op bij het ophalen van het bronnenalbum.";
-$messages["error_album_id_parameter_missing"] = "Het album-id is onjuist.";
-$messages["error_album_parent_id_parameter_missing"] = "Bovenliggend album-id niet gevonden.";
-$messages["error_updating_resource_album"] = "Er trad een fout op bij het bewerken van het bronnenalbum.";
-$messages["resource_album_updated_ok"] = "Het bronnenalbum \"%s\" wer aangepast.";
-$messages["error_must_give_album_name"] = "U dient een naam op te geven voor het album.";
-$messages["error_adding_album"] = "Er is een fout opgetreden bij het toevoegen van het bronnenalbum.";
-$messages["album_added_ok"] = "Het nieuwe album \"%s\" werd goed toegevoegd.";
-$messages["resource_added_ok"] = "De nieuwe bron werd goed toegevoegd.";
-$messages["error_resource_forbidden_extension"] = "De bron kon niet worden toegevoegd omdat het een verboden extensie had.";
-$messages["error_resource_too_big"] = "De bron kon niet worden toegevoegd omdat het te groot was.";
-$messages["error_uploads_disabled"] = "De bron kon niet worden toegevoegd omdat uploads werden uitgeschakeld in deze site.";
-$messages["error_adding_resource"] = "Er trad een fout op bij het toevoegen van de bron.";
-$messages["error_loading_resource"] = "Er trad een fout op bij het ophalen van de bron.";
-$messages["error_updating_resource"] = "Er trad een fout op bij het aanpassen van de bron.";
-$messages["resource_updated_ok"] = "Bron \"%s\" werd succesvol toegevoegd.";
-$messages["error_no_resources_selected"] = "Er werden geen bronnen geselecteerd voor verwijdering.";
-$messages["resource_deleted_ok"] = "Bron \"%s\" werd succesvol verwijderd.";
-$messages["error_deleting_resource"] = "Er trad een fout op bij het verwijderen van bron \"%s\".";
-$messages["error_no_resource_uploaded"] = "Er werd geen bronbestand toegevoegd.";
-$messages["filteredContent"] = "Gefilterde inhoud";
-$messages["global_filtered_content"] = "Globaal Gefilterde Inhoud";
-$messages["newFilteredContent"] = "Filter Inhoud";
-$messages["blockedHosts"] = "Geblokkeerde Hosts";
-$messages["global_blocked_hosts"] = "Globaal Geblokkeerde Hosts";
-$messages["newBlockedHost"] = "Blokkeer Host";
-$messages["blogSecurity"] = "Beveiliging";
-$messages["security_welcome"] = "Welkom in het beveiligingscomponent!";
-$messages["filtered_content_intro"] = "De volgende inhoud/reguliere expressies werden geblokkeerd in deze blog.";
-$messages["global_filtered_content_intro"] = "De volgende inhoud/reguliere expressies werden globaal geblokkeerd.";
-$messages["content"] = "Inhoud";
-$messages["reason"] = "Reden";
-$messages["add_filtered_content"] = "Gefilterde Inhoud Toevoegen";
-$messages["add_filtered_content_intro"] = "Alles wat hier word toegevoegd, zal niet worden aanzien als geldige tekst in een commentaar en iedere poging door een gewone gebruiker om commentaar te posten met geblokkeerde inhoud, zal het commentaar blokkeren. Reguliere expressies of een simpele string kunnen worden gebruikt. Deze eerste zijn veel krachtiger maar ook veel complexer en moeten met voorzichtigheid worden gebruikt, omdat ze mogelijk alle inhoud kunnen blokkeren indien de reguliere expressie verkeerd werd opgesteld.";
-$messages["global_add_filtered_content_intro"] = "Alles wat hier word toegevoegd, zal niet worden aanzien als geldige tekst in een commentaar of eender welke blog en iedere poging door een gewone gebruiker om commentaar te posten met geblokkeerde inhoud, zal het commentaar blokkeren. Reguliere expressies of een simpele string kunnen worden gebruikt. Deze eerste zijn veel krachtiger maar ook veel complexer en moeten met voorzichtigheid worden gebruikt, omdat ze mogelijk alle inhoud kunnen blokkeren indien de reguliere expressie verkeerd werd opgesteld.";
-$messages["content_to_block"] = "Inhoud die u wil blokkeren";
-$messages["block_this"] = "Blokkeer Dit";
-$messages["mask"] = "Maskeer";
-$messages["access_blocked"] = "Toegang Geblokkeerd";
-$messages["posting_blocked"] = "Plaatsen Geblokkeerd";
-$messages["block_host_intro"] = "Hosts die hier worden toegevoegd zullen voor deze blog worden geblokkeerd. Gelieve <a href=\"javascript:help_window('admin.php?op=Help&helpId=newBlogBlockedHost');\">de help-sectie</a> te bekijken voor een meer gedetailleerde beschrijving van deze optie.";
-$messages["global_block_host_intro"] = "Hosts die hier worden toegevoegd zullen voor alle blogs worden geblokkeerd. Zie de gerelateerde <a href=\"javascript:help_window('admin.php?op=Help&helpId=newBlogBlockedHost');\">help item</a> voor meer informatie over deze optie.";
-$messages["block_type"] = "Type blokkering";
-$messages["error_invalid_ip_address"] = "Het IP-adres is niet geldig.";
-$messages["error_provide_content_to_block"] = "U moet minstens enige inhoud opgeving om te blokkeren.";
-$messages["error_must_create_album_first"] = "U dient eerst een album te maken vooraleer u bronnen kunt toevoegen.";
-$messages["error_resource_is_not_an_image"] = "De gekozen bron is geen beeldbestand.";
-$messages["error_generating_resource_preview"] = "Er trad een fout op bij de generatie van het voorbeeld voor deze bron.";
-$messages["resource_preview_generated_ok"] = "Het voorbeeld voor deze bron werd succesvol gegenereerd.";
-$messages["regenerate_preview"] = "Regenereer Voorbeeld";
-$messages["show_album"] = "Toon Album";
-$messages["show_album_when_browsing"] = "Toon dit album aan gebruikers";
-$messages["assigned_to_blog"] = "Gebruiker toewijzen aan de volgende blog";
-$messages["clean_up"] = "Opschonen";
-$messages["purge_info"] = "De optie zuiveren zal alle berichten effectief verwijderen die werden gemarkeerd als 'Verwijderd'. Anders
-worden deze berichten in de database opgeslaan (in geval dat een gebuiker later enkele van deze berichten wil herstellen)
- en deze kunnen na verloop van tijd een behoorlijke hoeveelheid worden, die de grootte van uw database zinloos vergroot.
- Als u er zeker van bent dat u dergelijke berichten wil verwijderen, klik dan op onderstaande knop.";
-$messages["spam_info"] = "Commentaar dat werd gemarkeerd als spam kan in de database gehouden worden om
-de spamfilter te trainen. Eenmaal deze functie werd voltooid, zijn ze waardeloos en kunnen ze verwijderd
-worden. Indien u dit wenst, gelieve op onderstaande knop te klikken.";
-$messages["no_spam"] = "Geen Spam";
-$messages["spam"] = "Spam";
-$messages["mark_as_spam"] = "Markeer als spam";
-$messages["mark_as_no_spam"] = "Markeer als geen spam";
-$messages["enable_comments_for_post"] = "Commentaar inschakelen voor dit bericht";
-$messages["close_window"] = "Sluit Venster";
-$messages["newResource"] = "Bron toevoegen";
-$messages["add_resource_preview"] = "Voorbeeld toevoegen";
-$messages["newResourceAlbum"] = "Album toevoegen";
-$messages["show_main_page"] = "Toon in hoofdpagina";
-$messages["purge_spam_comments"] = "Spamcommentaar Zuiveren";
-$messages["purge_posts"] = "Berichten Zuiveren";
-$messages["keep_spam_comments"] = "Spamcommentaar houden";
-$messages["throw_away_spam_comments"] = "Spamcommentaar weggooien";
-$messages["error_adding_blocked_host"] = "Er is een fout opgetreden bij het blokkeren van de opgegeven host.";
-$messages["blocked_host_added_ok"] = "Host %s toegevoegd aan de lijst van geblokkeerde hosts.";
-$messages["error_no_blocked_hosts_selected"] = "Er werden geen hosts geselecteerd voor verwijdering.";
-$messages["blocked_host_deleted_ok"] = "Host \"%s\" verwijderd.";
-$messages["error_deleting_blocked_host"] = "Er is een fout opgetreden bij het verwijderen van geblokkeerde host \"%s\"";
-$messages["edit_blocked_host"] = "Geblokkeerde host Aanpassen";
-$messages["error_fetching_blocked_host"] = "Er is een fout opgetreden bij het ophalen van de geblokkeerde host.";
-$messages["error_updating_blocked_host"] = "Er is een fout opgetreden bij het aanpassen van de geblokkeerde host.";
-$messages["thumbnail_format"] = "Verkleind format";
-$messages["same_as_image"] = "Zelfde als origineel beeld";
-$messages["same"] = $messages["same_as_image"];
-
-
-
-$messages["help_locale_folder"] = "Map waar taalbestanden staan.";
-$messages["help_default_locale"] = "Standaard taalinstelling zal worden gebruikt bij het aanmaken van nieuwe blogs.";
-$messages["help_xmlrpc_api_enabled"] = "de XMLRPC interface in of uitschakelen, om berichten te plaatsen vanaf uw desktop.";
-$messages["default_rss_profile"] = "RSS/RDF profiel dat standaard zal worden gebruikt bij het genereren van feeds, als er geen speciaal profiel werd geselecteerd";
-$messages["help_security_pipeline_enabled"] = "Schakelt de beveiligingsfuncties in. Deze uitschakelen zal alle beveiligingsfuncties desactiveren dus het is aangeraden om dit ingeschakeld te laten en enkel de opties uit te schakelen die u niet nodig heeft.";
-$messages["help_ip_address_filter_enabled"] = "Schakelt de IP-adresfilter in, om bepaalde hosts te verhinderen uw site te bezoeken.";
-$messages["help_content_filter_enabled"] = "Schakent een zeer eenvoudige, op reguliere expressies gebaseerde, inhoudsfilter in om commentaar met bepaalde woorden of inhoud te blokkeren. De Bayesian filter is mogelijk een betere oplossing.";
-$messages["help_maximum_comment_size"] = "Maximum toegelaten lengte van bytes voor commentaar.";
-$messages["help_bayesian_filter_enabled"] = "Schakelt de bayesian filter in of uit.";
-$messages["help_bayesian_filter_spam_probability_treshold"] = "Minimumwaarde wanneer een commentaar wordt aanzien als spam. Dit moet tussen 0.01 en 0.99 liggen.";
-$messages["help_bayesian_filter_nonspam_probability_treshold"] = "Maximumwaarde wanneer een commentaar veilig kan worden aanzien als geen spam. Alles tussen deze twee waarden zal nog steeds worden aanzien als spam maar het zal nog aanvullende training nodig hebben";
-$messages["help_bayesian_filter_min_length_token"] = "Minimumlengte die een token kan hebben om door de parser aanzien te worden als een geldige token.";
-$messages["help_bayesian_filter_max_length_token"] = "Maximumlengte die tokens kunnen hebben.";
-$messages["help_bayesian_filter_number_significant_tokens"] = "Het aantal significante tokens dat een bericht moet hebben";
-$messages["help_bayesian_filter_spam_comments_action"] = "Wat er moet worden gedaan met commentaar gemarkeerd als spam. Ze kunnen ofwel worden geweigerd en weggegooid zodat ze nooit in de databank terecht komen of ze kunnen worden behouden en gemarkeerd worden als spam. De tweede optie is aangeraden wanneer uw filter nog niet veel werd getraind en nog af en toe fouten maakt.";
-$messages["help_path_to_convert"] = "De 'convert' tool van het pakket ImageMagick is nodig als u ImageMagick gebruikt als de backend om kleine voorbeelden te genereren.";
-$messages["help_thumbnail_height"] = "Maximumhoogte die voorbeelden kunnen hebben.";
-$messages["help_resources_folder"] = "Map waar de bronnen zullen worden opgeslagen. Dit pad dient niet in de webserver-boomstructuur te liggen, als u niet wil dat mensen uw bronnenmap kunnen doorbladeren. De bronnenserver zal ervoor zorgen dat de bestanden worden geleverd waar ze ook staan.";
-$messages["help_thumbnails_keep_aspect_ratio"] = "Als de verhoudingen voor voorbeelden dient worden behouden of niet.";
-$messages["help_resources_enabled"] = "Schakelt het 'Bronnencentrum' in of uit.";
-$messages["help_thumbnail_method"] = "Backend systeem dat zal worden gebruikt voor de generatie van voorbeeldfoto's. Als u ImageMagick wenst te gebruiken, gelieve onderaan te kijken, aangezien er een aantal externe tools nodig zijn.";
-$messages["help_thumbnail_width"] = "Maximumbreedte die uw voorbeeldbestanden zullen hebben.";
-$messages["external_interfaces"] = "Externe Interfaces";
-$messages["security_settings"] = "Beveiligingsinstellingen";
-$messages["bayesian_filter_settings"] = "Bayesian Filter Instellingen";
-$messages["resources_settings"] = "Bronnen Instellingen";
-$messages["help_thumbnail_format"] = "Standaardformaat dat zal worden gebruikt bij de generatie van voorbeeldbestanden. Indien u dit instelt op 'Zelfde als origineel', dan zullen de voorbeelden worden opgeslaan in hetzelfde formaat als het origineel bestand waarvan ze werden gegenereerd.";
-$messages["edit"] = "Bewerken";
-$messages["blocked_content_added_ok"] = "Geblokkeerde inhoud succesvol toegevoegd.";
-$messages["blocked_content_updated_ok"] = "Geblokkeerde inhoud succesvol bewerkt.";
-$messages["help_disable_javascript_calendar"] ="
-Schakelt de javascript en DHTML-gebaseerde kalender uit om een
-datum te kiezen bij het bewerken of toevoegen van een bericht, moest de gebruiker zijn/haar
-browser deze functies niet ondersteunen.";
-$messages["edit_filtered_content"] = "Gefilterde Inhoud Bewerken";
-$messages["error_updating_blocked_content"] = "Er is een fout opgetreden bij het bewerken van de geblokkeerde inhoud.";
-$messages["audio_codec"] = "Audio Codec";
-$messages["video_codec"] = "Video Codec";
-$messages["sample_rate"] = "Sample rate";
-$messages["files"] = "Bestanden";
-$messages["created"] = "Gemaakt";
-$messages["generated"] = "Gegenereerd";
-$messages["about"] = "Over";
-$messages["menu"] = "Menu";
-$messages["albums"] = "Albums";
-$messages["template_file"] = "Template bestand";
-$messages["download"] = "Download";
-$messages["error_you_have_been_blocked"] = "U hebt niet de toelating om door te gaan met deze aanvraag.";
-
-$messages["error_base_storage_folder_missing_or_unreadable"] = "pLog konde nodig mappen niet aanmaken om bronnen in te installeren. Dit kan meerdere redenen hebben, zoals uw PHP installatie die in safe mode of veilige modus draait of uw gebruiker die niet voldoende rechten heeft omdit te doen. U kan nog steeds deze bewerking manueel uitvoeren, door de volgende mappen te maken: <br/><br/>%s<br/><br/>Als deze mappen bestaan, zorg er dan voor dat deze gelezen en beschreven kunnen worden door de gebruiker waarmee uw webserver draait.";
-
-//
-// help messages //
-//
-
-//
-// translators: the following help messages have changed a little since last version, due to a few
-// new features built on top of previous features
-//
-$messages["help_editArticleCategories"] = "<p>Dit is een lijst met alle berichtcategorieën die tot nu toe
-reeds werden gemaakt. Er moet minstens één categorie gemaakt zijn, vooraleer u een artikel kunt
-toevoegen, aangezien ieder bericht moet onderverdeeld zijn in een categorie.
-De <b>'Artikelen'</b> kolom toont het aantal berichten die werden gecategoriseerd onder een bepaalde
-categorie. Analoog, kunnen er geen categorieën worden verwijderd die artikelen hebben onder hen. U
-dient eerst alle artikelen te verwijderen onder die categorie vooraleer u zal de mogelijkheid krijgen
-om de categorie te verwijderen.</p>
-<p>U kunt een of meerdere categoriën terzelfdertijd verwijderen door hun <b>'Verwijder'</b> vinkje aan
-te zetten en daarna op de <b>'Verwijder Geselecteerde'</b> knop te klikken.</p>
-<p>De <b>'Toon in Hoofdpagina'</b> kolom toont als deze categorie getoond wordt op de hoofdpagina of
-als alternatief deze kan worden gezien als er op zijn link wordt geklikt. Bewerkt de categorie zelf door
-deze optie in of uit te schakelen.</p>";
-
-$messages["help_newArticleCategory"] = "<p>Hier kunt u een nieuwe berichtencategorie toevoegen aan het blog.
-Het enige dat u dient op te geven is een naam voor de nieuwe categorie. Eenmaal deze werd aangemaakt,
-zal deze beschikbaarzijn om berichten onder te categoriseren.</p>
-<p>U kunt de 'Toon categorie in hoofdpagina' optie uitschakelen als u niet wilt dat de categorie wordt
-getoond in de hoofdpagina van de site. Als dit uitgeschakeld is, kunnen berichten in deze categorie enkel
-getoond worden bij het bladeren door deze specifieke categorie, door op zijn link te klikken</p>";
-
-$messages["editArticleCategory"] = "<p>Gelieve een nieuwe naam te geven voor de categorie die u wenst
-aan te passen. Geef aanvullend ook op indien u wilt dat de berichten in deze categorie op de hoofdpagina
-worden getoond of niet.</p>";
-
-$messages["help_editPosts"] = "<p>Gebruik deze pagina om een bericht uit het journaal aan te passen. De
-informatie van het bericht werd reeds opgegeven en u kunt hier wijzigingen aanbrengen aan deze info.
-Eenmaal u het bericht hebt afgewerkt, klik dan op de knop <b>'Aanpassen'</b> en het bericht zal worden
-aangepast. Gelieve er ook rekening meet te houden dat u de status van het bericht zet op <b>'Gepubliceerd'</b>
-indien u deze pagina wil laten verschijnen op de hoofdpagina. Gebruik de <b>'Klad'</b> status als u
-het plaatsen van het bericht niet kunt afwerken en u wilt opslaan wat u tot dusver hebt ingegeven zodat
-u het bericht later kunt aanpassen.</p>
-<p>Als u een email wilt ontvangen over een nieuw bericht, klik dan het corresponderende vinkje aan.</p>
-<p>Meer informatie over de verschillende opties kunt u <a href=\"admin.php?op=Help&helpId=newPost\">hier</a> vinden.</p>";
-
-$messages["help_blogSettings"] = "<p>Op deze pagina kunt u een aantal instellingen veranderen die de
-gedragen en het uiterlijk van dit journaal bepalen. Dit zijn de instellingen: <ul>
-<li><b>Permanente URL</b>: Dit is de URL waar deze blog draait en die u kunt gebruiken om naartoe
-te verwijzen. Deze link kan niet veranderd worden.</li>
-<li><b>Blog Naam</b>: Dit is een tekst string met een beschrijvende naam van het blog. Als u de
-standaardsjablonen gebruikt, wordt deze tekst bovenaan iedere pagina getoond.</li>
-<li><b>Lange beschrijvende tekst over deze blog</b>: Dit is een langere tekst die u
-optioneel kunt weergeven in een soort van pagina om meer informatie weer te geven over deze site.
-Deze optie kan leeg gelaten worden.</li>
-<li><b>Taal voor teksten</b>: Hier kunt u één van de beschikbare talen kiezen. Deze taal zal
-worden gebruikt om de teksten weer te geven (niet uw eigen artikels!) en dingen zoals
-data en nummers opmaken, gebruik makend van de juiste instellingen. Meer talen kunnen altijd worden
-geïnstalleerd</li>
-<li><b>Items in de hoofdpagina</b>: Stel dit in op het aantal berichten die u wilt weergeven
-op de hoofdpagina. Hoe meer berichten, hoe langer het zal duren voor gebruikers om uw pagina
-te downloaden. Het minimum is één.</li>
-<li><b>Items in Recent</b>: Stel dit in op het aantal berichten die verschijnen in 'Recent',
-dit zijn de berichten die u reeds eerder hebt geplaatst. Minimum aantal is één.</li>
-<li><b>Sjabloon gebruikt om de inhoud weer te geven</b>: pLog laat u toe om met meer dan één
-sjabloon uw inhoud weer te geven. U kan deze kiezen die het meest toepasselijk is voor uw journaal,
-van deze die werden geïnstalleerd door de administrator.</li>
-<li><b>Toon het hele bericht in de hoofdpagina of ekel een deel?</b>:
-Stel dit in op 'Ja' indien u wilt dat pLog automatisch een (meer...) link
-toevoegt aan het bericht op de hoofdpagina net na de tekst die u hebt ingetikt in de box
-'Tekst'. De tekst die in de tweede box werd ingetikt zal enkel worden getoond indien op deze
-link wordt geklikt. Deze optie kan nutting zijn aangezien deze u hoofdpagina minder 'druk' maakt
-en ook kleiner. Het kan echter problemen opleveren indien er veel HTML code wordt gebruikt in de pagina.</li>
-<li><b>WYSIWYG inschakelen bij het opstellen van teksten</b>: Stel deze optie in op ja indien u wil de
-mogelijkheid krijgen om onmiddellijk te zien hoe uw bericht er uitziet. Deze optie werkt enkel goed
-op browsers met Internet Explorer 5.5 of Mozilla 1.3b of hoger.</li>
-<li><b>Commentaar inschakelen</b>: Schakel deze optie in indien u uw bezoekers wil de mogelijkheid
-geven om commentaar te geven op de geplaatste artikelen. Deze optie wordt doorgevoerd voor alle berichten
-en voor alle gebruikers.</li>
-<li><b>Volgorde waarin commentaren worden weergegeven</b>: Stel dit in op \"Oudste eerst\" als u
-het oudste commentaar eerst wil zien in de lijst, of stel het in op \"Nieuwste eerst\" om ze in
-omgekeerd chronologische volgorde te tonen.</li>
-<li><b>Tijdsverschil in uren tussen de server en u</b>: U kunt deze instelling gebruiken om pLog automatisch
-een aantal uren te laten toevoegen of verwijderen aan iedere datum in de blog. Dit is voornamelijk handig
-indien het blog op een gehoste server staat in een andere tijdzone dan de persoon die de blog gebruikt. U kunt
-pLog vertellen dat er een een verschil is van +3 uur, zodat alle data dusdanig worden toegepast.</li>
-</ul></p>";
-
-//
-// translators: the ones below are already new
-//
-$messages["help_resourceCenter"] = "Vanuit het bronnencentrum kunt u uw bestanden beheren, ze groeperen
-in albums, deze albums beheren en deze aanpassen.";
-
-$messages["help_newResourceAlbum"] = "<p> U dient minstens één alhum te hebben om hier uw bronnen in onder
-te verdelen. Van hieruit bent u in de mogeljkheid om een nieuw album aan te meken, gewoon door een naam
-en een beschrijving voor het album op te geven. Enkel het naam veld is verplicht, het veld beschrijving
-is optioneel.</p>
-<p>Gebruik het 'Bovenliggende Album' veld om in te stellen of dit een top-level album is op als het een
-subalbum is met een bovenliggend album.</p>";
-
-$messages["help_resourceAlbums"] = "<p>Dit is een lijst met alle bronnenalbums die u tot dusver heeft aangemaakt.
-Voor ieder album kunnen verschillende van zijn opties onmiddelijk kunnen worden getoond: zijn naam, een link
-naar eventuele onderliggende albums en het eventuele aantal daarvan, een link naar zijn bronnen en het aantal
-daarvan, of het album wel dan niet publiek toegankelijk is of privaal en een checkbox om er zoveel als nodig te
-verwijderen.</p>
-<p> U kunt meer lezen over de 'Toon Album' optie <a href=\"admin.php?op=Help&helpId=editResourceAlbum\">hier</a></p>";
-
-$messages["editResourceAlbum"] = "<p>Van hier kunt u de eigenschappen van een bronnenalbum aanpassen. Bijna
-alle velden zijn hetzelfde als <a href=\"admin.php?op=Help&helpId=newResourceAlbum\">hier</a> behalve het
-'Toon album aan gebruikers' vinkje. Indien dit is ingeschakeld, zal het album zichtbaar zijn aan de gebruikers
-die de collectie van albums en bronnen doorbladeren. Indien het is uitgeschakeld, zal hiet niet publiek
- toegankelijk is. Dit is waardevol in geval dat we albums hebben die privaat dienen te blijven.</p>";
-
-$messages["help_newResource"] = "<p>U zal over de mogelijkheid beschikken om nieuwe bronnen aan u blog toe
-te voegen in deze sectie. Alle soorten bestanden kunnen worden opgeladen maar pLog is in de mogelijkheid
-om waardevolle informatie over heb op te staan zoals bij foto's, video's, zip bestanden en muziekbestanden.</p>
-<p>Eerst en vooral, zoek het bestand dat u wil opladen. Daarna kunt u het een beschrijving geven (verplicht veld)
-en tot slot dient u te kiezen aan wel album deze bron dit toe te behoren. Het is niet mogelijk om een bronbestand
-te hebben die niet in een album is onderverdeeld. Eenmaal afgewerkt, klik op de knop 'Bron Toevoegen' zodat
-het bestand wordt toegevoegd aan uw blog.</p>
-<p>Gelieve te onthouden dat uploads dienen ingeschakeld te zijn opdat deze functie zou werken. Aanvullend is
-het ook mogelijk dat de blog adminstrator een aantal bestandstypes heeft gekozen die niet worden toegelaten in
-deze blog. Het raamwerk voor bronnen dient ook ingeschakeld te zijn. Al deze instellingen kunnen worden aangepast
-door een gebruiker met administratieve privileges in de 'Globale Instellingen' sectie.</p>
-<p>Deze optie vereist een map op de server die beschrijfbaar is.</p>";
-
-$messages["help_resources"] = "<p>Van hieruit kunt u aan alle bronbestanden die u hebt opgeladen. Bestanden
-zullen worden weergegeven onder het album waar ze aan toebehoren. Voor ieder bronbestand, zal het mogelijk
-zijn om zijn instellingen aan te passen, het te bekijken zoals een normale bezoeker dit zou doen en het markeren
-voor verwijdering. Als u klikt op de 'Verwijder Geselecteerde' knop onderaan het scherm, dan zullen de geselecteerde
-bronnen worden gemarkeerd als verwijderd.</p>
-<p>Klik op het map-icoon als u wil navigeren naar de inhoud van een album, of op de 'Aanpassen' knop om naar
-de instellingspagina van het album te geen. Gebruik de '..' link om een niveau naar boven te gaan. Klikken op een
-bronnaam of zijn voorbeeld (indien beschikbaar) zal u naar de broneigenschappen namen en zal u toelaten om instellinge
-aan te passen van de geselecteerde bron.</p>";
-
-$messages["help_blogSecurity"] = "Vanuit deze sectie hebt u de mogelijkheid om enkele basis beveiligingsmechanismen
-op te zetten die worden voorzien door pLog. De veranderingen die u hier maakt, gelden enkel voor uw blog en niet
-voor dat van iemand anders.";
-
-$messages["help_blogFilteredContent"] = "<p>Dit is een lijst van alle regels voor inhoudfiltering die u hebt
-toegevoegd voor deze blog. Op hen klikken zal u naar een pagina brengen waar u ze zal kunnen aanpassen.
-Gebruik het 'Verwijder' vinkje om ze te markeren voor verwijdering, en druk op de 'Verwijder Geselecteerde' knop
-eenmaal u zeker bent dat u deze wil verwijderen.</p>";
-
-$messages["help_newBlogFilteredContent"] = "<p>Hier kunt u een nieuwe regel toevoegen om ongewenste inhoud te voorkomen
-in commentaar. U kan hier enkele woorden of zinnen gebruiken indien u dat wenst, of u kunt de kracht van reguliere
-expressies gebruiken indien u weet hoe deze werken. U kunt ook een beschrijving toevoegen aan de regel zodat u kunt
-onthouden in de toekomst waar de regel voor dient, maar dit is geen verplict veld.</p>";
-
-$messages["help_blogBlockedHosts"] = "Dit is een lijst met alle hosts die tot dusver werden geblokkeerd van het blog.
-U kunt onmiddellijk zien welke hosts werden geblokkeerd en voor welke reden, de datum van blokkering en het type
-van de blokkering dat werd toegepast. Tot slot kunt u ook een van de blokkeringsregels selecteren en klikken
-op de 'Verwijder Geselecteerde' knop indien u deze regels wil verwijderen.";
-
-$messages["help_newBlogBlockedHost"] = "<p> Deze sectie laat u toe op een specifiek adres of een heel subnet te blokkeren van uw Blog. U kunt selecteren of u wil dat ze het kunnen zien, maar niet mogelijk zijn om berichten te plaatsen of u kunt kiezen om ze integraal te blokkeren. Kopieer het adres in de ruimtes die daarvoor voorzien zijn en kies het juiste subnet indien nodig. Voorbeeld: om enkel het adres 192.168.1.123 te blokkeren dient u het 32 bits velt te kiezen om het hele adres te kiezen. Dit blokkeert enkel één adres en werkt goed om iemand met een statisch IP-adres te blokkeren. Indien u meerder IP-adressen ziet voor een zeker induvidu dan dient u dit subnetmasker te blokkeren.<br/>
-<br/>
-<b>VOORBEELDEN</b>:<br/>
-<br/>
-192.168.1.123 - 32 bits: Enkel dit adres<br/>
-192.168.1.123 - 24 bits: Alle adressen beginnend met 192.168.1<br/>
-192.168.1.123 - 16 bits: Alle adressen beginnend met 192.168<br/>
-192.168.1.123 - 8 bits: Alle adressen beginnend met 192<br/>
-</p>
-<p>Het 'Blokkeringstype' geeft een lijst weer waaruit u kunt kiezen om deze host volledig te blokkeren
-van deze site (er wordt een foutpagina weergegeven aan de bezoeker) of enkel om he(n)(m) te blokkeren om
-commentaar te plaatsen. Indien u kiest voor het laatste, zal deze persoon nog steeds berichten kunnen lezen
-en het commentaar van anderen lezen.</p>
-<p>U kunt ook een reden/beschrijving toevoegen aan deze blokkeringsregel zodat u in de toekomst eraan kunt
-worden herinnerd waarom deze regel werd toegepast.</p>";
-
-$messages["editBlogBlockedHost"] = "U kunt een host blokkeren vanuit deze sectie. De aanwezige opties
-zijn exact dezelfde als <a href=\"admin.php?op=Help&helpId=newBlogBlockedHost\">hier</a>.";
-
-$messages["editBlogFilteredContent"] = "Op deze pagina kunt u een inhoudsfilter aanpassen. De opties zijn
-exact dezelfde als <a href=\"admin.php?op=Help&helpId=newBlogFilteredContent\">hier</a>.";
-
-$messages["help_filteredContent"] = "<p>Dit is een lijst met alle regels voor inhoudsfiltering die u reeds
-hebt toegevoegd aan de site. Deze regels zijn site-specifiek en nemen voorang om iedere blog-specifieke
-regel die kan worden aangemaakt door de blog gebruikers. De opties en hun bedoelingen zijn dezelfde als
-<a href=\"admin.php?op=Help&helpId=blogFilteredContent\">hier</a>.";
-
-$messages["help_newFilteredContent"] = "<p>Hier kunt u een nieuwe regel toevoegen om ongewenste inhoud
-te blokkeren in commentaren. Deze regen zal systeem-wijd worden gebruikt en heeft voorang op eventuele
-blog-specifieke regels. Zie <a href=\"admin.php?op=Help&helpId=newBlogFilteredContent\">dit</a>
-voor meer informatie over de opties.";
-
-$messages["help_blockedHosts"] = "Dit is een lijst met alle hosts die werden geblokkeerd tot dusver op een systeem-wijde
-basis. Klikken op een regel zijn ip-adres laat u toe deze aan te passen. De instellingen nemen voorang op
-blog-specifieke regels, zodat, als een van deze globale regels een host kent, zullen alle volgende regels worden
-genegeerd.";
-
-$messages["help_newBlockedHost"] = "Hier kunt u een globale host-blokkeringsregel toevoegen. Zie
-<a href=\"admin.php?op=Help&helpId=newBlogBlockedHost\">dit</a> voor meer informatie over de beschikbare opties.";
-
-$messages["editBlockedHost"] = "U kunt een host-blokkeringsregel aanpassen vanuit deze sectie. De opties zijn
-exact dezelfde als <a href=\"admin.php?op=Help&helpId=newBlogBlockedHost\">hier</a>.";
-
-$messages["editFilteredContent"] = "Hier kunt u inhoudsfilters aanpassen. De opties zijn dezelfde
-als <a href=\"admin.php?op=Help&helpId=newBlogFilteredContent\">hier</a>.";
-
-/////
-$messages["blogFilteredContent"] = $messages["filteredContent"];
-$messages["newBlogFilteredContent"] = $messages["newFilteredContent"];
-$messages["blogBlockedHosts"] = $messages["blockedHosts"];
-$messages["newBlogBlockedHost"] = $messages["newBlockedHost"];
-$messages["newBlogUser"] = $messages["createUser"];
-
-//
-// text of the post that will be added to each blog when they sign-up via the register.php script
-//
-$messages["register_default_category"] = "General";
-$messages["register_default_article_text"] = "If you can read this, it means that your signup and registration was successful and that you can start blogging.";
-$messages["register_default_article_topic"] = "Congratulations, it worked!";
-
-//
-// summary templates text
-//
-
-$messages["summary_title"] = "Blogs Summary";
-$messages["summary_section_main"] = "Summary";
-$messages["summary_section_main_link_title"] = "Main Page";
-$messages["summary_section_register"] = "Register!";
-$messages["summary_section_register_link_title"] = "Register a new blog";
-$messages["summary_section_blog_list"] = "Blog list";
-$messages["summary_section_blog_list_link_title"] = "Blogs hosted in this site";
-$messages["summary_section_faq"] = "F.A.Q.";
-$messages["summary_section_faq_link_title"] = "Frequently Asked Questions";
-$messages["summary_welcome_title"] = "Welcome to pLog!";
-
-$messages["summary_most_active_blogs"] = "Most active blogs";
-$messages["summary_newest_blogs"] = "Newest blogs";
-$messages["summary_most_commented_articles"] = "Most commented articles";
-$messages["summary_most_read_articles"] = "Most read articles";
-
-$messages["summary_faq"] = "Frequently Asked Questions";
-$messages["summary_faq_question"] = "What is this?";
-$messages["summary_faq_description"] = "You could use this section to add some frequently asked questions about your service. It is all up to you and this is only a suggestion so feel free to make changes :) Edit the file templates/summary/faq.template to change the contents of this page.";
-
-$messages["summary_login"] = "Log-in";
-$messages["summary_other_stuff"] = "Other Stuff";
-$messages["summary_plog_logo"] = "How about a logo here?";
-
-$messages["summary_blog_list"] = "Blog List";
-$messages["summary_last_updated"] = "Last Updated";
-$messages["summary_author"] = "Author";
-$messages["summary_articles"] = "articles";
-$messages["summary_reads"] = "reads";
-
-$messages["summary_welcome_message"] = "<h4 class=\"question\">What is this site?</h4>
- <p>You could use this area to give some information about this site.</p>
-
- <ul>
- <li>See the following links for more information: <br />
- <a href=\"summary.php?op=Faq\">FAQ</a></li>
- <li><a href=\"register.php\">Register a new blog here</a></li>
- </ul>";
-
-$messages["summary_latest_posts"] = "Latest Posts";
-$messages["summary_in"] = "in";
-$messages["summary_posted_by"] = "Posted by";
-
-//
-// register templates text
-//
-$messages["register_error"] = "Error";
-$messages["register_error_message"] = "There has been an error:";
-$messages["register_errors"] = "There were some errors during the process, please have a look:";
-$messages["register_new_blog_step1_title"] = "Register a new blog (1/3)";
-$messages["register_step1_fill_in_title"] = "Please fill in this form to create a new blog in this site.";
-$messages["register_step1_description"] = "<p>
-First of all, we need to create a user for you. Please choose a username (which should not exist in the system but if it does, we will let you know) This user will be considered as the owner of the blog and will have full powers over it.
-</p>
-<p>
-And please do not forget your password! There is no way it can be recovered once you have signed up.
-</p>";
-$messages["register_step1_legend"] = "Please fill in the following fields";
-$messages["register_username"] = "Username:";
-$messages["register_password"] = "Password:";
-$messages["register_password_confirmation"] = "Confirm password:";
-$messages["register_email"] = "Email address:";
-$messages["register_email_comment"] = "(user for notifications of new comments)";
-
-$messages["register_next"] = "Next »";
-
-$messages["register_new_blog_step2_title"] = "Register a new blog (2/3)";
-$messages["register_user_created"] = "Your new user has been successfully created! Now we can proceed and create your new personal blog.";
-$messages["register_step2_description"] = " <p>
- The only thing we need to know is the name you would like to give to your diary. Later on once this
- process is complete, you will be able to change things like its description, but now that is not needed.
- </p>";
-$messages["register_step2_blog_name"] = "Name of your new blog:";
-
-$messages["register_new_blog_step3_title"] = "Thank you! (3/3)";
-$messages["register_new_blog_step3_description"] = "
- <p>
- Registration is complete. Your new user and diary have been registered successfully in this site,
- and you can log in now into your blog and start blogging!
- </p>";
-$messages["register_step3_admin_link"] = "
- <p>
- Click here <a href=\"admin.php\">to go the admin interface</a>, if you want to start blogging.
- </p>";
-$messages["register_step3_blog_link1"] = "
- <p>
- Or click <a href=\"";
-
-$messages["register_step3_blog_link2"] = "
-\">here to go and see your new blog</a>.
- </p>";
-
-$messages["register_step3_final_message"] = "
- <p>
- Happy blogging!
- </p>";
-
-
-$messages["register_error_incorrect_username"] = "<li>Incorrect user name, please try again.<br/>";
-$messages["register_error_incorrect_email"] = "<li>Email address is invalid, please try again. <br/>";
-$messages["register_error_user_already_exist"] = "<li>There is already a user with that name, please try again.<br/>";
-$messages["register_error_incorrect_password"] = "<li>Password is invalid, please try again. <br/>";
-$messages["register_error_passwords_dont_match"] = "<li>Passwords do not match, please try again. <br/>";
-$messages["register_error_adding_user"] = "Error adding the user: ";
-$messages["register_error_creating_blog"] = "There was an error creating the new blog";
-$messages["register_error_blog_name"] = "<li>You should choose a better name for the blog.<br/>" ;
-?>
Deleted: plog/trunk/locale/locale_ru_RU.php
===================================================================
--- plog/trunk/locale/locale_ru_RU.php 2005-01-29 15:29:38 UTC (rev 872)
+++ plog/trunk/locale/locale_ru_RU.php 2005-01-29 15:52:14 UTC (rev 873)
@@ -1,646 +0,0 @@
-<?php
-// set this to the encoding that should be used to display the pages correctly
-$messages["encoding"] = "utf-8";
-$messages["locale_description"] = "Russian locale file for pLog";
-
-// days of the week
-$messages["days"] = Array( "воÑкÑеÑенÑе", "понеделÑник", "вÑоÑник", "ÑÑеда", "ÑеÑвеÑг", "пÑÑниÑа", "ÑÑббоÑа" );
-// -- compatibility, do not touch -- //
-$messages["Monday"] = $messages["days"][1];
-$messages["Tuesday"] = $messages["days"][2];
-$messages["Wednesday"] = $messages["days"][3];
-$messages["Thursday"] = $messages["days"][4];
-$messages["Friday"] = $messages["days"][5];
-$messages["Saturday"] = $messages["days"][6];
-$messages["Sunday"] = $messages["days"][0];
-
-// abbreviations
-$messages["daysshort"] = Array( "ÐÑ", "Ðн", "ÐÑ", "СÑ", "ЧÑ", "ÐÑ", "Сб" );
-// -- compatibility, do not touch -- //
-$messages["Mo"] = $messages["daysshort"][1];
-$messages["Tu"] = $messages["daysshort"][2];
-$messages["We"] = $messages["daysshort"][3];
-$messages["Th"] = $messages["daysshort"][4];
-$messages["Fr"] = $messages["daysshort"][5];
-$messages["Sa"] = $messages["daysshort"][6];
-$messages["Su"] = $messages["daysshort"][0];
-
-// months of the year
-$messages["months"] = Array( "ЯнваÑÑ", "ФевÑалÑ", "ÐаÑÑ", "ÐпÑелÑ", "Ðай", "ÐÑнÑ", "ÐÑлÑ", "ÐвгÑÑÑ", "СенÑÑбÑÑ", "ÐкÑÑбÑÑ", "ÐоÑбÑÑ", "ÐекабÑÑ" );
-// -- compatibility, do not touch -- //
-$messages["January"] = $messages["months"][0];
-$messages["February"] = $messages["months"][1];
-$messages["March"] = $messages["months"][2];
-$messages["April"] = $messages["months"][3];
-$messages["May"] = $messages["months"][4];
-$messages["June"] = $messages["months"][5];
-$messages["July"] = $messages["months"][6];
-$messages["August"] = $messages["months"][7];
-$messages["September"] = $messages["months"][8];
-$messages["October"] = $messages["months"][9];
-$messages["November"] = $messages["months"][10];
-$messages["December"] = $messages["months"][11];
-
-$messages["message"] = "СообÑение";
-$messages["error"] = "ÐÑибка";
-
-$messages["date"] = "ÐаÑа";
-
-// miscellaneous texts
-$messages["of"] = "";
-$messages["recently"] = "ÐÐÐÐÐÐÐÐ...";
-$messages["comments"] = "комменÑаÑии";
-$messages["comment on this"] = "комменÑиÑоваÑÑ";
-$messages["my_links"] = "ÐÐРССЫÐÐÐ";
-$messages["archives"] = "ÐРХÐÐЫ";
-$messages["search"] = "ÐÐÐСÐ";
-$messages["calendar"] = "ÐÐÐÐÐÐÐРЬ";
-$messages["editLinkCategories"] = "ÐÐТÐÐÐÐ ÐÐ";
-$messages["search_s"] = "ÐÐÐСÐ";
-$messages["link_tracker"] = "Link Tracker";
-$messages["search_this_blog"] = "ÐСÐÐТЬ Ð ÐТÐÐ BLOG:";
-$messages["about_myself"] = "ÐÑо Ñ?";
-$messages["permalink_title"] = "ÐоÑÑоÑÐ½Ð½Ð°Ñ ÑÑÑлка к аÑÑ
ивам";
-$messages["permalink"] = "ÐоÑÑоÑÐ½Ð½Ð°Ñ ÑÑÑлка";
-$messages["posted_by"] = "ÐапиÑал(а)";
-$messages["on_the"] = "";
-$messages["page"] = "ÑÑÑаниÑе";
-$messages["posted"] = "ÐÑÑавлено";
-
-$messages["reply"] = "ÐÑвеÑиÑÑ";
-
-
-// add comment form
-$messages["add_comment"] = "ÐобавиÑÑ ÐºÐ¾Ð¼Ð¼ÐµÐ½ÑаÑий";
-$messages["comment_topic"] = "Тема: ";
-$messages["comment_text"] = "ТекÑÑ: ";
-$messages["comment_username"] = "ÐаÑе имÑ: ";
-$messages["comment_email"] = "ÐÐ°Ñ email: ";
-$messages["comment_url"] = "ÐÐ°Ñ Ð²ÐµÐ± ÑайÑ: ";
-$messages["comment_send"] = "ÐоÑлаÑÑ";
-$messages["comment_added"] = "ÐомменÑаÑий добавлен!";
-$messages["comment_add_error"] = "ÐÑибка пÑи добавлении комменÑаÑиÑ";
-
-
-$messages["article_does_not_exist"] = "ÐÑо ÑообÑение не ÑÑÑеÑÑвÑеÑ";
-$messages["no_posts_found"] = "ÐоÑÑинг не найден";
-$messages["user_has_no_posts_yet"] = "ÐаннÑй полÑзоваÑÐµÐ»Ñ ÐµÑе не оÑÑавил ÑообÑений";
-
-$messages["info_about_myself"] = "ÐнÑоÑмаÑÐ¸Ñ Ð¾Ð±Ð¾ мне...";
-$messages["back"] = "Ðазад";
-
-$messages["back_top"] = "ÐавеÑÑ
";
-
-$messages["post"] = "ÐÑÑавиÑÑ";
-
-$messages["trackbacks_for_article"] = "Trackbacks Ð´Ð»Ñ ÑÑаÑÑи";
-$messages["trackback_excerpt"] = "ÐÑдеÑжка";
-$messages["trackback_weblog"] = "Weblog";
-
-$messages["search_results"] = "РезÑлÑÑаÑÑ Ð¿Ð¾Ð¸Ñка";
-$messages["search_matching_results"] = "СледÑÑÑие ÑÑаÑÑи ÑдоволеÑвоÑÑÑÑ Ð²Ð°Ñим кÑиÑеÑиÑм: ";
-$messages["search_no_matching_posts"] = "ÐиÑего не найдено";
-
-$messages["see_all_link"] = "ÐоÑмоÑÑеÑÑ Ð²Ñе ÑÑÑеÑÑвÑÑÑие ÑÑаÑÑи";
-
-$messages["read_more"] = "(Ðалее)";
-
-$messages["anonymous_poster"] = "ÐнонимнÑй полÑзоваÑелÑ";
-
-$messages["syndicate"] = "SYNDICATE";
-
-$messages["main"] = "ÐлавнаÑ";
-
-////// error messages /////
-$messages["error_fetching_article"] = "ÐапÑоÑÐµÐ½Ð½Ð°Ñ ÑÑаÑÑÑÑ Ð½Ðµ найдена.";
-$messages["error_fetching_articles"] = "Ðевозможно извлеÑÑ Ð·Ð°Ð¿ÑоÑеннÑе ÑÑаÑÑи.";
-$messages["error_trackback_no_trackback"] = "ÐÐ»Ñ ÑÑой ÑÑаÑÑи trackbacks не найденÑ.";
-$messages["error_incorrect_article_id"] = "ÐденÑиÑикаÑÐ¾Ñ ÑÑаÑÑи не найден.";
-$messages["error_incorrect_blog_id"] = "ÐденÑиÑикаÑÐ¾Ñ Ð±Ð»Ð¾Ð³Ð° не найден.";
-$messages["error_comment_without_text"] = "ÐеобÑ
одимо оÑÑавиÑÑ Ñ
оÑÑ ÐºÐ°ÐºÐ¾Ð¹-нибÑÐ´Ñ ÑекÑÑ";
-$messages["error_comment_without_name"] = "ÐеобÑ
одимо оÑÑавиÑÑ Ñ
оÑÑ Ð±Ñ Ð¸Ð¼Ñ Ð¸Ð»Ð¸ ник.";
-$messages["error_adding_comment"] = "ÐÑибка пÑи добавлении комменÑаÑÐ¸Ñ Ðº базе даннÑÑ
";
-$messages["error_incorrect_parameter"] = "ÐепÑавилÑнÑй паÑамеÑÑ.";
-$messages["error_parameter_missing"] = "РзапÑоÑе недоÑÑÐ°ÐµÑ Ð¾Ð´Ð½Ð¾Ð³Ð¾ паÑамеÑÑа.";
-$messages["error_comments_not_enabled"] = "ÐомменÑаÑии к ÑÑаÑÑÑм оÑклÑÑÐµÐ½Ñ Ð½Ð° ÑÑом ÑайÑе.";
-
-///////////////// //////////////////
-///////////////// STRINGS FOR THE ADMINISTRATION INTERFACE //////////////////
-///////////////// //////////////////
-
-
-////// help messages for the administration interface /////
-$messages["help_newPost"] = "<p>Use this page to add a new post to your journal. You should provide a topic or subject
-for your post as well as some text for your post. Once you have finished, press the <b>'Add'</b> button and the post
-will automatically be included in your page. Please note that you have to set the status of the post
-to <b>'Published'</b> if you want it to appear in front page. Use the <b>'Draft'</b> status when you can't finish posting
-now but you would like to save what you have typed so far for later revision.</p>
-<p>You can also classify the post under any of the categories you have previously created. Simply set
-the <b>'Category'</b> field to the one you most like.</p>
-<p>If you would like to receive an email notifying about a new post, please check the corresponding
-checkbox.</p>
-<p>Check the box where it says </b>'Find links in the post...'</b> if after adding the post, you
-would like to send trackback pings to the hosts that support it. Your post will be scanned for
-links and you will have the possibility to choose which ones to send trackback pings to.</p>";
-
-$messages["addPost"] = "<p>Your post has been successfully added to the database. Now you can select
-to which hosts you would like to send a trackback ping, so that they know you have written about them
-and can <i>track you back</i>.</p>";
-
-$messages["help_editPosts"] = "<p>Click on the topic of the post to edit the post. You can also click on the
-category of the post to have access to all the posts of that category. Posts can also be filtered
-by author, status and category by using the drop down lists on top. Any combination of conditions
-can be made. Click on the number of comments (only
-available if the post has at least one comment) to have access to all the comments that have been
-received so far for the post. </p>
-<p>More than one post can be deleted at once by selecting the correct <b>'Delete'</b> checkbox and
-clicking on the <b>'Delete Selected'</b> button.
-<p>The <b>'Stats'</b> link will show some statistics about the posts, such as number of hits,
-trackback pings received and referers.</p>";
-
-$messages["editComments"] = "There are all the comments that have been posted for the given post. Comments
-can not be edited but they can be deleted. The only mandatory field when posting comments is the
-\"name\" field, so the E-mail and Url columns could be empty. The IP Address field is the
-original IP address where this comment was posted from. You can delete
-as many as you need by checking the corresponding <b>'Delete'</b> checkbox and pressing the
-<b>'Delete selected'</b> button.";
-
-$messages["postStats"] = "<p>These are the statistics about the selected post. The first one is how
-many times this article has been read, but please keep in mind that this statistic might be
-meaningless if you have disabled the <b>'Read more...'</b> feature in the <b>'Blog Settings'</b>
-section.</p>
-<p>The referers are the urls of all the hosts that visited this post, and the trackbacks table represents
-how many trackback pings have been received for this post. They can't be deleted or modified.</p>";
-
-$messages["help_editArticleCategories"] = "<p>This is a listing with all the post categories that
-have been created so far. There must be at least one category before you can add an article, since
-every article has to be categorized under a category. The <b>'Articles'</b> column shows how many
-articles have been categorized under the given category. In the same way, a category can't be deleted
-if it has an article assigned it; you must first remove all the articles and then you will be allowed
-to remove the category.</p>
-<p>You can delete more than one category at the same time by cheching their <b>'Delete'</b> column
-and then clickin on the <b>'Delete Selected'</b> button.</p>";
-
-$messages["help_newArticleCategory"] = "<p>From here you can add a new post category to the blog. All
-what you need to provide is a name for the new category. Once it has been created, it will be available
-for posts to be categorized under.</p>";
-
-$messages["help_editLinks"] = "<p>This is a list with all the links that have been added. Like posts, every
-link can be sorted in different categories and then displayed in the main page for visitors to see.</p>
-<p>For every link, you will see here its name, the url where it is pointing to and under which category
-it has been sorted. Finally you can also delete any of the links.</p>";
-
-$messages["help_newLink"] = "<p>You can add a new link from here. You have to provide at least a valid
-url and a name for the link. The description field is optional but useful to have more information
-about the link. You need at least one link category before you can add any link.</p>";
-
-$messages["help_editLinkCategories"] = "<p>This is a list with all the link categories that have been
-created. Like with posts, you need at least one link category before you can add any link. Clicking
-on the <b>'Links'</b> column will show all the links that belong to the category.</p>";
-
-$messages["help_newLinkCategory"] = "<p>The only thing you need to provide in order to have a new
-link category is a descriptive name for the category. Once the link category has been created,
-it will be available for links to be categorized under.</p>";
-
-$messages["help_blogSettings"] = "<p>From this page you can change some of the settings that control the
-behaviour or appearance of this journal. These are the settings: <ul>
-<li><b>Name of the blog</b>: This is a text string with a descriptive name of the blog. If using the
-default templates, it is the text displayed on top of every page.</li>
-<li><b>Long descriptive text about this blog</b>: This is a longer text that can optionally be
-displayed in some kind of page giving more detailed information about the page. It can be left
-blank if not needed.</li>
-<li><b>Language used to display the texts</b>: You can select one of the available languages. This
-language will be used to display the texts (not your own articles!) and format things like dates
-and numbers using the correct settings. More languages can be installed at any time.</li>
-<li><b>Items in the main page</b>: Set this to the number of posts you would like to have
-in the main page. The more posts, the longer it will take for users to download your page. Minimum
-number of posts it one.</li>
-<li><b>Items shown as recent</b>: Set this to the number of posts you would like to be shown as
-<b>'Recent'</b>, that is, the posts that have been posted earlier. Minimun amount is one.</li>
-<li><b>Template used to render the contents</b>: pLog allows to have more than one template
-to show the same content. You can choose here the most appropiate one for you journal, from the ones
-that have been installed by the administrator.</li>
-<li><b>Cut long posts and add a 'More...' link</b>: Set this to <b>'Yes'</b> if you would like pLog
-to automatically add a 'More...' link to your posts on the main page if they are too long (see the
-setting below) This feature is useful since it makes your frontpage less cluttered and also
-smaller. However, it has some problems if there is a lot of HTML code in the page.</li>
-<li><b>Cut posts after how many characters</b>: Set this to the amount of characters you would like
-to allow before adding the 'More...' link. This setting is only meaningful if you enabled the
-feature above.</li>
-<li><b>Enable WYSIWYG edition of texts</b>: Set this to yes if you would like to have the possibility
-to see how your posts look in real time. This feature is only available for users using either
-Internet Explorer 5.5 or higer and Mozilla 1.3b or higher.</li>
-<li><b>Enable comments</b>: Set this to yes if you would like to allow your users to make comments to your
-posts. This will globally affect all your posts and all your users.</li>
-</ul></p>";
-
-$messages["help_userSettings"] = "<p>Things related to your user profile can be changed from this
-page. Please note that your username cannot be changed.<ul>
-<li><b>Password, Confirm Password</b>: If you would like to change your password, please type it in
-the first text box. Do the same in the second box to confirm that you entered the same password.</li>
-<li><b>Email address</b>: Please set this to a valid email address if you would like to use features
-such as the notification when a comment is received to a post. It is used only for internal
-purposes and will not be publicly displayed.</li>
-<li><b>Bio</b>: You can type here some information about yourself. It can be left empty.</li>
-</ul></p>";
-
-$messages["help_pluginCenter"] = "<p>From here you can see which plugins have been installed. For every
-plugin, you will see its identifier (the identifier you have to use when developing templates and
-want to make use of the plugin features), the author of the plugin, and some descriptive text with
-various information about the plugin, mainly how to use it.</p>";
-
-$messages["help_Stats"] = "<p>You can see from here all the referers that have hit this site in the past.
-The <b>'Article'</b> column reflects which article was visited by the referer or the value <b>'0'</b>
-if the referer visited the main page or any other page which was not an article. Finally, the
-<b>'Last hit date'</b> column is the time of the last hit received from that referer.</p>";
-
-$messages["editArticleCategory"] = "<p>Please provide a new name for the category you are updating.</p>";
-
-$messages["editLink"] = "<p>You have to provide at least a url and a name for the link. The link must also
-be categorized under a category.</p>";
-
-$messages["editLinkCategory"] = "Please provide a new name for the link category you are updating.</p>";
-
-$messages["blogSelect"] = "Please select one of the operations from the menu.";
-
-$messages["Error"] = "There was an error while executing the requested operation. Please see
-the main page for more information regarding the error.";
-
-$messages["Message"] = "Please see the main page for more information regarding the message.";
-
-//////// strings for the administration interface ///////
-
-
-
-$messages["admin_interface_title"] = "pLog ÐдминиÑÑÑаÑивнÑй инÑеÑÑÐµÐ¹Ñ ";
-$messages["administration"] = "ÐдминиÑÑÑаÑÐ¸Ñ ";
-$messages["help"] = "ÐомоÑÑ";
-$messages["plog_help"] = "pLog ÐомоÑÑ";
-$messages["newPost"] = "ÐовÑй поÑÑинг";
-$messages["editPosts"] = "СÑаÑÑи";
-$messages["editArticleCategories"] = "ÐаÑегоÑии";
-$messages["admin_links"] = "СÑÑлки";
-$messages["editLinkCategories"] = "Link Categories";
-$messages["settings"] = "УÑÑановки";
-$messages["Logout"] = "ÐÑйÑи";
-
-// new post page
-$messages["topic"] = "Тема";
-$messages["text"] = "ТекÑÑ";
-$messages["category"] = "ÐаÑегоÑиÑ";
-$messages["status"] = "СÑаÑÑÑ";
-$messages["post_status_draft"] = "ЧеÑновик";
-$messages["post_status_published"] = "ÐпÑбликовано";
-$messages["post_status_deleted"] = "Удалено";
-$messages["post_status_all"] = "ÐÑе";
-$messages["send_notification"] = "УведомлÑÑÑ Ð¿Ñи каждом новом ÑообÑении.";
-$messages["send_trackback_pings"] = "ÐайÑи в ÑÑаÑÑе ÑÑÑлки и поÑлаÑÑ trackback pings Ñем из ниÑ
коÑоÑÑе ÑÑо поддеÑживаÑÑ.";
-$messages["add_post"] = "Blog ÑÑо!";
-
-$messages["xmlrpc_ping_ok"] = "XML-RPC Ping бÑл пÑавилÑно поÑлан к ";
-$messages["error_sending_xmlrpc_ping"] = "ÐÑибка пÑи попÑÑке поÑлаÑÑ XML-RPC Ping к ";
-$messages["error_sending_xmlrpc_ping_message"] = "СообÑение об оÑибке: ";
-
-$messages["preview"] = "ÐÑедваÑиÑелÑнÑй пÑоÑмоÑÑ";
-$messages["post_added"] = "СÑаÑÑÑ Ð´Ð¾Ð±Ð°Ð²Ð»ÐµÐ½Ð°";
-$messages["you_will_be_notified"] = "ÐополниÑелÑно, ÐÑ Ð±ÑдеÑе ÑÐ²ÐµÐ´Ð¾Ð¼Ð»ÐµÐ½Ñ Ð² ÑлÑÑае, когда ÑÑо Ñо пÑоиÑÑ
Ð¾Ð´Ð¸Ñ Ñ ÑÑой ÑÑаÑÑей.";
-$messages["post_added_not_published"] = "СÑаÑÑÑ Ð´Ð¾Ð±Ð°Ð²Ð»ÐµÐ½Ð°, но не опÑбликована.";
-$messages["error_adding_post"] = "ÐÑибка пÑи добавлении ÑÑаÑÑи!";
-$messages["error_must_fill_all_fields"] = "ÐаполниÑе вÑе полÑ!";
-$messages["error_must_have_one_category"] = "ÐеобÑ
одимо имеÑÑ Ñ
оÑÑ Ð±Ñ Ð¾Ð´Ð½Ñ ÐºÐ°ÑегоÑиÑ, пÑежде Ñем добавлÑÑÑ ÑÑаÑÑÑ.";
-
-// send trackbacks page
-$messages["send_trackback_pings"] = "ÐоÑлаÑÑ Trackback Pings";
-$messages["links_found"] = "СледÑÑÑие ÑÑÑлки бÑли Ð½Ð°Ð¹Ð´ÐµÐ½Ñ Ð² ÐаÑей ÑÑаÑÑе. ÐÑбеÑеÑе Ñе, Ð´Ð»Ñ ÐºÐ¾ÑоÑÑÑ
Ñ
оÑиÑе поÑлаÑÑ trackback ping (ÑÑо Ð¼Ð¾Ð¶ÐµÑ Ð·Ð°Ð½ÑÑÑ Ð½ÐµÐºÐ¾ÑоÑое вÑемÑ)";
-$messages["trackbacks_no_urls_selected"] = "Ðе бÑло вÑбÑано ни одного адÑеÑа, ÑледоваÑелÑно, ни одного trackback ping не поÑлано.";
-$messages["trackbacks_received_ok"] = "СледÑÑÑие Ñ
оÑÑÑ ÑÑпеÑно полÑÑили trackback ping:";
-$messages["trackbacks_no_trackback"] = "СледÑÑÑие ÑÑÑлки не имеÑÑ Ð´ÐµÐ¹ÑÑвÑÑÑиÑ
trackback адÑеÑов: ";
-$messages["trackbacks_problems_sending"] = "ÐÑÐ¾Ð±Ð»ÐµÐ¼Ñ Ð¿Ñи попÑÑке поÑлаÑÑ trackback pings ÑледÑÑÑим адÑеÑам. ÐÑли Ñ
оÑиÑе можеÑе попÑÑаÑÑÑÑ Ð¿Ð¾ÑлаÑÑ pings Ñнова.";
-$messages["trackbacks_received_all_hosts"] = "ÐÑе Ñ
оÑÑÑ ÑÑпеÑно полÑÑили trackback ping.";
-$messages["ping_selected"] = "Ping вÑбÑаннÑе ÑайÑÑ";
-
-// edit posts
-$messages["author"] = "ÐвÑоÑ";
-$messages["category_all"] = "ÐÑе";
-$messages["author_all"] = "ÐÑе";
-$messages["update"] = "ÐбновиÑÑ";
-$messages["date"] = "ÐаÑа";
-$messages["help_Stats"] = "Stats";
-$messages["delete"] = "УдалиÑÑ";
-
-$messages["delete_selected"] = "УдалиÑÑ Ð²ÑбÑаннÑе";
-
-// edit post
-$messages["edit_post"] = "РедакÑиÑоваÑÑ ÑÑаÑÑÑ";
-$messages["error_getting_post_to_update"] = "ÐÑибка пÑи извлеÑении запÑоÑенной ÑÑаÑÑи Ð´Ð»Ñ ÑедакÑиÑованиÑ.";
-$messages["error_updating_post_in_database"] = "ÐÑибка Ð±Ð°Ð·Ñ Ð´Ð°Ð½Ð½ÑÑ
пÑи обновлении ÑÑаÑÑи";
-$messages["post_successfully_updated"] = "СÑаÑÑÑ Ð¾Ð±Ð½Ð¾Ð²Ð»ÐµÐ½Ð°.";
-$messages["notification_removed"] = "ФÑнкÑÐ¸Ñ Ð¸Ð·Ð²ÐµÑениÑ, акÑивизиÑÐ¾Ð²Ð°Ð½Ð½Ð°Ñ Ñ ÐÐ°Ñ Ð´Ð»Ñ ÑÑой ÑÑаÑÑи Ñдалена.";
-
-// post statistics
-$messages["statistics_for_post"] = "СÑаÑиÑÑика поÑÑа";
-$messages["error_fetching_post"] = "ÐÑибка пÑи извлеÑении запÑоÑенной ÑÑаÑÑи.";
-$messages["times_post_has_been_read"] = "ÐолиÑеÑÑво Ñаз поÑÑ Ð±Ñл пÑоÑÑен: ";
-$messages["referers"] = "ÐÑо ÑÑÑлалÑÑ";
-$messages["id"] = "Id";
-$messages["url"] = "Url";
-$messages["hits"] = "СÑеÑÑик/Hits";
-$messages["trackbacks"] = "Trackbacks";
-
-// post comments
-$messages["error_fetching_comments"] = "ÐÑибка пÑи извлеÑении комменÑаÑиев к ÑÑаÑÑе.";
-$messages["comments_for_post"] = "ÐомменÑаÑии к ÑÑаÑÑе ";
-$messages["email"] = "E-Mail";
-$messages["ip_address"] = "IP AдÑеÑ";
-
-// delete comments
-$messages["error_no_comments_selected"] = "ÐÐµÑ Ð²ÑбÑаннÑÑ
комменÑаÑиев Ð´Ð»Ñ ÑдалениÑ.";
-$messages["error_deleting_comment"] = "ÐÑибка пÑи Ñдалении комменÑаÑÐ¸Ñ ";
-$messages["comment_deleted_ok"] = "ÐомменÑаÑий Ñ Ð·Ð°Ð³Ð¾Ð»Ð¾Ð²ÐºÐ¾Ð¼ \"%s\" Ñдален.";
-
-// categories list
-$messages["category_name"] = "Ðазвание";
-
-// removing posts
-$messages["post_cannot_be_deleted"] = "Ðевозможно ÑдалиÑÑ ÑÑаÑÑÑ.";
-$messages["no_posts_selected"] = "ÐÐ»Ñ ÑÐ´Ð°Ð»ÐµÐ½Ð¸Ñ Ð½Ð¸Ñего не вÑбÑано.";
-// %s = subject of the post, %d = identifier of the post. feel free to change its order
-// but if you remove them there will be no information about which post was removed...
-$messages["error_deleting_post"] = "ÐÑибка пÑи Ñдалении ÑÑаÑÑи\"%s\" (id = %d)";
-$messages["post_deleted_ok"] = "СÑаÑÑÑ\"%2\$s\" Ñдалена (id = %1\$d)";
-
-// delete categories
-$messages["no_categories_selected"] = "ÐÐ»Ñ ÑÐ´Ð°Ð»ÐµÐ½Ð¸Ñ Ð½Ðµ бÑло вÑбÑано ни одной каÑегоÑии.";
-$messages["error_category_has_articles"] = "Ðевозможно ÑдалиÑÑ ÐºÐ°ÑегоÑÐ¸Ñ \"%s\" Ñак как в каÑегоÑии ÑодеÑжÑÑÑÑ ÐºÐ°Ðº минимÑм 1 ÑÑаÑÑÑ. СнаÑала ÑдалиÑе ÑÑаÑÑи, заÑем попÑобÑйÑе Ñнова.";
-$messages["error_deleting_category"] = "ÐÑибка пÑи Ñдалении каÑегоÑии\"%s\" из Ð±Ð°Ð·Ñ Ð´Ð°Ð½Ð½ÑÑ
.";
-$messages["category_deleted_ok"] = "ÐаÑегоÑÐ¸Ñ \"%s\" Ñдалена.";
-
-// add category
-$messages["newArticleCategory"] = "ÐобавиÑÑ Ð½Ð¾Ð²ÑÑ ÐºÐ°ÑегоÑиÑ";
-$messages["add_new_category_info"] = "ÐÑедоÑÑавÑÑе дейÑÑвÑÑее название каÑегоÑии.";
-$messages["category_added_ok"] = "ÐаÑегоÑÐ¸Ñ Ð´Ð¾Ð±Ð°Ð²Ð»ÐµÐ½Ð°.";
-$messages["error_adding_article_category"] = "ÐÑибка пÑи добавлении каÑегоÑии.";
-
-// edit categories
-$messages["edit_category"] = "РедакÑиÑоваÑÑ ÐºÐ°ÑегоÑиÑ.";
-$messages["please_provide_valid_category_name"] = "ÐÑедоÑÑавÑÑе дейÑÑвÑÑее название каÑегоÑии.";
-
-$messages["error_incorrect_category_id"] = "ÐепÑавилÑнÑй иденÑиÑикаÑÐ¾Ñ ÐºÐ°ÑегоÑии";
-
-// update the category
-$messages["error_fetching_category"] = "ÐÑибка пÑи извлеÑении каÑегоÑии.";
-$messages["error_updating_category"] = "ÐÑибка пÑи обновлении каÑегоÑии.";
-$messages["error_empty_category_name"] = "ÐÑедоÑÑавÑе дейÑÑвиÑелÑное Ð¸Ð¼Ñ ÐºÐ°ÑегоÑии";
-$messages["category_updated_ok"] = "ÐаÑегоÑÐ¸Ñ Ð¾Ð±Ð½Ð¾Ð²Ð»ÐµÐ½Ð°.";
-
-// edit links
-$messages["link_name"] = "Ðазвание";
-$messages["link_url"] = $messages["url"];
-$messages["link_category"] = $messages["category"];
-$messages["link_description"] = "ÐпиÑание";
-$messages["editLinks"] = "СÑÑлки";
-
-// edit a link
-$messages["error_provide_name_and_url"] = "ÐеобÑ
одимо оÑÑавиÑÑ ÐºÐ°Ðº минимÑм название и адÑÐµÑ ÑÑÑлки.";
-$messages["error_invalid_link_id"] = "ÐденÑиÑикаÑÐ¾Ñ ÑÑÑлки не дейÑÑвиÑелен или не оÑÑÑÑÑÑвÑеÑ.";
-$messages["error_fetching_link"] = "ÐÑибка пÑи извлеÑении ÑÑÑлки.";
-$messages["error_updating_link"] = "ÐÑибка пÑи обновлении ÑÑÑлки.";
-$messages["link_updated_ok"] = "СÑÑлка обновлена!";
-$messages["error_fetching_link_categories"] = "ÐÑибка пÑиизвлеÑении каÑегоÑии ÑÑÑлок.";
-
-// add a link
-$messages["add_new_link"] = "ÐобавиÑÑ Ð½Ð¾Ð²ÑÑ ÑÑÑлкÑ";
-$messages["newLink"] = "ÐобавиÑÑ ÑÑÑлкÑ";
-$messages["error_adding_link"] = "ÐÑибка пÑи добавлении ÑÑÑлки.";
-$messages["link_added_ok"] = "СÑÑлка добавлена.";
-$messages["error_provide_name_and_url"] = "ÐеобÑ
одимо оÑÑавиÑÑ ÐºÐ°Ðº минимÑм название и адÑÐµÑ ÑÑÑлки.";
-$messages["error_must_have_one_link_category"] = "ÐеобÑ
одимо имеÑÑ ÐºÐ°Ðº минимÑм 1 каÑегоÑÐ¸Ñ ÑÑÑлок пÑежде Ñем добавиÑÑ ÑÑÑлкÑ.";
-
-// delete a link
-$messages["error_no_links_selected"] = "ÐÐ»Ñ ÑÐ´Ð°Ð»ÐµÐ½Ð¸Ñ Ð½Ðµ бÑло вÑбÑано ни одной ÑÑÑлки.";
-$messages["error_removing_link"] = "ÐÑибка пÑи Ñдалении ÑÑÑлки\"%s\" из Ð±Ð°Ð·Ñ Ð´Ð°Ð½Ð½ÑÑ
.";
-$messages["link_deleted_ok"] = "СÑÑлка \"%s\" Ñдалена из Ð±Ð°Ð·Ñ Ð´Ð°Ð½Ð½ÑÑ
.";
-
-// edit link categories
-$messages["newLinkCategory"] = "ÐобавиÑÑ Ð½Ð¾Ð²ÑÑ ÐºÐ°ÑегоÑÐ¸Ñ ÑÑÑлок";
-$messages["link_categories_help"] = "ÐеобÑ
одимо имеÑÑ ÐºÐ°Ðº минимÑм 1 каÑегоÑÐ¸Ñ ÑÑÑлок пÑежде Ñем добавиÑÑ ÑÑÑлкÑ.";
-$messages["link_category_name"] = "Ðазвание";
-$messages["link_category_links"] = "СÑÑлки";
-
-// new link category
-$messages["newLinkCategory"] = "ÐобавиÑÑ Ð½Ð¾Ð²ÑÑ ÐºÐ°ÑегоÑÐ¸Ñ ÑÑÑлок";
-$messages["new_link_category_info"] = "ÐаÑегоÑии ÑÑÑлок помогÑÑ Ðам клаÑÑиÑиÑиÑоваÑÑ ÑазлиÑнÑе ÑÑÑлки. Ðозже, ÐÑ ÑможеÑе вÑвеÑÑи на главнÑÑ ÑÑÑаниÑÑ ÐаÑи ÑгÑÑппиÑованÑе ÑÑÑлки иÑполÑзÑÑ Ð´Ð°Ð½Ð½Ñе каÑегоÑии.";
-$messages["newLinkCategory"] = "ÐобавиÑÑ ÐºÐ°ÑегоÑÐ¸Ñ ÑÑÑлок";
-$messages["error_provide_link_category_name"] = "ÐÑедоÑÑавÑÑе дейÑÑвÑÑее название каÑегоÑии ÑÑÑлок.";
-$messages["error_adding_link_category"] = "ÐÑибка пÑи добавлении каÑегоÑии ÑÑÑлок.";
-$messages["link_category_added_ok"] = "ÐаÑегоÑÐ¸Ñ ÑÑÑлок добавлена.";
-
-// edit link category
-$messages["edit_link_category"] = "РедакÑиÑоваÑÑ ÐºÐ°ÑегоÑÐ¸Ñ ÑÑÑлок.";
-$messages["error_updating_link_category"] = "ÐÑибка пÑи обновлении каÑегоÑии ÑÑÑлок.";
-$messages["link_category_updated_ok"] = "ÐаÑегоÑÐ¸Ñ ÑÑÑлок обновлена.";
-$messages["error_fetching_link_category"] = "ÐÑибка пÑи извлеÑении каÑегоÑии ÑÑÑлок.";
-$messages["error_incorrect_link_category_id"] = "ÐепÑавилÑнÑй иденÑиÑикаÑÐ¾Ñ ÐºÐ°ÑегоÑии ÑÑÑлок";
-
-// delete link categories
-$messages["error_no_link_category_selected"] = "ÐÐ»Ñ ÑÐ´Ð°Ð»ÐµÐ½Ð¸Ñ Ð½Ðµ бÑло вÑбÑано ни одной каÑегоÑии ÑÑÑлок";
-$messages["error_links_in_link_category"] = "Ðевозможно ÑдалиÑÑ ÐºÐ°ÑегоÑÐ¸Ñ \"%s\" Ñак как в каÑегоÑии ÑодеÑжÑÑÑÑ ÐºÐ°Ðº минимÑм 1 ÑÑÑлка. СнаÑала ÑдалиÑе ÑÑÑлки, заÑем попÑобÑйÑе Ñнова.";
-$messages["error_removing_link_category"] = "ÐÑибка пÑи Ñдалении каÑегоÑии\"%s\".";
-$messages["link_category_deleted_ok"] = "ÐаÑегоÑÐ¸Ñ ÑÑÑлок \"%s\" Ñдалена.";
-// this error is shown when for some reason the category could not be fetched from the database
-// and we can't show its name
-$messages["error_removing_link_category_2"] = "ÐÑибка пÑи Ñдалении каÑегоÑии ÑÑÑлок Ñ id = %d";
-
-// blog settings page
-$messages["blogSettings"] = "УÑÑановки Blog ";
-$messages["userSettings"] = "ÐÑоÑайл полÑзоваÑелÑ";
-$messages["pluginCenter"] = "Plugin Center";
-$messages["Stats"] = "СÑаÑиÑÑика";
-$messages["blog_name"] = "Ðазвание Blog(а)";
-$messages["long_blog_name"] = "ÐлиннÑй ÑекÑÑ Ð´Ð»Ñ Ð¾Ð¿Ð¸ÑÐ°Ð½Ð¸Ñ ÑÑого blog(а)";
-$messages["language_used"] = "ЯзÑк Ð´Ð»Ñ Ð¿Ð¾ÐºÐ°Ð·Ð° ÑекÑÑа и даÑ.";
-$messages["items_main_page"] = "ÐолиÑеÑÑво поÑÑов Ð´Ð»Ñ Ð¿Ð¾ÐºÐ°Ð·Ð° на главной ÑÑÑаниÑе";
-$messages["items_as_recent"] = "ÐолиÑеÑÑво поÑÑов Ð´Ð»Ñ Ð¿Ð¾ÐºÐ°Ð·Ð° как \"Ðедавние\"?";
-$messages["template_used"] = "ÐÑбеÑеÑе Ñаблон, опÑеделÑÑÑий внеÑний вид blog(а)";
-$messages["cut_posts"] = "СокÑаÑиÑÑ ÑлиÑком длиннÑе ÑÑаÑÑи и добавиÑÑ \"Ðалее...\" ÑÑÑлкÑ?";
-$messages["cut_posts_after_characters"] = "СколÑко знаков ÐÑ Ñ
оÑиÑе оÑÑавиÑÑ Ð² ÑокÑаÑеной ÑÑаÑÑе?";
-$messages["enable_wysiwyg_edition"] = "ÐклÑÑÑÑ WYSIWYG ÑедакÑиÑование ÑекÑÑов (доÑÑÑпно ÑолÑко Ð´Ð»Ñ Internet Explorer 5.5 и вÑÑе и Mozilla 1.3b и вÑÑе )?";
-$messages["enable_comments"] = "ÐклÑÑиÑÑ ÐºÐ¾Ð¼Ð¼ÐµÐ½ÑаÑии Ð´Ð»Ñ Ð²ÑеÑ
поÑÑов?";
-$messages["yes"] = "Ðа";
-$messages["no"] = "ÐеÑ";
-$messages["error_invalid_locale"] = "ÐепÑавилÑное знаÑение Ð´Ð»Ñ Ð¼ÐµÑÑнÑÑ
ÑÑÑановок.";
-$messages["error_incorrect_max_recent_items"] = "ÐÑедоÑÑавÑÑе дейÑÑвиÑелÑное ÑиÑло ÑÑаÑей, коÑоÑÑе Ñ
оÑиÑе видеÑÑ Ð² Ñазделе Ðедавние.";
-$messages["error_incorrect_number_of_posts"] = "ÐÑедоÑÑавÑÑе дейÑÑвиÑелÑное ÑиÑло ÑÑаÑей, коÑоÑÑе Ñ
оÑиÑе видеÑÑ Ð½Ð° главной ÑÑÑаниÑе.";
-$messages["error_incorrect_template"] = "ÐепÑавилÑное знаÑение Ñаблона.";
-$messages["error_no_blog_name"] = "ÐÑедоÑÑавÑÑе дейÑÑвиÑелÑное название Ð´Ð»Ñ blog(а).";
-$messages["error_incorrect_show_more_threshold"] = "ÐÑедоÑÑавÑÑе пÑавилÑное колиÑеÑÑво знаков, коÑоÑÑе Ñ
оÑиÑе видеÑÑ Ð² ÑокÑаÑеной ÑÑаÑÑе пеÑед линком \"Ðалее...\"";
-$messages["error_updating_settings"] = "ÐÑибка пÑи обновлении ÑÑÑанок.";
-$messages["blog_settings_updated_ok"] = "УÑÑановки обновленÑ!";
-$messages["permanent_blog_url"] = "ÐоÑÑоÑннÑй адÑÐµÑ ÑÑого blog(а) (read only)";
-
-// user profile page
-$messages["username"] = "ÐÐ¼Ñ Ð¿Ð¾Ð»ÑзоваÑелÑ";
-$messages["password"] = "ÐаÑолÑ";
-$messages["confirm_password"] = "ÐоÑвеÑдиÑÑ Ð¿Ð°ÑолÑ!";
-$messages["email_address"] = "Email";
-$messages["bio"] = "ÐиогÑаÑиÑ";
-$messages["empty_no_change"] = "ÐÑÑавиÑÑ Ð¿ÑÑÑÑм.";
-$messages["user_settings_updated_ok"] = "УÑÑановки полÑзоваÑÐµÐ»Ñ Ð¾Ð±Ð½Ð¾Ð²Ð»ÐµÐ½Ñ.";
-$messages["error_updating_user_settings"] = "ÐÑибка пÑи обновлении полÑзоваÑелÑÑкиÑ
ÑÑÑановок.";
-$messages["error_passwords_dont_match"] = "ÐаÑÐ¾Ð»Ñ Ð½Ðµ ÑовпадаеÑ.";
-$messages["error_incorrect_password"] = "ÐепÑавилÑнÑй паÑолÑ.";
-$messages["error_incorrect_email_address"] = "Email недейÑÑвиÑелен.";
-
-// plugin center page
-$messages["plugins_available"] = "СпиÑок plugins Ð´Ð»Ñ Ð¸ÑполÑÐ·Ð¾Ð²Ð°Ð½Ð¸Ñ Ð² ÑаблонаÑ
";
-$messages["identifier"] = "ÐденÑиÑикаÑоÑ";
-$messages["description"] = "ÐпиÑание";
-
-$messages["error_plugins_disabled"] = "ÐоддеÑжка plugins длÑÑÑого ÑайÑа оÑклÑÑена.";
-
-// statistics page
-$messages["statistics_info"] = "ÐÑлевой иденÑиÑикаÑÐ¾Ñ ÑÑаÑÑи ознаÑаеÑ, ÑÑо бÑли поÑеÑÐµÐ½Ð¸Ñ Ð³Ð»Ð°Ð²Ð½Ð¾Ð¹ ÑÑÑаниÑÑ, а не конкÑеÑной ÑÑаÑÑи";
-$messages["article_id"] = "ÐденÑиÑикаÑÐ¾Ñ ÑÑаÑÑи ";
-$messages["last_hit_date"] = "ÐаÑа поÑледнего пÑоÑÑениÑ";
-$messages["error_fetching_referers"] = "ÐÑибка пÑи извлеÑении ÑÑÑлок на ÑÑÐ¾Ñ ÑайÑ";
-
-// login screen
-$messages["login_page_title"] = "pLog ÐдминиÑÑÑаÑивнÑй инÑеÑÑÑйÑ";
-$messages["login"] = "ÐойÑи";
-$messages["welcome_message"] = "ÐобÑо пожаловаÑÑ Ð² pLog";
-$messages["error_incorrect_username_or_password"] = "ÐепÑавилÑное Ð¸Ð¼Ñ Ð¿Ð¾Ð»ÑзоваÑÐµÐ»Ñ Ð¸Ð»Ð¸ паÑолÑ.";
-$messages["error_dont_belong_to_any_blog"] = "ÐÑ ÐµÑе не пÑинадлежиÑе blog(Ñ).";
-$messages["error_no_username_or_password"] = "ÐÑедоÑÑавÑÑе дейÑÑвиÑелÑное Ð¸Ð¼Ñ Ð¿Ð¾Ð»ÑзоваÑÐ»Ñ Ð¸Ð»Ð¸ паÑолÑ.";
-$messages["choose_one_blog"] = " У ÐÐ°Ñ ÐµÑÑÑ ÑледÑÑÑие blog(и). ÐÑбеÑеÑе Ñ ÐºÐ°ÐºÐ¸Ð¼ ÑабоÑаÑÑ";
-$messages["continue"] = "ÐÑодолжиÑÑ";
-$messages["logout_message"] = "ÐÑ ÑÑпеÑно вÑÑли";
-$messages["logout_message_2"] = "<a href=\"admin.php\">ÐажмиÑе ÑÑда</a> ÑÑо Ð±Ñ Ð²Ð¾Ð¹Ñи Ñнова, или
-<a href=\"%1\$s\">ÑÑда ÑÑо Ð±Ñ Ð¿ÐµÑейÑи %2\$s</a>.";
-$messages["logout_title"] = "Logged out";
-$messages["error_access_forbidden"] = "ÐоÑÑÑп запÑеÑен. СнаÑала пÑойдиÑе иденÑиÑикаÑÐ¸Ñ Ð·Ð´ÐµÑÑ.";
-
-/////
-$messages["blogFilteredContent"] = $messages["filteredContent"];
-$messages["newBlogFilteredContent"] = $messages["newFilteredContent"];
-$messages["blogBlockedHosts"] = $messages["blockedHosts"];
-$messages["newBlogBlockedHost"] = $messages["newBlockedHost"];
-$messages["newBlogUser"] = $messages["createUser"];
-
-//
-// text of the post that will be added to each blog when they sign-up via the register.php script
-//
-$messages["register_default_category"] = "General";
-$messages["register_default_article_text"] = "If you can read this, it means that your signup and registration was successful and that you can start blogging.";
-$messages["register_default_article_topic"] = "Congratulations, it worked!";
-
-//
-// summary templates text
-//
-
-$messages["summary_title"] = "Blogs Summary";
-$messages["summary_section_main"] = "Summary";
-$messages["summary_section_main_link_title"] = "Main Page";
-$messages["summary_section_register"] = "Register!";
-$messages["summary_section_register_link_title"] = "Register a new blog";
-$messages["summary_section_blog_list"] = "Blog list";
-$messages["summary_section_blog_list_link_title"] = "Blogs hosted in this site";
-$messages["summary_section_faq"] = "F.A.Q.";
-$messages["summary_section_faq_link_title"] = "Frequently Asked Questions";
-$messages["summary_welcome_title"] = "Welcome to pLog!";
-
-$messages["summary_most_active_blogs"] = "Most active blogs";
-$messages["summary_newest_blogs"] = "Newest blogs";
-$messages["summary_most_commented_articles"] = "Most commented articles";
-$messages["summary_most_read_articles"] = "Most read articles";
-
-$messages["summary_faq"] = "Frequently Asked Questions";
-$messages["summary_faq_question"] = "What is this?";
-$messages["summary_faq_description"] = "You could use this section to add some frequently asked questions about your service. It is all up to you and this is only a suggestion so feel free to make changes :) Edit the file templates/summary/faq.template to change the contents of this page.";
-
-$messages["summary_login"] = "Log-in";
-$messages["summary_other_stuff"] = "Other Stuff";
-$messages["summary_plog_logo"] = "How about a logo here?";
-
-$messages["summary_blog_list"] = "Blog List";
-$messages["summary_last_updated"] = "Last Updated";
-$messages["summary_author"] = "Author";
-$messages["summary_articles"] = "articles";
-$messages["summary_reads"] = "reads";
-
-$messages["summary_welcome_message"] = "<h4 class=\"question\">What is this site?</h4>
- <p>You could use this area to give some information about this site.</p>
-
- <ul>
- <li>See the following links for more information: <br />
- <a href=\"summary.php?op=Faq\">FAQ</a></li>
- <li><a href=\"register.php\">Register a new blog here</a></li>
- </ul>";
-
-$messages["summary_latest_posts"] = "Latest Posts";
-$messages["summary_in"] = "in";
-$messages["summary_posted_by"] = "Posted by";
-
-//
-// register templates text
-//
-$messages["register_error"] = "Error";
-$messages["register_error_message"] = "There has been an error:";
-$messages["register_errors"] = "There were some errors during the process, please have a look:";
-$messages["register_new_blog_step1_title"] = "Register a new blog (1/3)";
-$messages["register_step1_fill_in_title"] = "Please fill in this form to create a new blog in this site.";
-$messages["register_step1_description"] = "<p>
-First of all, we need to create a user for you. Please choose a username (which should not exist in the system but if it does, we will let you know) This user will be considered as the owner of the blog and will have full powers over it.
-</p>
-<p>
-And please do not forget your password! There is no way it can be recovered once you have signed up.
-</p>";
-$messages["register_step1_legend"] = "Please fill in the following fields";
-$messages["register_username"] = "Username:";
-$messages["register_password"] = "Password:";
-$messages["register_password_confirmation"] = "Confirm password:";
-$messages["register_email"] = "Email address:";
-$messages["register_email_comment"] = "(user for notifications of new comments)";
-
-$messages["register_next"] = "Next »";
-
-$messages["register_new_blog_step2_title"] = "Register a new blog (2/3)";
-$messages["register_user_created"] = "Your new user has been successfully created! Now we can proceed and create your new personal blog.";
-$messages["register_step2_description"] = " <p>
- The only thing we need to know is the name you would like to give to your diary. Later on once this
- process is complete, you will be able to change things like its description, but now that is not needed.
- </p>";
-$messages["register_step2_blog_name"] = "Name of your new blog:";
-
-$messages["register_new_blog_step4_title"] = "Thank you! (3/3)";
-$messages["register_new_blog_step3_description"] = "
- <p>
- Registration is complete. Your new user and diary have been registered successfully in this site,
- and you can log in now into your blog and start blogging!
- </p>";
-$messages["register_step4_admin_link"] = "
- <p>
- Click here <a href=\"admin.php\">to go the admin interface</a>, if you want to start blogging.
- </p>";
-$messages["register_step4_blog_link1"] = "
- <p>
- Or click <a href=\"";
-
-$messages["register_step4_blog_link2"] = "
-\">here to go and see your new blog</a>.
- </p>";
-
-$messages["register_step4_final_message"] = "
- <p>
- Happy blogging!
- </p>";
-
-
-$messages["register_error_incorrect_username"] = "<li>Incorrect user name, please try again.<br/>";
-$messages["register_error_incorrect_email"] = "<li>Email address is invalid, please try again. <br/>";
-$messages["register_error_user_already_exist"] = "<li>There is already a user with that name, please try again.<br/>";
-$messages["register_error_incorrect_password"] = "<li>Password is invalid, please try again. <br/>";
-$messages["register_error_passwords_dont_match"] = "<li>Passwords do not match, please try again. <br/>";
-$messages["register_error_adding_user"] = "Error adding the user: ";
-$messages["register_error_creating_blog"] = "There was an error creating the new blog";
-$messages["register_error_blog_name"] = "<li>You should choose a better name for the blog.<br/>" ;
-?>
Deleted: plog/trunk/locale/locale_zh_CN.php
===================================================================
--- plog/trunk/locale/locale_zh_CN.php 2005-01-29 15:29:38 UTC (rev 872)
+++ plog/trunk/locale/locale_zh_CN.php 2005-01-29 15:52:14 UTC (rev 873)
@@ -1,1059 +0,0 @@
-<?php
-// Traditional Chinese pLog Locale File based upon utf-8 charset
-// ä½è
:: Author: Warren Liu (warren at ishag.org)
-// çæ¬ :: Version: 0.5.1
-// pLogçæ¬ :: pLog Version: plog-devel-20030805
-// feel free to send me changes to the text here.
-// 妿æåæ¹è¿å»ºè®®è¯·èç»ä½è
-// All text is a direct word for word translation from zh_TW. If you know the correct technical term used in China, please contact the author.
-//
-
-// set this to the encoding that should be used to display the pages correctly
-$messages["encoding"] = "utf-8";
-$messages["locale_description"] = "ç®ä½ä¸æ";
-// days of the week
-$messages["days"] = Array( "æææ¥", "ææä¸", "ææäº", "ææä¸", "ææå", "ææäº", "ææå
" );
-// -- compatibility, do not touch -- //
-$messages["Monday"] = $messages["days"][1];
-$messages["Tuesday"] = $messages["days"][2];
-$messages["Wednesday"] = $messages["days"][3];
-$messages["Thursday"] = $messages["days"][4];
-$messages["Friday"] = $messages["days"][5];
-$messages["Saturday"] = $messages["days"][6];
-$messages["Sunday"] = $messages["days"][0];
-
-// abbreviations
-$messages["daysshort"] = Array( "æ¥", "ä¸", "äº", "ä¸", "å", "äº", "å
" );
-// -- compatibility, do not touch -- //
-$messages["Mo"] = $messages["daysshort"][1];
-$messages["Tu"] = $messages["daysshort"][2];
-$messages["We"] = $messages["daysshort"][3];
-$messages["Th"] = $messages["daysshort"][4];
-$messages["Fr"] = $messages["daysshort"][5];
-$messages["Sa"] = $messages["daysshort"][6];
-$messages["Su"] = $messages["daysshort"][0];
-
-// months of the year
-$messages["months"] = Array( "䏿", "äºæ", "䏿", "åæ", "äºæ", "å
æ", "䏿", "å
«æ", "乿", "åæ", "å䏿", "åäºæ" );
-// -- compatibility, do not touch -- //
-$messages["January"] = $messages["months"][0];
-$messages["February"] = $messages["months"][1];
-$messages["March"] = $messages["months"][2];
-$messages["April"] = $messages["months"][3];
-$messages["May"] = $messages["months"][4];
-$messages["June"] = $messages["months"][5];
-$messages["July"] = $messages["months"][6];
-$messages["August"] = $messages["months"][7];
-$messages["September"] = $messages["months"][8];
-$messages["October"] = $messages["months"][9];
-$messages["November"] = $messages["months"][10];
-$messages["December"] = $messages["months"][11];
-
-$messages["message"] = "ç³»ç»ä¿¡æ¯";
-$messages["error"] = "é误信æ¯";
-
-$messages["date"] = "æ¥æ";
-
-// miscellaneous texts
-$messages["of"] = "ä¹"; // Changed this to another word that would make slightly more sense in default template, but still makes little sense cuz the language doesn't use it in this form
-$messages["recently"] = "ææ°æç« ...";
-$messages["comments"] = "è¯è®º";
-$messages["comment on this"] = "å表è¯è®º"; // made it a little clearer to diff from line 59
-$messages["my_links"] = "æç龿¥";
-$messages["archives"] = "æç« 彿¡£";
-$messages["search"] = "æç´¢";
-$messages["calendar"] = "æ¥å";
-$messages["editLinkCategories"] = "åç±»";
-$messages["search_s"] = "æç´¢";
-$messages["link_tracker"] = "å¼ç¨é¾æ¥";
-$messages["search_this_blog"] = "ç«å
æç´¢:";
-$messages["about_myself"] = "èªæä»ç»";
-$messages["permalink_title"] = "彿¡£æç« çéæé¾æ¥ç½å";
-$messages["permalink"] = "éæé¾æ¥ç½å";
-$messages["posted_by"] = "ä½è
";
-$messages["on_the"] = "å¨";
-$messages["page"] = "页";
-$messages["posted"] = "å·²ç»å表";
-$messages["reply"] = "ååº";
-$messages["of"] = "of";
-
-
-// add comment form
-$messages["add_comment"] = "å表è¯è®º";
-$messages["comment_topic"] = "æ é¢";
-$messages["comment_text"] = "æ£æ";
-$messages["comment_username"] = "æ¨çå§å";
-$messages["comment_email"] = "æ¨ççµåé®ä»¶ä¿¡ç®±";
-$messages["comment_url"] = "æ¨ç个人ç½é¡µ";
-$messages["comment_send"] = "å表";
-$messages["comment_added"] = "æ¨çè¯è®ºå·²ç»å表ï¼";
-$messages["comment_add_error"] = "å表è¯è®ºæ¶åºé";
-
-$messages["article_does_not_exist"] = "该æç« ä¸åå¨";
-$messages["no_posts_found"] = "æ¾ä¸å°æç« ";
-$messages["user_has_no_posts_yet"] = "该ä½è
å°æªåè¡¨ä»»ä½æç« ";
-
-$messages["info_about_myself"] = "æå
³æçä¸äºä»ç»â¦";
-$messages["back"] = "è¿åä¸ä¸é¡µ";
-
-$messages["back_top"] = "åå°é¡µé¢æä¸æ¹"; // very shakey translation here
-
-
-$messages["post"] = "å表";
-
-$messages["trackbacks_for_article"] = "å¼ç¨æ¬æçæç« æ é¢ï¼";
-$messages["trackback_excerpt"] = "æè¦";
-$messages["trackback_weblog"] = "ç½å¿";
-
-$messages["search_results"] = "æç´¢ç»æ";
-$messages["search_matching_results"] = "ä»¥ä¸æç« ç¬¦åæç´¢éæ±: ";
-$messages["search_no_matching_posts"] = "æ æç« ç¬¦åæç´¢éæ±";
-
-$messages["see_all_link"] = "æææç« æ¡£æ¡åº";
-
-$messages["read_more"] = "(æ·±å
¥é
读)";
-
-$messages["anonymous_poster"] = "å¿å";
-
-$messages["syndicate"] = "æç« èåå表"; // translated it as posts and web cooperative publishing. Seems like the actual chinese word used is a sound for sound translation that means jack in terms of the language itself
-
-$messages["main"] = "主页"; // assuming this is for the main page
-
-////// error messages /////
-
-$messages["error_fetching_article"] = "æ¾ä¸å°æ¨ææå®çæç« ã";
-$messages["error_fetching_articles"] = "æ¾ä¸å°æ¨ææå®çæç« ã";
-$messages["error_trackback_no_trackback"] = "å°æªæäººåæ¬æåéå¼ç¨éå";
-$messages["error_incorrect_article_id"] = "æç« æ è¯å·é误ã";
-$messages["error_incorrect_blog_id"] = "ç½ç«æ è¯å·é误ã";
-$messages["error_comment_without_text"] = "æ¨å¿
须填åè¯è®ºæ£æã";
-$messages["error_comment_without_name"] = "æ¨å¿
须填åå§åã";
-$messages["error_adding_comment"] = "æ·»å è¯è®ºæ¶åºéã";
-$messages["error_incorrect_parameter"] = "忰䏿£ç¡®ã";
-$messages["error_parameter_missing"] = "åæ°ä¸å
¨ã";
-$messages["error_comments_not_enabled"] = "该å客ç½ç«å
³éäºè¯è®ºåè½ã";
-
-///////////////// //////////////////
-///////////////// STRINGS FOR THE ADMINISTRATION INTERFACE //////////////////
-///////////////// //////////////////
-
-
-////// help messages for the administration interface /////
-$messages["help_newPost"] = "
-<p>è¯·ä½¿ç¨æ¤é¡µæ·»å æ°çæç« ï¼æ¨å¿
é¡»è¾å
¥æç« æ é¢ï¼æç« å
§å®¹å¿
é¡»ææå. 宿å请æ<b>'æ·»å '</b>, æ°æç« å°±ä¼å表. 请注æ: å¦è¦è¦å¨ä¸»é¡µæ¾ç¤ºæ°æç« , æ¨å¿
é¡»ææ°æç« çç¶æè®¾å®ä¸º <b>'å®ç¨¿'</b>. 妿æ¨ä¸æ³å¨é¦é¡µæ¾ç¤ºæ°æç« ,请æç¶æè®¾å®ä¸º <b>'è稿'</b></p><p>妿æ¨éæ©äºã<b>åéå¼ç¨éå</b>ãï¼æ¨å¯ä»¥å¯¹æ¨æä¸ææå°çå客åééåï¼ä¸è¿åææ¯å¯¹æ¹ä¸»æºä¹æä¾æ¯æãç³»ç»ä¼æ«ææ¨çæç« 䏿æå°åªäºé¾æ¥ï¼ç¶åæ¨å¯ä»¥ç»§ç»éæ©æ³è¦åéç龿¥ï¼ç¶åéåºã</p>";
-
-$messages["addPost"] = "<p>æ¨çæç« å·²ç»æåæ°å¢å°æ°æ®åºä¸ãæ¨ç°å¨å¯ä»¥éæ©è¦åéå¼ç¨éåï¼TrackBackï¼ç主æºï¼åééåãè¿æ ·ï¼å¯¹æ¹å°±ä¼ç¥éæäººåäºä¸ç¯ä¸ä»ä»¬ç¸å
³çæç« ï¼è忥å¯çã</p>";
-
-$messages["help_editPosts"] = "<p>ç¹å»æç« çæ é¢æ¥ç¼è¾æç« . ä½ ä¹å¯ä»¥ç¹å»åç±»æ¥æ¥çå±äºåç±»çæææç« . ä½ ä¹å¯ä»¥éæ©ä¸ææ¡ï¼æ ¹æ®ä½è
ï¼ç¶æï¼åç±»æ¥å¯¹æç« è¿è¡è¿æ»¤ï¼æ¯ææ¡ä»¶ç»åæ¥è¯¢ã ç¹å»å夿°å¯ä»¥æ¥çæ¬æç« çææåå¤ (æç« è³å°æ1æ¡åå¤çæ
åµä¸). </p>
-<p>éä¸ <b>'å é¤'</b>éæ©æ¡ï¼ç¶åç¹å»<b>'å 餿æ'</b> æé®å¯ä»¥å é¤ä¸ç¯æå¤ç¯æç« </p>. <p> <b>'ç¶æ'</b>龿¥å¯ä»¥æ¾ç¤ºæç« ç许å¤ç»è®¡ä¿¡æ¯ï¼æ¯å¦ç¹å»æ°ï¼å¼ç¨æ° .</p>";
-
-$messages["editComments"] = "æç« çææåå¤é½ä¼è¢«æ¾ç¤ºï¼åå¤ä¸è½ç¼è¾ä½æ¯å¯ä»¥å é¤ãå表å夿¶å§åæ æ¯å¿
须填åçï¼çµåé®ä»¶å主页æ å¯ä»¥ä¸ºç©ºãipå°ååæ®µè®°å½çæ¯ä½ ä»é£å¿å表çåå¤ãä½ å¯ä»¥éè¿éæ©<b>'å é¤'</b>éæ©æ¡ï¼ç¶åç¹å»<b>'å 餿æ'</b>æé®å é¤åå¤ã";
-
-$messages["postStats"] = "<p>éæ©ç¸åºçæç« 伿¾ç¤ºå
¶ç»è®¡ä¿¡æ¯. 第ä¸é¡¹æ¯æç« é
读æ°, 使¯æ³¨æå¦æä½ å¨<b>'Blog设置'</b> é项éç¦æ¢äº<b>'é
读æ´å¤...'</b>ç¹æ§çè¯ï¼ç»è®¡ä¿¡æ¯å°±ä¼åçæ²¡ææä¹.</p>
-<p> éå龿¥æ¯ææè®¿é®è¿ç¯æç« ç主æºçurl, å¼ç¨è¡¨è¡¨ç¤ºè¿ç¯æç« å·²ç»æ¶å°å¤å°å¼ç¨éå.å®ä»¬ä¸è½è¢«å 餿è
ä¿®æ¹.</p>";
-
-$messages["help_editArticleCategories"] = "<p>è¿æ¯ææå·²ç»å建çæç« åç±»çå表ï¼ä½ æ·»å æç« æ¶å¿
é¡»è³å°å·²ç»å建äºä¸ä¸ªæç« åç±»ï¼å 为æ¯ç¯æç« é½å½å±äºä¸ä¸ªåç±»ã <b>'æç« '</b> æ æ¾ç¤ºæå®æç« åç±»ä¸çæææç« . åæ ·çï¼å¦æå·²ç»æä¸ç¯æç« å±äºè¿ä¸ªæç« åç±»ï¼è¿ä¸ªæç« åç±»ä¹ä¸è½è¢«å é¤ãä½ å¿
é¡»å
å é¤å±äºæ¤åç±»çæææç« åæè½å é¤æç« åç±» ã</p>
-<p>éè¿éæ© <b>'å é¤'</b>åï¼ç¶åç¹å» <b>'å 餿æ'</b> æé®ä½ å¯ä»¥å é¤å¤ä¸ªæç« åç±».</p>";
-
-$messages["help_newArticleCategory"] = "<p>å¨è¿éä½ å¯ä»¥ä¸ºä½ çblogæ·»å æ°çæç« åç±». ä½ éè¦è®¾ç½®çä»
ä»
æ¯æç« åç±»çåç§°.䏿¦å建ï¼å°±å¯ä»¥å°æç« æ¾å
¥å°æ¤åç±»ä¸.</p>";
-
-$messages["help_editLinks"] = "<p>è¿éæ¯ææå·²ç»æ·»å ç龿¥çä¸ä¸ªå表, æ¯ä¸ªé¾æ¥æ ¹æ®ä¸åçåç±»æ¥æåï¼ç¶åæ¾ç¤ºå¨é¦é¡µè®©è®¿å®¢è½å¤çå°.</p><p>å¯¹äºæ¯ä¸ªé¾æ¥, ä½ ä¼çå°å®çåç§°ï¼å®æåç龿¥ï¼å®çåç±»ãä½ ä¹å¯ä»¥å é¤ä»»ä½é¾æ¥.</p>";
-
-$messages["help_newLink"] = "<p>ä½ å¯ä»¥å¢å æ°ç龿¥. ä½ éè¦æä¾è³å°ä¸ä¸ªææçurlå龿¥åç§°. 龿¥æè¿°æ¯å¯éæ©çï¼ä½æ¯å¯¹äºäºè§£æ´å¤é¾æ¥çä¿¡æ¯é常æç¨.å¨ä½ æ·»å 龿¥åè³å°å·²ç»å»ºç«äºä¸ä¸ªé¾æ¥åç±».</p>";
-
-$messages["help_editLinkCategories"] = "<p>è¿éæ¯ææé¾æ¥åç±»çä¸ä¸ªå表.å°±åæç« 䏿 ·ï¼å¨æ·»å ä¸ä¸ªé¾æ¥åä½ è³å°å·²ç»å»ºç«äºä¸ä¸ªé¾æ¥åç±» .ç¹å» <b>'龿¥'</b> å伿¾ç¤ºå±äºæ¤é¾æ¥åç±»çææé¾æ¥.</p>";
-
-$messages["help_newLinkCategory"] = "<p>æ·»å 龿¥åç±»æ¶ï¼ä½ åªéæä¾ä¸ä¸ªé¾æ¥åç±»åå³å¯.䏿¦é¾æ¥åç±»å建,ä½ å°±å¯ä»¥å°ä»»ä½é¾æ¥å å°æ¤åç±»ä¸ .</p>";
-
-$messages["help_blogSettings"] = "<p>éè¿æ¬é¡µé¢ä½ å¯ä»¥æ¹åä½ çæ¥è®°çä¸äºæ§å¶è¡ä¸ºåå¤è§. ä¸é¢æ¯è®¾ç½®: <ul>
-<li><b> blogåç§°</b>: è¿æ¯ä¸ä¸ªæè¿°ä½ çblogçä¸ä¸ªå符串.å¦æä½¿ç¨ç¼ºç模æ¿çè¯ï¼è¿ä¸ªåç¬¦ä¸²ä¼æ¾ç¤ºå¨ææé¡µé¢ç顶端.</li>
-<li><b> blogçæè¿°</b>: è¿æ¯ä¸ä¸ªé¿çæè¿°ææ¬ï¼å¯ä»¥å¨æäºæ¾ç¤ºè¯¦ç»ä¿¡æ¯ç页é¢ä¸éæ©æ¾ç¤º.妿ä¸éè¦çè¯å¯ä»¥è®¾ç½®ä¸ºç©º.</li>
-<li><b>æ¾ç¤ºææ¬ä½¿ç¨çè¯è¨</b>: ä½ å¯ä»¥éæ©ä¸ä¸ªææçè¯è¨.è¿ä¸ªè¯è¨ä¼ç¨æ¥æ¾ç¤ºææ¬ (ä¸ä»
ä»
æ¯ä½ çæç« !)并䏿 ¹æ®å½åçè®¾ç½®æ ¼å¼åæ¥æåæ°å. æ´å¤çè¯è¨å¯ä»¥å¨ä»»ä½æ¶åå®è£
.</li>
-<li><b>é¦é¡µä¸çæ¡ç®</b>:设置é¦é¡µæ¾ç¤ºçæç« æ°. æç« è¶å¤ï¼ç¨æ·ä¸è½½é¡µé¢çæ¶é´å°±ä¼è¶é¿. æå°æ°æ¯1.</li>
-<li><b>æè¿çæ¡ç®</b>: 设置 <b>'è¿æ'</b>䏿¾ç¤ºçæç« æ°, ä¹å°±æ¯æè¿å表çæç« .æå°æ°æ¯1.</li>
-<li><b>模æ¿</b>: pLog å
许ç¨ä¸åçæ¨¡æ¿æ¾ç¤ºç¸åçå
容. ä½ å¯ä»¥éæ©æéåä½ çæ¨¡æ¿,模æ¿å¯ä»¥ä»ç®¡çåå®è£
çæ¨¡æ¿ä¸éæ©.</li>
-<li><b>åå²é¿çæç« å¹¶å¢å 'æ´å¤...'龿¥</b>: 妿æç« å¤ªé¿ ï¼ä½ æ³è®©pLog å¨é¦é¡µä¸ºä½ çæç« èªå¨å¢å 'æ´å¤...' 龿¥çè¯è¯·è®¾ç½®ä¸º <b>'Yes'</b> ãè¿ä¸ªç¹æ§é常æç¨ï¼å¯ä»¥è®©ä½ çå端页é¢åå°æ··ä¹±å¹¶ä¸åå°ã使¯, 妿æä¸å¤§å HTML代ç å¨é¡µé¢ä¸ä¹ä¼æé®é¢.</li>
-<li><b>å¨å¤å°ä¸ªåç¬¦åæ¥åå²æç« </b>: å¨å¢å 'æ´å¤...'龿¥åè®¾ç½®ä½ å
许çå符æ°é . åªæä½ æ¿æ´»äºä¸é¢ç¹æ§åè¿ä¸ªè®¾ç½®æææ.</li>
-<li><b>æ¿æ´» WYSIWYG ææ¬ç¼è¾å¨</b>: å¦æä½ æ³å®æ¶çå°ä½ åçæç« ææçè¯è®¾ç½®è¿ä¸ªä¸º yes. åªæä½ ä½¿ç¨ie5ã5æè
mozilla1.3b以ä¸çæ¬æ¶æææ.</li>
-<li><b>æ¿æ´»æ³¨é</b>:å¦æä½ å
许访客åå¤ä½ çæç« çè¯è®¾ç½®è¿ä¸ªä¸º yes. è¿ä¼å
¨å±å½±åä½ ææçæç« å访客.</li>
-</ul></p>";
-
-$messages["help_userSettings"] = "<p>å¯ä»¥å¨æ¬é¡µä¿®æ¹ä¸ä½ 个人ç¸å
³çä¿¡æ¯. 注æä½ çç¨æ·åä¸è½ä¿®æ¹.<ul>
-<li><b>å¯ç , 确认å¯ç </b>: å¦æä½ æ³ä¿®æ¹ä½ çå¯ç çè¯,请å¨ç¬¬ä¸ä¸ªææ¬æ¡ä¸è¾å
¥ï¼åæ¶å¨ç¬¬äºä¸ªææ¬æ¡ä¸è¾å
¥ç¸åçå¯ç æ¥ç¡®è®¤ .</li>
-<li><b>Emailå°å</b>: å¦æä½ æ³ä½¿ç¨ä¸äºç¹æ§ï¼æ¯å¦å½ä½ çæç« æäººå夿¶ä½ æ³å¾å°ä¸ä¸ªéç¥ï¼è¯·è¾å
¥ä½ çææemailå°å. è¿ä¸ªå°åä»
ç¨äºç³»ç»å
é¨ä½¿ç¨å¹¶ä¸ä¼è¢«å
¬å¼.</li>
-<li><b>个人ç®å</b>: ä½ å¯ä»¥å¨è¿éè¾å
¥ä½ ç个人信æ¯. å¯ä»¥ä¸ºç©º.</li>
-</ul></p>";
-
-$messages["help_pluginCenter"] = "<p>ä»è¿å¿ä½ å¯ä»¥çç³»ç»å·²ç»å®è£
äºé£äºå¤æ. å¯¹äºæ¯ä¸ªå¤æ,ä½ å¯çå°å
¶æ è¯ç¬¦ (å¨å¼å模æ¿å使ç¨å¤æç¹æ§çæ¶åä¼ç¨å°æ è¯ç¬¦), 夿çä½è
,å
³äºå¤æçè®¸å¤æè¿°æ§ä¿¡æ¯ï¼ä¸»è¦æ¯å¦ä½ä½¿ç¨.</p>";
-
-$messages["help_Stats"] = "<p>ä»è¿éä½ å¯ä»¥çå°æµè§æ¬ç«çææéå龿¥. <b>'æç« '</b> ååæ çæ¯éå龿¥è®¿é®çæç« ã 妿éå龿¥è®¿é®é¦é¡µæè
å
¶å®ä¸æ¯æç« ç页颿¶å¼ä¼ä¸º <b>'0'</b>. <b>'æè¿ç¹å»æ¥æ'</b>åæ¾ç¤ºçæ¯éå龿¥æè¿è®¿é®çæ¥æ.</p>";
-
-$messages["editArticleCategory"] = "<p>请è¾å
¥æ¨è¦æ´æ°çåç±»çæ°åç§°ã</p>";
-
-$messages["editLink"] = "<p>æ¨å¿
é¡»è¾å
¥é¾æ¥çå称以åç½åãåæ¶ç½åä¹å¿
须设置å¨éå½çç½å龿¥åç±»ä¸ã</p>";
-
-$messages["editLinkCategory"] = "请è¾å
¥æ¨æè¦æ´æ°ç龿¥åç±»çåç§°ã</p>";
-
-$messages["blogSelect"] = "请ä»éåä¸éæ©æ¨æè¦è¿è¡æä½çæä»¤ã";
-
-$messages["Error"] = "卿§è¡æ¨æä¸è¾¾çæä»¤æ¶åçé误ã请è³ä¸»é¡µé¢åå¾è·æ¬è®¯æ¯ç¸å
³çæ´å¤èµè®¯ã";
-
-$messages["Message"] = "请è³ä¸»é¡µé¢åå¾è·æ¬æ¶æ¯ç¸å
³çæ´å¤ä¿¡æ¯ã";
-
-//////// strings for the administration interface ///////
-
-
-$messages["admin_interface_title"] = "pLogæ§å¶å°";
-$messages["administration"] = "æ§å¶å°";
-$messages["help"] = "帮å©";
-$messages["plog_help"] = "pLog使ç¨è¯´æ";
-$messages["newPost"] = "åè¡¨æ°æç« ";
-$messages["editPosts"] = "æç« å表";
-$messages["editArticleCategories"] = "æç« åç±»";
-$messages["admin_links"] = "ç½ç«é¾æ¥";
-$messages["editLinkCategories"] = "龿¥åç±»";
-$messages["settings"] = "设å®";
-$messages["Logout"] = "éåº";
-//æ°å¢å çï¼ä¸»è¦æå¡äºmenu.xml
-$messages["newArticleCategory"] = "æ°å»ºæç« åç±»";
-$messages["editLinks"] = "ç¼è¾é¾æ¥";
-$messages["newLink"] = "æ°å»ºé¾æ¥";
-
-
-// new post page
-
-$messages["xmlrpc_ping_ok"] = "XML-RPC确认已顺å©ä¼ å° : ";
-$messages["error_sending_xmlrpc_ping"] = "XML-RPCç¡®è®¤ä¼ éé误 : ";
-$messages["error_sending_xmlrpc_ping_message"] = "XML-RPC确认éè¯¯è®¯æ¯æ¯ : ";
-$messages["preview"] = "é¢å±";
-$messages["post_added"] = "æç« å·²å¢";
-$messages["you_will_be_notified"] = "æç« å¦ææ´»å¨éç¥ä½è
.";
-$messages["post_added_not_published"] = "æç« å·²å¢ä½æªåºç.";
-$messages["error_adding_post"] = "æ°å¢æç« é误";
-$messages["error_must_fill_all_fields"] = "æ¨å¿
é¡»æææèµæè¾å
¥";
-$messages["error_must_have_one_category"] = "æ°å¢æç« åå¿
é¡»å
æ°å¢è³å°ä¸ä¸ªç±»å«";
-
-$messages["topic"] = "æ é¢";
-$messages["text"] = "æ£æ";
-$messages["category"] = "åç±»";
-$messages["status"] = "ç¶æ";
-$messages["post_status_draft"] = "è稿";
-$messages["post_status_published"] = "å®ç¨¿";
-$messages["post_status_deleted"] = "å·²å é¤";
-$messages["post_status_all"] = "å
¨é¨";
-$messages["send_notification"] = "妿æäººå¯¹æ¬æå表è¯è®ºï¼å°±åéçµåé®ä»¶éç¥æã";
-$messages["send_trackback_pings"] = "æ£æ¥æç« ä¸æä½¿ç¨çç½å龿¥ï¼å¹¶ä¸åè¿äºè¿æ¥åéå¼ç¨éåï¼TrackBack Pingsï¼ã";
-$messages["add_post"] = "å表æç« ï¼";
-
-
-$messages["xmlrpc_ping_ok"] = "XML-RPC éåå·²ç»æ£ç¡®éåº";
-$messages["error_sending_xmlrpc_ping"] = "以ä¸XML-RPCéååçé误";
-$messages["error_sending_xmlrpc_ping_message"] = "é误信æ¯ä¸ºï¼";
-
-$messages["preview"] = "é¢è§";
-$messages["post_added"] = "æç« å·²æåå表";
-$messages["you_will_be_notified"] = "å¦å¤ï¼å¦æè¿ç¯æç« æä»ä¹åç»è®¨è®ºï¼æ¨é½ä¼æ¶å°çµåé®ä»¶éç¥ã";
-$messages["post_added_not_published"] = " æç« å·²æåå å
¥ç½ç«æ°æ®åºï¼ä½å°æªæ£å¼å表ã";
-$messages["error_adding_post"] = "å表æç« æ¶åºéï¼";
-$messages["error_must_fill_all_fields"] = "æ¨å¿
须卿æçè¾å
¥æ¡ä¸é½å¡«å
¥å
容ï¼";
-$messages["error_must_have_one_category"] = "æ¨å¿
é¡»å
建ç«è³å°ä¸ä¸ªæç« åç±»ï¼æå¯ä»¥å表æç« ã";
-
-
-// send trackbacks page
-
-$messages["send_trackback_pings"] = "åéå¼ç¨éå";
-$messages["links_found"] = "卿¨çæç« 䏿以ä¸é¾æ¥ï¼è¯·éæ©æ¨æ³åéå¼ç¨éåçç½åãï¼åéå¼ç¨éåä¼è±ä¸ç¹æ¶é´ï¼è¯·èå¿çå¾
ï¼";
-$messages["trackbacks_no_urls_selected"] = "æ¨æªéæ©ä»»ä½é¾æ¥ï¼æä»¥ä¸ä¼éåºä»»ä½å¼ç¨éåã";
-$messages["trackbacks_received_ok"] = "以ä¸ä¸»æºå·²ç»æåæ¥æ¶å°äºæ¨çå¼ç¨éå:";
-$messages["trackbacks_no_trackback"] = "以ä¸ç龿¥æ²¡ææä¾å¼ç¨ç½å: ";
-$messages["trackbacks_problems_sending"] = "å¾ä»¥ä¸ç½ç«åéå¼ç¨éåæ¶åºéï¼å¦ææ¨æ¿æçè¯ï¼å¯ä»¥éæ°è¯è¯ç";
-$messages["trackbacks_received_all_hosts"] = "ææçç½ç«é½æåå°æ¶å°äºæ¨çå¼ç¨éåã";
-$messages["ping_selected"] = "åéæ©çç½ååéå¼ç¨éå";
-
-// edit posts
-
-$messages["author"] = "ä½è
";
-$messages["category_all"] = "å
¨é¨åç±»";
-$messages["author_all"] = "å
¨é¨ä½è
";
-$messages["update"] = "æ´æ°";
-$messages["date"] = "æ¥æ";
-$messages["stats"] = "ç»è®¡";
-$messages["delete"] = "å é¤";
-
-$messages["delete_selected"] = "å 餿鿩ç项ç®";
-
-// edit post
-$messages["edit_post"] = "ç¼è¾æç« ";
-$messages["error_getting_post_to_update"] = "æ´æ°æç« æ¶åºéã";
-$messages["error_updating_post_in_database"] = "å°æ´æ°çæç« åå
¥æ°æ®åºæ¶åºéã";
-$messages["post_successfully_updated"] = "æ´æ°æç« æå宿ã";
-$messages["notification_removed"] = "å
³äºè¿ç¯æç« ççµåé®ä»¶éç¥åè½å·²è¢«å é¤ã";
-
-// post statistics
-
-$messages["statistics_for_post"] = "æç« çç¸å
³ç»è®¡: ";
-$messages["error_fetching_post"] = "读åæç« æ¶åçé误";
-$messages["times_post_has_been_read"] = "æ¬æå·²è¢«é
è¯»çæ¬¡æ°: ";
-$messages["referers"] = "éå龿¥";
-$messages["id"] = "ID";
-$messages["url"] = "ç½å";
-$messages["hits"] = "ç¹å»æ°";
-$messages["trackbacks"] = "å¼ç¨";
-
-// post comments
-
-$messages["error_fetching_comments"] = "读åè¯è®ºæ¶åºé";
-$messages["comments_for_post"] = "å¯çæç« çè¯è®º: ";
-$messages["email"] = "çµåé®ä»¶";
-$messages["ip_address"] = "IPå°å";
-
-// delete comments
-
-$messages["error_no_comments_selected"] = "æ¨æªéæ©ä»»ä½è¯è®ºã";
-$messages["error_deleting_comment"] = "å é¤è¯è®ºæ¶åºéã ";
-$messages["comment_deleted_ok"] = "ã%sãè¯è®ºå·²è¢«æåå é¤ã";
-
-// categories list
-$messages["category_name"] = "åç±»åç§°";
-
-// removing posts
-$messages["post_cannot_be_deleted"] = "æç« æ æ³å é¤ï¼";
-$messages["no_posts_selected"] = "æ¨æ²¡æéæ©è¦å é¤çæç« ã";
-// %s = subject of the post, %d = identifier of the post. feel free to change its order
-// but if you remove them there will be no information about which post was removed...
-$messages["error_deleting_post"] = "å é¤æç« ã%sãæ¶åºé (id = %d)";
-$messages["post_deleted_ok"] = "æç« ã%2\$sã已被æåå é¤ã (id = %1\$d)";
-
-// delete categories
-$messages["no_categories_selected"] = "æ¨æ²¡æéæ©ä»»ä½è¦å é¤çåç±»ã";
-$messages["error_category_has_articles"] = "æ æ³å é¤ã%sãè¿ä¸ªåç±»ï¼åå æ¯è¯¥åç±»ä¸è¿ææç« ãè¯·å°æ¤åç±»ä¸çæææç« å é¤åï¼åéè¯ä¸æ¬¡ã";
-$messages["error_deleting_category"] = "å¨å°åç±»ã%sã仿°æ®åºä¸å 餿¶åºéã";
-$messages["category_deleted_ok"] = "æç« åç±»ã%sã已被æåå é¤ã";
-
-// add category
-
-$messages["add_new_category"] = "æ°å¢æç« åç±»";
-$messages["add_new_category_info"] = "请è¾å
¥æ°çåç±»åç§°ã";
-$messages["category_added_ok"] = "å¢å æç« åç±»æåã";
-$messages["error_adding_article_category"] = "卿°å¢æç« åç±»æ¶åºéã";
-
-// edit categories
-$messages["edit_category"] = "ç¼è¾åç±»";
-$messages["please_provide_valid_category_name"] = "请è¾å
¥åç±»åç§°ã";
-$messages["error_incorrect_category_id"] = "åç±»æ è¯å·ä¸æ£ç¡®ã";
-
-// update the category
-;
-$messages["error_fetching_category"] = "读ååç±»æ¶åºéã";
-$messages["error_updating_category"] = "æ´æ°åç±»æ¶åºéã";
-$messages["error_empty_category_name"] = "æ¨å¿
须填å
¥éå½çåç±»åç§°ã";
-$messages["category_updated_ok"] = "æç« åç±»æ´æ°æåï¼";
-
-// edit links
-$messages["link_name"] = "龿¥åç§°";
-$messages["link_url"] = $messages["url"];
-$messages["link_category"] = $messages["category"];
-$messages["link_description"] = "ç¸å
³æè¿°";
-$messages["links"] = "ç½ç«é¾æ¥";
-
-// edit a link
-$messages["error_provide_name_and_url"] = "æ¨å¿
é¡»è¾å
¥é¾æ¥ç½ç«çåç§°åç½åã";
-$messages["error_invalid_link_id"] = "龿¥æ è¯å·æ ææä¸¢å¤±ã";
-$messages["error_fetching_link"] = "读å龿¥èµææ¶åºéã";
-$messages["error_updating_link"] = "æ´æ°é¾æ¥æ¶åºéã";
-$messages["link_updated_ok"] = "龿¥æ´æ°æåï¼";
-$messages["error_fetching_link_categories"] = "读å龿¥åç±»æ¶åºéã";
-
-
-// add a link
-
-$messages["add_new_link"] = "æ°å¢ç½ç«é¾æ¥";
-$messages["add_link"] = "å å
¥é¾æ¥";
-$messages["error_adding_link"] = "卿°å¢é¾æ¥æ¶åºé";
-$messages["link_added_ok"] = "æ°å¢é¾æ¥æåã";
-$messages["error_provide_name_and_url"] = "æ¨å¿
é¡»æä¾é¾æ¥ç½ç«çåç§°åç½åã";
-$messages["error_must_have_one_link_category"] = "卿°å¢é¾æ¥ç½ç«ä¹åï¼æ¨å¿
é¡»å
建ç«ä¸ä¸ªç½ç«é¾æ¥çåç±»ã";
-
-// delete a link
-$messages["error_no_links_selected"] = "æ¨æ²¡æéæ©ä»»ä½é¾æ¥ï¼æ æ³å é¤ã";
-$messages["error_removing_link"] = "仿°æ®åºä¸å é¤ã%sãæ¶åºéã";
-$messages["link_deleted_ok"] = "龿¥ã%sã å·²æåå é¤ã";
-
-// edit link categories
-$messages["newLinkCategory"] = "æ°å¢é¾æ¥åç±»";
-$messages["link_categories_help"] = "æ°å¢ç½ç«é¾æ¥ä¹åï¼æ¨å¿
é¡»å
建ç«è³å°ä¸ä¸ªé¾æ¥åç±»ã";
-$messages["link_category_name"] = "龿¥åç±»åç§°";
-$messages["link_category_links"] = "龿¥";
-
-// new link category
-$messages["new_link_category_info"] = "龿¥åç±»å¯ä»¥å¸®å©æ¨å°ææç龿¥åé¨å«ç±»ãä»åï¼å½å¨ç½ç«ä¸»é¡µä¸æ¾ç¤ºè¿äºé¾æ¥æ¶ï¼æ¨ä¾¿å¯ä»¥æé¾æ¥åç±»æåºå°æ¾ç¤ºè¿äºé¾æ¥.";
-$messages["newLinkCategory"] = "æ°å¢é¾æ¥åç±»";
-$messages["error_provide_category_name"] = "æ¨å¿
é¡»æä¾é¾æ¥çåç§°ä¸ç½å.";
-$messages["error_adding_link_category"] = "æ°å¢é¾æ¥åç±»æ¶åºç°é误.";
-$messages["link_category_added_ok"] = "龿¥å类已å¢å .";
-
-// edit link category
-
-$messages["edit_link_category"] = "ä¿®æ¹é¾æ¥åç±»";
-$messages["error_updating_link_category"] = "卿´æ°é¾æ¥åç±»æ¶åºéã";
-$messages["link_category_updated_ok"] = "龿¥åç±»æ´æ°æåã";
-$messages["error_fetching_link_category"] = "读å龿¥åç±»èµææ¶åºéã";
-$messages["error_incorrect_link_category_id"] = "龿¥åç±»çæ è¯å·ä¸æ£ç¡®ã";
-
-
-// delete link categories
-$messages["error_no_link_category_selected"] = "æ¨æ²¡æéæ©ä»»ä½è¦å é¤ç龿¥åç±»ã";
-$messages["error_links_in_link_category"] = "æ æ³å é¤ã%sãè¿ä¸ªåç±»ï¼åå æ¯è¿ä¸ªåç±»ä¸è¿æç½ç«é¾æ¥ã请å 餿¤åç±»ä¸çææç½ç«é¾æ¥åï¼åéè¯ä¸æ¬¡ã";
-$messages["error_removing_link_category"] = "å¨å é¤é¾æ¥åç±»ã%sãæ¶åºéã";
-$messages["link_category_deleted_ok"] = "龿¥åç±»ã%sãå·²æåå é¤ã";
-// this error is shown when for some reason the category could not be fetched from the database
-// and we can't show its name
-
-$messages["error_removing_link_category_2"] = "å¨å é¤é¾æ¥åç±»æ¶åºéï¼æ è¯å· = %d";
-// blog settings page
-$messages["blogSettings"] = "ç½å¿è®¾å®";
-$messages["userSettings"] = "ä¸ªäººèµæ";
-$messages["pluginCenter"] = "夿ä¸å¿";
-$messages["Stats"] = "ç»è®¡èµæ";
-$messages["blog_name"] = "ç½å¿åç§°";
-$messages["long_blog_name"] = "ç½å¿ç®ä»";
-$messages["language_used"] = "ç½å¿è¯è¨è®¾å®";
-$messages["items_main_page"] = "æ¨æ³å¨ä¸»é¡µä¸æ¾ç¤ºå¤å°ç¯æç« ï¼";
-$messages["items_as_recent"] = "æ¨æ³å¨ãè¿ææç« å表ã䏿¾ç¤ºå¤å°ç¯æç« ï¼";
-$messages["template_used"] = "è¯·éæ©ä¸ä¸ªç½ç«æ¨¡æ¿ï¼è¯¥æ¨¡æ¿å°å®ä¹æ¨ç½ç«çå¤è§ã";
-$messages["cut_posts"] = "妿å¨é¦é¡µæ¾ç¤ºçæç« è¿é¿ï¼æ¨æ¯å¦è¦å°å
¶å¨ä¸å®çé¿åº¦æªæï¼å¹¶å ä¸ä¸ªãé
读å
¨æã龿¥ï¼";
-$messages["cut_posts_after_characters"] = "æ¨æ³å°æç« å¨å¤å°ä¸ªåç¬¦å¤æªæï¼";
-$messages["enable_wysiwyg_edition"] = "å¯ç¨æè§å³æå¾ï¼WYSIWYGï¼æåç¼è¾å¨ï¼ï¼æ¨å¿
é¡»ä½¿ç¨ Internet Explorer 5.5 以䏿 Mozilla 1.3b 以ä¸çæµè§å¨ï¼";
-$messages["enable_comments"] = "æ¯å¦å¼æ¾å¯¹æææç« çè¯è®ºçè¨æéï¼";
-$messages["yes"] = "æ¯";
-$messages["no"] = "å¦";
-$messages["error_invalid_locale"] = "è¯ç³»è®¾å®åæ°æ æ";
-$messages["error_incorrect_max_recent_items"] = "æ¨å¿
é¡»æ£ç¡®å¡«åæ¨æ³è¦å¨é¦é¡µãè¿ææç« ãåè¡¨ä¸æ¾ç¤ºçæç« æ°ã";
-$messages["error_incorrect_number_of_posts"] = "æ¨å¿
é¡»æ£ç¡®å¡«åæ¨æ³å¨é¦é¡µä¸æ¾ç¤ºçæç« æ°ã";
-$messages["error_incorrect_template"] = "ç½ç«æ¨¡æ¿çå¼ä¸æ£ç¡®ã";
-$messages["error_no_blog_name"] = "æ¨å¿
须为æ¨çå客ç½ç«å个ååã";
-$messages["error_incorrect_show_more_threshold"] = "妿æ¨ä½¿ç¨äºå°è¿é¿çæç« æªæï¼å¹¶å¢å ãé
读å
¨æã龿¥çåè½ï¼æ¨å°±å¿
须设å®ä¸ä¸ªå符æ°ã";
-$messages["error_updating_settings"] = "æ´æ°ç½ç«è®¾å®æ¶åºéã";
-$messages["blog_settings_updated_ok"] = "ç½ç«è®¾å®æ´æ°æåï¼";
-$messages["permanent_blog_url"] = "该å客ç½ç«çæ°¸ä¹
å°åï¼ä¸è½æ´æ¹ï¼";
-
-// user profile page
-
-$messages["username"] = "ç¨æ·åç§°";
-$messages["password"] = "å¯ç ";
-$messages["confirm_password"] = "确认å¯ç ";
-$messages["email_address"] = "çµåé®ä»¶å°å";
-$messages["bio"] = "èªæä»ç»";
-$messages["empty_no_change"] = "妿æ¨ä¸æ³ä¿®æ¹å¯ç ï¼çç½å³å¯";
-$messages["user_settings_updated_ok"] = "ç¨æ·è®¾å®æ´æ°æåã";
-$messages["error_updating_user_settings"] = "æ´æ°è®¾å®æ¶åºéã";
-$messages["error_passwords_dont_match"] = "æ±æï¼æ¨è¾å
¥ç两个å¯ç ä¸ç¸ç¬¦ã";
-$messages["error_incorrect_password"] = "æ±æï¼å¯ç é误ã";
-$messages["error_incorrect_email_address"] = "çµåé®ä»¶å°åæ ¼å¼é误ã";
-
-// plugin center page
-$messages["plugins_available"] = "以䏿¯æ¨¡æ¿ä¸å¯ä»¥ä½¿ç¨ç夿ç¨åºå表";
-$messages["identifier"] = "æ è¯å·";
-$messages["description"] = "ç¸å
³è¯´æ";
-$messages["error_plugins_disabled"] = "æ¬ç«å·²åç¨å¤æç¨åºåè½ã";
-
-// statistics page
-$messages["statistics_info"] = "æç« æ è¯å·å¦æä¸ºï¼ï¼å
¶å«ä¹ä¸ºä¸»ç«çç¹å»æ°ï¼è䏿¯é对æç¯ç¹å®æç« ã";
-$messages["article_id"] = "æç« æ è¯å·";
-$messages["last_hit_date"] = "æåç¹å»æ¥æ";
-$messages["error_fetching_referers"] = "å¨è¯»åæ¬ç«referersèµææ¶åºéã";
-
-// login screen
-$messages["login_page_title"] = "pLogæ§å¶å°";
-$messages["login"] = "ç»é";
-$messages["welcome_message"] = "欢è¿å
临pLog";
-$messages["error_incorrect_username_or_password"] = "徿±æï¼æ¨è¾å
¥çç¨æ·åæå¯ç 䏿£ç¡®ã";
-$messages["error_dont_belong_to_any_blog"] = "徿±æï¼æ¨è¿æ²¡æä½¿ç¨æ¬ç«å客çæéã";
-$messages["error_no_username_or_password"] = "请è¾å
¥ææçç¨æ·åæå¯ç ã";
-$messages["choose_one_blog"] = "æ¨å¯ä»¥ä½¿ç¨ä¸åå客ç½ç«ï¼è¯·éæ©ä¸ä¸ªæ¨æ³è¦ç®¡ççï¼ç¶åè¿å
¥æ§å¶å°ã";
-$messages["continue"] = "ç»§ç»";
-$messages["logout_message"] = "æ¨å·²æåéåºã";
-$messages["logout_message_2"] = "<a href=\"admin.php\">è¯·ææ¤å¤</a>éæ°ç»éï¼æ<a href=\"%1\$s\">åå¾%2\$s</a>.";
-$messages["logout_title"] = "å·²éåº";
-$messages["error_access_forbidden"] = "æ¨ç®å没ææéè¿å
¥æ§å¶å°ã请å
å°<a href=\"admin.php\">è¿é</a>ç»éã";
-
-
-/////
-$messages["blogFilteredContent"] = $messages["filteredContent"];
-$messages["newBlogFilteredContent"] = $messages["newFilteredContent"];
-$messages["blogBlockedHosts"] = $messages["blockedHosts"];
-$messages["newBlogBlockedHost"] = $messages["newBlockedHost"];
-$messages["newBlogUser"] = $messages["createUser"];
-
-//
-// text of the post that will be added to each blog when they sign-up via the register.php script
-//
-$messages["register_default_category"] = "ä¸è¬åç±»";
-$messages["register_default_article_text"] = "妿æ¨è½å¤çå°è¿æ¡æ¶æ¯ï¼è¯´ææ¨å·²ç»æå注åäºæ¬ç«ä¼ååblogç³»ç»ï¼å¼å§blogå§:-)";
-$messages["register_default_article_topic"] = "ç¥è´ºï¼æ¨çblogå·²ç»æåæ³¨åï¼";
-//
-// summary templates text
-//
-
-$messages["summary_title"] = "Blogæ±æ»";
-$messages["summary_section_main"] = "æ±æ»";
-$messages["summary_section_main_link_title"] = "主页";
-$messages["summary_section_register"] = "注å!";
-$messages["summary_section_register_link_title"] = "æ³¨åæ°çblog";
-$messages["summary_section_blog_list"] = "Blogå表";
-$messages["summary_section_blog_list_link_title"] = "æ¬ç«ææçblog";
-$messages["summary_section_faq"] = "F.A.Q.";
-$messages["summary_section_faq_link_title"] = "常è§é®é¢";
-$messages["summary_welcome_title"] = "欢è¿ä½¿ç¨ pLog!";
-
-$messages["summary_most_active_blogs"] = "ææ´»è·çblog";
-$messages["summary_newest_blogs"] = "ææ°çblog";
-$messages["summary_most_commented_articles"] = "å夿å¤çæç« ";
-$messages["summary_most_read_articles"] = "é
读æå¤çæç« ";
-
-$messages["summary_faq"] = "常è§é®é¢";
-$messages["summary_faq_question"] = "è¿æ¯ä»ä¹?";
-$messages["summary_faq_description"] = "ä½ å¯ä»¥ä½¿ç¨è¿é¨åä¸ºä½ çæå¡å¢å FAQ. ç¼è¾æä»¶ templates/summary/faq.template æ¥æ¹åæ¬é¡µçå
容.";
-
-$messages["summary_login"] = "ç»é";
-$messages["summary_other_stuff"] = "Other Stuff";
-$messages["summary_plog_logo"] = "æ¾ç½®ä¸ä¸ªlogoå¦ä½?";
-
-$messages["summary_blog_list"] = "Blogå表";
-$messages["summary_last_updated"] = "æè¿æ´æ°";
-$messages["summary_author"] = "ä½è
";
-$messages["summary_articles"] = "æç« ";
-$messages["summary_reads"] = "é
读";
-
-$messages["summary_welcome_message"] = "<h4 class=\"question\">å
³äºæ¬ç«?</h4>
- <p>You could use this area to give some information about this site.</p>
-
- <ul>
- <li>See the following links for more information: <br />
- <a href=\"summary.php?op=Faq\">FAQ</a></li>
- <li><a href=\"register.php\">Register a new blog here</a></li>
- </ul>";
-
-$messages["summary_latest_posts"] = "ææ°å表";
-$messages["summary_in"] = "in";
-$messages["summary_posted_by"] = "Posted by";
-
-//
-// register templates text
-//
-$messages["register_error"] = "é误";
-$messages["register_error_message"] = "åçäºä¸ä¸ªé误:";
-$messages["register_errors"] = "å¨å¤çæ¶åçäºé误ï¼è¯·æ¥ç:";
-$messages["register_new_blog_step1_title"] = "注åä¸ä¸ªæ°çblog (1/4)";
-$messages["register_step1_fill_in_title"] = "请填å
ä¸é¢ä¿¡æ¯.";
-$messages["register_step1_description"] = "<p>
-é¦å
æä»¬ä¸ºä½ å建ä¸ä¸ªç¨æ·ï¼è¯·éæ©ä¸ä¸ªç¨æ·å (ä¸è½æ¯ç³»ç»ä¸å·²ç»æçï¼æä»¬ä¼éç¥ä½ ç¨æ·åæ¯å¦åå¨) ï¼è¿ä¸ªç¨æ·è¢«è§ä¸ºè¿ä¸ªblogçä¸»äººï¼æ¥æè¿ä¸ªblogææçæé.
-</p>
-<p>
-ä¸è¦å¿è®°ä½ çå¯ç ï¼ä¸æ¦æ³¨åå°±æ æ³æ¢å¤.
-</p>";
-$messages["register_step1_legend"] = "请填å
ä¸é¢ä¿¡æ¯";
-$messages["register_username"] = "ç¨æ·å:";
-$messages["register_password"] = "å¯ç :";
-$messages["register_password_confirmation"] = "确认å¯ç :";
-$messages["register_email"] = "Emailå°å:";
-$messages["register_email_comment"] = "(æå夿¶éç¥ç¨æ·çå°å)";
-
-$messages["register_next"] = "ä¸ä¸æ¥ »";
-
-$messages["register_new_blog_step2_title"] = "æ³¨åæ°çblog (2/4)";
-$messages["register_user_created"] = "ç¨æ·éè¿æ£æ¥, ç°å¨æä»¬å°å建æ¨ç个人blog.";
-$messages["register_step2_description"] = " <p>
- æä»¬éè¦ç¥éä½ çblogåï¼è¿ä¸ªè¿ç¨ç»æåï¼ä½ å¯ä»¥å¨ç®¡ççé¢ä¿®æ¹å®.
- </p>";
-$messages["register_step2_blog_name"] = "ä½ çblogåç§°:";
-
-$messages["register_new_blog_step4_title"] = "谢谢! (4/4)";
-$messages["register_new_blog_step4_description"] = "
- <p>
- 注åç»æï¼ä½ çç¨æ·åblog卿¬ç«å·²ç»æ³¨åæå,ä½ ç°å¨å¯ä»¥ç»éå¹¶å¼å§ä½ çblogï¼
- </p>";
-$messages["register_step4_admin_link"] = "
- <p>
- ç¹å»è¿å¿ <a href=\"admin.php\">管ççé¢</a>å¼å§ç»è¥å±äºä½ èªå·±çblog.
- </p>";
-$messages["register_step4_blog_link1"] = "
- <p>
- æè
ç¹å» <a href=\"";
-
-$messages["register_step4_blog_link2"] = "
-\">è¿å¿è®¿é®ä½ çblog</a>.
- </p>";
-
-$messages["register_step4_final_message"] = "
- <p>
- ç¥ä½ æå¿«ç书åä½ çblog!
- </p>";
-
-
-$messages["register_error_incorrect_username"] = "䏿£ç¡®çç¨æ·åï¼è¯·éæ°è¾å
¥.<br/>";
-$messages["register_error_incorrect_email"] = "Email å°åæ ææè
å·²ç»ä½¿ç¨è¿äºï¼è¯·éè¯. <br/>";
-$messages["register_error_user_already_exist"] = "ç¨æ·åå·²ç»åå¨,请å°è¯æ¢ä¸ä¸ª.<br/>";
-$messages["register_error_incorrect_password"] = "å¯ç æ æï¼è¯·éè¯. <br/>";
-$messages["register_error_passwords_dont_match"] = "å¯ç ä¸å¹é
ï¼è¯·éè¯. <br/>";
-$messages["register_error_adding_user"] = "æ·»å ç¨æ·é误r: ";
-$messages["register_error_creating_blog"] = "å建æ°çblogæ¶åºé";
-$messages["register_error_blog_name"] = "ä½ åºè¯¥ä¸ºä½ çblogéä¸ä¸ªæ´åéçåå.<br/>" ;
-
-//管ççé¢ä¸,ä¸é¢æ¯æ°å¢å çèå䏿ç
-$messages["recent_articles"] = "ææ°æç« " ;
-$messages["recent_comments"] ="ææ°åå¤";
-$messages["recent_resources"] = "ææ°ç¸ç";
-$messages["Manage"] = "管ç";
-$messages["resourceCenter"] = "ç¸çä¸å¿";
-$messages["controlCenter"] = "æ§å¶ä¸å¿";
-$messages["adminSettings"] = "管çå设置";
-$messages["dashboard"] = "æ§å¶é¢æ¿";
-$messages["extended_text"] = "æ©å±ææ¬";
-$messages["categories"] = "åç±»";
-$messages["show_posts_by"] = "æ ¹æ®æ¡ä»¶æ¾ç¤ºæç« ";
-$messages["save_draft_and_continue"] = "åè稿并继ç»";
-$messages["enable_comments_for_post"] = "å
许åå¤";
-$messages["search_terms"] = "æç´¢æ¡ä»¶";
-$messages["show"] = "æ¾ç¤º";
-$messages["posts"] = "æç« æ°";
-$messages["show_main_page"] = "æ¯å¦å¨é¦é¡µæ¾ç¤º";
-$messages["actions"] = "æä½";
-$messages["show_category_in_main_page"] = "æ¯å¦å¨é¦é¡µæ¾ç¤º";
-$messages["show_in_main_page_info"] = "å¨é¦é¡µæ¾ç¤ºæç« ";
-$messages["reset"] = "éç½®";
-$messages["managePosts"] = "æç« 管ç";
-$messages["manageLinks"] = "龿¥ç®¡ç";
-$messages["show_links_by"] = "æ ¹æ®åç±»æ¾ç¤ºé¾æ¥";
-$messages["name"] = "åç§°";
-$messages["link_category_name_info"] = "龿¥åç±»åç§°";
-$messages["add_link_category"] = "å¢å 龿¥åç±»";
-
-$messages["resources"] = "ç¸ç";
-$messages["close_window"] = "å
³éçªå£";
-$messages["select_picture"] = "è¯·éæ©å¾ç";
-$messages["select"] = "éå";
-$messages["newResourceAlbum"] = "æ°å»ºç¸å";
-$messages["newResource"] = "æ°å»ºç¸ç";
-$messages["welcome_resource_center"] = "æ¬¢è¿æ¥å°ç¸çä¸å¿";
-$messages["total_num_resources"] = "ç¸çæ»æ°";
-$messages["total_size"] = "æ»ä½¿ç¨ç©ºé´";
-$messages["show_album"] = "æ¾ç¤ºç¸å";
-$messages["root_album"] = "æ ¹ç¸å";
-$messages["album"] = "ç¸å";
-$messages["parent_album"] = "ä¸çº§ç¸å";
-$messages["add_album"] = "å¢å ç¸å";
-$messages["no_parent_album"] = "没æä¸çº§ç¸å";
-$messages["error_must_create_album_first"] = "é误ï¼å¿
é¡»å
å建ç¸å";
-$messages["add_resource"] = "å¢å ç¸ç";
-
-$messages["manageSettings"] = "管ç设å®";
-$messages["manageBlogUsers"] = "ç¨æ·ç®¡ç";
-$messages["newBlogUser"] = "æ°å»ºç¨æ·";
-$messages["showBlogUsers"] = "ç¨æ·å表";
-$messages["manageBlogTemplates"] = "模æ¿ç®¡ç";
-$messages["newBlogTemplate"] = "æ°å»ºæ¨¡æ¿";
-$messages["blogTemplates"] = "模æ¿å表";
-
- $messages["blog_link"] = "该å客ç½ç«çæ°¸ä¹
å°å";
- $messages["language"] = "è¯è¨";
- $messages["max_main_page_items"] = "é¦é¡µæç« æ°é";
- $messages["max_recent_items"] = "è¿ææç« æ°é";
- $messages["template"] = "模æ¿";
- $messages["use_read_more"] = "使ç¨å»¶ä¼¸æ£æ";
- $messages["use_read_more_feature"] = "使ç¨å»¶ä¼¸æ£æç¹æ§";
- $messages["enable_wysiwyg"] = "ä½¿ç¨æè§å³æå¾ç¼è¾å¨";
- $messages["show_future_posts"] = "æ¾ç¤ºå°æ¥çæç« ";
- $messages["comments_order"] = "å夿å顺åº";
- $messages["categories_order"] = "æç« åç±»æå顺åº";
- $messages["link_categories_order"] = "龿¥åç±»æå顺åº";
- $messages["time_offset"] = "æ¨çå客æå¡å¨ä¸æ¨æå¨å°çæ¶å·®";
-
-$messages["most_recent_updated_first"] = "æè¿æ´æ°æå¤çå¨å";
-$messages["oldest_first"] = "æ§çå¨å";
-$messages["newest_first"] = "æ°çå¨å";
-$messages["alphabetical_order"] = "æåæ¯é¡ºåº";
-$messages["reverse_alphabetical_order"] = "æåæ¯éåº";
-$messages["most_articles_first"] = "æç« æå¤çå¨å";
-$messages["most_links_first"] = "龿¥æå¤çå¨å";
-$messages["most_links_last"] = "龿¥æå¤çå¨å";
-
-$messages["full_name"] = "å
¨å";
-$messages["user_picture"] = "ç¨æ·å¾å";
-$messages["referrer"] = "éå龿¥";
-
-$messages["Users"] = "ç¨æ·ç®¡ç";
-$messages["createUser"] = "åå»ºç¨æ·";
-$messages["editSiteUsers"] = "ç¼è¾ç¨æ·";
-$messages["Blogs"] = "blog管ç";
-$messages["createBlog"] = "å建blog";
-$messages["editSiteBlogs"] = "ç¼è¾blog";
-$messages["Locales"] = "æ¬å°å管ç";
-$messages["newLocale"] = "å建æ°çæ¬å°å";
-$messages["siteLocales"] = "ç«ç¹æ¬å°å";
-$messages["Templates"] = "模æ¿ç®¡ç";
-$messages["newTemplate"] = "æ°å»ºæ¨¡æ¿";
-$messages["siteTemplates"] = "ç«ç¹æ¨¡æ¿";
-$messages["GlobalSettings"] = "å
¨å±è®¾ç½®";
-$messages["editSiteSettings"] = "ç«ç¹è®¾ç½®";
-$messages["summarySettings"] = "æ±æ»è®¾ç½®";
-$messages["templateSettings"] = "模æ¿è®¾ç½®";
-$messages["urlSettings"] = "url设置";
-$messages["emailSettings"] = "çµé®è®¾ç½®";
-$messages["uploadSettings"] = "ä¸ä¼ 设置";
-$messages["helpersSettings"] = "帮å©è®¾ç½®";
-$messages["interfacesSettings"] = "æ¥å£è®¾ç½®";
-$messages["securitySettings"] = "å®å
¨è®¾ç½®";
-$messages["bayesianSettings"] = "bayesian设置";
-$messages["resourcesSettings"] = "ç¸ç设置";
-$messages["searchSettings"] = "æç´¢è®¾ç½®";
-$messages["site_stats"] = "ç«ç¹ç»è®¡";
-$messages["number_blogs"] = "blogæ°é";
-$messages["number_users"] = "ç¨æ·æ°é";
-$messages["number_posts"] = "æç« æ°é";
-$messages["number_posts_today"] = "仿¥æç« æ°é";
-$messages["number_posts_this_month"] = "æ¬ææç« æ°é";
-$messages["clean_up"] = "æ¸
é¤";
-$messages["purge_info"] = "æ¸
é¤ä¿¡æ¯";
-$messages["spam_info"] = "åå¾ä¿¡æ¯";
-$messages["purge_posts"] = "æ¸
é¤æç« ";
-$messages["purge_spam_comments"] = "æ¸
é¤åå¾åå¤";
-
-$messages["assigned_to_blog"] = "æå®æå±blog";
-$messages["add_user"] = "å¢å ç¨æ·";
-$messages["show_users_by"] = "æ ¹æ®æ¡ä»¶æ¾ç¤ºç¨æ·";
-$messages["user_status_all"] = "ææç¨æ·ç¶æ";
-$messages["user_status_active"] = "æ¿æ´»";
-$messages["user_status_disabled"] = "ç¦æ¢";
-
-$messages["blog_owner"] = "blogææè
";
-$messages["show_blogs_by"] = "æ ¹æ®æ¡ä»¶æ¾ç¤ºblog";
-$messages["blog_title"] = "blogåç§°";
-$messages["quota"] = "é
é¢";
-$messages["blog_status_all"] = "blogææç¶æ";
-$messages["blog_status_active"] = "æ¿æ´»";
-$messages["blog_status_disabled"] = "ç¦æ¢";
-
-$messages["upload_locale"] = "ä¸ä¼ æ¬å°åæä»¶";
-$messages["use_this_form_to_upload_locale"] = "ä½¿ç¨æ¬è¡¨åä¸ä¼ æ¬å°åæä»¶";
-$messages["locale_file"] = "æ¬å°åæä»¶";
-$messages["manually_add_locale"] = "æå·¥æ·»å æ¬å°åæä»¶";
-$messages["use_this_form_if_cant_upload_locale"] = "妿ä¸è½ä¸ä¼ è¯·ä½¿ç¨æ¬è¡¨å";
-$messages["scan_locales"] = "æç´¢æ¬å°åæä»¶";
-$messages["locale_code"] = "æ¬å°åæä»¶ä»£ç ";
-$messages["locale_encoding"] = "æ¬å°åæä»¶ç¼ç ";
-
-$messages["use_this_form_to_upload_template"] = "ä½¿ç¨æ¬è¡¨åä¸ä¼ 模æ¿";
-$messages["template_file"] = "æ¨¡æ¿æä»¶";
-$messages["manually_add_template"] = "æå·¥æ·»å æ¨¡æ¿æä»¶";
-$messages["use_this_form_if_cannot_upload_template"] = "妿ä¸è½ä¸ä¼ ä½¿ç¨æ¬è¡¨å";
-$messages["upload_template"] = "ä¸ä¼ 模æ¿";
-$messages["scan_templates"] = "æ«ææ¨¡æ¿";
-$messages["templates_available_for_all"] = "æææ¨¡æ¿å表";
-$messages["error_no_new_templates_found"] = "æ²¡ææ°æ¨¡æ¿å¯ä¾ä½¿ç¨";
-
-
-//ä¸é¢æ¯å
¨å±è®¾ç½®çä¸äºåé
-$messages["site_admin"] = "å
¨ç«ç³»ç»ç®¡ç";
-$messages["site_stats"] = "ç½ç«ç»è®¡";
-$messages["add_user"] = "æ°å¢ç¨æ·";
-$messages["users"] = "ç¨æ·ç®¡ç";
-$messages["add_blog"] = "æ°å¢å客";
-$messages["blogs"] = "å客管ç";
-$messages["locales"] = "è¯ç³»è®¾å®";
-$messages["add_locale"] = "æ°å¢è¯ç³»";
-$messages["templates"] = "模æ¿ç®¡ç";
-$messages["add_template"] = "æ°å¢æ¨¡æ¿";
-$messages["global_settings"] = "å
¨å±è®¾ç½®";
-$messages["site_settings"] = "å客设置";
-$messages["help_comments_enabled"] = "æ¯å¦å¯ç¨å
¨ç«çè¯è®ºçè¨åè½ã";
-$messages["help_beautify_comments_text"] = "å¨ç¨æ·å表è¯è®ºçè¨æ¶ï¼ä¸æ¹å仿è¾å
¥çæåæ ¼å¼ã";
-$messages["help_rdf_enabled"] = "æ¯å¦å¯ç¨ææ°æç« çRDF FEEDï¼RDFç½ç«æè¦ï¼åè½ã";
-$messages["help_temp_folder"] = "pLogç³»ç»æ§è¡æäºæä½æ¶è¦ç¨å°çä¸´æ¶æä»¶å¤¹è·¯å¾ã";
-$messages["help_base_url"] = "ç½ç«çç½åï¼URLï¼ï¼è¯·è®¤çæ ¸å¯¹ã";
-$messages["help_show_posts_max"] = "å¨ç½ç«é¦é¡µæ¾ç¤ºçæç« æ°éï¼ç¼ºçå¼ï¼ã";
-$messages["help_recent_posts_max"] = "å¨é¦é¡µãè¿ææç« ãåè¡¨ä¸æ¾ç¤ºçæç« æ°éï¼ç¼ºçå¼ï¼ã";
-$messages["help_template_folder"] = "ç½ç«æ¨¡æ¿æä»¶çç®å½ã";
-$messages["help_default_template"] = "æ°å¢å客ç½ç«çç¼ºçæ¨¡æ¿ã";
-$messages["help_defalut_locale"] = "æ°å¢å客ç½ç«æä½¿ç¨ç缺çè¯è¨ï¼æ§å¶å°çç»é页é¢å°ä½¿ç¨ç¸åçè¯è¨ï¼";
-$messages["help_html_allowed_tags_in_comments"] = "ç¨æ·å表è¯è®ºæ¶ï¼å¯ä»¥ä½¿ç¨çHTMLæ ç¾ã";
-$messages["help_referer_tracker_enabled"] = "妿ç½ç«æ¥æ¶å°çREQUEST请æ±ä¸å«æREFERERä¿¡æ¯ï¼æ¯å¦å°åºæ¬çREFERERä¿¡æ¯åå
¥æ°æ®åºã";
-$messages["help_rss_parser_enabled"] = "妿æ¨çç½ç«æ¨¡æ¿ä¸æRSS PARSER(RSSè§£æå¨ï¼ï¼ä¾¿å¯å¨æ¨çç½ç«ä¸æ¾ç¤ºæ¥èªå
¶å®ç«ç¹çæ°é»ãæ¨æ¯å¦è¦å¯ç¨æ¤åè½ï¼";
-$messages["help_show_more_enabled"] = "æ¯å¦å¯ç¨ãé
读å
¨æã龿¥åè½ã";
-$messages["help_show_more_threshold"] = "å¨å å
¥ãé
读å
¨æã龿¥åï¼åºè¯¥æ¾ç¤ºå¤å°ä¸ªå符çå
容ã";
-$messages["help_update_article_reads"] = "ç½ç«æå
建ç计æ°å¨ï¼å¯ä»¥ç»è®¡æ¯ç¯æç« çç¹å»æ°ãæ¨æ¯å¦æ³å¯ç¨æ¤åè½ã";
-$messages["help_request_format_mode"] = "妿æ¨è®¾å®ä¸ºãä¸è¬ç½åãï¼é£ä¹ç³»ç»ä¾¿ä¼äº§çæ£å¸¸çç½åã妿æ¨éç¨ãæç´¢å¼ææäºæ¥æ¾çç½åãï¼Search Engine Friendly)ï¼å产ççç½å便ä¸ä¼å
å«ç¹æ®å符ï¼ä¾¿äºæç´¢å¼æå徿¨ç½ç«ä¸çå
容ãä¸è¿è¦æ¯ææ¤åè½ï¼æ¨ç主æºç©ºé´å¿
须使ç¨Apacheæå¡å¨ï¼å¹¶ä¸è¦è½å¤ä½¿ç¨.htaccessæä»¶ã";
-$messages["help_xmlrpc_ping_enabled"] = "å½åè¡¨æ°æç« æ¶ï¼æ¯å¦è¦å以ä¸ç«ç¹åéXMLRPCéåã";
-$messages["help_xmlrpc_ping_hosts"] = "æ¥åXMLRPCéåçç½ç«åè¡¨ï¼æ¯ä¸ªç½ååç¬ä¸è¡ï¼æ°ç®ä¸éã";
-$messages["help_trackback_server_enabled"] = "æ¯å¦æ¥åå«çç½ç«ååºçå¼ç¨éåï¼TrackBackï¼ã";
-$messages["help_htmlarea_enabled"] = "æ¯å¦å¯ç¨æè§å³æå¾ï¼WYSIWYGï¼æç« ç¼è¾å¨ã";
-$messages["help_plugin_manager_enabled"] = "æ¯å¦å¯ç¨å¤æç¨åºã";
-$messages["help_check_email_address_validity"] = "å¨ç¨æ·ç³è¯·æ³¨åæ°å客ç«ç¹æ¶ï¼æ¯å¦è¦è®¤è¯ä»æå¡«åççµåé®ä»¶å°åã";
-$messages["help_summary_page_show_max"] = "卿è¦ï¼SUMMARYï¼é¡µé¢ä¸è¦æ¾ç¤ºå¤å°é¡¹ç®ã";
-$messages["help_minimum_password_length"] = "å¯ç æå°è¦æå¤å°ä¸ªå符ã";
-$messages["help_users_can_add_templates"] = "æ¯å¦å
è®¸ç¨æ·å å
¥èªå·±ç模æ¿ã";
-$messages["help_email_service_enabled"] = "æ¯å¦å¯ç¨ç¨äºå¯ééç¥ä¿¡å½ççµåé®ä»¶æå¡ã";
-$messages["help_post_notification_source_address"] = "ç³»ç»éç¥ä¿¡å½ä¸çå¯ä»¶äººçµåé®ä»¶å°åã";
-$messages["help_email_service_type"] = "ç¨æ¥åéçµåé®ä»¶çæ¹æ³ï¼è¯·å¨ä»¥ä¸åç§æ¹æ³ä¸éæ©ä¸ä¸ªãå¹¶è¯·è®°ä½æ£æ¥ä¸å设置";
-$messages["help_smtp_host"] = "妿éç¨SMTPå¯éçµåé®ä»¶ï¼è¯·è¾å
¥æ¨è¦ç¨æ¥åéé®ä»¶ç主æºã";
-$messages["help_smtp_port"] = "ä¸é¢è®¾å®çSMTPæå¡å¨ç端å£ï¼portï¼";
-$messages["help_smtp_use_authentication"] = "SMTPæå¡å¨æ¯å¦éè¦ææè®¤è¯ã妿éè¦çè¯ï¼è¯·ç»§ç»å¡«å以ä¸ä¸¤é¡¹è®¾ç½®ã";
-$messages["help_smtp_username"] = "妿SMTPæå¡å¨éè¦ææè®¤è¯ï¼è¯·å¡«åç¨æ·è´¦å·ã";
-$messages["help_smtp_password"] = "妿SMTPæå¡å¨éè¦ææè®¤è¯ï¼è¯·å¡«åç¨æ·å¯ç ã";
-$messages["help_uploads_enabled"] = "æ¯å¦å¯ç¨ä¸ä¼ æä»¶åè½ãè¿ä¸ªåè½ä¼å½±åå°ç¨æ·è½å¦ä¸ä¼ æ°ç模æ¿å
ï¼åè½å¦åç°å模æ¿ä¸æ·»å æä»¶ã";
-$messages["help_maximum_file_upload_size"] = "å
è®¸ç¨æ·ä¸ä¼ æä»¶çæå¤§åèæ°ã";
-$messages["help_upload_forbidden_files"] = "ç¦æ¢ç¨æ·ä¸ä¼ çæä»¶ç±»åãä½ å¯ä»¥å¶å®ä»»ææ°éçæä»¶ç±»åï¼ä¸¤ä¸ªç±»åä¹é´ç¨ç©ºæ ¼å离ã";
-$messages["help_path_to_tar"] = "ãtarãå½ä»¤æå¨ç®å½ã";
-$messages["help_path_to_gzip"] = "ãgzipãå½ä»¤æå¨ç®å½ã";
-$messages["help_path_to_bz2"] = "ãbzip2ãå½ä»¤æå¨ç®å½ã";
-$messages["help_path_to_unzip"] = "ãunzipãå½ä»¤æå¨ç®å½ã";
-
-$messages["add_user_give_information"] = "è¦æ°å¢ä¸ä¸ªç¨æ·ï¼è¯·å¡«å以ä¸ä¿¡æ¯ã";
-
-$messages["site_registered_users"] = "以䏿¯ææç注åç¨æ·å表ã";
-
-$messages["add_blog_give_information"] = "è¦æ°å¢ä¸ä¸ªå客ï¼è¯·å¡«å以ä¸ä¿¡æ¯ã";
-$messages["blog_title"] = "å客ç½ç«çåç§°";
-$messages["blog_owner"] = "å客ç½ç«ç®¡çå";
-$messages["site_registered_blogs"] = "以䏿¯ææå客çå表ã";
-$messages["edit_users"] = "管çç¨æ·";
-
-$messages["upload_locale"] = "ä¸ä¼ è¯è¨æä»¶";
-$messages["use_this_form_to_upload_locale"] = "请使ç¨ä»¥ä¸è¡¨æ ¼ä¸ä¼ ä¸ä¸ªè¯è¨æä»¶å°æ¨çæå¡å¨ï¼å¦ææ¨ä¸è½ä¸ä¼ æä»¶çè¯ï¼è¯·ä½¿ç¨ä¸é¢çå¦ä¸ä¸ªè¡¨æ ¼ã";
-$messages["locale_file"] = "æä»¶";
-$messages["manually_add_locale"] = "æå¨æ¹å¼å¢å è¯è¨æä»¶";
-$messages["use_this_form_if_cant_upload_locale"] = "å¦ææ¨æ æ³éè¿æµè§å¨å°æä»¶ä¸ä¼ å°æ¨çæå¡å¨ï¼è¯·ä½¿ç¨è¿ä¸ªè¡¨æ ¼ã注æï¼æ¨å¿
é¡»å
å°è¯è¨æä»¶å¤å¶å°ä¸»æºçlocaleç®å½ä¸ï¼å¦åä¼åºéã";
-$messages["locale_code"] = "è¯è¨ä»£ç ";
-$messages["locale_encoding"] = "ç¼ç æ¹å¼";
-
-$messages["template_will_be_available_for_all"] = "ç³»ç»ä¸ææçå客ç½ç«ä»åé½å¯ä»¥ä½¿ç¨è¿ä¸ªæ°æ¨¡æ¿ã";
-
-$messages["use_this_form_to_upload_template"] = "æ¨å¯ä»¥ä½¿ç¨æ¤è¡¨æ ¼å°æ°æ¨¡æ¿ä¸ä¼ å°æå¡å¨ãå¦ææ¨æ æ³ç¨æµè§å¨ä¸ä¼ ï¼è¯·ä½¿ç¨ä¸é¢çè¡¨æ ¼ãä¸ä¼ çæ¨¡æ¿æä»¶å¿
é¡»æ¯zipãtar.gzætar.bz2æ ¼å¼çå缩æä»¶ã";
-$messages["locale_file"] = "æä»¶";
-$messages["upload_template"] = "ä¸ä¼ 模æ¿";
-$messages["manually_add_template"] = "æå¨æ¹å¼å¢å 模æ¿";
-$messages["use_this_form_if_cannot_upload_template"] = "å¦ææ¨æ æ³éè¿æµè§å¨å°æ¨¡æ¿æä»¶ä¸ä¼ å°æ¨çæå¡å¨ï¼è¯·ä½¿ç¨è¿ä¸ªè¡¨æ ¼ã注æï¼æ¨å¿
é¡»å
å°æ¨¡æ¿æä»¶å¤å¶å°ä¸»æºçtemplateç®å½ä¸ï¼å¦åä¼åºéã";
-$messages["template_id"] = "æ¨¡æ¿æ è¯å·ï¼IDï¼";
-
-$messages["templates_available_for_all"] = "æ¬æ¨¡æ¿å¯ä¾ç³»ç»ä¸ææçå客ç½ç«ä½¿ç¨ã";
-$messages["add_file"] = "æ°å¢æä»¶";
-
-$messages["setting_name"] = "åç§°";
-$messages["setting_value"] = "æ°å¼";
-$messages["setting_description"] = "ç¸å
³è¯´æ";
-
-$messages["plain"] = "æ®éç½å";
-$messages["search_engine_friendly"] = "æç´¢å¼ææäºæå¯»çç®æ´ç½å";
-
-$messages["general_settings"] = "ä¸è¬è®¾ç½®";
-$messages["helper_tools_settings"] = "帮å©å·¥å
·è®¾ç½®";
-$messages["uploads_settings"] = "ä¸ä¼ æä»¶è®¾ç½®";
-$messages["email_settings"] = "çµåé®ä»¶è®¾ç½®";
-
-$messages["number_blogs"] = "å客ç½ç«æ°";
-$messages["number_users"] = "ç¨æ·æ°";
-$messages["number_posts"] = "æç« æ°";
-$messages["number_posts_today"] = "仿¥å表æç« æ°";
-$messages["number_posts_this_month"] = "æ¬æå表æç« æ°";
-
-$messages["date"] = "æ¥æ";
-$messages["time"] = "æ¶é´";
-
-$messages["comments_order"] = "è¯è®ºçè¨æåºæ¹å¼:";
-$messages["oldest_first"] = "æ§çå¨å";
-$messages["newest_first"] = "æ°çå¨å";
-
-$messages["blog"] = "å客ç½ç«";
-$messages["blog_id"] = "å客ç½ç«æ è¯ç¬¦ï¼IDï¼";
-
-$messages["blog_users"] = "å客ç½ç«ç¨æ·";
-$messages["available_users"] = "Available Users";
-$messages["add"] = "æ°å¢";
-$messages["remove"] = "å é¤";
-
-$messages["user_id"] = "ç¨æ·ID";
-
-$messages["new_password"] = "æ°å¯ç ";
-$messages["has_administrator_privileges"] = "æ¥æç®¡çåæé";
-$messages["related_to_the_following_blogs"] = "è¯¥ç¨æ·å¯ä»¥ä½¿ç¨çå客ç½ç«";
-
-$messages["add_user_to_blog_form"] = "æ¨å¯ä»¥ç¨ä»¥ä¸è¡¨æ ¼ï¼å°å
¶ä»ç¨æ·å å
¥æ¨çå客ä½è
è¡åä¸ãç¨æ·å¨å å
¥ä¹åï¼å¯ä»¥å表æç¼è¾æç« ï¼ä½æ¯ä¸è½å¤ä¿®æ¹æ¨çå客ç½ç«è®¾å®ã";
-$messages["add_user_enter_username"] = "请è¾å
¥è¿ä½ç¨æ·çå¸å·ãå¦æç³»ç»ä¸æ²¡æè¿ä¸ªå¸å·ï¼ä¾¿æ æ³å å
¥ã";
-$messages["add_user_send_notification"] = "ç¨çµåé®ä»¶éç¥è¿åç¨æ·ã";
-$messages["add_user_type_notification"] = "请è¾å
¥ä¿¡ä»¶çå
容";
-
-$messages["following_users_have_permissions"] = "以䏿¯å客ç½ç«ä¸çä½è
ååãä»ä»¬å¯ä»¥æ°å¢ãç¼è¾æå é¤å客å
容ï¼ä½æ¯ä¸è½å¤ä¿®æ¹è¿ä¸ªå客ç½ç«çç¸å
³è®¾å®ã";
-$messages["revoke_permissions"] = "åæ¶ä½¿ç¨æé";
-
-$messages["add_blog_template"] = "æ°å¢æ¨¡æ¿";
-$messages["manually_add_blog_template"] = "æå¨æ¹å¼æ°å¢æ¨¡æ¿";
-$messages["template_available_only_for_this_blog"] = "è¿ä¸ªæ¨¡æ¿ä»
便¨ç®åæå¨çå客ç½ç«ä½¿ç¨ã";
-$messages["use_form_to_upload_blog_template"] = "æ¨å¯ä»¥ç¨è¿ä¸ªè¡¨æ ¼ï¼å°æ¨¡æ¿å®è£
å
ä¸ä¼ å°æå¡å¨ä¸ãå¦ææ¨æ²¡æåæ³ç¨æµè§å¨ä¸ä¼ ï¼è¯·ä½¿ç¨ä¸æ¹çå¦ä¸ä¸ªè¡¨æ ¼ãä¸ä¼ æä»¶å¿
é¡»æ¯ä»¥zipãtar.gzætar.bz2æ ¼å¼çå缩æä»¶ã";
-$messages["use_form_if_cannot_upload_blog_template"] = "å¦ææ¨æ²¡æåæ³ç¨æµè§å¨ä¸ä¼ 模æ¿å®è£
å
ï¼è¯·ä½¿ç¨è¿ä¸ªè¡¨æ ¼ãæ¨å¨æ¤æè¾å
¥çæä»¶åå¿
é¡»ä¸å¨æ¨¡æ¿ç®å½ä¸çæä»¶ç¸ç¬¦ï¼ä¸ç¶å°±ä¼äº§çé误ã";
-
-$messages["blog_templates"] = "å客模æ¿";
-$messages["templates_only_available_for_this_blog"] = "以䏿¯å¯ä¾ç®åæå¨å客ç½ç«ä½¿ç¨ç模æ¿ã.";
-
-$messages["add_file_to_blog_template"] = "æ°å¢æä»¶å°å客模æ¿ä¸";
-$messages["upload_file_to_blog_template"] = "请ä¸ä¼ æ¨æ³è¦å å
¥å°æ¨¡æ¿ä¸çæä»¶ã";
-
-$messages["error_user_id_incorrect"] = "ç¨æ·ID䏿£ç¡®ã";
-$messages["error_incorrect_user_id"] = $messages["error_user_id_incorrect"];
-$messages["error_fetching_user_information"] = "å¨è¯»åç¨æ·èµææ¶åçé误ã";
-$messages["error_password_incorrect"] = "å¯ç 太çæå¯ç é误ã";
-$messages["error_updating_user_settings"] = "ææ²¡æåæ³æ´æ°è¿ä½ç¨æ·ç设å®ã";
-$messages["user_settings_updated_ok"] = "ç¨æ·ã%sãçè®¾å®æåæ´æ°ã";
-$messages["error_no_users_selected_to_add"] = "æ¨æ²¡æéæ©è¦æ°å¢çç¨æ·ã";
-$messages["user_added_to_blog_ok"] = "ç¨æ·ã%sãå·²ç»æåå å
¥ä½è
è¡åã";
-$messages["error_adding_user_to_blog"] = "å¨å å
¥ç¨æ·ã%sãæ¶åçé®é¢ã";
-$messages["error_no_users_selected_to_remove"] = "æ¨æ²¡æéæ©è¦å é¤çç¨æ·ã";
-$messages["user_removed_from_blog_ok"] = "ç¨æ·ã%sãå·²ç»ä»ä½è
è¡åä¸å é¤ã";
-$messages["error_removing_user_from_blog"] = "å¨å é¤ç¨æ·ã%sãæ¶åçé®é¢ã";
-
-$messages["error_incorrect_plugin_id"] = "夿ç¨åºID䏿£ç¡®ã";
-$messages["error_configuring_plugin"] = "å¨è®¾å®å¤æç¨åºæ¶åçé®é¢ï¼";
-$messages["site_config_saved_ok"] = "ç½ç«è®¾å®å·²æåå¨åã";
-$messages["error_saving_site_config"] = "å¨å¨åç½ç«è®¾ç½®æ¶åçé®é¢ã";
-$messages["error_incorrect_blog_owner"] = "è¦è®¾å®ä¸ºå客ç½ç«ç®¡çåçç¨æ·ä¸åå¨ã";
-$messages["error_updating_blog_settings"] = "卿´æ°ã%sãè¿ä¸ªå客ç½ç«çè®¾å®æ¶åçé®é¢ã";
-$messages["blog_settings_updated_ok"] = "å客ç½ç«ã%sãç设置已æåæ´æ°ã";
-
-$messages["error_fetching_users"] = "å¨è¯»åè¿ä¸ªå客ç½ç«çç¨æ·èµææ¶åçé®é¢ã";
-
-$messages["error_fetching_blogs"] = "å¨ä»ç³»ç»ä¸è¯»åå客ç½ç«å表æ¶åçé®é¢ã";
-
-$messages["error_incorrect_template_id"] = "模æ¿ID䏿£ç¡®æä¸åå¨ã";
-
-$messages["error_no_users_selected"] = "æ¨æ²¡æéæ©è¦å é¤çç¨æ·ã";
-$messages["error_could_not_find_user"] = "å¨ç³»ç»ä¸æ¾ä¸å°ã%sãè¿ä½ç¨æ·ã";
-$messages["error_deleting_user"] = "å¨å é¤ç¨æ·ã%sãæ¶åçé误ã";
-$messages["user_deleted_ok"] = "ç¨æ·ã%sãå·²æåå é¤ã";
-
-$messages["error_must_give_blog_name"] = "æ¨å¿
é¡»è¾å
¥è¿ä¸ªå客ç½ç«çæ£ç¡®åç§°ã";
-$messages["error_adding_blog"] = "å¨å°è¿ä¸ªå客ç½ç«å å
¥æ°æ®åºæ¶åçé误ã";
-$messages["blog_added_ok"] = "æ°çå客ç½ç«ã%sãå·²æåå å
¥æ°æ®åºä¸ã";
-
-$messages["error_template_not_inside_folder"] = "æ¨¡æ¿æä»¶å¿
é¡»æ¾å¨æä¸ªç®å½ä¸ã";
-$messages["error_missing_base_files"] = "å¨è¿ä¸ªæ¨¡æ¿è®¾ç½®ä¸æäºåºæ¬æä»¶ä¸è§äºã";
-$messages["error_unpacking"] = "å¨è§£å缩æ¶åçé误ã";
-$messages["error_forbidden_extensions"] = "å¨è¿ä¸ªæ¨¡æ¿ä¸æäºæä»¶è¢«ç¦æ¢è®¿é®ã";
-$messages["error_creating_working_folder"] = "卿£æ¥æ¨¡æ¿æ¶åçé误ã";
-$messages["error_checking_template"] = "模æ¿åçé误 (code = %s)";
-$messages["error_add_template_disabled"] = "æ¬ç«ä¸å
è®¸ç¨æ·æ°å¢æ¨¡æ¿æä»¶ã";
-$messages["error_must_upload_file"] = "æ¨å¿
é¡»ä¸ä¼ æä»¶ã";
-$messages["error_no_template_name"] = "æ¨å¿
é¡»è¾å
¥æ¨¡æ¿åç§°ã";
-$messages["error_uploads_disabled"] = "æ¬ç«å·²å
³éæä»¶ä¸ä¼ åè½ã";
-$messages["error_installing_template"] = "å¨å®è£
æ¨¡æ¿æ¶åçé误ã";
-$messages["template_installed_ok"] = "æ°ç模æ¿ã %sãå·²ç»æåå®è£
宿ã";
-
-$messages["error_adding_template_file"] = "å¨å°æä»¶å å
¥æ¨¡æ¿æ¶åçé误ã";
-$messages["error_file_forbidden"] = "ç³»ç»ä¸å
许æ¨ä¸ä¼ è¿ä¸ªç±»åçæä»¶ã";
-$messages["error_file_too_big"] = "æä»¶å¤ªå¤§ï¼ä¸ä¼ çæä»¶ä¸è½è¶
è¿ %s åèã";
-$messages["template_file_added_ok"] = "æä»¶å·²æåæ°å¢è³ã%sãæ¨¡æ¿ä¸ã";
-
-$messages["error_plugin_cannot_be_configured"] = "æ¨ä¸è½å¤å¯¹è¿ä¸ªå¤æç¨åºè¿è¡è®¾å®ã";
-
-$messages["error_incorrect_username"] = "ç¨æ·åç§°ä¸æ£ç¡®ã";
-$messages["error_username_already_exists"] = "å·²ç»æäººæ³¨åäºç¸åçåç§°äºã";
-$messages["error_adding_user"] = "å¨å°ç¨æ·å å
¥æ°æ®åºæ¶åçé误ã";
-$messages["user_added_ok"] = "æ°å¢ç¨æ·å¸å·ã%sãæåã";
-
-$messages["error_no_blogs_selected"] = "æ¨å¿
é¡»è¦éæ©æ¨æ³è¦å é¤çå客ç½ç«ã";
-$messages["error_blog_is_default_blog"] = "ã%sãæ¯ç³»ç»ç¼ºçå客ç½ç«ï¼æ æ³å é¤ã";
-$messages["blog_deleted_ok"] = "ã%sãå客ç½ç«å·²æåå é¤ã";
-$messages["error_deleting_blog"] = "å¨å é¤ã%sãè¿ä¸ªå客ç½ç«æ¶åçé误ã";
-
-$messages["error_no_templates_selected"] = "æ¨æ²¡æéæ©ä»»ä½æ¨¡æ¿ï¼æ æ³å é¤ã";
-$messages["error_removing_template"] = "å¨å 餿¨¡æ¿ã%sãæ¶åçé误ã";
-$messages["template_removed_ok"] = "ã%sãæ¨¡æ¿å·²æåå é¤ã";
-$messages["error_no_users_selected_to_remove_from_blog"] = "æ¨æ²¡æéæ©ä»»ä½è¦ä»è¿ä¸ªå客ç½ç«å é¤çä½è
ã";
-$messages["error_removing_user_from_blog"] = "å¨å°ç¨æ·ã%sã仿¬å客ç½ç«ä½è
è¡åä¸å 餿¶åçé误ã";
-$messages["user_removed_from_blog_ok"] = "ç¨æ·ã%sãå·²ç»æå仿¬ç«ä½è
è¡åä¸å é¤ã";
-
-$messages["error_incorrect_locale_code"] = "æ¨æè¾å
¥çè¯ç³»ä»£ç 䏿£ç¡®ã";
-$messages["error_invalid_locale_file"] = "è¿ä¸ªæä»¶ä¸æ¯æ£ç¡®çè¯ç³»æä»¶ã";
-$messages["error_adding_locale_file"] = "卿°å¢è¯ç³»æä»¶æ¶åçé误ãè¯·ç¡®å®æä»¶å·²ç»ä¸ä¼ å°è¯ç³»æä»¶ç®å½ä¸ï¼å¹¶ä¸æ£æ¥æä»¶æéæ¯å¦æ£ç¡®ã";
-$messages["locale_added_ok"] = "è¯ç³»ã%sãå·²ç»æåæ°å¢";
-$messages["error_saving_locale"] = "å¨å°æ°çè¯ç³»æä»¶å¨åè³è¯ç³»æä»¶ç®å½æ¶åçé误ãè¯·æ£æ¥æä»¶ç®å½çåå
¥æéæ¯å¦æ£ç¡®ã";
-
-$messages["error_no_locales_selected"] = "æ¨æ²¡æéæ©è¦å é¤çè¯ç³»ã";
-$messages["error_deleting_only_locale"] = "æ¨ä¸å¯ä»¥å é¤è¿ä¸ªè¯ç³»æä»¶ï¼å ä¸ºè¿æ¯ç³»ç»ä¸ç®åå¯ä¸çè¯ç³»æä»¶ã";
-$messages["locale_deleted_ok"] = "ã%sãè¯ç³»å·²æåå é¤ã";
-$messages["error_deleting_locale"] = "å¨å é¤ã%sãè¯ç³»æ¶åçé误ã";
-$messages["error_cant_delete_default_locale"] = "æ¨ä¸å¯ä»¥å é¤ã%sãè¯ç³»ï¼å ä¸ºè¿æ¯ç³»ç»ç®åç缺çè¯ç³»ã";
-$messages["plugin_config"] = "夿ç¨åºè®¾å®";
-$messages["use_read_more_feature"] = "æ¨æ¾å¨é¦é¡µçæç« åªè¦æ¾ç¤ºãæ£æãé¨åï¼èä¸è¦æ¾ç¤ºãå»¶ä¼¸æ£æãï¼";
-$messages["extended_text"] = "å»¶ä¼¸æ£æï¼æ¨å¨æ¤è¾å
¥çæååªä¼å¨æ¾ç¤ºåç¯æç« æ¶æ¾ç¤ºï¼é¤éæ¨å¨ã设å®ã页é¢ä¸ä¿®æ¹äºè®¾å®ã";
-
-$messages["error_must_give_post_intro"] = "æ¨å¿
é¡»è¦è¾å
¥è¿ç¯æç« çä»ç»æåã";
-$messages["error_no_albums_defined"] = "æ±æï¼è¿ä¸ªåå®¢è¿æ²¡æå建ç¸åï¼è¯·ç¨å访é®ã";
-$messages["error_fetching_album"] = "å¨è¯»åæå®ç¸åæ¶åçé误ã";
-$messages["comment_marked_as_spam_ok"] = "æ¨å·²ç»æåå°æ¬ç¯è¯è®ºçè¨æ 示为åå¾çè¨ã";
-$messages["comment_marked_as_nonspam_ok"] = "æ¨å·²ç»æåå°æ¬ç¯è¯è®ºçè¨æ 示为æ£å¸¸çè¨ã";
-$messages["error_marking_comment_as_nonspam"] = "å¨å°æ¬ç¯è¯è®ºçè¨æ 示为åå¾çè¨æ¶åçé误ã";
-$messages["error_marking_comment_as_spam"] = "å¨å°æ¬ç¯è¯è®ºçè¨æ 示为æ£å¸¸çè¨æ¶åçé误ã";
-$messages["error_incorrect_comment_id"] = "çè¨è¯è®ºID䏿£ç¡®ã";
-
-
-//ä¸é¢æ¯æ§å¶é¢æ¿ä¸ç帮å©ä¿¡æ¯
-$messages["text_help"]=" ";
-$messages["topic_help"] = " ";
-$messages["extended_text_help"] = " ";
-$messages["post_categories_help"] = " ";
-$messages["date_help"] = " ";
-$messages["post_status_help"] = " ";
-$messages["post_slug_help"] = " ";
-$messages["album_name_help"] = " ";
-$messages["parent_album_help"] = " ";
-$messages["album_description_help"] = " ";
-$messages["album_name_help"] = " ";
-$messages["parent_album_help"] = " ";
-$messages["album_description_help"] = " ";
-
-$messages["username_help"] = " ";
-$messages["full_name_help"] = " ";
-$messages["password_help"] = " ";
-$messages["email_address_help"] = " ";
-$messages["assigned_to_blog_help"] = " ";
-
-$messages["blog_name_help"] = " ";
-$messages["blog_owner_help"] = " ";
-
-
-// register ui
-$messages["step1"] = "ç¬¬ä¸æ¥";
-$messages["step2"] = "ç¬¬äºæ¥";
-$messages["step3"] = "ç¬¬ä¸æ¥";
-$messages["step4"] = "ç¬¬åæ¥";
-$messages["step5"] = "ç¬¬äºæ¥";
-$messages["step6"] = "第å
æ¥";
-
-$messages["register_user"] = "注åç¨æ·";
-$messages["password_confirm"] = "确认å¯ç *";
-$messages["user_email_info"] = "ç¨æ·é®ç®±";
-$messages["blog_locale_help"] = "è¯·éæ©æ¨çblogå°è¦ä½¿ç¨çè¯ç³»";
-$messages["register_new_blog_step3_title"] = "éæ©æ¨¡æ¿(3/4)";
-$messages["done"] = "å®ææ³¨å";
-$messages["register_new_blog_step4_description"] = "æä»¬å·²ç»æ¶éäºå建æ¨ç叿·åå客éè¦çææä¿¡æ¯ï¼è¯·ç¹å»\"å®ææ³¨å\"æé®ï¼å®ææ´ä¸ªæ³¨åè¿ç¨ã";
-
-$messages["welcome_to_plog"] = "é¦å
æ¬¢è¿æ¨æ³¨å为æ¬ç«ä¼å! 为äºé²æ¢æäººåå
æ¨çé®ä»¶å°å注å叿·,æ¨è¿éè¦ç¹å»ä»¥ä¸é¾æ¥ä»¥ä¾¿æ¿æ´»æ¨çå¸å·:";
-$messages["good_wish_and_good_bye"] = "é¢ç¥æ¨blogæå¿«! \n plog team";
-$messages["register_need_confirm"] = "æä»¬å·²ç»åéäºä¸å°Emailç»æ¨,éé¢è¯´æäºå¦ä½æ¿æ´»æ¨ç叿·. 请è¿ä¸å°ä¼æ£æ¥æ¨æ³¨åæ¶ä½¿ç¨çé®ä»¶å¸å·. 妿æ¨ä¸ç´æ²¡ææ¶å°æ¿æ´»ä¿¡,请....";
-$messages["no_user_found"] = "ç¨æ·ä¸åå¨";
-$messages["wrong_active_code"] = "æ¿æ´»ç é误";
-$messages["active_account_ok"] = "æ¨ç叿·å·²ç»æ¿æ´»äº, èµ¶å¿«å»blogå§!";
-
-$messages["register_new_blog_step0_title"] = "ç¨æ·åè®®";
-
-$messages["register_new_blog_step5_title"] = "æ¿æ´»æ¨çå¸å·";
-$messages["register_new_blog_step5_description"] = "注å宿";
-$messages["register_finished"] = "注å宿";
-
-$messages["accept"] = "åæä»¥ä¸æ¡æ¬¾";
-$messages["decline"] = "ä¸åæä»¥ä¸æ¡æ¬¾";
-
-$messages["confirm_result"] = "叿·æ¿æ´»ç¶æ";
-
-$messages["admin"] = "管çå
¥å£";
-$messages["albums"] = "æçç¸å";
-?>
Deleted: plog/trunk/locale/locale_zh_TW.php
===================================================================
--- plog/trunk/locale/locale_zh_TW.php 2005-01-29 15:29:38 UTC (rev 872)
+++ plog/trunk/locale/locale_zh_TW.php 2005-01-29 15:52:14 UTC (rev 873)
@@ -1,1069 +0,0 @@
-<?php
-// set this to the encoding that should be used to display the pages correctly
-$messages["encoding"] = "utf-8";
-$messages["locale_description"] = "Traditional Chinese translation";
-// days of the week
-$messages["days"] = Array( "æææ¥", "ææä¸", "ææäº", "ææä¸", "ææå", "ææäº", "ææå
" );
-// -- compatibility, do not touch -- //
-$messages["Monday"] = $messages["days"][1];
-$messages["Tuesday"] = $messages["days"][2];
-$messages["Wednesday"] = $messages["days"][3];
-$messages["Thursday"] = $messages["days"][4];
-$messages["Friday"] = $messages["days"][5];
-$messages["Saturday"] = $messages["days"][6];
-$messages["Sunday"] = $messages["days"][0];
-
-// abbreviations
-$messages["daysshort"] = Array( "æ¥", "ä¸", "äº", "ä¸", "å", "äº", "å
" );
-// -- compatibility, do not touch -- //
-$messages["Mo"] = $messages["daysshort"][1];
-$messages["Tu"] = $messages["daysshort"][2];
-$messages["We"] = $messages["daysshort"][3];
-$messages["Th"] = $messages["daysshort"][4];
-$messages["Fr"] = $messages["daysshort"][5];
-$messages["Sa"] = $messages["daysshort"][6];
-$messages["Su"] = $messages["daysshort"][0];
-
-// months of the year
-$messages["months"] = Array( "å
æ", "äºæ", "䏿", "åæ", "äºæ", "å
æ", "䏿", "å
«æ", "乿", "åæ", "å䏿", "åäºæ" );
-// -- compatibility, do not touch -- //
-$messages["January"] = $messages["months"][0];
-$messages["February"] = $messages["months"][1];
-$messages["March"] = $messages["months"][2];
-$messages["April"] = $messages["months"][3];
-$messages["May"] = $messages["months"][4];
-$messages["June"] = $messages["months"][5];
-$messages["July"] = $messages["months"][6];
-$messages["August"] = $messages["months"][7];
-$messages["September"] = $messages["months"][8];
-$messages["October"] = $messages["months"][9];
-$messages["November"] = $messages["months"][10];
-$messages["December"] = $messages["months"][11];
-
-$messages["message"] = "è¨æ¯";
-$messages["error"] = "é¯èª¤";
-
-$messages["date"] = "æ¥æ";
-
-// miscellaneous texts
-$messages["of"] = "of";
-$messages["recently"] = "è¿ææç« ";
-$messages["comments"] = "è¿´é¿";
-$messages["comment on this"] = "è¿´é¿";
-$messages["my_links"] = "æçé£çµ";
-$messages["archives"] = "æç« 彿´";
-$messages["search"] = "æå°";
-$messages["calendar"] = "æ¥æ";
-$messages["editLinkCategories"] = "åé¡";
-$messages["search_s"] = "æå°";
-$messages["link_tracker"] = "å¼ç¨é£çµ";
-$messages["search_this_blog"] = "æå°ç¶²èªå
§å®¹:";
-$messages["about_myself"] = "èªæä»ç´¹";
-$messages["permalink_title"] = "æç« 彿´éæ
é£çµç¶²å";
-$messages["permalink"] = "éæ
é£çµç¶²å";
-$messages["posted_by"] = "ä½è
";
-$messages["on_the"] = "å¨";
-$messages["page"] = "é ";
-$messages["posted"] = "ä½è
";
-
-$messages["reply"] = "åè¦";
-
-
-// add comment form
-$messages["add_comment"] = "ç¼è¡¨è¿´é¿";
-$messages["comment_topic"] = "æ¨é¡";
-$messages["comment_text"] = "å
§æ";
-$messages["comment_username"] = "æ¨çå§å";
-$messages["comment_email"] = "æ¨çé»åéµä»¶ä¿¡ç®±";
-$messages["comment_url"] = "æ¨çå人網é ";
-$messages["comment_send"] = "ç¼è¡¨";
-$messages["comment_added"] = "æ¨çè¿´é¿å·²ç¶é å©ç¼è¡¨ï¼";
-$messages["comment_add_error"] = "ç¼è¡¨è¿´é¿ç¼çé¯èª¤";
-
-
-$messages["article_does_not_exist"] = "æ¬æç« ä¸åå¨";
-$messages["no_posts_found"] = "æ¾ä¸å°æç« ";
-$messages["user_has_no_posts_yet"] = "該使ç¨è
éæ²æç¼è¡¨éä»»ä½æç« ";
-
-$messages["info_about_myself"] = "é裡æ¯éæ¼æçä¸äºä»ç´¹â¦";
-$messages["back"] = "åå°ä¸ä¸é ";
-
-$messages["back_top"] = "åå°ç«é¢æä¸æ¹";
-
-$messages["post"] = "post";
-
-$messages["trackbacks_for_article"] = "å¼ç¨æ¬æçæç« æ¨é¡ï¼";
-$messages["trackback_excerpt"] = "æè¦";
-$messages["trackback_weblog"] = "ç¶²èª";
-
-$messages["search_results"] = "æå°çµæ";
-$messages["search_matching_results"] = "ä»¥ä¸æç« ç¬¦åæ¨çæå°ééµå: ";
-$messages["search_no_matching_posts"] = "æ¾ä¸å°ç¬¦åçæç« ";
-
-$messages["see_all_link"] = "è«ææ¤å¯çææçæç« ";
-
-$messages["read_more"] = "(é±è®å
¨æ)";
-
-$messages["anonymous_poster"] = "å¿å張貼";
-
-$messages["syndicate"] = "æ°è交æ";
-
-$messages["main"] = "主é é¢";
-
-////// error messages /////
-$messages["error_fetching_article"] = "æ¾ä¸å°æ¨ææå®çæç« ã";
-$messages["error_fetching_articles"] = "æ¾ä¸å°æ¨ææå®çæç« ã";
-$messages["error_trackback_no_trackback"] = "å°æªæäººåæ¬æç¼éå¼ç¨éå";
-$messages["error_incorrect_article_id"] = "æç« 代è䏿£ç¢ºã";
-$messages["error_incorrect_blog_id"] = "ç¶²èªç«å°ä»£è䏿£ç¢ºã";
-$messages["error_comment_without_text"] = "ç¡è¿´é¿çè¨å
§å®¹ã";
-$messages["error_comment_without_name"] = "æ¨å¿
é è¦å¡«å¯«å§åææ±ç¨±ã";
-$messages["error_adding_comment"] = "å¨å°çè¨æ°å¢è³è³æåº«æç¼çåé¡ã";
-$messages["error_incorrect_parameter"] = "忏䏿£ç¢ºã";
-$messages["error_parameter_missing"] = "æ¨å°å³éäºä¸é
忏ã";
-$messages["error_comments_not_enabled"] = "éåç¶²èªç«å°ééäºè¿´é¿åè½ã";
-
-///////////////// //////////////////
-///////////////// STRINGS FOR THE ADMINISTRATION INTERFACE //////////////////
-///////////////// //////////////////
-
-
-////// help messages for the administration interface /////
-$messages["help_newPost"] = "<p>æ¨å¦æè¦æ°å¢æç« å
§å®¹ï¼ä¾¿æ¯ä½¿ç¨éåé 颿æä¾çåè½ãæ¨å¿
é è¦å¡«å¯«æç« çæ¨é¡ä»¥åå
§æé¨åï¼èç¶æ¨å®æçæåï¼è«æä¸ã<b>ç¼è¡¨ï¼</b>ãæéï¼ç¶å¾æç« 便æèªåå¼µè²¼å¨æ¨çç¶²èªç«å°ä¸ãè«æ³¨ææ¨çæç« çåºççæ
ï¼å¦ææ¨å¸ææç« åºç¾å¨é¦é ä¸ï¼æç« ççæ
å¿
é æ¯<b>å®ç¨¿</b>ãè妿æ¨çæç« å°æªå®æï¼æ¨å¸æå
å²åèµ·ä¾ï¼ä¹å¾ç¨ä½ä¿®æ¹åç¼è¡¨ç話ï¼è«å°æç« å²åæã<b>è稿</b>ãã</p><p>æ¨ä¹å¯ä»¥å°æç« è¨å®å°æ¨å
åæè¨å®çåé¡ä¸ï¼åªè¦ä½¿ç¨ã<b>åé¡</b>ã䏿é¸å®å³å¯ã</p><p>å¦ææ¨æ³è¦å¨æäººå°éç¯æç« ç¼è¡¨è¿´é¿çè¨ææ¶å°é»åéµä»¶éç¥ä¿¡ï¼è«å¾é¸ä¸æ¹çå¾é¸æ¹å¡ã</p><p>妿æ¨å¾é¸äºã<b>ç¼éå¼ç¨éå</b>ãæ¹å¡ï¼æ¨å¯ä»¥å°æ¨æä¸ææå°çç¶²èªç¼ééåï¼ä¸éåææ¯å°æ¹ä¸»æ©ä¹æä¾æ¯æ´ã系統ææçæ¨çæç« 䏿æå°åªäºé£çµï¼ç¶å¾æ¨å¯ä»¥ç¹¼çºå¾é¸æ³è¦ç¼éçé£çµï¼ç¶å¾éåºã</p>";
-
-$messages["addPost"] = "<p>æ¨çæç« å·²ç¶é 婿°å¢å°è³æåº«ä¸ãæ¨ç¾å¨å¯ä»¥é¸æè¦ç¼éå¼ç¨éåï¼TrackBackï¼ç主æ©ï¼ç¼ééåï¼å¦æ¤ä¸ä¾ï¼å°æ¹å°±æç¥éæäººå¯«äºä¸ç¯èä»åç¸éçæç« ï¼èåä¾å¯çã</p>";
-
-$messages["editComments"] = "é裡æ¯éç¯æç« å¾å°çæä»¥è¿´é¿çè¨ãæ¨ä¸å¯ä»¥ä¿®æ¹çè¨ï¼ä½æ¯å¯ä»¥åªé¤çè¨ãå¨ç¼è¡¨çè¨çæåï¼å¯ä¸ä¸å®è¦å¡«å¯«çé
ç®æ¯ã<b>ä½è
å稱</b>ãï¼ç¶²å以åé»åéµä»¶ä¿¡ç®±å¯ä»¥çç½ãIPä½ç½®åæ¯ä½¿ç¨è
å¨ç¼è¡¨éç¯è¿´é¿ææç¨çé»è
¦çIPä½ç½®ãæ¨å¯ä»¥åæåªé¤å¤ç¯è¿´é¿çè¨ï¼è«å¨å¾é¸ä¹å¾ï¼æä¸ã<b>åªé¤æé¸æçé
ç®</b>ãã";
-
-$messages["postStats"] = "<p>éè£¡æ¯æ¨æé¸æçæç« çç¸éçµ±è¨è³æãé¦å
æ¯éç¯æç« è¢«é±è®éçæ¬¡æ¸ï¼ä¸éè«æ³¨æï¼å¦ææ¨ã<b>è¨å®</b>ãä¸ééäºã<b>é±è®å
¨æ</b>ãé£çµåè½ç話ï¼é£éº¼éåçµ±è¨æ¸åå°±æ²æä»éº¼æç¾©äºã</p><p>ãéåé£çµãæ¯å¥äººå¾å
¶ä»ç¶²ç«çåªäºç¶²é é£å°äºæ¨éç¯æç« ï¼èãå¼ç¨ã忝åªäºäººæ¾ç¶å¨ä»åçç¶²èªç¶ä¸æéæ¨çæç« ãéäºçµ±è¨é½æ¯ä¸å¯ä»¥åªé¤æä¿®æ¹çã</p>";
-
-$messages["help_editLinks"] = "<p>éè£¡æ¯æ¨æå¢å çç¶²ç«é£çµå表ãå°±è·æç« ä¸æ¨£ï¼æ¨å¯ä»¥å°ç¶²ç«é£çµæ¾å¨é¦é ä¸ï¼ä¾äººç覽é»é¸ã</p><p>æ¯åé£çµé½æå稱以åç¶²åå
©åæ¬ä½ï¼éæå°±æ¯éåé£çµæ¯å±¬æ¼é£ååé¡ä¹ä¸ï¼æ¨ä¹å¯ä»¥åªé¤éäºé£çµã</p>";
-
-$messages["help_newLink"] = "<p>æ¨å¯ä»¥å¨é鿰墿°çç¶²ç«é£çµãæ¨å¿
é 輸å
¥é£çµçç¶²å以åå稱ãç¸éæè¿°æ¬ä½æ¨å¯ä»¥ä¸å¡«ï¼ä¸é妿ææå¤è©³ç¡ç說æï¼æè©²æ¯æå¥½çãæ¨ä¹å¿
é å°é£çµè¨å®å°æåé£çµåé¡ç¶ä¸ã</p>";
-
-$messages["help_editLinkCategories"] = "<p>éè£¡æ¯æ¨æè¨ç½®çé£çµåé¡å表ãå°±åæç« 䏿¨£ï¼æ¨å¿
é è¦è¨å®ä¸åæ°çé£çµåé¡ï¼æ¨æå¯ä»¥æ°å¢ç¶²ç«é£çµãé»é¸ã<b>ç¶²ç«é£çµ</b>ãæ¬ä½ï¼æ¨å¯ä»¥å¯çéååé¡ä¸çç¶²ç«é£çµå表ã</p>";
-
-$messages["help_newLinkCategory"] = "<p>æ¨å¨ééåªéè¦è¼¸å
¥æ°çé£çµåé¡çå稱å³å¯ãç¶æ¨æ°å¢äºæ°çé£çµåé¡ï¼æ¨ä¾¿å¯ä»¥æç¶²ç«é£çµè¨å®å°éååé¡ç¶ä¸ã</p>";
-
-$messages["help_userSettings"] = "<p>æ¨å¯ä»¥å¨æ¬é ä¿®æ¹æ¨çåºæ¬è³æãè«æ³¨æï¼æ¨ä¸å¯ä»¥ä¿®æ¹ä½¿ç¨è
å稱ã<ul><li><b>å¯ç¢¼ï¼ä»¥å確èªå¯ç¢¼</b>ï¼å¦ææ¨æ³è¦ä¿®æ¹æ¨çå¯ç¢¼ï¼è«å°å¯ç¢¼è¼¸å
¥å¨ç¬¬ä¸åæå輸å
¥æ¹å¡ä¸ï¼åæå¨ç¬¬äºåæå輸å
¥æ¹å¡ä¸è¼¸å
¥ç¸åçå
§å®¹ï¼ä»¥ç¢ºèªæ¨çå¯ç¢¼æ¯å¦æ£ç¢ºã</li><li><b>é»åéµä»¶ä¿¡ç®±</b>ï¼å¦ææ¨æ³è¦ä½¿ç¨é»åéµä»¶éç¥ä¿¡åè½ï¼è«å¡«å¯«æ£ç¢ºçä¿¡ç®±ãé»åéµä»¶ä¿¡ç®±åªæå¨å
§é¨ä½¿ç¨ï¼èä¸æé¡¯ç¤ºå¨å¨å
¬éå ´åã</li><li><b>èªæä»ç´¹</b>ï¼æ¨å¯ä»¥å¨æ¤å¡«å¯«ä¸äºæ¨çèªæä»ç´¹ï¼ææ¯ä¸å¡«ä¹å¯ä»¥ã</li></ul></p>";
-
-$messages["help_Stats"] = "<p>æ¨å¨æ¤å¯ä»¥å¯çéå»é£å°éåç«å°çéåé£çµãå¨ã<b>æç« ID</b>ãçé¨åæ¯éäºé£çµæé£å°çæç« ï¼å¦æé¡¯ç¤ºçº<b>0</b>ï¼ä»£è¡¨çæ¯é£å°ç«å°é¦é æå
¶ä»é é¢ï¼èæ²æé£å°ç¹å®çæç« ãã<b>æå¾é»ææ¥æ</b>ãçé¨å忝æè¿ä¸æ¬¡æäººå¾éåéåé£çµç¶²åé£å°éåç¶²é çæéã</p>";
-
-$messages["editLink"] = "<p>æ¨å¿
é 輸å
¥é£çµçå稱以åç¶²åãåæç¶²åä¹å¿
é è¨ç½®å¨é©ç¶çç¶²åé£çµåé¡ä¸ã</p>";
-
-$messages["editLinkCategory"] = "è«è¼¸å
¥æ¨æè¦æ´æ°çé£çµåé¡çå稱ã</p>";
-
-$messages["blogSelect"] = "è«å¾é¸å®ä¸é¸ææ¨æè¦æä½çæä»¤ã";
-
-$messages["Error"] = "å¨å·è¡æ¨æä¸éçæä»¤æç¼çé¯èª¤ãè«è«è³ä¸»é é¢åå¾è·æ¬è¨æ¯ç¸éçæ´å¤è³è¨ã";
-
-$messages["Message"] = "è«è³ä¸»é é¢åå¾è·æ¬è¨æ¯ç¸éçæ´å¤è³è¨ã";
-
-//////// strings for the administration interface ///////
-
-$messages["admin_interface_title"] = "pLog管çä»é¢";
-$messages["administration"] = "管çä»é¢";
-$messages["help"] = "ç¸é說æ";
-$messages["plog_help"] = "pLog使ç¨èªªæ";
-$messages["newPost"] = "ç¼è¡¨æ°æç« ";
-$messages["editPosts"] = "æç« å表";
-$messages["editArticleCategories"] = "æç« åé¡";
-$messages["admin_links"] = "ç¶²ç«é£çµ";
-$messages["editLinkCategories"] = "é£çµåé¡";
-$messages["settings"] = "è¨å®";
-$messages["Logout"] = "ç»åº";
-
-// new post page
-$messages["topic"] = "æ¨é¡";
-$messages["text"] = "å
§æ";
-$messages["category"] = "åé¡";
-$messages["status"] = "çæ
";
-$messages["post_status_draft"] = "è稿";
-$messages["post_status_published"] = "å®ç¨¿";
-$messages["post_status_deleted"] = "å·²åªé¤";
-$messages["post_status_all"] = "å
¨é¨";
-$messages["send_notification"] = "妿æäººå°æ¬æç¼è¡¨è¿´é¿ï¼ä¾¿åæç¼éé»åéµä»¶éç¥ã";
-$messages["send_trackback_pings"] = "æª¢æ¥æç« ä¸æä½¿ç¨çç¶²åé£çµï¼ä¸¦ä¸åéäºé£æ¥ç¼éå¼ç¨éåï¼TrackBack Pingsï¼ã";
-$messages["add_post"] = "ç¼è¡¨ï¼";
-
-$messages["xmlrpc_ping_ok"] = "XML-RPC éåå·²ç¶æ£ç¢ºéå¾";
-$messages["error_sending_xmlrpc_ping"] = "以ä¸XML-RPCéåç¼çé¯èª¤";
-$messages["error_sending_xmlrpc_ping_message"] = "é¯èª¤è¨æ¯çºï¼";
-
-$messages["preview"] = "é 覽";
-$messages["post_added"] = "æç« å·²é 婿°å¢";
-$messages["you_will_be_notified"] = "å¦å¤ï¼å¦æéç¯æç« æä»éº¼å¾çºè¨è«ï¼æ¨é½ææ¶å°é»åéµä»¶éç¥ã";
-$messages["post_added_not_published"] = " æç« å·²é 婿°å¢ï¼ä½å°æªæ£å¼ç¼è¡¨ã";
-$messages["error_adding_post"] = "ç¼è¡¨æç« ç¼çé¯èª¤ï¼";
-$messages["error_must_fill_all_fields"] = "æ¨å¿
é 卿æç輸å
¥æ¡ç¶ä¸é½è¼¸å
¥å
§å®¹ï¼";
-$messages["error_must_have_one_category"] = "æ¨å¿
é å
è³å°å»ºç«ä¸åæç« åé¡ï¼æå¯ä»¥ç¼è¡¨æç« ã";
-
-// send trackbacks page
-$messages["send_trackback_pings"] = "ç¼éå¼ç¨éå";
-$messages["links_found"] = "卿¨çæç« ä¸å
å«äºä»¥ä¸çè¶
é£çµï¼è«å¾é¸æ¨æè¦ç¼éå¼ç¨éåçç¶²åãï¼ç¼ééåæè±ä¸é»æéï¼è«ä¿æèå¿ï¼";
-$messages["trackbacks_no_urls_selected"] = "æ¨æ²æå¾é¸ä»»ä½é£çµï¼æä»¥ä¸æéåºä»»ä½å¼ç¨éåã";
-$messages["trackbacks_received_ok"] = "以ä¸ä¸»æ©å·²ç¶æåæ¶å°äºå¼ç¨éå:";
-$messages["trackbacks_no_trackback"] = "以ä¸çé£çµä¸¦æ²ææä¾å¼ç¨ç¶²å: ";
-$messages["trackbacks_problems_sending"] = "å¨å¾ä»¥ä¸ç«å°ç¼ééåçæååºäºä¸äºåé¡ï¼å¦ææ¨é¡æçè©±ï¼æ¨å¯ä»¥éæ°è©¦è©¦ç";
-$messages["trackbacks_received_all_hosts"] = "ææçç«å°é½æåçæ¶å°äºæ¨çå¼ç¨éåã";
-$messages["ping_selected"] = "åå¾é¸çç¶²åç¼ééå";
-
-// edit posts
-$messages["author"] = "ä½è
";
-$messages["category_all"] = "å
¨é¨åé¡";
-$messages["author_all"] = "å
¨é¨ä½è
";
-$messages["update"] = "æ´æ°";
-$messages["date"] = "æ¥æ";
-$messages["help_Stats"] = "çµ±è¨";
-$messages["delete"] = "åªé¤";
-
-$messages["delete_selected"] = "åªé¤é¸æçé
ç®";
-
-// edit post
-$messages["edit_post"] = "編輯æç« ";
-$messages["error_getting_post_to_update"] = "å¨è®åæ¨æé¸æè¦æ´æ°çæç« æç¼çé¯èª¤ã";
-$messages["error_updating_post_in_database"] = "å¨å°æç« æ´æ°è³è³æåº«æç¼çé¯èª¤ã";
-$messages["post_successfully_updated"] = "æç« å·²æåæ´æ°ã";
-$messages["notification_removed"] = "éç¯æç« çé»åéµä»¶éç¥ä¿¡å·²ç¶åªé¤ã";
-
-// post statistics
-$messages["statistics_for_post"] = "æç« ç¸éçµ±è¨: ";
-$messages["error_fetching_post"] = "è®åæç« è³ææç¼çé¯èª¤";
-$messages["times_post_has_been_read"] = "æ¬æå·²ç¶è¢«é±è®éçæ¬¡æ¸: ";
-$messages["referers"] = "éåé£çµ";
-$messages["id"] = "ID";
-$messages["url"] = "ç¶²å";
-$messages["hits"] = "黿æ¸";
-$messages["trackbacks"] = "å¼ç¨";
-
-// post comments
-$messages["error_fetching_comments"] = "è®åè¿´é¿è³ææç¼çé¯èª¤";
-$messages["comments_for_post"] = "æª¢è¦æç« è¿´é¿: ";
-$messages["email"] = "é»åéµä»¶";
-$messages["ip_address"] = "IPä½ç½®";
-
-// delete comments
-//*** NEW ***//
-// please remove these comments after translating these lines
-$messages["error_no_comments_selected"] = "æ¨æ²æå¾é¸ä»»ä½è¦åªé¤çè¿´é¿ã";
-$messages["error_deleting_comment"] = "å¨åªé¤è¿´é¿æç¼çé¯èª¤ã ";
-$messages["comment_deleted_ok"] = "ã%sãéç¯æç« çè¿´é¿å·²é å©åªé¤ã";
-//*** NEW ***//
-// please remove these comments after translating these lines
-
-
-// categories list
-$messages["category_name"] = "åé¡å稱";
-
-// removing posts
-$messages["post_cannot_be_deleted"] = "æç« ç¡æ³åªé¤";
-$messages["no_posts_selected"] = "æ¨æ²æå¾é¸ä»»ä½è¦åªé¤çæç« ã";
-// %s = subject of the post, %d = identifier of the post. feel free to change its order
-// but if you remove them there will be no information about which post was removed...
-$messages["error_deleting_post"] = "åªé¤æç« ã%sãæç¼çé¯èª¤ (id = %d)";
-$messages["post_deleted_ok"] = "æç« ã%2\$sãå·²é å©åªé¤ã (id = %1\$d)";
-
-// delete categories
-$messages["no_categories_selected"] = "æ¨æ²æå¾é¸ä»»ä½è¦åªé¤çåé¡ã";
-$messages["error_category_has_articles"] = "ç¡æ³åªé¤ã%sãéååé¡ï¼åå æ¯éååé¡ä¸éææç« ãè«å°éååé¡çæç« åªé¤å¾ï¼åéè©¦ä¸æ¬¡ã";
-$messages["error_deleting_category"] = "å¨å°åé¡ã%sãå¾è³æåº«åªé¤æç¼çé¯èª¤ã";
-$messages["category_deleted_ok"] = "æç« åé¡ã%sãå·²é å©åªé¤ã";
-
-// add category
-$messages["newArticleCategory"] = "æ°å¢æç« åé¡";
-$messages["add_new_category_info"] = "è«è¼¸å
¥æ°çåé¡å稱ã";
-//*** NEW ***//
-// please remove these comments after translating these lines
-$messages["category_added_ok"] = "æç« åé¡é 婿°å¢ã";
-$messages["error_adding_article_category"] = "卿°å¢æç« å顿ç¼çé¯èª¤ã";
-//*** NEW ***//
-// please remove these comments after translating these lines
-
-// edit categories
-$messages["edit_category"] = "編輯åé¡";
-$messages["please_provide_valid_category_name"] = "è«è¼¸å
¥åé¡å稱ã";
-
-// edit category
-//*** NEW ***//
-// please remove these comments after translating these lines
-$messages["error_incorrect_category_id"] = "æç« åé¡ä»£èé¯èª¤ã";
-//*** NEW ***//
-// please remove these comments after translating these lines
-
-// update the category
-$messages["error_fetching_category"] = "è®ååé¡è³ææç¼çé¯èª¤ã";
-$messages["error_updating_category"] = "æ´æ°åé¡è³ææç¼çé¯èª¤ã";
-//*** NEW ***//
-// please remove these comments after translating these lines
-$messages["error_empty_category_name"] = "æ¨å¿
é 輸å
¥æ£ç¢ºçæç« åé¡å稱ã";
-//*** NEW ***//
-// please remove these comments after translating these lines
-$messages["category_updated_ok"] = "æç« åé¡é 婿´æ°ï¼";
-
-// edit links
-$messages["link_name"] = "é£çµå稱";
-$messages["link_url"] = $messages["url"];
-$messages["link_category"] = $messages["category"];
-$messages["link_description"] = "ç¸éæè¿°";
-$messages["editLinks"] = "ç¶²ç«é£çµ";
-
-// edit a link
-$messages["error_provide_name_and_url"] = "æ¨å¿
é 輸å
¥ç¶²ç«é£çµçå稱以åç¶²åã";
-$messages["error_invalid_link_id"] = "é£çµIDé¯èª¤ï¼æç³»çµ±ä¸æ²æç¬¦åéåIDçè³æã";
-$messages["error_fetching_link"] = "è®åé£çµè³ææç¼çé¯èª¤ã";
-$messages["error_updating_link"] = "æ´æ°é£çµè³ææç¼çé¯èª¤ã";
-$messages["link_updated_ok"] = "ç¶²ç«é£çµé 婿´æ°ï¼";
-$messages["error_fetching_link_categories"] = "è®åé£çµè³ææç¼çé¯èª¤ã";
-
-// add a link
-$messages["add_new_link"] = "æ°å¢ç¶²ç«é£çµ";
-$messages["newLink"] = "æ°å¢ç¶²ç«é£çµ";
-$messages["error_adding_link"] = "卿°å¢é£çµæç¼çé¯èª¤";
-$messages["link_added_ok"] = "é£çµé 婿°å¢ã";
-$messages["error_provide_name_and_url"] = "æ¨å¿
é è¦è¼¸å
¥æ£ç¢ºçå稱以åç¶²åã";
-$messages["error_must_have_one_link_category"] = "æ¨è³å°è¦æä¸åç¶²ç«é£çµåé¡ï¼æå¯ä»¥å å
¥ç¶²ç«é£çµã";
-
-// delete a link
-$messages["error_no_links_selected"] = "æ¨æ²æé¸æä»»ä½é£çµï¼ç¡æ³åªé¤ã";
-$messages["error_removing_link"] = "å¾è³æåº«ä¸åªé¤ã%sãæç¼çé¯èª¤ã";
-$messages["link_deleted_ok"] = "é£çµã%sã å·²é å©åªé¤ã";
-
-// edit link categories
-$messages["newLinkCategory"] = "æ°å¢æç« åé¡";
-$messages["link_categories_help"] = "æ¨è³å°è¦æä¸åç¶²ç«é£çµåé¡ï¼æå¯ä»¥å å
¥ç¶²ç«é£çµã";
-$messages["link_category_name"] = "é£çµåé¡å稱";
-$messages["link_category_links"] = "ç¶²ç«é£çµ";
-
-// new link category
-$messages["new_link_category_info"] = "é£çµåé¡åè½å¯ä»¥å¹«å©æ¨å°é é¢ä¸çååç¶²ç«é£çµåéå¥é¡ãå¨åå®é¡å¥ä¹å¾ï¼ä¹å¯ä»¥è®éäºç¶²ç«é£çµä»¥ç¾¤çµçæ¹å¼å¨é¦é ä¸åç¾ã";
-$messages["newLinkCategory"] = "æ°å¢é£çµåé¡";
-$messages["error_provide_link_category_name"] = "æ¨å¿
é è¦è¼¸å
¥é£çµåé¡å稱ã";
-$messages["error_adding_link_category"] = "å¨åªé¤é£çµå顿ç¼çé¯èª¤ã";
-$messages["link_category_added_ok"] = "é£çµåé¡å·²é 婿°å¢ã";
-
-// edit link category
-$messages["edit_link_category"] = "ä¿®æ¹é£çµåé¡";
-$messages["error_updating_link_category"] = "卿´æ°é£çµå顿ç¼çé¯èª¤ã";
-$messages["link_category_updated_ok"] = "é£çµåé¡è³æå·²é 婿´æ°ã";
-$messages["error_fetching_link_category"] = "å¨è®åé£çµå顿ç¼çé¯èª¤ã";
-$messages["error_incorrect_link_category_id"] = "é£çµåé¡ID䏿£ç¢ºã";
-
-
-// delete link categories
-$messages["error_no_link_category_selected"] = "æ¨æ²æé¸æè¦åªé¤çé£çµåé¡ã";
-$messages["error_links_in_link_category"] = "ç¡æ³åªé¤ã%sãéååé¡ï¼åå æ¯éååé¡ä¸éæç¶²ç«é£çµãè«å°éååé¡çç¶²ç«é£çµåªé¤å¾ï¼åéè©¦ä¸æ¬¡ã";
-$messages["error_removing_link_category"] = "å¨åªé¤é£çµåé¡ã%sãæç¼çé¯èª¤ã";
-$messages["link_category_deleted_ok"] = "é£çµåé¡ã%sãå·²é å©åªé¤ã";
-// this error is shown when for some reason the category could not be fetched from the database
-// and we can't show its name
-$messages["error_removing_link_category_2"] = "å¨åªé¤é£çµå顿ç¼çé¯èª¤ï¼id = %d";
-
-// blog settings page
-$messages["blogSettings"] = "ç¶²èªç«å°è¨å®";
-$messages["userSettings"] = "åäººè³æ";
-$messages["pluginCenter"] = "夿ç¨å¼ä¸å¿";
-$messages["Stats"] = "çµ±è¨è³æ";
-$messages["blog_name"] = "ç«å°å稱";
-$messages["long_blog_name"] = "ç«å°ç¸é說æ";
-$messages["language_used"] = "系統æå以忥ææä½¿ç¨çèªè¨";
-$messages["items_main_page"] = "æ¨è¦å¨é¦é é¡¯ç¤ºå¹¾ç¯æç« ï¼";
-$messages["items_as_recent"] = "æ¨è¦å¨ãè¿ææç« å表ãé¡¯ç¤ºå¹¾ç¯æç« ï¼";
-$messages["template_used"] = "è«é¸ææ¨çç¶²èªç«å°æè¦ä½¿ç¨çå¤è§æ¨£å¼æ¨¡ç";
-$messages["cut_posts"] = "æ¨æ¯å¦è¦å°å¨é¦é åºç¾çæç« ï¼å¨ä¸å®é·åº¦ææªæ·ï¼ç¶å¾åºç¾ãé±è®å
¨æãé£çµï¼";
-$messages["cut_posts_after_characters"] = "æ¨æ³è¦å°æç« å¨åºç¾å¤å°åå
ææªæ·ï¼";
-$messages["enable_wysiwyg_edition"] = "使ç¨å³è¦å³æå¾ï¼WYSIWYGï¼æå編輯ï¼ï¼æ¨å¿
é ä½¿ç¨ Internet Explorer 5.5 以䏿 Mozilla 1.3b 以ä¸çç覽å¨ï¼";
-$messages["enable_comments"] = "éæ¾æææç« çè¿´é¿çè¨æ¬éï¼";
-$messages["yes"] = "æ¯";
-$messages["no"] = "å¦";
-$messages["error_invalid_locale"] = "èªç³»è¨å®åæ¸é¯èª¤";
-$messages["error_incorrect_max_recent_items"] = "æ¨å¿
é æ£ç¢ºè¼¸å
¥æ¨æ³è¦å¨é¦é ãè¿ææç« ãå表ä¸é¡¯ç¤ºçæç« æ¸ã";
-$messages["error_incorrect_number_of_posts"] = "æ¨å¿
é æ£ç¢ºè¼¸å
¥æ¨æ³è¦å¨é¦é 顯示çæç« æ¸ã";
-$messages["error_incorrect_template"] = "模ççæ¸å¼ä¸æ£ç¢ºã";
-$messages["error_no_blog_name"] = "æ¨å¿
é çºæ¨çç¶²èªç«å°åä¸åæ£ç¢ºçå稱ã";
-$messages["error_incorrect_show_more_threshold"] = "妿æ¨ä½¿ç¨äºå°æç« æªæ·ï¼ä¸¦åºç¾ãé±è®å
¨æãé£çµæï¼æ¨å¿
é è¨å®æ£ç¢ºçåå
æ¸ã";
-$messages["error_updating_settings"] = "卿´æ°ç¶²èªç«å°è¨å®æç¼çé¯èª¤ã";
-$messages["blog_settings_updated_ok"] = "ç¶²èªç«å°è¨å®é 婿´æ°ï¼";
-$messages["permanent_blog_url"] = "ç¶²èªç«å°ç¶²åï¼ä¸è½ä¿®æ¹ï¼";
-
-// user profile page
-$messages["username"] = "使ç¨è
å稱";
-$messages["password"] = "å¯ç¢¼";
-$messages["confirm_password"] = "確èªå¯ç¢¼";
-$messages["email_address"] = "é»åéµä»¶ä¿¡ç®±";
-$messages["bio"] = "èªæä»ç´¹";
-$messages["empty_no_change"] = "妿æ¨ä¸æ³ä¿®æ¹å¯ç¢¼ï¼çç½ä¾¿å¯";
-$messages["user_settings_updated_ok"] = "使ç¨è
è³ææåæ´æ°ã";
-$messages["error_updating_user_settings"] = "卿´æ°ä½¿ç¨è
è³ææç¼çé¯èª¤ã";
-$messages["error_passwords_dont_match"] = "徿±æï¼æ¨è¼¸å
¥çå
©æ¬¡å¯ç¢¼ä¸ç¸ç¬¦ã";
-$messages["error_incorrect_password"] = "徿±æï¼å¯ç¢¼é¯èª¤ã";
-$messages["error_incorrect_email_address"] = "é»åéµä»¶ä¿¡ç®±æ ¼å¼é¯èª¤ã";
-
-// plugin center page
-$messages["plugins_available"] = "以䏿¯æ¨¡çç¶ä¸æä½¿ç¨ç夿ç¨å¼å表";
-$messages["identifier"] = "代è";
-$messages["description"] = "ç¸é說æ";
-$messages["error_plugins_disabled"] = "æ¤å¤æç¨å¼å·²åç¨ã";
-
-// statistics page
-$messages["statistics_info"] = "æç« IDçº0ä»£è¡¨çæææ¯é¦é çé»é±çï¼ä¸æ¯ææç¯ç¹å®æç« ã";
-$messages["article_id"] = "æç« ID";
-$messages["last_hit_date"] = "æå¾é»ææ¥æ";
-$messages["error_fetching_referers"] = "å¨è®åæ¬ç«éåé£çµè³ææç¼çé¯èª¤ã";
-
-
-// login screen
-$messages["login_page_title"] = "pLog管çä»é¢";
-$messages["login"] = "ç»å
¥";
-$messages["welcome_message"] = "æ¡è¿ä¾å°pLog";
-$messages["error_incorrect_username_or_password"] = "徿±æï¼æ¨è¼¸å
¥ç帳èæå¯ç¢¼é¯èª¤ã";
-$messages["error_dont_belong_to_any_blog"] = "徿±æï¼æ¨æ²æä½¿ç¨ç³»çµ±ä¸ä»»ä½ä¸åç¶²èªç«å°çæ¬éã";
-$messages["error_no_username_or_password"] = "è«è¼¸å
¥æ£ç¢ºç帳èæå¯ç¢¼ã";
-$messages["choose_one_blog"] = "æ¨å¯ä»¥ä½¿ç¨ä¸åç¶²èªç«å°ï¼è«å¾ä¸é¸æä¸åæ¨è¦ç®¡ççç«å°ï¼é²å
¥ç®¡çã";
-$messages["continue"] = "ç¹¼çº";
-$messages["logout_message"] = "æ¨å·²ç¶é å©ç»åºç³»çµ±ã";
-$messages["logout_message_2"] = "<a href=\"admin.php\">ææ¤</a>éæ°ç»å
¥ï¼æ<a href=\"%1\$s\">åå¾%2\$s</a>.";
-$messages["logout_title"] = "å·²ç»åº";
-$messages["error_access_forbidden"] = "æ¨ç®åæ²ææ¬éé²å
¥ç®¡çä»é¢ãè«å°é裡ç»å
¥ã";
-
-/////////////////////////////////////////////////////////////////////
-//
-//
-// new strings added for 0.2
-//
-//
-////////////////////////////////////////////////////////////////////
-$messages["site_admin"] = "å
¨ç«ç³»çµ±ç®¡ç";
-$messages["site_stats"] = "ç«å°çµ±è¨";
-$messages["createUser"] = "æ°å¢ä½¿ç¨è
";
-$messages["siteUsers"] = "使ç¨è
管ç";
-$messages["createBlog"] = "æ°å¢ç¶²èªç«å°";
-$messages["editSiteBlogs"] = "ç¶²èªç«å°ç®¡ç";
-$messages["siteLocales"] = "èªç³»è¨å®";
-$messages["newLocale"] = "æ°å¢èªç³»";
-$messages["siteTemplates"] = "模ç管ç";
-$messages["newTemplate"] = "æ°å¢æ¨¡ç";
-$messages["editSiteSettings"] = "å
¨åè¨å®";
-$messages["adminSettings"] = "ç«å°è¨å®";
-$messages["help_comments_enabled"] = "åç¨æåç¨å
¨ç«çè¿´é¿çè¨åè½ã";
-$messages["help_beautify_comments_text"] = "å¨ä½¿ç¨è
ç¼è¡¨è¿´é¿çè¨æï¼ä½¿ç¨ä»æè¼¸å
¥çæåæ ¼å¼ã";
-$messages["help_rdf_enabled"] = "åç¨æåç¨ç¢çRSSæ°èäº¤ææªæ¡åè½ã";
-$messages["help_temp_folder"] = "pLog系統ç¨ä¾å²åæ«åæªæ¡ç¨çç®éã";
-$messages["help_base_url"] = "系統çç¶²åï¼URï¼ï¼éåé
ç®åå¿
è¦æ£ç¢ºï¼è«å°å¿è¼¸å
¥ã";
-$messages["help_show_posts_max"] = "å¨é¦é 顯示æç« æ¸çé è¨å¼ã";
-$messages["help_recent_posts_max"] = "å¨é¦é ãè¿ææç« ãå表ä¸é¡¯ç¤ºæç« æ¸çé è¨å¼ã";
-$messages["help_template_folder"] = "æ¨¡çæªæ¡çæå¨ç®éè·¯å¾ã";
-$messages["help_default_template"] = "卿°å»ºç¶²èªç«å°æï¼é è¨ä½¿ç¨ç模çã";
-$messages["help_default_locale"] = "å¨ç³»çµ±ç»å
¥ç«é¢ä½¿ç¨ï¼ä»¥åå¨ç¶²èªç«å°ææä½¿ç¨çé è¨èªç³»ã";
-$messages["help_html_allowed_tags_in_comments"] = "å¨ç¼è¡¨è¿´é¿è©è«æå¯ä»¥ä½¿ç¨çHTMLèªæ³æ¨ç±¤ã";
-$messages["help_referer_tracker_enabled"] = "æ¯å¦ä½¿ç¨æç« éåé£çµåè½ã";
-$messages["help_rss_parser_enabled"] = "åç¨æåç¨å¨é é¢ä¸é¡¯ç¤ºå¾ä»ç«éé RSS 交æèä¾çæ°èãï¼å¿
é 卿¨¡çç¶ä¸æä¾RSSåè½ï¼æ¹å¯ä½¿ç¨ï¼ã";
-$messages["help_show_more_enabled"] = "åç¨æåç¨ãé±è®å
¨æãé£çµåè½ã";
-$messages["help_show_more_threshold"] = "å¨ãé±è®å
¨æãé£çµåæè©²è¦æå¤å°åå
çå
§å®¹ã";
-$messages["help_update_article_reads"] = "æ¯å¦ä½¿ç¨å
§å»ºçé»é±ççµ±è¨å·¥å
·è¨ç®æ¯ç¯æç« çé»é±æ¬¡æ¸ã";
-$messages["help_request_format_mode"] = "妿æ¨è¨å®çºãä¸è¬ç¶²åãï¼é£éº¼ç³»çµ±æåç¾çç¶²åï¼å°±æä½¿ç¨å°åæ¸ä»¥getæ¹å¼å³å
¥çä¸è¬æ¹å¼ã妿æ¨é¸ç¨ãè®æå°å¼æææ¼æå°çç°¡æ½ç¶²åãï¼é£éº¼å°±æè®ç¶²åè®å¾ç°¡æ½ï¼æå°å¼æä¹å®¹æå徿¨ç¶²ç«ä¸çå
§å®¹ï¼ä¸éæ¨çApache伺æå¨å¿
é è¦è½å¤ æ¥å.htaccessæªæ¡ä¸çè¦å¯«è¨å®ã";
-$messages["help_xmlrpc_ping_enabled"] = "å¨ç³»çµ±ä¸æäººç¼è¡¨æ°æç« æï¼æ¯å¦éåº XMLRPC éåã";
-$messages["help_xmlrpc_ping_hosts"] = "XMLRPC éåå表ï¼å¦ææ¨è¦åå¤èç¼ééåï¼è«å¨æåæ¡ä¸é¢å å
¥éåç¼éç¶²åï¼æ¯åç¶²åä¸è¡ã";
-$messages["help_trackback_server_enabled"] = "æ¯å¦æ¥åå¾ç«å¤å³ä¾çå¼ç¨éåï¼TrackBackï¼ã";
-$messages["help_htmlarea_enabled"] = "åç¨æåç¨å³è¦å³æå¾ï¼WYSIWYGï¼æç« ç·¨è¼¯ã";
-$messages["help_plugin_manager_enabled"] = "åç¨æåç¨å¤æç¨å¼ã";
-$messages["help_check_email_address_validity"] = "å¨ä½¿ç¨è
註åç³è«æ°çç¶²èªç«å°æï¼æ¯å¦è¦èªè仿填坫çé»åéµä»¶ä¿¡ç®±æ¯å¦æ£ç¢ºã";
-$messages["help_summary_page_show_max"] = "卿è¦é é¢ä¸è¦é¡¯ç¤ºå¤å°é
ç®ã";
-$messages["help_minimum_password_length"] = "å¯ç¢¼æçéè¦å¤å°åå
ã";
-$messages["help_users_can_add_templates"] = "使ç¨è
æ¯å¦å¯ä»¥å¨æ¨¡çè¨ç½®ç¶ä¸ï¼å å
¥å±¬æ¼èªå·±å°å±¬éæ±çæªæ¡ã";
-$messages["help_email_service_enabled"] = "ä½¿ç¨æåç¨ç¨ä¾å¯ééç¥ä¿¡å½çé»åéµä»¶æåã";
-$messages["help_post_notification_source_address"] = "系統éç¥ä¿¡å½çå¯ä»¶äººé»åéµä»¶ä¿¡ç®±ã";
-$messages["help_email_service_type"] = "ç¨ä¾å¯éé»åéµä»¶çæ¹å¼ï¼è«å¨åç¨®æ¹æ³é¸æå
¶ä¸ä¹ä¸ã";
-$messages["help_smtp_host"] = "妿æ¨é¸ç¨SMTPå¯éé»åéµä»¶ï¼è«è¼¸å
¥æ¨è¦ç¨ä¾ç¼ééµä»¶ç主æ©ã";
-$messages["help_smtp_port"] = "åé
è¨å®çSMTP主æ©é£æ¥å ï¼portï¼";
-$messages["help_smtp_use_authentication"] = "SMTPä¸»æ©æ¯å¦éè¦ææ¬èªèã妿éè¦ç話ï¼è«ç¹¼çºå¡«å¯«ä¸é¢å
©é
è¨å®ã";
-$messages["help_smtp_username"] = "妿SMTP主æ©éè¦ææ¬èªèï¼è«å¡«å¯«ä½¿ç¨è
帳èã";
-$messages["help_smtp_password"] = "妿SMTP主æ©éè¦ææ¬èªèï¼è«å¡«å¯«ä½¿ç¨è
å¯ç¢¼ã";
-$messages["help_uploads_enabled"] = "åç¨æåç¨ä¸å³æªæ¡åè½ãéååè½æå½±é¿å°ä½¿ç¨è
è½å¦ä¸å³æ°ç模çå®è£å
ï¼ä»¥å卿¨¡ç䏿·»å æ°çæªæ¡ã";
-$messages["help_maximum_file_upload_size"] = "使ç¨è
ä¸å³æªæ¡å¤§å°çä¸éã";
-$messages["help_upload_forbidden_files"] = "ç¦æ¢ä½¿ç¨è
ä¸å³çæªæ¡é¡åã妿æå¤åä¸åçæªæ¡é¡åï¼è«å¨ä¸åçé¡åéç¨ç©ºç½åéã";
-$messages["help_path_to_tar"] = "ãtarãæä»¤æå¨ç®éã";
-$messages["help_path_to_gzip"] = "ãgzipãæä»¤æå¨ç®éã";
-$messages["help_path_to_bz2"] = "ãbzip2ãæä»¤æå¨ç®éã";
-$messages["help_path_to_unzip"] = "ãunzipãæä»¤æå¨ç®éã";
-
-$messages["add_user_give_information"] = "è«å¨ä»¥ä¸è¡¨å®è¼¸å
¥ç¸éè³è¨ï¼ä¾¿å¯æ°å¢ä½¿ç¨è
ã";
-
-$messages["site_registered_users"] = "以ä¸è¡¨åæ¯ææå¨ç³»çµ±ä¸è¨»åç使ç¨è
ã";
-
-$messages["add_blog_give_information"] = "è«å¨ä»¥ä¸è¡¨å®å¡«å¯«ç¸éè³è¨ä»¥æ°å»ºæ°çç¶²èªç«å°ã";
-$messages["blog_title"] = "ç¶²èªç«å°å稱";
-$messages["blog_owner"] = "ç¶²èªç«å°ç®¡çå¡";
-
-$messages["site_registered_blogs"] = "以ä¸è¡¨åæ¯ç³»çµ±ç¶ä¸ææçç¶²èªç«å°ã";
-$messages["editSiteUsers"] = "管ç使ç¨è
";
-
-$messages["upload_locale"] = "ä¸å³èªç³»æªæ¡";
-$messages["use_this_form_to_upload_locale"] = "æ¨å¯ä»¥ç¨ä»¥ä¸è¡¨å®ä¸å³èªç³»æªå°ä¼ºæå¨ä¸ï¼å¦ææ¨æ²æè¾¦æ³ä¸å³æªæ¡ç話ï¼é£éº¼è«ä½¿ç¨ä¸é¢å¦å¤ä¸å表å®ã";
-$messages["locale_file"] = "æªæ¡";
-$messages["manually_add_locale"] = "æåæ°å¢èªç³»";
-$messages["use_this_form_if_cant_upload_locale"] = "ç¶æ¨ç¡æ³ç¨ç覽å¨å°èªç³»æªä¸å³å°ä¼ºæå¨ä¸æï¼è«ä½¿ç¨éåU表å®ãè«æ³¨æï¼æ¨å¿
é å
å°èªç³»æªè¤è£½å°ä¸»æ©çèªç³»ç®éä¸ï¼ä¸ç¶ä¾¿æç¼çé¯èª¤ã";
-$messages["locale_code"] = "èªç³»ä»£ç¢¼";
-$messages["locale_encoding"] = "編碼æ¹å¼";
-
-$messages["template_will_be_available_for_all"] = "ææçç¶²èªç«å°æ¥ä¸ä¾é½å¯ä»¥ä½¿ç¨éåæ°æ¨¡çã";
-
-$messages["use_this_form_to_upload_template"] = "æ¨å¯ä»¥ç¨éå表å®ï¼å°æ¨¡çå®è£å
ä¸å³å°ä¼ºæå¨ä¸ãå¦ææ¨æ²æè¾¦æ³ç¨ç覽å¨ä¸å³ï¼è«ä½¿ç¨ä¸æ¹çå¦ä¸å表å®ãä¸å³æªæ¡å¿
é æ¯ä»¥zipãtar.gzætar.bz2æ ¼å¼çå£ç¸®æªã";
-$messages["locale_file"] = "æªæ¡";
-$messages["upload_template"] = "ä¸å³æ¨¡ç";
-$messages["manually_add_template"] = "æåæ°å¢æ¨¡ç";
-$messages["use_this_form_if_cannot_upload_template"] = "å¦ææ¨æ²æè¾¦æ³ç¨ç覽å¨ä¸å³æ¨¡çå®è£å
ï¼è«ä½¿ç¨éåå¨éå表å®ãæ¨å¨æ¤æè¼¸å
¥çæªåå¿
é è卿¨¡çç®éä¸çæªæ¡ç¸ç¬¦ï¼ä¸ç¶å°±æç¢çé¯èª¤ã";
-$messages["template_id"] = "模çID";
-
-$messages["templates_available_for_all"] = "æ¬æ¨¡çå¯ä¾ç³»çµ±ä¸ææçç¶²èªç«å°ä½¿ç¨ã";
-$messages["add_file"] = "æ°å¢æªæ¡";
-
-$messages["setting_name"] = "å稱";
-$messages["setting_value"] = "æ¸å¼";
-$messages["setting_description"] = "ç¸éæè¿°";
-
-$messages["plain"] = "ä¸è¬ç¶²å";
-$messages["search_engine_friendly"] = "è®æå°å¼æææ¼æå°çç°¡æ½ç¶²å";
-
-$messages["general_settings"] = "ä¸è¬è¨å®";
-$messages["helper_tools_settings"] = "說æå·¥å
·è¨å®";
-$messages["uploads_settings"] = "ä¸å³è¨å®";
-$messages["email_settings"] = "é»åéµä»¶è¨å®";
-
-$messages["number_blogs"] = "ç¶²èªç«å°æ¸";
-$messages["number_users"] = "使ç¨è
æ¸";
-$messages["number_posts"] = "æç« æ¸";
-$messages["number_posts_today"] = "仿¥ç¼è¡¨æç« æ¸";
-$messages["number_posts_this_month"] = "æ¬æç¼è¡¨æç« æ¸";
-
-$messages["date"] = "æ¥æ";
-$messages["time"] = "æé";
-
-$messages["comments_order"] = "è¿´é¿çè¨æåºæ¹å¼:";
-$messages["oldest_first"] = "èçå¨å";
-$messages["newest_first"] = "æ°çå¨å";
-
-$messages["blog"] = "ç¶²èªç«å°";
-$messages["blog_id"] = "ç¶²èªç«å°ID";
-
-$messages["showBlogUsers"] = "ç¶²èªç«å°ä½¿ç¨è
";
-$messages["available_users"] = "Available Users";
-$messages["add"] = "æ°å¢";
-$messages["remove"] = "åªé¤";
-
-$messages["user_id"] = "使ç¨è
ID";
-
-$messages["new_password"] = "æ°å¯ç¢¼";
-$messages["has_administrator_privileges"] = "ææç®¡çè
æ¬é";
-$messages["related_to_the_following_blogs"] = "該使ç¨è
å¯ä»¥ä½¿ç¨çç¶²èªç«å°";
-
-$messages["add_user_to_blog_form"] = "æ¨å¯ä»¥ç¨ä»¥ä¸è¡¨å®ï¼å°å
¶ä»ä½¿ç¨è
å å
¥æ¨çç¶²èªä½è
è¡åä¸ã使ç¨è
å¨å å
¥ä¹å¾ï¼å¯ä»¥ç¼è¡¨æç·¨è¼¯æç« ï¼ä½æ¯ä¸è½å¤ ä¿®æ¹æ¨çç¶²èªç«å°è¨å®ã";
-$messages["add_user_enter_username"] = "è«è¼¸å
¥éä½ä½¿ç¨è
ç帳èãå¦æç³»çµ±ä¸æ²æéå帳èï¼ä¾¿ç¡æ³å å
¥ã";
-$messages["add_user_send_notification"] = "ç¨é»åéµä»¶éç¥éå使ç¨è
ã";
-$messages["add_user_type_notification"] = "è«è¼¸å
¥æ¨è¦éç¥éä½ä½¿ç¨è
çä¿¡ä»¶å
§å®¹";
-
-$messages["following_users_have_permissions"] = "以䏿¯ç¶²èªç«å°ä¸çä½è
åå®ãä»åå¯ä»¥æ°å¢ã編輯æåªé¤ç¶²èªå
§å®¹ï¼ä½æ¯ä¸è½å¤ ä¿®æ¹éåç¶²èªç«å°çç¸éè¨å®ã";
-$messages["revoke_permissions"] = "åæ¶ä½¿ç¨æ¬é";
-
-$messages["newBlogTemplate"] = "æ°å¢ç¶²èªæ¨¡ç";
-$messages["manually_newBlogTemplate"] = "æåæ°å¢ç¶²èªæ¨¡ç";
-$messages["template_available_only_for_this_blog"] = "é忍¡çå
ä¾ç®åæå¨çç¶²èªç«å°ä½¿ç¨ã";
-$messages["use_form_to_upload_blog_template"] = "æ¨å¯ä»¥ç¨éå表å®ï¼å°æ¨¡çå®è£å
ä¸å³å°ä¼ºæå¨ä¸ãå¦ææ¨æ²æè¾¦æ³ç¨ç覽å¨ä¸å³ï¼è«ä½¿ç¨ä¸æ¹çå¦ä¸å表å®ãä¸å³æªæ¡å¿
é æ¯ä»¥zipãtar.gzætar.bz2æ ¼å¼çå£ç¸®æªã";
-$messages["use_form_if_cannot_upload_blog_template"] = "å¦ææ¨æ²æè¾¦æ³ç¨ç覽å¨ä¸å³æ¨¡çå®è£å
ï¼è«ä½¿ç¨éåå¨éå表å®ãæ¨å¨æ¤æè¼¸å
¥çæªåå¿
é è卿¨¡çç®éä¸çæªæ¡ç¸ç¬¦ï¼ä¸ç¶å°±æç¢çé¯èª¤ã";
-
-$messages["blogTemplates"] = "ç¶²èªæ¨¡ç";
-$messages["templates_only_available_for_this_blog"] = "以䏿¯å¯ä¾ç®åæå¨ç¶²èªç«å°ä½¿ç¨ç模çã.";
-
-$messages["add_file_to_blog_template"] = "æ°å¢æªæ¡å°ç¶²èªæ¨¡çä¸";
-$messages["upload_file_to_blog_template"] = "è«ä¸å³æ¨æ³è¦å å
¥å°æ¨¡çè¨ç½®ç¶ä¸çæªæ¡ã";
-
-$messages["error_user_id_incorrect"] = "使ç¨è
ID䏿£ç¢ºã";
-$messages["error_incorrect_user_id"] = $messages["error_user_id_incorrect"];
-$messages["error_fetching_user_information"] = "å¨è®å使ç¨è
è³ææç¼çé¯èª¤ã";
-$messages["error_password_incorrect"] = "å¯ç¢¼å¤ªçæå¯ç¢¼é¯èª¤ã";
-$messages["error_updating_user_settings"] = "ææ²æè¾¦æ³æ´æ°éä½ä½¿ç¨è
çè¨å®ã";
-$messages["user_settings_updated_ok"] = "使ç¨è
ã%sãçè¨å®é 婿´æ°ã";
-$messages["error_no_users_selected_to_add"] = "æ¨æ²æé¸æè¦æ°å¢ç使ç¨è
ã";
-$messages["user_added_to_blog_ok"] = "使ç¨è
ã%sãå·²ç¶é å©å å
¥ä½è
è¡åã";
-$messages["error_adding_user_to_blog"] = "å¨å å
¥ä½¿ç¨è
ã%sãæç¼çåé¡ã";
-$messages["error_no_users_selected_to_remove"] = "æ¨æ²æé¸æè¦ç§»é¤ç使ç¨è
ã";
-$messages["user_removed_from_blog_ok"] = "使ç¨è
ã%sãå·²ç¶å¾ä½è
è¡åä¸ç§»é¤ã";
-$messages["error_removing_user_from_blog"] = "å¨ç§»é¤ä½¿ç¨è
ã%sãæç¼çåé¡ã";
-
-$messages["error_incorrect_plugin_id"] = "夿ç¨å¼ID䏿£ç¢ºã";
-$messages["error_configuring_plugin"] = "å¨è¨å®å¤æç¨å¼æç¼çåé¡ï¼";
-$messages["site_config_saved_ok"] = "ç«å°è¨å®å·²é å©å²åã";
-$messages["error_saving_site_config"] = "å¨å²åç«å°è¨ç½®æç¼çåé¡ã";
-
-$messages["error_incorrect_blog_owner"] = "è¦è¨å®çºç¶²èªç«å°ç®¡çå¡ç使ç¨è
ä¸åå¨ã";
-$messages["error_updating_blog_settings"] = "卿´æ°ã%sãéåç¶²èªç«å°çè¨å®æç¼çåé¡ã";
-$messages["blog_settings_updated_ok"] = "ç¶²èªç«å°ã%sãçè¨ç½®å·²é 婿´æ°ã";
-
-$messages["error_fetching_users"] = "å¨è®åéåç¶²èªç«å°ç使ç¨è
è³ææç¼çåé¡ã";
-
-$messages["error_fetching_blogs"] = "å¨å¾ç³»çµ±ä¸è®åç¶²èªç«å°å表æç¼çåé¡ã";
-
-$messages["error_incorrect_template_id"] = "模çID䏿£ç¢ºæä¸åå¨ã";
-
-$messages["error_no_users_selected"] = "æ¨æ²æé¸æè¦åªé¤ç使ç¨è
ã";
-$messages["error_could_not_find_user"] = "å¨ç³»çµ±ä¸æ¾ä¸å°ã%sãéä½ä½¿ç¨è
ã";
-$messages["error_deleting_user"] = "å¨åªé¤ä½¿ç¨è
ã%sãæç¼çé¯èª¤ã";
-$messages["user_deleted_ok"] = "使ç¨è
ã%sãå·²é å©åªé¤ã";
-
-$messages["error_must_give_blog_name"] = "æ¨å¿
é 輸å
¥éåç¶²èªç«å°çæ£ç¢ºå稱ã";
-$messages["error_adding_blog"] = "å¨å°éåç¶²èªç«å°å å
¥è³æåº«æç¼çé¯èª¤ã";
-$messages["blog_added_ok"] = "æ°çç¶²èªç«å°ã%sãå·²æåå å
¥è³æåº«ä¸ã";
-
-$messages["error_template_not_inside_folder"] = "æ¨¡çæªæ¡å¿
é æ¾å¨æåç®éç¶ä¸ã";
-$messages["error_missing_base_files"] = "å¨é忍¡çè¨ç½®ä¸æäºåºæ¬æªæ¡ä¸è¦äºã";
-$messages["error_unpacking"] = "å¨è§£å£ç¸®æç¼çé¯èª¤ã";
-$messages["error_forbidden_extensions"] = "å¨é忍¡çè¨ç½®ä¸æäºæªæ¡ç¦æ¢ååã";
-$messages["error_creating_working_folder"] = "卿ª¢æ¥æ¨¡çè¨ç½®æç¼çé¯èª¤ã";
-$messages["error_checking_template"] = "模çè¨ç½®ç¼çé¯èª¤ (code = %s)";
-$messages["error_add_template_disabled"] = "æ¬ç«ä¸å
許使ç¨è
æ°å¢æ¨¡çæªæ¡ã";
-$messages["error_must_upload_file"] = "æ¨å¿
é ä¸å³æªæ¡ã";
-$messages["error_no_template_name"] = "æ¨å¿
é 輸å
¥æ¨¡çå稱ã";
-$messages["error_uploads_disabled"] = "æ¬ç«å·²ééæªæ¡ä¸å³åè½ã";
-$messages["error_installing_template"] = "å¨å®è£æ¨¡çè¨ç½®æç¼çé¯èª¤ã";
-$messages["template_installed_ok"] = "æ°ç模çè¨ç½®ã %sãå·²ç¶é å©å®è£å®æã";
-
-$messages["error_adding_template_file"] = "å¨å°æªæ¡å å
¥æ¨¡çè¨ç½®æç¼çé¯èª¤ã";
-$messages["error_file_forbidden"] = "系統ä¸å
許æ¨ä¸å³éåæªæ¡é¡åçæªæ¡ã";
-$messages["error_file_too_big"] = "æªæ¡å¤ªå¤§ï¼ä¸å³æªæ¡ç大å°ä¸éæ¯ %s bytesã";
-$messages["template_file_added_ok"] = "æªæ¡ä»¥æåæ°å¢è³ã%sãæ¨¡çè¨ç½®ä¸ã";
-
-$messages["error_plugin_cannot_be_configured"] = "æ¨ä¸è½å¤ å°éå夿ç¨å¼é²è¡è¨å®ã";
-
-$messages["error_incorrect_username"] = "使ç¨è
åç¨±ä¸æ£ç¢ºã";
-$messages["error_username_already_exists"] = "å·²ç¶æäººè¨»åäºç¸åçå稱äºã";
-$messages["error_adding_user"] = "å¨å°ä½¿ç¨è
æ°å¢è³è³æåº«æç¼çé¯èª¤ã";
-$messages["user_added_ok"] = "æ°ä½¿ç¨è
帳èã%sãå·²é 婿°å¢ã";
-
-$messages["error_no_blogs_selected"] = "æ¨å¿
é è¦é¸ææ¨ææ³è¦åªé¤çç¶²èªç«å°ã";
-$messages["error_blog_is_default_blog"] = "ã%sãæ¯ç³»çµ±é è¨ç¶²èªç«å°ï¼ç¡æ³åªé¤ã";
-$messages["blog_deleted_ok"] = "ã%sãç¶²èªç«å°å·²é å©åªé¤ã";
-$messages["error_deleting_blog"] = "å¨åªé¤ã%sãéåç¶²èªç«å°æç¼çé¯èª¤ã";
-
-$messages["error_no_templates_selected"] = "æ¨æ²æé¸æä»»ä½æ¨¡çï¼ç¡æ³åªé¤ã";
-$messages["error_removing_template"] = "å¨åªé¤æ¨¡çã%sãæç¼çé¯èª¤ã";
-$messages["template_removed_ok"] = "ã%sãæ¨¡çå·²é å©åªé¤ã";
-
-$messages["error_no_users_selected_to_remove_from_blog"] = "æ¨æ²æé¸æä»»ä½è¦å¾éåç¶²èªç«å°ç§»é¤çä½è
ã";
-$messages["error_removing_user_from_blog"] = "å¨å°ä½¿ç¨è
ã%sã徿¬ç¶²èªç«å°ä½è
è¡åä¸ç§»é¤æç¼çé¯èª¤ã";
-$messages["user_removed_from_blog_ok"] = "使ç¨è
ã%sãå·²ç¶é å©å¾æ¬ç«ä½è
è¡åä¸åªé¤ã";
-
-$messages["error_incorrect_locale_code"] = "æ¨æè¼¸å
¥çèªç³»ä»£ç¢¼ä¸æ£ç¢ºã";
-$messages["error_invalid_locale_file"] = "éåæªæ¡ä¸¦ä¸æ¯æ£ç¢ºçèªç³»æªæ¡ã";
-$messages["error_adding_locale_file"] = "卿°å¢èªç³»æªæ¡æç¼çé¯èª¤ãè«ç¢ºå®æªæ¡å·²ç¶ä¸å³å°èªç³»æªæ¡ç®éä¸ï¼ä¸¦ä¸æª¢æ¥æªæ¡æ¬éæ¯å¦æ£ç¢ºã";
-$messages["locale_added_ok"] = "èªç³»ã%sãå·²ç¶é 婿°å¢";
-$messages["error_saving_locale"] = "å¨å°æ°çèªç³»æªæ¡å²åè³èªç³»æªæ¡ç®éæç¼çé¯èª¤ãè«æª¢æ¥æªæ¡ç®éç寫å
¥æ¬éæ¯å¦æ£ç¢ºã";
-
-$messages["error_no_locales_selected"] = "æ¨æ²æé¸æè¦åªé¤çèªç³»ã";
-$messages["error_deleting_only_locale"] = "æ¨ä¸å¯ä»¥åªé¤éåèªç³»æªæ¡ï¼å çºéæ¯ç³»çµ±ä¸ç®åå¯ä¸çèªç³»æªæ¡ã";
-$messages["locale_deleted_ok"] = "ã%sãèªç³»å·²é å©åªé¤ã";
-$messages["error_deleting_locale"] = "å¨åªé¤ã%sãèªç³»æç¼çé¯èª¤ã";
-$messages["error_cant_delete_default_locale"] = "æ¨ä¸å¯ä»¥åªé¤ã%sãèªç³»ï¼å çºéæ¯ç³»çµ±ç®åçé è¨èªç³»ã";
-$messages["plugin_config"] = "夿ç¨å¼è¨å®";
-$messages["use_read_more_feature"] = "æ¨æ¾å¨é¦é æç« åªè¦é¡¯ç¤ºãå
§æãé¨åï¼èä¸è¦é¡¯ç¤ºã延伸å
§æãï¼";
-$messages["extended_text"] = "延伸å
§æï¼æ¨å¨æ¤è¼¸å
¥çæååªæå¨å®ç¯å½æ´çæ
ä¸é¡¯ç¤ºï¼é¤éæ¨å¨ãè¨å®ãé é¢ä¸ä¿®æ¹äºè¨å®ã";
-
-$messages["error_must_give_post_intro"] = "æ¨å¿
é è¦è¼¸å
¥éç¯æç« çä»ç´¹æåã";
-$messages["error_no_albums_defined"] = "æ¬ç¶²èªç«å°ä¸éæ²æè³æå¤¾ã";
-$messages["error_fetching_album"] = "å¨è®åæå®è³æå¤¾æç¼çé¯èª¤ã";
-$messages["comment_marked_as_spam_ok"] = "æ¨å·²ç¶é å©å°æ¬ç¯è¿´é¿çè¨æ¨ç¤ºçºåå¾çè¨ã";
-$messages["comment_marked_as_nonspam_ok"] = "æ¨å·²ç¶é å©å°æ¬ç¯è¿´é¿çè¨æ¨ç¤ºçºæ£å¸¸çè¨ã";
-$messages["error_marking_comment_as_nonspam"] = "å¨å°æ¬ç¯è¿´é¿çè¨æ¨ç¤ºçºåå¾çè¨æç¼çé¯èª¤ã";
-$messages["error_marking_comment_as_spam"] = "å¨å°æ¬ç¯è¿´é¿çè¨æ¨ç¤ºçºæ£å¸¸çè¨æç¼çé¯èª¤ã";
-$messages["error_incorrect_comment_id"] = "çè¨è¿´é¿ID䏿£ç¢ºã";
-
-
-///// new help messages ////
-
-//
-// translators: this one has changed too since we now have two text boxes: one for the
-// text that we'd like to appear in the main page and another one for the text that
-// will only be shown in the 'post' page (that is, when the users clicks on the
-// permalink, for example)
-//
-$messages["help_newPost"] = "<p>妿æ¨è¦ç¼è¡¨æ°æç« ï¼è«ä½¿ç¨éåé 颿æä¾çåè½ãæ¨å¿
é è¦å¡«å¯«æç« çæ¨é¡ä»¥åå
§æï¼ç¶æ¨å®æçæåï¼è«æä¸ã<b>ç¼è¡¨ï¼</b>ãæéï¼éç¯æç« å°±æå²åå°ç³»çµ±ä¸ãè«æ³¨æï¼å¦ææ¨å¸æéç¯æç« åºç¾å¨é¦é ä¸ï¼æ¨å¿
é å° éç¯æç« ççæ
è¨å®çºã<b>å®ç¨¿</b>ããè妿æ¨éæ²æå®æéç¯æç« ï¼æ¨å叿å°éç¯æç« å
æ«åèµ·ä¾ï¼ç¨å¾ååä¿®æ¹å®æï¼è«å°æç« è¨å®çºã<b>è稿</b>ãçæ
ã</p><p>å¨ä¸æ¹çå
§æè¼¸å
¥æ¡æè¼¸å
¥çå
§å®¹ï¼æåºç¾å¨é¦é ä¸ã妿æ¨å¸æè¼¸å
¥ä¸äºå¨é¦é ä¸ä¸æé¡¯ç¤ºã使¯å¨ä½¿ç¨è
ç¨é»ä¸ãé±è®å
¨æãé£çµï¼é»å
¥æç« é 颿æé¡¯ç¤ºçæåï¼æ¨å¯ä»¥ç¨ç¬¬äºåæå輸å
¥æ¡è¼¸å
¥ï¼è¼¸å
¥çæåæèªåå å
¥å°æä»¶çææ«èãæ¨ä¹å¯ä»¥ç¨ãè¨å®ãé é¢èª¿æ´æ¯å¦è¦è®å»¶ä¼¸å
§æåºç¾å¨é¦é ä¸ï¼å¨é¦é å¯ä»¥é¡¯ç¤ºå
¨é¨çå
§æã</p><p>æ¨ä¹å¯ä»¥å°æç« æ¸é¡å°æ¨å
åæè¨å®çåé¡ä¸ï¼åªè¦å¨ã<b>åé¡</b>ã䏿é¸å®ä¸é¸åå³å¯ã</p><p>å¦ææ¨æ³è¦å¨æäººå°éç¯æç« ç¼è¡¨è¿´é¿æï¼æ¶å°é»åéµä»¶éç¥ï¼è«å¾é¸ä¸æ¹çå¾é¸æ¹å¡ã</p><p>妿æ¨å¾é¸äºã<b>ç¼éå¼ç¨éå</b>ãæ¹å¡ï¼æ¨å¯ä»¥å°æ¨æä¸ææå°çç¶²èªç¼ééåï¼ä¸éåææ¯å°æ¹ä¸»æ©ä¹æä¾æ¯æ´ã系統ææçæ¨çæç« 䏿æå°åªäºé£çµï¼ç¶å¾æ¨å¯ä»¥ç¹¼çºå¾é¸æ³è¦ç¼éçé£çµï¼ç¶å¾éåºã</p>";
-
-$messages["updatePost"] = $messages["help_newPost"];
-
-$messages["help_newBlogUser"] = "ãæ°å¢ä½¿ç¨è
ãéååè½å¯ä»¥è®æ¨ç°¡å®ç編輯éåç¶²èªç«å°å
¶ä»ä½¿ç¨è
çæ¬éãé¦å
ï¼æ¨å¿
é ç¥éå°æ¹ç帳èå稱ï¼å¦ææ¨å·²ç¶ç¥éäºï¼é£éº¼ï¼è«æå¸³èå稱éµå
¥æåæ¡ï¼ç¶å¾æä¸ãæ°å¢ä½¿ç¨è
ãæéãæ¨ä¹å¯ä»¥åæå¯éä¸å°é»åéµä»¶éç¥å°æ¹ï¼å訴ä»å·²ç¶ææåèæ¨çç¶²èªç«å°çæ¬éã";
-
-$messages["help_showBlogUsers"] = "é é¢ä¸åºç¾çæ¯å
·æç·¨è¼¯æ¨ç¶²èªç«å°ä¸æç« æ¬éç使ç¨è
åè¡¨ãæ¨å¯ä»¥æª¢è¦ä»åçåäººåºæ¬è³æãå¦ææ¨æ³è¦åæ¶ä»åçæ¬éï¼è«å¨åå®ä¸å¾é¸å¾ï¼æä¸ãåæ¶ä½¿ç¨æ¬éãæéãåªè¦æ¨åæ¶äºä»åçæ¬éï¼ä»åå°±åä¹ä¸è½å¨æ¨çç¶²èªç«å°ä¸ç¼è¡¨æç« äºã";
-
-//
-// note to translators:
-//
-// added some additional text here to inform about the new "configure" feature
-//
-$messages["help_pluginCenter"] = "<p>æ¨å¯ä»¥å¨é裡å¯çææå·²å®è£ç夿ç¨å¼ãæ¨å¯ä»¥çå°ï¼æ¯ä¸å夿ç¨å¼é½ææä¸åIDï¼ç¶æ¨å¨è¨è¨æ¨¡ç並ä¸éè¦ç¨å°éå夿ç¨å¼åè½çæåï¼å°±æç¨å°éåIDï¼ãä½è
å稱ã以åä¸äºç°¡å®çç¸éæè¿°ï¼ä»¥å主è¦ç¨éã</p><p>æäºå¤æç¨å¼åææä¾ç®¡çé é¢ï¼è®æ¨å¯ä»¥èª¿æ´ä¸äºè¨å®ï¼æ¨åªéè¦æä¸ãconfigureãå³å¯ã</p>";
-
-$messages["configurePlugin"] = "éå夿ç¨å¼ä¸æä¾è¨å®åè½ã";
-
-$messages["help_newBlogTemplate"] = "<p>ç確ï¼è¦æ°å¢è¦æ°å¢æ°ç模çå°ç³»çµ±ä¸ï¼å¯è½ä¸æ¯é£éº¼å®¹æã妿æ¨è¦æ°å¢æ°ç模çï¼æå
©ç¨®æ¹æ³ï¼å
¶ä¸æ¯å°æ¨¡çè¨ç½®å£ç¸®æä¸åå£ç¸®æªï¼å
æ¬tar.gzãtar.bz2以åzipæªæ¡ï¼å¾ä¸å³ï¼å
¶äºæ¯å¨æåä¸å³å¾ï¼å¨å°æ¨¡çå å
¥ç³»çµ±è³æåº«ç¶ä¸ã</p><p>妿æ¨é¸ç¨ç¬¬ä¸ç¨®ç¼è¨ªï¼é£éº¼æ¨æå¡«å
¥çè³æå°±æ¯æ¨è¦ä¸å³çæªæ¡çæªåã</p><p>妿æ¨é¸ç¨ç¬¬äºç¨®æ¹æ³ï¼é£éº¼å°±æ¯è«å
å°æ¨¡çä¸å³å°æ¨¡çç®éç¶ä¸çæåç®éï¼ç¶å¾è¼¸å
¥éåç®éçå稱ã</p><p>妿æ¨å¨é裡å å
¥äºæäºå¤æç¨å¼åè½ï¼é£éº¼å
¶ä»çç¶²èªç«å°æ¯ä¸è½ä½¿ç¨éäºå¤æç¨å¼çã</p>";
-
-$messages["help_blogTemplates"] = "<p>以䏿¯ææå¢å è³æ¨ç®åæå¨ç¶²èªç«å°ä½¿ç¨ç模çå表ãå¦ææ¨æ³è¦åªé¤ç¶ä¸çæäºè¿·çï¼è«å¨å¾é¸å¾ï¼æä¸ãåªé¤é¸æçé
ç®ãæéãæ¨¡çå¨åªé¤ä¹å¾ï¼ä¾¿ç¡æ³éåã</p>";
-
-$messages["help_adminSettings"] = "<p>é裡æ¯ä¸äºç«å°çåºæ¬çµ±è¨ã</p>";
-
-$messages["help_createUser"] = "<p>æåå¯ä»¥ç¨éå表å®ï¼è¼æçå¨ç³»çµ±ä¸å å
¥æ°ç使ç¨è
ãæååªéè¦è¼¸å
¥ä½¿ç¨è
çå稱以åå¯ç¢¼ï¼ææ¯é¡å¤è¼¸å
¥ä½¿ç¨è
çé»åéµä»¶ä¿¡ç®±ãæ°å¢ç使ç¨è
ç¡æ³ä½¿ç¨ä»»ä½çç¶²èªç«å°ï¼é¤éæ¨å°ä½¿ç¨è
å å°æåç¶²èªç«å°çä½è
åå®ï¼ææ¯çºä»å»ºç«æ°çç¶²èªç«å°ã</p>";
-
-$messages["editUserProfile"] = "<p>å¨é裡æåå¯ä»¥ä¿®æ¹ä½¿ç¨è
çåäººåºæ¬è³æãæåå¯ä»¥è¨å®è®ä½¿ç¨è
æ¯å¦ææç®¡ç塿¬éãæ¬é ä¹åæé¡¯ç¤ºäºè©²ä½¿ç¨è
å¯ä»¥ä½¿ç¨çç¶²èªç«å°åå®ã</p>";
-
-$messages["help_editSiteUsers"] = "<p>以䏿¯ç³»çµ±ä¸ææç已註å使ç¨è
åå®ãæ¨å¯ä»¥å¯çæç·¨è¼¯ä»åç使ç¨è
åäººè³æï¼æ¨ä¹å¯ä»¥åªé¤ä½¿ç¨è
ã妿æ¨è¦åªé¤ä½¿ç¨è
ï¼è«å¨å¾é¸æè¦åªé¤çé
ç®ä¹å¾ï¼æä¸ã<b>åªé¤é¸æçé
ç®</b>ãæéãè«æ³¨æï¼ä½¿ç¨è
å¨è¢«åªé¤ä¹å¾ï¼ä¾¿ç¡æ³éåï¼è«åå¿
å°å¿ã</p>";
-
-$messages["help_createBlog"] = "<p>卿¨æ¶è¨äºä¸åpLog系統å¾ï¼æ¨å¯ä»¥å¨ç³»çµ±ä¸å»ºç«è¨±å¤çç¶²èªç«å°ã使ç¨è
å¯ä»¥ç¨è¨»åçæ¹å¼å»ºç«èªå·±çç«å°ï¼ä¸é系統管çè
ä¹å¯ä»¥ç¨ééæä¾ç表å®å»ºç«æ°çç¶²èªç«å°ãæ¨å¯ä¸éè¦è¼¸å
¥çå°±æ¯æ°çç¶²èªç«å°çå稱ï¼éæè¨å®èª°æ¯éåææéåç¶²èªç«å°ç®¡çæ¬éç管çè
ã</p>";
-
- $messages["help_editSiteBlogs"] = "<p>é裡æ¯ç³»çµ±ä¸çææç¶²èªç«å°åè¡¨ãæ¨å¯ä»¥å¨å¾é¸ä¹å¾ï¼æä¸ã<b>åªé¤é¸æçé
ç®</b>ãæéåªé¤è¡¨ä¸çç¶²èªç«å°ï¼ä¸é妿æ¨è¦åªé¤ç³»çµ±é è¨çç¶²èªç«å°ï¼è«è¦ã<b>å
¨ç«ç³»çµ±ç®¡ç</b>ãç¶ä¸çã<b>å
¨åè¨å®</b>ãé é¢ï¼ï¼é£éº¼ä¾¿æåºç¾é¯èª¤ã</p><p>æåä¹å¯ä»¥å¨é»é¸ç¶²èªç«å°å稱å¾ï¼ä¿®æ¹åå¥ç¶²èªç«å°çè¨å®ã</p><p>æå¾ï¼æåå¯ä»¥ã<b>管ç使ç¨è
</b>ãï¼ä¿®æ¹å¯ä»¥ä½¿ç¨éåç¶²èªç«å°çææ¬åå®ã</p>";
-
-$messages["editBlog"] = "<p>å¨é鿍å¯ä»¥åä¸è¬ä½¿ç¨è
䏿¨£ä¿®æ¹ç¶²èªç«å°çç¸éè¨å®ãä¸éæä¸é»æ¯è¼ä¸ä¸æ¨£ï¼é£å°±æ¯ï¼ç³»çµ±ç®¡çå¡ä¹å¯ä»¥é¨æä¿®æ¹ç¶²èªç«å°ç管çè
ææå¥äººã</p>";
-
-$messages["editBlogUsers"] = "<p>å¨éåé é¢ä¸ï¼æ¨å¯ä»¥ç¨è¦è¦ºåçæ¹å¼ï¼æ°å¢æåªé¤ä½¿ç¨è
ä½¿ç¨æ¨ææå®çç¶²èªç«å°çæ¬éãå¨ç«é¢çå·¦æ¹ï¼æ¯éæ²æä½¿ç¨éåç¶²èªç«å°æ¬é使ç¨è
çåå®ï¼è峿¹åæ¯ææä½¿ç¨éåç¶²èªç«å°ç使ç¨è
åå®ãè¦æ°å¢ï¼ä¸åæå¤åï¼ä½¿ç¨è
ï¼è«å
å¨å·¦æ¹é¸å®å¾ï¼æä¸ã<b>æ°å¢</b>ãæéï¼åä¹ï¼å°±æ¯å¨å³æ¹é¸å®å¥½ä½¿ç¨è
å¾ï¼æä¸ã<b>åªé¤</b>ãæéã</p><p>æ¨ä¹å¯ä»¥ç¨ä¸æ¹ç䏿é¸å®ï¼åæç¶²èªç«å°ç管çè
ã</p>";
-
-$messages["help_newLocale"] = "<p>æ¨å¯ä»¥å¨é裡æ°å¢èªç³»æªæ¡ã妿æ¨å¯ä»¥ç¨ç覽å¨ä¸å³æªæ¡ï¼è«ç¨ç¬¬ä¸å表å®ãè«é¸æå¥½æ¨åæ¾å¨æ¨èªå·±ç¡¬ç¢ä¸çæªæ¡å¾ï¼æä¸ã<b>ä¸å³èªç³»æªæ¡</b>ãæéå³å¯ãä¸éè«æ³¨æï¼å¨ä¸å³çæåï¼ä¼ºæå¨ä¸çèªç³»æªæ¡ç®éç寫å
¥æ¬éå¿
é æ¯æéçãå¦æä¼ºæå¨ä¸å·²ç¶æäºä¸åç¸åçèªç³»æªæ¡ï¼é£éº¼å°±ææææ°çã</p><p>妿æ¨ç¡æ³ä½¿ç¨ç覽å¨ä¸å³æªæ¡ï¼é£éº¼æ¨å¿
é å¦å¤æåä¸å³èªç³»æªå°ä¼ºæå¨èªç³»æªæ¡ç®éä¸ï¼å¦ææ¨å·²ç¶ä¸å³å¥½çæªæ¡ï¼é£éº¼è«ç¨ç¬¬äºå表å®å¡«å
¥èªç³»æªæ¡æªåå¨ãlocale_ãå¾çèªç³»ä»£ç¢¼ã</p><p>èªç³»æªæ¡çå½åè¦åå¿
é æ¯ãlocale_ll_CCãï¼ã11ãä»£è¡¨çæ¯å
©ååå
çèªè¨ä»£èï¼èãCCã乿¯å
©ååå
çåå®¶æå°åå稱ãå¦ææªæ¡ä¸æ¯æç
§éåè¦åå½åï¼é£éº¼å°±æè¢«è¦çºæ¯ç¡æçèªç³»æªæ¡ã</p>";
-
-$messages["help_siteLocales"] = "<p>以䏿¯ææç³»çµ±ä¸å·²ç¶å®è£å¥½çèªç³»æªæ¡åè¡¨ãæ¨å¯ä»¥çå°èªç³»çå稱以åæä½¿ç¨çæå編碼æ¹å¼ãå¦å¤ï¼æ¨ä¹å¯ä»¥å¨å¾é¸èªç³»æªæ¡ä¹å¾ï¼æä¸ãåªé¤é¸æçé
ç®ãæéï¼åªé¤èªç³»æªæ¡</p>";
-
-$messages["help_newTemplate"] = "<p>æ¨å¯ä»¥è¼æçä¸å³æ°ç模çã妿æ¨è¦ä¸å³æ°ç模çï¼æå
©ç¨®æ¹æ³ï¼å
¶ä¸æ¯å°æ´å模çå£ç¸®æªä¸å³å°ä¼ºæå¨ä¸ï¼å£ç¸®æªå¿
é æ¯tar.gzãtar.bz2æzipæ ¼å¼ï¼ï¼å
¶äºæ¯ä¸å³å¾æåæ°å¢ã</p><p>妿æ¨é¸æç¬¬ä¸ç¨®æ¹å¼ï¼å£ç¸®æªæ¡ç¶ä¸çååæªæ¡å¿
é æ¾ç½®å¨ä¸åç®éä¹ä¸ï¼éåç®éçåç¨±å°±æ¯æ¨¡ççå稱ã</p><p>妿æ¨é¸æç¬¬äºç¨®ç¼èªï¼é£éº¼è«å¨å°æªæ¡ä¸å³å°pLog系統ä¸ç模çç®éä¸ï¼ç¶å¾å¨è¡¨å®ä¸çæå輸å
¥æ¹å¡è¼¸å
¥æ¨¡ççå稱ã</p><p>卿¨¡çç¶ä¸ç夿ç¨å¼å°æä¾<b>ææç</b>ç¶²èªç«å°ä½¿ç¨ã</p>";
-
-$messages["help_siteTemplates"] = "<p>é裡æä¾å¯ä»¥è®ææç¶²èªç«å°ä½¿ç¨çå
¨é¨æ¨¡çã妿æ¨è¦åªé¤æ¨¡çï¼è«å
å¾é¸æ¨¡çï¼ç¶å¾æä¸ãåªé¤æé¸æçé
ç®ãæéã卿¨¡çåªé¤å¾ï¼ä¾¿ç¡æ³éåã</p>";
-
-$messages["help_editSiteSettings"] = "é裡æ¯pLogçå
¨åè¨å®ï¼ç¨ä»¥æ§å¶ãèª¿æ´æ´åç«å°çæä½æ¹å¼ã";
-
-$messages["newBlogTemplateFile"] = "æ¨å¯ä»¥å°æåå®ç¨çæªæ¡å å
¥å°æ¨¡çè¨ç½®ä¸ï¼èä¸éè¦å°æ´å模çè¨ç½®å
¨é¨éæ°ä¸å³ãè«è¼¸å
¥æ¨çæªæ¡å稱ï¼ç¶å¾æä¸ãå å
¥æªæ¡ãæéã";
-
-// text is the same, so we can save a few bytes
-$messages["newTemplateFile"] = $messages["newBlogTemplateFile"];
-
-
-////////////////////////////////////////////
-///
-///
-/// NEW STRINGS ADDED IN 0.3!!
-///
-///
-////////////////////////////////////////////
-$messages["show_category_in_main_page"] = "å¨é¦é 顯示æ¬åé¡";
-$messages["welcome_resource_center"] = "æ¡è¿ä¾å°æªæ¡ä¸å¿ï¼";
-$messages["resourceCenter"] = "æªæ¡ä¸å¿";
-$messages["resourceAlbums"] = "è³æå¤¾å表";
-$messages["resources"] = "æªæ¡å表";
-$messages["newResource"] = "æ°å¢æªæ¡";
-$messages["newResourceAlbum"] = "æ°å¢è³æå¤¾";
-$messages["album"] = "è³æå¤¾";
-$messages["album_name"] = "è³æå¤¾å稱";
-$messages["parent_album"] = "ä¸å±¤è³æå¤¾ç®é";
-$messages["no_parent_album"] = "ç½®æ¼æé 層";
-$messages["resource_info"] = "æªæ¡è³è¨";
-$messages["size"] = "æªæ¡å¤§å°";
-$messages["format"] = "æªæ¡æ ¼å¼";
-$messages["dimensions"] = "Dimensions";
-$messages["bits_per_sample"] = "Bits per pixel";
-$messages["bytes"] = "bytes";
-$messages["pixels"] = "pixels";
-$messages["time_offset"] = "æ¨çç¶²èªä¼ºæå¨èæ¨æå¨å°çæéå·®:";
-$messages["hours"] = "å°æ";
-$messages["album_added_ok"] = "æ°çè³æå¤¾å·²ç¶é 婿°å¢ã";
-$messages["name"] = "å稱";
-$messages["children"] = "åç®é";
-$messages["see"] = "See";
-$messages["view"] = "å¯ç";
-$messages["resource_info"] = "æªæ¡è³è¨";
-$messages["number_of_channels"] = "é »éæ¸";
-$messages["length"] = "é·åº¦";
-$messages["number_of_files"] = "æªæ¡æ¸";
-$messages["compressed_size"] = "å£ç¸®å¾çæªæ¡å¤§å°";
-$messages["uncompressed_size"] = "æªå£ç¸®çæªæ¡å¤§å°";
-$messages["resource_file"] = "æ¨æ³è¦ä¸å³çæªæ¡";
-$messages["add_to_album"] = "å°æªæ¡å å
¥å°éåè³æå¤¾";
-$messages["edit_resource_album"] = "ç·¨è¼¯æªæ¡è³æå¤¾";
-$messages["error_loading_resource_album"] = "å¨è®åæªæ¡è³æå¤¾è³ææç¼çé¯èª¤ã";
-$messages["error_album_id_parameter_missing"] = "è³æå¤¾ID䏿£ç¢ºã";
-$messages["error_album_parent_id_parameter_missing"] = "æ¾ä¸å°ä¸å±¤è³æå¤¾ç®éçIDã";
-$messages["error_updating_resource_album"] = "卿´æ°æªæ¡è³æå¤¾æç¼çé¯èª¤ã";
-$messages["resource_album_updated_ok"] = "æªæ¡è³æå¤¾ã%sãå·²é 婿´æ°ã";
-$messages["error_must_give_album_name"] = "æ¨å¿
é 輸å
¥è³æå¤¾çå稱ã";
-$messages["error_adding_album"] = "卿°å¢æªæ¡è³æå¤¾æç¼çé¯èª¤ã";
-$messages["album_added_ok"] = "æ°è³æå¤¾ã%sãå·²ç¶é 婿°å¢ã";
-$messages["resource_added_ok"] = "æªæ¡å·²ç¶é 婿°å¢ã";
-$messages["error_resource_forbidden_extension"] = "ç¡æ³æ°å¢æªæ¡ï¼å çºç¨äºç³»çµ±ä¸å
許ç坿ªåã";
-$messages["error_resource_too_big"] = "ç¡æ³æ°å¢æªæ¡ï¼å çºæªæ¡å¤ªå¤§äºã";
-$messages["error_uploads_disabled"] = "ç¡æ³æ°å¢æªæ¡ï¼å çºä¼ºæå¨ç®¡çå¡ééäºéé
åè½ã";
-$messages["error_adding_resource"] = "卿°å¢æªæ¡æç¼çé¯èª¤ã";
-$messages["error_loading_resource"] = "å¨è®åæªæ¡å表æç¼çé¯èª¤ã";
-$messages["error_updating_resource"] = "å¨ä¸å³æªæ¡æç¼çé¯èª¤ã";
-$messages["resource_updated_ok"] = "æªæ¡ã%sãå·²é 婿°å¢ã";
-$messages["error_no_resources_selected"] = "æ¨æ²æé¸æä»»ä½è¦åªé¤çæªæ¡ã";
-$messages["resource_deleted_ok"] = "æªæ¡ã%sãå·²é å©åªé¤ã";
-$messages["error_deleting_resource"] = "å¨åªé¤æªæ¡ã%sãæç¼çé¯èª¤ã";
-$messages["error_no_resource_uploaded"] = "æ¨æ²æä¸å³ä»»ä½æªæ¡ã";
-$messages["blockedHosts"] = "黿䏻æ©å表";
-$messages["global_blocked_hosts"] = "å
¨å黿䏻æ©å表";
-$messages["newBlockedHost"] = "黿䏻æ©";
-$messages["blogSecurity"] = "系統å®å
¨";
-$messages["security_welcome"] = "æ¡è¿ä¾å°ç³»çµ±å®å
¨è¨å®é é¢ï¼";
-$messages["reason"] = "åå ";
-$messages["mask"] = "Mask";
-$messages["access_blocked"] = "ç¦æ¢ç覽";
-$messages["posting_blocked"] = "ç¦æ¢ç¼è¡¨";
-$messages["block_host_intro"] = "以䏿¯æ¨ç®åæå¨ç¶²èªç«å°ç主æ©é»æå表ãå¦ææ¨æ³ç¥éæ´å¤ç¸éè³è¨ï¼è«å¯ç<a href=\"javascript:help_window('admin.php?op=Help&helpId=newBlogBlockedHost');\">說æ</a>ã";
-$messages["global_block_host_intro"] = "以䏿¯å
¨ç«å
±ç¨ç主æ©é»æå表ãå¦ææ¨æ³ç¥éæ´å¤ç¸éè³è¨ï¼è«å¯ç<a href=\"javascript:help_window('admin.php?op=Help&helpId=newBlogBlockedHost');\">說æ</a>ã";
-$messages["block_type"] = "黿é¡å¥";
-$messages["error_invalid_ip_address"] = "IPä½ç½®ä¸æ£ç¢ºã";
-$messages["error_must_create_album_first"] = "æ¨å¿
é 卿°å¢æªæ¡å建ç«è³å°ä¸åè³æå¤¾ã";
-$messages["error_resource_is_not_an_image"] = "æ¨æé¸æçæªæ¡ä¸æ¯åçã";
-$messages["error_generating_resource_preview"] = "å¨éæ°ç¢çéåæªæ¡çé 覽縮åæç¼çé¯èª¤ã";
-$messages["resource_preview_generated_ok"] = "éåæªæ¡çé 覽縮åå·²ç¶é å©ç¢çã";
-$messages["regenerate_preview"] = "éæ°ç¢çé 覽縮å";
-$messages["show_album"] = "é¡¯ç¤ºè³æå¤¾";
-$messages["show_album_when_browsing"] = "å使ç¨è
é¡¯ç¤ºè³æå¤¾";
-$messages["assigned_to_blog"] = "å°ä½¿ç¨è
å å
¥ä½¿ç¨ä»¥ä¸ç«å°çæ¬é";
-$messages["clean_up"] = "æ¸
çåå¾";
-$messages["purge_info"] = "ãæ¸
çåå¾ãåè½æå°ç³»çµ±ä¸æ¨ç¤ºçºãå·²åªé¤ãçæç« å¾¹åºåªé¤ãä¸ç¶ç話ï¼éäºæç« éæ¯å²åå¨è³æåº«ç¶ä¸ï¼ä½¿ç¨è
å¯ä»¥é¨ææåéäºæç« ï¼ï¼ä¸¦ä¸ä½¿å¾æ¨çè³æåº«ç¶ä¸çå
§å®¹æä¾æå¤ï¼å¤å°æ¨å¯è½å¿
é è¦æ´å
è³æåº«ç容éã妿æ¨ç¢ºå®è¦åªé¤éäºæç« ï¼è«æä¸ä¸æ¹æéã";
-$messages["spam_info"] = "å°æç¯è¿´é¿çè¨æ¨ç¤ºçºåå¾çè¨çç¨ææ¯ï¼æ¨å¯ä»¥èæ¤ç¢çéæ¿¾åå¾è¿´é¿çè¦åï¼ä¸éå¨å»ºç«å¥½é濾è¦åä¹å¾ï¼éäºåå¾çè¨èªç¶å°±ä¸é»ç¨è齿²æäºãå¦ææ¨æ³è¦åªé¤æææ¨ç¤ºçºåå¾çè¨çè¿´é¿çè¨ï¼è«æä¸ä¸æ¹æéã";
-$messages["no_spam"] = "No Spam";
-$messages["spam"] = "Spam";
-$messages["mark_as_spam"] = "Mark as spam";
-$messages["mark_as_no_spam"] = "Mark as no spam";
-$messages["enable_comments_for_post"] = "éæ¾éç¯æç« çè¿´é¿çè¨åè½";
-$messages["close_window"] = "ééè¦çª ";
-$messages["newResource"] = "æ°å¢æªæ¡";
-$messages["add_resource_preview"] = "æ°å¢é 覽縮å";
-$messages["newResourceAlbum"] = "æ°å¢è³æå¤¾";
-$messages["show_main_page"] = "å¨é¦é 顯示";
-$messages["purge_spam_comments"] = "æ¸
çåå¾è¿´é¿";
-$messages["purge_posts"] = "æ¸
çæç« ";
-$messages["keep_spam_comments"] = "ä¿ååå¾è¿´é¿";
-$messages["throw_away_spam_comments"] = "æ¸
çåå¾è¿´é¿";
-$messages["error_adding_blocked_host"] = "å¨è¨å®é»æä¸»æ©æç¼çé¯èª¤ã";
-$messages["blocked_host_added_ok"] = "ã%sã主æ©å·²ç¶é å©å å
¥å°é»æä¸»æ©å表ä¸ã";
-$messages["error_no_blocked_hosts_selected"] = "æ¨æ²æé¸æä»»ä½è¦åªé¤ç主æ©å稱ã";
-$messages["blocked_host_deleted_ok"] = "ã%sã主æ©å·²ç¶é å©å¾é»æä¸»æ©å表ä¸åªé¤ã";
-$messages["error_deleting_blocked_host"] = "å¨å¾é»æä¸»æ©å表ä¸åªé¤ä¸»æ©ã%sãæç¼çé¯èª¤";
-$messages["edit_blocked_host"] = "ä¿®æ¹é»æä¸»æ©å表";
-$messages["error_fetching_blocked_host"] = "å¨è®å黿䏻æ©å表æç¼çé¯èª¤ã";
-$messages["error_updating_blocked_host"] = "卿´æ°é»æä¸»æ©å表æç¼çé¯èª¤ã";
-$messages["thumbnail_format"] = "ç¸®åæ ¼å¼";
-$messages["same_as_image"] = "èåå§å½±åç¸å";
-$messages["same"] = $messages["same_as_image"];
-
-$messages["help_locale_folder"] = "èªç³»æªæ¡æå¨ç®éã";
-$messages["help_default_locale"] = "å¨å»ºç«æ°ç¶²èªç«å°æé è¨ä½¿ç¨çèªæã";
-$messages["help_xmlrpc_api_enabled"] = "åç¨æåç¨XMLRPCä»é¢ãXMLRPCä»é¢çç¨éæ¯å¯ä»¥è®æ¨ä½¿ç¨æ¡é¢ç¶²èªå¯«ä½å·¥å
·åºçç¶²èªæç« ã";
-$messages["default_rss_profile"] = "é è¨çRSS/RDFæ°èäº¤ææ ¼å¼ã";
-$messages["help_security_pipeline_enabled"] = "åç¨ç³»çµ±å®å
¨åè½ã妿æ¨ééäºéåé¸é
ï¼é£éº¼ææç系統å®å
¨åè½é½æåç¨ï¼å¦ææ¨æ³è¦ééä¸äºç³»çµ±å®å
¨åè½ï¼å»ºè°æ¨å°éåè¨å®è¨çºéåï¼ç¶å¾å¨ä»¥ä¸çé¸é
ä¸ï¼éä¸åç¨æåä¸éè¦ç系統å®å
¨åè½é
ç®ã.";
-$messages["help_ip_address_filter_enabled"] = "åç¨IPä½ç½®éæ¿¾ãæ¨å¯ä»¥ç¨éååè½é»ææäºä¸»æ©ç覽æ¬ç«ã";
-$messages["help_content_filter_enabled"] = "使ç¨ä»¥æ£è¦è¡¨ç¤ºå¼çºåºç¤çç°¡å®å
§å®¹é濾æ©å¶ï¼ç¨ç°¡å®çééµåéæ¿¾ä¸ç¶å
§å®¹ãä¸éå»ºè°æ¨ï¼æ¡ç¨è²æ°éæ¿¾ææ¯æ¯è¼å¥½çæ¹æ¡ã";
-$messages["help_maximum_comment_size"] = "è¿´é¿çè¨çå
§æåå
æ¸ä¸éã";
-$messages["help_bayesian_filter_enabled"] = "åç¨æåç¨è²æ°é濾æ©å¶ã";
-$messages["help_bayesian_filter_spam_probability_treshold"] = "被èªå®çºæ¯åå¾è¿´é¿çè¨çæ¸å¼ä¸éãè¨å®ç¯åå¨0.01å°0.99ä¹éã";
-$messages["help_bayesian_filter_nonspam_probability_treshold"] = "è¨å®è¿´é¿çè¨æ¯æ£å¸¸çè¨çæ¸å¼ä¸éãä»»ä½ç¬¦åå¨åä¸è¨å®èæ¬è¨å®ä¹éæ¸å¼ççè¨è¿´é¿ï¼é½æè¢«èªå®æ¯æ£å¸¸èéåå¾çè¨ã";
-$messages["help_bayesian_filter_min_length_token"] = "å¨å¤å°åå
æ¸ä»¥ä¸ææååè²æ°é濾æ©å¶ã";
-$messages["help_bayesian_filter_max_length_token"] = "è²æ°é濾æ©å¶å¯ä»¥èççæå¤åå
æ¸ä¸éã.";
-$messages["help_bayesian_filter_number_significant_tokens"] = "å¨è¨æ¯ä¸å¿
é è¦æå¤å°é¡¯èææç¾©çæåã";
-$messages["help_bayesian_filter_spam_comments_action"] = "èçåå¾çè¨çæ¹æ³ãæ¨å¯ä»¥ç´æ¥æ¸
çéäºåå¾çè¨ï¼ä¸æåé²è³æåº«ä¸ï¼ï¼ææ¯ä¿åéäºåå¾çè¨ï¼ä½æ¯å ä¸åå¾çè¨æ¨ç¤ºæ¨ç¤ºã建è°ç¶æ¨çéæ¿¾æ©å¶å¨éæ²æå¦¥å建ç«é»æè¦åæï¼å
ç¨å¾è
ã";
-$messages["help_path_to_convert"] = "妿æ¨é¸ç¨ImageMagickç¢ç縮åï¼æ¨å¿
é æå®ãconvertãéåå·¥å
·ç¨å¼çè·¯å¾ã";
-$messages["help_thumbnail_height"] = "縮åçæå¤§é·åº¦ã";
-$messages["help_resources_folder"] = "ç¨ä¾åæ¾æªæ¡ä¸å¿çç®éãéåç®éä¸ä¸å®è¦å¨ç¶²é ç®éä¸ã妿æ¨ä¸å¸æå¥äººç´æ¥ç覽æ¨çæªæ¡ç®éï¼æ¨å¤§å¯å¯ä»¥æéåç®éè¨å®å°å
¶ä»å°æ¹ã";
-
-$messages["help_thumbnails_keep_aspect_ratio"] = "ç¸®åæ¯å¦ä¿æåå§æ¯ä¾ã";
-$messages["help_resources_enabled"] = "åç¨æééæªæ¡ä¸å¿åè½ã";
-$messages["help_thumbnail_method"] = "æ¨ç¨ä¾ç¢ç縮åçå¾ç«¯ç³»çµ±ã妿æ¨è¦ä½¿ç¨ImageMagickï¼é£éº¼æ¨å¿
é æ¥è填寫ImageMagickçå·¥å
·ç¨å¼è·¯å¾ã";
-$messages["help_thumbnail_width"] = "縮åçæå¤§å¯¬åº¦ã";
-$messages["external_interfaces"] = "å¤é¨ä»é¢";
-$messages["security_settings"] = "系統å®å
¨è¨å®";
-$messages["bayesian_filter_settings"] = "è²æ°é濾ï¼Bayesian Filterï¼è¨å®";
-$messages["resources_settings"] = "æªæ¡ä¸å¿è¨å®";
-$messages["help_thumbnail_format"] = "å¨ç¢çé è¦½ç¸®åææä½¿ç¨çé è¨æ ¼å¼ã妿æ¨é¸æãèåå§å½±åç¸åãï¼é£éº¼é 覽縮åå°±æå²åæèåå§å½±åç¸åçæ ¼å¼ã";
-$messages["edit"] = "編輯";
-$messages["help_disable_javascript_calendar"] ="éé以Javascript以å以DHTMLçºåºç¤ï¼å¯ä»¥è®ä½¿ç¨è
å¨ç¼è¡¨æç« ææé¡¯ç¼è¡¨æéçææåè½ã使ç¨è
çç覽å¨å¿
é ä¹è¦æå°ææ¯æ´ã";
-$messages["audio_codec"] = "Audio Codec";
-$messages["video_codec"] = "Video Codec";
-$messages["sample_rate"] = "忍£ç";
-$messages["files"] = "æªæ¡";
-$messages["created"] = "å»ºç«æ¼";
-$messages["generated"] = "ç¢çæ¼";
-$messages["about"] = "éæ¼";
-$messages["menu"] = "é¸å®";
-$messages["albums"] = "è³æå¤¾";
-$messages["template_file"] = "æ¨¡çæªæ¡";
-$messages["download"] = "ä¸è¼";
-$messages["error_you_have_been_blocked"] = "ç³»çµ±ç¡æ³å
許æ¨ä½¿ç¨æ¨æä¸çå½ä»¤ã";
-
-//
-// help messages //
-//
-
-//
-// translators: the following help messages have changed a little since last version, due to a few
-// new features built on top of previous features
-//
-$messages["help_editArticleCategories"] = "<p>æ¨å¯ä»¥å¨é裡çå°æ¨å·²ç¶å»ºç«å¥½çæç« åé¡å表ã卿¨è¦æ°å¢æç« ä¹åï¼æ¨å¿
é è¦å
è¨å®å¥½ä¸åæç« åé¡ï¼æ¯ä¸ç¯æç« é½å¿
é è¨å®å¨æä¸ååé¡ä¹ä¸ãå¨ã<b>æç« å表</b>ãçé¨åæ¯å¨éååé¡ä¸æå¤å°ç¯æç« çæç« æ¸ã忍£çï¼å¨åé¡ä¸éææç« çæåï¼æ¨ä¸å¯ä»¥åªé¤éååé¡ãæ¨å¿
é è¦å
å°æç« åé¡åºä¸çæææç« åªé¤å¾ï¼æå¯ä»¥åªé¤æç« åé¡ã</p><p>æ¨å¯ä»¥åæåªé¤å¤åæç« åé¡ï¼åªè¦å
å¾é¸æ¨è¦åªé¤çåé¡ï¼ç¶å¾æä¸ã<b>åªé¤æé¸æçé
ç®</b>ãæéå³å¯ã</p><p>ã<b>å¨é¦é 顯示</b>ãæ¬ä½æå訴æ¨éåæç« å顿¯å¦æå¨é¦é åºç¾ï¼å¦æè¨å®çºæ¯ï¼é£éº¼éååé¡å°±æå¨é¦é ä¸è®æä¸åå¯ä»¥é»é¸çé£çµãè¥æ¨è¦ä¿®æ¹å顿¯å¦å¯ä»¥å¨é¦é 顯ä¸ï¼è«å¨é»é¸åé¡å稱å¾ä¿®æ¹ã</p>";
-
-$messages["help_newArticleCategory"] = "<p>æ¨å¯ä»¥å¨éè£¡å»ºç«æ°çæç« åé¡ãæ¨å¿
é è¦è¼¸å
¥æ°çåé¡çå稱ï¼å¨æç« åé¡å»ºç«å¾ï¼æ¨å¯ä»¥å°æ¨çæç« å å°éååé¡ç¶ä¸</p><p>æ¨å¯ä»¥ç¨ã<b>å¨é¦é 顯示æ¬åé¡</b>ãæ±ºå®è¦ä¸è¦è®éååé¡åºç¾å¨é¦é ä¸ï¼å¦æè¨å®çºå¦ï¼é£éº¼ç¶æäººè¦å¯çéååé¡çå
¨é¨æç« æï¼å¿
é è¦å¾è©²ç¯æç« çåé¡é£çµé»é¸é²å
¥ã</p>";
-
-$messages["editArticleCategory"] = "<p>è«è¼¸å
¥æ¨æè¦æ´æ°çåé¡çæ°å稱ãæèï¼æ¨å¯ä»¥å¨æ¤èª¿æ´æ¯å¦è¦è®éååé¡åºç¾å¨é¦é ä¸ã</p>";
-
-$messages["help_editPosts"] = "<p>妿æ¨è¦ç·¨è¼¯å·²ç¼è¡¨çæç« ï¼è«ä½¿ç¨æ¬é 颿æä¾çåè½ï¼æ¨å¯ä»¥å¨æ¤ä¿®æ¹æ¨å·²ç¶å²åå¨è³æåº«ç¶ä¸çå
§å®¹ãç¶æ¨å®æçæåï¼è«æä¸ã<b>æ´æ°</b>ãæéï¼é£éº¼æç« å°±æç«å³æ´æ°ãè«æ³¨ææ¨å¿
é è¦å°æç« çç¼è¡¨çæ
è¨å®çºã<b>å®ç¨¿</b>ãï¼æç« ææåºç¾å¨é¦é ä¸ã妿æ¨éæ¯æ²æå®æéç¯æç« ï¼è«å°æç« çåºççæ
è¨å®çºã<b>è稿</b>ãï¼ç¶å¾æ¹å¤©å¯ä»¥ç¹¼çºä¿®æ¹ã</p><p>å¦æå¨æäººå°éç¯æç« ç¼è¡¨è¿´é¿çè¨æï¼æ¨æ³è¦æ¶å°é»åéµä»¶éç¥ä¿¡ï¼è«å¾é¸ä¸æ¹çé¸é
ã</p>æ¨å¯ä»¥å¨<a href=\"admin.php?op=Help&helpId=newPost\">é裡</a>å¯çå¦ä¸åé¡ä¼¼åè½ãç¼è¡¨æ°æç« ãç說æã";
-
-$messages["help_blogSettings"] = "<p>æ¨å¯ä»¥å¨éè£¡ä¿®æ¹æ¨çç¶²èªç«å°çåºæ¬ç¸éè¨å®ãæ¨å¯ä»¥è¨å®çé¸é
å¦ä¸ï¼<ul><li><b>ç¶²èªç«å°ç¶²å</b>ï¼å¥äººå¯ä»¥éééåç¶²åé£å°æ¨çç¶²èªç«å°ï¼æ¨ä¸å¯ä»¥ä¿®æ¹éåé¸é
ã</li><li><b>ç¶²èªç«å°å稱</b>ï¼æ¨çç¶²èªç«å°çåºæ¬èªªæã妿æ¨ä½¿ç¨é è¨æ¨¡çï¼é£éº¼æ¨çç¶²èªç«å°å稱就æåºç¾å¨æ¯ä¸é çæé 端ã</li><li><b>ç«å°ç¸é說æ</b>ï¼éæ¼éåç¶²ç«çæ´è©³ç¡èªªæï¼å¯ä»¥çç½ã</li><li><b>系統æå以忥ææä½¿ç¨çèªè¨</b>ï¼æ¨å¯ä»¥å¾ç³»çµ±ç¶ä¸åå¨çèªç³»æªæ¡ä¸é¸æå
¶ä¸ãéåèªç³»è¨å®å¯ä»¥ç¨ä¾åæç¶²èªç«å°ç顯示æå以忥æçé
ç®ï¼ä¸é䏿æ¹è®æ¨çæç« å
§å®¹æä½¿ç¨çèªè¨ï¼ ï¼æ¨å¯ä»¥é¨æå®è£æ°çèªç³»æªã</li><li><b>æ¨è¦å¨é¦é é¡¯ç¤ºå¹¾ç¯æç« </b>ï¼æ¨å¯ä»¥è¨å®è¦å¨é¦é æ¾å¤å°ç¯æç« ãæ¨è¨å®çæå¤ï¼é£éº¼å¥äººå°±è¦è±æå¤çæéä¸è¼æ¨çé¦é ç覽ãè¨å®å¼æå°çºä¸ã</li><li><b>æ¨è¦å¨ãè¿ææç« å表ãé¡¯ç¤ºå¹¾ç¯æç« </b>ï¼æ¨å¯ä»¥è¨ç½®å¨é¦é çã<b>è¿ææç« å表</b>ã䏿¾ç½®å¤å°ç¯ä¹åç¼è¡¨æç« çé£çµã è¨å®å¼æå°çºä¸ã</li><li><b>æ¨çç¶²èªç«å°æè¦ä½¿ç¨çå¤è§æ¨£å¼æ¨¡ç</b>ï¼pLog系統å¯ä»¥è®æ¨ç¨è¨±å¤ç¨®ä¸åçæ¨¡çï¼åç¾ç¸åçå
§å®¹ãæ¨å¯ä»¥å¨éäºç³»çµ±ç®¡çå¡å®è£å¥½ç模çä¸ï¼é¸ç¨æ¨æåæ¡çæ¨£å¼æ¨¡çã</li><li><b>æ¨æ¾å¨é¦é æç« åªè¦é¡¯ç¤ºãå
§æãé¨åï¼èä¸è¦é¡¯ç¤ºã延伸å
§æã</b>ï¼å¦æè¨å®çºã<b>æ¯</b>ãï¼é£éº¼æ¨å¨é¦é çæç« å°±æèªåç¢çãé±è®å
¨æãé£çµï¼éåé£çµæé£å°å®ç¯æç« çéæ
åºå®ç¶²åï¼å顯示å
¨æçã延伸å
§æé¨åããéååè½å¯ä»¥è®æ¨çé¦é çèµ·ä¾æ´ç°¡æ½ï¼ä¸éï¼å¦ææ¨çæç« ä¸æè¨±å¤çHTMLèªæ³ï¼é£å¯è½æç¢çåé¡ã</li><li><b>使ç¨å³è¦å³æå¾ï¼WYSIWYGï¼æå編輯</b>ï¼å¦ææ¨æ³è¦ç«å»çå°æ¨çç·¨è¼¯çµæï¼è«è¨å®çºãæ¯ããéååè½åªæå¨ä½¿ç¨è
使ç¨Internet Explorer 5.5æMozilla 1.3b以ä¸ççæ¬ææææã</li><li><b>éæ¾æææç« çè¿´é¿çè¨æ¬é</b>ï¼å¦æè¨å®çºãæ¯ãï¼é£éº¼æ¨ä¾¿å¯ä»¥è®å
¶ä»ä½¿ç¨è
éå°æ¨çæç« ç¼è¡¨è¿´é¿çè¨ãéåè¨å®æå¥ç¨å°æ¨çå
¨é¨æç« ä¸ã</li><li><b>è¿´é¿çè¨æåºæ¹å¼</b>ï¼å¦ææ¨è¨å®æãèçå¨åãï¼é£éº¼çè¨å°±æå¾èå°æ°æåºï¼å¦æè¨å®æãæ°çå¨åãï¼ååä¹ï¼çè¨å¾æ°å°èæåºåºç¾ã</li><li><b>æ¨çç¶²èªä¼ºæå¨èæ¨æå¨å°çæéå·®</b>ï¼æ¨å¯ä»¥ç¨éåè¨å®ï¼èª¿æ´æ¨æç¼è¡¨çæç« çæéãéååè½å¨ä¼ºæå¨ä¸»æ©èæ¨åå¥å¨ä¸åæåæç¸ç¶æç¨ã妿æ¨å°æéå·®è¨å®çºã+3 å°æãï¼é£éº¼ç³»çµ±å°±æå°æç« çç¼è¡¨æéèª¿æ´ææ¨æè¨å®çæéã</li>
-</ul></p>";
-
-//
-// translators: the ones below are already new
-//
-$messages["help_resourceCenter"] = "卿ªæ¡ä¸å¿ä¸ï¼æ¨å¯ä»¥ç®¡çæ¨çæªæ¡ï¼ä»¥åå°æªæ¡è®æç¾¤çµæ¾ç½®å¨è³æå¤¾ç¶ä¸ï¼æ¨ä¹å¯ä»¥ç®¡çè³æå¤¾ï¼ä¸¦ä¸ä¿®æ¹è³æå¤¾èæªæ¡çç¸é屬æ§ã";
-
-$messages["help_newResourceAlbum"] = "<p>æ¨è³å°è¦å¨æªæ¡ä¸å¿ä¸å»ºç«ä¸åè³æå¤¾ï¼æå¯ä»¥ä¸å³æªæ¡ãæ¨å¯ä»¥å¨é裡æ°å¢è³æå¤¾ï¼ç¶å¾è¼¸å
¥è³æå¤¾çå稱以åç¸é說æãæ¨ä¸å®è¦è¼¸å
¥è³æå¤¾çå稱ï¼ç¸é說æçé¨ååå¯ä»¥çç½ã</p><p>æ¨å¯ä»¥ä½¿ç¨ã<b>ä¸å±¤è³æå¤¾</b>ã䏿é¸å®è¨å®éåè³æå¤¾æ¯ä½å¨æé å±¤ï¼ææ¯æ¾å¨å¦ä¸åç®åå·²ç¶å»ºç«å¥½çè³æå¤¾ç¶ä¸ã</p>";
-
-$messages["help_resourceAlbums"] = "<p>éè£¡æ¯ææçæªæ¡è³æå¤¾åè¡¨ãæ¨å¯ä»¥çå°æ¯åè³æå¤¾é½æä¸äºåºæ¬å±¬æ§ï¼å
æ¬è³æå¤¾å稱ï¼ä¸å±¤è³æå¤¾æ¸ç®ï¼å¯ä»¥é£å°æªæ¡å表çé£çµï¼ä»¥åæ¨ä¹å¯ä»¥çå°éåè³æå¤¾æ¯å¦å°å¤å
¬éã</p><p>å¨ã<b>é¡¯ç¤ºè³æå¤¾</b>ãéåé¨åçåè½ï¼æ¨å¯ä»¥å¯çééç<a href=\"admin.php?op=Help&helpId=editResourceAlbum\">說æ</a>ã</p>";
-
-$messages["editResourceAlbum"] = "<p>æ¨å¯ä»¥å¨é裡è¨å®æªæ¡è³æå¤¾ç屬æ§ã大é¨åçé¸é
é½è<a href=\"admin.php?op=Help&helpId=newResourceAlbum\">é裡</a>ç說æç¸åï¼é¤äºå¤äºä¸å ã <b>å使ç¨è
é¡¯ç¤ºè³æå¤¾</b>ãé
ç®ã妿æ¨å¾é¸äºéåé
ç®ï¼é£éº¼ç覽è
çè¦½å°æ¨çç¶²èªç«å°æï¼ä¾¿å¯ä»¥çå°éåè³æå¤¾ï¼å¦æä¸å¾é¸ï¼é£éº¼ä¾¿ä¸æå
¬éãéååè½å¨æäºä½¿ç¨è
å¸æä¿ææªæ¡é±å¯æç¸ç¶æç¨ã</p>";
-
-$messages["help_newResource"] = "<p>æ¨å¯ä»¥å¨é裡æ°å¢æªæ¡å°æ¨çç¶²èªç«å°ä¸ãæ¨å¯ä»¥ä¸å³åå¼åæ¨£çæªæ¡ï¼èpLogå°æäºç¹æ®æ ¼å¼çæªæ¡âä¾å¦ç
§çãå½±çãå£ç¸®æªæé³æ¨æªæ¡âæèªåç¢çä¸äºæªæ¡å±¬æ§èªªæã</p> <p>é¦å
ï¼æ¨å¿
é å¾ç¡¬ç¢ä¸ï¼é¸ææ¨è¦ä¸å³çæªæ¡ï¼ç¶å¾ï¼æ¨å¯ä»¥å ä¸éæ¼éåæªæ¡çç¸é說ææåãæ¥èè«é¸ææ¨è¦å°éåæªæ¡å¨ä¸å³å¾æ¾ç½®å¨åªä¸åè³æå¤¾ä¸ï¼ç¶ä¸åå°±ç·ï¼è«æä¸ã<b>æ°å¢æªæ¡</b>ãä¸å³ã</p><p>è«æ³¨æï¼å¦ææ¨è¦ä½¿ç¨éååè½ï¼é£éº¼ç³»çµ±ç®¡çå¡å¿
é è¦éæ¾æªæ¡ä¸å³åè½ï¼è系統管çå¡ä¹æè¨å®æäºæªæ¡é¡åç¦æ¢ä¸å³ï¼èéäºè¨å®é½æåºç¾å¨åªæç³»çµ±ç®¡çå¡å¯ä»¥çå°çã<b>å
¨ç«ç³»çµ±ç®¡ç</b>ãç¶ä¸ã</p><p>æªæ¡ä¸å³åè½åæä¹éè¦ä¼ºæå¨ä¸æä¸å寫å
¥æ¬ééæ¾çç®éã</p>";
-
-$messages["help_resources"] = "<p>æ¨å¯ä»¥å¨é裡çå°ææå·²ç¶ä¸å³å°æªæ¡ä¸å¿çæªæ¡ï¼ææçæªæ¡é½ææ¾ç½®å¨ä¸åçè³æå¤¾ç¶ä¸ï¼æ¨å¯ä»¥å¯çæªæ¡ãä¿®æ¹æ¯åæªæ¡ç屬æ§ãææ¯åªé¤æªæ¡ãåªè¦å¨å¾é¸ä¹å¾ï¼æä¸ã<b>åªé¤é¸æçé
ç®</b>ãæéï¼ä¾¿å¯ä»¥å°å¾é¸çæªæ¡åªé¤ã</p><p>é»é¸è³æå¤¾ä¾¿å¯ä»¥çè¦½è³æå¤¾ä¸çé
ç®ï¼ææ¯æä¸ã<b>編輯</b>ãï¼ä¾¿å¯é²å
¥è³æå¤¾ç屬æ§é é¢ãé»é¸ã..ã便å¯ä»¥åå°ä¸ä¸å±¤ç®éãé»é¸æªæ¡åç¨±ææ¯é 覽縮åï¼å¦ææç話ï¼ï¼æ¨ä¾¿æé²å
¥æªæ¡ç屬æ§é é¢ï¼ä¿®æ¹æªæ¡çç¸é屬æ§ã";
-
-$messages["help_blogSecurity"] = "æ¨å¯ä»¥å¨éé使ç¨pLogææä¾ç系統å®å
¨æ©å¶ãä¸éæ¨å¨ééæåçè¨å®åªæå½±é¿å°æ¨ç®åæå¨çç¶²èªç«å°ï¼ä¸æå½±é¿å°å
¶ä»ç«å°çè¨å®ã";
-
-$messages["help_blogBlockedHosts"] = "æ¨å¯ä»¥å¨é裡çå°æ¨çç¶²èªç«å°æè¨å®ç黿䏻æ©åè¡¨ãæ¨å¯ä»¥çå°çºä»éº¼éäºä¸»æ©è¢«é»æççç±ï¼éæè¨å®é»æè¦åçæ¥æä»¥åé¡å¥ãæ¨å¯ä»¥å¨å¾é¸é
ç®å¾ï¼æä¸ãåªé¤é¸æçé
ç®ãæéï¼åªé¤æ¨å
åæè¨å®ç主æ©é»æè¦åã";
-
-$messages["help_newBlogBlockedHost"] = "<p>æ¨å¯ä»¥å¨éè£¡é»ææåç¹å®ç網路ä½ç½®ï¼ææ¯æåç¶²è·¯åæ®µï¼ä¸è®å¾éåä½ç½®ä¾ç使ç¨è
ç覽æ¨çç¶²èªç«å°ãæ¨ä¹å¯ä»¥è¨å®æè®ä»åå¯ä»¥ç覽ï¼ä½æ¯ä¸å¯ä»¥ç¼è¡¨æç« ãè«è¼¸å
¥ç¶²è·¯ä½ç½®ï¼ä¸¦ä¸åé©ç¶çè¨å®ãæ¯æ¹èªªï¼å¦ææ¨è¦é»æ192.168.1.123éåä½ç½®ï¼æ¨ä¾¿å¿
é å¨å¡«å
¥IPä½ç½®å¾ï¼ä¸¦è¨å®çºã32 bitsãï¼é麼ä¸ä¾ä¾¿å¯ä»¥é»æå¾æååºå®IPé£ç·ç使ç¨è
ãå¦ææ¨æ³è¦é»æå¤åä½ç½®ï¼èä¸åªæ¯è¦é»æå®ä¸ä½ç½®ï¼ä¾å¦æ¨åææ³è¦é»æ192.168.1.123ã192.168.1.225ã192.168.1.21以å192.168.1.67çè©±ï¼æ¨å¯ä»¥æªææ´åç¶²è·¯åæ®µãè«å¨è¼¸å
¥IPä½ç½®å¾ï¼é¸æã24 bitsããã16 bitsãæã8 bitsãï¼é»æä¸åç¯åçåæ®µã<br/><br/><b>èä¾å¦ä¸</b>ï¼<br/><br/>192.168.1.123 - 32 bitsï¼é»æ192.168.1.123éåIP<br/>192.168.1.123 - 24 bitsï¼é»æ192.168.1ä¸çææIP<br/>192.168.1.123 - 16 bitsï¼é»æ192.168ä¸çææIP<br/>192.168.1.123 - 8 bitsï¼é»æ192ä¸çææIP<br/></p><p>ã<b>黿é¡å¥</b>ãéå䏿é¸å®ï¼å¯ä»¥è®æ¨æ±ºå®è¢«é»æç使ç¨è
æéå°ççæ³ï¼æ¨å¯ä»¥è®ä»ç¡æ³ç覽æ¨çç¶²èªç«å°ï¼ç³»çµ±æéåºä¸åé¯èª¤è¨æ¯ï¼ï¼ææ¯è®ä»ä¸è½å¤ ç¼è¡¨æç« ã妿æ¨é¸æå¾è
ï¼é£éº¼ä»éæ¯å¯ä»¥é±è®ç«ä¸çæç« 以åè¿´é¿çè¨ã</p><p>æ¨ä¹å¯ä»¥å°é»æä¸»æ©ççç±ç¨ä½èªªæï¼æ¹ä¾¿æ¨æ¥å¾å¯ä»¥ç¥éæ¨ç¶åçºä»éº¼æå°æ¹æªæäºã</p>";
-
-$messages["editBlogBlockedHost"] = "æ¨å¯ä»¥å¨é裡修æ¹ä¸»æ©é»æè¦åãå¨é裡å¯ä»¥èª¿æ´çé
ç®è<a href=\"admin.php?op=Help&helpId=newBlogBlockedHost\">é裡</a>ç¸åã";
-
-$messages["editBlogFilteredContent"] = "æ¨å¯ä»¥å¨é裡修æ¹å
§å®¹é濾è¦åãå¨é裡å¯ä»¥èª¿æ´çé
ç®è<a href=\"admin.php?op=Help&helpId=newBlogFilteredContent\">é裡</a>ç¸åã";
-
-$messages["help_blockedHosts"] = "æ¨å¯ä»¥å¨é裡çå°ææçç³»çµ±é»æä¸»æ©åè¡¨ãæ¨å¯ä»¥å¨é»é¸IPä½ç½®å¾ï¼å°é»æè¦åé²è¡ç¸éè¨å®ãéäºè¨å®æå¥ç¨å°ç³»çµ±ä¸çææç¶²èªç«å°ä¸ï¼å¦æåå¥çç¶²èªç«å°ååäºç¸åç主æ©é»æè¨å®ï¼ç³»çµ±æå¿½ç¥éäºåå¥çè¨å®ã";
-
-$messages["help_newBlockedHost"] = "æ¨å¯ä»¥å¨æ¤å»ºç«æ¬ç«ç<b>å
¨å</b>主æ©é»æè¦åãå¨
-<a href=\"admin.php?op=Help&helpId=newBlogBlockedHost\">é裡</a>æ¨å¯ä»¥çå°æ´è©³ç¡ç說æã";
-
-$messages["editBlockedHost"] = "æ¬é ç¨ä»¥é¡¯ç¤ºæ¨ç黿䏻æ©è¦åå表ã詳細說æè«è¦<a href=\"admin.php?op=Help&helpId=newBlogBlockedHost\">é裡</a>.";
-
-$messages["editFilteredContent"] = "æ¬é ç¨ä»¥é¡¯ç¤ºæ¨çå
§å®¹é濾è¦åå表ã詳細說æè«è¦<a href=\"admin.php?op=Help&helpId=newBlogFilteredContent\">é裡</a>ã";
-
-/////
-$messages["blogBlockedHosts"] = $messages["blockedHosts"];
-$messages["newBlogBlockedHost"] = $messages["newBlockedHost"];
-$messages["newBlogUser"] = $messages["createUser"];
-
-//
-// text of the post that will be added to each blog when they sign-up via the register.php script
-//
-$messages["register_default_category"] = "General";
-$messages["register_default_article_text"] = "If you can read this, it means that your signup and registration was successful and that you can start blogging.";
-$messages["register_default_article_topic"] = "Congratulations, it worked!";
-
-//
-// summary templates text
-//
-
-$messages["summary_title"] = "Blogs Summary";
-$messages["summary_section_main"] = "Summary";
-$messages["summary_section_main_link_title"] = "Main Page";
-$messages["summary_section_register"] = "Register!";
-$messages["summary_section_register_link_title"] = "Register a new blog";
-$messages["summary_section_blog_list"] = "Blog list";
-$messages["summary_section_blog_list_link_title"] = "Blogs hosted in this site";
-$messages["summary_section_faq"] = "F.A.Q.";
-$messages["summary_section_faq_link_title"] = "Frequently Asked Questions";
-$messages["summary_welcome_title"] = "Welcome to pLog!";
-
-$messages["summary_most_active_blogs"] = "Most active blogs";
-$messages["summary_newest_blogs"] = "Newest blogs";
-$messages["summary_most_commented_articles"] = "Most commented articles";
-$messages["summary_most_read_articles"] = "Most read articles";
-
-$messages["summary_faq"] = "Frequently Asked Questions";
-$messages["summary_faq_question"] = "What is this?";
-$messages["summary_faq_description"] = "You could use this section to add some frequently asked questions about your service. It is all up to you and this is only a suggestion so feel free to make changes :) Edit the file templates/summary/faq.template to change the contents of this page.";
-
-$messages["summary_login"] = "Log-in";
-$messages["summary_other_stuff"] = "Other Stuff";
-$messages["summary_plog_logo"] = "How about a logo here?";
-
-$messages["summary_blog_list"] = "Blog List";
-$messages["summary_last_updated"] = "Last Updated";
-$messages["summary_author"] = "Author";
-$messages["summary_articles"] = "articles";
-$messages["summary_reads"] = "reads";
-
-$messages["summary_welcome_message"] = "<h4 class=\"question\">What is this site?</h4>
- <p>You could use this area to give some information about this site.</p>
-
- <ul>
- <li>See the following links for more information: <br />
- <a href=\"summary.php?op=Faq\">FAQ</a></li>
- <li><a href=\"register.php\">Register a new blog here</a></li>
- </ul>";
-
-$messages["summary_latest_posts"] = "Latest Posts";
-$messages["summary_in"] = "in";
-$messages["summary_posted_by"] = "Posted by";
-
-//
-// register templates text
-//
-$messages["register_error"] = "Error";
-$messages["register_error_message"] = "There has been an error:";
-$messages["register_errors"] = "There were some errors during the process, please have a look:";
-$messages["register_new_blog_step1_title"] = "Register a new blog (1/3)";
-$messages["register_step1_fill_in_title"] = "Please fill in this form to create a new blog in this site.";
-$messages["register_step1_description"] = "<p>
-First of all, we need to create a user for you. Please choose a username (which should not exist in the system but if it does, we will let you know) This user will be considered as the owner of the blog and will have full powers over it.
-</p>
-<p>
-And please do not forget your password! There is no way it can be recovered once you have signed up.
-</p>";
-$messages["register_step1_legend"] = "Please fill in the following fields";
-$messages["register_username"] = "Username:";
-$messages["register_password"] = "Password:";
-$messages["register_password_confirmation"] = "Confirm password:";
-$messages["register_email"] = "Email address:";
-$messages["register_email_comment"] = "(user for notifications of new comments)";
-
-$messages["register_next"] = "Next »";
-
-$messages["register_new_blog_step2_title"] = "Register a new blog (2/3)";
-$messages["register_user_created"] = "Your new user has been successfully created! Now we can proceed and create your new personal blog.";
-$messages["register_step2_description"] = " <p>
- The only thing we need to know is the name you would like to give to your diary. Later on once this
- process is complete, you will be able to change things like its description, but now that is not needed.
- </p>";
-$messages["register_step2_blog_name"] = "Name of your new blog:";
-
-$messages["register_new_blog_step3_title"] = "Thank you! (3/3)";
-$messages["register_new_blog_step3_description"] = "
- <p>
- Registration is complete. Your new user and diary have been registered successfully in this site,
- and you can log in now into your blog and start blogging!
- </p>";
-$messages["register_step3_admin_link"] = "
- <p>
- Click here <a href=\"admin.php\">to go the admin interface</a>, if you want to start blogging.
- </p>";
-$messages["register_step3_blog_link1"] = "
- <p>
- Or click <a href=\"";
-
-$messages["register_step3_blog_link2"] = "
-\">here to go and see your new blog</a>.
- </p>";
-
-$messages["register_step3_final_message"] = "
- <p>
- Happy blogging!
- </p>";
-
-
-$messages["register_error_incorrect_username"] = "<li>Incorrect user name, please try again.<br/>";
-$messages["register_error_incorrect_email"] = "<li>Email address is invalid, please try again. <br/>";
-$messages["register_error_user_already_exist"] = "<li>There is already a user with that name, please try again.<br/>";
-$messages["register_error_incorrect_password"] = "<li>Password is invalid, please try again. <br/>";
-$messages["register_error_passwords_dont_match"] = "<li>Passwords do not match, please try again. <br/>";
-$messages["register_error_adding_user"] = "Error adding the user: ";
-$messages["register_error_creating_blog"] = "There was an error creating the new blog";
-$messages["register_error_blog_name"] = "<li>You should choose a better name for the blog.<br/>" ;
-?>
Copied: plog/trunk/locale/old/locale_ca_ES.php (from rev 821, plog/trunk/locale/locale_ca_ES.php)
Copied: plog/trunk/locale/old/locale_de_DE.php (from rev 821, plog/trunk/locale/locale_de_DE.php)
Copied: plog/trunk/locale/old/locale_en_UK.php (from rev 849, plog/trunk/locale/locale_en_UK.php)
Copied: plog/trunk/locale/old/locale_es_ES.php (from rev 821, plog/trunk/locale/locale_es_ES.php)
Copied: plog/trunk/locale/old/locale_et_EE.php (from rev 821, plog/trunk/locale/locale_et_EE.php)
Copied: plog/trunk/locale/old/locale_fi_FI.php (from rev 821, plog/trunk/locale/locale_fi_FI.php)
Copied: plog/trunk/locale/old/locale_fr_FR.php (from rev 821, plog/trunk/locale/locale_fr_FR.php)
Copied: plog/trunk/locale/old/locale_hu_HU.php (from rev 821, plog/trunk/locale/locale_hu_HU.php)
Copied: plog/trunk/locale/old/locale_it_IT.php (from rev 821, plog/trunk/locale/locale_it_IT.php)
Copied: plog/trunk/locale/old/locale_ja_JP.php (from rev 821, plog/trunk/locale/locale_ja_JP.php)
Copied: plog/trunk/locale/old/locale_ko_KR.php (from rev 821, plog/trunk/locale/locale_ko_KR.php)
Copied: plog/trunk/locale/old/locale_nl_BE.php (from rev 821, plog/trunk/locale/locale_nl_BE.php)
Copied: plog/trunk/locale/old/locale_ru_RU.php (from rev 821, plog/trunk/locale/locale_ru_RU.php)
Copied: plog/trunk/locale/old/locale_zh_CN.php (from rev 821, plog/trunk/locale/locale_zh_CN.php)
Copied: plog/trunk/locale/old/locale_zh_TW.php (from rev 821, plog/trunk/locale/locale_zh_TW.php)
More information about the pLog-svn
mailing list