diff options
author | mistic100 <mistic@piwigo.org> | 2011-05-25 13:33:29 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2011-05-25 13:33:29 +0000 |
commit | 5257aad873f71bb0125d8b576748c7bf1bf3163d (patch) | |
tree | 32c944f23b086d796bf88dd45c4aa6243671b7c4 /language | |
parent | d17ffa839faf5435751fcef153b445ed25b20d52 (diff) |
bug:2278 fixed (merge r10970 r11008 r11039 from trunk) replace FCBKcomplete by TokenInput to avoid 3rd tag issue on autocomplete
git-svn-id: http://piwigo.org/svn/branches/2.2@11056 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/en_UK/admin.lang.php | 4 | ||||
-rw-r--r-- | language/fr_FR/admin.lang.php | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/language/en_UK/admin.lang.php b/language/en_UK/admin.lang.php index cf1bc978a..0149292fb 100644 --- a/language/en_UK/admin.lang.php +++ b/language/en_UK/admin.lang.php @@ -429,6 +429,7 @@ $lang['Month'] = "Month"; $lang['Move albums'] = "Move albums"; $lang['Move'] = "Move"; $lang['Name'] = "Name"; +$lang['new'] = "new"; $lang['New name'] = "New name"; $lang['New parent album'] = "New parent album"; $lang['New photos added'] = "New photos added"; @@ -443,6 +444,7 @@ $lang['No photo in the current set.'] = 'No photo in the current set.'; $lang['No photo in this album'] = "No photo in this album"; $lang['No photo selected, %d photos in current set'] = 'No photo selected, %d photos in current set'; $lang['No photo selected, no action possible.'] = 'No photo selected, no action possible.'; +$lang['No results'] = "No results"; $lang['No user to send notifications by mail.'] = "No user to be notified by mail."; $lang['no write access'] = "no write access"; $lang['none'] = "none"; @@ -576,6 +578,7 @@ $lang['Save page visits by guests'] = "Record pages visited by guests"; $lang['Save page visits by users'] = "Record pages visited by users"; $lang['Save Settings'] = 'Save Settings'; $lang['Save to permalink history'] = "Save to permalinks history"; +$lang['Searching...'] = "Searching..."; $lang['Search for new images in the directories'] = "Search for new images in the directories"; $lang['Section'] = "Section"; $lang['See you soon,'] = "See you soon,"; @@ -691,6 +694,7 @@ $lang['Tools'] = "Tools"; $lang['total time'] = "total time"; $lang['Type here the author name'] = 'Type here the author name'; $lang['Type here the title'] = 'Type here the title'; +$lang['Type in a search term'] = "Type in a search term"; $lang['Unable to check for upgrade.'] = "Unable to check for upgrade."; $lang['Uncheck all'] = "Uncheck all"; $lang['Uninstall'] = "Uninstall"; diff --git a/language/fr_FR/admin.lang.php b/language/fr_FR/admin.lang.php index 466ff60a1..6a2882a1a 100644 --- a/language/fr_FR/admin.lang.php +++ b/language/fr_FR/admin.lang.php @@ -794,4 +794,8 @@ $lang['Do you want to activate anyway?'] = 'Voulez-vous l\'activer quand même?' $lang['THIS PLUGIN IS NOW PART OF PIWIGO CORE! DELETE IT NOW.'] = 'CE PLUGIN FAIT DÉSORMAIS PARTIE DU CORE DE PIWIGO! SUPPRIMEZ-LE.'; $lang['ERROR: THIS PLUGIN IS MISSING BUT IT IS INSTALLED! UNINSTALL IT NOW.'] = 'ERREUR: CE PLUGIN EST MANQUANT MAIS TOUJOURS INSTALLÉ! DÉSINSTALLEZ-LE.'; $lang['display'] = 'Afficher'; +$lang['No results'] = "Pas de résultat"; +$lang['Type in a search term'] = "Entrez un terme de recherche"; +$lang['Searching...'] = "Recherche..."; +$lang['new'] = "nouveau"; ?> |