The Gitlab instance will be restarted on Monday April 28th at 2AM. There will be a short interruption of service.

Skip to content
Snippets Groups Projects
Commit b3c46207 authored by Demian Katz's avatar Demian Katz
Browse files

Cleaned up some translation inconsistencies between blueprint/bootstrap.

- Thanks to Ere Maijala for catching these.
parent 8c09be4f
No related merge requests found
......@@ -48,7 +48,7 @@
<option value=""><?=$this->transEsc('My Favorites') ?></option>
<? endif; ?>
</select>
<a class="btn btn-link" id="make-list" href="<?=$this->url('editList', array('id' => 'NEW')) . '?' . implode('&', $idParams) ?>" title="<?=$this->transEsc('Create a List') ?>"><?=count($this->lists) > 0 ? $this->transEsc('or').' '.$this->transEsc('Create a List') : $this->transEsc('Create a List'); ?></a>
<a class="btn btn-link" id="make-list" href="<?=$this->url('editList', array('id' => 'NEW')) . '?' . implode('&', $idParams) ?>" title="<?=$this->transEsc('Create a List') ?>"><?=count($this->lists) > 0 ? $this->transEsc('or create a new list') : $this->transEsc('Create a List'); ?></a>
</div>
</div>
......
......@@ -39,7 +39,7 @@
<? endif; ?>
</select>
<? endif; ?>
<a class="btn btn-link" id="make-list" href="<?=$this->url('editList', array('id' => 'NEW'))?>?recordId=<?=urlencode($this->driver->getUniqueId())?>&amp;recordSource=<?=urlencode($this->driver->getResourceSource())?>" title="<?=$this->transEsc('Create a List') ?>"><?=$showLists ? $this->transEsc('or').' '.$this->transEsc('Create a List') : $this->transEsc('Create a List'); ?></a>
<a class="btn btn-link" id="make-list" href="<?=$this->url('editList', array('id' => 'NEW'))?>?recordId=<?=urlencode($this->driver->getUniqueId())?>&amp;recordSource=<?=urlencode($this->driver->getResourceSource())?>" title="<?=$this->transEsc('Create a List') ?>"><?=$showLists ? $this->transEsc('or create a new list') : $this->transEsc('Create a List'); ?></a>
</div>
</div>
......@@ -61,7 +61,7 @@
</div>
<div class="control-group">
<div class="controls">
<input class="btn btn-primary" type="submit" value="<?=$this->transEsc('Save to List') ?>"/>
<input class="btn btn-primary" type="submit" value="<?=$this->transEsc('Save') ?>"/>
</div>
</div>
<? endif; ?>
......
......@@ -48,7 +48,7 @@
<option value=""><?=$this->transEsc('My Favorites') ?></option>
<? endif; ?>
</select>
<a class="btn btn-link" id="make-list" href="<?=$this->url('editList', array('id' => 'NEW')) . '?' . implode('&', $idParams) ?>" title="<?=$this->transEsc('Create a List') ?>"><?=count($this->lists) > 0 ? $this->transEsc('or').' '.$this->transEsc('Create a List') : $this->transEsc('Create a List'); ?></a>
<a class="btn btn-link" id="make-list" href="<?=$this->url('editList', array('id' => 'NEW')) . '?' . implode('&', $idParams) ?>" title="<?=$this->transEsc('Create a List') ?>"><?=count($this->lists) > 0 ? $this->transEsc('or create a new list') : $this->transEsc('Create a List'); ?></a>
</div>
</div>
......
......@@ -40,7 +40,7 @@
<? endif; ?>
</select>
<? endif; ?>
<a class="btn btn-link" id="make-list" href="<?=$this->url('editList', array('id' => 'NEW'))?>?recordId=<?=urlencode($this->driver->getUniqueId())?>&amp;recordSource=<?=urlencode($this->driver->getResourceSource())?>" title="<?=$this->transEsc('Create a List') ?>"><?=$showLists ? $this->transEsc('or').' '.$this->transEsc('Create a List') : $this->transEsc('Create a List'); ?></a>
<a class="btn btn-link" id="make-list" href="<?=$this->url('editList', array('id' => 'NEW'))?>?recordId=<?=urlencode($this->driver->getUniqueId())?>&amp;recordSource=<?=urlencode($this->driver->getResourceSource())?>" title="<?=$this->transEsc('Create a List') ?>"><?=$showLists ? $this->transEsc('or create a new list') : $this->transEsc('Create a List'); ?></a>
</div>
</div>
......@@ -62,7 +62,7 @@
</div>
<div class="form-group">
<div class="col-sm-9 col-sm-offset-3">
<input class="btn btn-primary" type="submit" value="<?=$this->transEsc('Save to List') ?>"/>
<input class="btn btn-primary" type="submit" value="<?=$this->transEsc('Save') ?>"/>
</div>
</div>
<? endif; ?>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment