Changeset 16086
- Timestamp:
- Jun 27, 2012, 11:09:54 AM (12 years ago)
- Location:
- extensions/flickr2piwigo/language
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/flickr2piwigo/language/en_UK/plugin.lang.php
r16085 r16086 2 2 3 3 $lang['Please fill your API keys on the configuration tab'] = 'Please fill your API keys on the configuration tab'; 4 $lang['Unknown username, please verify your configuration'] = 'Unknown username, please verify your configuration';5 4 $lang['Successfully logued to you Flickr account'] = 'Successfully logued to you Flickr account'; 6 5 $lang['Pictures without album'] = 'Pictures without album'; … … 29 28 $lang['Open Flickr page in a new tab'] = 'Open Flickr page in a new tab'; 30 29 $lang['No download method available'] = 'No download method available'; 30 $lang['Logued as'] = 'Logued as'; 31 31 32 32 ?> -
extensions/flickr2piwigo/language/fr_FR/plugin.lang.php
r16085 r16086 2 2 3 3 $lang['Please fill your API keys on the configuration tab'] = 'Veuillez renseigner votre clé d\'API sur l\'écran de configuration'; 4 $lang['Unknown username, please verify your configuration'] = 'Nom d\'utilisateur inconnu, veuillez vérifier la configuration';5 4 $lang['Successfully logued to you Flickr account'] = 'Connecté à votre compte Flickr'; 6 5 $lang['Pictures without album'] = 'Photos sans album'; … … 29 28 $lang['Open Flickr page in a new tab'] = 'Ouvrir la page Flickr dans un nouvel onglet'; 30 29 $lang['No download method available'] = 'Aucune méthode de téléchargement n\'est disponible'; 30 $lang['Logued as'] = 'Indentifié en tant que'; 31 31 32 32 ?>
Note: See TracChangeset
for help on using the changeset viewer.