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

oscar at devel.lifetype.net oscar at devel.lifetype.net
Wed Jun 27 11:21:38 EDT 2007


Author: oscar
Date: 2007-06-27 11:21:38 -0400 (Wed, 27 Jun 2007)
New Revision: 5583

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_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_zh_CN.php
   plog/branches/lifetype-1.2/locale/locale_zh_TW.php
Log:
Added 3 missing strings to the front-end locale


Modified: plog/branches/lifetype-1.2/locale/locale_ca_ES.php
===================================================================
--- plog/branches/lifetype-1.2/locale/locale_ca_ES.php	2007-06-27 14:07:25 UTC (rev 5582)
+++ plog/branches/lifetype-1.2/locale/locale_ca_ES.php	2007-06-27 15:21:38 UTC (rev 5583)
@@ -133,4 +133,9 @@
 $messages['error_fetching_resource'] = 'El fitxer no s\'ha pogut trobar.';
 $messages['contact_me'] = 'Contacte';
 $messages['required'] = 'Obligatori';
+
+/// Strings added in LT 1.2.4 ///
+$messages['audio_codec'] = 'Códec d\'audio';
+$messages['video_codec'] = 'Códec de vídeo';
+$messages['length'] = 'Duració';
 ?>

Modified: plog/branches/lifetype-1.2/locale/locale_de_DE.php
===================================================================
--- plog/branches/lifetype-1.2/locale/locale_de_DE.php	2007-06-27 14:07:25 UTC (rev 5582)
+++ plog/branches/lifetype-1.2/locale/locale_de_DE.php	2007-06-27 15:21:38 UTC (rev 5583)
@@ -130,4 +130,9 @@
 $messages['num_reads'] = 'gesehen';
 $messages['contact_me'] = 'Kontaktieren Sie mich';
 $messages['required'] = 'Notwendig';
-?>
+
+/// Strings added in LT 1.2.4 ///
+$messages['audio_codec'] = 'Audio codec';
+$messages['video_codec'] = 'Video codec';
+$messages['length'] = 'Length';
+?>
\ No newline at end of file

Modified: plog/branches/lifetype-1.2/locale/locale_en_UK.php
===================================================================
--- plog/branches/lifetype-1.2/locale/locale_en_UK.php	2007-06-27 14:07:25 UTC (rev 5582)
+++ plog/branches/lifetype-1.2/locale/locale_en_UK.php	2007-06-27 15:21:38 UTC (rev 5583)
@@ -132,4 +132,9 @@
 $messages['num_reads'] = 'Views';
 $messages['contact_me'] = 'Contact Me';
 $messages['required'] = 'Required';
+
+/// Strings added in LT 1.2.4 ///
+$messages['audio_codec'] = 'Audio codec';
+$messages['video_codec'] = 'Video codec';
+$messages['length'] = 'Length';
 ?>
\ No newline at end of file

Modified: plog/branches/lifetype-1.2/locale/locale_es_ES.php
===================================================================
--- plog/branches/lifetype-1.2/locale/locale_es_ES.php	2007-06-27 14:07:25 UTC (rev 5582)
+++ plog/branches/lifetype-1.2/locale/locale_es_ES.php	2007-06-27 15:21:38 UTC (rev 5583)
@@ -126,4 +126,9 @@
 $messages['error_fetching_resource'] = 'El fichero no se pudo encontrar.';
 $messages['contact_me'] = 'Contactar';
 $messages['required'] = 'Obligatorio';
+
+/// Strings added in LT 1.2.4 ///
+$messages['audio_codec'] = 'Códec de audio';
+$messages['video_codec'] = 'Códec de vídeo';
+$messages['length'] = 'Duración';
 ?>

