summaryrefslogtreecommitdiff
path: root/app/i18n
diff options
context:
space:
mode:
authorGravatar Alexis Degrugillier <github@ainw.org> 2014-02-22 16:53:51 -0500
committerGravatar Alexis Degrugillier <github@ainw.org> 2014-02-22 17:03:36 -0500
commit27764b36353b3066a9e92da2a96ac17b546295be (patch)
treee95e6dada362a45ef8d920fbe954ae1dd9c5b899 /app/i18n
parent7313f9f3a306d16fac78ab587e3055482398ceac (diff)
Improve sharing
Previously, the share page can handle only a limited number of shares and only one of each type. Now the configuration has been change to be more flexible and allows an unlimited number of shares. The share description is located in an array and the share configuration is stored along with the user configuration. Note: I tried to include the specific javascript code in a separate file but I did not succeded to import it.
Diffstat (limited to 'app/i18n')
-rw-r--r--app/i18n/en.php3
-rw-r--r--app/i18n/fr.php3
2 files changed, 6 insertions, 0 deletions
diff --git a/app/i18n/en.php b/app/i18n/en.php
index 932513588..d4fd491a3 100644
--- a/app/i18n/en.php
+++ b/app/i18n/en.php
@@ -166,6 +166,8 @@ return array (
'http_username' => 'HTTP username',
'http_password' => 'HTTP password',
'blank_to_disable' => 'Leave blank to disable',
+ 'share_name' => 'Share name to display',
+ 'share_url' => 'Share URL to use',
'not_yet_implemented' => 'Not yet implemented',
'access_protected_feeds' => 'Connection allows to access HTTP protected RSS feeds',
'no_selected_feed' => 'No feed selected.',
@@ -230,6 +232,7 @@ return array (
'more_information' => 'More information',
'activate_sharing' => 'Activate sharing',
'shaarli' => 'Shaarli',
+ 'blogotext' => 'Blogotext',
'wallabag' => 'wallabag',
'diaspora' => 'Diaspora*',
'twitter' => 'Twitter',
diff --git a/app/i18n/fr.php b/app/i18n/fr.php
index ab7843d12..7420e2fdd 100644
--- a/app/i18n/fr.php
+++ b/app/i18n/fr.php
@@ -166,6 +166,8 @@ return array (
'http_username' => 'Identifiant HTTP',
'http_password' => 'Mot de passe HTTP',
'blank_to_disable' => 'Laissez vide pour désactiver',
+ 'share_name' => 'Nom du partage à afficher',
+ 'share_url' => 'URL du partage à utiliser',
'not_yet_implemented' => 'Pas encore implémenté',
'access_protected_feeds' => 'La connexion permet d’accéder aux flux protégés par une authentification HTTP',
'no_selected_feed' => 'Aucun flux sélectionné.',
@@ -230,6 +232,7 @@ return array (
'more_information' => 'Plus d’informations',
'activate_sharing' => 'Activer le partage',
'shaarli' => 'Shaarli',
+ 'blogotext' => 'Blogotext',
'wallabag' => 'wallabag',
'diaspora' => 'Diaspora*',
'twitter' => 'Twitter',