mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-10 10:42:59 +02:00
This commit is contained in:
@@ -181,7 +181,7 @@ usersCache.selectize(jQuery('select.UserSearch'));
|
||||
<fieldset>
|
||||
<div class="addGroupFormLabelAndInput">
|
||||
<label class="addGroupLabel" for="addGroupNameInput">{'Group name'|translate}</label>
|
||||
<input type="text" id="addGroupNameInput" name="groupname" maxlength="50" size="20" placeholder="Photographers...">
|
||||
<input type="text" id="addGroupNameInput" name="groupname" maxlength="50" size="20" placeholder="{'Photographers...'|translate}">
|
||||
</div>
|
||||
<div class="actionButtons">
|
||||
<button name="submit" type="submit" class="buttonLike">
|
||||
|
||||
@@ -1443,6 +1443,7 @@ $(document).ready(function() {
|
||||
.user-container-status {
|
||||
width:10%;
|
||||
max-width: 110px;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.user-header-email,
|
||||
|
||||
@@ -7218,7 +7218,7 @@ color:#FF7B00;
|
||||
}
|
||||
|
||||
.breadcrumb-item.add-item {
|
||||
width: min-content;
|
||||
width: fit-content;
|
||||
cursor: pointer;
|
||||
color: #777;
|
||||
transition: 0.3s;
|
||||
|
||||
@@ -233,3 +233,7 @@ $lang['%d users deleted'] = '%d users deleted';
|
||||
$lang['%d users were not updated.'] = '%d users not updated.';
|
||||
$lang['%d users were updated.'] = '%d users updated.';
|
||||
$lang['%d waiting for validation'] = '%d waiting for validation';
|
||||
$lang['Rename album'] = 'Rename album';
|
||||
$lang['Preview'] = 'Preview';
|
||||
$lang['Privacy Level'] = 'Privacy Level';
|
||||
$lang['Photographers...'] = 'Photographers...';
|
||||
|
||||
@@ -1406,4 +1406,8 @@ $lang['A photo library administrator has created the following account for you:'
|
||||
$lang['An activation link valid for %s has been sent to "%s". If the user doesn\'t receive the link, you can generate and copy a new one by editing the user and managing her password.'] = '有效期为 %s 的激活链接已发送到 “%s”。如果用户未收到链接,您可以通过编辑用户并管理其密码来生成并复制一个新链接。';
|
||||
$lang['An activation link valid for %s was created but could not be sent. You can now copy the link below and send it to the user.'] = '已创建有效期为 %s 的激活链接,但无法发送。您现在可以复制以下链接并将其发送给用户。';
|
||||
$lang['This link is valid for %s. After this time, you will need to request a new link.'] = '此链接有效期为 %s。过了这个时间,您需要请求一个新链接。';
|
||||
$lang['To set your password, visit the following address:'] = '要设置您的密码,请访问以下地址:';
|
||||
$lang['To set your password, visit the following address:'] = '要设置您的密码,请访问以下地址:';
|
||||
$lang['Rename album'] = '重命名相册';
|
||||
$lang['Preview'] = '预览';
|
||||
$lang['Privacy Level'] = '隐私等级';
|
||||
$lang['Photographers...'] = '摄影团队';
|
||||
|
||||
Reference in New Issue
Block a user