From 8b337ad41af1a06be7e2fd470ca1a82f682d2517 Mon Sep 17 00:00:00 2001 From: Silvio Date: Wed, 6 Nov 2013 18:21:41 -0200 Subject: Translating strings to english --- .../timelinejs_feature.features.field.inc | 14 +++++++------- .../timelinejs_feature/timelinejs_feature.features.inc | 12 ++++++------ 2 files changed, 13 insertions(+), 13 deletions(-) (limited to 'features') diff --git a/features/timelinejs_feature/timelinejs_feature.features.field.inc b/features/timelinejs_feature/timelinejs_feature.features.field.inc index af7aefa..831f89d 100644 --- a/features/timelinejs_feature/timelinejs_feature.features.field.inc +++ b/features/timelinejs_feature/timelinejs_feature.features.field.inc @@ -743,7 +743,7 @@ function timelinejs_feature_field_default_fields() { 'bundle' => 'timeline', 'default_value' => NULL, 'deleted' => '0', - 'description' => 'Fonte opcional caso a linha do tempo seja criada com dados externos.', + 'description' => 'Optional source if the timeline is built using external data.', 'display' => array( 'default' => array( 'label' => 'above', @@ -782,12 +782,12 @@ function timelinejs_feature_field_default_fields() { // Included for use with string extractors like potx. t('Body'); t('Comment'); - t('Data'); - t('Embarcado'); - t('Fonte'); - t('Fonte opcional caso a linha do tempo seja criada com dados externos.'); - t('Imagem'); - t('Linha do tempo'); + t('Date'); + t('Embeded'); + t('Source'); + t('Optional source if the timeline is built using external data.'); + t('Image'); + t('Timeline'); t('Tag'); return $fields; diff --git a/features/timelinejs_feature/timelinejs_feature.features.inc b/features/timelinejs_feature/timelinejs_feature.features.inc index d4d1550..748c3bd 100644 --- a/features/timelinejs_feature/timelinejs_feature.features.inc +++ b/features/timelinejs_feature/timelinejs_feature.features.inc @@ -24,19 +24,19 @@ function timelinejs_feature_ctools_plugin_api() { function timelinejs_feature_node_info() { $items = array( 'event' => array( - 'name' => t('Evento'), + 'name' => t('Event'), 'base' => 'node_content', - 'description' => t('Um evento com data.'), + 'description' => t('An event with a date.'), 'has_title' => '1', - 'title_label' => t('Título'), + 'title_label' => t('Title'), 'help' => '', ), 'timeline' => array( - 'name' => t('Linha do tempo'), + 'name' => t('Timeline'), 'base' => 'node_content', - 'description' => t('Uma linha do tempo é um conjunto de eventos.'), + 'description' => t('A timeline is a set of events.'), 'has_title' => '1', - 'title_label' => t('Título'), + 'title_label' => t('Title'), 'help' => '', ), ); -- cgit v1.2.3