summaryrefslogtreecommitdiff
path: root/gtk-recordmydesktop/src/rmdStrings.py
diff options
context:
space:
mode:
authoriovar <iovar@f606c939-3180-4ac9-a4b8-4b8779d57d0a>2007-12-07 18:23:43 +0000
committeriovar <iovar@f606c939-3180-4ac9-a4b8-4b8779d57d0a>2007-12-07 18:23:43 +0000
commit1326714a6ee929cfa84e5adc54f4fff9a27af313 (patch)
treea9bf994b3e1bcd3fe74db3de3766bb6f9a491cb7 /gtk-recordmydesktop/src/rmdStrings.py
parentd22005ec3fab72aec54b904cb95cd0eb9623bc5a (diff)
po/ar.po, po/ca.po, po/de.po, po/el.po, po/es.po,
po/fr.po, po/it.po, po/ja.po, po/pl.po, po/pt_BR.po, po/pt.po, po/ru.po, po/sv.po, po/tr.po, po/messages.pot, src/rmdConfig.py.in, src/rmdStrings.py: changed .ogg extension to .ogv, according to #1845145 git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@468 f606c939-3180-4ac9-a4b8-4b8779d57d0a
Diffstat (limited to 'gtk-recordmydesktop/src/rmdStrings.py')
-rw-r--r--gtk-recordmydesktop/src/rmdStrings.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk-recordmydesktop/src/rmdStrings.py b/gtk-recordmydesktop/src/rmdStrings.py
index 108d4f6..9980970 100644
--- a/gtk-recordmydesktop/src/rmdStrings.py
+++ b/gtk-recordmydesktop/src/rmdStrings.py
@@ -47,7 +47,7 @@ smplLabelStrings=[_('Video Quality'),_('Sound Quality')]
smplButtonStrings=[_('Advanced'),_('Select Window')]
smplTooltipLabels=[_('Click here to select a window to record'),
_('Click to start the recording.\nThis window will hide itself.'),
- _('Click to choose a filename and location.\nDefault is out.ogg in your home folder.\nIf the file already exists, the new one\nwill have a number attached on its name\n(this behavior can be changed )'),
+ _('Click to choose a filename and location.\nDefault is out.ogv in your home folder.\nIf the file already exists, the new one\nwill have a number attached on its name\n(this behavior can be changed )'),
_('Click to exit the program.'),
_('Select the video quality of your recording.\n(Lower quality will require more proccessing power,\nso it\'s recommended, when encoding on the fly,\nto leave at 100)'),
_('Enable/Disable sound recording.'),
@@ -78,7 +78,7 @@ prefLabelStrings=[_('Overwite Existing Files'),_('Working Directory'),
prefMouseStrings=[_('Normal'),_('White'),_('Black'),_('None')]
prefStateStrings=[_('Enabled'),_('Disabled')]#0,1
prefTabStrings=[_('Files'),_('Performance'),_('Sound'),_('Misc')]
-prefTooltipLabels=[_('By default, if you try to save under a filename that already\nexists, the new file will be renamed\n(for example if you try to save as out.ogg and that file exists, your file will be named out.ogg.1).\nBy checking this box, this behavior is disabled and the old file is overwritten.\n'),
+prefTooltipLabels=[_('By default, if you try to save under a filename that already\nexists, the new file will be renamed\n(for example if you try to save as out.ogv and that file exists, your file will be named out.ogv.1).\nBy checking this box, this behavior is disabled and the old file is overwritten.\n'),
_('Directory where temporary files will be saved.'),
_('Frames Per Second'),
_('Encode simultaneously with the recording.\nThis will require a lot more processing power.\n'),
© All Rights Reserved