[pLog-svn] r6013 - plog/branches/lifetype-1.2/locale

reto at devel.lifetype.net reto at devel.lifetype.net
Sun Oct 28 14:57:07 EDT 2007


Author: reto
Date: 2007-10-28 14:57:07 -0400 (Sun, 28 Oct 2007)
New Revision: 6013

Modified:
   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_it_IT.php
   plog/branches/lifetype-1.2/locale/locale_nl_NL.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:
added a long-time missing error message.


Modified: plog/branches/lifetype-1.2/locale/locale_ca_ES.php
===================================================================
--- plog/branches/lifetype-1.2/locale/locale_ca_ES.php	2007-10-26 08:59:13 UTC (rev 6012)
+++ plog/branches/lifetype-1.2/locale/locale_ca_ES.php	2007-10-28 18:57:07 UTC (rev 6013)
@@ -143,4 +143,8 @@
 $messages['audio_codec'] = 'Códec d\'audio';
 $messages['video_codec'] = 'Códec de vídeo';
 $messages['length'] = 'Duració';
-?>
\ No newline at end of file
+
+/// Strings added in LT 1.2.5 ///
+$messages['error_rdf_syndication_not_allowed'] = 'Error: Feeds are disabled for this blog.';
+
+?>

Modified: plog/branches/lifetype-1.2/locale/locale_de_DE.php
===================================================================
--- plog/branches/lifetype-1.2/locale/locale_de_DE.php	2007-10-26 08:59:13 UTC (rev 6012)
+++ plog/branches/lifetype-1.2/locale/locale_de_DE.php	2007-10-28 18:57:07 UTC (rev 6013)
@@ -142,4 +142,8 @@
 /// Strings added in LT 1.2.4 ///
 $messages['audio_codec'] = 'Audio Codec';
 $messages['video_codec'] = 'Video Codec';
+
+/// Strings added in LT 1.2.5 ///
+$messages['error_rdf_syndication_not_allowed'] = 'Fehler: Feeds sind für dieses Blog deaktiviert.';
+
 ?>

Modified: plog/branches/lifetype-1.2/locale/locale_en_UK.php
===================================================================
--- plog/branches/lifetype-1.2/locale/locale_en_UK.php	2007-10-26 08:59:13 UTC (rev 6012)
+++ plog/branches/lifetype-1.2/locale/locale_en_UK.php	2007-10-28 18:57:07 UTC (rev 6013)
@@ -144,4 +144,8 @@
 /// Strings added in LT 1.2.4 ///
 $messages['audio_codec'] = 'Audio codec';
 $messages['video_codec'] = 'Video codec';
-?>
\ No newline at end of file
+
+/// Strings added in LT 1.2.5 ///
+$messages['error_rdf_syndication_not_allowed'] = 'Error: Feeds are disabled for this blog.';
+
+?>

Modified: plog/branches/lifetype-1.2/locale/locale_es_ES.php
===================================================================
--- plog/branches/lifetype-1.2/locale/locale_es_ES.php	2007-10-26 08:59:13 UTC (rev 6012)
+++ plog/branches/lifetype-1.2/locale/locale_es_ES.php	2007-10-28 18:57:07 UTC (rev 6013)
@@ -138,4 +138,8 @@
 /// Strings added in LT 1.2.4 ///
 $messages['audio_codec'] = 'Códec de audio';
 $messages['video_codec'] = 'Códec de vídeo';
-?>
\ No newline at end of file
+
+/// Strings added in LT 1.2.5 ///
+$messages['error_rdf_syndication_not_allowed'] = 'Error: Feeds are disabled for this blog.';
+
+?>

Modified: plog/branches/lifetype-1.2/locale/locale_fr_FR.php
===================================================================
--- plog/branches/lifetype-1.2/locale/locale_fr_FR.php	2007-10-26 08:59:13 UTC (rev 6012)
+++ plog/branches/lifetype-1.2/locale/locale_fr_FR.php	2007-10-28 18:57:07 UTC (rev 6013)
@@ -157,4 +157,8 @@
 /// Strings added in LT 1.2.4 ///
 $messages['audio_codec'] = 'Codec audio';
 $messages['video_codec'] = 'Codec vidéo';
