mirror of
https://github.com/friendica/friendica
synced 2025-04-27 14:30:11 +00:00
added search
This commit is contained in:
parent
01f171bce7
commit
4514927128
7 changed files with 189 additions and 16 deletions
|
@ -208,6 +208,7 @@ $a->strings['Photo not available'] = 'Photo not available';
|
|||
$a->strings['Edit photo'] = 'Edit photo';
|
||||
$a->strings['View Full Size'] = 'View Full Size';
|
||||
$a->strings['Tags: '] = 'Tags: ';
|
||||
$a->strings['[Remove any tag]'] = '[Remove any tag]';
|
||||
$a->strings['Caption'] = 'Caption';
|
||||
$a->strings['Add a Tag'] = 'Add a Tag';
|
||||
$a->strings['Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping'] = 'Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping';
|
||||
|
@ -257,6 +258,11 @@ $a->strings['Password update failed. Please try again.'] = 'Password update fail
|
|||
$a->strings['Settings updated.'] = 'Settings updated.';
|
||||
$a->strings['Profile is <strong>not published</strong>.'] = 'Profile is <strong>not published</strong>.';
|
||||
$a->strings['Default Post Permissions'] = 'Default Post Permissions';
|
||||
$a->strings['Cancel'] = 'Cancel';
|
||||
$a->strings['Tag removed'] = 'Tag removed';
|
||||
$a->strings['Remove Item Tag'] = 'Remove Item Tag';
|
||||
$a->strings['Select a tag to remove: '] = 'Select a tag to remove: ';
|
||||
$a->strings['Remove'] = 'Remove';
|
||||
$a->strings['No contacts.'] = 'No contacts.';
|
||||
$a->strings['Wall Photos'] = 'Wall Photos';
|
||||
$a->strings['Logged out.'] = 'Logged out.';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue