]> git.proxmox.com Git - pve-manager.git/commitdiff
added Russian translation
authorDietmar Maurer <dietmar@proxmox.com>
Thu, 5 Apr 2012 06:19:35 +0000 (08:19 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 5 Apr 2012 06:19:35 +0000 (08:19 +0200)
debian/changelog.Debian
defines.mk
www/manager/Utils.js
www/manager/dc/Support.js

index cdc719da3f06eb6e6c3f424c0e5b281959c00f20..4fcc3ac9f96244e8a48023970e053dcfbbacdfd7 100644 (file)
@@ -1,3 +1,9 @@
+pve-manager (2.0-56) unstable; urgency=low
+
+  * added Russian translation
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 05 Apr 2012 08:18:58 +0200
+
 pve-manager (2.0-55) unstable; urgency=low
 
   * fix bug #135: allow single letter 'dns-name', allow to start names
index 80e56f6a9f48d1e2eb8b133f51640e33b88d36e9..0523745231ac641066d7e204b7f5d18d0790428a 100644 (file)
@@ -2,7 +2,7 @@ RELEASE=2.0
 
 VERSION=2.0
 PACKAGE=pve-manager
-PACKAGERELEASE=55
+PACKAGERELEASE=56
 
 BINDIR=${DESTDIR}/usr/bin
 PERLLIBDIR=${DESTDIR}/usr/share/perl5
index 750c0042e23c34a9ecdd6b659d9928f3fb21c3c1..bf53c3ac10f1c636bf2c5aee7e3c31f3d7b40461 100644 (file)
@@ -199,6 +199,7 @@ Ext.define('PVE.Utils', { statics: {
        de: 'German',
        es: 'Spanish',
        fr: 'French',
+       ru: 'Russian',
        sv: 'Swedish'
     },
 
index 55492367e7be65ce118f449bed3de63e9a5abe8e..269701360a6d4fd0996ce0ed2e010f342c545ecd 100644 (file)
@@ -73,6 +73,6 @@ Ext.define('PVE.dc.Support', {
            }
        });
 
-       me.callParent();
+       me.callParent();
     }
 });
\ No newline at end of file