WP File Manager
Current Path:
/
home
/
argothem
/
www
/
organecyberpresse
/
plugins
/
auto
/
twitter
/
v2.1.0
/
lang
/
Name
Action
..
paquet-twitter_en.php
Edit
paquet-twitter_fr.php
Edit
paquet-twitter_nl.php
Edit
paquet-twitter_ru.php
Edit
paquet-twitter_sk.php
Edit
twitter_en.php
Edit
twitter_fr.php
Edit
Editing: twitter_en.php
<?php // This is a SPIP language file -- Ceci est un fichier langue de SPIP if (!defined("_ECRIRE_INC_VERSION")) return; $GLOBALS[$GLOBALS['idx_lang']] = array( // A 'article' => 'article', // B 'bouton_envoyer' => 'Send', 'bouton_envoyer_maintenant' => 'Send maintenant', 'bouton_ne_pas_bloguer' => 'Don\'t send anything', 'bouton_preferer_compte' => 'Use this account (default)', // C 'choisir' => 'choose', 'compte_tests' => 'Tests account', 'compte_defaut' => 'Default account for the @fonction@ function', 'creer_compte_services' => 'You can create an account for you website on one of the following services', // E 'elements_signaler' => 'Elements to report to the public flow', 'erreur_verifier_configuration' => 'An error occures, please check the configuration.', 'explication_twitter_api_oauth' => 'Create a Twitter Application <a href="https://apps.twitter.com/app/new">in developper area (https://apps.twitter.com/app/new)</a>. Enter the provided data and save the configuration (<a href="https://contrib.spip.net/4394">Plus d\'aide</a>).', 'erreur_connexion_compte' => 'Unable to connect with @account@ account.', 'erreur_envoi_desactive' => 'Tweet sending is de-activated due to <tt>_TEST_MICROBLOG_SERVICE</tt> constant', 'erreur_config_pour_widget' => 'Configure Twitter Application and add an account to use Widgets.', 'erreur_config_pour_tweeter' => 'Configure the plugin to send a message.', // I 'invite' => 'Prompt', 'invite_statut' => 'Status prompt', 'invite_statut_explications' => 'The plugin can display a status prompt in the private space. Do you want to show this prompt to the allowed editors (default: administrators of the site)?', 'invite_afficher' => 'Show the status prompt', // L 'label_associer_compte_twitter' => 'Link your twitter account to this site', 'label_aucun_compte_twitter' => 'Aucun compte Twitter enregistré.', 'label_dissocier_compte_twitter' => 'Delete this account', 'label_status' => 'What\'s new ?', 'label_twitter_consumer_key' => 'API key of the Twitter API', 'label_twitter_consumer_secret' => 'API secret of the Twitter API', 'label_microblog'=> 'Edit the message', 'label_username' => 'User name', 'legend_api_twitter' => 'Twitter Application', 'legend_comptes_twitter' => 'Twitter Accounts', 'lien_documentation' => 'View documentation', 'longueur_maxi_status' => 'Your message can\'t be longer than 280 chars', // M 'message_envoye'=> 'Tweet:', // P 'presentation_laconica' => 'the public site of the laconi.ca software', // N 'necessite_job_queue' => 'needs job_queue', 'notifications' => 'Notifications', 'notifications_publiques' => 'Public Notices', // P 'poster_forums' => 'Posted forums', 'publier_forums' => 'Published forums', 'proposer_articles' => 'Proposed articles', 'propose' => 'proposed', 'publier_articles' => 'Published articles', 'publie' => 'published', 'publier_articles_futurs_immediatement'=>'Announce articles regardless of their date of publication', 'publier_articles_futurs_visibles'=>'Do not announce articles before the publication date set', 'publier_articles_shorturl'=>'Use short urls (needs an .htaccess file)', 'publier_articles_attente' => 'Stagger the publication in the time (minutes)', // S 'service' => 'Service', // T 'titre_microblog' => 'Twitter', 'titre_configurer_microblog' => 'Twitter Configuration', 'titre_configurer_twitter_app' => 'Application & Accounts', 'explication_commun_widgets' => "Needed configuration for using Widgets, common for profile and search widgets.", 'explication_recherche_widget' => "Configuration of search widget", 'explication_profil_widget' => "Configuration of profile widget", 'label_search' => "Search. Searched words or hashtags (words starting with an #)", 'label_interval' => "Delay between each tweet display (ms)", 'label_subject' => "Widget's subtitle", 'label_title' => "Widget's Title", 'label_footer' => "Footer text", 'label_width' => "Widget width", 'label_height' => "Widget height", 'label_shell_background' => "Widget background-color", 'label_shell_color' => "Text color", 'label_tweets_background' => "Tweet background color", 'label_tweets_color' => "Tweet text color", 'label_tweets_link' => "Links color", 'label_rpp' => "Number of results", 'label_user' => "Twitter User (without the @ prefix)", 'legend_commun_widgets' => "Common configuration", 'legend_recherche_widget' => "Search Widget", 'legend_profil_widget' => "Profile Widget", // T 'titre_configurer_widget' => "Twitter Widgets", 'titre_twidget' => "Twidget", ); ?>