mirror of
https://github.com/friendica/friendica
synced 2025-04-21 23:10:11 +00:00
Issue 9743: Added translatable texts
This commit is contained in:
parent
f6873cc912
commit
972c9f7bc0
10 changed files with 148 additions and 124 deletions
|
@ -54,11 +54,23 @@ class Source extends BaseAdmin
|
|||
|
||||
$tpl = Renderer::getMarkupTemplate('admin/item/source.tpl');
|
||||
$o = Renderer::replaceMacros($tpl, [
|
||||
'$guid' => ['guid', DI::l10n()->t('Item Guid'), $guid, ''],
|
||||
'$source' => $source,
|
||||
'$item_uri' => $item_uri,
|
||||
'$item_id' => $item_id,
|
||||
'$terms' => $terms,
|
||||
'$title' => DI::l10n()->t('Item Source'),
|
||||
'$guid' => ['guid', DI::l10n()->t('Item Guid'), $guid, ''],
|
||||
'$source' => $source,
|
||||
'$item_uri' => $item_uri,
|
||||
'$item_id' => $item_id,
|
||||
'$terms' => $terms,
|
||||
'$itemidlbl' => DI::l10n()->t('Item Id'),
|
||||
'$itemurilbl' => DI::l10n()->t('Item URI'),
|
||||
'$submit' => DI::l10n()->t('Submit'),
|
||||
'$termslbl' => DI::l10n()->t('Terms'),
|
||||
'$taglbl' => DI::l10n()->t('Tag'),
|
||||
'$typelbl' => DI::l10n()->t('Type'),
|
||||
'$termlbl' => DI::l10n()->t('Term'),
|
||||
'$urllbl' => DI::l10n()->t('URL'),
|
||||
'$mentionlbl' => DI::l10n()->t('Mention'),
|
||||
'$implicitlbl' => DI::l10n()->t('Implicit Mention'),
|
||||
'$sourcelbl' => DI::l10n()->t('Source'),
|
||||
]);
|
||||
|
||||
return $o;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue