diff options
Diffstat (limited to 'language')
-rw-r--r-- | language/en_UK/admin.lang.php | 1 | ||||
-rw-r--r-- | language/fr_FR/admin.lang.php | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/language/en_UK/admin.lang.php b/language/en_UK/admin.lang.php index 5bb1493cf..270780bb5 100644 --- a/language/en_UK/admin.lang.php +++ b/language/en_UK/admin.lang.php @@ -848,4 +848,5 @@ $lang['You are using the Browser uploader. Try the <a href="%s">Flash uploader</ $lang['Maximum file size: %sB.'] = 'Maximum file size: %sB.'; $lang['Allowed file types: %s.'] = 'Allowed file types: %s.'; $lang['Approximate maximum resolution: %dM pixels (that\'s %dx%d pixels).'] = 'Approximate maximum resolution: %dM pixels (that\'s %dx%d pixels).'; +$lang['Manage Permissions'] = 'Manage Permissions'; ?> diff --git a/language/fr_FR/admin.lang.php b/language/fr_FR/admin.lang.php index 2a695ab8e..ce2af1a8d 100644 --- a/language/fr_FR/admin.lang.php +++ b/language/fr_FR/admin.lang.php @@ -857,4 +857,5 @@ $lang['You are using the Browser uploader. Try the <a href="%s">Flash uploader</ $lang['Maximum file size: %sB.'] = 'Poids maximum des fichiers : %sB.'; $lang['Allowed file types: %s.'] = 'Types de fichiers autorisés : %s.'; $lang['Approximate maximum resolution: %dM pixels (that\'s %dx%d pixels).'] = 'Résolution maximum approximative : %dM pixels (soit %dx%d pixels).'; +$lang['Manage Permissions'] = 'Gérer les permissions'; ?>
\ No newline at end of file |