Profile picture frontend + backend
This commit is contained in:
@@ -58,8 +58,13 @@ return [
|
||||
"user_list_placeholder" => "Keine Benutzer zum Anzeigen",
|
||||
|
||||
# profile picture
|
||||
"remove_picture" => "Profilbild entfernen",
|
||||
"remove_picture_text" => "Möchten Sie wirklich Ihr aktuelles Profilbild entfernen?",
|
||||
"change_picture" => "Profilbild ändern",
|
||||
"profile_picture_of" => "Profilbild von",
|
||||
"change_picture_title" => "Profilbild ändern",
|
||||
"change_picture_text" => "Wähle ein Profilbild aus und passe die sichtbare Fläche an.",
|
||||
"profile_picture_invalid_dimensions" => "Das Profilbild muss mindestens 150x150px groß sein.",
|
||||
|
||||
# dialogs
|
||||
"fetch_group_members_error" => "Fehler beim Holen der Gruppenmitglieder",
|
||||
|
||||
@@ -60,8 +60,13 @@ return [
|
||||
"user_list_placeholder" => "No users to display",
|
||||
|
||||
# profile picture
|
||||
"remove_picture" => "Remove profile picture",
|
||||
"remove_picture_text" => "Do you really want to remove your current profile picture?",
|
||||
"change_picture" => "Change profile picture",
|
||||
"profile_picture_of" => "Profile Picture of",
|
||||
"change_picture_title" => "Change Profile picture",
|
||||
"change_picture_text" => "Choose a profile picture and adjust the visible area.",
|
||||
"profile_picture_invalid_dimensions" => "The profile picture must have at least a size of 150x150.",
|
||||
|
||||
# dialogs
|
||||
"fetch_group_members_error" => "Error fetching group members",
|
||||
|
||||
Reference in New Issue
Block a user