[pLog-svn] r6364 - in plog/branches/lifetype-1.2/locale: . admin
jondaley at devel.lifetype.net
jondaley at devel.lifetype.net
Mon Apr 28 15:21:26 EDT 2008
Author: jondaley
Date: 2008-04-28 15:21:25 -0400 (Mon, 28 Apr 2008)
New Revision: 6364
Modified:
plog/branches/lifetype-1.2/locale/admin/locale_ca_ES.php
plog/branches/lifetype-1.2/locale/admin/locale_de_DE.php
plog/branches/lifetype-1.2/locale/admin/locale_en_UK.php
plog/branches/lifetype-1.2/locale/admin/locale_es_ES.php
plog/branches/lifetype-1.2/locale/admin/locale_fr_FR.php
plog/branches/lifetype-1.2/locale/admin/locale_gl_ES.php
plog/branches/lifetype-1.2/locale/admin/locale_hu_HU.php
plog/branches/lifetype-1.2/locale/admin/locale_id_ID.php
plog/branches/lifetype-1.2/locale/admin/locale_it_IT.php
plog/branches/lifetype-1.2/locale/admin/locale_pt_BR.php
plog/branches/lifetype-1.2/locale/admin/locale_ru_RU.php
plog/branches/lifetype-1.2/locale/admin/locale_tt_RU.php
plog/branches/lifetype-1.2/locale/admin/locale_vi_VN.php
plog/branches/lifetype-1.2/locale/admin/locale_zh_CN.php
plog/branches/lifetype-1.2/locale/admin/locale_zh_TW.php
plog/branches/lifetype-1.2/locale/locale_ca_ES.php
plog/branches/lifetype-1.2/locale/locale_de_DE.php
plog/branches/lifetype-1.2/locale/locale_en_UK.php
plog/branches/lifetype-1.2/locale/locale_es_ES.php
plog/branches/lifetype-1.2/locale/locale_fr_FR.php
plog/branches/lifetype-1.2/locale/locale_gl_ES.php
plog/branches/lifetype-1.2/locale/locale_hu_HU.php
plog/branches/lifetype-1.2/locale/locale_id_ID.php
plog/branches/lifetype-1.2/locale/locale_it_IT.php
plog/branches/lifetype-1.2/locale/locale_nl_NL.php
plog/branches/lifetype-1.2/locale/locale_pt_BR.php
plog/branches/lifetype-1.2/locale/locale_ru_RU.php
plog/branches/lifetype-1.2/locale/locale_tt_RU.php
plog/branches/lifetype-1.2/locale/locale_vi_VN.php
plog/branches/lifetype-1.2/locale/locale_zh_CN.php
plog/branches/lifetype-1.2/locale/locale_zh_TW.php
Log:
'reply_string' needs to be on the front end, not admin
Modified: plog/branches/lifetype-1.2/locale/admin/locale_ca_ES.php
===================================================================
--- plog/branches/lifetype-1.2/locale/admin/locale_ca_ES.php 2008-04-28 19:05:25 UTC (rev 6363)
+++ plog/branches/lifetype-1.2/locale/admin/locale_ca_ES.php 2008-04-28 19:21:25 UTC (rev 6364)
@@ -781,7 +781,6 @@
$messages['error_marking_trackback_as_nonspam'] = 'S\'ha produït un error en marcar el retroenllaç com a no spam';
$messages['trackback_marked_as_nonspam_ok'] = 'Retroenllaç marcat com a no spam correctament';
$messages['upload_here'] = 'Pujar aquí';
-$messages['reply_string'] = 'Re: ';
$messages['cleanup_users'] = 'Purga usuaris';
$messages['cleanup_users_help'] = 'Això esborrarà tots els usuaris marcats com a "Esborrats" per un administrador, així com qualsevol bloc que pertanyi a l\'usuari i tot el seu contingut. Si l\'usuari té accés a algun altre bloc, tots els articles que hi hagi publicat també s\'esborraran. No serà possible recuperar-los un cop esborrats.';
$messages['users_purged_ok'] = 'Purga d\'usuaris executada correctament';
Modified: plog/branches/lifetype-1.2/locale/admin/locale_de_DE.php
===================================================================
--- plog/branches/lifetype-1.2/locale/admin/locale_de_DE.php 2008-04-28 19:05:25 UTC (rev 6363)
+++ plog/branches/lifetype-1.2/locale/admin/locale_de_DE.php 2008-04-28 19:21:25 UTC (rev 6364)
@@ -792,7 +792,6 @@
$messages['error_marking_trackback_as_nonspam'] = 'Beim Markieren des Trackbacks als Kein-Spam ist ein Fehler aufgetreten';
$messages['trackback_marked_as_nonspam_ok'] = 'Der Trackback wurde erfolgreich als Kein-Spam markiert';
$messages['upload_here'] = 'Hier hochladen';
-$messages['reply_string'] = 'Re: ';
$messages['cleanup_users'] = 'Benutzer löschen';
$messages['cleanup_users_help'] = 'Diese Aktion wird alle Benutzer endgültig aus der Datenbank löschen, welche vom Administrator als "gelöscht" markiert wurden. Gleichzeitig werden auch alle Blogs dieses Benutzers, und deren Inhalte gelöscht. Falls dieser Benutzer Schreibrechte für andere Blogs hat, werden dessen Beiträge ebenfalls gelöscht. Diese Aktion kann nicht rückgängig gemacht werden!';
$messages['users_purged_ok'] = 'Benutzer erfolgreich bereinigt';
Modified: plog/branches/lifetype-1.2/locale/admin/locale_en_UK.php
===================================================================
--- plog/branches/lifetype-1.2/locale/admin/locale_en_UK.php 2008-04-28 19:05:25 UTC (rev 6363)
+++ plog/branches/lifetype-1.2/locale/admin/locale_en_UK.php 2008-04-28 19:21:25 UTC (rev 6364)
@@ -792,7 +792,6 @@
$messages['error_marking_trackback_as_nonspam'] = 'There was an error marking the trackback as non-spam';
$messages['trackback_marked_as_nonspam_ok'] = 'The trackback was marked successfully as non-spam';
$messages['upload_here'] = 'Upload here';
-$messages['reply_string'] = 'Re: ';
$messages['cleanup_users'] = 'Purge Users';
$messages['cleanup_users_help'] = 'This will remove all users that have been disabled by administrator (marked as "Disabled"). It will also remove any blogs that user own including everything in that blog. If user has permission to post in other blog, all posts made by them will be deleted as well. It will not be possible to recover once users have been removed.';
$messages['users_purged_ok'] = 'Users purged successfully';
Modified: plog/branches/lifetype-1.2/locale/admin/locale_es_ES.php
===================================================================
--- plog/branches/lifetype-1.2/locale/admin/locale_es_ES.php 2008-04-28 19:05:25 UTC (rev 6363)
+++ plog/branches/lifetype-1.2/locale/admin/locale_es_ES.php 2008-04-28 19:21:25 UTC (rev 6364)
@@ -780,7 +780,6 @@
$messages['error_marking_trackback_as_nonspam'] = 'Hubo un error marcando el retroenlace como no spam';
$messages['trackback_marked_as_nonspam_ok'] = 'El retroenlace fue marcado como no spam';
$messages['upload_here'] = 'Añadir fichero aquí';
-$messages['reply_string'] = 'Re: ';
$messages['cleanup_users'] = 'Limpieza de usuarios';
$messages['cleanup_users_help'] = 'Esta función eliminará todos los usuarios que hayan sido marcados como "Borrados", incluyendo cualquier
bitácora que pertenezca al usuario y todo el contenido de la bitácora. Si el usuario tiene acceso a otra bitácora, todos los artículos publicados por el usuario también serán eliminados. Una vez el usuario y sus datos han sido eliminados no será posible recuperarlos.';
Modified: plog/branches/lifetype-1.2/locale/admin/locale_fr_FR.php
===================================================================
--- plog/branches/lifetype-1.2/locale/admin/locale_fr_FR.php 2008-04-28 19:05:25 UTC (rev 6363)
+++ plog/branches/lifetype-1.2/locale/admin/locale_fr_FR.php 2008-04-28 19:21:25 UTC (rev 6364)
@@ -678,7 +678,6 @@
$messages['error_marking_trackback_as_nonspam'] = 'Erreur lors du marquage du rétrolien comme désirable';
$messages['trackback_marked_as_nonspam_ok'] = 'Rétrolien marqué comme désirable';
$messages['upload_here'] = 'Téléverserâ¦';
-$messages['reply_string'] = 'Ã';
$messages['cleanup_users'] = 'Purge des utilisateurs';
$messages['cleanup_users_help'] = 'Cette action purge tous les utilisateurs qui avaient été supprimés par lâadministrateur (marqués comme « supprimés »). Il enlèvera également tous les blogs et leurs contenus de cet utilisateur. Si un utilisateur avait des droits pour poster dans dâautres blogs, tous ses posts seront supprimés. Il nâest pas possible de revenir en arrière après la purge.';
$messages['users_purged_ok'] = 'Purge des utilisateurs réussie';
Modified: plog/branches/lifetype-1.2/locale/admin/locale_gl_ES.php
===================================================================
--- plog/branches/lifetype-1.2/locale/admin/locale_gl_ES.php 2008-04-28 19:05:25 UTC (rev 6363)
+++ plog/branches/lifetype-1.2/locale/admin/locale_gl_ES.php 2008-04-28 19:21:25 UTC (rev 6364)
@@ -790,7 +790,6 @@
$messages['error_marking_trackback_as_nonspam'] = 'Houbo un erro marcando o retroenlace como non spam';
$messages['trackback_marked_as_nonspam_ok'] = 'o retroenlace foi marcado como non spam';
$messages['upload_here'] = 'Subir aquí';
-$messages['reply_string'] = 'Re: ';
$messages['cleanup_users'] = 'Limpeza de usuarios';
$messages['cleanup_users_help'] = 'Esta función eliminará todolos usuarios que foran marcados como "Borrados", incluindo calquera
bitácora que pertenza o usuario e todo o contido da bitácora. Se o usuario ten acceso a outra bitácora, todolos artigos publicados polo usuario tamen serán eliminados. Unha vez o usuario e os seus datos foron eliminados non será posible recuperalos.';
Modified: plog/branches/lifetype-1.2/locale/admin/locale_hu_HU.php
===================================================================
--- plog/branches/lifetype-1.2/locale/admin/locale_hu_HU.php 2008-04-28 19:05:25 UTC (rev 6363)
+++ plog/branches/lifetype-1.2/locale/admin/locale_hu_HU.php 2008-04-28 19:21:25 UTC (rev 6364)
@@ -792,7 +792,6 @@
$messages['error_marking_trackback_as_nonspam'] = 'There was an error marking the trackback as non-spam';
$messages['trackback_marked_as_nonspam_ok'] = 'The trackback was marked successfully as non-spam';
$messages['upload_here'] = 'Upload here';
-$messages['reply_string'] = 'Re: ';
$messages['cleanup_users'] = 'Purge Users';
$messages['cleanup_users_help'] = 'This will remove all users that have been disabled by administrator (marked as "Disabled"). It will also remove any blogs that user own including everything in that blog. If user has permission to post in other blog, all posts made by them will be deleted as well. It will not be possible to recover once users have been removed.';
$messages['users_purged_ok'] = 'Users purged successfully';
Modified: plog/branches/lifetype-1.2/locale/admin/locale_id_ID.php
===================================================================
--- plog/branches/lifetype-1.2/locale/admin/locale_id_ID.php 2008-04-28 19:05:25 UTC (rev 6363)
+++ plog/branches/lifetype-1.2/locale/admin/locale_id_ID.php 2008-04-28 19:21:25 UTC (rev 6364)
@@ -799,7 +799,6 @@
$messages['error_marking_trackback_as_nonspam'] = 'Terjadi kesalahan saat menandai jalur balikan sebagai bukan spam';
$messages['trackback_marked_as_nonspam_ok'] = 'Jalur balikan berhasil ditandai sebagai bukan spam';
$messages['upload_here'] = 'Unggah di sini';
-$messages['reply_string'] = 'Bls: ';
$messages['cleanup_users'] = 'Bersihkan pengguna';
$messages['cleanup_users_help'] = 'Ini akan menghapus semua pengguna yang telah dinonaktifkan oleh administrator (ditandai sebagai "Nonaktif"). Ini juga akan menghapus blog yang pengguna itu miliki termasuk segala sesuatu dalam blog itu. Bila pengguna memiliki izin untuk mengirim dalam blog lain, semua kiriman yang dibuat akan dihapus. Ini tidak dapat dikembalikan bila pengguna sudah dihapus.';
$messages['users_purged_ok'] = 'Pengguna berhasil dibersihkan';
Modified: plog/branches/lifetype-1.2/locale/admin/locale_it_IT.php
===================================================================
--- plog/branches/lifetype-1.2/locale/admin/locale_it_IT.php 2008-04-28 19:05:25 UTC (rev 6363)
+++ plog/branches/lifetype-1.2/locale/admin/locale_it_IT.php 2008-04-28 19:21:25 UTC (rev 6364)
@@ -793,7 +793,6 @@
$messages['error_marking_trackback_as_nonspam'] = 'Si è verificato un errore marcando il trackback come non-spam';
$messages['trackback_marked_as_nonspam_ok'] = 'Il trackback è stato marcato come non-spam';
$messages['upload_here'] = 'Carica qui';
-$messages['reply_string'] = 'Re: ';
$messages['cleanup_users'] = 'Pulisci gli utenti';
$messages['cleanup_users_help'] = 'Tutti gli utenti marcati come "Cancellato" da un amministratore verranno eliminati. Eliminerà anche ogni blog posseduto dall\'utente e ogni cosa presente nei blog. Se l\'utente è abilitato a scrivere su altri blog, ogni suo articolo verrà eliminato. Non sarà possibile annullare l\'operazione, una volta cancellati.';
$messages['users_purged_ok'] = 'Utenti cancellati';
Modified: plog/branches/lifetype-1.2/locale/admin/locale_pt_BR.php
===================================================================
--- plog/branches/lifetype-1.2/locale/admin/locale_pt_BR.php 2008-04-28 19:05:25 UTC (rev 6363)
+++ plog/branches/lifetype-1.2/locale/admin/locale_pt_BR.php 2008-04-28 19:21:25 UTC (rev 6364)
@@ -792,7 +792,6 @@
$messages['error_marking_trackback_as_nonspam'] = 'There was an error marking the trackback as non-spam';
$messages['trackback_marked_as_nonspam_ok'] = 'The trackback was marked successfully as non-spam';
$messages['upload_here'] = 'Upload here';
-$messages['reply_string'] = 'Re: ';
$messages['cleanup_users'] = 'Purge Users';
$messages['cleanup_users_help'] = 'This will remove all users that have been disabled by administrator (marked as "Disabled"). It will also remove any blogs that user own including everything in that blog. If user has permission to post in other blog, all posts made by them will be deleted as well. It will not be possible to recover once users have been removed.';
$messages['users_purged_ok'] = 'Users purged successfully';
Modified: plog/branches/lifetype-1.2/locale/admin/locale_ru_RU.php
===================================================================
--- plog/branches/lifetype-1.2/locale/admin/locale_ru_RU.php 2008-04-28 19:05:25 UTC (rev 6363)
+++ plog/branches/lifetype-1.2/locale/admin/locale_ru_RU.php 2008-04-28 19:21:25 UTC (rev 6364)
@@ -815,7 +815,6 @@
$messages['error_marking_trackback_as_nonspam'] = 'ÐÑоизоÑла оÑибка пÑи попÑÑке помеÑиÑÑ trackback как не Ñпам';
$messages['trackback_marked_as_nonspam_ok'] = 'Тrackback помеÑен как не Ñпам';
$messages['upload_here'] = 'ÐагÑÑзка';
-$messages['reply_string'] = 'Re: ';
$messages['cleanup_users'] = 'УдалиÑÑ Ð¿Ð¾Ð»ÑзоваÑелей';
$messages['cleanup_users_help'] = 'ÐÑо ÑÐ´Ð°Ð»Ð¸Ñ Ð²ÑеÑ
полÑзоваÑелей, коÑоÑÑе бÑли заблокиÑÐ¾Ð²Ð°Ð½Ñ Ð°Ð´Ð¼Ð¸Ð½Ð¸ÑÑÑаÑоÑом ÑайÑа. Также бÑдÑÑ ÑÐ´Ð°Ð»ÐµÐ½Ñ Ð²Ñе блоги ÑÑиÑ
полÑзоваÑелей, а Ñакже запиÑи в дÑÑгиÑ
блогаÑ
, коÑоÑÑе оÑÑавили ÑÑи полÑзоваÑели. ÐÑдÑÑе внимаÑелÑÐ½Ñ - ÑÑа опеÑаÑÐ¸Ñ Ð½Ðµ Ð¿Ð¾Ð´Ð»ÐµÐ¶Ð¸Ñ Ð¾Ñмене.';
$messages['users_purged_ok'] = 'ÐолÑзоваÑели ÑÑпеÑно ÑдаленÑ';
Modified: plog/branches/lifetype-1.2/locale/admin/locale_tt_RU.php
===================================================================
--- plog/branches/lifetype-1.2/locale/admin/locale_tt_RU.php 2008-04-28 19:05:25 UTC (rev 6363)
+++ plog/branches/lifetype-1.2/locale/admin/locale_tt_RU.php 2008-04-28 19:21:25 UTC (rev 6364)
@@ -815,7 +815,6 @@
$messages['error_marking_trackback_as_nonspam'] = 'ÐиÑе ÑÑлÑаманÑÒ£ Ñпам Ñүгеллеген Ñамгалаганда Ñ
аÑа килеп ÑÑкÑÑ';
$messages['trackback_marked_as_nonspam_ok'] = 'ÐиÑе ÑÑлÑаманÑÒ£ Ñпам Ñүгеллеге ÑамгаландÑ';
$messages['upload_here'] = 'ÐөклÓÒ¯';
-$messages['reply_string'] = 'Òавап: ';
$messages['cleanup_users'] = 'ÐÑлланÑÑÑлаÑÐ½Ñ Ð±ÐµÑеÑÒ¯';
$messages['cleanup_users_help'] = 'ÐÑ Ð¾ÑÑакÑа ÑÐ°Ð¹Ñ Ð°Ð´Ð¼Ð¸Ð½Ð¸ÑÑÑаÑоÑÑ ÑиклÓп кÑйган баÑлÑк кÑлланÑÑÑÐ»Ð°Ñ Ð´Ð° беÑеÑелÓÑÓк. ШÑлай Ñк Ð±Ñ ÐºÑлланÑÑÑлаÑнÑÒ£ блоглаÑÑ Ò»Óм Ð°Ð»Ð°Ñ Ñзган ÑÐ·Ð¼Ð°Ð»Ð°Ñ Ð´Ð° беÑеÑелÓÑÓк. ÐгÑÑÐ¸Ð±Ð°Ñ - гамÓлне киÑе кайÑаÑÑ Ð¼Ó©Ð¼ÐºÐ¸Ð½ бÑлмаÑÑак.';
$messages['users_purged_ok'] = 'ÐÑлланÑÑÑÐ»Ð°Ñ Ð±ÐµÑеÑелде';
Modified: plog/branches/lifetype-1.2/locale/admin/locale_vi_VN.php
===================================================================
--- plog/branches/lifetype-1.2/locale/admin/locale_vi_VN.php 2008-04-28 19:05:25 UTC (rev 6363)
+++ plog/branches/lifetype-1.2/locale/admin/locale_vi_VN.php 2008-04-28 19:21:25 UTC (rev 6364)
@@ -792,7 +792,6 @@
$messages['error_marking_trackback_as_nonspam'] = 'Có lỗi trong quá trình đánh dấu lưu vết không phải spam';
$messages['trackback_marked_as_nonspam_ok'] = 'Đánh dấu lưu vết không phải spam thành công';
$messages['upload_here'] = 'Tải lên tại đây';
-$messages['reply_string'] = 'Trả lời: ';
$messages['cleanup_users'] = 'Xóa tài khoản';
$messages['cleanup_users_help'] = 'Việc này sẽ xóa tất cả các tài khoản bị người quản trị vô hiệu ( được đánh dấu "Vô hiệu hóa" ). Nó cũng xóa bất kỳ blog nào thuộc quyền sở hữu của người đó bao gồm mọi thứ trong blog đó. Nếu tài khoản được quyền viết bài cho các blog khác thì tất cả các bài viết sẽ bị xóa theo. Sẽ không thể phục hồi một khi tài khoản đã bị xóa.';
$messages['users_purged_ok'] = 'Đã xóa các tài khoản';
Modified: plog/branches/lifetype-1.2/locale/admin/locale_zh_CN.php
===================================================================
--- plog/branches/lifetype-1.2/locale/admin/locale_zh_CN.php 2008-04-28 19:05:25 UTC (rev 6363)
+++ plog/branches/lifetype-1.2/locale/admin/locale_zh_CN.php 2008-04-28 19:21:25 UTC (rev 6364)
@@ -792,7 +792,6 @@
$messages['error_marking_trackback_as_nonspam'] = 'åæ¶æ è®°åå¾å¼ç¨æ¶åçé误';
$messages['trackback_marked_as_nonspam_ok'] = 'åæ¶æ è®°åå¾å¼ç¨æå';
$messages['upload_here'] = 'ä¸ä¼ å°è¿é';
-$messages['reply_string'] = 'Re: ';
$messages['cleanup_users'] = 'å é¤ç¨æ·';
$messages['cleanup_users_help'] = 'è¿ä¸ªæä½ä¼æææè¢«ç®¡çåæ ç¤ºä¸º(å·²å é¤)çç¨æ·å®å
¨å é¤ï¼åæ¶ä¹ä¼æè¿äºç¨æ·çææå客ä¹å é¤ï¼å
æ¬ææå
å«å¨å客éçä»»ä½ä¸è¥¿ã妿è¿äºç¨æ·æå¨å
¶ä»å客åæç« çæéï¼é£ä»ä»¬å¨å
¶ä»å客éæåçæç« ä¹ä¼ä¸èµ·è¢«å é¤ãå½ç¨æ·è¢«å 餿¶ï¼è¿äºå¨ä½æ¯ä¸å¯è½æ¢å¤çã';
$messages['users_purged_ok'] = 'æåå é¤ç¨æ·';
Modified: plog/branches/lifetype-1.2/locale/admin/locale_zh_TW.php
===================================================================
--- plog/branches/lifetype-1.2/locale/admin/locale_zh_TW.php 2008-04-28 19:05:25 UTC (rev 6363)
+++ plog/branches/lifetype-1.2/locale/admin/locale_zh_TW.php 2008-04-28 19:21:25 UTC (rev 6364)
@@ -792,7 +792,6 @@
$messages['error_marking_trackback_as_nonspam'] = 'åæ¶æ¨è¨åå¾å¼ç¨æç¼çé¯èª¤';
$messages['trackback_marked_as_nonspam_ok'] = 'åæ¶æ¨è¨åå¾å¼ç¨æå';
$messages['upload_here'] = 'ä¸å³å°é裡';
-$messages['reply_string'] = 'Re: ';
$messages['cleanup_users'] = 'åªé¤ä½¿ç¨è
';
$messages['cleanup_users_help'] = 'éåæä½ææææè¢«ç®¡ç塿¨ç¤ºçº(å·²åªé¤)ç使ç¨è
å®å
¨åªé¤ï¼åæä¹ææéäºä½¿ç¨è
çææç¶²èªä¹åªé¤ï¼å
æ¬ææå
å«å¨ç¶²èªè£¡ç任使±è¥¿ã妿éäºä½¿ç¨è
æå¨å
¶ä»ç¶²èªå¯«æç« çæ¬éï¼é£ä»åå¨å
¶ä»ç¶²èªè£¡æå¯«çæç« 乿ä¸èµ·è¢«åªé¤ãç¶ä½¿ç¨è
被åªé¤æï¼éäºå使¯ä¸å¯è½æ¢å¾©çã';
$messages['users_purged_ok'] = 'æååªé¤ä½¿ç¨è
';
Modified: plog/branches/lifetype-1.2/locale/locale_ca_ES.php
===================================================================
--- plog/branches/lifetype-1.2/locale/locale_ca_ES.php 2008-04-28 19:05:25 UTC (rev 6363)
+++ plog/branches/lifetype-1.2/locale/locale_ca_ES.php 2008-04-28 19:21:25 UTC (rev 6364)
@@ -64,6 +64,7 @@
$messages["on_the"] = "el ";
$messages["page"] = "pàgina";
$messages["posted"] = "publicat";
+$messages['reply_string'] = 'Re: ';
$messages["reply"] = "Respon";
$messages['category'] = 'Categoria';
Modified: plog/branches/lifetype-1.2/locale/locale_de_DE.php
===================================================================
--- plog/branches/lifetype-1.2/locale/locale_de_DE.php 2008-04-28 19:05:25 UTC (rev 6363)
+++ plog/branches/lifetype-1.2/locale/locale_de_DE.php 2008-04-28 19:21:25 UTC (rev 6364)
@@ -62,6 +62,7 @@
$messages['permalink_title'] = 'Permanenter Link zum Archiv';
$messages['permalink'] = 'Permalink';
$messages['posted_by'] = 'geschrieben von';
+$messages['reply_string'] = 'Re: ';
$messages['reply'] = 'antworten';
$messages['category'] = 'Kategorie';
Modified: plog/branches/lifetype-1.2/locale/locale_en_UK.php
===================================================================
--- plog/branches/lifetype-1.2/locale/locale_en_UK.php 2008-04-28 19:05:25 UTC (rev 6363)
+++ plog/branches/lifetype-1.2/locale/locale_en_UK.php 2008-04-28 19:21:25 UTC (rev 6364)
@@ -62,6 +62,7 @@
$messages['permalink_title'] = 'Permanent link to the archives';
$messages['permalink'] = 'Permalink';
$messages['posted_by'] = 'Posted by';
+$messages['reply_string'] = 'Re: ';
$messages['reply'] = 'Reply';
$messages['category'] = 'Category';
Modified: plog/branches/lifetype-1.2/locale/locale_es_ES.php
===================================================================
--- plog/branches/lifetype-1.2/locale/locale_es_ES.php 2008-04-28 19:05:25 UTC (rev 6363)
+++ plog/branches/lifetype-1.2/locale/locale_es_ES.php 2008-04-28 19:21:25 UTC (rev 6364)
@@ -61,6 +61,7 @@
$messages['permalink_title'] = 'Enlace permanente a los archivos';
$messages['permalink'] = 'Enlace';
$messages['posted_by'] = 'Escrito por';
+$messages['reply_string'] = 'Re: ';
$messages['reply'] = 'Responder';
$messages['category'] = 'Categoría';
Modified: plog/branches/lifetype-1.2/locale/locale_fr_FR.php
===================================================================
--- plog/branches/lifetype-1.2/locale/locale_fr_FR.php 2008-04-28 19:05:25 UTC (rev 6363)
+++ plog/branches/lifetype-1.2/locale/locale_fr_FR.php 2008-04-28 19:21:25 UTC (rev 6364)
@@ -78,6 +78,7 @@
$messages['permalink_title'] = 'Liens permanents vers les archives';
$messages['permalink'] = 'Permalien';
$messages['posted_by'] = 'Par';
+$messages['reply_string'] = 'Ã';
$messages['reply'] = 'Répondre';
$messages['articles'] = 'Articles';
$messages['contact_me'] = 'Me contacter';
Modified: plog/branches/lifetype-1.2/locale/locale_gl_ES.php
===================================================================
--- plog/branches/lifetype-1.2/locale/locale_gl_ES.php 2008-04-28 19:05:25 UTC (rev 6363)
+++ plog/branches/lifetype-1.2/locale/locale_gl_ES.php 2008-04-28 19:21:25 UTC (rev 6364)
@@ -63,6 +63,7 @@
$messages['permalink_title'] = 'Enlace permanente os arquivos';
$messages['permalink'] = 'Enlace';
$messages['posted_by'] = 'Escrito por';
+$messages['reply_string'] = 'Re: ';
$messages['reply'] = 'Responder';
$messages['category'] = 'Categoría';
Modified: plog/branches/lifetype-1.2/locale/locale_hu_HU.php
===================================================================
--- plog/branches/lifetype-1.2/locale/locale_hu_HU.php 2008-04-28 19:05:25 UTC (rev 6363)
+++ plog/branches/lifetype-1.2/locale/locale_hu_HU.php 2008-04-28 19:21:25 UTC (rev 6364)
@@ -64,6 +64,7 @@
$messages['permalink_title'] = 'Ãllandó link az archÃvumokra';
$messages['permalink'] = 'Permalink';
$messages['posted_by'] = 'Beküldte';
+$messages['reply_string'] = 'Re: ';
$messages['reply'] = 'Válasz';
$messages['articles'] = 'Cikkek';
$messages['contact_me'] = 'Lépj kapcsolatba velem';
Modified: plog/branches/lifetype-1.2/locale/locale_id_ID.php
===================================================================
--- plog/branches/lifetype-1.2/locale/locale_id_ID.php 2008-04-28 19:05:25 UTC (rev 6363)
+++ plog/branches/lifetype-1.2/locale/locale_id_ID.php 2008-04-28 19:21:25 UTC (rev 6364)
@@ -62,6 +62,7 @@
$messages['permalink_title'] = 'Pranala tetap ke arsip';
$messages['permalink'] = 'Pranala Tetap';
$messages['posted_by'] = 'Dikirim oleh';
+$messages['reply_string'] = 'Bls: ';
$messages['reply'] = 'Balas';
$messages['category'] = 'Kategori';
Modified: plog/branches/lifetype-1.2/locale/locale_it_IT.php
===================================================================
--- plog/branches/lifetype-1.2/locale/locale_it_IT.php 2008-04-28 19:05:25 UTC (rev 6363)
+++ plog/branches/lifetype-1.2/locale/locale_it_IT.php 2008-04-28 19:21:25 UTC (rev 6364)
@@ -61,6 +61,7 @@
$messages['permalink_title'] = 'Link permanente agli archivi';
$messages['permalink'] = 'Permalink';
$messages['posted_by'] = 'Inviato da';
+$messages['reply_string'] = 'Re: ';
$messages['reply'] = 'Replica';
$messages['category'] = 'Categoria';
Modified: plog/branches/lifetype-1.2/locale/locale_nl_NL.php
===================================================================
--- plog/branches/lifetype-1.2/locale/locale_nl_NL.php 2008-04-28 19:05:25 UTC (rev 6363)
+++ plog/branches/lifetype-1.2/locale/locale_nl_NL.php 2008-04-28 19:21:25 UTC (rev 6364)
@@ -62,6 +62,7 @@
$messages['permalink_title'] = 'PermaLink naar het archief';
$messages['permalink'] = 'Permalink';
$messages['posted_by'] = 'Geplaatst door';
+$messages['reply_string'] = 'Re: ';
$messages['reply'] = 'Reacties';
$messages['category'] = 'Categorie';
Modified: plog/branches/lifetype-1.2/locale/locale_pt_BR.php
===================================================================
--- plog/branches/lifetype-1.2/locale/locale_pt_BR.php 2008-04-28 19:05:25 UTC (rev 6363)
+++ plog/branches/lifetype-1.2/locale/locale_pt_BR.php 2008-04-28 19:21:25 UTC (rev 6364)
@@ -62,6 +62,7 @@
$messages['permalink_title'] = 'Permanent link to the archives';
$messages['permalink'] = 'Permalink';
$messages['posted_by'] = 'Postado por';
+$messages['reply_string'] = 'Re: ';
$messages['reply'] = 'Reply';
$messages['category'] = 'Categoria';
Modified: plog/branches/lifetype-1.2/locale/locale_ru_RU.php
===================================================================
--- plog/branches/lifetype-1.2/locale/locale_ru_RU.php 2008-04-28 19:05:25 UTC (rev 6363)
+++ plog/branches/lifetype-1.2/locale/locale_ru_RU.php 2008-04-28 19:21:25 UTC (rev 6364)
@@ -57,6 +57,7 @@
$messages['permalink'] = 'ÐоÑÑоÑÐ½Ð½Ð°Ñ ÑÑÑлка';
$messages['posted_by'] = 'ÐапиÑал(а)';
$messages['reply'] = 'ÐÑвеÑ';
+$messages['reply_string'] = 'Re: ';
$messages['add_comment'] = 'ÐобавиÑÑ ÐºÐ¾Ð¼Ð¼ÐµÐ½ÑаÑий';
$messages['comment_topic'] = 'Ðаголовок';
Modified: plog/branches/lifetype-1.2/locale/locale_tt_RU.php
===================================================================
--- plog/branches/lifetype-1.2/locale/locale_tt_RU.php 2008-04-28 19:05:25 UTC (rev 6363)
+++ plog/branches/lifetype-1.2/locale/locale_tt_RU.php 2008-04-28 19:21:25 UTC (rev 6364)
@@ -57,6 +57,7 @@
$messages['permalink'] = 'Ðаими ÑÑлÑама';
$messages['posted_by'] = 'ЯздÑ:';
$messages['reply'] = 'Òавап';
+$messages['reply_string'] = 'Òавап: ';
$messages['add_comment'] = 'ÐңлаÑма Ó©ÑÑÓÒ¯';
$messages['comment_topic'] = 'Тема';
Modified: plog/branches/lifetype-1.2/locale/locale_vi_VN.php
===================================================================
--- plog/branches/lifetype-1.2/locale/locale_vi_VN.php 2008-04-28 19:05:25 UTC (rev 6363)
+++ plog/branches/lifetype-1.2/locale/locale_vi_VN.php 2008-04-28 19:21:25 UTC (rev 6364)
@@ -62,6 +62,7 @@
$messages['permalink_title'] = 'Đường dẫn tới kho lưu trữ';
$messages['permalink'] = 'Đường dẫn thường trực';
$messages['posted_by'] = 'Gửi bởi';
+$messages['reply_string'] = 'Trả lời: ';
$messages['reply'] = 'Trả lời';
$messages['category'] = 'Danh mục';
Modified: plog/branches/lifetype-1.2/locale/locale_zh_CN.php
===================================================================
--- plog/branches/lifetype-1.2/locale/locale_zh_CN.php 2008-04-28 19:05:25 UTC (rev 6363)
+++ plog/branches/lifetype-1.2/locale/locale_zh_CN.php 2008-04-28 19:21:25 UTC (rev 6364)
@@ -63,6 +63,7 @@
$messages['permalink_title'] = 'æç« æ±æ´éæé¾æ¥ç½å';
$messages['permalink'] = 'éæé¾æ¥ç½å';
$messages['posted_by'] = 'ä½è
';
+$messages['reply_string'] = 'Re: ';
$messages['reply'] = 'åè¦';
$messages['category'] = 'åç±»';
Modified: plog/branches/lifetype-1.2/locale/locale_zh_TW.php
===================================================================
--- plog/branches/lifetype-1.2/locale/locale_zh_TW.php 2008-04-28 19:05:25 UTC (rev 6363)
+++ plog/branches/lifetype-1.2/locale/locale_zh_TW.php 2008-04-28 19:21:25 UTC (rev 6364)
@@ -64,6 +64,7 @@
$messages['permalink'] = 'éæ
é£çµç¶²å';
$messages['posted_by'] = 'ä½è
';
$messages['reply'] = 'åè¦';
+$messages['reply_string'] = 'Re: ';
$messages['category'] = 'åé¡';
// add comment form
More information about the pLog-svn
mailing list