Modified: plog/branches/lifetype-1.2/locale/locale_fr_FR.php
===================================================================
--- plog/branches/lifetype-1.2/locale/locale_fr_FR.php	2007-06-27 14:07:25 UTC (rev 5582)
+++ plog/branches/lifetype-1.2/locale/locale_fr_FR.php	2007-06-27 15:21:38 UTC (rev 5583)
@@ -144,4 +144,8 @@
 $messages['error_fetching_resource'] = 'Erreur lors de la requête de la ressource.';
 $messages['error_incorrect_user'] = 'Membre non valide';
 
-?>
+/// Strings added in LT 1.2.4 ///
+$messages['audio_codec'] = 'Audio codec';
+$messages['video_codec'] = 'Video codec';
+$messages['length'] = 'Length';
+?>
\ No newline at end of file

Modified: plog/branches/lifetype-1.2/locale/locale_gl_ES.php
===================================================================
--- plog/branches/lifetype-1.2/locale/locale_gl_ES.php	2007-06-27 14:07:25 UTC (rev 5582)
+++ plog/branches/lifetype-1.2/locale/locale_gl_ES.php	2007-06-27 15:21:38 UTC (rev 5583)
@@ -127,4 +127,9 @@
 $messages['error_fetching_resource'] = 'O ficheiro non se puido encontrar.';
 $messages['contact_me'] = 'Contactar';
 $messages['required'] = 'Obrigatorio';
+
+/// Strings added in LT 1.2.4 ///
+$messages['audio_codec'] = 'Audio codec';
+$messages['video_codec'] = 'Video codec';
+$messages['length'] = 'Length';
 ?>
\ No newline at end of file

Modified: plog/branches/lifetype-1.2/locale/locale_it_IT.php
===================================================================
--- plog/branches/lifetype-1.2/locale/locale_it_IT.php	2007-06-27 14:07:25 UTC (rev 5582)
+++ plog/branches/lifetype-1.2/locale/locale_it_IT.php	2007-06-27 15:21:38 UTC (rev 5583)
@@ -62,8 +62,8 @@
 $messages['permalink'] = 'Permalink';
 $messages['posted_by'] = 'Inviato da';
 $messages['reply'] = 'Replica';
-$messages['category'] = 'Categoria';
-
+$messages['category'] = 'Categoria';
+
 // add comment form
 $messages['add_comment'] = 'Aggiungi un commento'; 
 $messages['comment_topic'] = 'Argomento';
@@ -91,12 +91,12 @@
 $messages['about'] = 'Informazioni';
 $messages['download'] = 'Scarica';
 $messages['error_incorrect_email_address'] = 'L\'indirizzo email non è corretto';
-$messages['invalid_url'] = 'You entered an invalid URL. Please correct and try again';
-
+$messages['invalid_url'] = 'You entered an invalid URL. Please correct and try again';
+
 ////// error messages /////
 $messages['error_fetching_article'] = 'L\'articolo richiesto non può essere trovato.';
 $messages['error_fetching_articles'] = 'Impossibile selezionare gli articoli';
-$messages['error_fetching_category'] = 'There was an error fetching the category'; // translate
+$messages['error_fetching_category'] = 'There was an error fetching the category'; // translate
 $messages['error_trackback_no_trackback'] = 'Non sono presenti trackback per l\'articolo.';
 $messages['error_incorrect_article_id'] = 'Identificativo dell\'articolo non corretto.';
 $messages['error_incorrect_blog_id'] = 'Identificativo del blog non corretto.';
@@ -109,7 +109,7 @@
 $messages['error_incorrect_search_terms'] = 'Se non sai quello che cerchi, non riuscirai a trovarlo ;-)'; 
 $messages['error_no_search_results'] = 'Non ci sono elementi che soddisfano i criteri di ricerca';
 $messages['error_no_albums_defined'] = 'Non ci sono album in questo blog.';
-$messages['error_incorrect_user'] = 'Utente non valido';
+$messages['error_incorrect_user'] = 'Utente non valido';
 
 $messages['comment_default_title'] = '(Senza titolo)';
 $messages['error_incorrect_category_id'] = 'L\'id della categoria non è corretto o nessun elemento selezionato';
