* [MOD] Update translations.

* [MOD] Bump to RC3
This commit is contained in:
nuxsmin
2017-01-31 23:46:16 +01:00
parent f52563f7fb
commit 603b24eb65
8 changed files with 11 additions and 9 deletions

View File

@@ -174,7 +174,7 @@ class Util
*/
public static function getVersionString()
{
return '2.0-RC2';
return '2.0-RC3';
}
/**
@@ -344,7 +344,7 @@ class Util
$appinfo = [
'appname' => 'sysPass',
'appdesc' => 'Systems Password Manager',
'appalias' => 'SGC',
'appalias' => 'SPM',
'appwebsite' => 'http://www.syspass.org',
'appblog' => 'http://www.cygnux.org',
'appdoc' => 'http://wiki.syspass.org',
@@ -368,7 +368,7 @@ class Util
*/
public static function getVersion($retBuild = false)
{
$build = '17013101';
$build = '17020101';
$version = [2, 0, 0];
if ($retBuild) {

View File

@@ -9,7 +9,7 @@ msgstr ""
"Project-Id-Version: sysPass\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-01-31 23:02+0100\n"
"PO-Revision-Date: 2017-01-31 23:02+0100\n"
"PO-Revision-Date: 2017-01-31 23:45+0100\n"
"Last-Translator: nuxsmin <nuxsmin@syspass.org>\n"
"Language-Team: nuxsmin@syspass.org\n"
"Language: en_US\n"
@@ -4699,7 +4699,7 @@ msgid ""
"la clave maestra original."
msgstr ""
"The temporary password is used as a Master Password for the users that need "
"to enter it during login. This waythere is no need to tell them the real "
"to enter it during login. By this way there is no need to tell them the real "
"Master Password."
#: ../../../../inc/themes/material-blue/views/config/encryption.inc:292

View File

@@ -532,7 +532,7 @@ pre, code, samp, kbd {
#box-popup {
min-width: 25em;
max-width: 50em;
margin: 0 auto;
margin: 5em auto;
padding: 0;
background-color: #fff; }
#box-popup.box-password-view {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -534,7 +534,7 @@
#box-popup {
min-width: 25em;
max-width: 50em;
margin: 0 auto;
margin: 5em auto;
padding: 0;
background-color: #fff;
&.box-password-view {

View File

@@ -130,6 +130,7 @@
<p class="help-text"><?php echo __('Es recomendable cambiarla cada cierto tiempo y utilizar una clave compleja que incluya números, letras y símbolos.'); ?></p>
</div>
</li>
<?php if ($isAdminApp): ?>
<li>
<button type="button"
class="btn-action mdl-button mdl-js-button mdl-button--fab mdl-button--mini-fab mdl-button--colored <?php echo $icons->getIconCheck()->getClassButton(); ?>"
@@ -140,6 +141,7 @@
<i class="material-icons"><?php echo $icons->getIconRefresh()->getIcon(); ?></i>
</button>
</li>
<?php endif; ?>
<li>
<button form="frmCrypt"
class="mdl-button mdl-js-button mdl-button--fab mdl-button--mini-fab mdl-button--colored <?php echo $icons->getIconPlay()->getClassButton(); ?>"