-?>
\ No newline at end of file
+
+/// Strings added in LT 1.2.5 ///
+$messages['error_rdf_syndication_not_allowed'] = 'Error: Feeds are disabled for this blog.';
+
+?>

Modified: plog/branches/lifetype-1.2/locale/locale_gl_ES.php
===================================================================
--- plog/branches/lifetype-1.2/locale/locale_gl_ES.php	2007-10-26 08:59:13 UTC (rev 6012)
+++ plog/branches/lifetype-1.2/locale/locale_gl_ES.php	2007-10-28 18:57:07 UTC (rev 6013)
@@ -139,4 +139,8 @@
 /// Strings added in LT 1.2.4 ///
 $messages['audio_codec'] = 'Codec de audio';
 $messages['video_codec'] = 'Codec de vídeo';
-?>
\ No newline at end of file
+
+/// Strings added in LT 1.2.5 ///
+$messages['error_rdf_syndication_not_allowed'] = 'Error: Feeds are disabled for this blog.';
+
+?>

Modified: plog/branches/lifetype-1.2/locale/locale_hu_HU.php
===================================================================
--- plog/branches/lifetype-1.2/locale/locale_hu_HU.php	2007-10-26 08:59:13 UTC (rev 6012)
+++ plog/branches/lifetype-1.2/locale/locale_hu_HU.php	2007-10-28 18:57:07 UTC (rev 6013)
@@ -143,4 +143,8 @@
 /// Strings added in LT 1.2.4 ///
 $messages['audio_codec'] = 'Hang kodek';
 $messages['video_codec'] = 'Video kodek';
+
+/// Strings added in LT 1.2.5 ///
+$messages['error_rdf_syndication_not_allowed'] = 'Error: Feeds are disabled for this blog.';
+
 ?>

Modified: plog/branches/lifetype-1.2/locale/locale_it_IT.php
===================================================================
--- plog/branches/lifetype-1.2/locale/locale_it_IT.php	2007-10-26 08:59:13 UTC (rev 6012)
+++ plog/branches/lifetype-1.2/locale/locale_it_IT.php	2007-10-28 18:57:07 UTC (rev 6013)
@@ -142,5 +142,9 @@
 
 /// Strings added in LT 1.2.4 ///
 $messages['audio_codec'] = 'Codec Audio';
-$messages['video_codec'] = 'Codec Video';
-?>
\ No newline at end of file
+$messages['video_codec'] = 'Codec Video';
+
+/// Strings added in LT 1.2.5 ///
+$messages['error_rdf_syndication_not_allowed'] = 'Error: Feeds are disabled for this blog.';
+
+?>

Modified: plog/branches/lifetype-1.2/locale/locale_nl_NL.php
===================================================================
--- plog/branches/lifetype-1.2/locale/locale_nl_NL.php	2007-10-26 08:59:13 UTC (rev 6012)
+++ plog/branches/lifetype-1.2/locale/locale_nl_NL.php	2007-10-28 18:57:07 UTC (rev 6013)
@@ -144,5 +144,9 @@
 
 /// Strings added in LT 1.2.4 ///
 $messages['audio_codec'] = 'Audio codec';
-$messages['video_codec'] = 'Video codec';
-?>
\ No newline at end of file
+$messages['video_codec'] = 'Video codec';
+
+/// Strings added in LT 1.2.5 ///
+$messages['error_rdf_syndication_not_allowed'] = 'Error: Feeds are disabled for this blog.';
+
+?>