@@ -126,9 +126,14 @@
 $messages['links'] = 'Link';
 
 // missing strings //
-$messages['num_reads'] = 'Letture';
-
+$messages['num_reads'] = 'Letture';
+
 $messages['error_fetching_resource'] = 'Il file specificato non è stato trovato.';
 $messages['contact_me'] = 'Contattami';
 $messages['required'] = 'Richiesto';
-?>
+
+/// Strings added in LT 1.2.4 ///
+$messages['audio_codec'] = 'Audio codec';
+$messages['video_codec'] = 'Video codec';
+$messages['length'] = 'Length';
+?>

Modified: plog/branches/lifetype-1.2/locale/locale_nl_NL.php
===================================================================
--- plog/branches/lifetype-1.2/locale/locale_nl_NL.php	2007-06-27 14:07:25 UTC (rev 5582)
+++ plog/branches/lifetype-1.2/locale/locale_nl_NL.php	2007-06-27 15:21:38 UTC (rev 5583)
@@ -133,4 +133,9 @@
 $messages['error_fetching_resource'] = 'Het door u aangewezen document kan niet worden gevonden.';
 $messages['contact_me'] = 'Contacteer Mij';
 $messages['required'] = 'Verplicht';
+
+/// Strings added in LT 1.2.4 ///
+$messages['audio_codec'] = 'Audio codec';
+$messages['video_codec'] = 'Video codec';
+$messages['length'] = 'Length';
 ?>

Modified: plog/branches/lifetype-1.2/locale/locale_ru_RU.php
===================================================================
--- plog/branches/lifetype-1.2/locale/locale_ru_RU.php	2007-06-27 14:07:25 UTC (rev 5582)
+++ plog/branches/lifetype-1.2/locale/locale_ru_RU.php	2007-06-27 15:21:38 UTC (rev 5583)
@@ -122,4 +122,9 @@
 $messages['num_reads'] = 'Просмотров';
 $messages['contact_me'] = 'Контакты';
 $messages['required'] = 'Обязательное поле';
+
+/// Strings added in LT 1.2.4 ///
+$messages['audio_codec'] = 'Audio codec';
+$messages['video_codec'] = 'Video codec';
+$messages['length'] = 'Length';
 ?>
\ No newline at end of file

Modified: plog/branches/lifetype-1.2/locale/locale_zh_CN.php
===================================================================
--- plog/branches/lifetype-1.2/locale/locale_zh_CN.php	2007-06-27 14:07:25 UTC (rev 5582)
+++ plog/branches/lifetype-1.2/locale/locale_zh_CN.php	2007-06-27 15:21:38 UTC (rev 5583)
@@ -133,4 +133,9 @@
 $messages['num_reads'] = '阅读';
 $messages['contact_me'] = '联络我';
 $messages['required'] = 'å¿…å¡«';
+
+/// Strings added in LT 1.2.4 ///
+$messages['audio_codec'] = 'Audio codec';
+$messages['video_codec'] = 'Video codec';
+$messages['length'] = 'Length';
 ?>
\ No newline at end of file

Modified: plog/branches/lifetype-1.2/locale/locale_zh_TW.php
===================================================================
--- plog/branches/lifetype-1.2/locale/locale_zh_TW.php	2007-06-27 14:07:25 UTC (rev 5582)
+++ plog/branches/lifetype-1.2/locale/locale_zh_TW.php	2007-06-27 15:21:38 UTC (rev 5583)
@@ -133,4 +133,9 @@
 $messages['num_reads'] = '閱讀';
 $messages['contact_me'] = '聯絡我';
 $messages['required'] = 'å¿…å¡«';
+
+/// Strings added in LT 1.2.4 ///
+$messages['audio_codec'] = 'Audio codec';
+$messages['video_codec'] = 'Video codec';
+$messages['length'] = 'Length';
 ?>
\ No newline at end of file



More information about the pLog-svn mailing list