diff options
author | iovar <iovar@f606c939-3180-4ac9-a4b8-4b8779d57d0a> | 2007-04-27 02:45:30 +0000 |
---|---|---|
committer | iovar <iovar@f606c939-3180-4ac9-a4b8-4b8779d57d0a> | 2007-04-27 02:45:30 +0000 |
commit | babee5fe38026e5b6210fa381aace3a19a89785f (patch) | |
tree | f9b6d82d7373c81c7420acdbb8c692bbff57fe2b /qt-recordmydesktop/po | |
parent | de6c6f26c88d6f961f9e450edb337510d7c893f9 (diff) |
This commit was generated by cvs2svn to compensate for changes in r312,
which included commits to RCS files with non-trunk default branches.
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@313 f606c939-3180-4ac9-a4b8-4b8779d57d0a
Diffstat (limited to 'qt-recordmydesktop/po')
-rw-r--r-- | qt-recordmydesktop/po/ChangeLog | 15 | ||||
-rw-r--r-- | qt-recordmydesktop/po/LINGUAS | 12 | ||||
-rw-r--r-- | qt-recordmydesktop/po/Makefile.in.in | 218 | ||||
-rw-r--r-- | qt-recordmydesktop/po/Makevars | 41 | ||||
-rw-r--r-- | qt-recordmydesktop/po/POTFILES.in | 8 | ||||
-rw-r--r-- | qt-recordmydesktop/po/ar.po | 513 | ||||
-rw-r--r-- | qt-recordmydesktop/po/ca.po | 521 | ||||
-rw-r--r-- | qt-recordmydesktop/po/de.po | 531 | ||||
-rw-r--r-- | qt-recordmydesktop/po/el.po | 524 | ||||
-rw-r--r-- | qt-recordmydesktop/po/es.po | 536 | ||||
-rw-r--r-- | qt-recordmydesktop/po/fr.po | 526 | ||||
-rw-r--r-- | qt-recordmydesktop/po/it.po | 531 | ||||
-rw-r--r-- | qt-recordmydesktop/po/ja.po | 497 | ||||
-rw-r--r-- | qt-recordmydesktop/po/messages.pot | 450 | ||||
-rw-r--r-- | qt-recordmydesktop/po/pt.po | 506 | ||||
-rw-r--r-- | qt-recordmydesktop/po/pt_BR.po | 512 | ||||
-rw-r--r-- | qt-recordmydesktop/po/ru.po | 519 | ||||
-rw-r--r-- | qt-recordmydesktop/po/tr.po | 522 |
18 files changed, 6982 insertions, 0 deletions
diff --git a/qt-recordmydesktop/po/ChangeLog b/qt-recordmydesktop/po/ChangeLog new file mode 100644 index 0000000..da54a01 --- /dev/null +++ b/qt-recordmydesktop/po/ChangeLog @@ -0,0 +1,15 @@ +2006-09-24 gettextize <bug-gnu-gettext@gnu.org> + + * POTFILES.in: New file. + +2006-09-24 gettextize <bug-gnu-gettext@gnu.org> + + * Makefile.in.in: New file, from gettext-0.14.5. + * boldquot.sed: New file, from gettext-0.14.5. + * en@boldquot.header: New file, from gettext-0.14.5. + * en@quot.header: New file, from gettext-0.14.5. + * insert-header.sin: New file, from gettext-0.14.5. + * quot.sed: New file, from gettext-0.14.5. + * remove-potcdate.sin: New file, from gettext-0.14.5. + * Rules-quot: New file, from gettext-0.14.5. + diff --git a/qt-recordmydesktop/po/LINGUAS b/qt-recordmydesktop/po/LINGUAS new file mode 100644 index 0000000..e392cc3 --- /dev/null +++ b/qt-recordmydesktop/po/LINGUAS @@ -0,0 +1,12 @@ +ar +ca +de +el +es +fr +it +ja +pt +pt_BR +ru +tr diff --git a/qt-recordmydesktop/po/Makefile.in.in b/qt-recordmydesktop/po/Makefile.in.in new file mode 100644 index 0000000..6538049 --- /dev/null +++ b/qt-recordmydesktop/po/Makefile.in.in @@ -0,0 +1,218 @@ +# Makefile for program source directory in GNU NLS utilities package. +# Copyright (C) 1995, 1996, 1997 by Ulrich Drepper <drepper@gnu.ai.mit.edu> +# +# This file file be copied and used freely without restrictions. It can +# be used in projects which are not available under the GNU Public License +# but which still want to provide support for the GNU gettext functionality. +# Please note that the actual code is *not* freely available. +# +# - Modified by Owen Taylor <otaylor@redhat.com> to use GETTEXT_PACKAGE +# instead of PACKAGE and to look for po2tbl in ./ not in intl/ +# +# - Modified by jacob berkman <jacob@ximian.com> to install +# Makefile.in.in and po2tbl.sed.in for use with glib-gettextize +# +# - Modified by Rodney Dawes <dobey@novell.com> for use with intltool +# +# We have the following line for use by intltoolize: +# INTLTOOL_MAKEFILE + +GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ +PACKAGE = @PACKAGE@ +VERSION = @VERSION@ + +SHELL = /bin/sh + +srcdir = @srcdir@ +top_srcdir = @top_srcdir@ +top_builddir = .. +VPATH = @srcdir@ + +prefix = @prefix@ +exec_prefix = @exec_prefix@ +datadir = @datadir@ +datarootdir = @datarootdir@ +libdir = @libdir@ +DATADIRNAME = @DATADIRNAME@ +itlocaledir = $(prefix)/$(DATADIRNAME)/locale +subdir = po +install_sh = @install_sh@ +# Automake >= 1.8 provides @mkdir_p@. +# Until it can be supposed, use the safe fallback: +mkdir_p = $(install_sh) -d + +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ + +GMSGFMT = @GMSGFMT@ +MSGFMT = @MSGFMT@ +XGETTEXT = @XGETTEXT@ +INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ +INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ +MSGMERGE = INTLTOOL_EXTRACT=$(INTLTOOL_EXTRACT) srcdir=$(srcdir) $(INTLTOOL_UPDATE) --gettext-package $(GETTEXT_PACKAGE) --dist +GENPOT = INTLTOOL_EXTRACT=$(INTLTOOL_EXTRACT) srcdir=$(srcdir) $(INTLTOOL_UPDATE) --gettext-package $(GETTEXT_PACKAGE) --pot + +ALL_LINGUAS = @ALL_LINGUAS@ + +PO_LINGUAS=$(shell if test -r $(srcdir)/LINGUAS; then grep -v "^\#" $(srcdir)/LINGUAS; fi) + +POFILES=$(shell if test -n "$(PO_LINGUAS)"; then LINGUAS="$(PO_LINGUAS)"; else LINGUAS="$(ALL_LINGUAS)"; fi; for lang in $$LINGUAS; do printf "$$lang.po "; done) + +DISTFILES = ChangeLog Makefile.in.in POTFILES.in $(POFILES) +EXTRA_DISTFILES = POTFILES.skip Makevars LINGUAS + +POTFILES = \ +#This Gets Replace for some reason + +CATALOGS=$(shell if test -n "$(PO_LINGUAS)"; then LINGUAS="$(PO_LINGUAS)"; else LINGUAS="$(ALL_LINGUAS)"; fi; for lang in $$LINGUAS; do printf "$$lang.gmo "; done) + +.SUFFIXES: +.SUFFIXES: .po .pox .gmo .mo .msg .cat + +.po.pox: + $(MAKE) $(GETTEXT_PACKAGE).pot + $(MSGMERGE) $< $(GETTEXT_PACKAGE).pot -o $*.pox + +.po.mo: + $(MSGFMT) -o $@ $< + +.po.gmo: + file=`echo $* | sed 's,.*/,,'`.gmo \ + && rm -f $$file && $(GMSGFMT) -o $$file $< + +.po.cat: + sed -f ../intl/po2msg.sed < $< > $*.msg \ + && rm -f $@ && gencat $@ $*.msg + + +all: all-@USE_NLS@ + +all-yes: $(CATALOGS) +all-no: + +$(GETTEXT_PACKAGE).pot: $(POTFILES) + $(GENPOT) + +install: install-data +install-data: install-data-@USE_NLS@ +install-data-no: all +install-data-yes: all + $(mkdir_p) $(DESTDIR)$(itlocaledir) + if test -n "$(PO_LINGUAS)"; then \ + linguas="$(PO_LINGUAS)"; \ + else \ + linguas="$(ALL_LINGUAS)"; \ + fi; \ + for lang in $$linguas; do \ + dir=$(DESTDIR)$(itlocaledir)/$$lang/LC_MESSAGES; \ + $(mkdir_p) $$dir; \ + if test -r $$lang.gmo; then \ + $(INSTALL_DATA) $$lang.gmo $$dir/$(GETTEXT_PACKAGE).mo; \ + echo "installing $$lang.gmo as $$dir/$(GETTEXT_PACKAGE).mo"; \ + else \ + $(INSTALL_DATA) $(srcdir)/$$lang.gmo $$dir/$(GETTEXT_PACKAGE).mo; \ + echo "installing $(srcdir)/$$lang.gmo as" \ + "$$dir/$(GETTEXT_PACKAGE).mo"; \ + fi; \ + if test -r $$lang.gmo.m; then \ + $(INSTALL_DATA) $$lang.gmo.m $$dir/$(GETTEXT_PACKAGE).mo.m; \ + echo "installing $$lang.gmo.m as $$dir/$(GETTEXT_PACKAGE).mo.m"; \ + else \ + if test -r $(srcdir)/$$lang.gmo.m ; then \ + $(INSTALL_DATA) $(srcdir)/$$lang.gmo.m \ + $$dir/$(GETTEXT_PACKAGE).mo.m; \ + echo "installing $(srcdir)/$$lang.gmo.m as" \ + "$$dir/$(GETTEXT_PACKAGE).mo.m"; \ + else \ + true; \ + fi; \ + fi; \ + done + +# Empty stubs to satisfy archaic automake needs +dvi info tags TAGS ID: + +# Define this as empty until I found a useful application. +installcheck: + +uninstall: + if test -n "$(PO_LINGUAS)"; then \ + linguas="$(PO_LINGUAS)"; \ + else \ + linguas="$(ALL_LINGUAS)"; \ + fi; \ + for lang in $$linguas; do \ + rm -f $(DESTDIR)$(itlocaledir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE).mo; \ + rm -f $(DESTDIR)$(itlocaledir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE).mo.m; \ + done + +check: all $(GETTEXT_PACKAGE).pot + +mostlyclean: + rm -f *.pox $(GETTEXT_PACKAGE).pot *.old.po cat-id-tbl.tmp + rm -f .intltool-merge-cache + +clean: mostlyclean + +distclean: clean + rm -f Makefile Makefile.in POTFILES stamp-it + rm -f *.mo *.msg *.cat *.cat.m *.gmo + +maintainer-clean: distclean + @echo "This command is intended for maintainers to use;" + @echo "it deletes files that may require special tools to rebuild." + rm -f Makefile.in.in + +distdir = ../$(PACKAGE)-$(VERSION)/$(subdir) +dist distdir: $(DISTFILES) + dists="$(DISTFILES)"; \ + extra_dists="$(EXTRA_DISTFILES)"; \ + for file in $$extra_dists; do \ + test -f $(srcdir)/$$file && dists="$$dists $(srcdir)/$$file"; \ + done; \ + for file in $$dists; do \ + test -f $$file || file="$(srcdir)/$$file"; \ + ln $$file $(distdir) 2> /dev/null \ + || cp -p $$file $(distdir); \ + done + +update-po: Makefile + $(MAKE) $(GETTEXT_PACKAGE).pot + tmpdir=`pwd`; \ + if test -n "$(PO_LINGUAS)"; then \ + linguas="$(PO_LINGUAS)"; \ + else \ + linguas="$(ALL_LINGUAS)"; \ + fi; \ + for lang in $$linguas; do \ + echo "$$lang:"; \ + result="`$(MSGMERGE) -o $$tmpdir/$$lang.new.po $$lang`"; \ + if $$result; then \ + if cmp $(srcdir)/$$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \ + rm -f $$tmpdir/$$lang.new.po; \ + else \ + if mv -f $$tmpdir/$$lang.new.po $$lang.po; then \ + :; \ + else \ + echo "msgmerge for $$lang.po failed: cannot move $$tmpdir/$$lang.new.po to $$lang.po" 1>&2; \ + rm -f $$tmpdir/$$lang.new.po; \ + exit 1; \ + fi; \ + fi; \ + else \ + echo "msgmerge for $$lang.gmo failed!"; \ + rm -f $$tmpdir/$$lang.new.po; \ + fi; \ + done + +Makefile POTFILES: stamp-it + @if test ! -f $@; then \ + rm -f stamp-it; \ + $(MAKE) stamp-it; \ + fi + +stamp-it: + +# Tell versions [3.59,3.63) of GNU make not to export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/qt-recordmydesktop/po/Makevars b/qt-recordmydesktop/po/Makevars new file mode 100644 index 0000000..32692ab --- /dev/null +++ b/qt-recordmydesktop/po/Makevars @@ -0,0 +1,41 @@ +# Makefile variables for PO directory in any package using GNU gettext. + +# Usually the message domain is the same as the package name. +DOMAIN = $(PACKAGE) + +# These two variables depend on the location of this directory. +subdir = po +top_builddir = .. + +# These options get passed to xgettext. +XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ + +# This is the copyright holder that gets inserted into the header of the +# $(DOMAIN).pot file. Set this to the copyright holder of the surrounding +# package. (Note that the msgstr strings, extracted from the package's +# sources, belong to the copyright holder of the package.) Translators are +# expected to transfer the copyright for their translations to this person +# or entity, or to disclaim their copyright. The empty string stands for +# the public domain; in this case the translators are expected to disclaim +# their copyright. +COPYRIGHT_HOLDER = Free Software Foundation, Inc. + +# This is the email address or URL to which the translators shall report +# bugs in the untranslated strings: +# - Strings which are not entire sentences, see the maintainer guidelines +# in the GNU gettext documentation, section 'Preparing Strings'. +# - Strings which use unclear terms or require additional context to be +# understood. +# - Strings which make invalid assumptions about notation of date, time or +# money. +# - Pluralisation problems. +# - Incorrect English spelling. +# - Incorrect formatting. +# It can be your email address, or a mailing list address where translators +# can write to without being subscribed, or the URL of a web page through +# which the translators can contact you. +MSGID_BUGS_ADDRESS = + +# This is the list of locale categories, beyond LC_MESSAGES, for which the +# message catalogs shall be used. It is usually empty. +EXTRA_LOCALE_CATEGORIES = diff --git a/qt-recordmydesktop/po/POTFILES.in b/qt-recordmydesktop/po/POTFILES.in new file mode 100644 index 0000000..0eb1996 --- /dev/null +++ b/qt-recordmydesktop/po/POTFILES.in @@ -0,0 +1,8 @@ +# List of source files which contain translatable strings. + + +src/rmdSimple.py +src/rmdPrefsWidget.py +src/rmdTrayPopup.py +src/rmdTrayIcon.py +src/rmdMonitor.py
\ No newline at end of file diff --git a/qt-recordmydesktop/po/ar.po b/qt-recordmydesktop/po/ar.po new file mode 100644 index 0000000..4dff2f7 --- /dev/null +++ b/qt-recordmydesktop/po/ar.po @@ -0,0 +1,513 @@ +# Arabic Translation +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2007-03-18 17:54+0200\n" +"PO-Revision-Date: 2006-12-02\n" +"Last-Translator: Linostar <linostar@users.sourceforge.net>\n" +"Language-Team: Arabic <anas_h_34 [at] hotmail [dot] com>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: src/rmdMonitor.py:14 +msgid "" +"Please wait while your recording is being encoded\n" +"WARNING!!!\n" +"If you press Cancel or close this window,\n" +"this proccess cannot be resumed!" +msgstr "" +"الرجاء الانتظار بينما يتم إنتاج تصويرك\n" +"تحذير!!!\n" +"إن ضغطت زر الإلغاء أو أغلقت النافذة،\n" +"فلن يمكنك متابعة هذه المعالجة بعدها!" + +#: src/rmdMonitor.py:38 src/rmdMonitor.py:59 +msgid "complete" +msgstr "انتهى" + +#: src/rmdPrefsWidget.py:42 +msgid "Overwite Existing Files" +msgstr "الكتابة فوق الملفات الموجودة" + +#: src/rmdPrefsWidget.py:42 +msgid "Working Directory" +msgstr "مجلد العمل" + +#: src/rmdPrefsWidget.py:43 src/rmdPrefsWidget.py:55 +msgid "Frames Per Second" +msgstr "مشهد/مشاهد في الثانية" + +#: src/rmdPrefsWidget.py:43 +msgid "Encode On the Fly" +msgstr "إنتاج فوري" + +#: src/rmdPrefsWidget.py:43 +msgid "Zero Compression" +msgstr "بدون ضغط" + +#: src/rmdPrefsWidget.py:44 +msgid "Quick Subsampling" +msgstr "تمثيل جزئي سريع" + +#: src/rmdPrefsWidget.py:44 +msgid "Full shots at every frame" +msgstr "لقطات كاملة في كل مشهد" + +#: src/rmdPrefsWidget.py:45 +msgid "Channels" +msgstr "القنوات" + +#: src/rmdPrefsWidget.py:45 +msgid "Frequency" +msgstr "التردد" + +#: src/rmdPrefsWidget.py:45 +msgid "Device" +msgstr "الجهاز" + +#: src/rmdPrefsWidget.py:45 +msgid "Display" +msgstr "العرض" + +#: src/rmdPrefsWidget.py:45 +msgid "Mouse Cursor" +msgstr "مؤشر الفأرة" + +#: src/rmdPrefsWidget.py:46 +msgid "MIT-Shm extension" +msgstr "MIT - ملحق Shm" + +#: src/rmdPrefsWidget.py:46 +msgid "Include Window Decorations" +msgstr "" + +#: src/rmdPrefsWidget.py:46 +msgid "Tooltips" +msgstr "" + +#: src/rmdPrefsWidget.py:47 +msgid "Outline Capture Area On Screen" +msgstr "" + +#: src/rmdPrefsWidget.py:48 src/rmdSimple.py:48 +msgid "Video Quality" +msgstr "جودة الفيديو" + +#: src/rmdPrefsWidget.py:48 src/rmdSimple.py:48 +msgid "Sound Quality" +msgstr "جودة الصوت" + +#: src/rmdPrefsWidget.py:49 +msgid "Drop Frames(encoder)" +msgstr "حذف مشاهد (الإنتاج)" + +#: src/rmdPrefsWidget.py:49 +msgid "Startup Delay(secs)" +msgstr "التأخير عند البداية (بالثواني)" + +#: src/rmdPrefsWidget.py:50 +msgid "Normal" +msgstr "عادي" + +#: src/rmdPrefsWidget.py:50 +msgid "White" +msgstr "أبيض" + +#: src/rmdPrefsWidget.py:50 +msgid "Black" +msgstr "أسود" + +#: src/rmdPrefsWidget.py:50 +msgid "None" +msgstr "لا شيء" + +#: src/rmdPrefsWidget.py:51 +msgid "Enabled" +msgstr "مفعل" + +#: src/rmdPrefsWidget.py:51 +msgid "Disabled" +msgstr "معطل" + +#: src/rmdPrefsWidget.py:52 +msgid "Files" +msgstr "الملفات" + +#: src/rmdPrefsWidget.py:52 +msgid "Performance" +msgstr "الأداء" + +#: src/rmdPrefsWidget.py:52 +msgid "Sound" +msgstr "الصوت" + +#: src/rmdPrefsWidget.py:52 +msgid "Misc" +msgstr "متفرقات" + +#: src/rmdPrefsWidget.py:53 +msgid "" +"By default, if you try to save under a filename that already\n" +"exists, 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).\n" +"By checking this box, this behavior is disabled and the old file is " +"overwritten.\n" +msgstr "" +"افتراضياً، عندما تحاول التسجيل باسم ملف موجود مسبقاً،\n" +"سيتم إعادة تسمية الملف الجديد\n" +"(كمثال إن حاولت التسجيل باسم الملف out.ogg الموجود من قبل\n" +"سيتم تغيير اسم الجديد إلى out.ogg.1).\n" +"عند التأشير على هذا الصندوق، سيتم تعطيل هذا الأسلوب والكتابة فوق الملف " +"القديم.\n" + +#: src/rmdPrefsWidget.py:54 +msgid "Directory where temporary files will be saved." +msgstr "المجلد الذي يحتفظ بالملفات المؤقتة." + +#: src/rmdPrefsWidget.py:56 +msgid "" +"Encode simultaneously with the recording.\n" +"This will require a lot more processing power.\n" +msgstr "" +"الإنتاج سيتم متزامناً مع التصوير.\n" +"هذا سيتطلب طاقة معالجة كبيرة جداً.\n" + +#: src/rmdPrefsWidget.py:57 +msgid "" +"Do not apply compression on the temporary files.\n" +"If enabled, the program will need less processing power,\n" +"in the expense of hard disk space.\n" +"This option is valid only when encoding on the fly is disabled." +msgstr "" +"عدم القيام بضغط الملفات المؤقتة.\n" +"عند التفعيل، سيحتاج البرنامج إلى طاقة معالجة أقل،\n" +"على حساب مساحة القرص الصلب.\n" +"هذا الخيار فعال فقط عند تعطيل الإنتاج الفوري." + +#: src/rmdPrefsWidget.py:58 +msgid "" +"This option, if enabled, will cause the program to require less\n" +"processing power, but it might make the colors look a bit more blurry." +msgstr "" +"هذا الخيار، عند تفعيله، سيحمل البرنامج على طلب\n" +"طاقة معالجة أقل، ولكنه قد يجعل الألوان تبدو أقل وضوحاً." + +#: src/rmdPrefsWidget.py:59 +msgid "" +"This option should be enabled when recording 3d windows.\n" +"It is also auto-enabled when recording a\n" +"known 3d compositing window manager.\n" +" " +msgstr "" +"هذا الخيار يجب تفعيله عند تصوير النوافذ الثلاثية الأبعاد.\n" +"إنه مفعل تلقائياً عند تصوير مدير نوافذ\n" +"ثلاثي الأبعاد معروف.\n" +" " + +#: src/rmdPrefsWidget.py:60 +msgid "Number of audio channels." +msgstr "عدد قنوات الصوت." + +#: src/rmdPrefsWidget.py:61 +msgid "Sound frequency." +msgstr "تردد الصوت." + +#: src/rmdPrefsWidget.py:62 +msgid "ALSA sound device, that is used for sound recording." +msgstr "جهاز صوت ALSA، والذي يُستخدم في تسجيل الصوت." + +#: src/rmdPrefsWidget.py:63 +msgid "Connection to the Xserver." +msgstr "الاتصال بسيرفر إكس." + +#: src/rmdPrefsWidget.py:64 +msgid "" +"The mouse cursor that will be drawn.\n" +"Normal is for the real cursor that you see while recording,\n" +"while black and white are fake cursors, drawn by the program.\n" +"You can also disable cursor drawing." +msgstr "" +"مؤشر الفأرة الذي سيتم رسمه.\n" +"العادي هو المؤشر الحقيقي الذي تراه أثناء التصوير،\n" +"بينما الأبيض والأسود هما مؤشران مزيفان، يرسمهما البرنامج.\n" +"يمكنك أيضاً تعطيل رسم المؤشر." + +#: src/rmdPrefsWidget.py:65 +msgid "" +"Use the MIT-Shared memory extension, whenever appropriate,\n" +" depending on the rest of the program settings.\n" +"Disabling this option is not recommended,\n" +"as it may severely slow down the program." +msgstr "" +"استخدام ملحق ذاكرة MIT المتشاركة، طالما كان ملائماً،\n" +"وفقاً لبقية إعدادات البرنامج.\n" +"تعطيل هذا الخيار ليس مستحباً،\n" +"كما أنه سيؤدي إلى إبطاء البرنامج بشدة." + +#: src/rmdPrefsWidget.py:66 +msgid "" +"When selecting a window via the \"Select Window\" button,\n" +"include that window's decorations in the recording area." +msgstr "" + +#: src/rmdPrefsWidget.py:67 +msgid "" +"Enable or disable tooltips, like this one.\n" +"(Requires restart)" +msgstr "" + +#: src/rmdPrefsWidget.py:68 +msgid "" +"Draw a frame on the screen, around the area\n" +"that will get captured.\n" +"(This frame will remain throughout the recording.)" +msgstr "" + +#: src/rmdPrefsWidget.py:69 +msgid "" +"Enable this option to record audio through\n" +"JACK. The Jack server must be running in order to\n" +"obtain the ports that will be recorded.\n" +"The audio recorded from each one\n" +"will be written on a channel of its own.\n" +"recordMyDesktop must be compiled with JACK\n" +"support for this option to work." +msgstr "" + +#: src/rmdPrefsWidget.py:200 +msgid "Use Jack for audio capture." +msgstr "" + +#: src/rmdPrefsWidget.py:201 +msgid "" +"Select the ports you want to record from\n" +"(hold Ctrl to select multiple entries):" +msgstr "" + +#: src/rmdPrefsWidget.py:207 +msgid "Available Ports" +msgstr "" + +#: src/rmdPrefsWidget.py:347 +msgid "jack_lsp returned no ports." +msgstr "" + +#: src/rmdPrefsWidget.py:348 +msgid "Make sure that jackd is running." +msgstr "" + +#: src/rmdSimple.py:49 +msgid "Advanced" +msgstr "متقدم" + +#: src/rmdSimple.py:49 +msgid "Select Window" +msgstr "اختيار النافذة" + +#: src/rmdSimple.py:50 +msgid "Click here to select a window to record" +msgstr "اضغط هنا لاختيار نافذة لتصويرها" + +#: src/rmdSimple.py:51 +msgid "" +"Click to start the recording.\n" +"This window will hide itself." +msgstr "" +"اضغط لبدء التصوير.\n" +"هذه النافذة ستخفي نفسها." + +#: src/rmdSimple.py:52 +msgid "" +"Click to choose a filename and location.\n" +"Default is out.ogg in your home folder.\n" +"If the file already exists, the new one\n" +"will have a number attached on its name\n" +"(this behavior can be changed )" +msgstr "" +"اضغط لاختيار اسم الملف وموقعه.\n" +"الاسم الافتراضي هو out.ogg في مجلد الموطن خاصتك.\n" +"إن كان الملف موجوداً مسبقاً، فسيحمل الملف الجديد\n" +"رقماً إضافياً بجانب اسمه\n" +"(هذا الأسلوب يمكن تغييره)" + +#: src/rmdSimple.py:53 +msgid "Click to exit the program." +msgstr "اضغط للخروج من البرنامج." + +#: src/rmdSimple.py:54 +msgid "" +"Select the video quality of your recording.\n" +"(Lower quality will require more proccessing power,\n" +"so it's recommended, when encoding on the fly,\n" +"to leave at 100)" +msgstr "" +"اختر جودة الفيديو لتصويرك.\n" +"(الجودة المنخفضة ستحتاج طاقة معالجة إضافية،\n" +"لذا يُستحسن عند الإنتاج الفوري،\n" +"تركها على القيمة 100)" + +#: src/rmdSimple.py:55 +msgid "Enable/Disable sound recording." +msgstr "تفعيل/تعطيل تسجيل الصوت." + +#: src/rmdSimple.py:56 +msgid "Select the audio quality of your recording." +msgstr "اختيار جودة الصوت لتسجيلك." + +#: src/rmdSimple.py:57 +msgid "Click here to access more options." +msgstr "اضغط هنا للوصول إلى خيارات أخرى." + +#: src/rmdSimple.py:58 +msgid "" +"\n" +"Left click and drag, on the preview image,\n" +"to select an area for recording.\n" +"Right click on it, to reset the area." +msgstr "" +"\n" +"اضغط بالزر الأيسر واسحب، على صورة المعاينة،\n" +"لاختيار المساحة التي ستصورها.\n" +"اضغط بالزر الأيمن لإزالة تحديد المساحة." + +#: src/rmdTrayIcon.py:71 +msgid "Success" +msgstr "تم بنجاح" + +#: src/rmdTrayIcon.py:72 +msgid "Error while parsing the arguments." +msgstr "خطأ أثناء تمرير الوسائط." + +#: src/rmdTrayIcon.py:73 +msgid "Initializing the encoder failed(either vorbis or theora)" +msgstr "فشل بدء المنتج (vorbis أو theora)" + +#: src/rmdTrayIcon.py:74 +msgid "Could not open/configure sound card." +msgstr "تعذر فتح/إعداد بطاقة الصوت." + +#: src/rmdTrayIcon.py:75 +msgid "Xdamage extension not present." +msgstr "ملحق Xdamage غير موجود." + +#: src/rmdTrayIcon.py:76 +msgid "Shared memory extension not present." +msgstr "ملحق الذاكرة المتشاركة غير موجود." + +#: src/rmdTrayIcon.py:77 +msgid "Xfixes extension not present." +msgstr "ملحق Xfixes غير موجود." + +#: src/rmdTrayIcon.py:78 +msgid "XInitThreads failed." +msgstr "فشل XInitThreads." + +#: src/rmdTrayIcon.py:79 +msgid "No $DISPLAY environment variable and none specified as argument." +msgstr "لا يوجد متغيرة $DISPLAY عامة، ولا شيء محدد كوسيطة." + +#: src/rmdTrayIcon.py:80 +msgid "Cannot connect to Xserver." +msgstr "لا يمكن الاتصال بسيرفر إكس." + +#: src/rmdTrayIcon.py:81 +msgid "Color depth is not 24bpp." +msgstr "عمق الألوان ليس 24 بت في البكسل." + +#: src/rmdTrayIcon.py:82 +msgid "Improper window specification." +msgstr "تحديد النافذة خاطئ." + +#: src/rmdTrayIcon.py:83 +msgid "Cannot attach shared memory to proccess." +msgstr "لا يمكن ربط ذاكرة متشاركة بالمعالجة." + +#: src/rmdTrayIcon.py:84 +msgid "Cannot open file for writting." +msgstr "لا يمكن فتح الملف للكتابة." + +#: src/rmdTrayIcon.py:85 +msgid "Cannot load the Jack library (dlopen/dlsym error on libjack.so)." +msgstr "" + +#: src/rmdTrayIcon.py:86 +msgid "Cannot create new client." +msgstr "" + +#: src/rmdTrayIcon.py:87 +msgid "Cannot activate client." +msgstr "" + +#: src/rmdTrayIcon.py:88 +msgid "Port registration/connection failure." +msgstr "" + +#: src/rmdTrayIcon.py:89 +msgid "Segmentation Fault" +msgstr "خطأ في التقسيم" + +#: src/rmdTrayIcon.py:252 +msgid "" +"Recording is finished.\n" +"recordMyDesktop has exited with status" +msgstr "" +"تم الانتهاء من التصوير.\n" +"recordMyDesktop انتهى مع تقرير الحالة" + +#: src/rmdTrayIcon.py:253 +msgid "Description" +msgstr "الوصف" + +#: src/rmdTrayIcon.py:255 +msgid "" +"Recording is finished.\n" +"recordMyDesktop has exited with uknown\n" +"error code" +msgstr "" +"تم الانتهاء من التصوير.\n" +"recordMyDesktop انتهى مع خطأ غير معروف" + +#: src/rmdTrayPopup.py:73 +msgid "gtk-recordMyDesktop" +msgstr "gtk-recordMyDesktop" + +#: src/rmdTrayPopup.py:75 +msgid "a graphical frontend for recordMyDesktop" +msgstr "واجهة رسومية لبرنامج recordMyDesktop" + +#: src/rmdTrayPopup.py:76 +msgid "" +"Copyright (C) John Varouhakis\n" +"Portions Copyright (C) 2005-6 Zaheer Abbas Merali, John N. Laliberte\n" +"Portions Copyright (C) Fluendo S.L." +msgstr "" +"جميع الحقوق محفوظة لـ John Varouhakis\n" +"الحقوق محفوظة جزئياً لـ 2005-6 Zaheer Abbas Merali, John N. Laliberte\n" +"الحقوق محفوظة جزئياً لـ Fluendo S.L." + +#: src/rmdTrayPopup.py:80 +msgid "Translator Credits And Information(Replace with your info)" +msgstr "Linostar (linostar@users.sourceforge.net)" + +#: src/rmdTrayPopup.py:86 +msgid "_Select Area On Screen" +msgstr "_اختيار المساحة على الشاشة" + +#~ msgid "Shared Threshold" +#~ msgstr "العتبة المتشاركة" + +#~ msgid "" +#~ "Amount of screen change, within a frame that triggers retrieval\n" +#~ "of the screenshot through the MIT-Shared memory extension.\n" +#~ "This option has no effect when using the full shots option.\n" +#~ msgstr "" +#~ "عدد مرات تغير الصورة في الثانية، حيث يتم سحب المشاهد\n" +#~ "عن طريق ملحق ذاكرة MIT المتشاركة.\n" +#~ "هذا الخيار غير فعال عند استخدام خيار اللقطات الكاملة.\n" diff --git a/qt-recordmydesktop/po/ca.po b/qt-recordmydesktop/po/ca.po new file mode 100644 index 0000000..f0c560f --- /dev/null +++ b/qt-recordmydesktop/po/ca.po @@ -0,0 +1,521 @@ +# translation of ca.po to català +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Pere Olivares <pere.olivares@gmail.com>, 2007. +msgid "" +msgstr "" +"Project-Id-Version: ca\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2007-03-18 17:54+0200\n" +"PO-Revision-Date: 2007-01-07 00:00+0100\n" +"Last-Translator: Pere Olivares <pere.olivares@gmail.com>\n" +"Language-Team: català <tradgnome@softcatala.org>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11.4\n" + +#: src/rmdMonitor.py:14 +msgid "" +"Please wait while your recording is being encoded\n" +"WARNING!!!\n" +"If you press Cancel or close this window,\n" +"this proccess cannot be resumed!" +msgstr "" +"Si us plau esperi mentre es codifica la vostra gravació\n" +"¡¡¡AVIS!!!\n" +"Si prems Anul·lar o tancas aquesta finestra,\n" +" aquest procés no podrà ser continuat!" + +#: src/rmdMonitor.py:38 src/rmdMonitor.py:59 +msgid "complete" +msgstr "complet" + +#: src/rmdPrefsWidget.py:42 +msgid "Overwite Existing Files" +msgstr "Sobrescriure fitxers existents" + +#: src/rmdPrefsWidget.py:42 +msgid "Working Directory" +msgstr "Directori de treball" + +#: src/rmdPrefsWidget.py:43 src/rmdPrefsWidget.py:55 +msgid "Frames Per Second" +msgstr "Captures per segon" + +#: src/rmdPrefsWidget.py:43 +msgid "Encode On the Fly" +msgstr "Codificació al vol" + +#: src/rmdPrefsWidget.py:43 +msgid "Zero Compression" +msgstr "Sense compresió" + +#: src/rmdPrefsWidget.py:44 +msgid "Quick Subsampling" +msgstr "Submostreig ràpid" + +#: src/rmdPrefsWidget.py:44 +msgid "Full shots at every frame" +msgstr "Captures senceres en cada marc" + +#: src/rmdPrefsWidget.py:45 +msgid "Channels" +msgstr "Canals" + +#: src/rmdPrefsWidget.py:45 +msgid "Frequency" +msgstr "Freqüència" + +#: src/rmdPrefsWidget.py:45 +msgid "Device" +msgstr "Dispositiu" + +#: src/rmdPrefsWidget.py:45 +msgid "Display" +msgstr "Pantalla" + +#: src/rmdPrefsWidget.py:45 +msgid "Mouse Cursor" +msgstr "Cursor del ratolí" + +#: src/rmdPrefsWidget.py:46 +msgid "MIT-Shm extension" +msgstr "Extensió MIT-Shm" + +#: src/rmdPrefsWidget.py:46 +msgid "Include Window Decorations" +msgstr "" + +#: src/rmdPrefsWidget.py:46 +msgid "Tooltips" +msgstr "" + +#: src/rmdPrefsWidget.py:47 +msgid "Outline Capture Area On Screen" +msgstr "" + +#: src/rmdPrefsWidget.py:48 src/rmdSimple.py:48 +msgid "Video Quality" +msgstr "Qualitat de vídeo" + +#: src/rmdPrefsWidget.py:48 src/rmdSimple.py:48 +msgid "Sound Quality" +msgstr "Qualitat de so" + +#: src/rmdPrefsWidget.py:49 +msgid "Drop Frames(encoder)" +msgstr "Descarta captures (codificador)" + +#: src/rmdPrefsWidget.py:49 +msgid "Startup Delay(secs)" +msgstr "Retard abans de començar (segons)" + +#: src/rmdPrefsWidget.py:50 +msgid "Normal" +msgstr "Normal" + +#: src/rmdPrefsWidget.py:50 +msgid "White" +msgstr "Blanc" + +#: src/rmdPrefsWidget.py:50 +msgid "Black" +msgstr "Negre" + +#: src/rmdPrefsWidget.py:50 +msgid "None" +msgstr "Cap" + +#: src/rmdPrefsWidget.py:51 +msgid "Enabled" +msgstr "Habilitat" + +#: src/rmdPrefsWidget.py:51 +msgid "Disabled" +msgstr "Deshabilitat" + +#: src/rmdPrefsWidget.py:52 +msgid "Files" +msgstr "Fitxers" + +#: src/rmdPrefsWidget.py:52 +msgid "Performance" +msgstr "Rendiment" + +#: src/rmdPrefsWidget.py:52 +msgid "Sound" +msgstr "So" + +#: src/rmdPrefsWidget.py:52 +msgid "Misc" +msgstr "Miscel·lània" + +#: src/rmdPrefsWidget.py:53 +msgid "" +"By default, if you try to save under a filename that already\n" +"exists, 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).\n" +"By checking this box, this behavior is disabled and the old file is " +"overwritten.\n" +msgstr "" +"Per defecte, si intenteu desar un fitxer amb un nom que\n" +" existeix, el fitxer no serà renombrat \n" +"(per exemple si intentes desar-ho com out.ogg i ja existeix, el fitxer es " +"renombrarà com a out.ogg.1)\n" +"Activant aquesta casella es desactivarà aquest comportament i el fitxer " +"antic serà borrat.\n" + +#: src/rmdPrefsWidget.py:54 +msgid "Directory where temporary files will be saved." +msgstr "Directori on es desaran els fitxers temporals." + +#: src/rmdPrefsWidget.py:56 +msgid "" +"Encode simultaneously with the recording.\n" +"This will require a lot more processing power.\n" +msgstr "" +"Codificar simultàniament en grabar.\n" +"Això requereix molta mes capacitat de procés.\n" + +#: src/rmdPrefsWidget.py:57 +msgid "" +"Do not apply compression on the temporary files.\n" +"If enabled, the program will need less processing power,\n" +"in the expense of hard disk space.\n" +"This option is valid only when encoding on the fly is disabled." +msgstr "" +"No s'aplicarà la compresió en els fitxers temporals.\n" +"Si s'habilita, el programa necessitarà menys capacitat de\n" +"proces, a canvi d'usar mes espai de disc.\n" +"Aquesta opció nomes es vàlida si esta desactivada la codificació al vol." + +#: src/rmdPrefsWidget.py:58 +msgid "" +"This option, if enabled, will cause the program to require less\n" +"processing power, but it might make the colors look a bit more blurry." +msgstr "" +"Habilitant aquesta opció el programa necessitarà menys\n" +"capacitat de procés, però pot fer que els colors es vegin mes borrosos." + +#: src/rmdPrefsWidget.py:59 +msgid "" +"This option should be enabled when recording 3d windows.\n" +"It is also auto-enabled when recording a\n" +"known 3d compositing window manager.\n" +" " +msgstr "" +"Aquesta opció s'ha d'habilitar en grabar finestres 3D.\n" +"També s'auto-activara al grabar amb un\n" +"gestor de finestras 3D conegut.\n" +" " + +#: src/rmdPrefsWidget.py:60 +msgid "Number of audio channels." +msgstr "Nombre de canals d'àudio." + +#: src/rmdPrefsWidget.py:61 +msgid "Sound frequency." +msgstr "Freqüència de so." + +#: src/rmdPrefsWidget.py:62 +msgid "ALSA sound device, that is used for sound recording." +msgstr "Dispositiu de so ALSA utilitzat per grabar el so." + +#: src/rmdPrefsWidget.py:63 +msgid "Connection to the Xserver." +msgstr "Connexió al servidor X." + +#: src/rmdPrefsWidget.py:64 +msgid "" +"The mouse cursor that will be drawn.\n" +"Normal is for the real cursor that you see while recording,\n" +"while black and white are fake cursors, drawn by the program.\n" +"You can also disable cursor drawing." +msgstr "" +"El cursor del ratolí que serà dibuixat.\n" +"Normal es el cursor que veus mentres graves\n" +"mentre que blanc i negre són cursors falsos, dibuixats pel programa.\n" +"També pots deshabilitat el dibuix del cursor." + +#: src/rmdPrefsWidget.py:65 +msgid "" +"Use the MIT-Shared memory extension, whenever appropriate,\n" +" depending on the rest of the program settings.\n" +"Disabling this option is not recommended,\n" +"as it may severely slow down the program." +msgstr "" +"Usa l'extensió de memòria MIT compartida quan sigui apropiat,\n" +"depenent de la resta de configuracions del programa.\n" +"No es recomana deshabilitar aquesta opció,\n" +"per que pot alentir severament el programa." + +#: src/rmdPrefsWidget.py:66 +msgid "" +"When selecting a window via the \"Select Window\" button,\n" +"include that window's decorations in the recording area." +msgstr "" + +#: src/rmdPrefsWidget.py:67 +msgid "" +"Enable or disable tooltips, like this one.\n" +"(Requires restart)" +msgstr "" + +#: src/rmdPrefsWidget.py:68 +msgid "" +"Draw a frame on the screen, around the area\n" +"that will get captured.\n" +"(This frame will remain throughout the recording.)" +msgstr "" + +#: src/rmdPrefsWidget.py:69 +msgid "" +"Enable this option to record audio through\n" +"JACK. The Jack server must be running in order to\n" +"obtain the ports that will be recorded.\n" +"The audio recorded from each one\n" +"will be written on a channel of its own.\n" +"recordMyDesktop must be compiled with JACK\n" +"support for this option to work." +msgstr "" + +#: src/rmdPrefsWidget.py:200 +msgid "Use Jack for audio capture." +msgstr "" + +#: src/rmdPrefsWidget.py:201 +msgid "" +"Select the ports you want to record from\n" +"(hold Ctrl to select multiple entries):" +msgstr "" + +#: src/rmdPrefsWidget.py:207 +msgid "Available Ports" +msgstr "" + +#: src/rmdPrefsWidget.py:347 +msgid "jack_lsp returned no ports." +msgstr "" + +#: src/rmdPrefsWidget.py:348 +msgid "Make sure that jackd is running." +msgstr "" + +#: src/rmdSimple.py:49 +msgid "Advanced" +msgstr "Avançat" + +#: src/rmdSimple.py:49 +msgid "Select Window" +msgstr "Selecciona la finestra" + +#: src/rmdSimple.py:50 +msgid "Click here to select a window to record" +msgstr "Feu clic aquí per seleccionar la finestra a gravar" + +#: src/rmdSimple.py:51 +msgid "" +"Click to start the recording.\n" +"This window will hide itself." +msgstr "" +"Feu clic per començar a gravar.\n" +"Aquesta finestra s'ocultarà." + +#: src/rmdSimple.py:52 +msgid "" +"Click to choose a filename and location.\n" +"Default is out.ogg in your home folder.\n" +"If the file already exists, the new one\n" +"will have a number attached on its name\n" +"(this behavior can be changed )" +msgstr "" +"Feu clic per triar un nom de fitxer i localització\n" +"El nom predeterminat és out.ogg en la teva carpeta home\n" +"Si ja existeix el fitxer el nou tindrà\n" +"un numero afegit al seu nom\n" +"(aquest comportament es pot canviar)" + +#: src/rmdSimple.py:53 +msgid "Click to exit the program." +msgstr "Feu clic per sortir del programa." + +#: src/rmdSimple.py:54 +msgid "" +"Select the video quality of your recording.\n" +"(Lower quality will require more proccessing power,\n" +"so it's recommended, when encoding on the fly,\n" +"to leave at 100)" +msgstr "" +"Tria la qualitat de vídeo de la vostra gravació\n" +"(Menor qualitat necessitarà més capacitat de procés,\n" +"pel que es recomana, quan es grava al vol,\n" +"deixar-lo en 100)" + +#: src/rmdSimple.py:55 +msgid "Enable/Disable sound recording." +msgstr "Habilita/inhabilita la gravació de so." + +#: src/rmdSimple.py:56 +msgid "Select the audio quality of your recording." +msgstr "Selecciona la qualitat d'àudio de la gravació." + +#: src/rmdSimple.py:57 +msgid "Click here to access more options." +msgstr "Feu clic aquí per accedir a més opcions." + +#: src/rmdSimple.py:58 +msgid "" +"\n" +"Left click and drag, on the preview image,\n" +"to select an area for recording.\n" +"Right click on it, to reset the area." +msgstr "" +"\n" +"Per seleccionar l'àrea de gravació:\n" +"en la previsualització feu clic i arrossegueu\n" +"amb el botó esquerre del ratolí.\n" +"\n" +"Per a reiniciar l'area, fes clic amb el botó\n" +"dret del ratolí." + +#: src/rmdTrayIcon.py:71 +msgid "Success" +msgstr "Èxit" + +#: src/rmdTrayIcon.py:72 +msgid "Error while parsing the arguments." +msgstr "S'ha produït un error en analitzar els arguments." + +#: src/rmdTrayIcon.py:73 +msgid "Initializing the encoder failed(either vorbis or theora)" +msgstr "Ha fallat la iniciacio del codificador (vorbis o theora)" + +#: src/rmdTrayIcon.py:74 +msgid "Could not open/configure sound card." +msgstr "N s'ha pogut obrir/configurar la targeta de so." + +#: src/rmdTrayIcon.py:75 +msgid "Xdamage extension not present." +msgstr "L'extensió Xdamage no està present." + +#: src/rmdTrayIcon.py:76 +msgid "Shared memory extension not present." +msgstr "L'extensió de memòria compartida no esta present." + +#: src/rmdTrayIcon.py:77 +msgid "Xfixes extension not present." +msgstr "L'extensió Xfixes no esta present" + +#: src/rmdTrayIcon.py:78 +msgid "XInitThreads failed." +msgstr "fallida de XInitThreads." + +#: src/rmdTrayIcon.py:79 +msgid "No $DISPLAY environment variable and none specified as argument." +msgstr "" +"No existeix la variable d'entorn $DISPLAY ni s'ha especificat ninguna com " +"argument." + +#: src/rmdTrayIcon.py:80 +msgid "Cannot connect to Xserver." +msgstr "No es pot connectar al servidor X." + +#: src/rmdTrayIcon.py:81 +msgid "Color depth is not 24bpp." +msgstr "La profunditat de color no es de 24bpp." + +#: src/rmdTrayIcon.py:82 +msgid "Improper window specification." +msgstr "Especificació de finestra impròpia." + +#: src/rmdTrayIcon.py:83 +msgid "Cannot attach shared memory to proccess." +msgstr " No es pot adjuntar memòria compartida al proces." + +#: src/rmdTrayIcon.py:84 +msgid "Cannot open file for writting." +msgstr "No es pot obrir el fitxer per escriptura." + +#: src/rmdTrayIcon.py:85 +msgid "Cannot load the Jack library (dlopen/dlsym error on libjack.so)." +msgstr "" + +#: src/rmdTrayIcon.py:86 +msgid "Cannot create new client." +msgstr "" + +#: src/rmdTrayIcon.py:87 +msgid "Cannot activate client." +msgstr "" + +#: src/rmdTrayIcon.py:88 +msgid "Port registration/connection failure." +msgstr "" + +#: src/rmdTrayIcon.py:89 +msgid "Segmentation Fault" +msgstr "Fallida de Segmentació" + +#: src/rmdTrayIcon.py:252 +msgid "" +"Recording is finished.\n" +"recordMyDesktop has exited with status" +msgstr "" +"La gravació ha acabat.\n" +"recordMyDesktop ha sortit amb estatus" + +#: src/rmdTrayIcon.py:253 +msgid "Description" +msgstr "Descripció" + +#: src/rmdTrayIcon.py:255 +msgid "" +"Recording is finished.\n" +"recordMyDesktop has exited with uknown\n" +"error code" +msgstr "" +"La gravació ha acabat.\n" +"recordMyDesktop ha surti't amb un codi\n" +"d'error desconegut" + +#: src/rmdTrayPopup.py:73 +msgid "gtk-recordMyDesktop" +msgstr "gtk-recordMyDesktop" + +#: src/rmdTrayPopup.py:75 +msgid "a graphical frontend for recordMyDesktop" +msgstr "una interfície per recordMyDesktop" + +#: src/rmdTrayPopup.py:76 +msgid "" +"Copyright (C) John Varouhakis\n" +"Portions Copyright (C) 2005-6 Zaheer Abbas Merali, John N. Laliberte\n" +"Portions Copyright (C) Fluendo S.L." +msgstr "" +"Copyright (C) John Varouhakis\n" +"Portions Copyright (C) 2005-6 Zaheer Abbas Merali, John N. Laliberte\n" +"Portions Copyright (C) Fluendo S.L." + +#: src/rmdTrayPopup.py:80 +msgid "Translator Credits And Information(Replace with your info)" +msgstr "Traducció al Català: Pere Olivares <pere.olivares@gmail.com>" + +#: src/rmdTrayPopup.py:86 +msgid "_Select Area On Screen" +msgstr "_Seleccioneu un àrea en la pantalla" + +#~ msgid "Shared Threshold" +#~ msgstr "Llindar compartit" + +#~ msgid "" +#~ "Amount of screen change, within a frame that triggers retrieval\n" +#~ "of the screenshot through the MIT-Shared memory extension.\n" +#~ "This option has no effect when using the full shots option.\n" +#~ msgstr "" +#~ "Quantitat de canvis en la pantalla, dins d'un marc, que incrementa\n" +#~ "la captura a través de la memòria MIT compartida.\n" +#~ "Aquesta opció no té efecte si s'està usant l'opció de captures " +#~ "completes.\n" diff --git a/qt-recordmydesktop/po/de.po b/qt-recordmydesktop/po/de.po new file mode 100644 index 0000000..44b8d71 --- /dev/null +++ b/qt-recordmydesktop/po/de.po @@ -0,0 +1,531 @@ +# SOME DESCRIPTIVE TITLE.
+# Copyright (C) 2006 Daniel Ziegenberg
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR <daniel.ziegenberg@gmx.net>, 2006.
+#
+#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2007-03-18 17:54+0200\n" +"PO-Revision-Date: 2006-12-04 17:35+0100\n" +"Last-Translator: Daniel Ziegenberg <daniel.ziegenberg@gmx.net>\n" +"Language-Team: German <LL@li.org>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: src/rmdMonitor.py:14 +msgid "" +"Please wait while your recording is being encoded\n" +"WARNING!!!\n" +"If you press Cancel or close this window,\n" +"this proccess cannot be resumed!" +msgstr "" +"Bitte warten während Ihre Aufnahme encodiert wird.\n" +"Achtung!!!\n" +"Wenn sie >Beenden< drücken oder dieses Fenster schliessen,\n" +"kann der Prozess nicht wieder hergestellt werden!" + +#: src/rmdMonitor.py:38 src/rmdMonitor.py:59 +msgid "complete" +msgstr "vollständig" + +#: src/rmdPrefsWidget.py:42 +msgid "Overwite Existing Files" +msgstr "Vorhandene Dateien überschreiben" + +#: src/rmdPrefsWidget.py:42 +msgid "Working Directory" +msgstr "Arbeits-Dateipfad" + +#: src/rmdPrefsWidget.py:43 src/rmdPrefsWidget.py:55 +msgid "Frames Per Second" +msgstr "Bilder pro Sekunde" + +#: src/rmdPrefsWidget.py:43 +msgid "Encode On the Fly" +msgstr "Während der Aufnahme encodieren" + +#: src/rmdPrefsWidget.py:43 +msgid "Zero Compression" +msgstr "Zero Kompression" + +#: src/rmdPrefsWidget.py:44 +msgid "Quick Subsampling" +msgstr "schnelles Subsampling" + +#: src/rmdPrefsWidget.py:44 +msgid "Full shots at every frame" +msgstr "Immer Vollbilder pro Frame" + +#: src/rmdPrefsWidget.py:45 +msgid "Channels" +msgstr "Kanäle" + +#: src/rmdPrefsWidget.py:45 +msgid "Frequency" +msgstr "Frequenz" + +#: src/rmdPrefsWidget.py:45 +msgid "Device" +msgstr "Gerät" + +#: src/rmdPrefsWidget.py:45 +msgid "Display" +msgstr "Anzeige" + +#: src/rmdPrefsWidget.py:45 +msgid "Mouse Cursor" +msgstr "Mauszeiger" + +#: src/rmdPrefsWidget.py:46 +msgid "MIT-Shm extension" +msgstr "MIT-Shm Erweiterung" + +#: src/rmdPrefsWidget.py:46 +msgid "Include Window Decorations" +msgstr "" + +#: src/rmdPrefsWidget.py:46 +msgid "Tooltips" +msgstr "" + +#: src/rmdPrefsWidget.py:47 +msgid "Outline Capture Area On Screen" +msgstr "" + +#: src/rmdPrefsWidget.py:48 src/rmdSimple.py:48 +msgid "Video Quality" +msgstr "Video Qualität" + +#: src/rmdPrefsWidget.py:48 src/rmdSimple.py:48 +msgid "Sound Quality" +msgstr "Audio Qualität" + +#: src/rmdPrefsWidget.py:49 +msgid "Drop Frames(encoder)" +msgstr "Ausgelassene Frames(encoder)" + +#: src/rmdPrefsWidget.py:49 +msgid "Startup Delay(secs)" +msgstr "Pause am Beginn(secs)" + +#: src/rmdPrefsWidget.py:50 +msgid "Normal" +msgstr "Normal" + +#: src/rmdPrefsWidget.py:50 +msgid "White" +msgstr "Weiss" + +#: src/rmdPrefsWidget.py:50 +msgid "Black" +msgstr "Schwarz" + +#: src/rmdPrefsWidget.py:50 +msgid "None" +msgstr "Nichts" + +#: src/rmdPrefsWidget.py:51 +msgid "Enabled" +msgstr "Ausgewählt" + +#: src/rmdPrefsWidget.py:51 +msgid "Disabled" +msgstr "Nicht ausgewählt" + +#: src/rmdPrefsWidget.py:52 +msgid "Files" +msgstr "Datei(en)" + +#: src/rmdPrefsWidget.py:52 +msgid "Performance" +msgstr "Leistung" + +#: src/rmdPrefsWidget.py:52 +msgid "Sound" +msgstr "Audio" + +#: src/rmdPrefsWidget.py:52 +msgid "Misc" +msgstr "Misc" + +#: src/rmdPrefsWidget.py:53 +msgid "" +"By default, if you try to save under a filename that already\n" +"exists, 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).\n" +"By checking this box, this behavior is disabled and the old file is " +"overwritten.\n" +msgstr "" +"Wenn Sie versuchen unter einem schon bestehenden Dateinamen zu speichern,\n" +"wird die Datein automatisch umbenannt.\n" +"(Zum Beispiel: Die Datei out.ogg, die bereits besteht,\n" +"wird auf out.ogg.1 umbenannt.)\n" +"Durch das aktivieren dieser Checkbox, wird oben genanntes Verhalten " +"geändert\n" +"und die bereits vorhandene Datei überschrieben.\n" + +#: src/rmdPrefsWidget.py:54 +msgid "Directory where temporary files will be saved." +msgstr "Dateipfad der temporären Dateien" + +#: src/rmdPrefsWidget.py:56 +msgid "" +"Encode simultaneously with the recording.\n" +"This will require a lot more processing power.\n" +msgstr "" +"Während der Aufnahme encodieren.\n" +"Diese Einstellung wird wesentlich mehr Rechnerleistung benötigen.\n" + +#: src/rmdPrefsWidget.py:57 +msgid "" +"Do not apply compression on the temporary files.\n" +"If enabled, the program will need less processing power,\n" +"in the expense of hard disk space.\n" +"This option is valid only when encoding on the fly is disabled." +msgstr "" +"Komprimierung nicht auf temporäre Dateien anwenden.\n" +"Wenn diese Funktion ausgewählt wurde, braucht der Computer weniger " +"Rechnerleistung,\n" +"im Ausgleich dazu aber mehr Speicherplatz.\n" +"Diese Option ist nur verfügbar, wenn das >Encodieren während der Aufnahme< " +"deaktiviert wurde." + +#: src/rmdPrefsWidget.py:58 +msgid "" +"This option, if enabled, will cause the program to require less\n" +"processing power, but it might make the colors look a bit more blurry." +msgstr "" +"Diese Einstellung (wenn aktiv) benötigt weniger Rechnerleistung,\n" +"aber es können unter Umständen leicht fleckige Farben entstehen." + +#: src/rmdPrefsWidget.py:59 +#, fuzzy +msgid "" +"This option should be enabled when recording 3d windows.\n" +"It is also auto-enabled when recording a\n" +"known 3d compositing window manager.\n" +" " +msgstr "" +"Diese Option sollte aktiviert sein, wenn 3D Fenster aufgenommen werden.\n" +"Sie ist auch automatisch aktiviert,\n" +"wenn mit bekannten 3D Fenster Manager aufgenommen wird.\n" + +#: src/rmdPrefsWidget.py:60 +msgid "Number of audio channels." +msgstr "Anzahl der Audiokanäle" + +#: src/rmdPrefsWidget.py:61 +msgid "Sound frequency." +msgstr "Audiofrequenz" + +#: src/rmdPrefsWidget.py:62 +msgid "ALSA sound device, that is used for sound recording." +msgstr "ALSA audio Gerät, das zur Audioaufnahme verwendet wird." + +#: src/rmdPrefsWidget.py:63 +msgid "Connection to the Xserver." +msgstr "Verbindung zum Xserver." + +#: src/rmdPrefsWidget.py:64 +msgid "" +"The mouse cursor that will be drawn.\n" +"Normal is for the real cursor that you see while recording,\n" +"while black and white are fake cursors, drawn by the program.\n" +"You can also disable cursor drawing." +msgstr "" +"Mauszeiger, der angezeigt wird.\n" +"Mit >Normal< ist der Systemmauszeiger gemeint,der während der Aufnahme " +"angezeigt wird,\n" +"wo hingegen >Schwarz< und >Weiß< Mauszeiger sind, die vom Programm angezeigt " +"werden." + +#: src/rmdPrefsWidget.py:65 +msgid "" +"Use the MIT-Shared memory extension, whenever appropriate,\n" +" depending on the rest of the program settings.\n" +"Disabling this option is not recommended,\n" +"as it may severely slow down the program." +msgstr "" +"Vernwenden Sie, entsprechend der anderen Programm Einstellungen, immer wenn " +"möglich,\n" +"die MIT-Shared memory Erweiterung.\n" +"Diese Option zu deaktivieren ist nicht empfehlenswert\n" +"da starke Leistungeinbusen des Programms die Folge sind." + +#: src/rmdPrefsWidget.py:66 +msgid "" +"When selecting a window via the \"Select Window\" button,\n" +"include that window's decorations in the recording area." +msgstr "" + +#: src/rmdPrefsWidget.py:67 +msgid "" +"Enable or disable tooltips, like this one.\n" +"(Requires restart)" +msgstr "" + +#: src/rmdPrefsWidget.py:68 +msgid "" +"Draw a frame on the screen, around the area\n" +"that will get captured.\n" +"(This frame will remain throughout the recording.)" +msgstr "" + +#: src/rmdPrefsWidget.py:69 +msgid "" +"Enable this option to record audio through\n" +"JACK. The Jack server must be running in order to\n" +"obtain the ports that will be recorded.\n" +"The audio recorded from each one\n" +"will be written on a channel of its own.\n" +"recordMyDesktop must be compiled with JACK\n" +"support for this option to work." +msgstr "" + +#: src/rmdPrefsWidget.py:200 +msgid "Use Jack for audio capture." +msgstr "" + +#: src/rmdPrefsWidget.py:201 +msgid "" +"Select the ports you want to record from\n" +"(hold Ctrl to select multiple entries):" +msgstr "" + +#: src/rmdPrefsWidget.py:207 +msgid "Available Ports" +msgstr "" + +#: src/rmdPrefsWidget.py:347 +msgid "jack_lsp returned no ports." +msgstr "" + +#: src/rmdPrefsWidget.py:348 +msgid "Make sure that jackd is running." +msgstr "" + +#: src/rmdSimple.py:49 +msgid "Advanced" +msgstr "Erweitert" + +#: src/rmdSimple.py:49 +msgid "Select Window" +msgstr "Wählen Sie bitte ein Fenster aus" + +#: src/rmdSimple.py:50 +msgid "Click here to select a window to record" +msgstr "" +"Bitte hier klicken, um ein Fenster auszuwählen, dessen Inhalt aufgenommen " +"werden soll." + +#: src/rmdSimple.py:51 +msgid "" +"Click to start the recording.\n" +"This window will hide itself." +msgstr "" +"Bitte hier klicken um die Aufnahme zu starten.\n" +"Das Fenster wird während der Aufnahme unsichtbar" + +#: src/rmdSimple.py:52 +msgid "" +"Click to choose a filename and location.\n" +"Default is out.ogg in your home folder.\n" +"If the file already exists, the new one\n" +"will have a number attached on its name\n" +"(this behavior can be changed )" +msgstr "" +"Bitte klicken Sie hier um den Dateinamen und Dateipfad auszuwählen.\n" +"Standartmässig ist out.ogg in Ihrem Home-Verzeichnis ausgewähl.\n" +"Wenn der ausgewählte Dateiname schon besteht, wird eine fortlaufende Nummer " +"angehäng. \n" +"(diese Standardoption kann geändert werden)" + +#: src/rmdSimple.py:53 +msgid "Click to exit the program." +msgstr "Hier klicken um das Programm zu beenden." + +#: src/rmdSimple.py:54 +msgid "" +"Select the video quality of your recording.\n" +"(Lower quality will require more proccessing power,\n" +"so it's recommended, when encoding on the fly,\n" +"to leave at 100)" +msgstr "" +"Bitte die Videoqualität der Aufnahme auswählen.\n" +"(Eine niedrigere Qulität bedeutet mehr freie Rechnerleistung\n" +"daher wird empfohlen die Einstellung >Während der Aufnahme encodieren<,\n" +"bei 100 zu belassen.)" + +#: src/rmdSimple.py:55 +msgid "Enable/Disable sound recording." +msgstr "Audio Aufnahme aktivieren/deaktivieren" + +#: src/rmdSimple.py:56 +msgid "Select the audio quality of your recording." +msgstr "Wählen Sie bitte die Audioqualität der Aufnahme aus." + +#: src/rmdSimple.py:57 +msgid "Click here to access more options." +msgstr "Bitte hier klicken um weitere Optionen ein zu stellen zu können." + +#: src/rmdSimple.py:58 +msgid "" +"\n" +"Left click and drag, on the preview image,\n" +"to select an area for recording.\n" +"Right click on it, to reset the area." +msgstr "" +"\n" +"Bitte im gerade angezeigten Fenster links klicken und ziehen,\n" +"um einen Bereich zum Aufnehmen auszuwählen.\n" +"Rechts klicken um den ausgwählten Bereich zurückzusetzen" + +#: src/rmdTrayIcon.py:71 +msgid "Success" +msgstr "Erfolgreich" + +#: src/rmdTrayIcon.py:72 +msgid "Error while parsing the arguments." +msgstr "Fehler während dem Lesen der Argumente." + +#: src/rmdTrayIcon.py:73 +msgid "Initializing the encoder failed(either vorbis or theora)" +msgstr "Fehler während der Intialisierung des Encoders." + +#: src/rmdTrayIcon.py:74 +msgid "Could not open/configure sound card." +msgstr "Fehler während des Öffnens/Konfigurieren der Soundkarte." + +#: src/rmdTrayIcon.py:75 +msgid "Xdamage extension not present." +msgstr "Xdamage Erweiterung nicht Erreichbar." + +#: src/rmdTrayIcon.py:76 +msgid "Shared memory extension not present." +msgstr "Shared memory Erweiterung nicht Erreichbar." + +#: src/rmdTrayIcon.py:77 +msgid "Xfixes extension not present." +msgstr "Xfixes Erweiterung nicht Erreichbar." + +#: src/rmdTrayIcon.py:78 +msgid "XInitThreads failed." +msgstr "Fehler in XInitThreads" + +#: src/rmdTrayIcon.py:79 +msgid "No $DISPLAY environment variable and none specified as argument." +msgstr "" +"Keine §DISPLAY Umgebungsvariable gefunden und keine als Argument angegeben." + +#: src/rmdTrayIcon.py:80 +msgid "Cannot connect to Xserver." +msgstr "Verbindung zum Xserver schlug fehl" + +#: src/rmdTrayIcon.py:81 +msgid "Color depth is not 24bpp." +msgstr "Die Farbtiefe beträgt nicht 24bpp" + +#: src/rmdTrayIcon.py:82 +msgid "Improper window specification." +msgstr "Ungeeignete Fenstereinstellung." + +#: src/rmdTrayIcon.py:83 +msgid "Cannot attach shared memory to proccess." +msgstr "Shared memory Erweiterung konnte nicht gestartet werden." + +#: src/rmdTrayIcon.py:84 +msgid "Cannot open file for writting." +msgstr "Konnte Datei zum Schreiben nicht öffnen." + +#: src/rmdTrayIcon.py:85 +msgid "Cannot load the Jack library (dlopen/dlsym error on libjack.so)." +msgstr "" + +#: src/rmdTrayIcon.py:86 +msgid "Cannot create new client." +msgstr "" + +#: src/rmdTrayIcon.py:87 +msgid "Cannot activate client." +msgstr "" + +#: src/rmdTrayIcon.py:88 +msgid "Port registration/connection failure." +msgstr "" + +#: src/rmdTrayIcon.py:89 +msgid "Segmentation Fault" +msgstr "Fehler in der Segmenatation." + +#: src/rmdTrayIcon.py:252 +msgid "" +"Recording is finished.\n" +"recordMyDesktop has exited with status" +msgstr "" +"Aufnahme wurde beendet.\n" +"recordMyDesktop wurde beendet unter Status" + +#: src/rmdTrayIcon.py:253 +msgid "Description" +msgstr "Beschreibung" + +#: src/rmdTrayIcon.py:255 +msgid "" +"Recording is finished.\n" +"recordMyDesktop has exited with uknown\n" +"error code" +msgstr "" +"Aufnahme wurde beendet.\n" +"recordMyDesktop wurde beendet und unbekanntem\n" +"Fehlercode" + +#: src/rmdTrayPopup.py:73 +msgid "gtk-recordMyDesktop" +msgstr "gtk-recordMyDesktop" + +#: src/rmdTrayPopup.py:75 +msgid "a graphical frontend for recordMyDesktop" +msgstr "Eine grafische Oberfläche für recordMyDesktop" + +#: src/rmdTrayPopup.py:76 +msgid "" +"Copyright (C) John Varouhakis\n" +"Portions Copyright (C) 2005-6 Zaheer Abbas Merali, John N. Laliberte\n" +"Portions Copyright (C) Fluendo S.L." +msgstr "" +"Urheberrecht (C) 2005-2006 Zaheer Abbas Merali, John N. Laliberte\n" +"Urheberrecht (C) Fluendo S.L." + +#: src/rmdTrayPopup.py:80 +msgid "Translator Credits And Information(Replace with your info)" +msgstr "" +"Daniel ZiegenbergFür Fragen und Beschwerden bitte an daniel.ziegenberg@gmx." +"net\n" +"Der Gebrauch der Deutschen oder Englischen Sprache\n" +"wäre ein Vorteil für eine schnellst mögliche Antwort.\n" +"Wenn eventuelle Übersetzungsungereimtheiten auftreten, bin ich für etwaige " +"Verbesserungsvorschläge immer zu offen.\n" +"Wünsche eine angenehme und hilfreiche Verwendung dieser Freien Software." + +#: src/rmdTrayPopup.py:86 +msgid "_Select Area On Screen" +msgstr "_Wählen Sie einen Bereich am Bildschirm aus." + +#~ msgid "Shared Threshold" +#~ msgstr "Shared Threshold" + +#~ msgid "" +#~ "Amount of screen change, within a frame that triggers retrieval\n" +#~ "of the screenshot through the MIT-Shared memory extension.\n" +#~ "This option has no effect when using the full shots option.\n" +#~ msgstr "" +#~ "Anzahl der Bildwiederholungen, während eines Frames,\n" +#~ "die eine Wiederherstellung des screenshots in der MIT-Shared memory " +#~ "Erweiterung auslösen.\n" +#~ "Diese Option wird keine Auswirkungen zeigen, wenn die Option >Immer " +#~ "Vollbilder pro Frame< aktiviert ist.\n" diff --git a/qt-recordmydesktop/po/el.po b/qt-recordmydesktop/po/el.po new file mode 100644 index 0000000..23f6b20 --- /dev/null +++ b/qt-recordmydesktop/po/el.po @@ -0,0 +1,524 @@ +# translation of el.po to +# translation of messages.po to +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# John Varouhakis <johnvarouhakis@gmail.com>, 2006, 2007. +msgid "" +msgstr "" +"Project-Id-Version: el\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2007-03-18 17:54+0200\n" +"PO-Revision-Date: 2007-03-18 18:12+0200\n" +"Last-Translator: John Varouhakis <johnvarouhakis@gmail.com>\n" +"Language-Team: <el@li.org>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11.4\n" + +#: src/rmdMonitor.py:14 +msgid "" +"Please wait while your recording is being encoded\n" +"WARNING!!!\n" +"If you press Cancel or close this window,\n" +"this proccess cannot be resumed!" +msgstr "" +"Παρακαλώ περιμένετε να τελειώσει η κωδικοποίηση. \n" +"ΠΡΟΣΟΧΗ!!! \n" +"Εάν ακυρώσετε αυτήν την διαδικασία ή κλείσετε \n" +"το παράθυρο, δεν είναι δυνατή η συνέχιση." + +#: src/rmdMonitor.py:38 src/rmdMonitor.py:59 +msgid "complete" +msgstr "ολοκληρώθηκε" + +#: src/rmdPrefsWidget.py:42 +msgid "Overwite Existing Files" +msgstr "Διαγραφή υπαρχόντων αρχείων." + +#: src/rmdPrefsWidget.py:42 +msgid "Working Directory" +msgstr "Φάκελος προσωρινών αρχείων." + +#: src/rmdPrefsWidget.py:43 src/rmdPrefsWidget.py:55 +msgid "Frames Per Second" +msgstr "Στιγμιότυπα ανά δευτερολεπτο. " + +#: src/rmdPrefsWidget.py:43 +msgid "Encode On the Fly" +msgstr "Ταυτόχρονη κωδικοποίηση." + +#: src/rmdPrefsWidget.py:43 +msgid "Zero Compression" +msgstr "Μηδενική συμπίεση." + +#: src/rmdPrefsWidget.py:44 +msgid "Quick Subsampling" +msgstr "Γρήγορη υποδειγματοληψία " + +#: src/rmdPrefsWidget.py:44 +msgid "Full shots at every frame" +msgstr "Πλήρεις λήψεις σε κάθε στιγμιότυπο" + +#: src/rmdPrefsWidget.py:45 +msgid "Channels" +msgstr "Κανάλια" + +#: src/rmdPrefsWidget.py:45 +msgid "Frequency" +msgstr "Συχνότητα" + +#: src/rmdPrefsWidget.py:45 +msgid "Device" +msgstr "Συσκευή" + +#: src/rmdPrefsWidget.py:45 +msgid "Display" +msgstr "Display" + +#: src/rmdPrefsWidget.py:45 +msgid "Mouse Cursor" +msgstr "Δείκτης ποντικιού" + +#: src/rmdPrefsWidget.py:46 +msgid "MIT-Shm extension" +msgstr "Επέκταση MIT-Shm" + +#: src/rmdPrefsWidget.py:46 +msgid "Include Window Decorations" +msgstr "Μαζί με τις διακοσμήσεις παραθύρου." + +#: src/rmdPrefsWidget.py:46 +msgid "Tooltips" +msgstr "Βοηθήματα." + +#: src/rmdPrefsWidget.py:47 +msgid "Outline Capture Area On Screen" +msgstr "Σημείωση της περιοχής καταγραφής στην οθόνη." + +#: src/rmdPrefsWidget.py:48 src/rmdSimple.py:48 +msgid "Video Quality" +msgstr "Ποιότητα Εικόνας" + +#: src/rmdPrefsWidget.py:48 src/rmdSimple.py:48 +msgid "Sound Quality" +msgstr "Ποιότητα Ήχου" + +#: src/rmdPrefsWidget.py:49 +msgid "Drop Frames(encoder)" +msgstr "Αποβολή στιγμιοτύπων (κωδικοποιητής)" + +#: src/rmdPrefsWidget.py:49 +msgid "Startup Delay(secs)" +msgstr "Καθυστέρυση έναρξης" + +#: src/rmdPrefsWidget.py:50 +msgid "Normal" +msgstr "Κανονικό" + +#: src/rmdPrefsWidget.py:50 +msgid "White" +msgstr "Λευκό" + +#: src/rmdPrefsWidget.py:50 +msgid "Black" +msgstr "Μαύρο" + +#: src/rmdPrefsWidget.py:50 +msgid "None" +msgstr "Κανένα" + +#: src/rmdPrefsWidget.py:51 +msgid "Enabled" +msgstr "Ενεργό" + +#: src/rmdPrefsWidget.py:51 +msgid "Disabled" +msgstr "Ανενεργό" + +#: src/rmdPrefsWidget.py:52 +msgid "Files" +msgstr "Αρχεία" + +#: src/rmdPrefsWidget.py:52 +msgid "Performance" +msgstr "Απόδοση" + +#: src/rmdPrefsWidget.py:52 +msgid "Sound" +msgstr "Ήχος" + +#: src/rmdPrefsWidget.py:52 +msgid "Misc" +msgstr "Διάφορα" + +#: src/rmdPrefsWidget.py:53 +msgid "" +"By default, if you try to save under a filename that already\n" +"exists, 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).\n" +"By checking this box, this behavior is disabled and the old file is " +"overwritten.\n" +msgstr "" +"Εκ προεπιλογής, εάν προσπαθήσετε να σώσετε υπό ένα όνομα αρχείου, το οποίο " +"υπάρχει ήδη, το νέο θα μετονομαστεί (Για παράδειγμα, εάν προσπαθήσετε να " +"σώσετε ως out.ogg και αυτό το αρχείο υπάρχει, το νέο αρχείο θα ονομαστεί out." +"ogg.1) Ενεργοποιώντας αυτήν την επιλογή, η προαναφερθείς συμπεριφορά " +"απενεργοποιείται και το παλιό αρχείο απλά διαγράφεται.\n" + +#: src/rmdPrefsWidget.py:54 +msgid "Directory where temporary files will be saved." +msgstr "Φάκελος όπου θα αποθηκευτούν τα προσωρινά αρχεία." + +#: src/rmdPrefsWidget.py:56 +msgid "" +"Encode simultaneously with the recording.\n" +"This will require a lot more processing power.\n" +msgstr "" +"Η κωδικοποίηση να γίνεται ταυτόχρονα με την εγγραφή. Εάν ενεργοποιηθεί αυτή " +"η επιλογή, το πρόγραμμα θα απαιτεί περισσότερη επεξεργαστική ισχύ.\n" + +#: src/rmdPrefsWidget.py:57 +msgid "" +"Do not apply compression on the temporary files.\n" +"If enabled, the program will need less processing power,\n" +"in the expense of hard disk space.\n" +"This option is valid only when encoding on the fly is disabled." +msgstr "" +"Απενεργοποίηση συμπίεσης στα προσωρινά αρχεία. Εάν ενεργοποιηθεί αυτή η " +"επιλογή, το πρόγραμμα θα απαιτεί λιγότερη επεξεργαστική ισχύ, αλλά " +"περισσότερο χώρο στον δίσκο. Η επιλογή αυτή έχει νόημα, μόνο εάν η " +"ταυτόχρονη κωδικοποίηση είναι ανενεργή." + +#: src/rmdPrefsWidget.py:58 +msgid "" +"This option, if enabled, will cause the program to require less\n" +"processing power, but it might make the colors look a bit more blurry." +msgstr "" +"Εάν ενεργοποιηθεί αυτή η επιλογή, το πρόγραμμα θα απαιτεί λιγότερη " +"επεξεργαστική ισχύ, αλλά μπορεί να κάνει τα χρώματα να εμφανίζονται πιο θολά." + +#: src/rmdPrefsWidget.py:59 +msgid "" +"This option should be enabled when recording 3d windows.\n" +"It is also auto-enabled when recording a\n" +"known 3d compositing window manager.\n" +" " +msgstr "" +"Αυτή η επιλογή θα πρέπει να ενεργοποιείται όταν καταγράφονται παράθυρα με " +"τρισδιάστατο περιεχόμενο. Επίσης, αυτή η επιλογή ενεργοποιείται αυτόματα, " +"όταν καταγράφεται ένας γνωστός τρισδιάστατος διαχειριστής παραθύρων." + +#: src/rmdPrefsWidget.py:60 +msgid "Number of audio channels." +msgstr "Αριθμός καναλιών ήχου." + +#: src/rmdPrefsWidget.py:61 +msgid "Sound frequency." +msgstr "Συχνότητα ήχου." + +#: src/rmdPrefsWidget.py:62 +msgid "ALSA sound device, that is used for sound recording." +msgstr "Συσκευή ήχου ALSA, η οποία χρησιμοποιείται για την εγγραφή." + +#: src/rmdPrefsWidget.py:63 +msgid "Connection to the Xserver." +msgstr "Σύνδεση με τον διακομιστή X." + +#: src/rmdPrefsWidget.py:64 +msgid "" +"The mouse cursor that will be drawn.\n" +"Normal is for the real cursor that you see while recording,\n" +"while black and white are fake cursors, drawn by the program.\n" +"You can also disable cursor drawing." +msgstr "" +"Ο δείκτης του ποντικιού που θα εγγραφεί. Η επιλογή \"κανονικός\" είναι για " +"τον πραγματικό δείκτη, που εμφανίζεται κατά την εγγραφή. Οι επιλογές \"λευκός" +"\" και \"μαύρος\", είναι ψεύτικοι δείκτες, που ζωγραφίζονται από το ίδιο το " +"πρόγραμμα. Μπορείτε, επίσης, να απενεργοποιήσετε εντελώς την καταγραφή του " +"δείκτη." + +#: src/rmdPrefsWidget.py:65 +msgid "" +"Use the MIT-Shared memory extension, whenever appropriate,\n" +" depending on the rest of the program settings.\n" +"Disabling this option is not recommended,\n" +"as it may severely slow down the program." +msgstr "" +"Χρήση της επέκτασης κοινής μνήμης, όποτε χρειάζεται, ανάλογα με τις " +"υπόλοιπες επιλογές του προγράμματος. Η απενεργοποίηση αυτής της επιλογής δεν " +"συνίσταται, καθώς μπορεί να επιβραδύνει το πρόγραμμα σημαντικά." + +#: src/rmdPrefsWidget.py:66 +msgid "" +"When selecting a window via the \"Select Window\" button,\n" +"include that window's decorations in the recording area." +msgstr "" +"Όταν επιλέγετε ένα παράθυρο μέσω του κουμπιού \"Επιλογή Παραθύρου\",\n" +"να συμπεριλαμβάνονται οι διακοσμήσεις στην περιοχή εγγραφής." + +#: src/rmdPrefsWidget.py:67 +msgid "" +"Enable or disable tooltips, like this one.\n" +"(Requires restart)" +msgstr "" +"Ενεργοποίηση ή απενεργοποίηση των βοηθημάτων,\n" +"όπως είναι αυτό.\n" +"(Απαιτεί επανεκίνηση)" + +#: src/rmdPrefsWidget.py:68 +msgid "" +"Draw a frame on the screen, around the area\n" +"that will get captured.\n" +"(This frame will remain throughout the recording.)" +msgstr "" +"Εμφάνιση ενος πλαισίου στην οθόνη, \n" +"γύρω από την περιοχή που θα καταγραφεί.\n" +"(Αυτό το πλαίσιο θα παραμείνει κατά την διάρκεια της \n" +"καταγραφής.)" + +#: src/rmdPrefsWidget.py:69 +msgid "" +"Enable this option to record audio through\n" +"JACK. The Jack server must be running in order to\n" +"obtain the ports that will be recorded.\n" +"The audio recorded from each one\n" +"will be written on a channel of its own.\n" +"recordMyDesktop must be compiled with JACK\n" +"support for this option to work." +msgstr "" +"Ενεργοποιήστε αυτήν την επιλογή για να\n" +"γίνει η εγγραφή του ήχου μέσω του JACK.\n" +"Ο JACK πρέπει να τρέχει, για να ληφθούν οι\n" +"υποψήφιες, για εγγραφή, θύρες. Ο ήχος που θα\n" +"ληφθεί από την καθεμία, θα εγγράφεταισε ένα\n" +"ξεχωριστό κανάλι. Το recordMyDesktop πρέπει\n" +"να εχει μεταγλωτιστεί με υποστήριξη για τον\n" +"JACK, για να λειτουργήσει αυτή η επιλογή." + +#: src/rmdPrefsWidget.py:200 +msgid "Use Jack for audio capture." +msgstr "Χρήση του JACK για την εγγραφή του ήχου." + +#: src/rmdPrefsWidget.py:201 +msgid "" +"Select the ports you want to record from\n" +"(hold Ctrl to select multiple entries):" +msgstr "" +"Επιλέξατε τις θύρες οι οποίες θέλετε να εγγραφούν\n" +"(κρατήστε το Ctrl για να επιλέξετε περισσοτερες απο μία):" + +#: src/rmdPrefsWidget.py:207 +msgid "Available Ports" +msgstr "Διαθέσιμες θύρες" + +#: src/rmdPrefsWidget.py:347 +msgid "jack_lsp returned no ports." +msgstr "Το πρόγραμμα jack_lsp δεν επέστρεψε θύρες." + +#: src/rmdPrefsWidget.py:348 +msgid "Make sure that jackd is running." +msgstr "Βεβαιωθείτε ότι ο jackd τρέχει." + +#: src/rmdSimple.py:49 +msgid "Advanced" +msgstr "Για Προχωρημένους" + +#: src/rmdSimple.py:49 +msgid "Select Window" +msgstr "Επιλογή Παραθύρου" + +#: src/rmdSimple.py:50 +msgid "Click here to select a window to record" +msgstr "Κάνετε κλικ εδώ για να επιλέξετε ένα παράθυρο για εγγραφή" + +#: src/rmdSimple.py:51 +msgid "" +"Click to start the recording.\n" +"This window will hide itself." +msgstr "Κάνετε κλικ εδώ για να αρχίσει η εγγραφή. Αυτό το παράθυρο θα κρυφτεί." + +#: src/rmdSimple.py:52 +msgid "" +"Click to choose a filename and location.\n" +"Default is out.ogg in your home folder.\n" +"If the file already exists, the new one\n" +"will have a number attached on its name\n" +"(this behavior can be changed )" +msgstr "" +"Πατήστε εδώ για να επιλέξετε όνομα και τοποθεσία. Η προεπιλογή είναι out.ogg " +"στον φάκελο του χρήστη. Εάν το αρχείο υπάρχει ήδη, τότε θα παρατεθεί ένας " +"αριθμός στο όνομα του νέου αρχείου (αυτή η συμπεριφορά μπορεί να αλλαχθεί). " + +#: src/rmdSimple.py:53 +msgid "Click to exit the program." +msgstr "Κάνετε κλικ για να τερματίσετε την εφαρμογή. " + +#: src/rmdSimple.py:54 +msgid "" +"Select the video quality of your recording.\n" +"(Lower quality will require more proccessing power,\n" +"so it's recommended, when encoding on the fly,\n" +"to leave at 100)" +msgstr "" +"Επιλογή ποιότητας εικόνας. (Χαμηλότερη ποιότητα απαιτεί μεγαλύτερη " +"επεξεργαστική ισχύ, οπότε συνίσταται, όταν η κωδικοποίηση γίνεται ταυτόχρονα " +"με την εγγραφή, αυτή η επιλογή να παραμείνει στο μέγιστο)." + +#: src/rmdSimple.py:55 +msgid "Enable/Disable sound recording." +msgstr "Ενεργοποίηση/Απενεργοποίηση Ήχου" + +#: src/rmdSimple.py:56 +msgid "Select the audio quality of your recording." +msgstr "Επιλέξετε την ποιότητα του ήχου." + +#: src/rmdSimple.py:57 +msgid "Click here to access more options." +msgstr "Κάνετε κλικ εδώ για να φανερωθούν περισσότερες επιλογές." + +#: src/rmdSimple.py:58 +msgid "" +"\n" +"Left click and drag, on the preview image,\n" +"to select an area for recording.\n" +"Right click on it, to reset the area." +msgstr "" +"\n" +"Πατήστε το αριστερό πλήκτρο και \n" +"σύρετε το ποντίκι στην προεσκόπηση,\n" +"για να επιλέξετε περιοχή εγγραφής.\n" +"Κάνετε δεξί κλικ για να επαναφέρετε την προεπιλογή." + +#: src/rmdTrayIcon.py:71 +msgid "Success" +msgstr "Επιτυχία" + +#: src/rmdTrayIcon.py:72 +msgid "Error while parsing the arguments." +msgstr "Σφάλμα κατά το διάβασμα των επιλογών." + +#: src/rmdTrayIcon.py:73 +msgid "Initializing the encoder failed(either vorbis or theora)" +msgstr "Η αρχικοποίηση του κωδικοποιητή απέτυχε." + +#: src/rmdTrayIcon.py:74 +msgid "Could not open/configure sound card." +msgstr "Αποτυχία ανοίγματος/ρύθμισης συσκευής ήχου." + +#: src/rmdTrayIcon.py:75 +msgid "Xdamage extension not present." +msgstr "Η επέκταση Xdamage δεν βρέθηκε." + +#: src/rmdTrayIcon.py:76 +msgid "Shared memory extension not present." +msgstr "Η επέκταση κοινής μνήμης δεν βρέθηκε." + +#: src/rmdTrayIcon.py:77 +msgid "Xfixes extension not present." +msgstr "Η επέκταση Xfixes δεν βρέθηκε." + +#: src/rmdTrayIcon.py:78 +msgid "XInitThreads failed." +msgstr "Η κλήση της XInitThreads απέτυχε." + +#: src/rmdTrayIcon.py:79 +msgid "No $DISPLAY environment variable and none specified as argument." +msgstr "" +"Η μεταβλητή κελύφους $DISPLAY δεν βρέθηκε, ενώ δεν έχει καθοριστεί ούτε μέσω " +"των επιλογών του προγράμματος." + +#: src/rmdTrayIcon.py:80 +msgid "Cannot connect to Xserver." +msgstr "Η σύνδεση με τον διακομιστή X απέτυχε." + +#: src/rmdTrayIcon.py:81 +msgid "Color depth is not 24bpp." +msgstr "Το βάθος χρώματος δεν είναι 24bpp." + +#: src/rmdTrayIcon.py:82 +msgid "Improper window specification." +msgstr "Ακατάλληλη επιλογή παραθύρου." + +#: src/rmdTrayIcon.py:83 +msgid "Cannot attach shared memory to proccess." +msgstr "Αδυναμία προσκόλλησης κοινής μνήμης στη διεργασία." + +#: src/rmdTrayIcon.py:84 +msgid "Cannot open file for writting." +msgstr "Αδυναμία ανοίγματος του αρχείου για εγγραφή." + +#: src/rmdTrayIcon.py:85 +msgid "Cannot load the Jack library (dlopen/dlsym error on libjack.so)." +msgstr "" +"Αδυναμία φόρτωσης της βιβλιοθήκης του Jack\n" +"(σφάλμα κατά την κλήση των dlopen/dlsym στην\n" +"libjack.so)." + +#: src/rmdTrayIcon.py:86 +msgid "Cannot create new client." +msgstr "Αδυναμια δημιουργίας νέου πελάτη." + +#: src/rmdTrayIcon.py:87 +msgid "Cannot activate client." +msgstr "Αδυναμια ενεργοποίησης του πελάτη." + +#: src/rmdTrayIcon.py:88 +msgid "Port registration/connection failure." +msgstr "Σφάλμα κατά την δημιουργία/σύνδεση των θυρών." + +#: src/rmdTrayIcon.py:89 +msgid "Segmentation Fault" +msgstr "Σφάλμα κατάτμησης." + +#: src/rmdTrayIcon.py:252 +msgid "" +"Recording is finished.\n" +"recordMyDesktop has exited with status" +msgstr "" +"Η εγγραφή τελείωσε.\n" +"Το πρόγραμμα επέστρεψε με κατάσταση " + +#: src/rmdTrayIcon.py:253 +msgid "Description" +msgstr "Περιγραφή " + +#: src/rmdTrayIcon.py:255 +msgid "" +"Recording is finished.\n" +"recordMyDesktop has exited with uknown\n" +"error code" +msgstr "" +"Η εγγραφή τελείωσε.\n" +"Το πρόγραμμα επέστρεψε με άγνωστη\n" +"κατάσταση " + +#: src/rmdTrayPopup.py:73 +msgid "gtk-recordMyDesktop" +msgstr "gtk-recordMyDesktop" + +#: src/rmdTrayPopup.py:75 +msgid "a graphical frontend for recordMyDesktop" +msgstr "Ένα γραφικό περιβάλλον για το recordMyDesktop" + +#: src/rmdTrayPopup.py:76 +msgid "" +"Copyright (C) John Varouhakis\n" +"Portions Copyright (C) 2005-6 Zaheer Abbas Merali, John N. Laliberte\n" +"Portions Copyright (C) Fluendo S.L." +msgstr "" +"Πνευματικά Δικαιώματα (C) Γιάννης Βαρουχάκης\n" +"Πνευματικά Δικαιώματα ορισμένων τμημάτων (C) 2005-6 Zaheer Abbas Merali, " +"John N. Laliberte\n" +"Πνευματικά Δικαιώματα ορισμένων τμημάτων (C) Fluendo S.L." + +#: src/rmdTrayPopup.py:80 +msgid "Translator Credits And Information(Replace with your info)" +msgstr "Γιάννης Βαρουχάκης \t<johnvarouhakis@gmail.com>" + +#: src/rmdTrayPopup.py:86 +msgid "_Select Area On Screen" +msgstr "_Επιλογή Περιοχής στην οθόνη" + diff --git a/qt-recordmydesktop/po/es.po b/qt-recordmydesktop/po/es.po new file mode 100644 index 0000000..b887d2b --- /dev/null +++ b/qt-recordmydesktop/po/es.po @@ -0,0 +1,536 @@ +# translation of es.po to +# Copyright (C) 2007 THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# <>, 2007. +# +# +msgid "" +msgstr "" +"Project-Id-Version: es\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2007-03-18 17:54+0200\n" +"PO-Revision-Date: 2007-03-19 12:44-0400\n" +"Last-Translator: <>\n" +"Language-Team: <es@li.org>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit" + +#: src/rmdMonitor.py:14 +msgid "" +"Please wait while your recording is being encoded\n" +"WARNING!!!\n" +"If you press Cancel or close this window,\n" +"this proccess cannot be resumed!" +msgstr "" +"Por favor, espere mientras se codifica la grabación\n" +"¡¡AVISO!!\n" +"Si pulsa Cancelar o cierra esta ventana,\n" +"no se puede reanudar el proceso." + +#: src/rmdMonitor.py:38 src/rmdMonitor.py:59 +msgid "complete" +msgstr "completo" + +#: src/rmdPrefsWidget.py:42 +msgid "Overwite Existing Files" +msgstr "Sobreescribir archivos existentes" + +#: src/rmdPrefsWidget.py:42 +msgid "Working Directory" +msgstr "Directorio de trabajo" + +#: src/rmdPrefsWidget.py:43 src/rmdPrefsWidget.py:55 +msgid "Frames Per Second" +msgstr "Cuadros por Segundo" + +#: src/rmdPrefsWidget.py:43 +msgid "Encode On the Fly" +msgstr "Codificar al vuelo" + +#: src/rmdPrefsWidget.py:43 +msgid "Zero Compression" +msgstr "Sin compresión" + +#: src/rmdPrefsWidget.py:44 +msgid "Quick Subsampling" +msgstr "Submuestreo rápido" + +#: src/rmdPrefsWidget.py:44 +msgid "Full shots at every frame" +msgstr "Capturas completas en cada cuadro" + +#: src/rmdPrefsWidget.py:45 +msgid "Channels" +msgstr "Canales" + +#: src/rmdPrefsWidget.py:45 +msgid "Frequency" +msgstr "Frecuencia" + +#: src/rmdPrefsWidget.py:45 +msgid "Device" +msgstr "Dispositivo" + +#: src/rmdPrefsWidget.py:45 +msgid "Display" +msgstr "Display" + +#: src/rmdPrefsWidget.py:45 +msgid "Mouse Cursor" +msgstr "Cursor del ratón" + +#: src/rmdPrefsWidget.py:46 +msgid "MIT-Shm extension" +msgstr "extensión MIT-Shm" + +#: src/rmdPrefsWidget.py:46 +msgid "Include Window Decorations" +msgstr "Incluir Decoraciones de Ventanas" + +#: src/rmdPrefsWidget.py:46 +msgid "Tooltips" +msgstr "Cajas de ayuda" + +#: src/rmdPrefsWidget.py:47 +msgid "Outline Capture Area On Screen" +msgstr "Contorno en el Area de Captura en Pantalla" + +#: src/rmdPrefsWidget.py:48 src/rmdSimple.py:48 +msgid "Video Quality" +msgstr "Calidad de vídeo" + +#: src/rmdPrefsWidget.py:48 src/rmdSimple.py:48 +msgid "Sound Quality" +msgstr "Calidad de sonido" + +#: src/rmdPrefsWidget.py:49 +msgid "Drop Frames(encoder)" +msgstr "Descarta Cuadros(codificando)" + +#: src/rmdPrefsWidget.py:49 +msgid "Startup Delay(secs)" +msgstr "Retardo antes de empezar (segs)" + +#: src/rmdPrefsWidget.py:50 +msgid "Normal" +msgstr "Normal" + +#: src/rmdPrefsWidget.py:50 +msgid "White" +msgstr "Blanco" + +#: src/rmdPrefsWidget.py:50 +msgid "Black" +msgstr "Negro" + +#: src/rmdPrefsWidget.py:50 +msgid "None" +msgstr "Ninguno" + +#: src/rmdPrefsWidget.py:51 +msgid "Enabled" +msgstr "Habilitado" + +#: src/rmdPrefsWidget.py:51 +msgid "Disabled" +msgstr "Deshabilitado" + +#: src/rmdPrefsWidget.py:52 +msgid "Files" +msgstr "Archivos" + +#: src/rmdPrefsWidget.py:52 +msgid "Performance" +msgstr "Rendimiento" + +#: src/rmdPrefsWidget.py:52 +msgid "Sound" +msgstr "Sonido" + +#: src/rmdPrefsWidget.py:52 +msgid "Misc" +msgstr "Miscelánea" + +#: src/rmdPrefsWidget.py:53 +msgid "" +"By default, if you try to save under a filename that already\n" +"exists, 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).\n" +"By checking this box, this behavior is disabled and the old file is " +"overwritten.\n" +msgstr "" +"Si intenta guardar un archivo con un nombre ya existente\n" +"se renombrará de automáticamente\n" +"(por ejemplo si intenta gurardarlo como out.ogg y ya existe, su archivo se " +"renombrará como out.ogg.1).\n" +"Activando esta casilla se desactiva este comportamiento y el archivo antiguo " +"es sobreescrito.\n" + +#: src/rmdPrefsWidget.py:54 +msgid "Directory where temporary files will be saved." +msgstr "Directorio donde se guardarán los archivos temporales." + +#: src/rmdPrefsWidget.py:56 +msgid "" +"Encode simultaneously with the recording.\n" +"This will require a lot more processing power.\n" +msgstr "" +"Codificar simultáneamente al grabar.\n" +"Requiere mucha más capacidad de proceso.\n" + +#: src/rmdPrefsWidget.py:57 +msgid "" +"Do not apply compression on the temporary files.\n" +"If enabled, the program will need less processing power,\n" +"in the expense of hard disk space.\n" +"This option is valid only when encoding on the fly is disabled." +msgstr "" +"No aplica la compresión en los archivos temporales.\n" +"Si se habilita, el programa necesitará menos capacidad de proceso,\n" +"a cambio de usar más espacio de disco.\n" +"Esta opción sólo es válida si está desactivada la codificación al vuelo." + +#: src/rmdPrefsWidget.py:58 +msgid "" +"This option, if enabled, will cause the program to require less\n" +"processing power, but it might make the colors look a bit more blurry." +msgstr "" +"Habilitando esta opción el programa necesitará menos\n" +"capacidad de proceso, pero puede dejar los colores algo más feos." + +#: src/rmdPrefsWidget.py:59 +msgid "" +"This option should be enabled when recording 3d windows.\n" +"It is also auto-enabled when recording a\n" +"known 3d compositing window manager.\n" +" " +msgstr "" +"Esta opción se debe habilitar al grabar ventanas 3d.\n" +"También se auto-activa al grabar con un\n" +"gestor de ventanas 3d conocido.\n" +"." + +#: src/rmdPrefsWidget.py:60 +msgid "Number of audio channels." +msgstr "Número de canales de audio." + +#: src/rmdPrefsWidget.py:61 +msgid "Sound frequency." +msgstr "Frecuencia de sonido." + +#: src/rmdPrefsWidget.py:62 +msgid "ALSA sound device, that is used for sound recording." +msgstr "Dispositivo de sonido ALSA usado para grabar el sonido." + +#: src/rmdPrefsWidget.py:63 +msgid "Connection to the Xserver." +msgstr "Conexión al servidor X." + +#: src/rmdPrefsWidget.py:64 +msgid "" +"The mouse cursor that will be drawn.\n" +"Normal is for the real cursor that you see while recording,\n" +"while black and white are fake cursors, drawn by the program.\n" +"You can also disable cursor drawing." +msgstr "" +"El cursor del ratón a dibujar.\n" +"Normal es el cursor que sueles ver mientras grabas,\n" +"mientras que blanco y negro son cursores falsos, dibujados por el programa.\n" +"También puedes dehabilitar el dibujo del cursor." + +#: src/rmdPrefsWidget.py:65 +msgid "" +"Use the MIT-Shared memory extension, whenever appropriate,\n" +" depending on the rest of the program settings.\n" +"Disabling this option is not recommended,\n" +"as it may severely slow down the program." +msgstr "" +"Usa la extensión de memoria MIT-Shared cuando sea apropiado,\n" +" depende del resto de configuraciones del programa.\n" +"No se recomienda deshabilitar esta opción,\n" +"porque puede hacer mucho más lento el programa." + +#: src/rmdPrefsWidget.py:66 +msgid "" +"When selecting a window via the \"Select Window\" button,\n" +"include that window's decorations in the recording area." +msgstr "" +"Cuando se seleccione una ventana mediante el botón\n" +"\"Seleccionar Ventana\", incluir las decoraciones de la ventana\n" +"en el área de grabación." + +#: src/rmdPrefsWidget.py:67 +msgid "" +"Enable or disable tooltips, like this one.\n" +"(Requires restart)" +msgstr "" +"Activar desactivar las cajas de ayuda, como este.\n" +"(Require reiniciar)" + +#: src/rmdPrefsWidget.py:68 +msgid "" +"Draw a frame on the screen, around the area\n" +"that will get captured.\n" +"(This frame will remain throughout the recording.)" +msgstr "Dibuja un marco en la pantalla, alrededor del área\n" +"que será capturada.\n" +"(Este marco se mantendrá durante la grabación.)" + +#: src/rmdPrefsWidget.py:69 +msgid "" +"Enable this option to record audio through\n" +"JACK. The Jack server must be running in order to\n" +"obtain the ports that will be recorded.\n" +"The audio recorded from each one\n" +"will be written on a channel of its own.\n" +"recordMyDesktop must be compiled with JACK\n" +"support for this option to work." +msgstr "" +"Activar esta opción para grabar el audio a través de\n" +"JACK. El servidor Jack debe estar corriendo para poder\n" +"obtener los puertos cuales serán grabados. \n" +"El audio grabado de cada uno será escrito en su canal propio.\n" +"recordMyDesktop debe ser compilado con soporte\n" +"JACK para que esta opción funcione." + +#: src/rmdPrefsWidget.py:200 +msgid "Use Jack for audio capture." +msgstr "Usar Jack para la captura de audio" + +#: src/rmdPrefsWidget.py:201 +msgid "" +"Select the ports you want to record from\n" +"(hold Ctrl to select multiple entries):" +msgstr "" +"Seleccione los puertos de los cuales quiere grabar\n" +"(mantenga presionado Ctrl para múltiple selección):" + +#: src/rmdPrefsWidget.py:207 +msgid "Available Ports" +msgstr "Puertos disponibles" + +#: src/rmdPrefsWidget.py:347 +msgid "jack_lsp returned no ports." +msgstr "jack_lsp no retorno ningún puerto" + +#: src/rmdPrefsWidget.py:348 +msgid "Make sure that jackd is running." +msgstr "Aseguresé de que jackd este corriendo." + +#: src/rmdSimple.py:49 +msgid "Advanced" +msgstr "Avanzado" + +#: src/rmdSimple.py:49 +msgid "Select Window" +msgstr "Seleccionar Ventana" + +#: src/rmdSimple.py:50 +msgid "Click here to select a window to record" +msgstr "Haz clic para selecionar la ventana a grabar" + +#: src/rmdSimple.py:51 +msgid "" +"Click to start the recording.\n" +"This window will hide itself." +msgstr "" +"Haz clic para empezar a grabar.\n" +"Esta ventana se ocultará." + +#: src/rmdSimple.py:52 +msgid "" +"Click to choose a filename and location.\n" +"Default is out.ogg in your home folder.\n" +"If the file already exists, the new one\n" +"will have a number attached on its name\n" +"(this behavior can be changed )" +msgstr "" +"Haz clic para elegir un nombre de archivo.\n" +"El nombre predeterminado es out.ogg en su carpeta home.\n" +"Si ya existe el archivo, el nuevo tendrá\n" +"un número añadido a su nombre\n" +"(este comportamiento se puede cambiar )" + +#: src/rmdSimple.py:53 +msgid "Click to exit the program." +msgstr "Haz clic para salir del programa." + +#: src/rmdSimple.py:54 +msgid "" +"Select the video quality of your recording.\n" +"(Lower quality will require more proccessing power,\n" +"so it's recommended, when encoding on the fly,\n" +"to leave at 100)" +msgstr "" +"Elige la calidad de vídeo de tu grabación.\n" +"(Menor calidad necesitará más capacidad de proceso,\n" +"por lo que se recomienda, al grabar al vuelo,\n" +"dejarlo en 100)" + +#: src/rmdSimple.py:55 +msgid "Enable/Disable sound recording." +msgstr "Habilita/Deshabilita la grabación de sonido." + +#: src/rmdSimple.py:56 +msgid "Select the audio quality of your recording." +msgstr "Elige la calidad de audio de tu grabación." + +#: src/rmdSimple.py:57 +msgid "Click here to access more options." +msgstr "Haz clic aquí para acceder a más opciones." + +#: src/rmdSimple.py:58 +msgid "" +"\n" +"Left click and drag, on the preview image,\n" +"to select an area for recording.\n" +"Right click on it, to reset the area." +msgstr "" +"\n" +"Para seleccionar el área de grabación:\n" +"en la previsualización haz clic y arrastra\n" +"con el botón izquierdo del ratón.\n" +"\n" +"Para reiniciar el área, clic con el botón\n" +"derecho del ratón. " + +#: src/rmdTrayIcon.py:71 +msgid "Success" +msgstr "Éxito" + +#: src/rmdTrayIcon.py:72 +msgid "Error while parsing the arguments." +msgstr "Error al parsear los argumentos." + +#: src/rmdTrayIcon.py:73 +msgid "Initializing the encoder failed(either vorbis or theora)" +msgstr "Falló la inicialización del codificador (vorbis o theora)" + +#: src/rmdTrayIcon.py:74 +msgid "Could not open/configure sound card." +msgstr "No se pudo abrir/configurar la tarjeta de sonido." + +#: src/rmdTrayIcon.py:75 +msgid "Xdamage extension not present." +msgstr "La extensión Xdamage no está presente." + +#: src/rmdTrayIcon.py:76 +msgid "Shared memory extension not present." +msgstr "La extensión de memoria compartida no está presente." + +#: src/rmdTrayIcon.py:77 +msgid "Xfixes extension not present." +msgstr "La extensión Xfixes no está presente." + +#: src/rmdTrayIcon.py:78 +msgid "XInitThreads failed." +msgstr "XInitThreads falló." + +#: src/rmdTrayIcon.py:79 +msgid "No $DISPLAY environment variable and none specified as argument." +msgstr "" +"No existe la variable de entorno $DISPLAY ni se ha especificado ninguna como " +"argumento." + +#: src/rmdTrayIcon.py:80 +msgid "Cannot connect to Xserver." +msgstr "No se puede conectar al servidor X." + +#: src/rmdTrayIcon.py:81 +msgid "Color depth is not 24bpp." +msgstr "La profundidad de color no es de 24bpp." + +#: src/rmdTrayIcon.py:82 +msgid "Improper window specification." +msgstr "Especificación de ventanas impropia." + +#: src/rmdTrayIcon.py:83 +msgid "Cannot attach shared memory to proccess." +msgstr "No se pudo adjuntar memoria compartida al proceso." + +#: src/rmdTrayIcon.py:84 +msgid "Cannot open file for writting." +msgstr "No se pudo abrir el archivo para escritura." + +#: src/rmdTrayIcon.py:85 +msgid "Cannot load the Jack library (dlopen/dlsym error on libjack.so)." +msgstr "No se puede cargar la librería jack (dlopen/dlsym error en libjack.so)" + +#: src/rmdTrayIcon.py:86 +msgid "Cannot create new client." +msgstr "No se puede crear nuevo cliente" + +#: src/rmdTrayIcon.py:87 +msgid "Cannot activate client." +msgstr "No se puede activar el cliente" + +#: src/rmdTrayIcon.py:88 +msgid "Port registration/connection failure." +msgstr "Falla en registro/conexión de puerto" + +#: src/rmdTrayIcon.py:89 +msgid "Segmentation Fault" +msgstr "Fallo de segmento." + +#: src/rmdTrayIcon.py:252 +msgid "" +"Recording is finished.\n" +"recordMyDesktop has exited with status" +msgstr "" +"La grabación ha terminado.\n" +"recordMyDesktop ha salido con estado" + +#: src/rmdTrayIcon.py:253 +msgid "Description" +msgstr "Descripción" + +#: src/rmdTrayIcon.py:255 +msgid "" +"Recording is finished.\n" +"recordMyDesktop has exited with uknown\n" +"error code" +msgstr "" +"La grabación ha terminado.\n" +"recordMyDesktop ha salido con un código\n" +"de error desconocido" + +#: src/rmdTrayPopup.py:73 +msgid "gtk-recordMyDesktop" +msgstr "gtk-recordMyDesktop" + +#: src/rmdTrayPopup.py:75 +msgid "a graphical frontend for recordMyDesktop" +msgstr "un interfaz gráfico para recordMyDesktop" + +#: src/rmdTrayPopup.py:76 +msgid "" +"Copyright (C) John Varouhakis\n" +"Portions Copyright (C) 2005-6 Zaheer Abbas Merali, John N. Laliberte\n" +"Portions Copyright (C) Fluendo S.L." +msgstr "" +"Copyright (C) John Varouhakis\n" +"Porciones Copyright (C) 2005-6 Zaheer Abbas Merali, John N. Laliberte\n" +"Porciones Copyright (C) Fluendo S.L." + +#: src/rmdTrayPopup.py:80 +msgid "Translator Credits And Information(Replace with your info)" +msgstr "Traducción español: José L. Redrejo Rodríguez, Rolando Espinoza La Fuente" + +#: src/rmdTrayPopup.py:86 +msgid "_Select Area On Screen" +msgstr "_Elige un área en la pantalla" + +#~ msgid "Shared Threshold" +#~ msgstr "Umbral compartido" + +#~ msgid "" +#~ "Amount of screen change, within a frame that triggers retrieval\n" +#~ "of the screenshot through the MIT-Shared memory extension.\n" +#~ "This option has no effect when using the full shots option.\n" +#~ msgstr "" +#~ "Cantidad de cambios en la pantalla, dentro de un cuadro, que dispara\n" +#~ "la captura del pantallazo mediante la extensión de memoria MIT_Shared.\n" +#~ "Esta opción no tiene efecto si se está usando la opción de capturas " +#~ "completas.\n" diff --git a/qt-recordmydesktop/po/fr.po b/qt-recordmydesktop/po/fr.po new file mode 100644 index 0000000..207df6d --- /dev/null +++ b/qt-recordmydesktop/po/fr.po @@ -0,0 +1,526 @@ +# translation of fr.po to +# French translation of gfa +# Copyright (C) 2006 John Varouhakis <johnvarouhakis@gmail.com> +# This file is distributed under the same license as the gfa package. +# +# David Valot <ptitdav69@gmail.com>, 2006. +# Stephan Bellegy <sun.wukong@rx3.net>, 2007. +msgid "" +msgstr "" +"Project-Id-Version: fr\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2007-03-18 17:54+0200\n" +"PO-Revision-Date: 2007-04-07 11:07+0200\n" +"Last-Translator: Stephan Bellegy <sun.wukong@rx3.net>\n" +"Language-Team: <fr@li.org>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11.4\n" + +#: src/rmdMonitor.py:14 +msgid "" +"Please wait while your recording is being encoded\n" +"WARNING!!!\n" +"If you press Cancel or close this window,\n" +"this proccess cannot be resumed!" +msgstr "" +"Veuillez patientez durant l'encodage de votre enregistrement\n" +"ATTENTION !!!\n" +"Si vous cliquez sur Annuler ou si vous fermez cette fenêtre,\n" +"le processus ne pourra pas être récupéré !" + +#: src/rmdMonitor.py:38 src/rmdMonitor.py:59 +msgid "complete" +msgstr "terminé" + +#: src/rmdPrefsWidget.py:42 +msgid "Overwite Existing Files" +msgstr "Écraser les fichiers existants" + +#: src/rmdPrefsWidget.py:42 +msgid "Working Directory" +msgstr "Répertoire de travail" + +#: src/rmdPrefsWidget.py:43 src/rmdPrefsWidget.py:55 +msgid "Frames Per Second" +msgstr "Images par seconde" + +#: src/rmdPrefsWidget.py:43 +msgid "Encode On the Fly" +msgstr "Encoder à la volée" + +#: src/rmdPrefsWidget.py:43 +msgid "Zero Compression" +msgstr "compression nulle" + +#: src/rmdPrefsWidget.py:44 +msgid "Quick Subsampling" +msgstr "Sous-échantillonnage rapide" + +#: src/rmdPrefsWidget.py:44 +msgid "Full shots at every frame" +msgstr "Capture complète à chaque image" + +#: src/rmdPrefsWidget.py:45 +msgid "Channels" +msgstr "Canaux" + +#: src/rmdPrefsWidget.py:45 +msgid "Frequency" +msgstr "Fréquence" + +#: src/rmdPrefsWidget.py:45 +msgid "Device" +msgstr "Périphérique" + +#: src/rmdPrefsWidget.py:45 +msgid "Display" +msgstr "Affichage" + +#: src/rmdPrefsWidget.py:45 +msgid "Mouse Cursor" +msgstr "Curseur de souris" + +#: src/rmdPrefsWidget.py:46 +msgid "MIT-Shm extension" +msgstr "Extension MIT-Shm" + +#: src/rmdPrefsWidget.py:46 +msgid "Include Window Decorations" +msgstr "Inclure les décorations de fenêtres" + +#: src/rmdPrefsWidget.py:46 +msgid "Tooltips" +msgstr "Astuces" + +#: src/rmdPrefsWidget.py:47 +msgid "Outline Capture Area On Screen" +msgstr "Encadrer la zone de capture à l'écran" + +#: src/rmdPrefsWidget.py:48 src/rmdSimple.py:48 +msgid "Video Quality" +msgstr "Qualité vidéo" + +#: src/rmdPrefsWidget.py:48 src/rmdSimple.py:48 +msgid "Sound Quality" +msgstr "Qualité sonore" + +#: src/rmdPrefsWidget.py:49 +msgid "Drop Frames(encoder)" +msgstr "Sauter des images (encodeur)" + +#: src/rmdPrefsWidget.py:49 +msgid "Startup Delay(secs)" +msgstr "Délai de démarrage (secs)" + +#: src/rmdPrefsWidget.py:50 +msgid "Normal" +msgstr "Normal" + +#: src/rmdPrefsWidget.py:50 +msgid "White" +msgstr "Blanc" + +#: src/rmdPrefsWidget.py:50 +msgid "Black" +msgstr "Noir" + +#: src/rmdPrefsWidget.py:50 +msgid "None" +msgstr "Aucun" + +#: src/rmdPrefsWidget.py:51 +msgid "Enabled" +msgstr "Activé" + +#: src/rmdPrefsWidget.py:51 +msgid "Disabled" +msgstr "Désactivé" + +#: src/rmdPrefsWidget.py:52 +msgid "Files" +msgstr "Fichiers" + +#: src/rmdPrefsWidget.py:52 +msgid "Performance" +msgstr "Performance" + +#: src/rmdPrefsWidget.py:52 +msgid "Sound" +msgstr "Son" + +#: src/rmdPrefsWidget.py:52 +msgid "Misc" +msgstr "Divers" + +#: src/rmdPrefsWidget.py:53 +msgid "" +"By default, if you try to save under a filename that already\n" +"exists, 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).\n" +"By checking this box, this behavior is disabled and the old file is " +"overwritten.\n" +msgstr "" +"Par défaut, si vous essayez d'enregistrer sous un nom de fichier\n" +"qui existe déjà, le nouveau fichier sera renommé\n" +"(par exemple, si vous essayez d'enregistrer sous out.ogg et que ce fichier " +"existe déjà, votre fichier sera nommé out.ogg.1).\n" +"En activant ce choix, ce comportement sera désactivé et l'ancien fichier sera" +"écrasé.\n" + +#: src/rmdPrefsWidget.py:54 +msgid "Directory where temporary files will be saved." +msgstr "Dossier où seront sauvegardés les fichiers temporaires." + +#: src/rmdPrefsWidget.py:56 +msgid "" +"Encode simultaneously with the recording.\n" +"This will require a lot more processing power.\n" +msgstr "" +"Encoder en même temps que l'enregistrement.\n" +"Ceci requiert beaucoup plus de puissance de calcul.\n" + +#: src/rmdPrefsWidget.py:57 +msgid "" +"Do not apply compression on the temporary files.\n" +"If enabled, the program will need less processing power,\n" +"in the expense of hard disk space.\n" +"This option is valid only when encoding on the fly is disabled." +msgstr "" +"Ne pas compresser les fichiers temporaires.\n" +"Si activé, le programme consommera moins de puissance de calcul,\n" +"mais plus d'espace sur le disque dur.\n" +"Cette option est uniquement valable lorsque l'encodage à la volée est " +"désactivé." + +#: src/rmdPrefsWidget.py:58 +msgid "" +"This option, if enabled, will cause the program to require less\n" +"processing power, but it might make the colors look a bit more blurry." +msgstr "" +"Si cette option est activée, le programme nécessitera moins\n" +"de puissance de calcul, mais le rendu des couleurs pourra être un " +"peu plus trouble." + +#: src/rmdPrefsWidget.py:59 +msgid "" +"This option should be enabled when recording 3d windows.\n" +"It is also auto-enabled when recording a\n" +"known 3d compositing window manager.\n" +" " +msgstr "" +"Vous devriez activer cette option lors d'enregistrements de fenêtres 3D.\n" +"Cette option est par ailleurs automatiquement activée lors d'enregistrements\n" +"sous un gestionnaire de fenêtres 3D connu." + +#: src/rmdPrefsWidget.py:60 +msgid "Number of audio channels." +msgstr "Nombre de canaux audio." + +#: src/rmdPrefsWidget.py:61 +msgid "Sound frequency." +msgstr "Fréquence sonore." + +#: src/rmdPrefsWidget.py:62 +msgid "ALSA sound device, that is used for sound recording." +msgstr "Périphérique de son ALSA utilisé pour l'enregistrement du son." + +#: src/rmdPrefsWidget.py:63 +msgid "Connection to the Xserver." +msgstr "Connexion au serveur X." + +#: src/rmdPrefsWidget.py:64 +msgid "" +"The mouse cursor that will be drawn.\n" +"Normal is for the real cursor that you see while recording,\n" +"while black and white are fake cursors, drawn by the program.\n" +"You can also disable cursor drawing." +msgstr "" +"Le curseur de souris qui sera dessiné.\n" +"« Normal » est le vrai curseur que vous voyez tout en enregistrant,\n" +"tandis que « Noir et Blanc » est un faux curseur, dessiné par le programme.\n" +"Vous pouvez également désactiver l'affichage du curseur." + +#: src/rmdPrefsWidget.py:65 +msgid "" +"Use the MIT-Shared memory extension, whenever appropriate,\n" +" depending on the rest of the program settings.\n" +"Disabling this option is not recommended,\n" +"as it may severely slow down the program." +msgstr "" +"Utiliser l'extension de mémoire MIT-Shared, lorsque nécessaire,\n" +" en fonction des autres paramètres du programme.\n" +"Désactiver cette option n'est pas recommandé,\n" +"car cela peut sévèrement ralentir le programme." + +#: src/rmdPrefsWidget.py:66 +msgid "" +"When selecting a window via the \"Select Window\" button,\n" +"include that window's decorations in the recording area." +msgstr "" +"Inclure les décorations de la fenêtre dans la zone d'enregistrement\n" +"lorsque cette fenêtre est sélectionnée via la bouton « Sélectionner la fenêtre »." + +#: src/rmdPrefsWidget.py:67 +msgid "" +"Enable or disable tooltips, like this one.\n" +"(Requires restart)" +msgstr "" +"Activer ou désactiver les astuces telles que celle-ci.\n" +"(Nécessite un redémarrage de l'application)" + +#: src/rmdPrefsWidget.py:68 +msgid "" +"Draw a frame on the screen, around the area\n" +"that will get captured.\n" +"(This frame will remain throughout the recording.)" +msgstr "" +"Dessiner un cadre à l'écran autour de la zone\n" +"qui sera capturée.\n" +"(Son affichage perdurera le temps de l'enregistrement.)" + +#: src/rmdPrefsWidget.py:69 +msgid "" +"Enable this option to record audio through\n" +"JACK. The Jack server must be running in order to\n" +"obtain the ports that will be recorded.\n" +"The audio recorded from each one\n" +"will be written on a channel of its own.\n" +"recordMyDesktop must be compiled with JACK\n" +"support for this option to work." +msgstr "" +"Activer cette option pour enregistrer le son avec JACK.\n" +"Le serveur audio JACK doit être actif afin d'obtenir\n" +"les ports qui seront enregistrés.\n" +"Les signaux audio de chacun de ces ports seront\n" +"enregistrés dans des canaux séparés.\n" +"recordMyDesktop doit être compilé avec le support\n" +"de JACK pour que cette option fonctionne." + +#: src/rmdPrefsWidget.py:200 +msgid "Use Jack for audio capture." +msgstr "Utiliser JACK pour l'enregistrement sonore." + +#: src/rmdPrefsWidget.py:201 +msgid "" +"Select the ports you want to record from\n" +"(hold Ctrl to select multiple entries):" +msgstr "" +"Sélectionner les ports à partir desquels vous voulez enregistrer\n" +"(maintenir la touche Ctrl enfoncée pour sélectionner\n" +"plusieurs entrées) :" + +#: src/rmdPrefsWidget.py:207 +msgid "Available Ports" +msgstr "Ports disponibles" + +#: src/rmdPrefsWidget.py:347 +msgid "jack_lsp returned no ports." +msgstr "jack_lsp n'a indiqué aucun port." + +#: src/rmdPrefsWidget.py:348 +msgid "Make sure that jackd is running." +msgstr "Assurez-vous que le serveur jackd est bien lancé." + +#: src/rmdSimple.py:49 +msgid "Advanced" +msgstr "Avancé" + +#: src/rmdSimple.py:49 +msgid "Select Window" +msgstr "Sélectionner une fenêtre" + +#: src/rmdSimple.py:50 +msgid "Click here to select a window to record" +msgstr "Cliquer ici pour sélectionner une fenêtre à capturer" + +#: src/rmdSimple.py:51 +msgid "" +"Click to start the recording.\n" +"This window will hide itself." +msgstr "" +"Cliquer pour démarrer l'enregistrement.\n" +"Cette fenêtre se masquera automatiquement." + +#: src/rmdSimple.py:52 +msgid "" +"Click to choose a filename and location.\n" +"Default is out.ogg in your home folder.\n" +"If the file already exists, the new one\n" +"will have a number attached on its name\n" +"(this behavior can be changed )" +msgstr "" +"Cliquer pour choisir un nom de fichier et un emplacement.\n" +"Par défaut c'est le fichier out.ogg dans votre dossier personnel.\n" +"Si ce fichier existe déjà, le nouveau sera suffixé\n" +"par un numéro (ce comportement peut être changé)." + +#: src/rmdSimple.py:53 +msgid "Click to exit the program." +msgstr "Cliquer pour quitter le programme." + +#: src/rmdSimple.py:54 +msgid "" +"Select the video quality of your recording.\n" +"(Lower quality will require more proccessing power,\n" +"so it's recommended, when encoding on the fly,\n" +"to leave at 100)" +msgstr "" +"Sélectionner la qualité vidéo de votre enregistrement.\n" +"(La basse qualité nécessitera plus de puissance de calcul,\n" +"il est donc recommandé, lorsque vous encodez à la volée,\n" +"de laisser cette valeur à 100)" + +#: src/rmdSimple.py:55 +msgid "Enable/Disable sound recording." +msgstr "Activer/Désactiver l'enregistrement du son." + +#: src/rmdSimple.py:56 +msgid "Select the audio quality of your recording." +msgstr "Sélectionner la qualité audio de votre enregistrement." + +#: src/rmdSimple.py:57 +msgid "Click here to access more options." +msgstr "Cliquer ici pour accéder à plus d'options." + +#: src/rmdSimple.py:58 +msgid "" +"\n" +"Left click and drag, on the preview image,\n" +"to select an area for recording.\n" +"Right click on it, to reset the area." +msgstr "" +"\n" +"Clic gauche puis glisser sur l'image de pré-visualisation,\n" +"pour sélectionner une zone à enregistrer.\n" +"Clic droit dessus pour annuler la sélection." + +#: src/rmdTrayIcon.py:71 +msgid "Success" +msgstr "Succès" + +#: src/rmdTrayIcon.py:72 +msgid "Error while parsing the arguments." +msgstr "Erreur en analysant les arguments." + +#: src/rmdTrayIcon.py:73 +msgid "Initializing the encoder failed(either vorbis or theora)" +msgstr "L'initialisation de l'encodeur a échoué (vorbis ou theora)" + +#: src/rmdTrayIcon.py:74 +msgid "Could not open/configure sound card." +msgstr "Impossible d'accéder/configurer la carte son." + +#: src/rmdTrayIcon.py:75 +msgid "Xdamage extension not present." +msgstr "Extension Xdamage absente." + +#: src/rmdTrayIcon.py:76 +msgid "Shared memory extension not present." +msgstr "Extension mémoire partagée absente." + +#: src/rmdTrayIcon.py:77 +msgid "Xfixes extension not present." +msgstr "Extension Xfixes absente." + +#: src/rmdTrayIcon.py:78 +msgid "XInitThreads failed." +msgstr "XInitThreads a échoué." + +#: src/rmdTrayIcon.py:79 +msgid "No $DISPLAY environment variable and none specified as argument." +msgstr "La variable $DISPLAY n'est ni initialisée dans l'environnement ni passée en argument." + +#: src/rmdTrayIcon.py:80 +msgid "Cannot connect to Xserver." +msgstr "Impossible de se connecter au serveur X." + +#: src/rmdTrayIcon.py:81 +msgid "Color depth is not 24bpp." +msgstr "La profondeur des couleurs doit être de 24 bits." + +#: src/rmdTrayIcon.py:82 +msgid "Improper window specification." +msgstr "Spécifications de la fenêtre incorrectes." + +#: src/rmdTrayIcon.py:83 +msgid "Cannot attach shared memory to proccess." +msgstr "Impossible d'allouer de la mémoire partagée au processus." + +#: src/rmdTrayIcon.py:84 +msgid "Cannot open file for writting." +msgstr "Impossible d'ouvrir le fichier en écriture." + +#: src/rmdTrayIcon.py:85 +msgid "Cannot load the Jack library (dlopen/dlsym error on libjack.so)." +msgstr "Impossible de charger la bibliothèque de JACK (dlopen/dlsym error on libjack.so)." + +#: src/rmdTrayIcon.py:86 +msgid "Cannot create new client." +msgstr "Impossible de créer un nouveau client." + +#: src/rmdTrayIcon.py:87 +msgid "Cannot activate client." +msgstr "Impossible d'activer le client." + +#: src/rmdTrayIcon.py:88 +msgid "Port registration/connection failure." +msgstr "Échec lors de la connexion au port." + +#: src/rmdTrayIcon.py:89 +msgid "Segmentation Fault" +msgstr "Erreur de segmentation" + +#: src/rmdTrayIcon.py:252 +msgid "" +"Recording is finished.\n" +"recordMyDesktop has exited with status" +msgstr "" +"L'enregistrement est fini.\n" +"recordMyDesktop a terminé avec le statut" + +#: src/rmdTrayIcon.py:253 +msgid "Description" +msgstr "Description" + +#: src/rmdTrayIcon.py:255 +msgid "" +"Recording is finished.\n" +"recordMyDesktop has exited with uknown\n" +"error code" +msgstr "" +"L'enregistrement est fini.\n" +"recordMyDesktop a terminé sur\n" +"un numéro d'erreur inconnu." + +#: src/rmdTrayPopup.py:73 +msgid "gtk-recordMyDesktop" +msgstr "gtk-recordMyDesktop" + +#: src/rmdTrayPopup.py:75 +msgid "a graphical frontend for recordMyDesktop" +msgstr "Une interface graphique pour recordMyDesktop" + +#: src/rmdTrayPopup.py:76 +msgid "" +"Copyright (C) John Varouhakis\n" +"Portions Copyright (C) 2005-6 Zaheer Abbas Merali, John N. Laliberte\n" +"Portions Copyright (C) Fluendo S.L." +msgstr "" +"Copyright (C) John Varouhakis\n" +"Parties de Copyright (C) 2005-6 Zaheer Abbas Merali, John N. Laliberte\n" +"Parties de Copyright (C) Fluendo S.L." + +#: src/rmdTrayPopup.py:80 +msgid "Translator Credits And Information(Replace with your info)" +msgstr "" +"Traduction française :\n" +"\tDavid Valot <ptitdav69@gmail.com>\n" +"\tSun Wukong <sun.wukong@rx3.net>" + +#: src/rmdTrayPopup.py:86 +msgid "_Select Area On Screen" +msgstr "_Sélectionner une zone à l'écran" + diff --git a/qt-recordmydesktop/po/it.po b/qt-recordmydesktop/po/it.po new file mode 100644 index 0000000..b20fba9 --- /dev/null +++ b/qt-recordmydesktop/po/it.po @@ -0,0 +1,531 @@ +# translation of it.po to Italian +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Giovanni 'voidnull' Scafora <linuxmania@gmail.com>, 2007. +# +msgid "" +msgstr "" +"Project-Id-Version: it\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2007-03-18 17:54+0200\n" +"PO-Revision-Date: 2007-03-29 23:55+0100\n" +"Last-Translator: Giovanni Scafora <linuxmania@gmail.com>\n" +"Language-Team: Arch Linux Italian Team <linuxmania@gmail.com>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11.4\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: src/rmdMonitor.py:14 +msgid "" +"Please wait while your recording is being encoded\n" +"WARNING!!!\n" +"If you press Cancel or close this window,\n" +"this proccess cannot be resumed!" +msgstr "" +"Attendere fin quando la registrazione sarà terminata\n" +"ATTENZIONE!!!\n" +"Premendo su Cancella o chiudendo questa finestra,\n" +"il processo non potrà essere ripreso!" + +#: src/rmdMonitor.py:38 src/rmdMonitor.py:59 +msgid "complete" +msgstr "completo" + +#: src/rmdPrefsWidget.py:42 +msgid "Overwite Existing Files" +msgstr "Sovrascrivere i file esistenti" + +#: src/rmdPrefsWidget.py:42 +msgid "Working Directory" +msgstr "Directory di lavoro" + +#: src/rmdPrefsWidget.py:43 src/rmdPrefsWidget.py:55 +msgid "Frames Per Second" +msgstr "Fotogrammi per secondo" + +#: src/rmdPrefsWidget.py:43 +msgid "Encode On the Fly" +msgstr "Codifica al volo" + +#: src/rmdPrefsWidget.py:43 +msgid "Zero Compression" +msgstr "Compressione zero" + +#: src/rmdPrefsWidget.py:44 +msgid "Quick Subsampling" +msgstr "Subsampling veloce" + +#: src/rmdPrefsWidget.py:44 +msgid "Full shots at every frame" +msgstr "Fotogrammi a schermo intero" + +#: src/rmdPrefsWidget.py:45 +msgid "Channels" +msgstr "Canali" + +#: src/rmdPrefsWidget.py:45 +msgid "Frequency" +msgstr "Frequenza" + +#: src/rmdPrefsWidget.py:45 +msgid "Device" +msgstr "Dispositivo" + +#: src/rmdPrefsWidget.py:45 +msgid "Display" +msgstr "Display" + +#: src/rmdPrefsWidget.py:45 +msgid "Mouse Cursor" +msgstr "Cursore del mouse" + +#: src/rmdPrefsWidget.py:46 +msgid "MIT-Shm extension" +msgstr "Estensione MIT-Shm" + +#: src/rmdPrefsWidget.py:46 +msgid "Include Window Decorations" +msgstr "Includere le decorazioni della finestra" + +#: src/rmdPrefsWidget.py:46 +msgid "Tooltips" +msgstr "Suggerimenti" + +#: src/rmdPrefsWidget.py:47 +msgid "Outline Capture Area On Screen" +msgstr "Contorno dell'area di registrazione" + +#: src/rmdPrefsWidget.py:48 src/rmdSimple.py:48 +msgid "Video Quality" +msgstr "Qualità video" + +#: src/rmdPrefsWidget.py:48 src/rmdSimple.py:48 +msgid "Sound Quality" +msgstr "Qualità audio" + +#: src/rmdPrefsWidget.py:49 +msgid "Drop Frames(encoder)" +msgstr "Scarta fotogrammi(encoder)" + +#: src/rmdPrefsWidget.py:49 +msgid "Startup Delay(secs)" +msgstr "Ritardo all'avvio(in secondi)" + +#: src/rmdPrefsWidget.py:50 +msgid "Normal" +msgstr "Normale" + +#: src/rmdPrefsWidget.py:50 +msgid "White" +msgstr "Bianco" + +#: src/rmdPrefsWidget.py:50 +msgid "Black" +msgstr "Nero" + +#: src/rmdPrefsWidget.py:50 +msgid "None" +msgstr "Nessuno" + +#: src/rmdPrefsWidget.py:51 +msgid "Enabled" +msgstr "Abilitato" + +#: src/rmdPrefsWidget.py:51 +msgid "Disabled" +msgstr "Disabilitato" + +#: src/rmdPrefsWidget.py:52 +msgid "Files" +msgstr "File" + +#: src/rmdPrefsWidget.py:52 +msgid "Performance" +msgstr "Prestazione" + +#: src/rmdPrefsWidget.py:52 +msgid "Sound" +msgstr "Audio" + +#: src/rmdPrefsWidget.py:52 +msgid "Misc" +msgstr "Varie" + +#: src/rmdPrefsWidget.py:53 +msgid "" +"By default, if you try to save under a filename that already\n" +"exists, 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).\n" +"By checking this box, this behavior is disabled and the old file is " +"overwritten.\n" +msgstr "" +"Di default, quando si salva il lavoro utilizzando\n" +"il nome di un file già esistente, il nuovo file sarà\n" +"rinominato (per esempio se si provasse a salvare un\n" +"file con il nome out.ogg e questo file già esistesse,\n" +"il nuovo file sarà rinominato in out.ogg.1).\n" +"Abilitando questa opzione, questo comportamento\n" +"sarà disabilitato e i vecchi file saranno sovrascritti.\n" + +#: src/rmdPrefsWidget.py:54 +msgid "Directory where temporary files will be saved." +msgstr "Directory dove saranno salvati momentaneamente i file." + +#: src/rmdPrefsWidget.py:56 +msgid "" +"Encode simultaneously with the recording.\n" +"This will require a lot more processing power.\n" +msgstr "" +"Codifica simultaneamente con la registrazione.\n" +"Richiederà una maggior potenza di calcolo.\n" + +#: src/rmdPrefsWidget.py:57 +msgid "" +"Do not apply compression on the temporary files.\n" +"If enabled, the program will need less processing power,\n" +"in the expense of hard disk space.\n" +"This option is valid only when encoding on the fly is disabled." +msgstr "" +"Non abilitare la compressione sui file temporanei.\n" +"Se abilitata, il programma richiederà minor potenza\n" +"di calcolo, ma maggior spazio sul disco rigido.\n" +"Questa opzione è valida solo quando la codifica\n" +"al volo è disabilitata." + +#: src/rmdPrefsWidget.py:58 +msgid "" +"This option, if enabled, will cause the program to require less\n" +"processing power, but it might make the colors look a bit more blurry." +msgstr "" +"Questa opzione, se abilitata, forzerà il programma a\n" +"richiedere minor potenza di calcolo, ma i colori\n" +"saranno meno definiti." + +#: src/rmdPrefsWidget.py:59 +msgid "" +"This option should be enabled when recording 3d windows.\n" +"It is also auto-enabled when recording a\n" +"known 3d compositing window manager.\n" +" " +msgstr "" +"Questa opzione dovrebbe essere abilitata quando si\n" +"registra una finestra 3d.\n" +"Sarà automaticamente abilitata, quando si registra\n" +"un 3d window manager compositing conosciuto\n" +" " + +#: src/rmdPrefsWidget.py:60 +msgid "Number of audio channels." +msgstr "Numero dei canali audio." + +#: src/rmdPrefsWidget.py:61 +msgid "Sound frequency." +msgstr "Frequenza audio." + +#: src/rmdPrefsWidget.py:62 +msgid "ALSA sound device, that is used for sound recording." +msgstr "Dispositivo audio ALSA utilizzato per la registrazione dell'audio." + +#: src/rmdPrefsWidget.py:63 +msgid "Connection to the Xserver." +msgstr "Connessione al server X." + +#: src/rmdPrefsWidget.py:64 +msgid "" +"The mouse cursor that will be drawn.\n" +"Normal is for the real cursor that you see while recording,\n" +"while black and white are fake cursors, drawn by the program.\n" +"You can also disable cursor drawing." +msgstr "" +"Il cursore del mouse che sarà visualizzato.\n" +"Normale, mostra il cursore che si vedrà durante la\n" +"registrazione, mentre nero e bianco sono dei finti\n" +"cursori, creati dal programma.\n" +"È possibile, inoltre, disabilitare la visualizzazione del cursore." + +#: src/rmdPrefsWidget.py:65 +msgid "" +"Use the MIT-Shared memory extension, whenever appropriate,\n" +" depending on the rest of the program settings.\n" +"Disabling this option is not recommended,\n" +"as it may severely slow down the program." +msgstr "" +"Utilizzare l'estensione MIT-Shared memory, ogni volta che\n" +"l'uso sia appropriato, in base alle impostazioni del\n" +"programma. Non è consigliabile disabilitare questa\n" +"opzione, in quanto può rallentare molto il programma." + +#: src/rmdPrefsWidget.py:66 +msgid "" +"When selecting a window via the \"Select Window\" button,\n" +"include that window's decorations in the recording area." +msgstr "" +"Quando si seleziona una finestra tramite il pulsante \"Seleziona finestra" +"\",\n" +"nell'area di registrazione saranno incluse queste decorazioni." + +#: src/rmdPrefsWidget.py:67 +msgid "" +"Enable or disable tooltips, like this one.\n" +"(Requires restart)" +msgstr "" +"Abilitare o disabilitare i suggerimenti.\n" +"(Richiede il riavvio del programma)" + +#: src/rmdPrefsWidget.py:68 +msgid "" +"Draw a frame on the screen, around the area\n" +"that will get captured.\n" +"(This frame will remain throughout the recording.)" +msgstr "" +"Visualizza una linea sullo schermo, intorno\n" +"all'area che sarà catturata.\n" +"(Questa linea sarà visibile durante la registrazione.)" + +#: src/rmdPrefsWidget.py:69 +msgid "" +"Enable this option to record audio through\n" +"JACK. The Jack server must be running in order to\n" +"obtain the ports that will be recorded.\n" +"The audio recorded from each one\n" +"will be written on a channel of its own.\n" +"recordMyDesktop must be compiled with JACK\n" +"support for this option to work." +msgstr "" +"Abilitare questa opzione per registrare l'audio tramite\n" +"JACK. Il server Jack deve essere in funzione, per\n" +"rilevare le porte dalle quali registrare.\n" +"L'audio registrato, da ciascuna di queste porte,\n" +"sarà scritto sul rispettivo canale.\n" +"recordMyDesktop deve essere compilato con il supporto\n" +"a JACK, affinché questa opzione funzioni correttamente." + +#: src/rmdPrefsWidget.py:200 +msgid "Use Jack for audio capture." +msgstr "Usare Jack per la cattura dell'audio" + +#: src/rmdPrefsWidget.py:201 +msgid "" +"Select the ports you want to record from\n" +"(hold Ctrl to select multiple entries):" +msgstr "" +"Selezionare le porte dalle quali si desidera registrare\n" +"(Premere Ctrl per selezionare scelte multiple):" + +#: src/rmdPrefsWidget.py:207 +msgid "Available Ports" +msgstr "Porte disponibili" + +#: src/rmdPrefsWidget.py:347 +msgid "jack_lsp returned no ports." +msgstr "jack_lsp non ha rilevato porte disponibili." + +#: src/rmdPrefsWidget.py:348 +msgid "Make sure that jackd is running." +msgstr "Assicurarsi che jackd sia in funzione." + +#: src/rmdSimple.py:49 +msgid "Advanced" +msgstr "Avanzate" + +#: src/rmdSimple.py:49 +msgid "Select Window" +msgstr "Selezionare una finestra" + +#: src/rmdSimple.py:50 +msgid "Click here to select a window to record" +msgstr "Premere qui, per selezionare una finestra da registrare" + +#: src/rmdSimple.py:51 +msgid "" +"Click to start the recording.\n" +"This window will hide itself." +msgstr "" +"Premere qui, per avviare la registrazione.\n" +"Questa finestra sarà nascosta." + +#: src/rmdSimple.py:52 +msgid "" +"Click to choose a filename and location.\n" +"Default is out.ogg in your home folder.\n" +"If the file already exists, the new one\n" +"will have a number attached on its name\n" +"(this behavior can be changed )" +msgstr "" +"Premere qui, per scegliere il nome del file e dove salvarlo.\n" +"Il nome di default è out.ogg e sarà salvato all'interno\n" +"della vostra home. Qualora già esistesse, il nuovo\n" +"file sarà salvato utilizzando un numero come suffisso\n" +"(questo comportamento può essere modificato)" + +#: src/rmdSimple.py:53 +msgid "Click to exit the program." +msgstr "Premere qui, per uscire dal programma." + +#: src/rmdSimple.py:54 +msgid "" +"Select the video quality of your recording.\n" +"(Lower quality will require more proccessing power,\n" +"so it's recommended, when encoding on the fly,\n" +"to leave at 100)" +msgstr "" +"Selezionare la qualità video della vostra registrazione.\n" +"(Una qualità più bassa richiederà una maggior potenza\n" +"di calcolo, per questo motivo, è consigliabile impostare\n" +"a 100 questo valore, durante l'encoding)" + +#: src/rmdSimple.py:55 +msgid "Enable/Disable sound recording." +msgstr "Abilitare o disabilitare la registrazione dell'audio." + +#: src/rmdSimple.py:56 +msgid "Select the audio quality of your recording." +msgstr "Selezionare la qualità audio della registrazione." + +#: src/rmdSimple.py:57 +msgid "Click here to access more options." +msgstr "Premere qui, per accedere ad ulteriori opzioni." + +#: src/rmdSimple.py:58 +msgid "" +"\n" +"Left click and drag, on the preview image,\n" +"to select an area for recording.\n" +"Right click on it, to reset the area." +msgstr "" +"\n" +"Per selezionare un'area da registrare, premere\n" +"il tasto sinistro del mouse e trascinarlo\n" +"sull'anteprima dell'immagine.\n" +"Per annullare, premere il tasto destro sull'anteprima." + +#: src/rmdTrayIcon.py:71 +msgid "Success" +msgstr "Operazione riuscita con successo" + +#: src/rmdTrayIcon.py:72 +msgid "Error while parsing the arguments." +msgstr "Si è verificato un errore durante l'analisi degli argomenti." + +#: src/rmdTrayIcon.py:73 +msgid "Initializing the encoder failed(either vorbis or theora)" +msgstr "" +"L'inizializzazione della codifica non è andata a buon\n" +"fine (controllare vorbis o theora)" + +#: src/rmdTrayIcon.py:74 +msgid "Could not open/configure sound card." +msgstr "Impossibile accedere e/o configurare la scheda audio." + +#: src/rmdTrayIcon.py:75 +msgid "Xdamage extension not present." +msgstr "Impossibile trovare l'estensione Xdamage." + +#: src/rmdTrayIcon.py:76 +msgid "Shared memory extension not present." +msgstr "Impossibile trovare l'estensione Shared memory." + +#: src/rmdTrayIcon.py:77 +msgid "Xfixes extension not present." +msgstr "Impossibile trovare l'estensione Xfixes." + +#: src/rmdTrayIcon.py:78 +msgid "XInitThreads failed." +msgstr "XInitThreads non è andato a buon fine." + +#: src/rmdTrayIcon.py:79 +msgid "No $DISPLAY environment variable and none specified as argument." +msgstr "" +"Non è stata specificata una variabile d'ambiente $DISPLAY come argomento." + +#: src/rmdTrayIcon.py:80 +msgid "Cannot connect to Xserver." +msgstr "Impossibile connettersi al server X." + +#: src/rmdTrayIcon.py:81 +msgid "Color depth is not 24bpp." +msgstr "La profondità del colore non è di 24bpp." + +#: src/rmdTrayIcon.py:82 +msgid "Improper window specification." +msgstr "Descrizione impropria della finestra." + +#: src/rmdTrayIcon.py:83 +msgid "Cannot attach shared memory to proccess." +msgstr "Impossibile assegnare la memoria condivisa ai processi." + +#: src/rmdTrayIcon.py:84 +msgid "Cannot open file for writting." +msgstr "Impossibile aprire il file per la scrittura." + +#: src/rmdTrayIcon.py:85 +msgid "Cannot load the Jack library (dlopen/dlsym error on libjack.so)." +msgstr "Impossibile caricare la libreria di Jack (errore di libjack.so)." + +#: src/rmdTrayIcon.py:86 +msgid "Cannot create new client." +msgstr "Impossibile creare un nuovo client." + +#: src/rmdTrayIcon.py:87 +msgid "Cannot activate client." +msgstr "Impossibile attivare il client." + +#: src/rmdTrayIcon.py:88 +msgid "Port registration/connection failure." +msgstr "Impossibile registrare e/o connettersi." + +#: src/rmdTrayIcon.py:89 +msgid "Segmentation Fault" +msgstr "Segmentation Fault" + +#: src/rmdTrayIcon.py:252 +msgid "" +"Recording is finished.\n" +"recordMyDesktop has exited with status" +msgstr "" +"La registrazione è terminata.\n" +"recordMyDesktop è uscito con lo stato" + +#: src/rmdTrayIcon.py:253 +msgid "Description" +msgstr "Descrizione" + +#: src/rmdTrayIcon.py:255 +msgid "" +"Recording is finished.\n" +"recordMyDesktop has exited with uknown\n" +"error code" +msgstr "" +"La registrazione è terminata.\n" +"recordMyDesktop è uscito con un codice\n" +"di errore sconosciuto" + +#: src/rmdTrayPopup.py:73 +msgid "gtk-recordMyDesktop" +msgstr "gtk-recordMyDesktop" + +#: src/rmdTrayPopup.py:75 +msgid "a graphical frontend for recordMyDesktop" +msgstr "Un'interfaccia grafica per recordMyDesktop" + +#: src/rmdTrayPopup.py:76 +msgid "" +"Copyright (C) John Varouhakis\n" +"Portions Copyright (C) 2005-6 Zaheer Abbas Merali, John N. Laliberte\n" +"Portions Copyright (C) Fluendo S.L." +msgstr "" +"Copyright (C) John Varouhakis\n" +"Portions Copyright (C) 2005-6 Zaheer Abbas Merali, John N. Laliberte\n" +"Portions Copyright (C) Fluendo S.L." + +#: src/rmdTrayPopup.py:80 +msgid "Translator Credits And Information(Replace with your info)" +msgstr "Giovanni Scafora \t<linuxmania@gmail.com>" + +#: src/rmdTrayPopup.py:86 +msgid "_Select Area On Screen" +msgstr "_Selezionare un'area sullo schermo" diff --git a/qt-recordmydesktop/po/ja.po b/qt-recordmydesktop/po/ja.po new file mode 100644 index 0000000..049bfba --- /dev/null +++ b/qt-recordmydesktop/po/ja.po @@ -0,0 +1,497 @@ +msgid "" +msgstr "" +"Project-Id-Version: recordmydesktop\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2007-03-18 17:54+0200\n" +"PO-Revision-Date: 2006-12-07 23:36-0000\n" +"Last-Translator: Paul D <freethenewt@yahoo.co.uk>\n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-Language: Japanese\n" +"X-Poedit-Country: JAPAN\n" +"X-Poedit-SourceCharset: utf-8\n" + +#: src/rmdMonitor.py:14 +msgid "" +"Please wait while your recording is being encoded\n" +"WARNING!!!\n" +"If you press Cancel or close this window,\n" +"this proccess cannot be resumed!" +msgstr "" +"エンコードしている間、お待ちください。\n" +"ご注意!\n" +"キャンセルされる場合、進み直せない。" + +#: src/rmdMonitor.py:38 src/rmdMonitor.py:59 +msgid "complete" +msgstr "完了" + +#: src/rmdPrefsWidget.py:42 +msgid "Overwite Existing Files" +msgstr "ファイルを上書きする" + +#: src/rmdPrefsWidget.py:42 +msgid "Working Directory" +msgstr "現在のフォルダー" + +#: src/rmdPrefsWidget.py:43 src/rmdPrefsWidget.py:55 +msgid "Frames Per Second" +msgstr "フレーム率" + +#: src/rmdPrefsWidget.py:43 +msgid "Encode On the Fly" +msgstr "オンザフライエンコード" + +#: src/rmdPrefsWidget.py:43 +msgid "Zero Compression" +msgstr "ゼロ圧縮" + +#: src/rmdPrefsWidget.py:44 +msgid "Quick Subsampling" +msgstr "高速サブサンプル" + +#: src/rmdPrefsWidget.py:44 +msgid "Full shots at every frame" +msgstr "毎フレームで完全サイズ画面録音(フルショット)" + +#: src/rmdPrefsWidget.py:45 +msgid "Channels" +msgstr "線(チャンネル)" + +#: src/rmdPrefsWidget.py:45 +msgid "Frequency" +msgstr "周波数(サンプル率)" + +#: src/rmdPrefsWidget.py:45 +msgid "Device" +msgstr "デバイス" + +#: src/rmdPrefsWidget.py:45 +msgid "Display" +msgstr "画面" + +#: src/rmdPrefsWidget.py:45 +msgid "Mouse Cursor" +msgstr "マウスカーサー" + +#: src/rmdPrefsWidget.py:46 +msgid "MIT-Shm extension" +msgstr "MIT-Shmエクステンション" + +#: src/rmdPrefsWidget.py:46 +msgid "Include Window Decorations" +msgstr "" + +#: src/rmdPrefsWidget.py:46 +msgid "Tooltips" +msgstr "" + +#: src/rmdPrefsWidget.py:47 +msgid "Outline Capture Area On Screen" +msgstr "" + +#: src/rmdPrefsWidget.py:48 src/rmdSimple.py:48 +msgid "Video Quality" +msgstr "ビデオ質" + +#: src/rmdPrefsWidget.py:48 src/rmdSimple.py:48 +msgid "Sound Quality" +msgstr "音質" + +#: src/rmdPrefsWidget.py:49 +msgid "Drop Frames(encoder)" +msgstr "エンコーダーはドロップフレーム" + +#: src/rmdPrefsWidget.py:49 +msgid "Startup Delay(secs)" +msgstr "始めの遅れ(秒)" + +#: src/rmdPrefsWidget.py:50 +msgid "Normal" +msgstr "普通" + +#: src/rmdPrefsWidget.py:50 +msgid "White" +msgstr "白" + +#: src/rmdPrefsWidget.py:50 +msgid "Black" +msgstr "黒" + +#: src/rmdPrefsWidget.py:50 +msgid "None" +msgstr "なし" + +#: src/rmdPrefsWidget.py:51 +msgid "Enabled" +msgstr "使用可能" + +#: src/rmdPrefsWidget.py:51 +msgid "Disabled" +msgstr "使用禁止" + +#: src/rmdPrefsWidget.py:52 +msgid "Files" +msgstr "ファイル" + +#: src/rmdPrefsWidget.py:52 +msgid "Performance" +msgstr "性能" + +#: src/rmdPrefsWidget.py:52 +msgid "Sound" +msgstr "音" + +#: src/rmdPrefsWidget.py:52 +msgid "Misc" +msgstr "他" + +#: src/rmdPrefsWidget.py:53 +msgid "" +"By default, if you try to save under a filename that already\n" +"exists, 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).\n" +"By checking this box, this behavior is disabled and the old file is " +"overwritten.\n" +msgstr "" +"ファイルはもうある場合では新しいファイル名は自動的に変化される\n" +"例えば、out.oggはある場合、新しいのはout.ogg.1になる。\n" +"この設定は選択されている場合、古いファイルは上書きされる。\n" + +#: src/rmdPrefsWidget.py:54 +msgid "Directory where temporary files will be saved." +msgstr "仮ファイル保存ダイレクトリ" + +#: src/rmdPrefsWidget.py:56 +msgid "" +"Encode simultaneously with the recording.\n" +"This will require a lot more processing power.\n" +msgstr "登録すると同時にエンコードする(より負荷)\n" + +#: src/rmdPrefsWidget.py:57 +msgid "" +"Do not apply compression on the temporary files.\n" +"If enabled, the program will need less processing power,\n" +"in the expense of hard disk space.\n" +"This option is valid only when encoding on the fly is disabled." +msgstr "" +"仮ファイルは圧縮しない。これは使用可能ならば、\n" +"負荷は低くなってディスク領域はより使われてしまう。\n" +"オンザフライ録音は無効ならばこの選択は有効" + +#: src/rmdPrefsWidget.py:58 +msgid "" +"This option, if enabled, will cause the program to require less\n" +"processing power, but it might make the colors look a bit more blurry." +msgstr "このオプションは使用可能場合、負荷は低くなるが色は滲む可能性ある。" + +#: src/rmdPrefsWidget.py:59 +msgid "" +"This option should be enabled when recording 3d windows.\n" +"It is also auto-enabled when recording a\n" +"known 3d compositing window manager.\n" +" " +msgstr "" +"3Dウィンドー登録する際、このオプションは使用可能されるはずだ。\n" +"知られる3D総合ウィンドー管理を登録される際、\n" +"自動的に使用可能される。\n" +" " + +#: src/rmdPrefsWidget.py:60 +msgid "Number of audio channels." +msgstr "音線数" + +#: src/rmdPrefsWidget.py:61 +msgid "Sound frequency." +msgstr "音周波数(オーディオ・サンプル・レート)" + +#: src/rmdPrefsWidget.py:62 +msgid "ALSA sound device, that is used for sound recording." +msgstr "ALSA音録音する為のデバイス" + +#: src/rmdPrefsWidget.py:63 +msgid "Connection to the Xserver." +msgstr "X-サーバーへの繋がり" + +#: src/rmdPrefsWidget.py:64 +msgid "" +"The mouse cursor that will be drawn.\n" +"Normal is for the real cursor that you see while recording,\n" +"while black and white are fake cursors, drawn by the program.\n" +"You can also disable cursor drawing." +msgstr "" +"マウスポインタデザイン\n" +"登録中、普通に見れるデザイン\n" +"白や黒はプログラムに表示される偽物デザイン\n" +"ポインタ表示は禁止できる。" + +#: src/rmdPrefsWidget.py:65 +msgid "" +"Use the MIT-Shared memory extension, whenever appropriate,\n" +" depending on the rest of the program settings.\n" +"Disabling this option is not recommended,\n" +"as it may severely slow down the program." +msgstr "" +"MIT-シェアードメモリエクステンション適切に使用してください。\n" +"このオプションを使用禁止するのは勧めない。\n" +"プロセスは非常に遅くなる可能性ある。" + +#: src/rmdPrefsWidget.py:66 +msgid "" +"When selecting a window via the \"Select Window\" button,\n" +"include that window's decorations in the recording area." +msgstr "" + +#: src/rmdPrefsWidget.py:67 +msgid "" +"Enable or disable tooltips, like this one.\n" +"(Requires restart)" +msgstr "" + +#: src/rmdPrefsWidget.py:68 +msgid "" +"Draw a frame on the screen, around the area\n" +"that will get captured.\n" +"(This frame will remain throughout the recording.)" +msgstr "" + +#: src/rmdPrefsWidget.py:69 +msgid "" +"Enable this option to record audio through\n" +"JACK. The Jack server must be running in order to\n" +"obtain the ports that will be recorded.\n" +"The audio recorded from each one\n" +"will be written on a channel of its own.\n" +"recordMyDesktop must be compiled with JACK\n" +"support for this option to work." +msgstr "" + +#: src/rmdPrefsWidget.py:200 +msgid "Use Jack for audio capture." +msgstr "" + +#: src/rmdPrefsWidget.py:201 +msgid "" +"Select the ports you want to record from\n" +"(hold Ctrl to select multiple entries):" +msgstr "" + +#: src/rmdPrefsWidget.py:207 +msgid "Available Ports" +msgstr "" + +#: src/rmdPrefsWidget.py:347 +msgid "jack_lsp returned no ports." +msgstr "" + +#: src/rmdPrefsWidget.py:348 +msgid "Make sure that jackd is running." +msgstr "" + +#: src/rmdSimple.py:49 +msgid "Advanced" +msgstr "設定" + +#: src/rmdSimple.py:49 +msgid "Select Window" +msgstr "ウィンドー選択" + +#: src/rmdSimple.py:50 +msgid "Click here to select a window to record" +msgstr "ウィンドー登録する為に、ここにクリックして下さい" + +#: src/rmdSimple.py:51 +msgid "" +"Click to start the recording.\n" +"This window will hide itself." +msgstr "クリックすると登録は始めるこのウィンドーは自動的に隠れる" + +#: src/rmdSimple.py:52 +msgid "" +"Click to choose a filename and location.\n" +"Default is out.ogg in your home folder.\n" +"If the file already exists, the new one\n" +"will have a number attached on its name\n" +"(this behavior can be changed )" +msgstr "" +"ファイル名や場所はクリックして下さい。既定値はホームフォルダーでのout.o" +"ggです。ファイルはもうある場合は、新しいのは番号をファイル名に加える事があ" +"る。(この動作は変化できる)。" + +#: src/rmdSimple.py:53 +msgid "Click to exit the program." +msgstr "クリックして終了" + +#: src/rmdSimple.py:54 +msgid "" +"Select the video quality of your recording.\n" +"(Lower quality will require more proccessing power,\n" +"so it's recommended, when encoding on the fly,\n" +"to leave at 100)" +msgstr "" +"ビデオ登録の質を選択してください。\n" +"質は低ければ低いほど負荷は高くなるので\n" +"エンコードする時、100度に設定して勧めです。" + +#: src/rmdSimple.py:55 +msgid "Enable/Disable sound recording." +msgstr "音の録音を有・無" + +#: src/rmdSimple.py:56 +msgid "Select the audio quality of your recording." +msgstr "音の録音質の選択" + +#: src/rmdSimple.py:57 +msgid "Click here to access more options." +msgstr "クリックして他の設定" + +#: src/rmdSimple.py:58 +msgid "" +"\n" +"Left click and drag, on the preview image,\n" +"to select an area for recording.\n" +"Right click on it, to reset the area." +msgstr "" +"\n" +"登録したい区域は下見画像\n" +"(プレービュー)に左クリックアンドドラッグして下さい。\n" +"リセットするために、下見画像に右クリックして下さい。" + +#: src/rmdTrayIcon.py:71 +msgid "Success" +msgstr "成功" + +#: src/rmdTrayIcon.py:72 +msgid "Error while parsing the arguments." +msgstr "スイッチエラー" + +#: src/rmdTrayIcon.py:73 +msgid "Initializing the encoder failed(either vorbis or theora)" +msgstr "エンコーダー起床エラー(vorbisかtheora)" + +#: src/rmdTrayIcon.py:74 +msgid "Could not open/configure sound card." +msgstr "音デバイスエラー" + +#: src/rmdTrayIcon.py:75 +msgid "Xdamage extension not present." +msgstr "Xdamageエクステンションは無い" + +#: src/rmdTrayIcon.py:76 +msgid "Shared memory extension not present." +msgstr "シェアードメモリエクステンションは無い" + +#: src/rmdTrayIcon.py:77 +msgid "Xfixes extension not present." +msgstr "Xfixesエクステンションは無い" + +#: src/rmdTrayIcon.py:78 +msgid "XInitThreads failed." +msgstr "XInitThreadsエラー(失敗)" + +#: src/rmdTrayIcon.py:79 +msgid "No $DISPLAY environment variable and none specified as argument." +msgstr "$DISPLAY 値は無い。スイッチとしても無い。" + +#: src/rmdTrayIcon.py:80 +msgid "Cannot connect to Xserver." +msgstr "X-サーバーに繋がれない" + +#: src/rmdTrayIcon.py:81 +msgid "Color depth is not 24bpp." +msgstr "色は24bppではない" + +#: src/rmdTrayIcon.py:82 +msgid "Improper window specification." +msgstr "不適切ウインドー選択" + +#: src/rmdTrayIcon.py:83 +msgid "Cannot attach shared memory to proccess." +msgstr "プルセスにシェアードメモリ繋がれなかった" + +#: src/rmdTrayIcon.py:84 +msgid "Cannot open file for writting." +msgstr "ファイル書き込みする為に開けなかった" + +#: src/rmdTrayIcon.py:85 +msgid "Cannot load the Jack library (dlopen/dlsym error on libjack.so)." +msgstr "" + +#: src/rmdTrayIcon.py:86 +msgid "Cannot create new client." +msgstr "" + +#: src/rmdTrayIcon.py:87 +msgid "Cannot activate client." +msgstr "" + +#: src/rmdTrayIcon.py:88 +msgid "Port registration/connection failure." +msgstr "" + +#: src/rmdTrayIcon.py:89 +msgid "Segmentation Fault" +msgstr "エラー" + +#: src/rmdTrayIcon.py:252 +msgid "" +"Recording is finished.\n" +"recordMyDesktop has exited with status" +msgstr "" +"登録完了\n" +"マイデスクトップ登録の終了コードは" + +#: src/rmdTrayIcon.py:253 +msgid "Description" +msgstr "詳細" + +#: src/rmdTrayIcon.py:255 +msgid "" +"Recording is finished.\n" +"recordMyDesktop has exited with uknown\n" +"error code" +msgstr "" +"登録完了\n" +"マイデスクトップ登録の終了コードは不明" + +#: src/rmdTrayPopup.py:73 +msgid "gtk-recordMyDesktop" +msgstr "gtk-マイデスクトップ登録" + +#: src/rmdTrayPopup.py:75 +msgid "a graphical frontend for recordMyDesktop" +msgstr "マイデスクトップ登録の為のグラフィカルハンドル(フロントエンド)" + +#: src/rmdTrayPopup.py:76 +msgid "" +"Copyright (C) John Varouhakis\n" +"Portions Copyright (C) 2005-6 Zaheer Abbas Merali, John N. Laliberte\n" +"Portions Copyright (C) Fluendo S.L." +msgstr "" +"著作権所有者はJohn Varouhakis\n" +"他の部分の著作権所有者は(C) 2005-6 Zaheer Abbas Merali, John N. Laliberte\n" +"他の部分の著作権所有者は(C) Fluendo S.L." + +#: src/rmdTrayPopup.py:80 +msgid "Translator Credits And Information(Replace with your info)" +msgstr "日本語訳はポールによる" + +#: src/rmdTrayPopup.py:86 +msgid "_Select Area On Screen" +msgstr "画面範囲を選択して" + +#~ msgid "Shared Threshold" +#~ msgstr "シェアード限界" + +#~ msgid "" +#~ "Amount of screen change, within a frame that triggers retrieval\n" +#~ "of the screenshot through the MIT-Shared memory extension.\n" +#~ "This option has no effect when using the full shots option.\n" +#~ msgstr "" +#~ "MITシェアードメモリを通して画面スクリーンショット検索きっかけの\n" +#~ "フレーム内画面変更量\n" +#~ "フルサイズ画面録音(フルショット)使用可能になる場合、\n" +#~ "このオプションは作用なし。\n" diff --git a/qt-recordmydesktop/po/messages.pot b/qt-recordmydesktop/po/messages.pot new file mode 100644 index 0000000..7400bf8 --- /dev/null +++ b/qt-recordmydesktop/po/messages.pot @@ -0,0 +1,450 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2007-03-18 17:54+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=CHARSET\n" +"Content-Transfer-Encoding: 8bit\n" + +#: src/rmdMonitor.py:14 +msgid "" +"Please wait while your recording is being encoded\n" +"WARNING!!!\n" +"If you press Cancel or close this window,\n" +"this proccess cannot be resumed!" +msgstr "" + +#: src/rmdMonitor.py:38 src/rmdMonitor.py:59 +msgid "complete" +msgstr "" + +#: src/rmdPrefsWidget.py:42 +msgid "Overwite Existing Files" +msgstr "" + +#: src/rmdPrefsWidget.py:42 +msgid "Working Directory" +msgstr "" + +#: src/rmdPrefsWidget.py:43 src/rmdPrefsWidget.py:55 +msgid "Frames Per Second" +msgstr "" + +#: src/rmdPrefsWidget.py:43 +msgid "Encode On the Fly" +msgstr "" + +#: src/rmdPrefsWidget.py:43 +msgid "Zero Compression" +msgstr "" + +#: src/rmdPrefsWidget.py:44 +msgid "Quick Subsampling" +msgstr "" + +#: src/rmdPrefsWidget.py:44 +msgid "Full shots at every frame" +msgstr "" + +#: src/rmdPrefsWidget.py:45 +msgid "Channels" +msgstr "" + +#: src/rmdPrefsWidget.py:45 +msgid "Frequency" +msgstr "" + +#: src/rmdPrefsWidget.py:45 +msgid "Device" +msgstr "" + +#: src/rmdPrefsWidget.py:45 +msgid "Display" +msgstr "" + +#: src/rmdPrefsWidget.py:45 +msgid "Mouse Cursor" +msgstr "" + +#: src/rmdPrefsWidget.py:46 +msgid "MIT-Shm extension" +msgstr "" + +#: src/rmdPrefsWidget.py:46 +msgid "Include Window Decorations" +msgstr "" + +#: src/rmdPrefsWidget.py:46 +msgid "Tooltips" +msgstr "" + +#: src/rmdPrefsWidget.py:47 +msgid "Outline Capture Area On Screen" +msgstr "" + +#: src/rmdPrefsWidget.py:48 src/rmdSimple.py:48 +msgid "Video Quality" +msgstr "" + +#: src/rmdPrefsWidget.py:48 src/rmdSimple.py:48 +msgid "Sound Quality" +msgstr "" + +#: src/rmdPrefsWidget.py:49 +msgid "Drop Frames(encoder)" +msgstr "" + +#: src/rmdPrefsWidget.py:49 +msgid "Startup Delay(secs)" +msgstr "" + +#: src/rmdPrefsWidget.py:50 +msgid "Normal" +msgstr "" + +#: src/rmdPrefsWidget.py:50 +msgid "White" +msgstr "" + +#: src/rmdPrefsWidget.py:50 +msgid "Black" +msgstr "" + +#: src/rmdPrefsWidget.py:50 +msgid "None" +msgstr "" + +#: src/rmdPrefsWidget.py:51 +msgid "Enabled" +msgstr "" + +#: src/rmdPrefsWidget.py:51 +msgid "Disabled" +msgstr "" + +#: src/rmdPrefsWidget.py:52 +msgid "Files" +msgstr "" + +#: src/rmdPrefsWidget.py:52 +msgid "Performance" +msgstr "" + +#: src/rmdPrefsWidget.py:52 +msgid "Sound" +msgstr "" + +#: src/rmdPrefsWidget.py:52 +msgid "Misc" +msgstr "" + +#: src/rmdPrefsWidget.py:53 +msgid "" +"By default, if you try to save under a filename that already\n" +"exists, 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).\n" +"By checking this box, this behavior is disabled and the old file is " +"overwritten.\n" +msgstr "" + +#: src/rmdPrefsWidget.py:54 +msgid "Directory where temporary files will be saved." +msgstr "" + +#: src/rmdPrefsWidget.py:56 +msgid "" +"Encode simultaneously with the recording.\n" +"This will require a lot more processing power.\n" +msgstr "" + +#: src/rmdPrefsWidget.py:57 +msgid "" +"Do not apply compression on the temporary files.\n" +"If enabled, the program will need less processing power,\n" +"in the expense of hard disk space.\n" +"This option is valid only when encoding on the fly is disabled." +msgstr "" + +#: src/rmdPrefsWidget.py:58 +msgid "" +"This option, if enabled, will cause the program to require less\n" +"processing power, but it might make the colors look a bit more blurry." +msgstr "" + +#: src/rmdPrefsWidget.py:59 +msgid "" +"This option should be enabled when recording 3d windows.\n" +"It is also auto-enabled when recording a\n" +"known 3d compositing window manager.\n" +" " +msgstr "" + +#: src/rmdPrefsWidget.py:60 +msgid "Number of audio channels." +msgstr "" + +#: src/rmdPrefsWidget.py:61 +msgid "Sound frequency." +msgstr "" + +#: src/rmdPrefsWidget.py:62 +msgid "ALSA sound device, that is used for sound recording." +msgstr "" + +#: src/rmdPrefsWidget.py:63 +msgid "Connection to the Xserver." +msgstr "" + +#: src/rmdPrefsWidget.py:64 +msgid "" +"The mouse cursor that will be drawn.\n" +"Normal is for the real cursor that you see while recording,\n" +"while black and white are fake cursors, drawn by the program.\n" +"You can also disable cursor drawing." +msgstr "" + +#: src/rmdPrefsWidget.py:65 +msgid "" +"Use the MIT-Shared memory extension, whenever appropriate,\n" +" depending on the rest of the program settings.\n" +"Disabling this option is not recommended,\n" +"as it may severely slow down the program." +msgstr "" + +#: src/rmdPrefsWidget.py:66 +msgid "" +"When selecting a window via the \"Select Window\" button,\n" +"include that window's decorations in the recording area." +msgstr "" + +#: src/rmdPrefsWidget.py:67 +msgid "" +"Enable or disable tooltips, like this one.\n" +"(Requires restart)" +msgstr "" + +#: src/rmdPrefsWidget.py:68 +msgid "" +"Draw a frame on the screen, around the area\n" +"that will get captured.\n" +"(This frame will remain throughout the recording.)" +msgstr "" + +#: src/rmdPrefsWidget.py:69 +msgid "" +"Enable this option to record audio through\n" +"JACK. The Jack server must be running in order to\n" +"obtain the ports that will be recorded.\n" +"The audio recorded from each one\n" +"will be written on a channel of its own.\n" +"recordMyDesktop must be compiled with JACK\n" +"support for this option to work." +msgstr "" + +#: src/rmdPrefsWidget.py:200 +msgid "Use Jack for audio capture." +msgstr "" + +#: src/rmdPrefsWidget.py:201 +msgid "" +"Select the ports you want to record from\n" +"(hold Ctrl to select multiple entries):" +msgstr "" + +#: src/rmdPrefsWidget.py:207 +msgid "Available Ports" +msgstr "" + +#: src/rmdPrefsWidget.py:347 +msgid "jack_lsp returned no ports." +msgstr "" + +#: src/rmdPrefsWidget.py:348 +msgid "Make sure that jackd is running." +msgstr "" + +#: src/rmdSimple.py:49 +msgid "Advanced" +msgstr "" + +#: src/rmdSimple.py:49 +msgid "Select Window" +msgstr "" + +#: src/rmdSimple.py:50 +msgid "Click here to select a window to record" +msgstr "" + +#: src/rmdSimple.py:51 +msgid "" +"Click to start the recording.\n" +"This window will hide itself." +msgstr "" + +#: src/rmdSimple.py:52 +msgid "" +"Click to choose a filename and location.\n" +"Default is out.ogg in your home folder.\n" +"If the file already exists, the new one\n" +"will have a number attached on its name\n" +"(this behavior can be changed )" +msgstr "" + +#: src/rmdSimple.py:53 +msgid "Click to exit the program." +msgstr "" + +#: src/rmdSimple.py:54 +msgid "" +"Select the video quality of your recording.\n" +"(Lower quality will require more proccessing power,\n" +"so it's recommended, when encoding on the fly,\n" +"to leave at 100)" +msgstr "" + +#: src/rmdSimple.py:55 +msgid "Enable/Disable sound recording." +msgstr "" + +#: src/rmdSimple.py:56 +msgid "Select the audio quality of your recording." +msgstr "" + +#: src/rmdSimple.py:57 +msgid "Click here to access more options." +msgstr "" + +#: src/rmdSimple.py:58 +msgid "" +"\n" +"Left click and drag, on the preview image,\n" +"to select an area for recording.\n" +"Right click on it, to reset the area." +msgstr "" + +#: src/rmdTrayIcon.py:71 +msgid "Success" +msgstr "" + +#: src/rmdTrayIcon.py:72 +msgid "Error while parsing the arguments." +msgstr "" + +#: src/rmdTrayIcon.py:73 +msgid "Initializing the encoder failed(either vorbis or theora)" +msgstr "" + +#: src/rmdTrayIcon.py:74 +msgid "Could not open/configure sound card." +msgstr "" + +#: src/rmdTrayIcon.py:75 +msgid "Xdamage extension not present." +msgstr "" + +#: src/rmdTrayIcon.py:76 +msgid "Shared memory extension not present." +msgstr "" + +#: src/rmdTrayIcon.py:77 +msgid "Xfixes extension not present." +msgstr "" + +#: src/rmdTrayIcon.py:78 +msgid "XInitThreads failed." +msgstr "" + +#: src/rmdTrayIcon.py:79 +msgid "No $DISPLAY environment variable and none specified as argument." +msgstr "" + +#: src/rmdTrayIcon.py:80 +msgid "Cannot connect to Xserver." +msgstr "" + +#: src/rmdTrayIcon.py:81 +msgid "Color depth is not 24bpp." +msgstr "" + +#: src/rmdTrayIcon.py:82 +msgid "Improper window specification." +msgstr "" + +#: src/rmdTrayIcon.py:83 +msgid "Cannot attach shared memory to proccess." +msgstr "" + +#: src/rmdTrayIcon.py:84 +msgid "Cannot open file for writting." +msgstr "" + +#: src/rmdTrayIcon.py:85 +msgid "Cannot load the Jack library (dlopen/dlsym error on libjack.so)." +msgstr "" + +#: src/rmdTrayIcon.py:86 +msgid "Cannot create new client." +msgstr "" + +#: src/rmdTrayIcon.py:87 +msgid "Cannot activate client." +msgstr "" + +#: src/rmdTrayIcon.py:88 +msgid "Port registration/connection failure." +msgstr "" + +#: src/rmdTrayIcon.py:89 +msgid "Segmentation Fault" +msgstr "" + +#: src/rmdTrayIcon.py:252 +msgid "" +"Recording is finished.\n" +"recordMyDesktop has exited with status" +msgstr "" + +#: src/rmdTrayIcon.py:253 +msgid "Description" +msgstr "" + +#: src/rmdTrayIcon.py:255 +msgid "" +"Recording is finished.\n" +"recordMyDesktop has exited with uknown\n" +"error code" +msgstr "" + +#: src/rmdTrayPopup.py:73 +msgid "gtk-recordMyDesktop" +msgstr "" + +#: src/rmdTrayPopup.py:75 +msgid "a graphical frontend for recordMyDesktop" +msgstr "" + +#: src/rmdTrayPopup.py:76 +msgid "" +"Copyright (C) John Varouhakis\n" +"Portions Copyright (C) 2005-6 Zaheer Abbas Merali, John N. Laliberte\n" +"Portions Copyright (C) Fluendo S.L." +msgstr "" + +#: src/rmdTrayPopup.py:80 +msgid "Translator Credits And Information(Replace with your info)" +msgstr "" + +#: src/rmdTrayPopup.py:86 +msgid "_Select Area On Screen" +msgstr "" diff --git a/qt-recordmydesktop/po/pt.po b/qt-recordmydesktop/po/pt.po new file mode 100644 index 0000000..0f120cf --- /dev/null +++ b/qt-recordmydesktop/po/pt.po @@ -0,0 +1,506 @@ +msgid "" +msgstr "" +"Project-Id-Version: gg\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2007-03-18 17:54+0200\n" +"PO-Revision-Date: 2006-12-17 22:44+0100\n" +"Last-Translator: Joel Ramos <joelpramos@gmail.com>\n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Sérgio SantosLanguage-Team: \n" + +#: src/rmdMonitor.py:14 +msgid "" +"Please wait while your recording is being encoded\n" +"WARNING!!!\n" +"If you press Cancel or close this window,\n" +"this proccess cannot be resumed!" +msgstr "" +"Por favor espere enquanto a sua gravação é codificada\n" +"AVISO!!\n" +"Se primir cancelar ou fechar esta janela,\n" +"o processo não pode ser continuado!" + +#: src/rmdMonitor.py:38 src/rmdMonitor.py:59 +msgid "complete" +msgstr "completo" + +#: src/rmdPrefsWidget.py:42 +msgid "Overwite Existing Files" +msgstr "Sobrepor Ficheiros Existentes" + +#: src/rmdPrefsWidget.py:42 +msgid "Working Directory" +msgstr "Directoria de trabalho" + +#: src/rmdPrefsWidget.py:43 src/rmdPrefsWidget.py:55 +msgid "Frames Per Second" +msgstr "Frames por segundo" + +#: src/rmdPrefsWidget.py:43 +msgid "Encode On the Fly" +msgstr "Encode On the Fly" + +#: src/rmdPrefsWidget.py:43 +msgid "Zero Compression" +msgstr "Compressão zero" + +#: src/rmdPrefsWidget.py:44 +msgid "Quick Subsampling" +msgstr "Conversão rápida de RGB para YUV" + +#: src/rmdPrefsWidget.py:44 +msgid "Full shots at every frame" +msgstr "Screenshots completas a cada frame" + +#: src/rmdPrefsWidget.py:45 +msgid "Channels" +msgstr "Canais" + +#: src/rmdPrefsWidget.py:45 +msgid "Frequency" +msgstr "Frequência" + +#: src/rmdPrefsWidget.py:45 +msgid "Device" +msgstr "Dispositivo de Som" + +#: src/rmdPrefsWidget.py:45 +msgid "Display" +msgstr "Dispositivo" + +#: src/rmdPrefsWidget.py:45 +msgid "Mouse Cursor" +msgstr "Cursor do rato" + +#: src/rmdPrefsWidget.py:46 +msgid "MIT-Shm extension" +msgstr "Extensão MIT-Shm" + +#: src/rmdPrefsWidget.py:46 +msgid "Include Window Decorations" +msgstr "" + +#: src/rmdPrefsWidget.py:46 +msgid "Tooltips" +msgstr "" + +#: src/rmdPrefsWidget.py:47 +msgid "Outline Capture Area On Screen" +msgstr "" + +#: src/rmdPrefsWidget.py:48 src/rmdSimple.py:48 +msgid "Video Quality" +msgstr "Qualidade de Video" + +#: src/rmdPrefsWidget.py:48 src/rmdSimple.py:48 +msgid "Sound Quality" +msgstr "Qualidade de Som" + +#: src/rmdPrefsWidget.py:49 +msgid "Drop Frames(encoder)" +msgstr "Perder frames(codificador)" + +#: src/rmdPrefsWidget.py:49 +msgid "Startup Delay(secs)" +msgstr "Atraso ao iniciar(secs)" + +#: src/rmdPrefsWidget.py:50 +msgid "Normal" +msgstr "Normal" + +#: src/rmdPrefsWidget.py:50 +msgid "White" +msgstr "Branco" + +#: src/rmdPrefsWidget.py:50 +msgid "Black" +msgstr "Preto" + +#: src/rmdPrefsWidget.py:50 +msgid "None" +msgstr "Nenhum" + +#: src/rmdPrefsWidget.py:51 +msgid "Enabled" +msgstr "Activo" + +#: src/rmdPrefsWidget.py:51 +msgid "Disabled" +msgstr "Inactivo" + +#: src/rmdPrefsWidget.py:52 +msgid "Files" +msgstr "Ficheiros" + +#: src/rmdPrefsWidget.py:52 +msgid "Performance" +msgstr "Performance" + +#: src/rmdPrefsWidget.py:52 +msgid "Sound" +msgstr "Som" + +#: src/rmdPrefsWidget.py:52 +msgid "Misc" +msgstr "Variado" + +#: src/rmdPrefsWidget.py:53 +msgid "" +"By default, if you try to save under a filename that already\n" +"exists, 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).\n" +"By checking this box, this behavior is disabled and the old file is " +"overwritten.\n" +msgstr "" +"Por definição, se tentar salvar sobre um ficheiro que já\n" +"exite, o novo ficheiro irá ser renomeado\n" +"(por exemplo, se tentar salvar como out.ogg e esse ficheiro existir, passará " +"a chamar-se out.ogg.1).\n" +"Ao activar esta opção, o ficheiro antigo será substituido.\n" + +#: src/rmdPrefsWidget.py:54 +msgid "Directory where temporary files will be saved." +msgstr "Directoria onde os ficheiros temporários serão salvados" + +#: src/rmdPrefsWidget.py:56 +msgid "" +"Encode simultaneously with the recording.\n" +"This will require a lot more processing power.\n" +msgstr "" +"Codificar simultaniamente enquanto grava.\n" +"Isto irá necessitar de mais poder de processamento.\n" + +#: src/rmdPrefsWidget.py:57 +msgid "" +"Do not apply compression on the temporary files.\n" +"If enabled, the program will need less processing power,\n" +"in the expense of hard disk space.\n" +"This option is valid only when encoding on the fly is disabled." +msgstr "" +"Não aplicar compressão nos ficheiros temporários.\n" +"Se estiver activo, o programa irá necessitar de menos poder de" + +#: src/rmdPrefsWidget.py:58 +msgid "" +"This option, if enabled, will cause the program to require less\n" +"processing power, but it might make the colors look a bit more blurry." +msgstr "" +"Se esta opção estiver activo, o prgrama irá necessitar de menos\n" +"poder de processamento, mas as cores poder ficar distorcidas." + +#: src/rmdPrefsWidget.py:59 +msgid "" +"This option should be enabled when recording 3d windows.\n" +"It is also auto-enabled when recording a\n" +"known 3d compositing window manager.\n" +" " +msgstr "" +"Esta opção deve estar activa quando gravar janelas 3d.\n" +"Também é activa automaticamente quandoquando há um window manager 3d" + +#: src/rmdPrefsWidget.py:60 +msgid "Number of audio channels." +msgstr "Número de canais de audio" + +#: src/rmdPrefsWidget.py:61 +msgid "Sound frequency." +msgstr "Frequência sonora" + +#: src/rmdPrefsWidget.py:62 +msgid "ALSA sound device, that is used for sound recording." +msgstr "Dispositivo de som ALSA, usado para gravar som" + +#: src/rmdPrefsWidget.py:63 +msgid "Connection to the Xserver." +msgstr "Conecção ao Xserver" + +#: src/rmdPrefsWidget.py:64 +msgid "" +"The mouse cursor that will be drawn.\n" +"Normal is for the real cursor that you see while recording,\n" +"while black and white are fake cursors, drawn by the program.\n" +"You can also disable cursor drawing." +msgstr "" +"O cursor do rato será desenhado.\n" +"Normal é para ver o cursor real enquanto grava,\n" +"enquando branco e preto serão cursores falsos, desenhados pelo prgramaTambém " +"pode desactivar o desenho do cursor." + +#: src/rmdPrefsWidget.py:65 +msgid "" +"Use the MIT-Shared memory extension, whenever appropriate,\n" +" depending on the rest of the program settings.\n" +"Disabling this option is not recommended,\n" +"as it may severely slow down the program." +msgstr "" +"Usar a memória partilhada MIT extendida, sempre que aproriado,\n" +"dependendo do resto das opções do programa.\n" +"Desactivar esta opção não é recomando,\n" +"pois pode por o programa mais lento." + +#: src/rmdPrefsWidget.py:66 +msgid "" +"When selecting a window via the \"Select Window\" button,\n" +"include that window's decorations in the recording area." +msgstr "" + +#: src/rmdPrefsWidget.py:67 +msgid "" +"Enable or disable tooltips, like this one.\n" +"(Requires restart)" +msgstr "" + +#: src/rmdPrefsWidget.py:68 +msgid "" +"Draw a frame on the screen, around the area\n" +"that will get captured.\n" +"(This frame will remain throughout the recording.)" +msgstr "" + +#: src/rmdPrefsWidget.py:69 +msgid "" +"Enable this option to record audio through\n" +"JACK. The Jack server must be running in order to\n" +"obtain the ports that will be recorded.\n" +"The audio recorded from each one\n" +"will be written on a channel of its own.\n" +"recordMyDesktop must be compiled with JACK\n" +"support for this option to work." +msgstr "" + +#: src/rmdPrefsWidget.py:200 +msgid "Use Jack for audio capture." +msgstr "" + +#: src/rmdPrefsWidget.py:201 +msgid "" +"Select the ports you want to record from\n" +"(hold Ctrl to select multiple entries):" +msgstr "" + +#: src/rmdPrefsWidget.py:207 +msgid "Available Ports" +msgstr "" + +#: src/rmdPrefsWidget.py:347 +msgid "jack_lsp returned no ports." +msgstr "" + +#: src/rmdPrefsWidget.py:348 +msgid "Make sure that jackd is running." +msgstr "" + +#: src/rmdSimple.py:49 +msgid "Advanced" +msgstr "Avançado" + +#: src/rmdSimple.py:49 +msgid "Select Window" +msgstr "Seleccionar Janela" + +#: src/rmdSimple.py:50 +msgid "Click here to select a window to record" +msgstr "Clique aqui para seleccionar a janela para gravar" + +#: src/rmdSimple.py:51 +msgid "" +"Click to start the recording.\n" +"This window will hide itself." +msgstr "" +"Clique aqui para começar a gravar.\n" +"Esta janela irá esconder-se automaticamente." + +#: src/rmdSimple.py:52 +msgid "" +"Click to choose a filename and location.\n" +"Default is out.ogg in your home folder.\n" +"If the file already exists, the new one\n" +"will have a number attached on its name\n" +"(this behavior can be changed )" +msgstr "" +"Clique aqui para escolher o nome do\n" +"ficheiro e a sua localização.\n" +"O default é out.ogg na pasta home.\n" +"Se o ficheiro já existir, será criado\n" +"um novo com um numero no nome\n" +"(este comportamento pode ser mudado )" + +#: src/rmdSimple.py:53 +msgid "Click to exit the program." +msgstr "Clique aqui para sair do programa" + +#: src/rmdSimple.py:54 +msgid "" +"Select the video quality of your recording.\n" +"(Lower quality will require more proccessing power,\n" +"so it's recommended, when encoding on the fly,\n" +"to leave at 100)" +msgstr "" +"Seleccione a qualidade do video da sua gravação.\n" +"(Menor qualidade vai necessitar de maior processamento,\n" +"por isso é recomendado, quando fizer encoding on the fly,\n" +"deixar a 100)" + +#: src/rmdSimple.py:55 +msgid "Enable/Disable sound recording." +msgstr "Activar/Desactivar gravação de som" + +#: src/rmdSimple.py:56 +msgid "Select the audio quality of your recording." +msgstr "Seleccione a qualidade de audio da sua gravação" + +#: src/rmdSimple.py:57 +msgid "Click here to access more options." +msgstr "Clique aqui para aceder a mais opções" + +#: src/rmdSimple.py:58 +msgid "" +"\n" +"Left click and drag, on the preview image,\n" +"to select an area for recording.\n" +"Right click on it, to reset the area." +msgstr "" +"\n" +"Clique com o botão esquerdo e arraste,\n" +"na imagem de pré-visualização,\n" +"para seleccionar uma área para gravar.\n" +"Clique com o botão direito, para limpar." + +#: src/rmdTrayIcon.py:71 +msgid "Success" +msgstr "Sucesso" + +#: src/rmdTrayIcon.py:72 +msgid "Error while parsing the arguments." +msgstr "Erro enquanto analisava os argumentos" + +#: src/rmdTrayIcon.py:73 +msgid "Initializing the encoder failed(either vorbis or theora)" +msgstr "Inicialização do codificador falhou (tanto vorbis como therora)" + +#: src/rmdTrayIcon.py:74 +msgid "Could not open/configure sound card." +msgstr "Impossível abrir/configurar a placa de som" + +#: src/rmdTrayIcon.py:75 +msgid "Xdamage extension not present." +msgstr "Extensão Xdamage inexistente" + +#: src/rmdTrayIcon.py:76 +msgid "Shared memory extension not present." +msgstr "Memória partilhada inexistente" + +#: src/rmdTrayIcon.py:77 +msgid "Xfixes extension not present." +msgstr "Extensão Xfixes inexistente" + +#: src/rmdTrayIcon.py:78 +msgid "XInitThreads failed." +msgstr "XInitThreads falhou" + +#: src/rmdTrayIcon.py:79 +msgid "No $DISPLAY environment variable and none specified as argument." +msgstr "Sem a variavel ambiente $DISPLAY e sem argumentos especificados." + +#: src/rmdTrayIcon.py:80 +msgid "Cannot connect to Xserver." +msgstr "Impossivel conectar ao Xserver" + +#: src/rmdTrayIcon.py:81 +msgid "Color depth is not 24bpp." +msgstr "Profundidade da cor não é 24bpp" + +#: src/rmdTrayIcon.py:82 +msgid "Improper window specification." +msgstr "Janela improriada especificada" + +#: src/rmdTrayIcon.py:83 +msgid "Cannot attach shared memory to proccess." +msgstr "Impossivel anexar memória partilhada ao processo" + +#: src/rmdTrayIcon.py:84 +msgid "Cannot open file for writting." +msgstr "Impossivel abrir o ficheiro para escrever" + +#: src/rmdTrayIcon.py:85 +msgid "Cannot load the Jack library (dlopen/dlsym error on libjack.so)." +msgstr "" + +#: src/rmdTrayIcon.py:86 +msgid "Cannot create new client." +msgstr "" + +#: src/rmdTrayIcon.py:87 +msgid "Cannot activate client." +msgstr "" + +#: src/rmdTrayIcon.py:88 +msgid "Port registration/connection failure." +msgstr "" + +#: src/rmdTrayIcon.py:89 +msgid "Segmentation Fault" +msgstr "Falha de Segmentação" + +#: src/rmdTrayIcon.py:252 +msgid "" +"Recording is finished.\n" +"recordMyDesktop has exited with status" +msgstr "" +"Gravação terminada.\n" +"recordMyDesktop saíu com sucesso" + +#: src/rmdTrayIcon.py:253 +msgid "Description" +msgstr "Descrição" + +#: src/rmdTrayIcon.py:255 +msgid "" +"Recording is finished.\n" +"recordMyDesktop has exited with uknown\n" +"error code" +msgstr "" +"Gravação terminada.\n" +"recordMyDesktop saíu com um erro desconhecido" + +#: src/rmdTrayPopup.py:73 +msgid "gtk-recordMyDesktop" +msgstr "gtk-recordMyDesktop" + +#: src/rmdTrayPopup.py:75 +msgid "a graphical frontend for recordMyDesktop" +msgstr "Uma interface gráfica para o recordMyDesktop" + +#: src/rmdTrayPopup.py:76 +msgid "" +"Copyright (C) John Varouhakis\n" +"Portions Copyright (C) 2005-6 Zaheer Abbas Merali, John N. Laliberte\n" +"Portions Copyright (C) Fluendo S.L." +msgstr "" +"Copyright (C) John Varouhakis\n" +"Portions Copyright (C) 2005-6 Zaheer Abbas Merali, John N. Laliberte\n" +"Portions Copyright (C) Fluendo S.L." + +#: src/rmdTrayPopup.py:80 +msgid "Translator Credits And Information(Replace with your info)" +msgstr "Joel Ramos e Sérgio Matias" + +#: src/rmdTrayPopup.py:86 +msgid "_Select Area On Screen" +msgstr "_Seleccionar área no ecrã" + +#~ msgid "Shared Threshold" +#~ msgstr "Shared Threshold" + +#~ msgid "" +#~ "Amount of screen change, within a frame that triggers retrieval\n" +#~ "of the screenshot through the MIT-Shared memory extension.\n" +#~ "This option has no effect when using the full shots option.\n" +#~ msgstr "" +#~ "Quantidade de ecrã, em que a frame é gravada em screenshot\n" +#~ "através da extensão MIT-Shared memory.\n" +#~ "Esta opção não tem efeito usando a opção full shots.\n" diff --git a/qt-recordmydesktop/po/pt_BR.po b/qt-recordmydesktop/po/pt_BR.po new file mode 100644 index 0000000..9bb7175 --- /dev/null +++ b/qt-recordmydesktop/po/pt_BR.po @@ -0,0 +1,512 @@ +# Caio Alonso <lancelotz.skywalker@gmail.com>, 2007. +# +# +msgid "" +msgstr "" +"Project-Id-Version: gtk-recordMyDesktop 0.3.1\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2007-03-18 17:54+0200\n" +"PO-Revision-Date: 2006-12-24 10:48-0200\n" +"Last-Translator: Caio Alonso <lancelotz.skywalker@gmail.com>\n" +"Language-Team: Portuguese/Brazil <gnome-l10n-br@listas.cipsga.org.br>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: src/rmdMonitor.py:14 +msgid "" +"Please wait while your recording is being encoded\n" +"WARNING!!!\n" +"If you press Cancel or close this window,\n" +"this proccess cannot be resumed!" +msgstr "" +"Por favor espere enquanto a sua gravação é codificada\n" +"AVISO!!\n" +"Se primir cancelar ou fechar esta janela,\n" +"o processo não pode ser continuado!" + +#: src/rmdMonitor.py:38 src/rmdMonitor.py:59 +msgid "complete" +msgstr "completo" + +#: src/rmdPrefsWidget.py:42 +msgid "Overwite Existing Files" +msgstr "Sobrepor Arquivos Existentes" + +#: src/rmdPrefsWidget.py:42 +msgid "Working Directory" +msgstr "Diretório de trabalho" + +#: src/rmdPrefsWidget.py:43 src/rmdPrefsWidget.py:55 +msgid "Frames Per Second" +msgstr "Quadros por segundo" + +#: src/rmdPrefsWidget.py:43 +msgid "Encode On the Fly" +msgstr "Encode On the Fly" + +#: src/rmdPrefsWidget.py:43 +msgid "Zero Compression" +msgstr "Compressão zero" + +#: src/rmdPrefsWidget.py:44 +msgid "Quick Subsampling" +msgstr "Conversão rápida de RGB para YUV" + +#: src/rmdPrefsWidget.py:44 +msgid "Full shots at every frame" +msgstr "Screenshots completas a cada quadro" + +#: src/rmdPrefsWidget.py:45 +msgid "Channels" +msgstr "Canais" + +#: src/rmdPrefsWidget.py:45 +msgid "Frequency" +msgstr "Frequência" + +#: src/rmdPrefsWidget.py:45 +msgid "Device" +msgstr "Dispositivo de Som" + +#: src/rmdPrefsWidget.py:45 +msgid "Display" +msgstr "Dispositivo" + +#: src/rmdPrefsWidget.py:45 +msgid "Mouse Cursor" +msgstr "Cursor do mouse" + +#: src/rmdPrefsWidget.py:46 +msgid "MIT-Shm extension" +msgstr "Extensão MIT-Shm" + +#: src/rmdPrefsWidget.py:46 +msgid "Include Window Decorations" +msgstr "" + +#: src/rmdPrefsWidget.py:46 +msgid "Tooltips" +msgstr "" + +#: src/rmdPrefsWidget.py:47 +msgid "Outline Capture Area On Screen" +msgstr "" + +#: src/rmdPrefsWidget.py:48 src/rmdSimple.py:48 +msgid "Video Quality" +msgstr "Qualidade de Vídeo" + +#: src/rmdPrefsWidget.py:48 src/rmdSimple.py:48 +msgid "Sound Quality" +msgstr "Qualidade de Som" + +#: src/rmdPrefsWidget.py:49 +msgid "Drop Frames(encoder)" +msgstr "Perder quadros(codificador)" + +#: src/rmdPrefsWidget.py:49 +msgid "Startup Delay(secs)" +msgstr "Atraso ao iniciar(segundos)" + +#: src/rmdPrefsWidget.py:50 +msgid "Normal" +msgstr "Normal" + +#: src/rmdPrefsWidget.py:50 +msgid "White" +msgstr "Branco" + +#: src/rmdPrefsWidget.py:50 +msgid "Black" +msgstr "Preto" + +#: src/rmdPrefsWidget.py:50 +msgid "None" +msgstr "Nenhum" + +#: src/rmdPrefsWidget.py:51 +msgid "Enabled" +msgstr "Ativado" + +#: src/rmdPrefsWidget.py:51 +msgid "Disabled" +msgstr "Desativado" + +#: src/rmdPrefsWidget.py:52 +msgid "Files" +msgstr "Arquivos" + +#: src/rmdPrefsWidget.py:52 +msgid "Performance" +msgstr "Performance" + +#: src/rmdPrefsWidget.py:52 +msgid "Sound" +msgstr "Som" + +#: src/rmdPrefsWidget.py:52 +msgid "Misc" +msgstr "Variado" + +#: src/rmdPrefsWidget.py:53 +msgid "" +"By default, if you try to save under a filename that already\n" +"exists, 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).\n" +"By checking this box, this behavior is disabled and the old file is " +"overwritten.\n" +msgstr "" +"Por padrão, se tentar salvar sobre um arquivo que já\n" +"existe, o novo arquivo irá ser renomeado\n" +"(por exemplo, se tentar salvar como out.ogg e esse arquivo existir, passará " +"a chamar-se out.ogg.1).\n" +"Ao ativar esta opção, o arquivo antigo será substituido.\n" + +#: src/rmdPrefsWidget.py:54 +msgid "Directory where temporary files will be saved." +msgstr "Diretório onde os arquivos temporários serão salvos." + +#: src/rmdPrefsWidget.py:56 +msgid "" +"Encode simultaneously with the recording.\n" +"This will require a lot more processing power.\n" +msgstr "" +"Codificar simultâneamente enquanto grava.\n" +"Isso irá requerir um maior poder de processamento.\n" + +#: src/rmdPrefsWidget.py:57 +msgid "" +"Do not apply compression on the temporary files.\n" +"If enabled, the program will need less processing power,\n" +"in the expense of hard disk space.\n" +"This option is valid only when encoding on the fly is disabled." +msgstr "" +"Não aplicar compressão nos arquivos temporários.\n" +"Se estiver ativo, o programa irá requerir um menor poder de\n" +"processamento, em troca de mais espaço no disco.\n" +"Esta opção é válida somente quando encoding-on-the-fly está\n" +"desativado." + +#: src/rmdPrefsWidget.py:58 +msgid "" +"This option, if enabled, will cause the program to require less\n" +"processing power, but it might make the colors look a bit more blurry." +msgstr "" +"Se esta opção estiver ativa, o programa irá necessitar de menos\n" +"poder de processamento, mas as cores poder ficar distorcidas." + +#: src/rmdPrefsWidget.py:59 +msgid "" +"This option should be enabled when recording 3d windows.\n" +"It is also auto-enabled when recording a\n" +"known 3d compositing window manager.\n" +" " +msgstr "" +"Esta opção deve estar ativa quando gravar janelas 3d.\n" +"Também é ativada automaticamente quando há um\n" +"gerenciador de janelas 3d." + +#: src/rmdPrefsWidget.py:60 +msgid "Number of audio channels." +msgstr "Número de canais de audio" + +#: src/rmdPrefsWidget.py:61 +msgid "Sound frequency." +msgstr "Frequência sonora" + +#: src/rmdPrefsWidget.py:62 +msgid "ALSA sound device, that is used for sound recording." +msgstr "Dispositivo de som ALSA, usado para gravar som" + +#: src/rmdPrefsWidget.py:63 +msgid "Connection to the Xserver." +msgstr "Conexão ao Xserver" + +#: src/rmdPrefsWidget.py:64 +msgid "" +"The mouse cursor that will be drawn.\n" +"Normal is for the real cursor that you see while recording,\n" +"while black and white are fake cursors, drawn by the program.\n" +"You can also disable cursor drawing." +msgstr "" +"O cursor do mouse será desenhado.\n" +"Normal é para ver o cursor real enquanto grava,\n" +"enquando branco e preto são cursores falsos, desenhados\n" +"pelo programa. Também pode-se desativar o cursor." + +#: src/rmdPrefsWidget.py:65 +msgid "" +"Use the MIT-Shared memory extension, whenever appropriate,\n" +" depending on the rest of the program settings.\n" +"Disabling this option is not recommended,\n" +"as it may severely slow down the program." +msgstr "" +"Usar a memória MIT compartilhada, sempre que aproriado,\n" +"dependendo do resto das opções do programa.\n" +"Desativar esta opção não é recomendado,\n" +"pois o deixar o programa mais lento." + +#: src/rmdPrefsWidget.py:66 +msgid "" +"When selecting a window via the \"Select Window\" button,\n" +"include that window's decorations in the recording area." +msgstr "" + +#: src/rmdPrefsWidget.py:67 +msgid "" +"Enable or disable tooltips, like this one.\n" +"(Requires restart)" +msgstr "" + +#: src/rmdPrefsWidget.py:68 +msgid "" +"Draw a frame on the screen, around the area\n" +"that will get captured.\n" +"(This frame will remain throughout the recording.)" +msgstr "" + +#: src/rmdPrefsWidget.py:69 +msgid "" +"Enable this option to record audio through\n" +"JACK. The Jack server must be running in order to\n" +"obtain the ports that will be recorded.\n" +"The audio recorded from each one\n" +"will be written on a channel of its own.\n" +"recordMyDesktop must be compiled with JACK\n" +"support for this option to work." +msgstr "" + +#: src/rmdPrefsWidget.py:200 +msgid "Use Jack for audio capture." +msgstr "" + +#: src/rmdPrefsWidget.py:201 +msgid "" +"Select the ports you want to record from\n" +"(hold Ctrl to select multiple entries):" +msgstr "" + +#: src/rmdPrefsWidget.py:207 +msgid "Available Ports" +msgstr "" + +#: src/rmdPrefsWidget.py:347 +msgid "jack_lsp returned no ports." +msgstr "" + +#: src/rmdPrefsWidget.py:348 +msgid "Make sure that jackd is running." +msgstr "" + +#: src/rmdSimple.py:49 +msgid "Advanced" +msgstr "Avançado" + +#: src/rmdSimple.py:49 +msgid "Select Window" +msgstr "Selecionar Janela" + +#: src/rmdSimple.py:50 +msgid "Click here to select a window to record" +msgstr "Clique aqui para selecionar a janela para gravar" + +#: src/rmdSimple.py:51 +msgid "" +"Click to start the recording.\n" +"This window will hide itself." +msgstr "" +"Clique aqui para começar a gravação.\n" +"Esta janela irá esconder-se automaticamente." + +#: src/rmdSimple.py:52 +msgid "" +"Click to choose a filename and location.\n" +"Default is out.ogg in your home folder.\n" +"If the file already exists, the new one\n" +"will have a number attached on its name\n" +"(this behavior can be changed )" +msgstr "" +"Clique aqui para escolher o nome do\n" +"arquivo e a sua localização.\n" +"O padrão é out.ogg na pasta home.\n" +"Se o arquivo já existir, será criado\n" +"um novo com um numero no nome\n" +"(este comportamento pode ser mudado )" + +#: src/rmdSimple.py:53 +msgid "Click to exit the program." +msgstr "Clique aqui para sair do programa." + +#: src/rmdSimple.py:54 +msgid "" +"Select the video quality of your recording.\n" +"(Lower quality will require more proccessing power,\n" +"so it's recommended, when encoding on the fly,\n" +"to leave at 100)" +msgstr "" +"Selecione a qualidade do video da sua gravação.\n" +"(Uma menor qualidade vai necessitar maior processamento,\n" +"por isso é recomendado, quando utilizar encoding on the fly,\n" +"deixar em 100)" + +#: src/rmdSimple.py:55 +msgid "Enable/Disable sound recording." +msgstr "Ativar/Desativar gravação de som." + +#: src/rmdSimple.py:56 +msgid "Select the audio quality of your recording." +msgstr "Selecione a qualidade do audio de sua gravação." + +#: src/rmdSimple.py:57 +msgid "Click here to access more options." +msgstr "Clique aqui para acessar mais opções." + +#: src/rmdSimple.py:58 +msgid "" +"\n" +"Left click and drag, on the preview image,\n" +"to select an area for recording.\n" +"Right click on it, to reset the area." +msgstr "" +"\n" +"Clique com o botão esquerdo e arraste\n" +" na imagem de pré-visualização,\n" +"para selecionar uma área para gravar.\n" +"Clique com o botão direito para limpar a área." + +#: src/rmdTrayIcon.py:71 +msgid "Success" +msgstr "Sucesso" + +#: src/rmdTrayIcon.py:72 +msgid "Error while parsing the arguments." +msgstr "Erro enquanto analisava os argumentos" + +#: src/rmdTrayIcon.py:73 +msgid "Initializing the encoder failed(either vorbis or theora)" +msgstr "Inicialização do codificador falhou (tanto vorbis como therora)" + +#: src/rmdTrayIcon.py:74 +msgid "Could not open/configure sound card." +msgstr "Impossível abrir/configurar a placa de som" + +#: src/rmdTrayIcon.py:75 +msgid "Xdamage extension not present." +msgstr "Extensão Xdamage inexistente" + +#: src/rmdTrayIcon.py:76 +msgid "Shared memory extension not present." +msgstr "Memória compartilhada inexistente" + +#: src/rmdTrayIcon.py:77 +msgid "Xfixes extension not present." +msgstr "Extensão Xfixes inexistente" + +#: src/rmdTrayIcon.py:78 +msgid "XInitThreads failed." +msgstr "XInitThreads falhou" + +#: src/rmdTrayIcon.py:79 +msgid "No $DISPLAY environment variable and none specified as argument." +msgstr "Sem a variável ambiente $DISPLAY e sem argumentos especificados." + +#: src/rmdTrayIcon.py:80 +msgid "Cannot connect to Xserver." +msgstr "Impossível conectar ao Xserver" + +#: src/rmdTrayIcon.py:81 +msgid "Color depth is not 24bpp." +msgstr "Profundidade da cor não é 24bpp" + +#: src/rmdTrayIcon.py:82 +msgid "Improper window specification." +msgstr "Janela imprópria especificada." + +#: src/rmdTrayIcon.py:83 +msgid "Cannot attach shared memory to proccess." +msgstr "Impossível anexar memória partilhada ao processo" + +#: src/rmdTrayIcon.py:84 +msgid "Cannot open file for writting." +msgstr "Impossível abrir o arquivo para escrever" + +#: src/rmdTrayIcon.py:85 +msgid "Cannot load the Jack library (dlopen/dlsym error on libjack.so)." +msgstr "" + +#: src/rmdTrayIcon.py:86 +msgid "Cannot create new client." +msgstr "" + +#: src/rmdTrayIcon.py:87 +msgid "Cannot activate client." +msgstr "" + +#: src/rmdTrayIcon.py:88 +msgid "Port registration/connection failure." +msgstr "" + +#: src/rmdTrayIcon.py:89 +msgid "Segmentation Fault" +msgstr "Falha de Segmentação" + +#: src/rmdTrayIcon.py:252 +msgid "" +"Recording is finished.\n" +"recordMyDesktop has exited with status" +msgstr "" +"Gravação terminada.\n" +"recordMyDesktop saíu com sucesso" + +#: src/rmdTrayIcon.py:253 +msgid "Description" +msgstr "Descrição" + +#: src/rmdTrayIcon.py:255 +msgid "" +"Recording is finished.\n" +"recordMyDesktop has exited with uknown\n" +"error code" +msgstr "" +"Gravação terminada.\n" +"recordMyDesktop saiu com um erro desconhecido" + +#: src/rmdTrayPopup.py:73 +msgid "gtk-recordMyDesktop" +msgstr "gtk-recordMyDesktop" + +#: src/rmdTrayPopup.py:75 +msgid "a graphical frontend for recordMyDesktop" +msgstr "Uma interface gráfica para o recordMyDesktop" + +#: src/rmdTrayPopup.py:76 +msgid "" +"Copyright (C) John Varouhakis\n" +"Portions Copyright (C) 2005-6 Zaheer Abbas Merali, John N. Laliberte\n" +"Portions Copyright (C) Fluendo S.L." +msgstr "" +"Copyright (C) John Varouhakis\n" +"Portions Copyright (C) 2005-6 Zaheer Abbas Merali, John N. Laliberte\n" +"Portions Copyright (C) Fluendo S.L." + +#: src/rmdTrayPopup.py:80 +msgid "Translator Credits And Information(Replace with your info)" +msgstr "Caio Alonso" + +#: src/rmdTrayPopup.py:86 +msgid "_Select Area On Screen" +msgstr "_Selecionar área na tela" + +#~ msgid "Shared Threshold" +#~ msgstr "Shared Threshold" + +#~ msgid "" +#~ "Amount of screen change, within a frame that triggers retrieval\n" +#~ "of the screenshot through the MIT-Shared memory extension.\n" +#~ "This option has no effect when using the full shots option.\n" +#~ msgstr "" +#~ "Quantidade de ecrã, em que a frame é gravada em screenshot\n" +#~ "através da extensão MIT-Shared memory.\n" +#~ "Esta opção não tem efeito usando a opção full shots.\n" diff --git a/qt-recordmydesktop/po/ru.po b/qt-recordmydesktop/po/ru.po new file mode 100644 index 0000000..8d839d1 --- /dev/null +++ b/qt-recordmydesktop/po/ru.po @@ -0,0 +1,519 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# JekaDer <yourname@mail.ru>, 2007. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: 0.1\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2007-03-18 17:54+0200\n" +"PO-Revision-Date: 2007-04-15 20:00+0200\n" +"Last-Translator: JekaDer <yourname@mail.ru>\n" +"Language-Team: Russian <ru@li.org>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: src/rmdMonitor.py:14 +msgid "" +"Please wait while your recording is being encoded\n" +"WARNING!!!\n" +"If you press Cancel or close this window,\n" +"this proccess cannot be resumed!" +msgstr "" +"Please wait while your recording is being encoded\n" +"ВНИМАНИЕ!!!\n" +"Если Вы нажмёте кнопку ОТМЕНА, или закроете окно,\n" +"данные будут утеряны безвозвратно!" + +#: src/rmdMonitor.py:38 src/rmdMonitor.py:59 +msgid "complete" +msgstr "готово" + +#: src/rmdPrefsWidget.py:42 +msgid "Overwite Existing Files" +msgstr "Переписать существующие файлы" + +#: src/rmdPrefsWidget.py:42 +msgid "Working Directory" +msgstr "Рабочая директория" + +#: src/rmdPrefsWidget.py:43 src/rmdPrefsWidget.py:55 +msgid "Frames Per Second" +msgstr "Кадров в секунду" + +#: src/rmdPrefsWidget.py:43 +msgid "Encode On the Fly" +msgstr "Кодитовать на лету" + +#: src/rmdPrefsWidget.py:43 +msgid "Zero Compression" +msgstr "Без сжатия" + +#: src/rmdPrefsWidget.py:44 +msgid "Quick Subsampling" +msgstr "Быстрое масштабирование" + +#: src/rmdPrefsWidget.py:44 +msgid "Full shots at every frame" +msgstr "Полные снимкм каждый кадр" + +#: src/rmdPrefsWidget.py:45 +msgid "Channels" +msgstr "Каналы" + +#: src/rmdPrefsWidget.py:45 +msgid "Frequency" +msgstr "Частота" + +#: src/rmdPrefsWidget.py:45 +msgid "Device" +msgstr "Устройство" + +#: src/rmdPrefsWidget.py:45 +msgid "Display" +msgstr "Экран" + +#: src/rmdPrefsWidget.py:45 +msgid "Mouse Cursor" +msgstr "Указатель мыши" + +#: src/rmdPrefsWidget.py:46 +msgid "MIT-Shm extension" +msgstr "расширение MIT-Shm" + +#: src/rmdPrefsWidget.py:46 +msgid "Include Window Decorations" +msgstr "Включать обрамление окна" + +#: src/rmdPrefsWidget.py:46 +msgid "Tooltips" +msgstr "Подсказки" + +#: src/rmdPrefsWidget.py:47 +msgid "Outline Capture Area On Screen" +msgstr "Обвести область захвата на экране" + +#: src/rmdPrefsWidget.py:48 src/rmdSimple.py:48 +msgid "Video Quality" +msgstr "Качество картинки" + +#: src/rmdPrefsWidget.py:48 src/rmdSimple.py:48 +msgid "Sound Quality" +msgstr "Качество звука" + +#: src/rmdPrefsWidget.py:49 +msgid "Drop Frames(encoder)" +msgstr "Опускать кадры(при кодировании)" + +#: src/rmdPrefsWidget.py:49 +msgid "Startup Delay(secs)" +msgstr "Задержка перед запуском (сек)" + +#: src/rmdPrefsWidget.py:50 +msgid "Normal" +msgstr "Обычный" + +#: src/rmdPrefsWidget.py:50 +msgid "White" +msgstr "Белый" + +#: src/rmdPrefsWidget.py:50 +msgid "Black" +msgstr "Чёрный" + +#: src/rmdPrefsWidget.py:50 +msgid "None" +msgstr "Никакого" + +#: src/rmdPrefsWidget.py:51 +msgid "Enabled" +msgstr "Вкл" + +#: src/rmdPrefsWidget.py:51 +msgid "Disabled" +msgstr "Откл" + +#: src/rmdPrefsWidget.py:52 +msgid "Files" +msgstr "Файлы" + +#: src/rmdPrefsWidget.py:52 +msgid "Performance" +msgstr "Быстродействие" + +#: src/rmdPrefsWidget.py:52 +msgid "Sound" +msgstr "Звук" + +#: src/rmdPrefsWidget.py:52 +msgid "Misc" +msgstr "Разное" + +#: src/rmdPrefsWidget.py:53 +msgid "" +"By default, if you try to save under a filename that already\n" +"exists, 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).\n" +"By checking this box, this behavior is disabled and the old file is " +"overwritten.\n" +msgstr "" +"По умолчанию, при попытке сохранить, используя имя существующего файла,\n" +"новый файл будет переименован\n" +"(к примеру, если назвать выходной файл out.ogg а такой файл уже существует," +"то файл будет создан под названием out.ogg.1).\n" +"При включении опции, новый файл будет записан поверхсуществующего.\n" + +#: src/rmdPrefsWidget.py:54 +msgid "Directory where temporary files will be saved." +msgstr "Директория для временных файлов" + +#: src/rmdPrefsWidget.py:56 +msgid "" +"Encode simultaneously with the recording.\n" +"This will require a lot more processing power.\n" +msgstr "" +"Кодировать во время записи.\n" +"Это затребует намного больше ресурсов\n" + +#: src/rmdPrefsWidget.py:57 +msgid "" +"Do not apply compression on the temporary files.\n" +"If enabled, the program will need less processing power,\n" +"in the expense of hard disk space.\n" +"This option is valid only when encoding on the fly is disabled." +msgstr "" +"Не сжимать временные файлы\n" +"Включив эту опцию, можно снизить нагрузку на процессор,\n" +"однако понадобится больше места на диске.\n" +"Опция работает только при отключённом сжатии на лету." + +#: src/rmdPrefsWidget.py:58 +msgid "" +"This option, if enabled, will cause the program to require less\n" +"processing power, but it might make the colors look a bit more blurry." +msgstr "" +"Включив эту опцию, можно снизить нагрузку на процессор,\n" +"но она может размыть цвета." + +#: src/rmdPrefsWidget.py:59 +msgid "" +"This option should be enabled when recording 3d windows.\n" +"It is also auto-enabled when recording a\n" +"known 3d compositing window manager.\n" +" " +msgstr "" +"Эту опцию нужно включить при захвате 3D окон.\n" +"Она включается автоматически, при работе\n" +"3D композитного менеджера окон.\n" +" " + +#: src/rmdPrefsWidget.py:60 +msgid "Number of audio channels." +msgstr "Число аудиоканалов." + +#: src/rmdPrefsWidget.py:61 +msgid "Sound frequency." +msgstr "Частота звука" + +#: src/rmdPrefsWidget.py:62 +msgid "ALSA sound device, that is used for sound recording." +msgstr "Звуковое устройство ALSA, используемое для захвата звука" + +#: src/rmdPrefsWidget.py:63 +msgid "Connection to the Xserver." +msgstr "Соединение с Xserver" + +#: src/rmdPrefsWidget.py:64 +msgid "" +"The mouse cursor that will be drawn.\n" +"Normal is for the real cursor that you see while recording,\n" +"while black and white are fake cursors, drawn by the program.\n" +"You can also disable cursor drawing." +msgstr "" +"Указатель мыши в записи.\n" +"Обычный - это настоящий указатель, который виден при записи,\n" +"в то время, как белый и чёрный указатели отрисовываются программой.\n" +"Можно так-же отключить отрисовку указателя." + +#: src/rmdPrefsWidget.py:65 +msgid "" +"Use the MIT-Shared memory extension, whenever appropriate,\n" +" depending on the rest of the program settings.\n" +"Disabling this option is not recommended,\n" +"as it may severely slow down the program." +msgstr "" +"Использовать MIT-Shared расширение памяти, если это возможно,\n" +" в зависимости от настроек программы.\n" +"Отключать данную опцию не рекомендуется,\n" +"так как это может существенно замедлить работу программы." + +#: src/rmdPrefsWidget.py:66 +msgid "" +"When selecting a window via the \"Select Window\" button,\n" +"include that window's decorations in the recording area." +msgstr "" +"При выборе окна кнопкой \"Выбрать Окно\",\n" +"включать его обрамление в запись." + +#: src/rmdPrefsWidget.py:67 +msgid "" +"Enable or disable tooltips, like this one.\n" +"(Requires restart)" +msgstr "" +"Включить, или выключить подсказки, как эта.\n" +"(Требуется перезапуск)" + +#: src/rmdPrefsWidget.py:68 +msgid "" +"Draw a frame on the screen, around the area\n" +"that will get captured.\n" +"(This frame will remain throughout the recording.)" +msgstr "" +"Показать на экране рамку области,\n" +"которая будет захвачена.\n" +"(Эта рамка будет видна всё время захвата.)" + +#: src/rmdPrefsWidget.py:69 +msgid "" +"Enable this option to record audio through\n" +"JACK. The Jack server must be running in order to\n" +"obtain the ports that will be recorded.\n" +"The audio recorded from each one\n" +"will be written on a channel of its own.\n" +"recordMyDesktop must be compiled with JACK\n" +"support for this option to work." +msgstr "" +"Включите данную опцию, чтобы записывать звук через\n" +"JACK. Сервер Jack должен быть запущен, чтобы\n" +"получить порты, которые будут записаны.\n" +"Звук, захваченный с каждого из них,\n" +"будет записан в отдельный звуковой канал.\n" +"recordMyDesktop должен быть скмпиллирован\n" +"с поддержкой JACK для работы этой опции." + +#: src/rmdPrefsWidget.py:200 +msgid "Use Jack for audio capture." +msgstr "Использовать Jack для захвата звука" + +#: src/rmdPrefsWidget.py:201 +msgid "" +"Select the ports you want to record from\n" +"(hold Ctrl to select multiple entries):" +msgstr "" +"Выберите порты, с которых будет производиться запись\n" +"(держите Ctrl, чтоб выбрать несколько):" + +#: src/rmdPrefsWidget.py:207 +msgid "Available Ports" +msgstr "Доступные порты" + +#: src/rmdPrefsWidget.py:347 +msgid "jack_lsp returned no ports." +msgstr "jack_lsp не вернул портов" + +#: src/rmdPrefsWidget.py:348 +msgid "Make sure that jackd is running." +msgstr "Убедитесь, что запущен jackd." + +#: src/rmdSimple.py:49 +msgid "Advanced" +msgstr "Дополнительно" + +#: src/rmdSimple.py:49 +msgid "Select Window" +msgstr "Выбрать окно" + +#: src/rmdSimple.py:50 +msgid "Click here to select a window to record" +msgstr "Нажмите сюда, чтобы выбрать окно для захвата" + +#: src/rmdSimple.py:51 +msgid "" +"Click to start the recording.\n" +"This window will hide itself." +msgstr "" +"Нажмите, чтобы начать захват.\n" +"Это окно скроется." + +#: src/rmdSimple.py:52 +msgid "" +"Click to choose a filename and location.\n" +"Default is out.ogg in your home folder.\n" +"If the file already exists, the new one\n" +"will have a number attached on its name\n" +"(this behavior can be changed )" +msgstr "" +"Нажмите для выбора названия файла, и расположения.\n" +"По умолчанию, это out.ogg в домашней папке.\n" +"Если файл уже существует, к названию нового\n" +"будет добавлена цифра\n" +"(это поведение возможно изменить )" + +#: src/rmdSimple.py:53 +msgid "Click to exit the program." +msgstr "Нажмите для выхода из программы" + +#: src/rmdSimple.py:54 +msgid "" +"Select the video quality of your recording.\n" +"(Lower quality will require more proccessing power,\n" +"so it's recommended, when encoding on the fly,\n" +"to leave at 100)" +msgstr "" +"Выберите качество видео для захвата.\n" +"(Более низкое качество сильнее загрузит процессор,\n" +"поэтому при сжатии на лету, рекомендуется,\n" +"оставить 100)" + +#: src/rmdSimple.py:55 +msgid "Enable/Disable sound recording." +msgstr "Включить/Выключить захват звука" + +#: src/rmdSimple.py:56 +msgid "Select the audio quality of your recording." +msgstr "Выберите качество звука" + +#: src/rmdSimple.py:57 +msgid "Click here to access more options." +msgstr "Нажмите сюда для доступа к дополнительным настройкам" + +#: src/rmdSimple.py:58 +msgid "" +"\n" +"Left click and drag, on the preview image,\n" +"to select an area for recording.\n" +"Right click on it, to reset the area." +msgstr "" +"\n" +"Зажмите левую кнопку мыши, и ведите по изображению,\n" +"чтобы выбрать область для записи.\n" +"Нажмите правой кнопкой, чтобы начать снова." + +#: src/rmdTrayIcon.py:71 +msgid "Success" +msgstr "Готово" + +#: src/rmdTrayIcon.py:72 +msgid "Error while parsing the arguments." +msgstr "Ошибка при обработке параметров." + +#: src/rmdTrayIcon.py:73 +msgid "Initializing the encoder failed(either vorbis or theora)" +msgstr "Невозможно запустить кодек vorbis или theora." + +#: src/rmdTrayIcon.py:74 +msgid "Could not open/configure sound card." +msgstr "Невозможно открыть/настроить аудиоустройство." + +#: src/rmdTrayIcon.py:75 +msgid "Xdamage extension not present." +msgstr "отсутствует расширение Xdamage." + +#: src/rmdTrayIcon.py:76 +msgid "Shared memory extension not present." +msgstr "отсутствует расширение Shared memory" + +#: src/rmdTrayIcon.py:77 +msgid "Xfixes extension not present." +msgstr "отсутствует расширение Xfixes." + +#: src/rmdTrayIcon.py:78 +msgid "XInitThreads failed." +msgstr "не удалось выполнить XInitThreads" + +#: src/rmdTrayIcon.py:79 +msgid "No $DISPLAY environment variable and none specified as argument." +msgstr "Отсутствует переменная окружения $DISPLAY." + +#: src/rmdTrayIcon.py:80 +msgid "Cannot connect to Xserver." +msgstr "Ошибка подключения к Xserver." + +#: src/rmdTrayIcon.py:81 +msgid "Color depth is not 24bpp." +msgstr "Глубина цвета - не 24bpp." + +#: src/rmdTrayIcon.py:82 +msgid "Improper window specification." +msgstr "Неправильные параметры окна" + +#: src/rmdTrayIcon.py:83 +msgid "Cannot attach shared memory to proccess." +msgstr "Невозможно подключить shared memory к процессу" + +#: src/rmdTrayIcon.py:84 +msgid "Cannot open file for writting." +msgstr "Невозможно открыть файл на запись" + +#: src/rmdTrayIcon.py:85 +msgid "Cannot load the Jack library (dlopen/dlsym error on libjack.so)." +msgstr "" +"Невозможно загрузить библиотеку Jack (ошибка dlopen/dlsym в libjack.so)." + +#: src/rmdTrayIcon.py:86 +msgid "Cannot create new client." +msgstr "Невозможно создать новый клиент" + +#: src/rmdTrayIcon.py:87 +msgid "Cannot activate client." +msgstr "Невозможно активировать клиент" + +#: src/rmdTrayIcon.py:88 +msgid "Port registration/connection failure." +msgstr "Ошибка открытия порта." + +#: src/rmdTrayIcon.py:89 +msgid "Segmentation Fault" +msgstr "Ошибка сегментирования" + +#: src/rmdTrayIcon.py:252 +msgid "" +"Recording is finished.\n" +"recordMyDesktop has exited with status" +msgstr "" +"Запись окончена.\n" +"recordMyDesktop завершился со статусом" + +#: src/rmdTrayIcon.py:253 +msgid "Description" +msgstr "Описание" + +#: src/rmdTrayIcon.py:255 +msgid "" +"Recording is finished.\n" +"recordMyDesktop has exited with uknown\n" +"error code" +msgstr "" +"Запись окончена.\n" +"recordMyDesktop завершился с неизвестным\n" +"кодом ошибки" + +#: src/rmdTrayPopup.py:73 +msgid "gtk-recordMyDesktop" +msgstr "gtk-recordMyDesktop" + +#: src/rmdTrayPopup.py:75 +msgid "a graphical frontend for recordMyDesktop" +msgstr "графическая оболочка для recordMyDesktop" + +#: src/rmdTrayPopup.py:76 +msgid "" +"Copyright (C) John Varouhakis\n" +"Portions Copyright (C) 2005-6 Zaheer Abbas Merali, John N. Laliberte\n" +"Portions Copyright (C) Fluendo S.L." +msgstr "" +"Copyright (C) John Varouhakis\n" +"Portions Copyright (C) 2005-6 Zaheer Abbas Merali, John N. Laliberte\n" +"Portions Copyright (C) Fluendo S.L." + +#: src/rmdTrayPopup.py:80 +msgid "Translator Credits And Information(Replace with your info)" +msgstr "перевод - JekaDer, 2007" + +#: src/rmdTrayPopup.py:86 +msgid "_Select Area On Screen" +msgstr "_Выбрать область экрана" diff --git a/qt-recordmydesktop/po/tr.po b/qt-recordmydesktop/po/tr.po new file mode 100644 index 0000000..1d3c80a --- /dev/null +++ b/qt-recordmydesktop/po/tr.po @@ -0,0 +1,522 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2007-03-18 17:54+0200\n" +"PO-Revision-Date: 2006-12-12 17:50+0200\n" +"Last-Translator: Eren İnan Canpolat <ereninan@yahoo.com>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: src/rmdMonitor.py:14 +msgid "" +"Please wait while your recording is being encoded\n" +"WARNING!!!\n" +"If you press Cancel or close this window,\n" +"this proccess cannot be resumed!" +msgstr "" +"Lütfen kayıt kodlanırken bekleyin\n" +"UYARI!!!\n" +"Eğer İptal'e basarsanız ya da bu pencereyi kapatırsanız\n" +"süreç kaldığı yerden başlatılamaz!" + +#: src/rmdMonitor.py:38 src/rmdMonitor.py:59 +msgid "complete" +msgstr "tamamlandı" + +#: src/rmdPrefsWidget.py:42 +msgid "Overwite Existing Files" +msgstr "Varolan Dosyaların Üstüne Yaz" + +#: src/rmdPrefsWidget.py:42 +msgid "Working Directory" +msgstr "Çalışma Dizini" + +#: src/rmdPrefsWidget.py:43 src/rmdPrefsWidget.py:55 +msgid "Frames Per Second" +msgstr "Frames Per Second (kare/saniye)" + +#: src/rmdPrefsWidget.py:43 +msgid "Encode On the Fly" +msgstr "Eşzamanlı Kodlama" + +#: src/rmdPrefsWidget.py:43 +msgid "Zero Compression" +msgstr "Sıfır Sıkıştırma" + +#: src/rmdPrefsWidget.py:44 +msgid "Quick Subsampling" +msgstr "Hızlı Alt-örnekleme" + +#: src/rmdPrefsWidget.py:44 +msgid "Full shots at every frame" +msgstr "Her karenin tamamını kopyala" + +#: src/rmdPrefsWidget.py:45 +msgid "Channels" +msgstr "Kanallar" + +#: src/rmdPrefsWidget.py:45 +msgid "Frequency" +msgstr "Frekans" + +#: src/rmdPrefsWidget.py:45 +msgid "Device" +msgstr "Aygıt" + +#: src/rmdPrefsWidget.py:45 +msgid "Display" +msgstr "Display" + +#: src/rmdPrefsWidget.py:45 +msgid "Mouse Cursor" +msgstr "Fare İmleci" + +#: src/rmdPrefsWidget.py:46 +msgid "MIT-Shm extension" +msgstr "MIT-Shm eklentisi" + +#: src/rmdPrefsWidget.py:46 +msgid "Include Window Decorations" +msgstr "" + +#: src/rmdPrefsWidget.py:46 +msgid "Tooltips" +msgstr "" + +#: src/rmdPrefsWidget.py:47 +msgid "Outline Capture Area On Screen" +msgstr "" + +#: src/rmdPrefsWidget.py:48 src/rmdSimple.py:48 +msgid "Video Quality" +msgstr "Görüntü Kalitesi" + +#: src/rmdPrefsWidget.py:48 src/rmdSimple.py:48 +msgid "Sound Quality" +msgstr "Ses Kalitesi" + +#: src/rmdPrefsWidget.py:49 +msgid "Drop Frames(encoder)" +msgstr "Fazla Kareleri Yoksay (kodlayıcı)" + +#: src/rmdPrefsWidget.py:49 +msgid "Startup Delay(secs)" +msgstr "Başlangıç Gecikmesi (saniye)" + +#: src/rmdPrefsWidget.py:50 +msgid "Normal" +msgstr "Normal" + +#: src/rmdPrefsWidget.py:50 +msgid "White" +msgstr "Beyaz" + +#: src/rmdPrefsWidget.py:50 +msgid "Black" +msgstr "Siyah" + +#: src/rmdPrefsWidget.py:50 +msgid "None" +msgstr "Hiçbiri" + +#: src/rmdPrefsWidget.py:51 +msgid "Enabled" +msgstr "Etkin" + +#: src/rmdPrefsWidget.py:51 +msgid "Disabled" +msgstr "Kapalı" + +#: src/rmdPrefsWidget.py:52 +msgid "Files" +msgstr "Dosyalar" + +#: src/rmdPrefsWidget.py:52 +msgid "Performance" +msgstr "Performans" + +#: src/rmdPrefsWidget.py:52 +msgid "Sound" +msgstr "Ses" + +#: src/rmdPrefsWidget.py:52 +msgid "Misc" +msgstr "Çeşitli" + +#: src/rmdPrefsWidget.py:53 +msgid "" +"By default, if you try to save under a filename that already\n" +"exists, 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).\n" +"By checking this box, this behavior is disabled and the old file is " +"overwritten.\n" +msgstr "" +"Zaten varolan bir dosya adıyla kaydetmek isterseniz, varsayılan davranış\n" +"yeni eklenen dosyanın yeniden adlandırılmasıdır.\n" +"(örneğin, eğer out.ogg adıyla kaydetmek isterseniz ve o adda bir dosya " +"varsa\n" +"yeni dosya out.ogg.1 olarak adlandırılacaktır).\n" +"Bu kutucuk seçilerek bu davranış kapatılır ve yeni dosya eski dosyanın " +"üstüne yazılır.\n" + +#: src/rmdPrefsWidget.py:54 +msgid "Directory where temporary files will be saved." +msgstr "Geçici dosyaların kaydedileceği dizin." + +#: src/rmdPrefsWidget.py:56 +msgid "" +"Encode simultaneously with the recording.\n" +"This will require a lot more processing power.\n" +msgstr "" +"Kayıtla eşzamanlı olarak kodlama yap.\n" +"Bu çok daha fazla işlemci gücüne gereksinim duyar.\n" + +#: src/rmdPrefsWidget.py:57 +msgid "" +"Do not apply compression on the temporary files.\n" +"If enabled, the program will need less processing power,\n" +"in the expense of hard disk space.\n" +"This option is valid only when encoding on the fly is disabled." +msgstr "" +"Geçici dosyalara sıkıştırma uygulama.\n" +"Eğer etkinleştirilirse program daha az işlemci gücüne gereksinim duyacak,\n" +"buna karşılık daha fazla bellek kullanacak.\n" +"Bu seçenek yalnızca eşzamanlı kodlama kapatıldığında geçerlidir." + +#: src/rmdPrefsWidget.py:58 +msgid "" +"This option, if enabled, will cause the program to require less\n" +"processing power, but it might make the colors look a bit more blurry." +msgstr "" +"Bu seçenek, eğer etkinleştirilirse, programın daha az işlemci gücüyle " +"çalışmasını\n" +"sağlayacaktır, ancak bu, renklerin biraz bulanık görünmesine neden olabilir." + +#: src/rmdPrefsWidget.py:59 +msgid "" +"This option should be enabled when recording 3d windows.\n" +"It is also auto-enabled when recording a\n" +"known 3d compositing window manager.\n" +" " +msgstr "" +"Bu seçenek 3b pencereleri kaydederken etkinlişterilmelidir.\n" +"Ayrıca bilinen bir 3b oluşturucu pencere yöneticisi\n" +"kaydedildiğinde otomatik olarak etkinleştirilir.\n" +" " + +#: src/rmdPrefsWidget.py:60 +msgid "Number of audio channels." +msgstr "Ses kanallarının sayısı." + +#: src/rmdPrefsWidget.py:61 +msgid "Sound frequency." +msgstr "Ses frekansı." + +#: src/rmdPrefsWidget.py:62 +msgid "ALSA sound device, that is used for sound recording." +msgstr "Ses kaydı için kullanılan ALSA ses aygıtı." + +#: src/rmdPrefsWidget.py:63 +msgid "Connection to the Xserver." +msgstr "Xserver ile bağlantı." + +#: src/rmdPrefsWidget.py:64 +msgid "" +"The mouse cursor that will be drawn.\n" +"Normal is for the real cursor that you see while recording,\n" +"while black and white are fake cursors, drawn by the program.\n" +"You can also disable cursor drawing." +msgstr "" +"Gösterilecek fare imleci.\n" +"Normal, kayıt yaparken ekranda görülen gerçek imlece\n" +"karşılık gelirken, Siyah ve Beyaz program tarafından\n" +"gerçek imleç yerine oluşturulan imleçlerdir.\n" +"İstenirse imleç gösterimini kapatılabilir." + +#: src/rmdPrefsWidget.py:65 +msgid "" +"Use the MIT-Shared memory extension, whenever appropriate,\n" +" depending on the rest of the program settings.\n" +"Disabling this option is not recommended,\n" +"as it may severely slow down the program." +msgstr "" +"Diğer program ayarlarına göre,\n" +"uygun olan her yerde MIT-Ortak bellek eklentisini kullan.\n" +"Bu seçeneği kapatmak önerilmez,\n" +"çünkü programı ciddi ölçüde yavaşlatabilir." + +#: src/rmdPrefsWidget.py:66 +msgid "" +"When selecting a window via the \"Select Window\" button,\n" +"include that window's decorations in the recording area." +msgstr "" + +#: src/rmdPrefsWidget.py:67 +msgid "" +"Enable or disable tooltips, like this one.\n" +"(Requires restart)" +msgstr "" + +#: src/rmdPrefsWidget.py:68 +msgid "" +"Draw a frame on the screen, around the area\n" +"that will get captured.\n" +"(This frame will remain throughout the recording.)" +msgstr "" + +#: src/rmdPrefsWidget.py:69 +msgid "" +"Enable this option to record audio through\n" +"JACK. The Jack server must be running in order to\n" +"obtain the ports that will be recorded.\n" +"The audio recorded from each one\n" +"will be written on a channel of its own.\n" +"recordMyDesktop must be compiled with JACK\n" +"support for this option to work." +msgstr "" + +#: src/rmdPrefsWidget.py:200 +msgid "Use Jack for audio capture." +msgstr "" + +#: src/rmdPrefsWidget.py:201 +msgid "" +"Select the ports you want to record from\n" +"(hold Ctrl to select multiple entries):" +msgstr "" + +#: src/rmdPrefsWidget.py:207 +msgid "Available Ports" +msgstr "" + +#: src/rmdPrefsWidget.py:347 +msgid "jack_lsp returned no ports." +msgstr "" + +#: src/rmdPrefsWidget.py:348 +msgid "Make sure that jackd is running." +msgstr "" + +#: src/rmdSimple.py:49 +msgid "Advanced" +msgstr "Gelişmiş" + +#: src/rmdSimple.py:49 +msgid "Select Window" +msgstr "Pencere Seçin" + +#: src/rmdSimple.py:50 +msgid "Click here to select a window to record" +msgstr "Kaydedilecek pencereyi seçmek için buraya tıklayın" + +#: src/rmdSimple.py:51 +msgid "" +"Click to start the recording.\n" +"This window will hide itself." +msgstr "" +"Kayda başlamak için buraya tıklayın.\n" +"Bu pencere kendisini saklayacak." + +#: src/rmdSimple.py:52 +msgid "" +"Click to choose a filename and location.\n" +"Default is out.ogg in your home folder.\n" +"If the file already exists, the new one\n" +"will have a number attached on its name\n" +"(this behavior can be changed )" +msgstr "" +"Bir dosya adı ve yeri seçmek için tıklayın.\n" +"Varsayılan, home dizininde out.ogg adlı bir dosyadır.\n" +"Eğer bu adda bir dosya varsa, yeni dosyanın\n" +"adına bir sayı eklenecek\n" +"(bu davranış değiştirilebilir)" + +#: src/rmdSimple.py:53 +msgid "Click to exit the program." +msgstr "Programdan çıkmak için tıklayın." + +#: src/rmdSimple.py:54 +msgid "" +"Select the video quality of your recording.\n" +"(Lower quality will require more proccessing power,\n" +"so it's recommended, when encoding on the fly,\n" +"to leave at 100)" +msgstr "" +"Kaydınızın görüntü kalitesini seçin.\n" +"(Daha düşük kalite daha çok işlemci gücüne gereksinim duyar,\n" +"bu nedenle, eşzamanlı kodlama yaparken\n" +"100'de bırakılması önerilir)" + +#: src/rmdSimple.py:55 +msgid "Enable/Disable sound recording." +msgstr "Ses kaydını Etkinleştir/Kapat." + +#: src/rmdSimple.py:56 +msgid "Select the audio quality of your recording." +msgstr "Kaydınızın ses kalitesini seçin." + +#: src/rmdSimple.py:57 +msgid "Click here to access more options." +msgstr "Daha çok seçeneğe erişmek için buraya tıklayın." + +#: src/rmdSimple.py:58 +msgid "" +"\n" +"Left click and drag, on the preview image,\n" +"to select an area for recording.\n" +"Right click on it, to reset the area." +msgstr "" +"\n" +"Kaydedilecek bir alan seçmek için\n" +"farenin sol tuşuyla tıklayıp sürükleyin.\n" +"Seçimi sıfırlamak için farenin sağ tuşuyla tıklayın." + +#: src/rmdTrayIcon.py:71 +msgid "Success" +msgstr "Başarılı" + +#: src/rmdTrayIcon.py:72 +msgid "Error while parsing the arguments." +msgstr "Argümanları ayrıştırırken hata oluştu." + +#: src/rmdTrayIcon.py:73 +msgid "Initializing the encoder failed(either vorbis or theora)" +msgstr "Kodlayıcı başlatılamadı (vorbis ya da theora)" + +#: src/rmdTrayIcon.py:74 +msgid "Could not open/configure sound card." +msgstr "Ses kartını açamadı/ayarlayamadı." + +#: src/rmdTrayIcon.py:75 +msgid "Xdamage extension not present." +msgstr "Xdamage eklentisi bulunamadı." + +#: src/rmdTrayIcon.py:76 +msgid "Shared memory extension not present." +msgstr "Ortak bellek eklentisi bulunamadı." + +#: src/rmdTrayIcon.py:77 +msgid "Xfixes extension not present." +msgstr "Xfixes eklentisi bulunamadı." + +#: src/rmdTrayIcon.py:78 +msgid "XInitThreads failed." +msgstr "XInitThreads başarısız." + +#: src/rmdTrayIcon.py:79 +msgid "No $DISPLAY environment variable and none specified as argument." +msgstr "" +"$DISPLAY adında bir çevresel değişken tanımlı değil\n" +"ve argüman olarak da girilmemiş." + +#: src/rmdTrayIcon.py:80 +msgid "Cannot connect to Xserver." +msgstr "Xserver'a bağlanamadı." + +#: src/rmdTrayIcon.py:81 +msgid "Color depth is not 24bpp." +msgstr "Renk derinliği 24bpp değil." + +#: src/rmdTrayIcon.py:82 +msgid "Improper window specification." +msgstr "Yanlış pencere seçimi." + +#: src/rmdTrayIcon.py:83 +msgid "Cannot attach shared memory to proccess." +msgstr "Ortak bellek sürece eklenemedi." + +#: src/rmdTrayIcon.py:84 +msgid "Cannot open file for writting." +msgstr "Dosyayı yazmak için açamadı." + +#: src/rmdTrayIcon.py:85 +msgid "Cannot load the Jack library (dlopen/dlsym error on libjack.so)." +msgstr "" + +#: src/rmdTrayIcon.py:86 +msgid "Cannot create new client." +msgstr "" + +#: src/rmdTrayIcon.py:87 +msgid "Cannot activate client." +msgstr "" + +#: src/rmdTrayIcon.py:88 +msgid "Port registration/connection failure." +msgstr "" + +#: src/rmdTrayIcon.py:89 +msgid "Segmentation Fault" +msgstr "Bölümlendirme Hatası (Segmentation Fault)" + +#: src/rmdTrayIcon.py:252 +msgid "" +"Recording is finished.\n" +"recordMyDesktop has exited with status" +msgstr "" +"Kayıt işlemi tamamlandı.\n" +"recordMyDesktop şu durum bilgisiyle kapandı:" + +#: src/rmdTrayIcon.py:253 +msgid "Description" +msgstr "Açıklama" + +#: src/rmdTrayIcon.py:255 +msgid "" +"Recording is finished.\n" +"recordMyDesktop has exited with uknown\n" +"error code" +msgstr "" +"Kayıt işlemi tamamlandı.\n" +"recordMyDesktop bilinmeyen bir hata\n" +"koduyla kapandı." + +#: src/rmdTrayPopup.py:73 +msgid "gtk-recordMyDesktop" +msgstr "gtk-recordMyDesktop" + +#: src/rmdTrayPopup.py:75 +msgid "a graphical frontend for recordMyDesktop" +msgstr "recordMyDesktop için grafiksel bir önyüz" + +#: src/rmdTrayPopup.py:76 +msgid "" +"Copyright (C) John Varouhakis\n" +"Portions Copyright (C) 2005-6 Zaheer Abbas Merali, John N. Laliberte\n" +"Portions Copyright (C) Fluendo S.L." +msgstr "" +"Yasal Haklar (c) John Varouhakis\n" +"Kısmi Yasal Haklar (c) 2005-6 Zaheer Merali, John N. Laliberte\n" +"Kısmi Yasal Haklar (c) Fluendo S. L." + +#: src/rmdTrayPopup.py:80 +msgid "Translator Credits And Information(Replace with your info)" +msgstr "" +"Türkçe çeviri: Eren İnan Canpolat\n" +"İletişim: ereninan@yahoo.com" + +#: src/rmdTrayPopup.py:86 +msgid "_Select Area On Screen" +msgstr "_Ekranda Alan Seçin" + +#~ msgid "Shared Threshold" +#~ msgstr "Ortak Bellek Eşiği" + +#~ msgid "" +#~ "Amount of screen change, within a frame that triggers retrieval\n" +#~ "of the screenshot through the MIT-Shared memory extension.\n" +#~ "This option has no effect when using the full shots option.\n" +#~ msgstr "" +#~ "Bir karede, ekran görüntüsü yakalamanın MIT-Ortak bellek eklentisi " +#~ "dolayısıyla\n" +#~ "yapılmasını tetikleyecek eşik değişim niceliği.\n" +#~ "Tamamını kopyalama seçeneği kullanılırsa bu seçenek kapanır.\n" |