mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-01 20:04:51 +02:00
fixes #2442 remove "Customize" and related strings from language files
Deleted the "Customize" and "customize the appareance of the gallery" translation strings from all language files. Added a new string for "edit user preferences" in en_UK and fr_FR. This streamlines user preference terminology and removes redundant or outdated translation keys.
This commit is contained in:
@@ -136,7 +136,6 @@ $lang['created after %s (%s)'] = '创建于 %s (%s) 之后';
|
||||
$lang['created before %s (%s)'] = '创建于 %s (%s) 之前';
|
||||
$lang['created between %s (%s) and %s (%s)'] = '创建于 %s (%s) 和 le %s (%s) 之间';
|
||||
$lang['created on %s'] = '创建于 %s';
|
||||
$lang['Customize'] = '自定义';
|
||||
$lang['Your Gallery Customization'] = '自定义页标题';
|
||||
$lang['day'][0] = '星期日';
|
||||
$lang['day'][1] = '星期一';
|
||||
@@ -165,7 +164,6 @@ $lang['Hello'] = '您好';
|
||||
$lang['available for administrators only'] = '需要管理员权限';
|
||||
$lang['display this album'] = '显示此相册根目录下的图片';
|
||||
$lang['display last user comments'] = '显示最新用户评论';
|
||||
$lang['customize the appareance of the gallery'] = '界面个性化设置';
|
||||
$lang['search'] = '搜索';
|
||||
$lang['Home'] = '主页';
|
||||
$lang['in this album'] = '在此相册里';
|
||||
|
||||
Reference in New Issue
Block a user