Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions language/en_UK/get_started.lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
$lang['porg_get_started_guide_desc'] = 'Learn how to install Piwigo on your hosting, from download and database credentials to first connection in your photo library.';
$lang['Still got some unanswered questions ?'] = 'Still got some unanswered questions?';
$lang['porg_get_started_question_desc1'] = 'You can get some help on the <a href="%s">forum</a> or find your own answers in the <a href="%s">documentation</a>';

?>
$lang['Installation guide'] = 'Installation guide';
?>
3 changes: 2 additions & 1 deletion language/en_UK/release-11.0.0.lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@
$lang['porg_v11_technical_features17'] = 'New trigger';
$lang['porg_v11_technical_features18'] = 'We have added 1 trigger at the end of the central function when uploading a file';
$lang['porg_v11_technical_features19'] = 'API changes';
$lang['upload photo in random order chunks'] = 'upload photo in random order chunks';
$lang['porg_v11_technical_features20'] = 'Calls to piwigo.org in HTTPS only';
$lang['porg_v11_badge_redesign'] = 'redesign';
$lang['porg_v11_badge_new'] = 'new';
$lang['porg_v11_badge_refresh'] = 'refresh';
$lang['porg_v11_badge_refresh'] = 'refresh';
2 changes: 1 addition & 1 deletion template/release-11.0.0.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@
<div class="col-sm-12 col-md-6">
<h4 class="col-sm-12" id="api">{'porg_v11_technical_features19'|translate}</h4>
<ul class="api-methods col-sm-12">
<li><span class="badge new">{'new'|translate}</span><code>pwg.images.uploadAsync</code> upload photo in random order chunks</li>
<li><span class="badge new">{'new'|translate}</span><code>pwg.images.uploadAsync</code> {'upload photo in random order chunks'|translate}</li>
<li><span class="badge new">{'new'|translate}</span><code>pwg.tags.delete</code></li>
<li><span class="badge new">{'new'|translate}</span><code>pwg.tags.rename</code></li>
<li><span class="badge new">{'new'|translate}</span><code>pwg.tags.duplicate</code></li>
Expand Down