Modified: plog/branches/lifetype-1.2/locale/locale_ru_RU.php
===================================================================
--- plog/branches/lifetype-1.2/locale/locale_ru_RU.php	2007-10-26 08:59:13 UTC (rev 6012)
+++ plog/branches/lifetype-1.2/locale/locale_ru_RU.php	2007-10-28 18:57:07 UTC (rev 6013)
@@ -134,4 +134,8 @@
 $messages['dashboard'] = 'Управление';
 $messages['summary'] = 'Сообщество';
 $messages['generated'] = 'Сгенерировано';
-?>
\ No newline at end of file
+
+/// Strings added in LT 1.2.5 ///
+$messages['error_rdf_syndication_not_allowed'] = 'Error: Feeds are disabled for this blog.';
+
+?>

Modified: plog/branches/lifetype-1.2/locale/locale_tt_RU.php
===================================================================
--- plog/branches/lifetype-1.2/locale/locale_tt_RU.php	2007-10-26 08:59:13 UTC (rev 6012)
+++ plog/branches/lifetype-1.2/locale/locale_tt_RU.php	2007-10-28 18:57:07 UTC (rev 6013)
@@ -138,4 +138,8 @@
 $messages['dashboard'] = 'Идарә итү';
 $messages['summary'] = 'Җәмгыять';
 $messages['generated'] = 'Ясалу вакыты';
-?>
\ No newline at end of file
+
+/// Strings added in LT 1.2.5 ///
+$messages['error_rdf_syndication_not_allowed'] = 'Error: Feeds are disabled for this blog.';
+
+?>

Modified: plog/branches/lifetype-1.2/locale/locale_vi_VN.php
===================================================================
--- plog/branches/lifetype-1.2/locale/locale_vi_VN.php	2007-10-26 08:59:13 UTC (rev 6012)
+++ plog/branches/lifetype-1.2/locale/locale_vi_VN.php	2007-10-28 18:57:07 UTC (rev 6013)
@@ -144,4 +144,8 @@
 /// Strings added in LT 1.2.4 ///
 $messages['audio_codec'] = 'Audio codec';
 $messages['video_codec'] = 'Video codec';
-?>
\ No newline at end of file
+
+/// Strings added in LT 1.2.5 ///
+$messages['error_rdf_syndication_not_allowed'] = 'Error: Feeds are disabled for this blog.';
+
+?>

Modified: plog/branches/lifetype-1.2/locale/locale_zh_CN.php
===================================================================
--- plog/branches/lifetype-1.2/locale/locale_zh_CN.php	2007-10-26 08:59:13 UTC (rev 6012)
+++ plog/branches/lifetype-1.2/locale/locale_zh_CN.php	2007-10-28 18:57:07 UTC (rev 6013)
@@ -144,5 +144,9 @@
 
 /// Strings added in LT 1.2.4 ///
 $messages['audio_codec'] = '音乐编码';
-$messages['video_codec'] = '影片编码';
-?>
\ No newline at end of file
+$messages['video_codec'] = '影片编码';
+
+/// Strings added in LT 1.2.5 ///
+$messages['error_rdf_syndication_not_allowed'] = 'Error: Feeds are disabled for this blog.';
+
+?>

Modified: plog/branches/lifetype-1.2/locale/locale_zh_TW.php
===================================================================
--- plog/branches/lifetype-1.2/locale/locale_zh_TW.php	2007-10-26 08:59:13 UTC (rev 6012)
+++ plog/branches/lifetype-1.2/locale/locale_zh_TW.php	2007-10-28 18:57:07 UTC (rev 6013)
@@ -144,5 +144,9 @@
 
 /// Strings added in LT 1.2.4 ///
 $messages['audio_codec'] = '音樂編碼';
-$messages['video_codec'] = '影片編碼';
-?>
\ No newline at end of file
+$messages['video_codec'] = '影片編碼';
+
+/// Strings added in LT 1.2.5 ///
+$messages['error_rdf_syndication_not_allowed'] = 'Error: Feeds are disabled for this blog.';
+
+?>



More information about the pLog-svn mailing list