-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from acemir/master
Now the tweet text create links from hashtags, mentions, urls. Added new field that parse the tweet time to get Twitter style "time ago".
- Loading branch information
Showing
12 changed files
with
233 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
<?php | ||
/** | ||
* Ionize Module lang file | ||
* Lang terms must always be prefixed by "module_<module_name>" | ||
* to avoid conflict with core / other translations items | ||
* | ||
*/ | ||
|
||
$lang['module_twitter_title'] = "Módulo Twitter"; | ||
$lang['module_twitter_about'] = "Informações sobre o módulo Twitter..."; | ||
$lang['module_twitter_button_create_user'] = "Adicionar usuário twitter"; | ||
$lang['module_twitter_title_edit_user'] = "Editar usuário"; | ||
$lang['module_twitter_label_username'] = "Nome da conta"; | ||
$lang['module_twitter_label_accesstoken'] = "Access Token"; | ||
$lang['module_twitter_label_accesstokensecret'] = "Access Token Secret"; | ||
$lang['module_twitter_label_consumerkey'] = "API Key"; | ||
$lang['module_twitter_label_consumersecret'] = "API Secret"; | ||
$lang['module_twitter_label_max_time_difference'] = "Intervalo de atualização (segundos)"; | ||
|
||
$lang['module_twitter_about_time'] = 'cerca de '; | ||
$lang['module_twitter_ago'] = ' atrás'; | ||
$lang['module_twitter_now'] = 'agora'; | ||
$lang['module_twitter_second'] = 'segundo'; | ||
$lang['module_twitter_seconds'] = 'segundos'; | ||
$lang['module_twitter_minute'] = 'minuto'; | ||
$lang['module_twitter_minutes'] = 'minutos'; | ||
$lang['module_twitter_hour'] = 'hora'; | ||
$lang['module_twitter_hours'] = 'horas'; | ||
$lang['module_twitter_day'] = 'dia'; | ||
$lang['module_twitter_days'] = 'dias'; | ||
$lang['module_twitter_week'] = 'semana'; | ||
$lang['module_twitter_weeks'] = 'semanas'; | ||
$lang['module_twitter_month'] = 'mês'; | ||
$lang['module_twitter_months'] = 'meses'; | ||
$lang['module_twitter_year'] = 'ano'; | ||
$lang['module_twitter_years'] = 'anos'; | ||
?> |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
<?php | ||
/** | ||
* Ionize Module lang file | ||
* Lang terms must always be prefixed by "module_<module_name>" | ||
* to avoid conflict with core / other translations items | ||
* | ||
*/ | ||
|
||
$lang['module_twitter_title'] = "Twitter module"; | ||
$lang['module_twitter_about'] = "About the Twitter module..."; | ||
$lang['module_twitter_button_create_user'] = "Add twitter user"; | ||
$lang['module_twitter_title_edit_user'] = "Edit User Account"; | ||
$lang['module_twitter_label_username'] = "Twitter Account Name"; | ||
$lang['module_twitter_label_accesstoken'] = "Twitter Api Access Token"; | ||
$lang['module_twitter_label_accesstokensecret'] = "Access Token Secret"; | ||
$lang['module_twitter_label_consumerkey'] = "Consumer Key"; | ||
$lang['module_twitter_label_consumersecret'] = "Consumer Secret"; | ||
$lang['module_twitter_label_max_time_difference'] = "Tweet update interval (seconds)"; | ||
|
||
$lang['module_twitter_less_then_three_seconds'] = "ahora"; | ||
$lang['module_twitter_less_then_minute'] = " s"; | ||
$lang['module_twitter_less_then_two_minutes'] = "1 m"; | ||
$lang['module_twitter_less_then_hour'] = " m"; | ||
$lang['module_twitter_less_then_two_hours'] = "1 h"; | ||
$lang['module_twitter_less_then_day'] = " h"; | ||
$lang['module_twitter_less_then_two_days'] = "ayer"; | ||
$lang['module_twitter_less_then_year'] = " d"; | ||
$lang['module_twitter_more_then_year'] = "+1 a"; | ||
|
||
$lang['module_twitter_about_time'] = 'hace cerca de '; | ||
$lang['module_twitter_ago'] = ' '; | ||
$lang['module_twitter_now'] = 'ahora'; | ||
$lang['module_twitter_second'] = 'segundo'; | ||
$lang['module_twitter_seconds'] = 'segundos'; | ||
$lang['module_twitter_minute'] = 'minuto'; | ||
$lang['module_twitter_minutes'] = 'minutos'; | ||
$lang['module_twitter_hour'] = 'hora'; | ||
$lang['module_twitter_hours'] = 'horas'; | ||
$lang['module_twitter_day'] = 'día'; | ||
$lang['module_twitter_days'] = 'días'; | ||
$lang['module_twitter_week'] = 'semana'; | ||
$lang['module_twitter_weeks'] = 'semanas'; | ||
$lang['module_twitter_month'] = 'mes'; | ||
$lang['module_twitter_months'] = 'meses'; | ||
$lang['module_twitter_year'] = 'año'; | ||
$lang['module_twitter_years'] = 'años'; | ||
?> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
<?php | ||
/** | ||
* Ionize Module lang file | ||
* Lang terms must always be prefixed by "module_<module_name>" | ||
* to avoid conflict with core / other translations items | ||
* | ||
*/ | ||
|
||
$lang['module_twitter_title'] = "Modulo Twitter"; | ||
$lang['module_twitter_about'] = "Informazioni sul modulo Twitter..."; | ||
$lang['module_twitter_button_create_user'] = "Aggiungi utente twitter"; | ||
$lang['module_twitter_title_edit_user'] = "Modifica dati account"; | ||
$lang['module_twitter_label_username'] = "Nome utente Twitter"; | ||
$lang['module_twitter_label_accesstoken'] = "Api Access Token Twitter"; | ||
$lang['module_twitter_label_accesstokensecret'] = "Access Token Secret"; | ||
$lang['module_twitter_label_consumerkey'] = "Consumer Key"; | ||
$lang['module_twitter_label_consumersecret'] = "Consumer Secret"; | ||
$lang['module_twitter_label_max_time_difference'] = "Intervallo aggiornamento Tweet (secondi)"; | ||
|
||
$lang['module_twitter_about_time'] = 'circa '; | ||
$lang['module_twitter_ago'] = ' fa'; | ||
$lang['module_twitter_now'] = 'adesso'; | ||
$lang['module_twitter_second'] = 'secondo'; | ||
$lang['module_twitter_seconds'] = 'secondi'; | ||
$lang['module_twitter_minute'] = 'minuto'; | ||
$lang['module_twitter_minutes'] = 'minuti'; | ||
$lang['module_twitter_hour'] = 'ore'; | ||
$lang['module_twitter_hours'] = 'ore'; | ||
$lang['module_twitter_day'] = 'giorno'; | ||
$lang['module_twitter_days'] = 'giorni'; | ||
$lang['module_twitter_week'] = 'settimana'; | ||
$lang['module_twitter_weeks'] = 'settimane'; | ||
$lang['module_twitter_month'] = 'mese'; | ||
$lang['module_twitter_months'] = 'mesi'; | ||
$lang['module_twitter_year'] = 'anno'; | ||
$lang['module_twitter_years'] = 'anni'; | ||
|
||
?> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
<?php | ||
/** | ||
* Ionize Module lang file | ||
* Lang terms must always be prefixed by "module_<module_name>" | ||
* to avoid conflict with core / other translations items | ||
* | ||
*/ | ||
|
||
$lang['module_twitter_title'] = "Módulo Twitter"; | ||
$lang['module_twitter_about'] = "Informações sobre o módulo Twitter..."; | ||
$lang['module_twitter_button_create_user'] = "Adicionar usuário twitter"; | ||
$lang['module_twitter_title_edit_user'] = "Editar usuário"; | ||
$lang['module_twitter_label_username'] = "Nome da conta"; | ||
$lang['module_twitter_label_accesstoken'] = "Access Token"; | ||
$lang['module_twitter_label_accesstokensecret'] = "Access Token Secret"; | ||
$lang['module_twitter_label_consumerkey'] = "API Key"; | ||
$lang['module_twitter_label_consumersecret'] = "API Secret"; | ||
$lang['module_twitter_label_max_time_difference'] = "Intervalo de atualização (segundos)"; | ||
|
||
$lang['module_twitter_about_time'] = 'cerca de '; | ||
$lang['module_twitter_ago'] = ' atrás'; | ||
$lang['module_twitter_now'] = 'agora'; | ||
$lang['module_twitter_second'] = 'segundo'; | ||
$lang['module_twitter_seconds'] = 'segundos'; | ||
$lang['module_twitter_minute'] = 'minuto'; | ||
$lang['module_twitter_minutes'] = 'minutos'; | ||
$lang['module_twitter_hour'] = 'hora'; | ||
$lang['module_twitter_hours'] = 'horas'; | ||
$lang['module_twitter_day'] = 'dia'; | ||
$lang['module_twitter_days'] = 'dias'; | ||
$lang['module_twitter_week'] = 'semana'; | ||
$lang['module_twitter_weeks'] = 'semanas'; | ||
$lang['module_twitter_month'] = 'mês'; | ||
$lang['module_twitter_months'] = 'meses'; | ||
$lang['module_twitter_year'] = 'ano'; | ||
$lang['module_twitter_years'] = 'anos'; | ||
|
||
?> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ | |
admin_url + 'module/twitter/user/create', | ||
{ | ||
'width':350, | ||
'height':250 | ||
'height':220 | ||
} | ||
); | ||
}); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters