mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-16 20:05:14 +02:00
allow changing album name in photo edit page
This commit is contained in:
parent
01cd7cc9f2
commit
e2c8bedfe5
9 changed files with 34 additions and 13 deletions
|
@ -303,6 +303,7 @@ $a->strings['Edit photo'] = 'Foto bearbeiten';
|
|||
$a->strings['View Full Size'] = 'Betrachte Originalgröße';
|
||||
$a->strings['Tags: '] = 'Tags: ';
|
||||
$a->strings['[Remove any tag]'] = '[Tag entfernen]';
|
||||
$a->strings['New album name'] = 'Name des neuen Albums';
|
||||
$a->strings['Caption'] = 'Titel';
|
||||
$a->strings['Add a Tag'] = 'Tag hinzufügen';
|
||||
$a->strings['Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping'] = 'Beispiel: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue