~ubuntu-branches/ubuntu/trusty/virtualbox-ose/trusty

« back to all changes in this revision

Viewing changes to src/VBox/Frontends/VirtualBox/nls/VirtualBox_en.ts

  • Committer: Bazaar Package Importer
  • Author(s): Felix Geyer
  • Date: 2009-12-18 16:44:29 UTC
  • mfrom: (0.3.3 upstream) (0.4.6 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091218164429-jd34ccexpv5na11a
Tags: 3.1.2-dfsg-1ubuntu1
* Merge from Debian unstable (LP: #498219), remaining changes:
  - Disable update action
    - debian/patches/u01-disable-update-action.dpatch
  - VirtualBox should go in Accessories, not in System tools (LP: #288590)
    - debian/virtualbox-ose-qt.files/virtualbox-ose.desktop
  - Add Apport hook
    - debian/virtualbox-ose.files/source_virtualbox-ose.py
    - debian/virtualbox-ose.install
  - Add Launchpad integration
    - debian/control
    - debian/lpi-bug.xpm
    - debian/patches/u02-lp-integration.dpatch
* Fixes the following bugs:
  - Kernel module fails to build with Linux >= 2.6.32 (LP: #474625)
  - X.Org drivers need to be rebuilt against X-Server 1.7 (LP: #495935)
  - The *-source packages try to build the kernel modules even though the
    kernel headers aren't available (LP: #473334)
* Replace *-source packages with transitional packages for *-dkms.
* Adapt u01-disable-update-action.dpatch and u02-lp-integration.dpatch for
  new upstream version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<!DOCTYPE TS>
 
3
<TS version="2.0" language="en">
 
4
<context>
 
5
    <name>VBoxGlobal</name>
 
6
    <message numerus="yes">
 
7
        <location filename="../include/VBoxGlobal.h" line="350"/>
 
8
        <source>%n year(s)</source>
 
9
        <translation>
 
10
            <numerusform>%n year</numerusform>
 
11
            <numerusform>%n years</numerusform>
 
12
        </translation>
 
13
    </message>
 
14
    <message numerus="yes">
 
15
        <location filename="../include/VBoxGlobal.h" line="355"/>
 
16
        <source>%n month(s)</source>
 
17
        <translation>
 
18
            <numerusform>%n month</numerusform>
 
19
            <numerusform>%n months</numerusform>
 
20
        </translation>
 
21
    </message>
 
22
    <message numerus="yes">
 
23
        <location filename="../include/VBoxGlobal.h" line="360"/>
 
24
        <source>%n day(s)</source>
 
25
        <translation>
 
26
            <numerusform>%n day</numerusform>
 
27
            <numerusform>%n days</numerusform>
 
28
        </translation>
 
29
    </message>
 
30
    <message numerus="yes">
 
31
        <location filename="../include/VBoxGlobal.h" line="365"/>
 
32
        <source>%n hour(s)</source>
 
33
        <translation>
 
34
            <numerusform>%n hour</numerusform>
 
35
            <numerusform>%n hours</numerusform>
 
36
        </translation>
 
37
    </message>
 
38
    <message numerus="yes">
 
39
        <location filename="../include/VBoxGlobal.h" line="375"/>
 
40
        <source>%n second(s)</source>
 
41
        <translation>
 
42
            <numerusform>%n second</numerusform>
 
43
            <numerusform>%n seconds</numerusform>
 
44
        </translation>
 
45
    </message>
 
46
    <message numerus="yes">
 
47
        <location filename="../include/VBoxGlobal.h" line="370"/>
 
48
        <source>%n minute(s)</source>
 
49
        <translation>
 
50
            <numerusform>%n minute</numerusform>
 
51
            <numerusform>%n minutes</numerusform>
 
52
        </translation>
 
53
    </message>
 
54
</context>
 
55
<context>
 
56
    <name>VBoxTakeSnapshotDlg</name>
 
57
    <message numerus="yes">
 
58
        <location filename="../src/VBoxTakeSnapshotDlg.cpp" line="60"/>
 
59
        <source>Warning: You are taking a snapshot of a running machine which has %n immutable image(s) attached to it. As long as you are working from this snapshot the immutable image(s) will not be reset to avoid loss of data.</source>
 
60
        <translation>
 
61
            <numerusform>Warning: You are taking a snapshot of a running machine which has %n immutable image attached to it. As long as you are working from this snapshot the immutable image will not be reset to avoid loss of data.</numerusform>
 
62
            <numerusform>Warning: You are taking a snapshot of a running machine which has %n immutable images attached to it. As long as you are working from this snapshot the immutable images will not be reset to avoid loss of data.</numerusform>
 
63
        </translation>
 
64
    </message>
 
65
</context>
 
66
</TS>