From f2bc8cb3e4a8c6b82655d4438627c6c6d300be0d Mon Sep 17 00:00:00 2001 From: jbleyel Date: Wed, 29 Jan 2025 21:21:08 +0100 Subject: [PATCH] [MovieSelection] * improve delete * Translation Update --- data/setup.xml | 22 ++--- lib/python/Screens/InfoBar.py | 2 +- lib/python/Screens/LocationBox.py | 2 +- lib/python/Screens/MovieSelection.py | 126 +++++++++++---------------- po/aa.po | 42 ++++++--- po/ar.po | 42 ++++++--- po/bg.po | 42 ++++++--- po/ca.po | 42 ++++++--- po/cs.po | 42 ++++++--- po/da.po | 42 ++++++--- po/de.po | 44 +++++++--- po/el.po | 42 ++++++--- po/en.po | 22 ++--- po/en_AU.po | 42 ++++++--- po/en_GB.po | 54 ++++++++---- po/enigma2.pot | 22 ++--- po/es.po | 42 ++++++--- po/et.po | 42 ++++++--- po/fa.po | 42 ++++++--- po/fi.po | 46 +++++++--- po/fr.po | 42 ++++++--- po/fy.po | 42 ++++++--- po/he.po | 42 ++++++--- po/hr.po | 42 ++++++--- po/hu.po | 42 ++++++--- po/id.po | 64 +++++++++----- po/is.po | 42 ++++++--- po/it.po | 42 ++++++--- po/ku.po | 58 +++++++----- po/lt.po | 42 ++++++--- po/lv.po | 42 ++++++--- po/nb.po | 42 ++++++--- po/nl.po | 42 ++++++--- po/nn.po | 42 ++++++--- po/pl.po | 44 +++++++--- po/pt.po | 42 ++++++--- po/pt_BR.po | 42 ++++++--- po/ro.po | 42 ++++++--- po/ru.po | 42 ++++++--- po/sk.po | 60 ++++++++----- po/sl.po | 42 ++++++--- po/sq.po | 42 ++++++--- po/sr.po | 42 ++++++--- po/sv.po | 42 ++++++--- po/ta.po | 42 ++++++--- po/th.po | 42 ++++++--- po/tr.po | 42 ++++++--- po/uk.po | 46 +++++++--- po/vi.po | 42 ++++++--- po/zh_CN.po | 42 ++++++--- po/zh_HK.po | 42 ++++++--- 51 files changed, 1475 insertions(+), 691 deletions(-) diff --git a/data/setup.xml b/data/setup.xml index 1022e8a7c90..d89c0361d9f 100644 --- a/data/setup.xml +++ b/data/setup.xml @@ -517,10 +517,10 @@ config.crash.coredump - config.usage.movielist_trashcan - config.usage.movielist_trashcan_days - config.usage.movielist_trashcan_network_clean - config.usage.movielist_trashcan_reserve + config.usage.movielist_trashcan + config.usage.movielist_trashcan_days + config.usage.movielist_trashcan_network_clean + config.usage.movielist_trashcan_reserve config.misc.erase_flags config.misc.erase_speed config.movielist.fontsize @@ -633,10 +633,10 @@ config.seek.withjumps_backwards_ms config.seek.withjumps_repeat_ms config.seek.withjumps_avoid_zero - config.usage.movielist_trashcan - config.usage.movielist_trashcan_days - config.usage.movielist_trashcan_network_clean - config.usage.movielist_trashcan_reserve + config.usage.movielist_trashcan + config.usage.movielist_trashcan_days + config.usage.movielist_trashcan_network_clean + config.usage.movielist_trashcan_reserve config.misc.erase_flags config.misc.erase_speed @@ -687,9 +687,9 @@ config.recording.ascii_filenames config.recording.filename_composition config.recording.keep_timers - config.usage.movielist_trashcan_days - config.usage.movielist_trashcan_network_clean - config.usage.movielist_trashcan_reserve + config.usage.movielist_trashcan_days + config.usage.movielist_trashcan_network_clean + config.usage.movielist_trashcan_reserve config.misc.erase_flags config.misc.erase_speed config.recording.always_ecm diff --git a/lib/python/Screens/InfoBar.py b/lib/python/Screens/InfoBar.py index aeb3a0c4b8e..2e1f6f336cc 100755 --- a/lib/python/Screens/InfoBar.py +++ b/lib/python/Screens/InfoBar.py @@ -678,7 +678,7 @@ def leavePlayerConfirmed(self, answer): return except Exception as e: print("[InfoBar] Failed to move to .Trash folder:", e) - msg = _("Cannot move to trash can") + "\n" + str(e) + "\n" + msg = _("Can't move to trashcan!") + "\n" + str(e) + "\n" info = serviceHandler.info(ref) name = info and info.getName(ref) or _("this recording") msg += _("Do you really want to delete '%s'?") % name diff --git a/lib/python/Screens/LocationBox.py b/lib/python/Screens/LocationBox.py index 232cf9133dd..d732ab0f1d0 100644 --- a/lib/python/Screens/LocationBox.py +++ b/lib/python/Screens/LocationBox.py @@ -327,7 +327,7 @@ def addRemoveBookmark(self): self["bookmarklist"].setList(self.bookmarksList) self.updateState() else: # Remove bookmark. - self.session.openWithCallback(boundFunction(self.removeBookmarkCallback, current), MessageBox, _("Do you really want to remove your bookmark for '%s'?") % current) + self.session.openWithCallback(boundFunction(self.removeBookmarkCallback, current), MessageBox, _("Do you really want to remove the bookmark for '%s'?") % current) def removeBookmarkCallback(self, bookmark, answer): if answer and bookmark in self.bookmarksList: diff --git a/lib/python/Screens/MovieSelection.py b/lib/python/Screens/MovieSelection.py index 5dcdddda103..b29404be543 100644 --- a/lib/python/Screens/MovieSelection.py +++ b/lib/python/Screens/MovieSelection.py @@ -1141,7 +1141,7 @@ def reloadWithDelay(self): if config.usage.setup_level.index >= 2: # Expert+. title += config.movielist.last_videodir.value if self.selected_tags: - title += " - {",".join(self.selected_tags)}" + title += " - {", ".join(self.selected_tags)}" self.setTitle(title) self.displayMovieOffStatus() self.displaySortStatus() @@ -1186,7 +1186,7 @@ def gotFilename(self, res, selItem=None): ref.setPath(currentDir) self.reloadList(home=True, sel=ref) else: - self.session.open(MessageBox, _("Directory %s does not exist.") % res, type=MessageBox.TYPE_ERROR, timeout=5, windowTitle=self.getTitle()) + self.session.open(MessageBox, _("Error: Directory '%s' does not exist!") % res, type=MessageBox.TYPE_ERROR, timeout=5, windowTitle=self.getTitle()) def showAll(self): self.selected_tags_ele = None @@ -1285,7 +1285,7 @@ def do_addbookmark(self): if path in config.movielist.videodirs.value: if len(path) > 40: path = f"...{path[-40:]}" - self.session.openWithCallback(self.removeBookmark, MessageBox, _("Do you really want to remove your bookmark for '%s'?") % path, windowTitle=self.getTitle()) + self.session.openWithCallback(self.removeBookmark, MessageBox, _("Do you really want to remove the bookmark for '%s'?") % path, windowTitle=self.getTitle()) else: config.movielist.videodirs.value += [path] config.movielist.videodirs.save() @@ -1529,85 +1529,64 @@ def delete(self, *args): item = self.getCurrentSelection() current = item[0] info = item[1] - cur_path = realpath(current.getPath()) - if not exists(cur_path): # File does not exist. + currentPath = realpath(current.getPath()) + if not exists(currentPath): # File does not exist. return - st = stat(cur_path) - name = info and info.getName(current) or _("this recording") - are_you_sure = "" - pathtest = info and info.getName(current) - if not pathtest: + st = stat(currentPath) + name = info and info.getName(current) + if not name: return if item and isTrashFolder(item[0]): # Red button to empty trashcan. self.purgeAll() return + areYouSure = "" if current.flags & eServiceReference.mustDescent: files = 0 subdirs = 0 - if TRASHCAN not in cur_path and config.usage.movielist_trashcan.value: + for file in listdir(currentPath): + if file not in (".", ".."): + if isdir(join(currentPath, file)): + subdirs += 1 + else: + files += 1 + preamble = f"{_("'%s' contains %d file(s) and %d sub-directories.\n") % (split(split(name)[0])[1], files, subdirs)}\n\n" if files or subdirs else "" + if TRASHCAN not in currentPath and config.usage.movielist_trashcan.value: if isFolder(item): - are_you_sure = _("Do you really want to move to trashcan ?") + # areYouSure = _("Do you really want to move '%s' to the trashcan?") % name + areYouSure = _("Do you really want to move to trashcan ?") else: args = True if args: - trash = createTrashcan(cur_path) + trash = createTrashcan(currentPath) if trash: moveServiceFiles(current, trash, name, allowCopy=True) self["list"].removeService(current) - self.showActionFeedback(_("Deleted") + " " + name) + self.showActionFeedback(f"{_("Deleted")} {name}") return else: - msg = _("Cannot move to trash can") + "\n" - are_you_sure = _("Do you really want to delete %s ?") % name - for fn in listdir(cur_path): - if (fn != ".") and (fn != ".."): - ffn = join(cur_path, fn) - if isdir(ffn): - subdirs += 1 - else: - files += 1 - if files or subdirs: - folder_filename = split(split(name)[0])[1] - self.session.openWithCallback(self.delete, MessageBox, _("'%s' contains %d file(s) and %d sub-directories.\n") % (folder_filename, files, subdirs) + are_you_sure, windowTitle=self.getTitle()) - return - else: - self.session.openWithCallback(self.delete, MessageBox, are_you_sure, windowTitle=self.getTitle()) - return + msg = f"{_("Can't move to trashcan!")}\n\n" + self.session.open(MessageBox, msg, MessageBox.TYPE_ERROR, windowTitle=self.getTitle()) + return + areYouSure = _("Do you really want to delete '%s'?") % name + self.session.openWithCallback(self.delete, MessageBox, f"{preamble}{areYouSure}", windowTitle=self.getTitle()) + return else: - if TRASHCAN in cur_path: - are_you_sure = _("Do you really want to permanently remove from trash can ?") + if TRASHCAN in currentPath: + preamble = "" + areYouSure = _("Do you really want to permanently remove '%s' from the trashcan?" % name) else: - are_you_sure = _("Do you really want to delete ?") + areYouSure = _("Do you really want to delete '%s'?") % name if args: try: - msg = "" - deleteFiles(cur_path, name) + deleteFiles(currentPath, name) self["list"].removeService(current) self.showActionFeedback(f"{_("Deleted")} {name}") - return except Exception as err: - print(f"[MovieSelection] Error: Weird error moving to trash! ({str(err)})") + print(f"[MovieSelection] Error: Weird error moving to trashcan! ({str(err)})") msg = f"{_("Cannot delete file")}\n{str(err)}\n" - return - for fn in listdir(cur_path): - if (fn != ".") and (fn != ".."): - ffn = join(cur_path, fn) - if isdir(ffn): - subdirs += 1 - else: - files += 1 - if files or subdirs: - folder_filename = split(split(name)[0])[1] - self.session.openWithCallback(self.delete, MessageBox, _("'%s' contains %d file(s) and %d sub-directories.\n") % (folder_filename, files, subdirs) + are_you_sure, windowTitle=self.getTitle()) - else: - try: - rmdir(cur_path) - except OSError as err: - print(f"[MovieSelection] Error {err.errno}: Failed delete '{cur_path}'! ({err.strerror})") - self.session.open(MessageBox, f"{_("Delete failed!")}\n{str(err)}", MessageBox.TYPE_ERROR, windowTitle=self.getTitle()) - else: - self["list"].removeService(current) - self.showActionFeedback(f"{_("Deleted")} {name}") + self.session.open(MessageBox, msg, MessageBox.TYPE_ERROR, windowTitle=self.getTitle()) + return + self.session.openWithCallback(self.delete, MessageBox, f"{preamble}{areYouSure}", windowTitle=self.getTitle()) else: if not args: rec_filename = split(current.getPath())[1] @@ -1624,12 +1603,12 @@ def delete(self, *args): ] self.session.openWithCallback(self.onTimerChoice, ChoiceBox, title=f"{_("Recording in progress!")}\n{name}", list=choices) return - if time() - st.st_mtime < 5 and not args: - are_you_sure = _("Do you really want to delete ?") - self.session.openWithCallback(self.delete, MessageBox, _("File appears to be busy.\n") + are_you_sure, windowTitle=self.getTitle()) + if int(time()) - st.st_mtime < 5 and not args: + areYouSure = _("Do you really want to delete?") + self.session.openWithCallback(self.delete, MessageBox, f"{_("File appears to be busy!\n")}\n{areYouSure}", windowTitle=self.getTitle()) return - if TRASHCAN not in cur_path and config.usage.movielist_trashcan.value: - trash = createTrashcan(cur_path) + if TRASHCAN not in currentPath and config.usage.movielist_trashcan.value: + trash = createTrashcan(currentPath) if trash: moveServiceFiles(current, trash, name, allowCopy=True) self["list"].removeService(current) @@ -1638,15 +1617,15 @@ def delete(self, *args): self.showActionFeedback(f"{_("Deleted")} {name}") return else: - msg = f"{_("Cannot move to trash can")}\n" - are_you_sure = _("Do you really want to delete %s ?") % name + msg = f"{_("Can't move to trashcan!")}\n\n" + areYouSure = _("Do you really want to delete '%s'?") % name else: - if TRASHCAN in cur_path: - are_you_sure = _("Do you really want to permanently remove '%s' from trash can ?") % name + if TRASHCAN in currentPath: + areYouSure = _("Do you really want to permanently remove '%s' from the trashcan?") % name else: - are_you_sure = _("Do you really want to delete %s ?") % name + areYouSure = _("Do you really want to delete '%s'?") % name msg = "" - self.session.openWithCallback(self.deleteConfirmed, MessageBox, msg + are_you_sure, windowTitle=self.getTitle()) + self.session.openWithCallback(self.deleteConfirmed, MessageBox, f"{msg}{areYouSure}", windowTitle=self.getTitle()) def deleteConfirmed(self, confirmed): if not confirmed: @@ -1675,14 +1654,9 @@ def deleteConfirmed(self, confirmed): def purgeAll(self): recordings = self.session.nav.getRecordings(False, pNavigation.isRealRecording) - next_rec_time = -1 - if not recordings: - next_rec_time = self.session.nav.RecordTimer.getNextRecordingTime() - if recordings or (next_rec_time > 0 and (next_rec_time - time()) < 120): - msg = f"\n{_("Recording(s) are in progress or coming up in few seconds!")}" - else: - msg = "" - self.session.openWithCallback(self.purgeConfirmed, MessageBox, _("Permanently delete all recordings in the trash can?") + msg, windowTitle=self.getTitle()) + nextRecordingTime = -1 if recordings else self.session.nav.RecordTimer.getNextRecordingTime() + msg = f"\n\n{_("Recording(s) are in progress or coming up in few seconds!")}" if recordings or (nextRecordingTime > 0 and (nextRecordingTime - int(time())) < 120) else "" + self.session.openWithCallback(self.purgeConfirmed, MessageBox, f"{_("Permanently delete all recordings in the trashcan?")}{msg}", windowTitle=self.getTitle()) def purgeConfirmed(self, confirmed): if not confirmed: diff --git a/po/aa.po b/po/aa.po index 02f05812cbd..d80131f4fcb 100644 --- a/po/aa.po +++ b/po/aa.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-01-07 09:29+0000\n" +"POT-Creation-Date: 2025-01-28 07:25+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -1785,6 +1785,9 @@ msgstr "" msgid "Activate the flash expander, save all changed settings and exit" msgstr "" +msgid "Activate this device" +msgstr "" + msgid "Activate time shift End" msgstr "" @@ -3591,7 +3594,7 @@ msgstr "" msgid "Cannot find any signal ..., aborting !" msgstr "" -msgid "Cannot move to trash can" +msgid "Can't move to trashcan!" msgstr "" msgid "Cape Verde" @@ -4539,7 +4542,7 @@ msgstr "" msgid "Configure the longitude of your location." msgstr "" -msgid "Configure the minimum amount of disk space to be available for recordings. When the amount of space drops below this value, deleted items will be removed from the trash can." +msgid "Configure the minimum amount of disk space to be available for recordings. When the amount of space drops below this value, deleted items will be removed from the trashcan." msgstr "" msgid "Configure the minimum width before showing the 'i' icon, '0' is equal to not showing the icon at all." @@ -4554,7 +4557,7 @@ msgstr "" msgid "Configure the network again" msgstr "" -msgid "Configure the number of days after which items are automatically removed from the trash can." +msgid "Configure the number of days after which items are automatically removed from the trashcan." msgstr "" msgid "Configure the number of days old timers are kept before they are automatically removed from the timer list." @@ -6062,7 +6065,7 @@ msgid "Directory" msgstr "" #, python-format -msgid "Directory %s does not exist." +msgid "Error: Directory '%s' does not exist!" msgstr "" #, python-format @@ -6280,7 +6283,7 @@ msgstr "" msgid "Do you really want to delete '%s'?" msgstr "" -msgid "Do you really want to delete ?" +msgid "Do you really want to delete?" msgstr "" #, python-format @@ -6309,7 +6312,7 @@ msgid "Do you really want to move to trashcan ?" msgstr "" #, python-format -msgid "Do you really want to permanently remove '%s' from trash can ?" +msgid "Do you really want to permanently remove '%s' from the trashcan?" msgstr "" msgid "Do you really want to permanently remove from trash can ?" @@ -6324,7 +6327,7 @@ msgid "Do you really want to remove the timer for %s?" msgstr "" #, python-format -msgid "Do you really want to remove your bookmark for '%s'?" +msgid "Do you really want to remove the bookmark for '%s'?" msgstr "" msgid "" @@ -7035,12 +7038,18 @@ msgstr "" msgid "Enable this option to add screen names and resolution data to the debug log file." msgstr "" +msgid "Enable this option to add storage device information detected during system boot and hot plug events to the debug log file." +msgstr "" + msgid "Enable this option to add timer debugging data to the debug log file." msgstr "" msgid "Enable this option to show all the available Information screens in the Information menu item list." msgstr "" +msgid "Enable this option to show unknown storage devices in device manager." +msgstr "" + msgid "Enable this setting if your aerial system needs power." msgstr "" @@ -8112,7 +8121,7 @@ msgstr "" msgid "File System Packages" msgstr "" -msgid "File appears to be busy.\n" +msgid "File appears to be busy!\n" msgstr "" msgid "" @@ -9409,6 +9418,9 @@ msgstr "" msgid "Image creation failed!" msgstr "" +msgid "Image version" +msgstr "" + msgid "ImageWizard" msgstr "" @@ -9525,6 +9537,9 @@ msgstr "" msgid "Include screen load data" msgstr "" +msgid "Include storage device data" +msgstr "" + msgid "Include teletext details" msgstr "" @@ -12877,7 +12892,7 @@ msgstr "" msgid "Perform the upgrade?" msgstr "" -msgid "Permanently delete all recordings in the trash can?" +msgid "Permanently delete all recordings in the trashcan?" msgstr "" msgid "Permanently ignore this device" @@ -17838,6 +17853,9 @@ msgstr "" msgid "Show unknown Videoresolution as next higher or as highest screen resolution." msgstr "" +msgid "Show unknown devices" +msgstr "" + msgid "Show unknown video format as" msgstr "" @@ -21936,7 +21954,7 @@ msgstr "" msgid "When enabled, continue to the next bouquet when the last channel of the current bouquet is reached while changing channels." msgstr "" -msgid "When enabled, deleted recordings are moved to the trash can, instead of being deleted immediately." +msgid "When enabled, deleted recordings are moved to the trashcan, instead of being deleted immediately." msgstr "" msgid "When enabled, external subtitles will be always turned on for playback movie." @@ -21954,7 +21972,7 @@ msgstr "" msgid "When enabled, measure power consumption to detect when the rotor stops turning (when supported by the tuner)." msgstr "" -msgid "When enabled, network trash cans are probed for cleaning." +msgid "When enabled, network trashcans are probed for cleaning." msgstr "" msgid "When enabled, number markers will be hidden." diff --git a/po/ar.po b/po/ar.po index 0ea3303f3bf..7b5f3da7d6a 100644 --- a/po/ar.po +++ b/po/ar.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: OpenATV\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-01-07 09:29+0000\n" +"POT-Creation-Date: 2025-01-28 07:25+0000\n" "PO-Revision-Date: 2024-02-10 07:43+0000\n" "Last-Translator: \"Mahmoud Habls (7OODA)\" \n" "Language-Team: Arabic \n" @@ -2006,6 +2006,9 @@ msgstr "تفعيل إعدادات تكوين الشبكة." msgid "Activate the flash expander, save all changed settings and exit" msgstr "" +msgid "Activate this device" +msgstr "" + msgid "Activate time shift End" msgstr "" @@ -3936,7 +3939,7 @@ msgstr "" msgid "Cannot find any signal ..., aborting !" msgstr "لا يمكن العثور على أي إشارة ... ، جارٍ الإلغاء !" -msgid "Cannot move to trash can" +msgid "Can't move to trashcan!" msgstr "" msgid "Cape Verde" @@ -4938,7 +4941,7 @@ msgstr "تكوين خط العرض للموقع الخاص بك." msgid "Configure the longitude of your location." msgstr "تكوين خط الطول للموقع الخاص بك." -msgid "Configure the minimum amount of disk space to be available for recordings. When the amount of space drops below this value, deleted items will be removed from the trash can." +msgid "Configure the minimum amount of disk space to be available for recordings. When the amount of space drops below this value, deleted items will be removed from the trashcan." msgstr "تكوين الحد الأدنى من مساحة القرص لتكون متاحة للتسجيلات. عندما ينخفض مقدار المساحة أقل من هذه القيمة، سيتم إزالة العناصر المحذوفة من سلة المهملات." msgid "Configure the minimum width before showing the 'i' icon, '0' is equal to not showing the icon at all." @@ -4953,7 +4956,7 @@ msgstr "إعدادات قناع الشبكة." msgid "Configure the network again" msgstr "تكوين الشبكة مره ثانيه" -msgid "Configure the number of days after which items are automatically removed from the trash can." +msgid "Configure the number of days after which items are automatically removed from the trashcan." msgstr "" msgid "Configure the number of days old timers are kept before they are automatically removed from the timer list." @@ -6509,7 +6512,7 @@ msgid "Directory" msgstr "الدليل" #, python-format -msgid "Directory %s does not exist." +msgid "Error: Directory '%s' does not exist!" msgstr "المجلد %s غير موجود." #, python-format @@ -6735,7 +6738,7 @@ msgstr "" msgid "Do you really want to delete '%s'?" msgstr "هل تريد فعلا مسح %s?" -msgid "Do you really want to delete ?" +msgid "Do you really want to delete?" msgstr "" #, python-format @@ -6765,7 +6768,7 @@ msgid "Do you really want to move to trashcan ?" msgstr "" #, python-format -msgid "Do you really want to permanently remove '%s' from trash can ?" +msgid "Do you really want to permanently remove '%s' from the trashcan?" msgstr "" msgid "Do you really want to permanently remove from trash can ?" @@ -6780,7 +6783,7 @@ msgid "Do you really want to remove the timer for %s?" msgstr "هل تريد فعلا مسح البلج إن \"%s\" ؟" #, python-format -msgid "Do you really want to remove your bookmark for '%s'?" +msgid "Do you really want to remove the bookmark for '%s'?" msgstr "هل تريد فعلا حذف المرجعية %s?" msgid "" @@ -7532,12 +7535,18 @@ msgstr "" msgid "Enable this option to add screen names and resolution data to the debug log file." msgstr "" +msgid "Enable this option to add storage device information detected during system boot and hot plug events to the debug log file." +msgstr "" + msgid "Enable this option to add timer debugging data to the debug log file." msgstr "" msgid "Enable this option to show all the available Information screens in the Information menu item list." msgstr "" +msgid "Enable this option to show unknown storage devices in device manager." +msgstr "" + msgid "Enable this setting if your aerial system needs power." msgstr "تمكين هذا الاعداد إذا كان النظام الجوي الخاص بك يحتاج إلى طاقة" @@ -8647,7 +8656,7 @@ msgstr "فحص نظام الملفات" msgid "File System Packages" msgstr "" -msgid "File appears to be busy.\n" +msgid "File appears to be busy!\n" msgstr "يبدو ان الملف مشغول.\n" msgid "" @@ -10014,6 +10023,9 @@ msgstr "" msgid "Image creation failed!" msgstr "" +msgid "Image version" +msgstr "" + msgid "ImageWizard" msgstr "" @@ -10136,6 +10148,9 @@ msgstr "أضغط موافق من الريموت للمتابعه" msgid "Include screen load data" msgstr "" +msgid "Include storage device data" +msgstr "" + msgid "Include teletext details" msgstr "" @@ -13730,7 +13745,7 @@ msgstr "" msgid "Perform the upgrade?" msgstr "" -msgid "Permanently delete all recordings in the trash can?" +msgid "Permanently delete all recordings in the trashcan?" msgstr "حذف جميع التسجيلات في سله المهملات بشكل دائم ؟" msgid "Permanently ignore this device" @@ -18958,6 +18973,9 @@ msgstr "" msgid "Show unknown Videoresolution as next higher or as highest screen resolution." msgstr "" +msgid "Show unknown devices" +msgstr "" + msgid "Show unknown video format as" msgstr "" @@ -23329,7 +23347,7 @@ msgstr "عند التمكين، سيتم توسيع المحتوى الذي يح msgid "When enabled, continue to the next bouquet when the last channel of the current bouquet is reached while changing channels." msgstr "" -msgid "When enabled, deleted recordings are moved to the trash can, instead of being deleted immediately." +msgid "When enabled, deleted recordings are moved to the trashcan, instead of being deleted immediately." msgstr "" msgid "When enabled, external subtitles will be always turned on for playback movie." @@ -23347,7 +23365,7 @@ msgstr "" msgid "When enabled, measure power consumption to detect when the rotor stops turning (when supported by the tuner)." msgstr "عند التمكين، كشف قياس استهلاك الطاقة عندما يتوقف عن الدوران (عندما يدعمها المؤالف)." -msgid "When enabled, network trash cans are probed for cleaning." +msgid "When enabled, network trashcans are probed for cleaning." msgstr "" msgid "When enabled, number markers will be hidden." diff --git a/po/bg.po b/po/bg.po index aad04902ae5..3cc107c8818 100644 --- a/po/bg.po +++ b/po/bg.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: openATV / enigma2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-01-07 09:29+0000\n" +"POT-Creation-Date: 2025-01-28 07:25+0000\n" "PO-Revision-Date: 2023-08-06 06:22+0000\n" "Last-Translator: Salif Mehmed \n" "Language-Team: Bulgarian \n" @@ -1817,6 +1817,9 @@ msgstr "Активиране на конфигурираните мрежови msgid "Activate the flash expander, save all changed settings and exit" msgstr "" +msgid "Activate this device" +msgstr "" + msgid "Activate time shift End" msgstr "Активиране на смяната на времето Край" @@ -3654,7 +3657,7 @@ msgstr "Не може да се определи %s лимит ..., прекра msgid "Cannot find any signal ..., aborting !" msgstr "Не мога да намеря никакъв сигнал ..., претърпявам неуспех !" -msgid "Cannot move to trash can" +msgid "Can't move to trashcan!" msgstr "Не мога да преместя в коша за боклук" msgid "Cape Verde" @@ -4606,7 +4609,7 @@ msgstr "Конфигуриране на вашата географска шир msgid "Configure the longitude of your location." msgstr "Конфигуриране на вашата географска дължина." -msgid "Configure the minimum amount of disk space to be available for recordings. When the amount of space drops below this value, deleted items will be removed from the trash can." +msgid "Configure the minimum amount of disk space to be available for recordings. When the amount of space drops below this value, deleted items will be removed from the trashcan." msgstr "Конфигуриране на минималния размер на дисковото пространство на разположение за записи. Когато размера падне под тази стойност, изтритите елементи ще бъдат oтстранени от кошчето за боклук." msgid "Configure the minimum width before showing the 'i' icon, '0' is equal to not showing the icon at all." @@ -4621,7 +4624,7 @@ msgstr "Конфигуриране на мрежовата маска." msgid "Configure the network again" msgstr "Конфигурирайте вашата мрежа отново" -msgid "Configure the number of days after which items are automatically removed from the trash can." +msgid "Configure the number of days after which items are automatically removed from the trashcan." msgstr "Конфигуриране на броя дни, след което елементите се премахват автоматично от кошчето." msgid "Configure the number of days old timers are kept before they are automatically removed from the timer list." @@ -6133,7 +6136,7 @@ msgid "Directory" msgstr "Директория" #, python-format -msgid "Directory %s does not exist." +msgid "Error: Directory '%s' does not exist!" msgstr "Директорията %s не съществува." #, python-format @@ -6355,7 +6358,7 @@ msgstr "Наистина ли искате да изтриете %s ?" msgid "Do you really want to delete '%s'?" msgstr "Наистина ли искате да изтриете %s?" -msgid "Do you really want to delete ?" +msgid "Do you really want to delete?" msgstr "Наистина ли искате да изтриете ?" #, python-format @@ -6388,7 +6391,7 @@ msgid "Do you really want to move to trashcan ?" msgstr "Наистина ли искате да преместите в кошчето за боклук?" #, python-format -msgid "Do you really want to permanently remove '%s' from trash can ?" +msgid "Do you really want to permanently remove '%s' from the trashcan?" msgstr "Наистина ли искате да премахнете завинаги '%s' от кошчето за боклук ?" msgid "Do you really want to permanently remove from trash can ?" @@ -6403,7 +6406,7 @@ msgid "Do you really want to remove the timer for %s?" msgstr "Наистина ли искате да премахнете таймер за %s ?" #, python-format -msgid "Do you really want to remove your bookmark for '%s'?" +msgid "Do you really want to remove the bookmark for '%s'?" msgstr "Наистина ли искате да премахнете вашия bookmark от %s?" msgid "" @@ -7128,12 +7131,18 @@ msgstr "Разрешете тази опция, за да добавите да msgid "Enable this option to add screen names and resolution data to the debug log file." msgstr "Разрешаване на тази опция, за да добавите екранни имена и данни за разделителна способност към регистрационния файл за отстраняване на грешки." +msgid "Enable this option to add storage device information detected during system boot and hot plug events to the debug log file." +msgstr "" + msgid "Enable this option to add timer debugging data to the debug log file." msgstr "" msgid "Enable this option to show all the available Information screens in the Information menu item list." msgstr "" +msgid "Enable this option to show unknown storage devices in device manager." +msgstr "" + msgid "Enable this setting if your aerial system needs power." msgstr "Разрешете тази настройка, ако вашата антенна система се нуждае от захранване" @@ -8226,7 +8235,7 @@ msgstr "Проверка файлова система" msgid "File System Packages" msgstr "" -msgid "File appears to be busy.\n" +msgid "File appears to be busy!\n" msgstr "Изглежда, че файлът е зает.\n" msgid "" @@ -9531,6 +9540,9 @@ msgstr "" msgid "Image creation failed!" msgstr "" +msgid "Image version" +msgstr "" + msgid "ImageWizard" msgstr "Съветник за имидж" @@ -9652,6 +9664,9 @@ msgstr "Включете данни за дистанционно управле msgid "Include screen load data" msgstr "Включете данни за зареждане на екрана" +msgid "Include storage device data" +msgstr "" + msgid "Include teletext details" msgstr "" @@ -13030,7 +13045,7 @@ msgstr "Вместо това извършете онлайн флаш" msgid "Perform the upgrade?" msgstr "" -msgid "Permanently delete all recordings in the trash can?" +msgid "Permanently delete all recordings in the trashcan?" msgstr "Окончателно изтриване на всички записи в кошчето за боклук?" msgid "Permanently ignore this device" @@ -18025,6 +18040,9 @@ msgstr "" msgid "Show unknown Videoresolution as next higher or as highest screen resolution." msgstr "Показване на неизвестна видео резолюция като следващата най-висока на екрана." +msgid "Show unknown devices" +msgstr "" + msgid "Show unknown video format as" msgstr "Показване на неизвестен видео формат като" @@ -22200,7 +22218,7 @@ msgstr "Когато е разрешено, съдържанието със съ msgid "When enabled, continue to the next bouquet when the last channel of the current bouquet is reached while changing channels." msgstr "Когато е разрешено, продължаване към следващия букет, когато се достигне последният канал на текущия букет при смяна на каналите." -msgid "When enabled, deleted recordings are moved to the trash can, instead of being deleted immediately." +msgid "When enabled, deleted recordings are moved to the trashcan, instead of being deleted immediately." msgstr "Когато е разрешено, изтритите записи се преместват в кошчето, вместо да се изтриват веднага." msgid "When enabled, external subtitles will be always turned on for playback movie." @@ -22218,7 +22236,7 @@ msgstr "Когато е разрешено, е възможно да напус msgid "When enabled, measure power consumption to detect when the rotor stops turning (when supported by the tuner)." msgstr "Когато е разрешено, измерва се консумацията на енергия, за да се открие, когато роторът спира да се върти(когато се поддържа от тунера)." -msgid "When enabled, network trash cans are probed for cleaning." +msgid "When enabled, network trashcans are probed for cleaning." msgstr "Когато е разрешено, мрежовите боклуци се сондират за почистване." msgid "When enabled, number markers will be hidden." diff --git a/po/ca.po b/po/ca.po index 192f4cf0351..41e97bb5bd3 100644 --- a/po/ca.po +++ b/po/ca.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OpenATV\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-01-07 09:29+0000\n" +"POT-Creation-Date: 2025-01-28 07:25+0000\n" "PO-Revision-Date: 2021-09-13 18:30+0000\n" "Last-Translator: Josep Belda \n" "Language-Team: Catalan \n" @@ -1979,6 +1979,9 @@ msgstr "Activar la configuració de la xarxa." msgid "Activate the flash expander, save all changed settings and exit" msgstr "" +msgid "Activate this device" +msgstr "" + msgid "Activate time shift End" msgstr "Activa el final del timeshift" @@ -3964,7 +3967,7 @@ msgstr "" msgid "Cannot find any signal ..., aborting !" msgstr "No trobem cap senyal … avortant!" -msgid "Cannot move to trash can" +msgid "Can't move to trashcan!" msgstr "No es pot moure a la paperera" msgid "Cape Verde" @@ -4976,7 +4979,7 @@ msgstr "Configureu la latitud de la vostra ubicació." msgid "Configure the longitude of your location." msgstr "Configureu la longitud de la vostra ubicació." -msgid "Configure the minimum amount of disk space to be available for recordings. When the amount of space drops below this value, deleted items will be removed from the trash can." +msgid "Configure the minimum amount of disk space to be available for recordings. When the amount of space drops below this value, deleted items will be removed from the trashcan." msgstr "Configureu la quantitat mínima d’espai de disc disponible per a les gravacions. Quan la quantitat d’espai baixa per sota d’aquest valor, els elements suprimits s’eliminaran de la paperera." msgid "Configure the minimum width before showing the 'i' icon, '0' is equal to not showing the icon at all." @@ -4992,7 +4995,7 @@ msgstr "Configura xarxa de red" msgid "Configure the network again" msgstr "Configura de nou la xarxa" -msgid "Configure the number of days after which items are automatically removed from the trash can." +msgid "Configure the number of days after which items are automatically removed from the trashcan." msgstr "" msgid "Configure the number of days old timers are kept before they are automatically removed from the timer list." @@ -6586,7 +6589,7 @@ msgid "Directory" msgstr "Directori" #, python-format -msgid "Directory %s does not exist." +msgid "Error: Directory '%s' does not exist!" msgstr "El directori% s no existeix." #, python-format @@ -6821,7 +6824,7 @@ msgstr "" msgid "Do you really want to delete '%s'?" msgstr "Segur que vols esborrar %s?" -msgid "Do you really want to delete ?" +msgid "Do you really want to delete?" msgstr "" #, python-format @@ -6853,7 +6856,7 @@ msgid "Do you really want to move to trashcan ?" msgstr "" #, python-format -msgid "Do you really want to permanently remove '%s' from trash can ?" +msgid "Do you really want to permanently remove '%s' from the trashcan?" msgstr "" msgid "Do you really want to permanently remove from trash can ?" @@ -6871,7 +6874,7 @@ msgstr "Segur que vols esborrar %s?" # #, python-format -msgid "Do you really want to remove your bookmark for '%s'?" +msgid "Do you really want to remove the bookmark for '%s'?" msgstr "Voleu suprimir el marcador de% s?" msgid "" @@ -7633,12 +7636,18 @@ msgstr "" msgid "Enable this option to add screen names and resolution data to the debug log file." msgstr "" +msgid "Enable this option to add storage device information detected during system boot and hot plug events to the debug log file." +msgstr "" + msgid "Enable this option to add timer debugging data to the debug log file." msgstr "" msgid "Enable this option to show all the available Information screens in the Information menu item list." msgstr "" +msgid "Enable this option to show unknown storage devices in device manager." +msgstr "" + msgid "Enable this setting if your aerial system needs power." msgstr "Habiliteu aquesta configuració si el vostre sistema aeri necessita energia" @@ -8778,7 +8787,7 @@ msgstr "" msgid "File System Packages" msgstr "" -msgid "File appears to be busy.\n" +msgid "File appears to be busy!\n" msgstr "Sembla que el fitxer està ocupat.\n" msgid "" @@ -10181,6 +10190,9 @@ msgstr "" msgid "Image creation failed!" msgstr "" +msgid "Image version" +msgstr "" + msgid "ImageWizard" msgstr "" @@ -10300,6 +10312,9 @@ msgstr "" msgid "Include screen load data" msgstr "" +msgid "Include storage device data" +msgstr "" + msgid "Include teletext details" msgstr "" @@ -13967,7 +13982,7 @@ msgstr "" msgid "Perform the upgrade?" msgstr "" -msgid "Permanently delete all recordings in the trash can?" +msgid "Permanently delete all recordings in the trashcan?" msgstr "Voleu eliminar tots els enregistraments de la paperera?" msgid "Permanently ignore this device" @@ -19317,6 +19332,9 @@ msgstr "" msgid "Show unknown Videoresolution as next higher or as highest screen resolution." msgstr "" +msgid "Show unknown devices" +msgstr "" + msgid "Show unknown video format as" msgstr "" @@ -23720,7 +23738,7 @@ msgstr "Quan estigui habilitat, el contingut amb una proporció de 4: 3 s’este msgid "When enabled, continue to the next bouquet when the last channel of the current bouquet is reached while changing channels." msgstr "Quan estigui habilitat, continueu fins al següent ram quan s’arribi al darrer canal del ram actual mentre canvieu de canal." -msgid "When enabled, deleted recordings are moved to the trash can, instead of being deleted immediately." +msgid "When enabled, deleted recordings are moved to the trashcan, instead of being deleted immediately." msgstr "Quan estan activats, els enregistraments suprimits es traslladen a la paperera, en lloc de ser eliminats immediatament." msgid "When enabled, external subtitles will be always turned on for playback movie." @@ -23738,7 +23756,7 @@ msgstr "Quan està activat, els fluxos http poden ser distribuïts al servidor. msgid "When enabled, measure power consumption to detect when the rotor stops turning (when supported by the tuner)." msgstr "Quan estigui habilitat, mesura el consum d’energia per detectar quan el rotor deixa de girar (quan és compatible amb el sintonitzador)." -msgid "When enabled, network trash cans are probed for cleaning." +msgid "When enabled, network trashcans are probed for cleaning." msgstr "" msgid "When enabled, number markers will be hidden." diff --git a/po/cs.po b/po/cs.po index 60e0ce581ce..4e857da0ef6 100644 --- a/po/cs.po +++ b/po/cs.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Enigma2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-01-07 09:29+0000\n" +"POT-Creation-Date: 2025-01-28 07:25+0000\n" "PO-Revision-Date: 2025-01-22 22:55+0000\n" "Last-Translator: Petr Turek \n" "Language-Team: Czech \n" @@ -1848,6 +1848,9 @@ msgstr "Aktivovat konfiguraci nastavení sítě." msgid "Activate the flash expander, save all changed settings and exit" msgstr "Aktivovat flash expandér, uložit všechna změněná nastavení a ukončit" +msgid "Activate this device" +msgstr "" + msgid "Activate time shift End" msgstr "Aktivace konce časového posunu" @@ -3689,7 +3692,7 @@ msgstr "Nelze určit %s limit ..., ruší se!" msgid "Cannot find any signal ..., aborting !" msgstr "Nelze najít žádný signál ..., končím!" -msgid "Cannot move to trash can" +msgid "Can't move to trashcan!" msgstr "Nelze přesunout do koše" msgid "Cape Verde" @@ -4647,7 +4650,7 @@ msgstr "Nastavuje zeměpisnou šířku Vašeho místa." msgid "Configure the longitude of your location." msgstr "Nastavuje zeměpisnou délku Vašeho místa." -msgid "Configure the minimum amount of disk space to be available for recordings. When the amount of space drops below this value, deleted items will be removed from the trash can." +msgid "Configure the minimum amount of disk space to be available for recordings. When the amount of space drops below this value, deleted items will be removed from the trashcan." msgstr "Nastavuje minimální množství volného místa na disku využitelné pro nahrávání. Jestliže volné místo klesne pod tuto hodnotu, smazané položky budou odstraněny z koše." msgid "Configure the minimum width before showing the 'i' icon, '0' is equal to not showing the icon at all." @@ -4662,7 +4665,7 @@ msgstr "Nastavuje síťovou masku." msgid "Configure the network again" msgstr "Nastavte znovu vaši síť" -msgid "Configure the number of days after which items are automatically removed from the trash can." +msgid "Configure the number of days after which items are automatically removed from the trashcan." msgstr "Nastavuje počet dnů, po kterých jsou položky umístěné v koši automaticky smazány." msgid "Configure the number of days old timers are kept before they are automatically removed from the timer list." @@ -6176,7 +6179,7 @@ msgid "Directory" msgstr "Adresář" #, python-format -msgid "Directory %s does not exist." +msgid "Error: Directory '%s' does not exist!" msgstr "Adresář %s neexistuje." #, python-format @@ -6398,7 +6401,7 @@ msgstr "Opravdu chcete smazat %s ?" msgid "Do you really want to delete '%s'?" msgstr "Opravdu chcete smazat \"%s\"?" -msgid "Do you really want to delete ?" +msgid "Do you really want to delete?" msgstr "Opravdu chcete smazat ?" #, python-format @@ -6433,7 +6436,7 @@ msgid "Do you really want to move to trashcan ?" msgstr "Opravdu chcete přesunout do koše?" #, python-format -msgid "Do you really want to permanently remove '%s' from trash can ?" +msgid "Do you really want to permanently remove '%s' from the trashcan?" msgstr "Opravdu chcete trvale odstranit '%s' z koše?" msgid "Do you really want to permanently remove from trash can ?" @@ -6448,7 +6451,7 @@ msgid "Do you really want to remove the timer for %s?" msgstr "Chcete opravdu odstranit časovač pro %s?" #, python-format -msgid "Do you really want to remove your bookmark for '%s'?" +msgid "Do you really want to remove the bookmark for '%s'?" msgstr "Opravdu chcete odstranit záložku pro '%s'?" msgid "" @@ -7180,12 +7183,18 @@ msgstr "Tuto možnost povolte, chcete-li do souboru protokolu ladění přidat d msgid "Enable this option to add screen names and resolution data to the debug log file." msgstr "Tuto možnost povolte, chcete-li do souboru protokolu ladění přidat názvy obrazovek a údaje o rozlišení." +msgid "Enable this option to add storage device information detected during system boot and hot plug events to the debug log file." +msgstr "" + msgid "Enable this option to add timer debugging data to the debug log file." msgstr "Tuto možnost povolte, chcete-li do souboru protokolu ladění přidat údaje o ladění časovače." msgid "Enable this option to show all the available Information screens in the Information menu item list." msgstr "Povolením této možnosti zobrazíte všechny dostupné informační obrazovky v seznamu položek nabídky Informace." +msgid "Enable this option to show unknown storage devices in device manager." +msgstr "" + msgid "Enable this setting if your aerial system needs power." msgstr "Povolte toto nastavení, pokud váš anténní systém potřebuje napájení." @@ -8282,7 +8291,7 @@ msgstr "Kontrola souborového systému" msgid "File System Packages" msgstr "Balíčky souborového systému" -msgid "File appears to be busy.\n" +msgid "File appears to be busy!\n" msgstr "Soubor je asi zaneprázdněn.\n" msgid "" @@ -9590,6 +9599,9 @@ msgstr "Obrázek vytvořen:" msgid "Image creation failed!" msgstr "Vytvoření obrázku se nezdařilo!" +msgid "Image version" +msgstr "" + msgid "ImageWizard" msgstr "Průvodce obnovením" @@ -9711,6 +9723,9 @@ msgstr "Zahrnout data dálkového ovládání" msgid "Include screen load data" msgstr "Zahrnout údaje o načtení obrazovky" +msgid "Include storage device data" +msgstr "" + msgid "Include teletext details" msgstr "Zahrnout podrobnosti o teletextu" @@ -13094,7 +13109,7 @@ msgstr "Proveďte místo toho on-line kontrolu flashe" msgid "Perform the upgrade?" msgstr "Provést aktualizaci?" -msgid "Permanently delete all recordings in the trash can?" +msgid "Permanently delete all recordings in the trashcan?" msgstr "Trvale odstranit všechny záznamy z koše?" msgid "Permanently ignore this device" @@ -18108,6 +18123,9 @@ msgstr "Zobrazit podtržítka" msgid "Show unknown Videoresolution as next higher or as highest screen resolution." msgstr "Zobrazit neznámé rozlišení videa jako nejbližší vyšší nebo nejvyšší rozlišení obrazovky." +msgid "Show unknown devices" +msgstr "" + msgid "Show unknown video format as" msgstr "Zobrazit neznámý formát videa jako" @@ -22357,7 +22375,7 @@ msgstr "Jestliže je povoleno, pak obsah s poměrem stran 4:3 bude roztažen na msgid "When enabled, continue to the next bouquet when the last channel of the current bouquet is reached while changing channels." msgstr "Při povolení bude po dosažení posledního programu v aktuálním přehledu pokračovat přepínání v následujícím přehledu." -msgid "When enabled, deleted recordings are moved to the trash can, instead of being deleted immediately." +msgid "When enabled, deleted recordings are moved to the trashcan, instead of being deleted immediately." msgstr "Jestliže je povoleno, pak smazané nahrávky jsou umístěny do koše, místo toho, aby byly ihned odstraněny." msgid "When enabled, external subtitles will be always turned on for playback movie." @@ -22375,7 +22393,7 @@ msgstr "Jestliže je povoleno, je možné opouštět movieplayer pomocí Exit." msgid "When enabled, measure power consumption to detect when the rotor stops turning (when supported by the tuner)." msgstr "Pokud je povoleno, přijímač se bude snažit měřením spotřeby proudu určit, kdy motor ukončí natáčení (pokud je podporováno tunerem)." -msgid "When enabled, network trash cans are probed for cleaning." +msgid "When enabled, network trashcans are probed for cleaning." msgstr "Pokud je povoleno, síťové koše jsou sondovány kvůli čištění." msgid "When enabled, number markers will be hidden." diff --git a/po/da.po b/po/da.po index ead6d896533..fe8375c2004 100644 --- a/po/da.po +++ b/po/da.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: OpenATV\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-01-07 09:29+0000\n" +"POT-Creation-Date: 2025-01-28 07:25+0000\n" "PO-Revision-Date: 2021-11-04 23:53+0000\n" "Last-Translator: T. Rylle \n" "Language-Team: Danish \n" @@ -1817,6 +1817,9 @@ msgstr "Aktiver de kunfigurerede netværksinstillinger." msgid "Activate the flash expander, save all changed settings and exit" msgstr "" +msgid "Activate this device" +msgstr "" + msgid "Activate time shift End" msgstr "Aktiver Timeshift slut" @@ -3661,7 +3664,7 @@ msgstr "" msgid "Cannot find any signal ..., aborting !" msgstr "Kan ikke finde noget signal ..., afbryder !" -msgid "Cannot move to trash can" +msgid "Can't move to trashcan!" msgstr "Kan ikke flytte til papirkurv" msgid "Cape Verde" @@ -4615,7 +4618,7 @@ msgstr "Konfigurer breddegraden af din placering." msgid "Configure the longitude of your location." msgstr "Konfigurer længdegraden af din placering." -msgid "Configure the minimum amount of disk space to be available for recordings. When the amount of space drops below this value, deleted items will be removed from the trash can." +msgid "Configure the minimum amount of disk space to be available for recordings. When the amount of space drops below this value, deleted items will be removed from the trashcan." msgstr "Konfigurer den mindste mængde diskplads der skal være tilgængelig for optagelser. Når mængden af plads falder under denne værdi, vil slettede elementer blive fjernet fra skarldespanden." msgid "Configure the minimum width before showing the 'i' icon, '0' is equal to not showing the icon at all." @@ -4630,7 +4633,7 @@ msgstr "Konfigurer netmasken." msgid "Configure the network again" msgstr "Konfigurer dit netværk igen" -msgid "Configure the number of days after which items are automatically removed from the trash can." +msgid "Configure the number of days after which items are automatically removed from the trashcan." msgstr "Konfigurer antallet af dage efter hvilke elementer automatisk bliver fjernet fra skraldespanden." msgid "Configure the number of days old timers are kept before they are automatically removed from the timer list." @@ -6143,7 +6146,7 @@ msgid "Directory" msgstr "Mappe" #, python-format -msgid "Directory %s does not exist." +msgid "Error: Directory '%s' does not exist!" msgstr "Mappen %s eksistere ikke." #, python-format @@ -6365,7 +6368,7 @@ msgstr "Vil du virkelig slette %s ?" msgid "Do you really want to delete '%s'?" msgstr "Vil du virkelig slette: %s ?" -msgid "Do you really want to delete ?" +msgid "Do you really want to delete?" msgstr "Vil du virkelig slette ?" #, python-format @@ -6394,7 +6397,7 @@ msgid "Do you really want to move to trashcan ?" msgstr "Vil du virkelig flytte til papirkurv ?" #, python-format -msgid "Do you really want to permanently remove '%s' from trash can ?" +msgid "Do you really want to permanently remove '%s' from the trashcan?" msgstr "Vil du virkelig fjerne '%s' permanent fra skraldespanden ?" msgid "Do you really want to permanently remove from trash can ?" @@ -6409,7 +6412,7 @@ msgid "Do you really want to remove the timer for %s?" msgstr "Vil du virkelig fjerne Timeren for %s ?" #, python-format -msgid "Do you really want to remove your bookmark for '%s'?" +msgid "Do you really want to remove the bookmark for '%s'?" msgstr "Vil du virkelig fjerne bogmærket for %s ?" msgid "" @@ -7134,12 +7137,18 @@ msgstr "Aktiver denne mulighed for at tilføje fjernbetjening data til fejlsøgn msgid "Enable this option to add screen names and resolution data to the debug log file." msgstr "Aktiver denne mulighed for at tilføje navne og opløsning data til fejlsøgningslog filen." +msgid "Enable this option to add storage device information detected during system boot and hot plug events to the debug log file." +msgstr "" + msgid "Enable this option to add timer debugging data to the debug log file." msgstr "" msgid "Enable this option to show all the available Information screens in the Information menu item list." msgstr "" +msgid "Enable this option to show unknown storage devices in device manager." +msgstr "" + msgid "Enable this setting if your aerial system needs power." msgstr "Aktiver denne indstilling hvis dit antennesystem har behov for strøm." @@ -8236,7 +8245,7 @@ msgstr "Kontroller filsystem" msgid "File System Packages" msgstr "" -msgid "File appears to be busy.\n" +msgid "File appears to be busy!\n" msgstr "Filen virker optaget.\n" msgid "" @@ -9552,6 +9561,9 @@ msgstr "" msgid "Image creation failed!" msgstr "" +msgid "Image version" +msgstr "" + msgid "ImageWizard" msgstr "Image assistent" @@ -9676,6 +9688,9 @@ msgstr "Konfigurer fjernbetjenings kontroltype" msgid "Include screen load data" msgstr "Medtag skærmindlæsningsdata" +msgid "Include storage device data" +msgstr "" + msgid "Include teletext details" msgstr "" @@ -13120,7 +13135,7 @@ msgstr "" msgid "Perform the upgrade?" msgstr "" -msgid "Permanently delete all recordings in the trash can?" +msgid "Permanently delete all recordings in the trashcan?" msgstr "Slet alle optagelser i papirkurven permanent ?" msgid "Permanently ignore this device" @@ -18154,6 +18169,9 @@ msgstr "" msgid "Show unknown Videoresolution as next higher or as highest screen resolution." msgstr "Vis ukendt videoopløsning som næsthøjeste eller højeste skærmopløsning." +msgid "Show unknown devices" +msgstr "" + msgid "Show unknown video format as" msgstr "Vis ukendt videoformat som" @@ -22364,7 +22382,7 @@ msgstr "Når aktiverer, vil indhold med et billedformat på 4:3 blive strukket f msgid "When enabled, continue to the next bouquet when the last channel of the current bouquet is reached while changing channels." msgstr "Når dette aktiveres, fortsættes til næste Buket når den sidste kanal i den aktuelle Buket bliver nået mens der skiftes kanaler." -msgid "When enabled, deleted recordings are moved to the trash can, instead of being deleted immediately." +msgid "When enabled, deleted recordings are moved to the trashcan, instead of being deleted immediately." msgstr "Når aktiveret, flyttes slettede optagelser til skraldespand i stedet for straks at blive slettet." msgid "When enabled, external subtitles will be always turned on for playback movie." @@ -22382,7 +22400,7 @@ msgstr "Når dette aktiveres, er det muligt at forlade Filmafspilleren med EXIT. msgid "When enabled, measure power consumption to detect when the rotor stops turning (when supported by the tuner)." msgstr "Når dette aktiveres, måles strømforbruget for at opdage når rotoren stopper med at dreje (når det understøttes af Tuneren)." -msgid "When enabled, network trash cans are probed for cleaning." +msgid "When enabled, network trashcans are probed for cleaning." msgstr "Når dette er aktiveret, undersøges netværksskraldespande ved oprydning." msgid "When enabled, number markers will be hidden." diff --git a/po/de.po b/po/de.po index 9238dd05ccb..5540b0b085e 100644 --- a/po/de.po +++ b/po/de.po @@ -16,8 +16,8 @@ msgid "" msgstr "" "Project-Id-Version: tuxbox-enigma 0.0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-01-07 09:29+0000\n" -"PO-Revision-Date: 2025-01-15 06:00+0000\n" +"POT-Creation-Date: 2025-01-28 07:25+0000\n" +"PO-Revision-Date: 2025-01-28 10:04+0000\n" "Last-Translator: Makumbo \n" "Language-Team: German \n" "Language: de\n" @@ -1915,6 +1915,9 @@ msgstr "Netzwerkeinstellungen übernehmen." msgid "Activate the flash expander, save all changed settings and exit" msgstr "Flash-Expander aktivieren, alle geänderten Einstellungen speichern, dann beenden." +msgid "Activate this device" +msgstr "Dieses Gerät aktivieren" + msgid "Activate time shift End" msgstr "Timeshift beenden" @@ -3857,7 +3860,7 @@ msgstr "%s kann nicht ermittelt werden! Abbruch..." msgid "Cannot find any signal ..., aborting !" msgstr "Kein Signal gefunden! Abbruch!" -msgid "Cannot move to trash can" +msgid "Can't move to trashcan!" msgstr "Nicht in den Papierkorb verschiebbar!" msgid "Cape Verde" @@ -4877,7 +4880,7 @@ msgstr "Breitengrad der Position einstellen." msgid "Configure the longitude of your location." msgstr "Längengrad der Position einstellen." -msgid "Configure the minimum amount of disk space to be available for recordings. When the amount of space drops below this value, deleted items will be removed from the trash can." +msgid "Configure the minimum amount of disk space to be available for recordings. When the amount of space drops below this value, deleted items will be removed from the trashcan." msgstr "Den erforderlichen Speicherplatz einstellen, der für Aufnahmen zur Verfügung stehen muss. Wird der Wert erreicht, werden Inhalte aus dem Papierkorb gelöscht." msgid "Configure the minimum width before showing the 'i' icon, '0' is equal to not showing the icon at all." @@ -4893,7 +4896,7 @@ msgstr "Netzwerkmaske einstellen." msgid "Configure the network again" msgstr "Netzwerk erneut konfigurieren" -msgid "Configure the number of days after which items are automatically removed from the trash can." +msgid "Configure the number of days after which items are automatically removed from the trashcan." msgstr "Legt fest, wie viele Tage der Inhalt vom Papierkorb erhalten bleiben soll, bevor er automatisch gelöscht wird." msgid "Configure the number of days old timers are kept before they are automatically removed from the timer list." @@ -6468,7 +6471,7 @@ msgid "Directory" msgstr "Verzeichnis" #, python-format -msgid "Directory %s does not exist." +msgid "Error: Directory '%s' does not exist!" msgstr "Das Verzeichnis %s existiert nicht." #, python-format @@ -6709,7 +6712,7 @@ msgstr "'%s' wirklich löschen?" msgid "Do you really want to delete '%s'?" msgstr "'%s' wirklich löschen?" -msgid "Do you really want to delete ?" +msgid "Do you really want to delete?" msgstr "Dies wirklich löschen?" #, python-format @@ -6745,7 +6748,7 @@ msgid "Do you really want to move to trashcan ?" msgstr "Dies wirklich in den Papierkorb verschieben?" #, python-format -msgid "Do you really want to permanently remove '%s' from trash can ?" +msgid "Do you really want to permanently remove '%s' from the trashcan?" msgstr "'%s' wirklich aus dem Papierkorb entfernen?" msgid "Do you really want to permanently remove from trash can ?" @@ -6762,7 +6765,7 @@ msgstr "Den Timer für '%s' wirklich entfernen?" # #, python-format -msgid "Do you really want to remove your bookmark for '%s'?" +msgid "Do you really want to remove the bookmark for '%s'?" msgstr "Das Lesezeichen für '%s' wirklich löschen?" msgid "" @@ -7533,12 +7536,18 @@ msgstr "Aktivieren, um dem Debug-Log Fernbedienungsdaten hinzuzufügen." msgid "Enable this option to add screen names and resolution data to the debug log file." msgstr "Aktivieren, um dem Debug-Log Bildschirmnamen und Auflösungsdaten hinzuzufügen." +msgid "Enable this option to add storage device information detected during system boot and hot plug events to the debug log file." +msgstr "Aktivieren, um während des Bootvorgangs oder per Hot-Plug ermittelte Informationen zu Datenträgern im Log anzuzeigen." + msgid "Enable this option to add timer debugging data to the debug log file." msgstr "Aktivieren, um dem Debug-Log Timer-Daten hinzuzufügen." msgid "Enable this option to show all the available Information screens in the Information menu item list." msgstr "Aktivieren, um alle verfügbaren Informations-Bildschirme in der Informations-Menü-Liste anzuzeigen." +msgid "Enable this option to show unknown storage devices in device manager." +msgstr "Aktivieren, um auch unbekannte Datenträger in der Geräteverwaltung anzuzeigen." + msgid "Enable this setting if your aerial system needs power." msgstr "Diese Einstellung aktivieren, wenn das Antennensystem Strom benötigt." @@ -8683,7 +8692,7 @@ msgstr "Dateisystemüberprüfung" msgid "File System Packages" msgstr "Dateisystem-Pakete" -msgid "File appears to be busy.\n" +msgid "File appears to be busy!\n" msgstr "Datei scheint in Benutzung zu sein.\n" msgid "" @@ -10049,6 +10058,9 @@ msgstr "Image erstellt:" msgid "Image creation failed!" msgstr "Image-Erstellung fehlgeschlagen!" +msgid "Image version" +msgstr "Imageversion" + # msgid "ImageWizard" msgstr "Einstellungen wiederherstellen" @@ -10174,6 +10186,9 @@ msgstr "Inklusive Fernbedienungsdaten" msgid "Include screen load data" msgstr "Inklusive Screen-Daten" +msgid "Include storage device data" +msgstr "Inklusive Datenträger-Daten" + msgid "Include teletext details" msgstr "Inklusive Videotext-Details" @@ -13818,7 +13833,7 @@ msgstr "Stattdessen einen Online-Flash durchführen" msgid "Perform the upgrade?" msgstr "Das Upgrade durchführen?" -msgid "Permanently delete all recordings in the trash can?" +msgid "Permanently delete all recordings in the trashcan?" msgstr "Alle Aufnahmen im Papierkorb endgültig löschen?" msgid "Permanently ignore this device" @@ -19176,6 +19191,9 @@ msgstr "Unterstriche anzeigen" msgid "Show unknown Videoresolution as next higher or as highest screen resolution." msgstr "Unbekannte Videoauflösungen mit der nächsthöheren oder höchsten Auflösung anzeigen." +msgid "Show unknown devices" +msgstr "Unbekannte Geräte anzeigen" + msgid "Show unknown video format as" msgstr "Unbekannte Videoauflösung anzeigen als" @@ -23697,7 +23715,7 @@ msgstr "Wenn aktiviert, werden Videoinhalte mit einem Seitenverhältnis von 4:3 msgid "When enabled, continue to the next bouquet when the last channel of the current bouquet is reached while changing channels." msgstr "Bei 'Ja' wird beim Senderweiterschalten, wenn der letzte Sender einer Favoritenliste erreicht ist, in die nächste gewechselt." -msgid "When enabled, deleted recordings are moved to the trash can, instead of being deleted immediately." +msgid "When enabled, deleted recordings are moved to the trashcan, instead of being deleted immediately." msgstr "Bei 'Ja' werden gelöschte Aufnahmen in den Papierkorb verschoben, bei 'Nein' sofort und unwiderruflich gelöscht." msgid "When enabled, external subtitles will be always turned on for playback movie." @@ -23716,7 +23734,7 @@ msgstr "Wenn aktiviert, kann der Movieplayer mit EXIT beendet werden." msgid "When enabled, measure power consumption to detect when the rotor stops turning (when supported by the tuner)." msgstr "Wenn aktiviert, wird der Stromverbrauch gemessen, um festzustellen, wann der Rotor aufhört, sich zu drehen (wenn dies vom Tuner unterstützt wird)." -msgid "When enabled, network trash cans are probed for cleaning." +msgid "When enabled, network trashcans are probed for cleaning." msgstr "Bei 'Ja' werden auch die Netzwerk-Papierkörbe geleert." msgid "When enabled, number markers will be hidden." diff --git a/po/el.po b/po/el.po index c914d17b9dc..07bebbfc98e 100644 --- a/po/el.po +++ b/po/el.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OpenATV Enigma2 Official Greek Translation\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-01-07 09:29+0000\n" +"POT-Creation-Date: 2025-01-28 07:25+0000\n" "PO-Revision-Date: 2025-01-25 17:05+0000\n" "Last-Translator: MCelliotG \n" "Language-Team: Greek \n" @@ -1816,6 +1816,9 @@ msgstr "Ενεργοποίηση των παραμετροποιημένων ρ msgid "Activate the flash expander, save all changed settings and exit" msgstr "Ενεργοποίηση επέκτασης μνήμης flash, αποθήκευση όλων των αλλαγών ρυθμίσεων και έξοδος" +msgid "Activate this device" +msgstr "" + msgid "Activate time shift End" msgstr "Ενεργοποίηση τέλους χρονομετατόπισης" @@ -3657,7 +3660,7 @@ msgstr "Αδυναμία καθορισμού του ορίου του %s ..., msgid "Cannot find any signal ..., aborting !" msgstr "Αδυναμία εύρεσης σήματος ..., ματαίωση !" -msgid "Cannot move to trash can" +msgid "Can't move to trashcan!" msgstr "Αδυναμία μετακίνησης στον κάδο αχρήστων" msgid "Cape Verde" @@ -4613,7 +4616,7 @@ msgstr "Ρύθμιση του γεωγραφικού πλάτους της το msgid "Configure the longitude of your location." msgstr "Ρύθμιση του γεωγραφικού μήκους της θέσης σας." -msgid "Configure the minimum amount of disk space to be available for recordings. When the amount of space drops below this value, deleted items will be removed from the trash can." +msgid "Configure the minimum amount of disk space to be available for recordings. When the amount of space drops below this value, deleted items will be removed from the trashcan." msgstr "Ρύθμιση της ελάχιστης διαθέσιμης χωρητικότητας του δίσκου για εγγραφές. Όταν η χωρητικότητα πέσει κάτω από αυτή την τιμή, τα διαγραμμένα αντικείμενα θα αφαιρούνται από τον κάδο αχρήστων." msgid "Configure the minimum width before showing the 'i' icon, '0' is equal to not showing the icon at all." @@ -4628,7 +4631,7 @@ msgstr "Ρύθμιση μάσκας δικτύου." msgid "Configure the network again" msgstr "Ρύθμιση του δικτύου εκ νέου" -msgid "Configure the number of days after which items are automatically removed from the trash can." +msgid "Configure the number of days after which items are automatically removed from the trashcan." msgstr "Ρύθμιση του αριθμού ημερών μετά τις οποίες τα περιεχόμενα του κάδου αχρήστου θα αφαιρούνται αυτόματα." msgid "Configure the number of days old timers are kept before they are automatically removed from the timer list." @@ -6142,7 +6145,7 @@ msgid "Directory" msgstr "Φάκελος" #, python-format -msgid "Directory %s does not exist." +msgid "Error: Directory '%s' does not exist!" msgstr "Ο φάκελος %s δεν υπάρχει." #, python-format @@ -6364,7 +6367,7 @@ msgstr "Θέλετε πραγματικά να διαγραφεί το %s ;" msgid "Do you really want to delete '%s'?" msgstr "Θέλετε σίγουρα να διαγραφεί το '%s';" -msgid "Do you really want to delete ?" +msgid "Do you really want to delete?" msgstr "Θέλετε σίγουρα να διαγραφεί ;" #, python-format @@ -6399,7 +6402,7 @@ msgid "Do you really want to move to trashcan ?" msgstr "Θέλετε σίγουρα να μετακινηθεί ο κάδος αχρήστων;" #, python-format -msgid "Do you really want to permanently remove '%s' from trash can ?" +msgid "Do you really want to permanently remove '%s' from the trashcan?" msgstr "Θέλετε σίγουρα να διαγραφεί μόνιμα το '%s' από τον κάδο αχρήστων;" msgid "Do you really want to permanently remove from trash can ?" @@ -6414,7 +6417,7 @@ msgid "Do you really want to remove the timer for %s?" msgstr "Θέλετε σίγουρα να διαγραφεί ο χρονοδιακόπτης για το %s;" #, python-format -msgid "Do you really want to remove your bookmark for '%s'?" +msgid "Do you really want to remove the bookmark for '%s'?" msgstr "Θέλετε σίγουρα να διαγράψετε τον σελιδοδείκτη '%s';" msgid "" @@ -7145,12 +7148,18 @@ msgstr "Ενεργοποιήστε αυτή την επιλογή για την msgid "Enable this option to add screen names and resolution data to the debug log file." msgstr "Ενεργοποιήστε αυτή την επιλογή για την προσθήκη ονομάτων οθόνης και δεδομένων ανάλυσης εικόνας στο αρχείο καταγραφής αποσφαλμάτωσης." +msgid "Enable this option to add storage device information detected during system boot and hot plug events to the debug log file." +msgstr "" + msgid "Enable this option to add timer debugging data to the debug log file." msgstr "Ενεργοποιήστε αυτή την επιλογή για την προσθήκη δεδομένων αποσφαλμάτωσης στο αρχείο καταγραφής." msgid "Enable this option to show all the available Information screens in the Information menu item list." msgstr "Ενεργοποιήστε αυτή την επιλογή για να εμφανίζονται όλες οι διαθέσιμες οθόνες πληροφοριών στη λίστα στοιχείων του μενού πληροφοριών." +msgid "Enable this option to show unknown storage devices in device manager." +msgstr "" + msgid "Enable this setting if your aerial system needs power." msgstr "Ενεργοποιήστε αυτή τη ρύθμιση αν η κεραία σας απαιτεί πρόσθετη ισχύ." @@ -8245,7 +8254,7 @@ msgstr "Έλεγχος συστήματος αρχείων" msgid "File System Packages" msgstr "Πακέτα συστήματος αρχείων" -msgid "File appears to be busy.\n" +msgid "File appears to be busy!\n" msgstr "Το αρχείο φαίνεται να είναι απασχολημένο.\n" msgid "" @@ -9553,6 +9562,9 @@ msgstr "Το image δημιουργήθηκε:" msgid "Image creation failed!" msgstr "Αποτυχία δημιουργίας image!" +msgid "Image version" +msgstr "" + msgid "ImageWizard" msgstr "Οδηγός Image" @@ -9674,6 +9686,9 @@ msgstr "Συμπερίληψη των δεδομένων τηλεχειριστ msgid "Include screen load data" msgstr "Συμπερίληψη των δεδομένων φόρτωσης εικόνας" +msgid "Include storage device data" +msgstr "" + msgid "Include teletext details" msgstr "Συμπερίληψη λεπτομερειών τηλεκειμένου" @@ -13055,7 +13070,7 @@ msgstr "Να γίνει διαδικτυακό φλασάρισμα αντ' αυ msgid "Perform the upgrade?" msgstr "Να γίνει η αναβάθμιση;" -msgid "Permanently delete all recordings in the trash can?" +msgid "Permanently delete all recordings in the trashcan?" msgstr "Οριστική διαγραφή όλων των εγγραφών από τον κάδο;" msgid "Permanently ignore this device" @@ -18064,6 +18079,9 @@ msgstr "Εμφάνιση χαρακτήρων υπογράμμισης" msgid "Show unknown Videoresolution as next higher or as highest screen resolution." msgstr "Εμφάνιση άγνωστης ανάλυσης εικόνας ως επόμενη υψηλότερη ή ύψιστη ανάλυση οθόνης." +msgid "Show unknown devices" +msgstr "" + msgid "Show unknown video format as" msgstr "Εμφάνιση άγνωστου φορμά βίντεο ως" @@ -22311,7 +22329,7 @@ msgstr "Όταν είναι ενεργό, περιεχόμενο με λόγο msgid "When enabled, continue to the next bouquet when the last channel of the current bouquet is reached while changing channels." msgstr "Όταν είναι ενεργό, θα μεταβείτε στο επόμενο μπουκέτο όταν έχετε φτάσει στο τελευταίο κανάλι του τρέχοντος κατά το ζάπινγκ." -msgid "When enabled, deleted recordings are moved to the trash can, instead of being deleted immediately." +msgid "When enabled, deleted recordings are moved to the trashcan, instead of being deleted immediately." msgstr "Όταν είναι ενεργό, οι διαγραμμένες εγγραφές μετακινούνται στον κάδο αχρήστων, αντί να διαγράφονται άμεσα." msgid "When enabled, external subtitles will be always turned on for playback movie." @@ -22329,7 +22347,7 @@ msgstr "Όταν είναι ενεργό, είναι δυνατή η έξοδο msgid "When enabled, measure power consumption to detect when the rotor stops turning (when supported by the tuner)." msgstr "Όταν είναι ενεργό, θα γίνεται μέτρηση της κατανάλωσης ενέργειας, για να εντοπιστεί το σταμάτημα κίνησης του μοτέρ (όταν υποστηρίζεται από το tuner)." -msgid "When enabled, network trash cans are probed for cleaning." +msgid "When enabled, network trashcans are probed for cleaning." msgstr "Όταν είναι ενεργό, οι κάδοι αχρήστων δικτύου θα τεθούν προς εκκαθάριση." msgid "When enabled, number markers will be hidden." diff --git a/po/en.po b/po/en.po index 38cf107fa89..282f4b798fb 100644 --- a/po/en.po +++ b/po/en.po @@ -3936,7 +3936,7 @@ msgstr "" msgid "Cannot find images - please try later" msgstr "" -msgid "Cannot move to trash can" +msgid "Can't move to trashcan!" msgstr "" msgid "Capacity" @@ -4776,7 +4776,7 @@ msgstr "" msgid "Configure the longitude of your location." msgstr "" -msgid "Configure the minimum amount of disk space to be available for recordings. When the amount of space drops below this value, deleted items will be removed from the trash can." +msgid "Configure the minimum amount of disk space to be available for recordings. When the amount of space drops below this value, deleted items will be removed from the trashcan." msgstr "" msgid "Configure the minimum width before showing the 'i' icon, '0' is equal to not showing the icon at all." @@ -4788,7 +4788,7 @@ msgstr "" msgid "Configure the netmask." msgstr "" -msgid "Configure the number of days after which items are automatically removed from the trash can." +msgid "Configure the number of days after which items are automatically removed from the trashcan." msgstr "" msgid "Configure the number of days old timers are kept before they are automatically removed from the timer list." @@ -6034,7 +6034,7 @@ msgid "Directory" msgstr "" #, python-format -msgid "Directory %s does not exist." +msgid "Error: Directory '%s' does not exist!" msgstr "" #, python-format @@ -6239,7 +6239,7 @@ msgstr "" msgid "Do you really want to delete '%s'?" msgstr "" -msgid "Do you really want to delete ?" +msgid "Do you really want to delete?" msgstr "" #, python-format @@ -6275,7 +6275,7 @@ msgid "Do you really want to move to trashcan ?" msgstr "" #, python-format -msgid "Do you really want to permanently remove '%s' from trash can ?" +msgid "Do you really want to permanently remove '%s' from the trashcan?" msgstr "" msgid "Do you really want to permanently remove from trash can ?" @@ -6294,7 +6294,7 @@ msgid "Do you really want to remove the timer for %s?" msgstr "" #, python-format -msgid "Do you really want to remove your bookmark for '%s'?" +msgid "Do you really want to remove the bookmark for '%s'?" msgstr "" msgid "Do you want change rights?\n" @@ -7751,7 +7751,7 @@ msgstr "" msgid "File System Check" msgstr "" -msgid "File appears to be busy.\n" +msgid "File appears to be busy!\n" msgstr "" msgid "File checksums to calculate for button 9" @@ -12242,7 +12242,7 @@ msgstr "" msgid "Perform an on-line flash instead" msgstr "" -msgid "Permanently delete all recordings in the trash can?" +msgid "Permanently delete all recordings in the trashcan?" msgstr "" msgid "Permanently remove all deleted items" @@ -20117,7 +20117,7 @@ msgstr "" msgid "When enabled, continue to the next bouquet when the last channel of the current bouquet is reached while changing channels." msgstr "" -msgid "When enabled, deleted recordings are moved to the trash can, instead of being deleted immediately." +msgid "When enabled, deleted recordings are moved to the trashcan, instead of being deleted immediately." msgstr "" msgid "When enabled, external subtitles will be always turned on for playback movie." @@ -20138,7 +20138,7 @@ msgstr "" msgid "When enabled, measure power consumption to detect when the rotor stops turning (when supported by the tuner)." msgstr "" -msgid "When enabled, network trash cans are probed for cleaning." +msgid "When enabled, network trashcans are probed for cleaning." msgstr "" msgid "When enabled, number markers will be hidden." diff --git a/po/en_AU.po b/po/en_AU.po index b2377ae2651..bf20280e950 100644 --- a/po/en_AU.po +++ b/po/en_AU.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-01-07 09:29+0000\n" +"POT-Creation-Date: 2025-01-28 07:25+0000\n" "PO-Revision-Date: 2022-08-01 08:46+0000\n" "Last-Translator: jbleyel \n" "Language-Team: English (Australia) \n" @@ -1805,6 +1805,9 @@ msgstr "" msgid "Activate the flash expander, save all changed settings and exit" msgstr "" +msgid "Activate this device" +msgstr "" + msgid "Activate time shift End" msgstr "" @@ -3634,7 +3637,7 @@ msgstr "" msgid "Cannot find any signal ..., aborting !" msgstr "" -msgid "Cannot move to trash can" +msgid "Can't move to trashcan!" msgstr "" msgid "Cape Verde" @@ -4582,7 +4585,7 @@ msgstr "" msgid "Configure the longitude of your location." msgstr "" -msgid "Configure the minimum amount of disk space to be available for recordings. When the amount of space drops below this value, deleted items will be removed from the trash can." +msgid "Configure the minimum amount of disk space to be available for recordings. When the amount of space drops below this value, deleted items will be removed from the trashcan." msgstr "" msgid "Configure the minimum width before showing the 'i' icon, '0' is equal to not showing the icon at all." @@ -4597,7 +4600,7 @@ msgstr "" msgid "Configure the network again" msgstr "" -msgid "Configure the number of days after which items are automatically removed from the trash can." +msgid "Configure the number of days after which items are automatically removed from the trashcan." msgstr "" msgid "Configure the number of days old timers are kept before they are automatically removed from the timer list." @@ -6105,7 +6108,7 @@ msgid "Directory" msgstr "" #, python-format -msgid "Directory %s does not exist." +msgid "Error: Directory '%s' does not exist!" msgstr "" #, python-format @@ -6325,7 +6328,7 @@ msgstr "" msgid "Do you really want to delete '%s'?" msgstr "" -msgid "Do you really want to delete ?" +msgid "Do you really want to delete?" msgstr "" #, python-format @@ -6354,7 +6357,7 @@ msgid "Do you really want to move to trashcan ?" msgstr "" #, python-format -msgid "Do you really want to permanently remove '%s' from trash can ?" +msgid "Do you really want to permanently remove '%s' from the trashcan?" msgstr "" msgid "Do you really want to permanently remove from trash can ?" @@ -6369,7 +6372,7 @@ msgid "Do you really want to remove the timer for %s?" msgstr "" #, python-format -msgid "Do you really want to remove your bookmark for '%s'?" +msgid "Do you really want to remove the bookmark for '%s'?" msgstr "" msgid "" @@ -7080,12 +7083,18 @@ msgstr "" msgid "Enable this option to add screen names and resolution data to the debug log file." msgstr "" +msgid "Enable this option to add storage device information detected during system boot and hot plug events to the debug log file." +msgstr "" + msgid "Enable this option to add timer debugging data to the debug log file." msgstr "" msgid "Enable this option to show all the available Information screens in the Information menu item list." msgstr "" +msgid "Enable this option to show unknown storage devices in device manager." +msgstr "" + msgid "Enable this setting if your aerial system needs power." msgstr "" @@ -8159,7 +8168,7 @@ msgstr "" msgid "File System Packages" msgstr "" -msgid "File appears to be busy.\n" +msgid "File appears to be busy!\n" msgstr "" msgid "" @@ -9460,6 +9469,9 @@ msgstr "" msgid "Image creation failed!" msgstr "" +msgid "Image version" +msgstr "" + msgid "ImageWizard" msgstr "" @@ -9576,6 +9588,9 @@ msgstr "" msgid "Include screen load data" msgstr "" +msgid "Include storage device data" +msgstr "" + msgid "Include teletext details" msgstr "" @@ -12945,7 +12960,7 @@ msgstr "" msgid "Perform the upgrade?" msgstr "" -msgid "Permanently delete all recordings in the trash can?" +msgid "Permanently delete all recordings in the trashcan?" msgstr "" msgid "Permanently ignore this device" @@ -17915,6 +17930,9 @@ msgstr "" msgid "Show unknown Videoresolution as next higher or as highest screen resolution." msgstr "" +msgid "Show unknown devices" +msgstr "" + msgid "Show unknown video format as" msgstr "" @@ -22042,7 +22060,7 @@ msgstr "" msgid "When enabled, continue to the next bouquet when the last channel of the current bouquet is reached while changing channels." msgstr "" -msgid "When enabled, deleted recordings are moved to the trash can, instead of being deleted immediately." +msgid "When enabled, deleted recordings are moved to the trashcan, instead of being deleted immediately." msgstr "" msgid "When enabled, external subtitles will be always turned on for playback movie." @@ -22060,7 +22078,7 @@ msgstr "" msgid "When enabled, measure power consumption to detect when the rotor stops turning (when supported by the tuner)." msgstr "" -msgid "When enabled, network trash cans are probed for cleaning." +msgid "When enabled, network trashcans are probed for cleaning." msgstr "" msgid "When enabled, number markers will be hidden." diff --git a/po/en_GB.po b/po/en_GB.po index 828b0214b48..d489ea4e8fc 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OpenATV\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-01-07 09:29+0000\n" +"POT-Creation-Date: 2025-01-28 07:25+0000\n" "PO-Revision-Date: 2021-08-15 18:50+0000\n" "Last-Translator: openATV \n" "Language-Team: English (United Kingdom) \n" @@ -1811,6 +1811,9 @@ msgstr "Activate the configured network settings." msgid "Activate the flash expander, save all changed settings and exit" msgstr "" +msgid "Activate this device" +msgstr "" + msgid "Activate time shift End" msgstr "" @@ -3642,7 +3645,7 @@ msgstr "" msgid "Cannot find any signal ..., aborting !" msgstr "Cannot find any signal ..., aborting !" -msgid "Cannot move to trash can" +msgid "Can't move to trashcan!" msgstr "" msgid "Cape Verde" @@ -4592,8 +4595,8 @@ msgstr "Configure the latitude of your location." msgid "Configure the longitude of your location." msgstr "Configure the longitude of your location." -msgid "Configure the minimum amount of disk space to be available for recordings. When the amount of space drops below this value, deleted items will be removed from the trash can." -msgstr "Configure the minimum amount of disk space to be available for recordings. When the amount of space drops below this value, deleted items will be removed from the trash can." +msgid "Configure the minimum amount of disk space to be available for recordings. When the amount of space drops below this value, deleted items will be removed from the trashcan." +msgstr "Configure the minimum amount of disk space to be available for recordings. When the amount of space drops below this value, deleted items will be removed from the trashcan." msgid "Configure the minimum width before showing the 'i' icon, '0' is equal to not showing the icon at all." msgstr "Configure the minimum width before showing the 'i' icon, '0' is equal to not showing the icon at all." @@ -4607,7 +4610,7 @@ msgstr "Configure the netmask." msgid "Configure the network again" msgstr "" -msgid "Configure the number of days after which items are automatically removed from the trash can." +msgid "Configure the number of days after which items are automatically removed from the trashcan." msgstr "Configure the number of days after which deleted items should be removed from the trash." msgid "Configure the number of days old timers are kept before they are automatically removed from the timer list." @@ -6116,8 +6119,8 @@ msgid "Directory" msgstr "Directory" #, python-format -msgid "Directory %s does not exist." -msgstr "Directory %s does not exist." +msgid "Error: Directory '%s' does not exist!" +msgstr "Error: Directory '%s' does not exist!" #, python-format msgid "Directory '%s' can't be linked to recordings!" @@ -6336,7 +6339,7 @@ msgstr "" msgid "Do you really want to delete '%s'?" msgstr "Do you really want to delete '%s'?" -msgid "Do you really want to delete ?" +msgid "Do you really want to delete?" msgstr "" #, python-format @@ -6365,7 +6368,7 @@ msgid "Do you really want to move to trashcan ?" msgstr "Are you sure you want to move to the trash?" #, python-format -msgid "Do you really want to permanently remove '%s' from trash can ?" +msgid "Do you really want to permanently remove '%s' from the trashcan?" msgstr "Are you sure you want to permanently remove '%s' from the trash?" msgid "Do you really want to permanently remove from trash can ?" @@ -6380,8 +6383,8 @@ msgid "Do you really want to remove the timer for %s?" msgstr "Do you really want to remove the timer for %s?" #, python-format -msgid "Do you really want to remove your bookmark for '%s'?" -msgstr "Do you really want to remove your bookmark for '%s'?" +msgid "Do you really want to remove the bookmark for '%s'?" +msgstr "Do you really want to remove the bookmark for '%s'?" msgid "" "Do you really want to restart OSCam?\n" @@ -7091,12 +7094,18 @@ msgstr "" msgid "Enable this option to add screen names and resolution data to the debug log file." msgstr "" +msgid "Enable this option to add storage device information detected during system boot and hot plug events to the debug log file." +msgstr "" + msgid "Enable this option to add timer debugging data to the debug log file." msgstr "" msgid "Enable this option to show all the available Information screens in the Information menu item list." msgstr "" +msgid "Enable this option to show unknown storage devices in device manager." +msgstr "" + msgid "Enable this setting if your aerial system needs power." msgstr "" @@ -8172,7 +8181,7 @@ msgstr "File System Check" msgid "File System Packages" msgstr "" -msgid "File appears to be busy.\n" +msgid "File appears to be busy!\n" msgstr "" msgid "" @@ -9474,6 +9483,9 @@ msgstr "" msgid "Image creation failed!" msgstr "" +msgid "Image version" +msgstr "" + # TRANSLATORS: override en_US (en.po) msgid "ImageWizard" msgstr "Initialisation Wizard" @@ -9591,6 +9603,9 @@ msgstr "" msgid "Include screen load data" msgstr "" +msgid "Include storage device data" +msgstr "" + msgid "Include teletext details" msgstr "" @@ -12968,8 +12983,8 @@ msgstr "" msgid "Perform the upgrade?" msgstr "" -msgid "Permanently delete all recordings in the trash can?" -msgstr "Permanently delete all recordings in the trash can?" +msgid "Permanently delete all recordings in the trashcan?" +msgstr "Permanently delete all recordings in the trashcan?" msgid "Permanently ignore this device" msgstr "" @@ -17941,6 +17956,9 @@ msgstr "" msgid "Show unknown Videoresolution as next higher or as highest screen resolution." msgstr "" +msgid "Show unknown devices" +msgstr "" + msgid "Show unknown video format as" msgstr "" @@ -22077,8 +22095,8 @@ msgstr "When enabled, content with an aspect ratio of 4:3 will be stretched to f msgid "When enabled, continue to the next bouquet when the last channel of the current bouquet is reached while changing channels." msgstr "" -msgid "When enabled, deleted recordings are moved to the trash can, instead of being deleted immediately." -msgstr "When enabled, deleted recordings are moved to the trash can, instead of being deleted immediately." +msgid "When enabled, deleted recordings are moved to the trashcan, instead of being deleted immediately." +msgstr "When enabled, deleted recordings are moved to the trashcan, instead of being deleted immediately." msgid "When enabled, external subtitles will be always turned on for playback movie." msgstr "" @@ -22095,8 +22113,8 @@ msgstr "" msgid "When enabled, measure power consumption to detect when the rotor stops turning (when supported by the tuner)." msgstr "When enabled, measure power consumption to detect when the rotor stops turning (when supported by the tuner)." -msgid "When enabled, network trash cans are probed for cleaning." -msgstr "When enabled, network trash cans are probed for cleaning." +msgid "When enabled, network trashcans are probed for cleaning." +msgstr "When enabled, network trashcans are probed for cleaning." msgid "When enabled, number markers will be hidden." msgstr "" diff --git a/po/enigma2.pot b/po/enigma2.pot index e0c3f736c64..54be0d53b0c 100644 --- a/po/enigma2.pot +++ b/po/enigma2.pot @@ -3595,7 +3595,7 @@ msgstr "" msgid "Cannot find any signal ..., aborting !" msgstr "" -msgid "Cannot move to trash can" +msgid "Can't move to trashcan!" msgstr "" msgid "Cape Verde" @@ -4543,7 +4543,7 @@ msgstr "" msgid "Configure the longitude of your location." msgstr "" -msgid "Configure the minimum amount of disk space to be available for recordings. When the amount of space drops below this value, deleted items will be removed from the trash can." +msgid "Configure the minimum amount of disk space to be available for recordings. When the amount of space drops below this value, deleted items will be removed from the trashcan." msgstr "" msgid "Configure the minimum width before showing the 'i' icon, '0' is equal to not showing the icon at all." @@ -4558,7 +4558,7 @@ msgstr "" msgid "Configure the network again" msgstr "" -msgid "Configure the number of days after which items are automatically removed from the trash can." +msgid "Configure the number of days after which items are automatically removed from the trashcan." msgstr "" msgid "Configure the number of days old timers are kept before they are automatically removed from the timer list." @@ -6066,7 +6066,7 @@ msgid "Directory" msgstr "" #, python-format -msgid "Directory %s does not exist." +msgid "Error: Directory '%s' does not exist!" msgstr "" #, python-format @@ -6284,7 +6284,7 @@ msgstr "" msgid "Do you really want to delete '%s'?" msgstr "" -msgid "Do you really want to delete ?" +msgid "Do you really want to delete?" msgstr "" #, python-format @@ -6313,7 +6313,7 @@ msgid "Do you really want to move to trashcan ?" msgstr "" #, python-format -msgid "Do you really want to permanently remove '%s' from trash can ?" +msgid "Do you really want to permanently remove '%s' from the trashcan?" msgstr "" msgid "Do you really want to permanently remove from trash can ?" @@ -6328,7 +6328,7 @@ msgid "Do you really want to remove the timer for %s?" msgstr "" #, python-format -msgid "Do you really want to remove your bookmark for '%s'?" +msgid "Do you really want to remove the bookmark for '%s'?" msgstr "" msgid "" @@ -8122,7 +8122,7 @@ msgstr "" msgid "File System Packages" msgstr "" -msgid "File appears to be busy.\n" +msgid "File appears to be busy!\n" msgstr "" msgid "" @@ -12893,7 +12893,7 @@ msgstr "" msgid "Perform the upgrade?" msgstr "" -msgid "Permanently delete all recordings in the trash can?" +msgid "Permanently delete all recordings in the trashcan?" msgstr "" msgid "Permanently ignore this device" @@ -21955,7 +21955,7 @@ msgstr "" msgid "When enabled, continue to the next bouquet when the last channel of the current bouquet is reached while changing channels." msgstr "" -msgid "When enabled, deleted recordings are moved to the trash can, instead of being deleted immediately." +msgid "When enabled, deleted recordings are moved to the trashcan, instead of being deleted immediately." msgstr "" msgid "When enabled, external subtitles will be always turned on for playback movie." @@ -21973,7 +21973,7 @@ msgstr "" msgid "When enabled, measure power consumption to detect when the rotor stops turning (when supported by the tuner)." msgstr "" -msgid "When enabled, network trash cans are probed for cleaning." +msgid "When enabled, network trashcans are probed for cleaning." msgstr "" msgid "When enabled, number markers will be hidden." diff --git a/po/es.po b/po/es.po index ae0dad9d018..cf684b03222 100644 --- a/po/es.po +++ b/po/es.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: OpenATV\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-01-07 09:29+0000\n" +"POT-Creation-Date: 2025-01-28 07:25+0000\n" "PO-Revision-Date: 2024-10-02 07:35+0000\n" "Last-Translator: gallegonovato \n" "Language-Team: Spanish \n" @@ -1898,6 +1898,9 @@ msgstr "Activar los ajustes de configuración de red." msgid "Activate the flash expander, save all changed settings and exit" msgstr "Active el expansor de flash, guarda todos los ajustes cambiados y salga" +msgid "Activate this device" +msgstr "" + msgid "Activate time shift End" msgstr "Activar fin de timeshift" @@ -3835,7 +3838,7 @@ msgstr "No se puede determinar el límite en el %s ..., ¡abortando!" msgid "Cannot find any signal ..., aborting !" msgstr "No se puede encontrar ninguna señal..., ¡abortando!" -msgid "Cannot move to trash can" +msgid "Can't move to trashcan!" msgstr "No se puede mover a la papelera" msgid "Cape Verde" @@ -4829,7 +4832,7 @@ msgstr "Configurar la latitud de tu localización." msgid "Configure the longitude of your location." msgstr "Configurar la logitud de tu localización." -msgid "Configure the minimum amount of disk space to be available for recordings. When the amount of space drops below this value, deleted items will be removed from the trash can." +msgid "Configure the minimum amount of disk space to be available for recordings. When the amount of space drops below this value, deleted items will be removed from the trashcan." msgstr "Configurar el espacio en disco mínimo disponible para grabaciones. Cuando el espacio caiga por debajo de ese valor, los programas borrados se eliminarán de la papelera." msgid "Configure the minimum width before showing the 'i' icon, '0' is equal to not showing the icon at all." @@ -4845,7 +4848,7 @@ msgstr "Configurar la máscara de red." msgid "Configure the network again" msgstr "Vuelva a configurar la red" -msgid "Configure the number of days after which items are automatically removed from the trash can." +msgid "Configure the number of days after which items are automatically removed from the trashcan." msgstr "Configure el número de días después de que los elementos se eliminan automáticamente de la papelera." msgid "Configure the number of days old timers are kept before they are automatically removed from the timer list." @@ -6421,7 +6424,7 @@ msgid "Directory" msgstr "Directorio" #, python-format -msgid "Directory %s does not exist." +msgid "Error: Directory '%s' does not exist!" msgstr "No existe el directorio %s." #, python-format @@ -6662,7 +6665,7 @@ msgstr "¿Realmente quieres borrar %s ?" msgid "Do you really want to delete '%s'?" msgstr "¿Seguro que quiere borrar %s?" -msgid "Do you really want to delete ?" +msgid "Do you really want to delete?" msgstr "¿Realmente desea eliminar?" #, python-format @@ -6696,7 +6699,7 @@ msgid "Do you really want to move to trashcan ?" msgstr "¿Realmente quieres moverte a la papelera?" #, python-format -msgid "Do you really want to permanently remove '%s' from trash can ?" +msgid "Do you really want to permanently remove '%s' from the trashcan?" msgstr "¿Seguro que quiere borrar permanentemente ‘%s’ de la papelera?" msgid "Do you really want to permanently remove from trash can ?" @@ -6713,7 +6716,7 @@ msgstr "¿Seguro que quiere borrar el temporizador de %s?" # #, python-format -msgid "Do you really want to remove your bookmark for '%s'?" +msgid "Do you really want to remove the bookmark for '%s'?" msgstr "¿Seguro que quiere borrar tu marcador %s?" msgid "" @@ -7483,12 +7486,18 @@ msgstr "Habilitar esta opción para añadir los datos del control remoto al arch msgid "Enable this option to add screen names and resolution data to the debug log file." msgstr "Habilita esta opción para añadir los nombres de las pantallas y los datos de resolución al archivo de registro de depuración." +msgid "Enable this option to add storage device information detected during system boot and hot plug events to the debug log file." +msgstr "" + msgid "Enable this option to add timer debugging data to the debug log file." msgstr "Activa esta opción para añadir los datos de depuración del temporizador al archivo de registro de depuración." msgid "Enable this option to show all the available Information screens in the Information menu item list." msgstr "" +msgid "Enable this option to show unknown storage devices in device manager." +msgstr "" + msgid "Enable this setting if your aerial system needs power." msgstr "Habilitar esta opción si su sistema de antena necesita energía" @@ -8635,7 +8644,7 @@ msgstr "Comprobar sistema de ficheros" msgid "File System Packages" msgstr "" -msgid "File appears to be busy.\n" +msgid "File appears to be busy!\n" msgstr "El archivo parece estar ocupado.\n" msgid "" @@ -10023,6 +10032,9 @@ msgstr "" msgid "Image creation failed!" msgstr "" +msgid "Image version" +msgstr "" + # msgid "ImageWizard" msgstr "Asistente de imagen" @@ -10147,6 +10159,9 @@ msgstr "Incluir los datos del mando a distancia" msgid "Include screen load data" msgstr "Incluir datos de carga de la pantalla" +msgid "Include storage device data" +msgstr "" + msgid "Include teletext details" msgstr "" @@ -13772,7 +13787,7 @@ msgstr "Realizar un flash en línea en su lugar" msgid "Perform the upgrade?" msgstr "" -msgid "Permanently delete all recordings in the trash can?" +msgid "Permanently delete all recordings in the trashcan?" msgstr "¿Borrar permanentemente todas las grabaciones de la papelera?" msgid "Permanently ignore this device" @@ -19121,6 +19136,9 @@ msgstr "" msgid "Show unknown Videoresolution as next higher or as highest screen resolution." msgstr "" +msgid "Show unknown devices" +msgstr "" + msgid "Show unknown video format as" msgstr "" @@ -23681,7 +23699,7 @@ msgstr "Cuando está activado, el contenido con una relación de aspecto de 4: 3 msgid "When enabled, continue to the next bouquet when the last channel of the current bouquet is reached while changing channels." msgstr "Cuando está activado, continua hacia el próximo grupo cuando has alcanzado el último canal del grupo actual." -msgid "When enabled, deleted recordings are moved to the trash can, instead of being deleted immediately." +msgid "When enabled, deleted recordings are moved to the trashcan, instead of being deleted immediately." msgstr "Cuando está activado, las grabaciones borradas pasan a la papelera en vez de eliminarse inmediatamente." msgid "When enabled, external subtitles will be always turned on for playback movie." @@ -23700,7 +23718,7 @@ msgstr "Cuando está activado, permite salir del reproductor de películas con l msgid "When enabled, measure power consumption to detect when the rotor stops turning (when supported by the tuner)." msgstr "Cuando está activado, controlar el consumo de potencia para detectar la detención del rotor (si está soportado por el sintonizador)." -msgid "When enabled, network trash cans are probed for cleaning." +msgid "When enabled, network trashcans are probed for cleaning." msgstr "Cuando está activado, las papeleras en red se comprueban para vaciarlas." msgid "When enabled, number markers will be hidden." diff --git a/po/et.po b/po/et.po index 6d90add46bb..e7237a0bfce 100644 --- a/po/et.po +++ b/po/et.po @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: OpenATV-Enigma2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-01-07 09:29+0000\n" +"POT-Creation-Date: 2025-01-28 07:25+0000\n" "PO-Revision-Date: 2022-12-04 20:43+0000\n" "Last-Translator: rimasx \n" "Language-Team: Estonian \n" @@ -1833,6 +1833,9 @@ msgstr "Jõusta määratud võrguseaded." msgid "Activate the flash expander, save all changed settings and exit" msgstr "" +msgid "Activate this device" +msgstr "" + msgid "Activate time shift End" msgstr "Määra ajanihke lõpp" @@ -3705,7 +3708,7 @@ msgstr "" msgid "Cannot find any signal ..., aborting !" msgstr "Mingit signaali ei leita, katkestame!" -msgid "Cannot move to trash can" +msgid "Can't move to trashcan!" msgstr "Prügikasti saatmine ei ole võimalik" #, fuzzy @@ -4675,7 +4678,7 @@ msgstr "Määra oma asukoha laiuskraad." msgid "Configure the longitude of your location." msgstr "Määra oma asukoha pikkuskraad." -msgid "Configure the minimum amount of disk space to be available for recordings. When the amount of space drops below this value, deleted items will be removed from the trash can." +msgid "Configure the minimum amount of disk space to be available for recordings. When the amount of space drops below this value, deleted items will be removed from the trashcan." msgstr "Määra väikseim kettaruum (GB), mis peab olema vaba enne salvestuse algamist. Selleks kustutatakse vajadusel faile prügikastist." msgid "Configure the minimum width before showing the 'i' icon, '0' is equal to not showing the icon at all." @@ -4690,7 +4693,7 @@ msgstr "Seadista võrgumask." msgid "Configure the network again" msgstr "Seadista võrk uuesti" -msgid "Configure the number of days after which items are automatically removed from the trash can." +msgid "Configure the number of days after which items are automatically removed from the trashcan." msgstr "Määra päevade arv, pärast mida salvestised kustutatakse automaatselt prügikastist." msgid "Configure the number of days old timers are kept before they are automatically removed from the timer list." @@ -6238,7 +6241,7 @@ msgid "Directory" msgstr "Kataloog" #, python-format -msgid "Directory %s does not exist." +msgid "Error: Directory '%s' does not exist!" msgstr "Kataloogi %s ei eksisteeri." #, python-format @@ -6466,7 +6469,7 @@ msgstr "Kas kustutada %s?" msgid "Do you really want to delete '%s'?" msgstr "Kas kustutada %s?" -msgid "Do you really want to delete ?" +msgid "Do you really want to delete?" msgstr "Kas kustutada?" #, python-format @@ -6495,7 +6498,7 @@ msgid "Do you really want to move to trashcan ?" msgstr "Kas liigutada prügikasti?" #, python-format -msgid "Do you really want to permanently remove '%s' from trash can ?" +msgid "Do you really want to permanently remove '%s' from the trashcan?" msgstr "Kas eemaldada %s lõplikult prügikastist?" msgid "Do you really want to permanently remove from trash can ?" @@ -6510,7 +6513,7 @@ msgid "Do you really want to remove the timer for %s?" msgstr "Kas eemaldada \"%s\" taimer?" #, python-format -msgid "Do you really want to remove your bookmark for '%s'?" +msgid "Do you really want to remove the bookmark for '%s'?" msgstr "Kas kustutada %s järjehoidja?" msgid "" @@ -7256,12 +7259,18 @@ msgstr "" msgid "Enable this option to add screen names and resolution data to the debug log file." msgstr "" +msgid "Enable this option to add storage device information detected during system boot and hot plug events to the debug log file." +msgstr "" + msgid "Enable this option to add timer debugging data to the debug log file." msgstr "" msgid "Enable this option to show all the available Information screens in the Information menu item list." msgstr "" +msgid "Enable this option to show unknown storage devices in device manager." +msgstr "" + msgid "Enable this setting if your aerial system needs power." msgstr "Luba see, kui välisantenn vajab toidet" @@ -8366,7 +8375,7 @@ msgstr "Failisüsteemi kontroll" msgid "File System Packages" msgstr "" -msgid "File appears to be busy.\n" +msgid "File appears to be busy!\n" msgstr "Fail on hõivatud.\n" msgid "" @@ -9716,6 +9725,9 @@ msgstr "" msgid "Image creation failed!" msgstr "" +msgid "Image version" +msgstr "" + # msgid "ImageWizard" msgstr "Püsivara abiline" @@ -9840,6 +9852,9 @@ msgstr "Määra puldi tüüp" msgid "Include screen load data" msgstr "" +msgid "Include storage device data" +msgstr "" + msgid "Include teletext details" msgstr "" @@ -13383,7 +13398,7 @@ msgstr "" msgid "Perform the upgrade?" msgstr "" -msgid "Permanently delete all recordings in the trash can?" +msgid "Permanently delete all recordings in the trashcan?" msgstr "Kas kustutada lõplikult kõik failid prügikastist?" msgid "Permanently ignore this device" @@ -18511,6 +18526,9 @@ msgstr "" msgid "Show unknown Videoresolution as next higher or as highest screen resolution." msgstr "Kuva tundmatu videolahutus kõrguselt järgmise või kõrgeima lahutusena." +msgid "Show unknown devices" +msgstr "" + msgid "Show unknown video format as" msgstr "Tundmatu videovormingu kuvamine" @@ -22825,7 +22843,7 @@ msgstr "Kui lubatud, venitatakse 4:3 sisuga pilti täitmaks kogu ekraani." msgid "When enabled, continue to the next bouquet when the last channel of the current bouquet is reached while changing channels." msgstr "Kui lubatud, liigutakse kanalivahetusel käesoleva lemmiknimekirja lõppu jõudes järgmisesse lemmiknimekirja." -msgid "When enabled, deleted recordings are moved to the trash can, instead of being deleted immediately." +msgid "When enabled, deleted recordings are moved to the trashcan, instead of being deleted immediately." msgstr "Kui lubatud, ei kustutata salvestisi silmapilkselt, vaid liigutatakse prügikasti." msgid "When enabled, external subtitles will be always turned on for playback movie." @@ -22844,7 +22862,7 @@ msgstr "Kui lubatud, saab lõpetada taasesituse EXIT nupuga." msgid "When enabled, measure power consumption to detect when the rotor stops turning (when supported by the tuner)." msgstr "Kui lubatud, mõõdetakse energia kulu, tuvastamaks ajami pööramise lõppemist (kui vastuvõtja seda toetab)." -msgid "When enabled, network trash cans are probed for cleaning." +msgid "When enabled, network trashcans are probed for cleaning." msgstr "Kui lubatud, uuritakse kustutamisel ka võrgukettaid." msgid "When enabled, number markers will be hidden." diff --git a/po/fa.po b/po/fa.po index c1bdebec1b1..c23e0b8272f 100644 --- a/po/fa.po +++ b/po/fa.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: OpenATV\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-01-07 09:29+0000\n" +"POT-Creation-Date: 2025-01-28 07:25+0000\n" "PO-Revision-Date: 2021-09-15 14:20+0000\n" "Last-Translator: Hamed Beyrami \n" "Language-Team: Persian \n" @@ -1894,6 +1894,9 @@ msgstr "فعال کردن تنظیمات شبکه پیکربندی شده." msgid "Activate the flash expander, save all changed settings and exit" msgstr "" +msgid "Activate this device" +msgstr "" + msgid "Activate time shift End" msgstr "" @@ -3788,7 +3791,7 @@ msgstr "" msgid "Cannot find any signal ..., aborting !" msgstr "" -msgid "Cannot move to trash can" +msgid "Can't move to trashcan!" msgstr "نمیتوان به سطل زباله انتقال داد" msgid "Cape Verde" @@ -4766,7 +4769,7 @@ msgstr "" msgid "Configure the longitude of your location." msgstr "" -msgid "Configure the minimum amount of disk space to be available for recordings. When the amount of space drops below this value, deleted items will be removed from the trash can." +msgid "Configure the minimum amount of disk space to be available for recordings. When the amount of space drops below this value, deleted items will be removed from the trashcan." msgstr "" msgid "Configure the minimum width before showing the 'i' icon, '0' is equal to not showing the icon at all." @@ -4782,7 +4785,7 @@ msgstr "" msgid "Configure the network again" msgstr "شبکه خود را دوباره پیکربندی کنید" -msgid "Configure the number of days after which items are automatically removed from the trash can." +msgid "Configure the number of days after which items are automatically removed from the trashcan." msgstr "" msgid "Configure the number of days old timers are kept before they are automatically removed from the timer list." @@ -6335,7 +6338,7 @@ msgid "Directory" msgstr "پوشه" #, fuzzy, python-format -msgid "Directory %s does not exist." +msgid "Error: Directory '%s' does not exist!" msgstr "پوشه %s وجود ندارد" #, python-format @@ -6560,7 +6563,7 @@ msgstr "" msgid "Do you really want to delete '%s'?" msgstr "آیا واقعا قصد حذف کردن %s را دارید؟ " -msgid "Do you really want to delete ?" +msgid "Do you really want to delete?" msgstr "" #, python-format @@ -6590,7 +6593,7 @@ msgid "Do you really want to move to trashcan ?" msgstr "" #, python-format -msgid "Do you really want to permanently remove '%s' from trash can ?" +msgid "Do you really want to permanently remove '%s' from the trashcan?" msgstr "" msgid "Do you really want to permanently remove from trash can ?" @@ -6605,7 +6608,7 @@ msgid "Do you really want to remove the timer for %s?" msgstr "آیا واقعا قصد حذف کردن %s را دارید؟ " #, python-format -msgid "Do you really want to remove your bookmark for '%s'?" +msgid "Do you really want to remove the bookmark for '%s'?" msgstr "آیا واقعا میخواهید علامت خود را از %s حذف کنید ؟" msgid "" @@ -7332,12 +7335,18 @@ msgstr "" msgid "Enable this option to add screen names and resolution data to the debug log file." msgstr "" +msgid "Enable this option to add storage device information detected during system boot and hot plug events to the debug log file." +msgstr "" + msgid "Enable this option to add timer debugging data to the debug log file." msgstr "" msgid "Enable this option to show all the available Information screens in the Information menu item list." msgstr "" +msgid "Enable this option to show unknown storage devices in device manager." +msgstr "" + msgid "Enable this setting if your aerial system needs power." msgstr "" @@ -8433,7 +8442,7 @@ msgstr "بررسی سیستم فایل" msgid "File System Packages" msgstr "" -msgid "File appears to be busy.\n" +msgid "File appears to be busy!\n" msgstr "" msgid "" @@ -9781,6 +9790,9 @@ msgstr "" msgid "Image creation failed!" msgstr "" +msgid "Image version" +msgstr "" + msgid "ImageWizard" msgstr "" @@ -9901,6 +9913,9 @@ msgstr "ریموت کنترل پیشرفته دستگاه (محلی)" msgid "Include screen load data" msgstr "" +msgid "Include storage device data" +msgstr "" + msgid "Include teletext details" msgstr "" @@ -13413,7 +13428,7 @@ msgstr "" msgid "Perform the upgrade?" msgstr "" -msgid "Permanently delete all recordings in the trash can?" +msgid "Permanently delete all recordings in the trashcan?" msgstr "حذف دائمی همه ضبط شده ها در سطل زباله ؟" msgid "Permanently ignore this device" @@ -18563,6 +18578,9 @@ msgstr "" msgid "Show unknown Videoresolution as next higher or as highest screen resolution." msgstr "" +msgid "Show unknown devices" +msgstr "" + msgid "Show unknown video format as" msgstr "" @@ -22802,7 +22820,7 @@ msgstr "" msgid "When enabled, continue to the next bouquet when the last channel of the current bouquet is reached while changing channels." msgstr "" -msgid "When enabled, deleted recordings are moved to the trash can, instead of being deleted immediately." +msgid "When enabled, deleted recordings are moved to the trashcan, instead of being deleted immediately." msgstr "" msgid "When enabled, external subtitles will be always turned on for playback movie." @@ -22820,7 +22838,7 @@ msgstr "" msgid "When enabled, measure power consumption to detect when the rotor stops turning (when supported by the tuner)." msgstr "" -msgid "When enabled, network trash cans are probed for cleaning." +msgid "When enabled, network trashcans are probed for cleaning." msgstr "" msgid "When enabled, number markers will be hidden." diff --git a/po/fi.po b/po/fi.po index beea017bc3a..82b8e8fd1c5 100644 --- a/po/fi.po +++ b/po/fi.po @@ -4,8 +4,8 @@ msgid "" msgstr "" "Project-Id-Version: OpenATV\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-01-07 09:29+0000\n" -"PO-Revision-Date: 2025-01-09 09:21+0000\n" +"POT-Creation-Date: 2025-01-28 07:25+0000\n" +"PO-Revision-Date: 2025-01-29 20:01+0000\n" "Last-Translator: tomppaa \n" "Language-Team: Finnish \n" "Language: fi\n" @@ -1820,6 +1820,9 @@ msgstr "Ota tekemäsi verkkoasetukset käyttöön." msgid "Activate the flash expander, save all changed settings and exit" msgstr "Aktivoi muistin laajennus, tallenna kaikki muutetut asetukset ja poistu" +msgid "Activate this device" +msgstr "Aktivoi tämä laite" + msgid "Activate time shift End" msgstr "Aloita ajansiirto" @@ -3666,7 +3669,7 @@ msgstr "Ei voida määrittää %s rajaa ..., keskeytys !" msgid "Cannot find any signal ..., aborting !" msgstr "Signaalia ei löydy... keskeytetään!" -msgid "Cannot move to trash can" +msgid "Can't move to trashcan!" msgstr "Ei voida siirtää roskakoriin" msgid "Cape Verde" @@ -4622,7 +4625,7 @@ msgstr "Määritä sijaintisi leveysaste." msgid "Configure the longitude of your location." msgstr "Määritä sijaintisi pituusaste." -msgid "Configure the minimum amount of disk space to be available for recordings. When the amount of space drops below this value, deleted items will be removed from the trash can." +msgid "Configure the minimum amount of disk space to be available for recordings. When the amount of space drops below this value, deleted items will be removed from the trashcan." msgstr "Määrittää vapaan levytilan vähimmäismäärän tallennuksia varten. Kun kiintolevyn vapaa levytila menee alle tämän arvon, poistetut tiedostot tyhjennetään roskakorista." msgid "Configure the minimum width before showing the 'i' icon, '0' is equal to not showing the icon at all." @@ -4637,7 +4640,7 @@ msgstr "Määritä verkkomaski." msgid "Configure the network again" msgstr "Määritä verkko uudelleen" -msgid "Configure the number of days after which items are automatically removed from the trash can." +msgid "Configure the number of days after which items are automatically removed from the trashcan." msgstr "Määrittää, kuinka monen päivän jälkeen tiedostot poistetaan automaattisesti roskakorista." msgid "Configure the number of days old timers are kept before they are automatically removed from the timer list." @@ -6151,7 +6154,7 @@ msgid "Directory" msgstr "Hakemisto" #, python-format -msgid "Directory %s does not exist." +msgid "Error: Directory '%s' does not exist!" msgstr "Hakemistoa %s ei löydy." #, python-format @@ -6373,7 +6376,7 @@ msgstr "Haluatko varmasti poistaa %s ?" msgid "Do you really want to delete '%s'?" msgstr "Haluatko varmasti poistaa %s?" -msgid "Do you really want to delete ?" +msgid "Do you really want to delete?" msgstr "Haluatko varmasti poistaa?" #, python-format @@ -6408,7 +6411,7 @@ msgid "Do you really want to move to trashcan ?" msgstr "Haluatko varmasti siirtää roskakoriin?" #, python-format -msgid "Do you really want to permanently remove '%s' from trash can ?" +msgid "Do you really want to permanently remove '%s' from the trashcan?" msgstr "Haluatko varmasti poistaa pysyvästi '%s' \"roskakorista?" msgid "Do you really want to permanently remove from trash can ?" @@ -6423,7 +6426,7 @@ msgid "Do you really want to remove the timer for %s?" msgstr "Haluatko poistaa ajastuksen %s?" #, python-format -msgid "Do you really want to remove your bookmark for '%s'?" +msgid "Do you really want to remove the bookmark for '%s'?" msgstr "Haluatko poistaa kirjanmerkin %s?" msgid "" @@ -7154,12 +7157,18 @@ msgstr "Aktivoi tämä vaihtoehto, jos haluat lisätä kaukosäätimen tietoja v msgid "Enable this option to add screen names and resolution data to the debug log file." msgstr "Ota tämä vaihtoehto käyttöön, jos haluat lisätä näytön nimiä ja tarkkuustietoja virheenkorjauksen lokitiedostoon." +msgid "Enable this option to add storage device information detected during system boot and hot plug events to the debug log file." +msgstr "Ota tämä asetus käyttöön lisätäksesi järjestelmän käynnistyksen ja hot plug tapahtumat debug lokitiedostoon." + msgid "Enable this option to add timer debugging data to the debug log file." msgstr "Ota tämä vaihtoehto käyttöön, jos haluat lisätä ajastin tiedot vianmääritys lokitiedostoon." msgid "Enable this option to show all the available Information screens in the Information menu item list." msgstr "Aktivoi tämä vaihtoehto,Näyttäeksi kaikki käytettävissä olevat tietoruudut tieto valikossa." +msgid "Enable this option to show unknown storage devices in device manager." +msgstr "Tämän vaihtoehdon avulla näytettään tuntemattomat tallennuslaitteet laitehallinnassa." + msgid "Enable this setting if your aerial system needs power." msgstr "Ota tämä asetus käyttöön, jos antennijärjestelmäsi tarvitsee virtaa." @@ -8254,7 +8263,7 @@ msgstr "Tiedostojärjestelmän tarkistus" msgid "File System Packages" msgstr "Tiedostojärjestelmä paketit" -msgid "File appears to be busy.\n" +msgid "File appears to be busy!\n" msgstr "Tiedosto näyttää olevan käytössä.\n" msgid "" @@ -9567,6 +9576,9 @@ msgstr "Varmuuskopio tehty:" msgid "Image creation failed!" msgstr "Varmuuskopionti epäonnistui!" +msgid "Image version" +msgstr "Imagen tiedot" + msgid "ImageWizard" msgstr "Ohjelmisto Avustaja" @@ -9688,6 +9700,9 @@ msgstr "Sisällytä kaukosäädin tiedot" msgid "Include screen load data" msgstr "Sisällytä näytön kuormitustiedot" +msgid "Include storage device data" +msgstr "Sisältää tallennuslaitteen tiedot" + msgid "Include teletext details" msgstr "Teksitv teksityksen yksityiskohdat" @@ -13077,7 +13092,7 @@ msgstr "Suorita sen sijaan uuden ohjelmiston lataus internetistä" msgid "Perform the upgrade?" msgstr "Suoritetaanko päivitys?" -msgid "Permanently delete all recordings in the trash can?" +msgid "Permanently delete all recordings in the trashcan?" msgstr "Poista kaikki roskakorin tallenteet pysyvästi?" msgid "Permanently ignore this device" @@ -18100,6 +18115,9 @@ msgstr "Näytä alaviivamerkit tiedoston nimissä" msgid "Show unknown Videoresolution as next higher or as highest screen resolution." msgstr "Näytä tuntemattomat videotarkkuudet seuraavalla suuremmalla tai suurimmalla tarkkuudella." +msgid "Show unknown devices" +msgstr "Näytä tuntemattomat laitteet" + msgid "Show unknown video format as" msgstr "Näytä tuntematon videon tarkkuus muodossa" @@ -19391,7 +19409,7 @@ msgstr "TMDB Haku" msgid "TRANSLATOR_INFO" msgstr "" -"Suomenkielinen käännös: 1.1.2025\n" +"Suomenkielinen käännös: 29.1.2025\n" "tomppaa" msgid "TS file is too large for ISO9660 level 1!" @@ -22354,7 +22372,7 @@ msgstr "Kun päällä, 4:3 kuvasuhteen kuva venytetään koko näytölle." msgid "When enabled, continue to the next bouquet when the last channel of the current bouquet is reached while changing channels." msgstr "Kun päällä, siirrytään kanavanvaihdolla suosikkilistan viimeiseltä kanavalta seuraavaan suosikkilistaan." -msgid "When enabled, deleted recordings are moved to the trash can, instead of being deleted immediately." +msgid "When enabled, deleted recordings are moved to the trashcan, instead of being deleted immediately." msgstr "Kun päällä, poistetut tallenteet siirretään roskakoriin, sen sijaan että ne poistettaisii välittömästi." msgid "When enabled, external subtitles will be always turned on for playback movie." @@ -22372,7 +22390,7 @@ msgstr "Kun päällä, voit keskeyttää tallenteen katselun exit-näppäimellä msgid "When enabled, measure power consumption to detect when the rotor stops turning (when supported by the tuner)." msgstr "Kun päällä, mitataan virrankulutusta jotta voidaan havaita kun kääntömoottori pysähtyy (jos viritin tukee tätä)." -msgid "When enabled, network trash cans are probed for cleaning." +msgid "When enabled, network trashcans are probed for cleaning." msgstr "Kun päällä, verkkolevyjen roskakorit tutkitaan tyhjennystä varten." msgid "When enabled, number markers will be hidden." diff --git a/po/fr.po b/po/fr.po index f41b0aa42eb..d0c1040359c 100644 --- a/po/fr.po +++ b/po/fr.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: OpenATV\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-01-07 09:29+0000\n" +"POT-Creation-Date: 2025-01-28 07:25+0000\n" "PO-Revision-Date: 2024-12-24 18:34+0000\n" "Last-Translator: Mathieu13006 \n" "Language-Team: French \n" @@ -1825,6 +1825,9 @@ msgstr "Activer les paramètres réseau configurés." msgid "Activate the flash expander, save all changed settings and exit" msgstr "Activer l'extension flash, sauvegarder tous les réglages modifiés et la sortie" +msgid "Activate this device" +msgstr "" + msgid "Activate time shift End" msgstr "Activer la fin de PauseDirect" @@ -3666,7 +3669,7 @@ msgstr "Impossible de déterminer la limite %s ..., abandon !" msgid "Cannot find any signal ..., aborting !" msgstr "Impossible de trouver un signal ..., abandon !" -msgid "Cannot move to trash can" +msgid "Can't move to trashcan!" msgstr "Impossible de déplacer dans la corbeille" msgid "Cape Verde" @@ -4621,7 +4624,7 @@ msgstr "Configure la latitude de votre position." msgid "Configure the longitude of your location." msgstr "Configure la longitude de votre position." -msgid "Configure the minimum amount of disk space to be available for recordings. When the amount of space drops below this value, deleted items will be removed from the trash can." +msgid "Configure the minimum amount of disk space to be available for recordings. When the amount of space drops below this value, deleted items will be removed from the trashcan." msgstr "Configure le niveau minimum d'espace disque disponible pour les enregistrements. Lorsque la quantité d'espace descend en dessous de cette valeur, les éléments supprimés seront supprimés de la corbeille." msgid "Configure the minimum width before showing the 'i' icon, '0' is equal to not showing the icon at all." @@ -4636,7 +4639,7 @@ msgstr "Configure le masque de réseau." msgid "Configure the network again" msgstr "Configure encore votre réseau" -msgid "Configure the number of days after which items are automatically removed from the trash can." +msgid "Configure the number of days after which items are automatically removed from the trashcan." msgstr "Configurer le nombre de jours après lesquels les éléments dans la corbeille seront automatiquement supprimés." msgid "Configure the number of days old timers are kept before they are automatically removed from the timer list." @@ -6149,7 +6152,7 @@ msgid "Directory" msgstr "Répertoire" #, python-format -msgid "Directory %s does not exist." +msgid "Error: Directory '%s' does not exist!" msgstr "Répertoire %s n'existe pas." #, python-format @@ -6372,7 +6375,7 @@ msgstr "Voulez-vous vraiment effacer %s ?" msgid "Do you really want to delete '%s'?" msgstr "Voulez-vous vraiment supprimer %s ?" -msgid "Do you really want to delete ?" +msgid "Do you really want to delete?" msgstr "Voulez-vous vraiment effacer ?" #, python-format @@ -6405,7 +6408,7 @@ msgid "Do you really want to move to trashcan ?" msgstr "Voulez-vous vraiment déplacer vers la corbeille ?" #, python-format -msgid "Do you really want to permanently remove '%s' from trash can ?" +msgid "Do you really want to permanently remove '%s' from the trashcan?" msgstr "Voulez-vous vraiment effacer de manière permanente '%s' de la corbeille ?" msgid "Do you really want to permanently remove from trash can ?" @@ -6420,7 +6423,7 @@ msgid "Do you really want to remove the timer for %s?" msgstr "Voulez-vous vraiment effacer le timer %s ?" #, python-format -msgid "Do you really want to remove your bookmark for '%s'?" +msgid "Do you really want to remove the bookmark for '%s'?" msgstr "Voulez-vous vraiment supprimer votre signet de %s ?" msgid "" @@ -7146,12 +7149,18 @@ msgstr "Activez cette option pour ajouter des données de contrôle à distance msgid "Enable this option to add screen names and resolution data to the debug log file." msgstr "Activez cette option pour ajouter des noms d'écran et des données de résolution au fichier journal de débogage." +msgid "Enable this option to add storage device information detected during system boot and hot plug events to the debug log file." +msgstr "" + msgid "Enable this option to add timer debugging data to the debug log file." msgstr "" msgid "Enable this option to show all the available Information screens in the Information menu item list." msgstr "" +msgid "Enable this option to show unknown storage devices in device manager." +msgstr "" + msgid "Enable this setting if your aerial system needs power." msgstr "Activez ce paramètre si votre système aérien doit être alimenté" @@ -8245,7 +8254,7 @@ msgstr "Vérification du système de fichiers" msgid "File System Packages" msgstr "" -msgid "File appears to be busy.\n" +msgid "File appears to be busy!\n" msgstr "Le fichier semble être occupé.\n" msgid "" @@ -9554,6 +9563,9 @@ msgstr "" msgid "Image creation failed!" msgstr "" +msgid "Image version" +msgstr "" + msgid "ImageWizard" msgstr "Assistant image" @@ -9675,6 +9687,9 @@ msgstr "Inclure les données de la télécommande" msgid "Include screen load data" msgstr "Inclure les données de chargement d'écran" +msgid "Include storage device data" +msgstr "" + msgid "Include teletext details" msgstr "" @@ -13059,7 +13074,7 @@ msgstr "Effectuez un flash en ligne à la place" msgid "Perform the upgrade?" msgstr "" -msgid "Permanently delete all recordings in the trash can?" +msgid "Permanently delete all recordings in the trashcan?" msgstr "Supprimer définitivement tous les enregistrements dans la poubelle ?" msgid "Permanently ignore this device" @@ -18057,6 +18072,9 @@ msgstr "" msgid "Show unknown Videoresolution as next higher or as highest screen resolution." msgstr "Afficher la résolution vidéo inconnue comme la plus haute suivante ou la résolution d'écran la plus élevée." +msgid "Show unknown devices" +msgstr "" + msgid "Show unknown video format as" msgstr "Afficher le format vidéo inconnu comme" @@ -22254,7 +22272,7 @@ msgstr "Lorsqu'elle est activée, le contenu au format d'image 4:3 sera étiré msgid "When enabled, continue to the next bouquet when the last channel of the current bouquet is reached while changing channels." msgstr "Lorsqu'elle est activée, passer au prochain bouquet quand la dernière chaîne du bouquet en cours est atteint tout en changeant de chaînes." -msgid "When enabled, deleted recordings are moved to the trash can, instead of being deleted immediately." +msgid "When enabled, deleted recordings are moved to the trashcan, instead of being deleted immediately." msgstr "Lorsqu'elle est activée, les enregistrements supprimés sont déplacés vers la corbeille, au lieu d'être supprimé immédiatement." msgid "When enabled, external subtitles will be always turned on for playback movie." @@ -22272,7 +22290,7 @@ msgstr "Lorsqu'elle est activée, il est possible de quitter le lecteur de film msgid "When enabled, measure power consumption to detect when the rotor stops turning (when supported by the tuner)." msgstr "Lorsqu'elle est activée, la consommation d'énergie sera mesurée pour détecter le moment où le rotor ne tourne pas (lorsqu'elle est supportée par le tuner)." -msgid "When enabled, network trash cans are probed for cleaning." +msgid "When enabled, network trashcans are probed for cleaning." msgstr "Lorsqu'activé, les corbeilles réseaux sont examinées pour nettoyage." msgid "When enabled, number markers will be hidden." diff --git a/po/fy.po b/po/fy.po index cad316fd72e..4b7b8854aff 100644 --- a/po/fy.po +++ b/po/fy.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: OpenATV\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-01-07 09:29+0000\n" +"POT-Creation-Date: 2025-01-28 07:25+0000\n" "PO-Revision-Date: 2021-08-15 18:50+0000\n" "Last-Translator: openATV \n" "Language-Team: Frisian \n" @@ -1981,6 +1981,9 @@ msgstr "" msgid "Activate the flash expander, save all changed settings and exit" msgstr "" +msgid "Activate this device" +msgstr "" + msgid "Activate time shift End" msgstr "" @@ -3972,7 +3975,7 @@ msgstr "" msgid "Cannot find any signal ..., aborting !" msgstr "" -msgid "Cannot move to trash can" +msgid "Can't move to trashcan!" msgstr "" msgid "Cape Verde" @@ -4996,7 +4999,7 @@ msgstr "" msgid "Configure the longitude of your location." msgstr "" -msgid "Configure the minimum amount of disk space to be available for recordings. When the amount of space drops below this value, deleted items will be removed from the trash can." +msgid "Configure the minimum amount of disk space to be available for recordings. When the amount of space drops below this value, deleted items will be removed from the trashcan." msgstr "" msgid "Configure the minimum width before showing the 'i' icon, '0' is equal to not showing the icon at all." @@ -5012,7 +5015,7 @@ msgstr "" msgid "Configure the network again" msgstr "" -msgid "Configure the number of days after which items are automatically removed from the trash can." +msgid "Configure the number of days after which items are automatically removed from the trashcan." msgstr "" msgid "Configure the number of days old timers are kept before they are automatically removed from the timer list." @@ -6634,7 +6637,7 @@ msgstr "" # #, fuzzy, python-format -msgid "Directory %s does not exist." +msgid "Error: Directory '%s' does not exist!" msgstr "Map %s bestiit net" #, python-format @@ -6873,7 +6876,7 @@ msgstr "" msgid "Do you really want to delete '%s'?" msgstr "Wolle jo wier %s ferwiderje?" -msgid "Do you really want to delete ?" +msgid "Do you really want to delete?" msgstr "" #, python-format @@ -6905,7 +6908,7 @@ msgid "Do you really want to move to trashcan ?" msgstr "" #, python-format -msgid "Do you really want to permanently remove '%s' from trash can ?" +msgid "Do you really want to permanently remove '%s' from the trashcan?" msgstr "" msgid "Do you really want to permanently remove from trash can ?" @@ -6923,7 +6926,7 @@ msgstr "Wolle jo wier de plugin \"%s\" ferwiderje ?" # #, python-format -msgid "Do you really want to remove your bookmark for '%s'?" +msgid "Do you really want to remove the bookmark for '%s'?" msgstr "Wolle jo echt boekmerk fan %s ferwiderje ?" msgid "" @@ -7690,12 +7693,18 @@ msgstr "" msgid "Enable this option to add screen names and resolution data to the debug log file." msgstr "" +msgid "Enable this option to add storage device information detected during system boot and hot plug events to the debug log file." +msgstr "" + msgid "Enable this option to add timer debugging data to the debug log file." msgstr "" msgid "Enable this option to show all the available Information screens in the Information menu item list." msgstr "" +msgid "Enable this option to show unknown storage devices in device manager." +msgstr "" + msgid "Enable this setting if your aerial system needs power." msgstr "" @@ -8848,7 +8857,7 @@ msgstr "" msgid "File System Packages" msgstr "" -msgid "File appears to be busy.\n" +msgid "File appears to be busy!\n" msgstr "" msgid "" @@ -10277,6 +10286,9 @@ msgstr "" msgid "Image creation failed!" msgstr "" +msgid "Image version" +msgstr "" + msgid "ImageWizard" msgstr "" @@ -10401,6 +10413,9 @@ msgstr "Druk OK op of ôfstandsbestjinning om fierder te gean." msgid "Include screen load data" msgstr "" +msgid "Include storage device data" +msgstr "" + msgid "Include teletext details" msgstr "" @@ -14144,7 +14159,7 @@ msgstr "" msgid "Perform the upgrade?" msgstr "" -msgid "Permanently delete all recordings in the trash can?" +msgid "Permanently delete all recordings in the trashcan?" msgstr "" msgid "Permanently ignore this device" @@ -19576,6 +19591,9 @@ msgstr "" msgid "Show unknown Videoresolution as next higher or as highest screen resolution." msgstr "" +msgid "Show unknown devices" +msgstr "" + msgid "Show unknown video format as" msgstr "" @@ -24044,7 +24062,7 @@ msgstr "" msgid "When enabled, continue to the next bouquet when the last channel of the current bouquet is reached while changing channels." msgstr "" -msgid "When enabled, deleted recordings are moved to the trash can, instead of being deleted immediately." +msgid "When enabled, deleted recordings are moved to the trashcan, instead of being deleted immediately." msgstr "" msgid "When enabled, external subtitles will be always turned on for playback movie." @@ -24062,7 +24080,7 @@ msgstr "" msgid "When enabled, measure power consumption to detect when the rotor stops turning (when supported by the tuner)." msgstr "" -msgid "When enabled, network trash cans are probed for cleaning." +msgid "When enabled, network trashcans are probed for cleaning." msgstr "" msgid "When enabled, number markers will be hidden." diff --git a/po/he.po b/po/he.po index d3a230f7766..d638f67be6f 100644 --- a/po/he.po +++ b/po/he.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OpenATV\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-01-07 09:29+0000\n" +"POT-Creation-Date: 2025-01-28 07:25+0000\n" "PO-Revision-Date: 2021-08-15 18:50+0000\n" "Last-Translator: openATV \n" "Language-Team: Hebrew \n" @@ -1909,6 +1909,9 @@ msgstr "" msgid "Activate the flash expander, save all changed settings and exit" msgstr "" +msgid "Activate this device" +msgstr "" + msgid "Activate time shift End" msgstr "" @@ -3847,7 +3850,7 @@ msgstr "" msgid "Cannot find any signal ..., aborting !" msgstr "" -msgid "Cannot move to trash can" +msgid "Can't move to trashcan!" msgstr "" msgid "Cape Verde" @@ -4846,7 +4849,7 @@ msgstr "" msgid "Configure the longitude of your location." msgstr "" -msgid "Configure the minimum amount of disk space to be available for recordings. When the amount of space drops below this value, deleted items will be removed from the trash can." +msgid "Configure the minimum amount of disk space to be available for recordings. When the amount of space drops below this value, deleted items will be removed from the trashcan." msgstr "" msgid "Configure the minimum width before showing the 'i' icon, '0' is equal to not showing the icon at all." @@ -4861,7 +4864,7 @@ msgstr "" msgid "Configure the network again" msgstr "הגדרת הרשת שלך שוב" -msgid "Configure the number of days after which items are automatically removed from the trash can." +msgid "Configure the number of days after which items are automatically removed from the trashcan." msgstr "" msgid "Configure the number of days old timers are kept before they are automatically removed from the timer list." @@ -6427,7 +6430,7 @@ msgid "Directory" msgstr "" #, fuzzy, python-format -msgid "Directory %s does not exist." +msgid "Error: Directory '%s' does not exist!" msgstr " .לא קיימת %s הספרייה" #, python-format @@ -6657,7 +6660,7 @@ msgstr "" msgid "Do you really want to delete '%s'?" msgstr "? %s האם ברצוך למחוק את" -msgid "Do you really want to delete ?" +msgid "Do you really want to delete?" msgstr "" #, python-format @@ -6687,7 +6690,7 @@ msgid "Do you really want to move to trashcan ?" msgstr "" #, python-format -msgid "Do you really want to permanently remove '%s' from trash can ?" +msgid "Do you really want to permanently remove '%s' from the trashcan?" msgstr "" msgid "Do you really want to permanently remove from trash can ?" @@ -6702,7 +6705,7 @@ msgid "Do you really want to remove the timer for %s?" msgstr "האם ברצונך להסיר את הפלאגין \"%s\"?" #, python-format -msgid "Do you really want to remove your bookmark for '%s'?" +msgid "Do you really want to remove the bookmark for '%s'?" msgstr "%s ?האם ברצונך להסיר את הסימניה " msgid "" @@ -7452,12 +7455,18 @@ msgstr "" msgid "Enable this option to add screen names and resolution data to the debug log file." msgstr "" +msgid "Enable this option to add storage device information detected during system boot and hot plug events to the debug log file." +msgstr "" + msgid "Enable this option to add timer debugging data to the debug log file." msgstr "" msgid "Enable this option to show all the available Information screens in the Information menu item list." msgstr "" +msgid "Enable this option to show unknown storage devices in device manager." +msgstr "" + msgid "Enable this setting if your aerial system needs power." msgstr "" @@ -8567,7 +8576,7 @@ msgstr "" msgid "File System Packages" msgstr "" -msgid "File appears to be busy.\n" +msgid "File appears to be busy!\n" msgstr "" msgid "" @@ -9951,6 +9960,9 @@ msgstr "" msgid "Image creation failed!" msgstr "" +msgid "Image version" +msgstr "" + msgid "ImageWizard" msgstr "" @@ -10074,6 +10086,9 @@ msgstr " על השלט על מנת להמשיך OK לחץ " msgid "Include screen load data" msgstr "" +msgid "Include storage device data" +msgstr "" + msgid "Include teletext details" msgstr "" @@ -13704,7 +13719,7 @@ msgstr "" msgid "Perform the upgrade?" msgstr "" -msgid "Permanently delete all recordings in the trash can?" +msgid "Permanently delete all recordings in the trashcan?" msgstr "" msgid "Permanently ignore this device" @@ -18951,6 +18966,9 @@ msgstr "" msgid "Show unknown Videoresolution as next higher or as highest screen resolution." msgstr "" +msgid "Show unknown devices" +msgstr "" + msgid "Show unknown video format as" msgstr "" @@ -23353,7 +23371,7 @@ msgstr "" msgid "When enabled, continue to the next bouquet when the last channel of the current bouquet is reached while changing channels." msgstr "" -msgid "When enabled, deleted recordings are moved to the trash can, instead of being deleted immediately." +msgid "When enabled, deleted recordings are moved to the trashcan, instead of being deleted immediately." msgstr "" msgid "When enabled, external subtitles will be always turned on for playback movie." @@ -23371,7 +23389,7 @@ msgstr "" msgid "When enabled, measure power consumption to detect when the rotor stops turning (when supported by the tuner)." msgstr "" -msgid "When enabled, network trash cans are probed for cleaning." +msgid "When enabled, network trashcans are probed for cleaning." msgstr "" msgid "When enabled, number markers will be hidden." diff --git a/po/hr.po b/po/hr.po index b7e59483544..ec335cfd987 100644 --- a/po/hr.po +++ b/po/hr.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: OpenATV\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-01-07 09:29+0000\n" +"POT-Creation-Date: 2025-01-28 07:25+0000\n" "PO-Revision-Date: 2024-11-03 19:00+0000\n" "Last-Translator: Dejan \n" "Language-Team: Croatian \n" @@ -1924,6 +1924,9 @@ msgstr "Aktiviraj podešene mrežne postavke." msgid "Activate the flash expander, save all changed settings and exit" msgstr "Aktiviraj \"flash\" proširenje, spremi sve promjene i izađi" +msgid "Activate this device" +msgstr "" + msgid "Activate time shift End" msgstr "Aktiviraj kraj \"time shift\"" @@ -3881,7 +3884,7 @@ msgstr "Ne može se odrediti %s limit ..., prekida se !" msgid "Cannot find any signal ..., aborting !" msgstr "Ne može se pronaći bilo koji signal ..., prekida se !" -msgid "Cannot move to trash can" +msgid "Can't move to trashcan!" msgstr "Ne može se premjestiti u kantu za smeće" msgid "Cape Verde" @@ -4884,7 +4887,7 @@ msgstr "Konfigurirajte zemljopisnu širinu svoje lokacije." msgid "Configure the longitude of your location." msgstr "Konfigurirajte zemljopisnu dužinu svoje lokacije." -msgid "Configure the minimum amount of disk space to be available for recordings. When the amount of space drops below this value, deleted items will be removed from the trash can." +msgid "Configure the minimum amount of disk space to be available for recordings. When the amount of space drops below this value, deleted items will be removed from the trashcan." msgstr "Konfigurirajte minimalnu količinu prostora na disku koji će biti dostupan za snimanje. Kada količina prostora padne ispod ove vrijednosti, izbrisane stavke bit će uklonjene iz kante za smeće." msgid "Configure the minimum width before showing the 'i' icon, '0' is equal to not showing the icon at all." @@ -4900,7 +4903,7 @@ msgstr "Konfigurirajte mrežnu masku." msgid "Configure the network again" msgstr "Ponovno konfigurirajte mrežu" -msgid "Configure the number of days after which items are automatically removed from the trash can." +msgid "Configure the number of days after which items are automatically removed from the trashcan." msgstr "Konfigurirajte broj dana nakon kojih se stavke automatski uklanjaju iz kante za smeće." msgid "Configure the number of days old timers are kept before they are automatically removed from the timer list." @@ -6511,7 +6514,7 @@ msgid "Directory" msgstr "" #, python-format -msgid "Directory %s does not exist." +msgid "Error: Directory '%s' does not exist!" msgstr "" #, python-format @@ -6750,7 +6753,7 @@ msgstr "" msgid "Do you really want to delete '%s'?" msgstr "Jeste li sigurni da želite obrisati datoteku %s?" -msgid "Do you really want to delete ?" +msgid "Do you really want to delete?" msgstr "" #, python-format @@ -6782,7 +6785,7 @@ msgid "Do you really want to move to trashcan ?" msgstr "" #, python-format -msgid "Do you really want to permanently remove '%s' from trash can ?" +msgid "Do you really want to permanently remove '%s' from the trashcan?" msgstr "" msgid "Do you really want to permanently remove from trash can ?" @@ -6800,7 +6803,7 @@ msgstr "Jeste li sigurni da želite obrisati datoteku %s?" # #, python-format -msgid "Do you really want to remove your bookmark for '%s'?" +msgid "Do you really want to remove the bookmark for '%s'?" msgstr "" msgid "" @@ -7565,12 +7568,18 @@ msgstr "" msgid "Enable this option to add screen names and resolution data to the debug log file." msgstr "" +msgid "Enable this option to add storage device information detected during system boot and hot plug events to the debug log file." +msgstr "" + msgid "Enable this option to add timer debugging data to the debug log file." msgstr "" msgid "Enable this option to show all the available Information screens in the Information menu item list." msgstr "" +msgid "Enable this option to show unknown storage devices in device manager." +msgstr "" + msgid "Enable this setting if your aerial system needs power." msgstr "" @@ -8714,7 +8723,7 @@ msgstr "" msgid "File System Packages" msgstr "" -msgid "File appears to be busy.\n" +msgid "File appears to be busy!\n" msgstr "" msgid "" @@ -10133,6 +10142,9 @@ msgstr "" msgid "Image creation failed!" msgstr "" +msgid "Image version" +msgstr "" + msgid "ImageWizard" msgstr "" @@ -10255,6 +10267,9 @@ msgstr "" msgid "Include screen load data" msgstr "" +msgid "Include storage device data" +msgstr "" + msgid "Include teletext details" msgstr "" @@ -13965,7 +13980,7 @@ msgstr "" msgid "Perform the upgrade?" msgstr "" -msgid "Permanently delete all recordings in the trash can?" +msgid "Permanently delete all recordings in the trashcan?" msgstr "" msgid "Permanently ignore this device" @@ -19361,6 +19376,9 @@ msgstr "" msgid "Show unknown Videoresolution as next higher or as highest screen resolution." msgstr "" +msgid "Show unknown devices" +msgstr "" + msgid "Show unknown video format as" msgstr "" @@ -23778,7 +23796,7 @@ msgstr "" msgid "When enabled, continue to the next bouquet when the last channel of the current bouquet is reached while changing channels." msgstr "" -msgid "When enabled, deleted recordings are moved to the trash can, instead of being deleted immediately." +msgid "When enabled, deleted recordings are moved to the trashcan, instead of being deleted immediately." msgstr "" msgid "When enabled, external subtitles will be always turned on for playback movie." @@ -23796,7 +23814,7 @@ msgstr "" msgid "When enabled, measure power consumption to detect when the rotor stops turning (when supported by the tuner)." msgstr "" -msgid "When enabled, network trash cans are probed for cleaning." +msgid "When enabled, network trashcans are probed for cleaning." msgstr "" msgid "When enabled, number markers will be hidden." diff --git a/po/hu.po b/po/hu.po index 0a5db4d23d5..6cadd1c55fd 100644 --- a/po/hu.po +++ b/po/hu.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: hu_po v3.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-01-07 09:29+0000\n" +"POT-Creation-Date: 2025-01-28 07:25+0000\n" "PO-Revision-Date: 2022-03-10 14:56+0000\n" "Last-Translator: H. Árkosi Róbert \n" "Language-Team: Hungarian \n" @@ -1857,6 +1857,9 @@ msgstr "A megadott hálózati beállítások aktiválása." msgid "Activate the flash expander, save all changed settings and exit" msgstr "" +msgid "Activate this device" +msgstr "" + msgid "Activate time shift End" msgstr "Timeshift végének aktiválása" @@ -3697,7 +3700,7 @@ msgstr "" msgid "Cannot find any signal ..., aborting !" msgstr "Nem található jel... művelet megszakítva!" -msgid "Cannot move to trash can" +msgid "Can't move to trashcan!" msgstr "Nem helyezthető a kukába" #, fuzzy @@ -4653,7 +4656,7 @@ msgstr "Az antenna telepítés helyének földrajzi szélessége." msgid "Configure the longitude of your location." msgstr "Az antenna telepítés helyének földrajzi hosszúsága." -msgid "Configure the minimum amount of disk space to be available for recordings. When the amount of space drops below this value, deleted items will be removed from the trash can." +msgid "Configure the minimum amount of disk space to be available for recordings. When the amount of space drops below this value, deleted items will be removed from the trashcan." msgstr "A felvételekhez szükséges minimális szabad tárhely. Ha az elérhető szabad tárterület a megadott érték alá esik, a kukába helyezett elemek véglegesen törölve lesznek." msgid "Configure the minimum width before showing the 'i' icon, '0' is equal to not showing the icon at all." @@ -4668,7 +4671,7 @@ msgstr "Alhálózati maszk beállítása." msgid "Configure the network again" msgstr "Állítsa be újra hálózatát" -msgid "Configure the number of days after which items are automatically removed from the trash can." +msgid "Configure the number of days after which items are automatically removed from the trashcan." msgstr "Állítsa be azon napok számát, amelyek után az elemek automatikusan eltávolításra kerülnek a kukákból." msgid "Configure the number of days old timers are kept before they are automatically removed from the timer list." @@ -6196,7 +6199,7 @@ msgid "Directory" msgstr "Mappa" #, python-format -msgid "Directory %s does not exist." +msgid "Error: Directory '%s' does not exist!" msgstr "A %s mappa nem létezik." #, python-format @@ -6418,7 +6421,7 @@ msgstr "Biztos benne, hogy törölni szeretné: %s?" msgid "Do you really want to delete '%s'?" msgstr "Biztos benne, hogy törölni szeretné ezt: %s?" -msgid "Do you really want to delete ?" +msgid "Do you really want to delete?" msgstr "Biztos benne, hogy törölni szeretne?" #, python-format @@ -6447,7 +6450,7 @@ msgid "Do you really want to move to trashcan ?" msgstr "Biztos benne, hogy a kukába rakja?" #, python-format -msgid "Do you really want to permanently remove '%s' from trash can ?" +msgid "Do you really want to permanently remove '%s' from the trashcan?" msgstr "Biztos benne, hogy végleg eltávolítja a(z) %s a kukából?" msgid "Do you really want to permanently remove from trash can ?" @@ -6462,7 +6465,7 @@ msgid "Do you really want to remove the timer for %s?" msgstr "Tényleg el szeretné távolítani a(z) %s időzítőt?" #, python-format -msgid "Do you really want to remove your bookmark for '%s'?" +msgid "Do you really want to remove the bookmark for '%s'?" msgstr "Biztos benne, hogy el szeretné távolítani a(z) %s könyvjelzőt?" msgid "" @@ -7188,12 +7191,18 @@ msgstr "" msgid "Enable this option to add screen names and resolution data to the debug log file." msgstr "" +msgid "Enable this option to add storage device information detected during system boot and hot plug events to the debug log file." +msgstr "" + msgid "Enable this option to add timer debugging data to the debug log file." msgstr "" msgid "Enable this option to show all the available Information screens in the Information menu item list." msgstr "" +msgid "Enable this option to show unknown storage devices in device manager." +msgstr "" + msgid "Enable this setting if your aerial system needs power." msgstr "Engedélyezze ezt a beállítást, ha az antennarendszer áramellátást igényel" @@ -8288,7 +8297,7 @@ msgstr "Fájlrendszer ellenőrzése" msgid "File System Packages" msgstr "" -msgid "File appears to be busy.\n" +msgid "File appears to be busy!\n" msgstr "A fájl használatban van.\n" msgid "" @@ -9609,6 +9618,9 @@ msgstr "" msgid "Image creation failed!" msgstr "" +msgid "Image version" +msgstr "" + msgid "ImageWizard" msgstr "ImageWizard" @@ -9734,6 +9746,9 @@ msgstr "Távirányító típusának beállítása" msgid "Include screen load data" msgstr "" +msgid "Include storage device data" +msgstr "" + msgid "Include teletext details" msgstr "" @@ -13179,7 +13194,7 @@ msgstr "" msgid "Perform the upgrade?" msgstr "" -msgid "Permanently delete all recordings in the trash can?" +msgid "Permanently delete all recordings in the trashcan?" msgstr "A kuka véglegesen kiüríthető?" msgid "Permanently ignore this device" @@ -18207,6 +18222,9 @@ msgstr "" msgid "Show unknown Videoresolution as next higher or as highest screen resolution." msgstr "Az ismeretlen videofelbontása a következő magasabb vagy legmagasabb képernyőfelbontásként." +msgid "Show unknown devices" +msgstr "" + msgid "Show unknown video format as" msgstr "Ismeretlen videó formátum megjelenítése" @@ -22425,7 +22443,7 @@ msgstr "Egy 4:3-as kép méretarányú tartalom szét lesz nyújtva a képernyő msgid "When enabled, continue to the next bouquet when the last channel of the current bouquet is reached while changing channels." msgstr "Ha engedélyezi, akkor a csatornaváltás közben, ha a csatornacsomag utolsó csatornájához értünk, ugorjon-e a következő csatornacsomagra, vagy sem." -msgid "When enabled, deleted recordings are moved to the trash can, instead of being deleted immediately." +msgid "When enabled, deleted recordings are moved to the trashcan, instead of being deleted immediately." msgstr "A törölt fájlok kukába kerüljenek, azonnali megsemmisítés helyett." msgid "When enabled, external subtitles will be always turned on for playback movie." @@ -22443,7 +22461,7 @@ msgstr "Lehessen kilépni a lejátszóból az EXIT gomb megnyomásával." msgid "When enabled, measure power consumption to detect when the rotor stops turning (when supported by the tuner)." msgstr "Ezzel a funkcióval a motor forgását az áramfelvétel mérésével lehet ellenőrizni (amennyiben a tuner támogatja)." -msgid "When enabled, network trash cans are probed for cleaning." +msgid "When enabled, network trashcans are probed for cleaning." msgstr "Ha engedélyezve van, akkor a hálózati kuka is ürítésre kerül." msgid "When enabled, number markers will be hidden." diff --git a/po/id.po b/po/id.po index 32a3b370c90..dc3ebf8f0f3 100644 --- a/po/id.po +++ b/po/id.po @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: openATV / enigma2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-01-07 09:29+0000\n" +"POT-Creation-Date: 2025-01-28 07:25+0000\n" "PO-Revision-Date: 2024-01-13 10:34+0000\n" "Last-Translator: Reza Almanda \n" "Language-Team: Indonesian \n" @@ -1965,6 +1965,9 @@ msgstr "Aktifkan pengaturan jaringan terkonfigurasi." msgid "Activate the flash expander, save all changed settings and exit" msgstr "" +msgid "Activate this device" +msgstr "" + msgid "Activate time shift End" msgstr "Aktifkan Akhir timeshift" @@ -3840,8 +3843,8 @@ msgstr "" msgid "Cannot find any signal ..., aborting !" msgstr "Cannot find any signal ..., aborting !" -msgid "Cannot move to trash can" -msgstr "Cannot move to trash can" +msgid "Can't move to trashcan!" +msgstr "Can't move to trashcan!" #, fuzzy msgid "Cape Verde" @@ -4810,8 +4813,8 @@ msgstr "Configure the latitude of your location." msgid "Configure the longitude of your location." msgstr "Configure the longitude of your location." -msgid "Configure the minimum amount of disk space to be available for recordings. When the amount of space drops below this value, deleted items will be removed from the trash can." -msgstr "Configure the minimum amount of disk space to be available for recordings. When the amount of space drops below this value, deleted items will be removed from the trash can." +msgid "Configure the minimum amount of disk space to be available for recordings. When the amount of space drops below this value, deleted items will be removed from the trashcan." +msgstr "Configure the minimum amount of disk space to be available for recordings. When the amount of space drops below this value, deleted items will be removed from the trashcan." msgid "Configure the minimum width before showing the 'i' icon, '0' is equal to not showing the icon at all." msgstr "Configure the minimum width before showing the 'i' icon, '0' is equal to not showing the icon at all." @@ -4825,8 +4828,8 @@ msgstr "Configure the netmask." msgid "Configure the network again" msgstr "Configure the network again" -msgid "Configure the number of days after which items are automatically removed from the trash can." -msgstr "Configure the number of days after which items are automatically removed from the trash can." +msgid "Configure the number of days after which items are automatically removed from the trashcan." +msgstr "Configure the number of days after which items are automatically removed from the trashcan." msgid "Configure the number of days old timers are kept before they are automatically removed from the timer list." msgstr "Configure the number of days old timers are kept before they are automatically removed from the timer list." @@ -6360,8 +6363,8 @@ msgid "Directory" msgstr "Directory" #, python-format -msgid "Directory %s does not exist." -msgstr "Directory %s does not exist." +msgid "Error: Directory '%s' does not exist!" +msgstr "Error: Directory '%s' does not exist!" #, python-format msgid "Directory '%s' can't be linked to recordings!" @@ -6584,8 +6587,8 @@ msgstr "Do you really want to delete %s ?" msgid "Do you really want to delete '%s'?" msgstr "Do you really want to delete '%s'?" -msgid "Do you really want to delete ?" -msgstr "Do you really want to delete ?" +msgid "Do you really want to delete?" +msgstr "Do you really want to delete?" #, python-format msgid "" @@ -6613,8 +6616,8 @@ msgid "Do you really want to move to trashcan ?" msgstr "Do you really want to move to trashcan ?" #, python-format -msgid "Do you really want to permanently remove '%s' from trash can ?" -msgstr "Do you really want to permanently remove '%s' from trash can ?" +msgid "Do you really want to permanently remove '%s' from the trashcan?" +msgstr "Do you really want to permanently remove '%s' from the trashcan?" msgid "Do you really want to permanently remove from trash can ?" msgstr "Do you really want to permanently remove from trash can ?" @@ -6628,8 +6631,8 @@ msgid "Do you really want to remove the timer for %s?" msgstr "Do you really want to remove the timer for %s?" #, python-format -msgid "Do you really want to remove your bookmark for '%s'?" -msgstr "Do you really want to remove your bookmark for '%s'?" +msgid "Do you really want to remove the bookmark for '%s'?" +msgstr "Do you really want to remove the bookmark for '%s'?" msgid "" "Do you really want to restart OSCam?\n" @@ -7369,12 +7372,18 @@ msgstr "" msgid "Enable this option to add screen names and resolution data to the debug log file." msgstr "" +msgid "Enable this option to add storage device information detected during system boot and hot plug events to the debug log file." +msgstr "" + msgid "Enable this option to add timer debugging data to the debug log file." msgstr "" msgid "Enable this option to show all the available Information screens in the Information menu item list." msgstr "" +msgid "Enable this option to show unknown storage devices in device manager." +msgstr "" + msgid "Enable this setting if your aerial system needs power." msgstr "" @@ -8481,8 +8490,8 @@ msgstr "File System Check" msgid "File System Packages" msgstr "" -msgid "File appears to be busy.\n" -msgstr "File appears to be busy.\n" +msgid "File appears to be busy!\n" +msgstr "File appears to be busy!\n" msgid "" "File oscam.conf not found.\n" @@ -9841,6 +9850,9 @@ msgstr "" msgid "Image creation failed!" msgstr "" +msgid "Image version" +msgstr "" + msgid "ImageWizard" msgstr "ImageWizard" @@ -9962,6 +9974,9 @@ msgstr "Configure remote control type" msgid "Include screen load data" msgstr "" +msgid "Include storage device data" +msgstr "" + msgid "Include teletext details" msgstr "" @@ -13453,8 +13468,8 @@ msgstr "" msgid "Perform the upgrade?" msgstr "" -msgid "Permanently delete all recordings in the trash can?" -msgstr "Permanently delete all recordings in the trash can?" +msgid "Permanently delete all recordings in the trashcan?" +msgstr "Permanently delete all recordings in the trashcan?" msgid "Permanently ignore this device" msgstr "" @@ -18555,6 +18570,9 @@ msgstr "" msgid "Show unknown Videoresolution as next higher or as highest screen resolution." msgstr "Show unknown Videoresolution as next higher or as highest screen resolution." +msgid "Show unknown devices" +msgstr "" + msgid "Show unknown video format as" msgstr "Show unknown video format as" @@ -22830,8 +22848,8 @@ msgstr "When enabled, content with an aspect ratio of 4:3 will be stretched to f msgid "When enabled, continue to the next bouquet when the last channel of the current bouquet is reached while changing channels." msgstr "When enabled, continue to the next bouquet when the last channel of the current bouquet is reached while changing channels." -msgid "When enabled, deleted recordings are moved to the trash can, instead of being deleted immediately." -msgstr "When enabled, deleted recordings are moved to the trash can, instead of being deleted immediately." +msgid "When enabled, deleted recordings are moved to the trashcan, instead of being deleted immediately." +msgstr "When enabled, deleted recordings are moved to the trashcan, instead of being deleted immediately." msgid "When enabled, external subtitles will be always turned on for playback movie." msgstr "When enabled, external subtitles will be always turned on for playback movie." @@ -22848,8 +22866,8 @@ msgstr "When enabled, it is possible to leave the movie player with exit." msgid "When enabled, measure power consumption to detect when the rotor stops turning (when supported by the tuner)." msgstr "When enabled, measure power consumption to detect when the rotor stops turning (when supported by the tuner)." -msgid "When enabled, network trash cans are probed for cleaning." -msgstr "When enabled, network trash cans are probed for cleaning." +msgid "When enabled, network trashcans are probed for cleaning." +msgstr "When enabled, network trashcans are probed for cleaning." msgid "When enabled, number markers will be hidden." msgstr "" diff --git a/po/is.po b/po/is.po index 0a68abe487f..f5f1fc3970e 100644 --- a/po/is.po +++ b/po/is.po @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: OpenATV\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-01-07 09:29+0000\n" +"POT-Creation-Date: 2025-01-28 07:25+0000\n" "PO-Revision-Date: 2021-08-15 18:50+0000\n" "Last-Translator: openATV \n" "Language-Team: Icelandic \n" @@ -1973,6 +1973,9 @@ msgstr "" msgid "Activate the flash expander, save all changed settings and exit" msgstr "" +msgid "Activate this device" +msgstr "" + msgid "Activate time shift End" msgstr "" @@ -3902,7 +3905,7 @@ msgstr "" msgid "Cannot find any signal ..., aborting !" msgstr "" -msgid "Cannot move to trash can" +msgid "Can't move to trashcan!" msgstr "" msgid "Cape Verde" @@ -4886,7 +4889,7 @@ msgstr "" msgid "Configure the longitude of your location." msgstr "" -msgid "Configure the minimum amount of disk space to be available for recordings. When the amount of space drops below this value, deleted items will be removed from the trash can." +msgid "Configure the minimum amount of disk space to be available for recordings. When the amount of space drops below this value, deleted items will be removed from the trashcan." msgstr "" msgid "Configure the minimum width before showing the 'i' icon, '0' is equal to not showing the icon at all." @@ -4901,7 +4904,7 @@ msgstr "" msgid "Configure the network again" msgstr "Stilla netkortið þitt aftur" -msgid "Configure the number of days after which items are automatically removed from the trash can." +msgid "Configure the number of days after which items are automatically removed from the trashcan." msgstr "" msgid "Configure the number of days old timers are kept before they are automatically removed from the timer list." @@ -6488,7 +6491,7 @@ msgstr "" # #, fuzzy, python-format -msgid "Directory %s does not exist." +msgid "Error: Directory '%s' does not exist!" msgstr "Mappa %s ekki til." #, python-format @@ -6728,7 +6731,7 @@ msgstr "" msgid "Do you really want to delete '%s'?" msgstr "Viltu virkilega eyða %s?" -msgid "Do you really want to delete ?" +msgid "Do you really want to delete?" msgstr "" #, python-format @@ -6760,7 +6763,7 @@ msgid "Do you really want to move to trashcan ?" msgstr "" #, python-format -msgid "Do you really want to permanently remove '%s' from trash can ?" +msgid "Do you really want to permanently remove '%s' from the trashcan?" msgstr "" msgid "Do you really want to permanently remove from trash can ?" @@ -6777,7 +6780,7 @@ msgstr "Viltu örugglega eyða EYÐA íforriti \"%s\"?" # #, python-format -msgid "Do you really want to remove your bookmark for '%s'?" +msgid "Do you really want to remove the bookmark for '%s'?" msgstr "Viltu örugglega eyða bókamerkinu %s?" msgid "" @@ -7537,12 +7540,18 @@ msgstr "" msgid "Enable this option to add screen names and resolution data to the debug log file." msgstr "" +msgid "Enable this option to add storage device information detected during system boot and hot plug events to the debug log file." +msgstr "" + msgid "Enable this option to add timer debugging data to the debug log file." msgstr "" msgid "Enable this option to show all the available Information screens in the Information menu item list." msgstr "" +msgid "Enable this option to show unknown storage devices in device manager." +msgstr "" + msgid "Enable this setting if your aerial system needs power." msgstr "" @@ -8678,7 +8687,7 @@ msgstr "Skráarkerfis athugun" msgid "File System Packages" msgstr "" -msgid "File appears to be busy.\n" +msgid "File appears to be busy!\n" msgstr "" msgid "" @@ -10097,6 +10106,9 @@ msgstr "" msgid "Image creation failed!" msgstr "" +msgid "Image version" +msgstr "" + msgid "ImageWizard" msgstr "" @@ -10221,6 +10233,9 @@ msgstr "Ýttu á OK á fjarstýringunni til að halda áfram." msgid "Include screen load data" msgstr "" +msgid "Include storage device data" +msgstr "" + msgid "Include teletext details" msgstr "" @@ -13967,7 +13982,7 @@ msgstr "" msgid "Perform the upgrade?" msgstr "" -msgid "Permanently delete all recordings in the trash can?" +msgid "Permanently delete all recordings in the trashcan?" msgstr "" msgid "Permanently ignore this device" @@ -19375,6 +19390,9 @@ msgstr "" msgid "Show unknown Videoresolution as next higher or as highest screen resolution." msgstr "" +msgid "Show unknown devices" +msgstr "" + msgid "Show unknown video format as" msgstr "" @@ -23853,7 +23871,7 @@ msgstr "" msgid "When enabled, continue to the next bouquet when the last channel of the current bouquet is reached while changing channels." msgstr "" -msgid "When enabled, deleted recordings are moved to the trash can, instead of being deleted immediately." +msgid "When enabled, deleted recordings are moved to the trashcan, instead of being deleted immediately." msgstr "" msgid "When enabled, external subtitles will be always turned on for playback movie." @@ -23871,7 +23889,7 @@ msgstr "" msgid "When enabled, measure power consumption to detect when the rotor stops turning (when supported by the tuner)." msgstr "" -msgid "When enabled, network trash cans are probed for cleaning." +msgid "When enabled, network trashcans are probed for cleaning." msgstr "" msgid "When enabled, number markers will be hidden." diff --git a/po/it.po b/po/it.po index 3f077d814e3..4800442396f 100644 --- a/po/it.po +++ b/po/it.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: OpenATV Italian translation\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-01-07 09:29+0000\n" +"POT-Creation-Date: 2025-01-28 07:25+0000\n" "PO-Revision-Date: 2025-01-24 13:02+0000\n" "Last-Translator: Massimo Pissarello \n" "Language-Team: Italian \n" @@ -1815,6 +1815,9 @@ msgstr "Attiva impostazioni di rete configurate." msgid "Activate the flash expander, save all changed settings and exit" msgstr "Attiva espansore flash, salva tutte le impostazioni modificate ed esci" +msgid "Activate this device" +msgstr "" + msgid "Activate time shift End" msgstr "Attiva fine del timeshift" @@ -3656,7 +3659,7 @@ msgstr "Impossibile determinare il limite %s..., interruzione!" msgid "Cannot find any signal ..., aborting !" msgstr "Impossibile trovare alcun segnale... annullo tutto!" -msgid "Cannot move to trash can" +msgid "Can't move to trashcan!" msgstr "Impossibile spostare nel cestino" msgid "Cape Verde" @@ -4612,7 +4615,7 @@ msgstr "Configura latitudine della tua posizione." msgid "Configure the longitude of your location." msgstr "Configura longitudine della tua posizione." -msgid "Configure the minimum amount of disk space to be available for recordings. When the amount of space drops below this value, deleted items will be removed from the trash can." +msgid "Configure the minimum amount of disk space to be available for recordings. When the amount of space drops below this value, deleted items will be removed from the trashcan." msgstr "Configura quantità minima di spazio su disco disponibile per le registrazioni. Quando la quantità di spazio scende al di sotto di questo valore, gli elementi eliminati verranno rimossi dal cestino." msgid "Configure the minimum width before showing the 'i' icon, '0' is equal to not showing the icon at all." @@ -4627,7 +4630,7 @@ msgstr "Configura maschera di rete." msgid "Configure the network again" msgstr "Configura di nuovo la rete" -msgid "Configure the number of days after which items are automatically removed from the trash can." +msgid "Configure the number of days after which items are automatically removed from the trashcan." msgstr "Configura numero di giorni dopo i quali gli elementi vengono automaticamente rimossi dal cestino." msgid "Configure the number of days old timers are kept before they are automatically removed from the timer list." @@ -6141,7 +6144,7 @@ msgid "Directory" msgstr "Cartella" #, python-format -msgid "Directory %s does not exist." +msgid "Error: Directory '%s' does not exist!" msgstr "La cartella %s non esiste." #, python-format @@ -6363,7 +6366,7 @@ msgstr "Vuoi davvero eliminare %s?" msgid "Do you really want to delete '%s'?" msgstr "Vuoi davvero eliminare '%s'?" -msgid "Do you really want to delete ?" +msgid "Do you really want to delete?" msgstr "Vuoi davvero eliminare?" #, python-format @@ -6398,7 +6401,7 @@ msgid "Do you really want to move to trashcan ?" msgstr "Vuoi davvero spostarlo nel cestino?" #, python-format -msgid "Do you really want to permanently remove '%s' from trash can ?" +msgid "Do you really want to permanently remove '%s' from the trashcan?" msgstr "Vuoi davvero rimuovere definitivamente '%s' dal cestino?" msgid "Do you really want to permanently remove from trash can ?" @@ -6413,7 +6416,7 @@ msgid "Do you really want to remove the timer for %s?" msgstr "Vuoi davvero rimuovere il timer per %s?" #, python-format -msgid "Do you really want to remove your bookmark for '%s'?" +msgid "Do you really want to remove the bookmark for '%s'?" msgstr "Vuoi davvero rimuovere il segnalibro di %s?" msgid "" @@ -7144,12 +7147,18 @@ msgstr "Abilita questa opzione per aggiungere dati del controllo remoto al file msgid "Enable this option to add screen names and resolution data to the debug log file." msgstr "Abilita questa opzione per aggiungere nomi di schermate e dati di risoluzione al file di registro di debug." +msgid "Enable this option to add storage device information detected during system boot and hot plug events to the debug log file." +msgstr "" + msgid "Enable this option to add timer debugging data to the debug log file." msgstr "Abilita questa opzione per aggiungere dati di debug del timer al file di registro di debug." msgid "Enable this option to show all the available Information screens in the Information menu item list." msgstr "Abilita questa opzione per mostrare tutte le schermate Informazioni disponibili nell'elenco delle voci del menu Informazioni." +msgid "Enable this option to show unknown storage devices in device manager." +msgstr "" + msgid "Enable this setting if your aerial system needs power." msgstr "Abilita questa impostazione se l'antenna necessita di alimentazione." @@ -8244,7 +8253,7 @@ msgstr "Controllo file system" msgid "File System Packages" msgstr "Pacchetti file system" -msgid "File appears to be busy.\n" +msgid "File appears to be busy!\n" msgstr "Il file sembra occupato.\n" msgid "" @@ -9552,6 +9561,9 @@ msgstr "Immagine creata:" msgid "Image creation failed!" msgstr "Creazione immagine fallita!" +msgid "Image version" +msgstr "" + msgid "ImageWizard" msgstr "Creazione guidata immagine" @@ -9673,6 +9685,9 @@ msgstr "Includi dati del telecomando" msgid "Include screen load data" msgstr "Includi dati di caricamento dello schermo" +msgid "Include storage device data" +msgstr "" + msgid "Include teletext details" msgstr "Includi dettagli del televideo" @@ -13054,7 +13069,7 @@ msgstr "Esegui invece un flash in linea" msgid "Perform the upgrade?" msgstr "Eseguire l'aggiornamento?" -msgid "Permanently delete all recordings in the trash can?" +msgid "Permanently delete all recordings in the trashcan?" msgstr "Eliminare definitivamente tutte le registrazioni nel cestino?" msgid "Permanently ignore this device" @@ -18063,6 +18078,9 @@ msgstr "Mostra caratteri di sottolineatura" msgid "Show unknown Videoresolution as next higher or as highest screen resolution." msgstr "Mostra risoluzione video sconosciuta come risoluzione dello schermo successiva o più alta." +msgid "Show unknown devices" +msgstr "" + msgid "Show unknown video format as" msgstr "Mostra formato video sconosciuto come" @@ -22310,7 +22328,7 @@ msgstr "Se abilitato, il contenuto con un aspect ratio di 4:3 verrà ampliato pe msgid "When enabled, continue to the next bouquet when the last channel of the current bouquet is reached while changing channels." msgstr "Se abilitato, passerà al bouquet successivo se verrà raggiunto l'ultimo canale del bouquet attuale mentre si cambia canale." -msgid "When enabled, deleted recordings are moved to the trash can, instead of being deleted immediately." +msgid "When enabled, deleted recordings are moved to the trashcan, instead of being deleted immediately." msgstr "Se abilitato, le registrazioni eliminate verranno spostate nel cestino, invece di essere eliminate immediatamente." msgid "When enabled, external subtitles will be always turned on for playback movie." @@ -22328,7 +22346,7 @@ msgstr "Se abilitato, sarà possibile lasciare il movieplayer con esci." msgid "When enabled, measure power consumption to detect when the rotor stops turning (when supported by the tuner)." msgstr "Se abilitato, misurerà il consumo di energia per rilevare quando il motore smette di girare (se supportato dal tuner)." -msgid "When enabled, network trash cans are probed for cleaning." +msgid "When enabled, network trashcans are probed for cleaning." msgstr "Se abilitato, il cestino di rete sarà visualizzato prima dello svuotamento." msgid "When enabled, number markers will be hidden." diff --git a/po/ku.po b/po/ku.po index e095161d374..a7582723cc0 100644 --- a/po/ku.po +++ b/po/ku.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: enigma2 Kurdish translation\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-01-07 09:29+0000\n" +"POT-Creation-Date: 2025-01-28 07:25+0000\n" "PO-Revision-Date: 2021-08-15 18:50+0000\n" "Last-Translator: openATV \n" "Language-Team: Kurdish \n" @@ -1947,6 +1947,9 @@ msgstr "Actif bike eyaré networké.." msgid "Activate the flash expander, save all changed settings and exit" msgstr "" +msgid "Activate this device" +msgstr "" + msgid "Activate time shift End" msgstr "" @@ -3869,8 +3872,8 @@ msgstr "" msgid "Cannot find any signal ..., aborting !" msgstr "Heta Neha min Sinyal Nedi... Bettal ki!" -msgid "Cannot move to trash can" -msgstr "Cannot move to trash can" +msgid "Can't move to trashcan!" +msgstr "Can't move to trashcan!" msgid "Cape Verde" msgstr "" @@ -4369,7 +4372,7 @@ msgstr "" #, fuzzy msgid "Clean network 'Trash'" -msgstr "Cannot move to trash can" +msgstr "Can't move to trashcan!" msgid "Clean up (delete) all completed timers?" msgstr "" @@ -4879,8 +4882,8 @@ msgstr "Configure the latitude of your location." msgid "Configure the longitude of your location." msgstr "Configure the longitude of your location." -msgid "Configure the minimum amount of disk space to be available for recordings. When the amount of space drops below this value, deleted items will be removed from the trash can." -msgstr "Configure the minimum amount of disk space to be available for recordings. When the amount of space drops below this value, deleted items will be removed from the trash can." +msgid "Configure the minimum amount of disk space to be available for recordings. When the amount of space drops below this value, deleted items will be removed from the trashcan." +msgstr "Configure the minimum amount of disk space to be available for recordings. When the amount of space drops below this value, deleted items will be removed from the trashcan." msgid "Configure the minimum width before showing the 'i' icon, '0' is equal to not showing the icon at all." msgstr "" @@ -4894,7 +4897,7 @@ msgstr "Configure the netmask." msgid "Configure the network again" msgstr "Configure the network again" -msgid "Configure the number of days after which items are automatically removed from the trash can." +msgid "Configure the number of days after which items are automatically removed from the trashcan." msgstr "" msgid "Configure the number of days old timers are kept before they are automatically removed from the timer list." @@ -6457,8 +6460,8 @@ msgid "Directory" msgstr "Directory" #, python-format -msgid "Directory %s does not exist." -msgstr "Directory %s does not exist." +msgid "Error: Directory '%s' does not exist!" +msgstr "Error: Directory '%s' does not exist!" #, python-format msgid "Directory '%s' can't be linked to recordings!" @@ -6684,7 +6687,7 @@ msgid "Do you really want to delete '%s'?" msgstr "Do you really want to delete '%s'?" #, fuzzy -msgid "Do you really want to delete ?" +msgid "Do you really want to delete?" msgstr "Do you really want to delete '%s'?" #, python-format @@ -6714,7 +6717,7 @@ msgid "Do you really want to move to trashcan ?" msgstr "" #, fuzzy, python-format -msgid "Do you really want to permanently remove '%s' from trash can ?" +msgid "Do you really want to permanently remove '%s' from the trashcan?" msgstr "Do you really want to remove directory '%s' from the disk?" #, fuzzy @@ -6732,8 +6735,8 @@ msgstr "" "the plugin \"%s\"?" #, python-format -msgid "Do you really want to remove your bookmark for '%s'?" -msgstr "Do you really want to remove your bookmark for '%s'?" +msgid "Do you really want to remove the bookmark for '%s'?" +msgstr "Do you really want to remove the bookmark for '%s'?" msgid "" "Do you really want to restart OSCam?\n" @@ -7468,12 +7471,18 @@ msgstr "" msgid "Enable this option to add screen names and resolution data to the debug log file." msgstr "" +msgid "Enable this option to add storage device information detected during system boot and hot plug events to the debug log file." +msgstr "" + msgid "Enable this option to add timer debugging data to the debug log file." msgstr "" msgid "Enable this option to show all the available Information screens in the Information menu item list." msgstr "" +msgid "Enable this option to show unknown storage devices in device manager." +msgstr "" + msgid "Enable this setting if your aerial system needs power." msgstr "" @@ -8575,8 +8584,8 @@ msgstr "File System Check" msgid "File System Packages" msgstr "" -msgid "File appears to be busy.\n" -msgstr "File appears to be busy.\n" +msgid "File appears to be busy!\n" +msgstr "File appears to be busy!\n" msgid "" "File oscam.conf not found.\n" @@ -9952,6 +9961,9 @@ msgstr "" msgid "Image creation failed!" msgstr "" +msgid "Image version" +msgstr "" + msgid "ImageWizard" msgstr "" @@ -10071,6 +10083,9 @@ msgstr "Configure remote control type" msgid "Include screen load data" msgstr "" +msgid "Include storage device data" +msgstr "" + msgid "Include teletext details" msgstr "" @@ -13597,8 +13612,8 @@ msgstr "" msgid "Perform the upgrade?" msgstr "" -msgid "Permanently delete all recordings in the trash can?" -msgstr "Permanently delete all recordings in the trash can?" +msgid "Permanently delete all recordings in the trashcan?" +msgstr "Permanently delete all recordings in the trashcan?" msgid "Permanently ignore this device" msgstr "" @@ -18785,6 +18800,9 @@ msgstr "" msgid "Show unknown Videoresolution as next higher or as highest screen resolution." msgstr "" +msgid "Show unknown devices" +msgstr "" + msgid "Show unknown video format as" msgstr "" @@ -23088,8 +23106,8 @@ msgstr "When enabled, content with an aspect ratio of 4:3 will be stretched to f msgid "When enabled, continue to the next bouquet when the last channel of the current bouquet is reached while changing channels." msgstr "When enabled, continue to the next bouquet when the last channel of the current bouquet is reached while changing channels." -msgid "When enabled, deleted recordings are moved to the trash can, instead of being deleted immediately." -msgstr "When enabled, deleted recordings are moved to the trash can, instead of being deleted immediately." +msgid "When enabled, deleted recordings are moved to the trashcan, instead of being deleted immediately." +msgstr "When enabled, deleted recordings are moved to the trashcan, instead of being deleted immediately." msgid "When enabled, external subtitles will be always turned on for playback movie." msgstr "" @@ -23106,7 +23124,7 @@ msgstr "" msgid "When enabled, measure power consumption to detect when the rotor stops turning (when supported by the tuner)." msgstr "When enabled, measure power consumption to detect when the rotor stops turning (when supported by the tuner)." -msgid "When enabled, network trash cans are probed for cleaning." +msgid "When enabled, network trashcans are probed for cleaning." msgstr "" msgid "When enabled, number markers will be hidden." diff --git a/po/lt.po b/po/lt.po index 0f85f818815..dbbb65019be 100644 --- a/po/lt.po +++ b/po/lt.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tuxbox-enigma 0.0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-01-07 09:29+0000\n" +"POT-Creation-Date: 2025-01-28 07:25+0000\n" "PO-Revision-Date: 2023-06-04 19:16+0000\n" "Last-Translator: Adga56 \n" "Language-Team: Lithuanian \n" @@ -1860,6 +1860,9 @@ msgstr "Aktyvuoti tinklo nustatymų konfigūraciją." msgid "Activate the flash expander, save all changed settings and exit" msgstr "" +msgid "Activate this device" +msgstr "" + msgid "Activate time shift End" msgstr "Aktyvuoti laiko poslinkio pabaigą" @@ -3703,7 +3706,7 @@ msgstr "Negalima nustatyti %s ribos ..., nutraukiama !" msgid "Cannot find any signal ..., aborting !" msgstr "Jokio signalo nerasta …, nutraukiama !" -msgid "Cannot move to trash can" +msgid "Can't move to trashcan!" msgstr "Perkelti į šiukšlinę negalima" msgid "Cape Verde" @@ -4662,7 +4665,7 @@ msgstr "Konfigūruokite savo buvimo vietos platumą." msgid "Configure the longitude of your location." msgstr "Konfigūruokite savo buvimo vietos ilgumą." -msgid "Configure the minimum amount of disk space to be available for recordings. When the amount of space drops below this value, deleted items will be removed from the trash can." +msgid "Configure the minimum amount of disk space to be available for recordings. When the amount of space drops below this value, deleted items will be removed from the trashcan." msgstr "Konfigūruokite kokį minimalų kiekį diske bus galima įrašyti. Kai laisvos vietos suma nukrenta žemiau šios reikšmės, ištrinti elementai bus pašalinti iš šiukšliadėžės." msgid "Configure the minimum width before showing the 'i' icon, '0' is equal to not showing the icon at all." @@ -4677,7 +4680,7 @@ msgstr "Konfigūruokite potinklio kaukę." msgid "Configure the network again" msgstr "Konfigūruokite savo tinklą dar kartą" -msgid "Configure the number of days after which items are automatically removed from the trash can." +msgid "Configure the number of days after which items are automatically removed from the trashcan." msgstr "Konfigūruokite dienų skaičių, po kurių elementai bus automatiškai pašalinti iš šiukšlinės." msgid "Configure the number of days old timers are kept before they are automatically removed from the timer list." @@ -6191,7 +6194,7 @@ msgid "Directory" msgstr "Katalogas" #, python-format -msgid "Directory %s does not exist." +msgid "Error: Directory '%s' does not exist!" msgstr "Katalogo %s nėra." #, python-format @@ -6413,7 +6416,7 @@ msgstr "Ar tikrai norite trinti %s ?" msgid "Do you really want to delete '%s'?" msgstr "Ar tikrai norite pašalinti %s?" -msgid "Do you really want to delete ?" +msgid "Do you really want to delete?" msgstr "Ar tikrai norite trinti ?" #, python-format @@ -6446,7 +6449,7 @@ msgid "Do you really want to move to trashcan ?" msgstr "Ar tikrai norite perkelti į šiukšliadėžę?" #, python-format -msgid "Do you really want to permanently remove '%s' from trash can ?" +msgid "Do you really want to permanently remove '%s' from the trashcan?" msgstr "Ar tikrai norite negrįžtamai pašalinti '%s' iš šiukšliadėžės?" msgid "Do you really want to permanently remove from trash can ?" @@ -6461,7 +6464,7 @@ msgid "Do you really want to remove the timer for %s?" msgstr "Ar tikrai norite pašalinti laikmatį %s?" #, python-format -msgid "Do you really want to remove your bookmark for '%s'?" +msgid "Do you really want to remove the bookmark for '%s'?" msgstr "Ar tikrai norite pašalinti savo %s žymę?" msgid "" @@ -7187,12 +7190,18 @@ msgstr "Įjunkite šią parinktį, jei į derinimo žurnalo failą norite įtrau msgid "Enable this option to add screen names and resolution data to the debug log file." msgstr "Įjunkite šią parinktį, jei į derinimo žurnalo failą norite įtraukti ekrano pavadinimus ir skiriamosios gebos duomenis." +msgid "Enable this option to add storage device information detected during system boot and hot plug events to the debug log file." +msgstr "" + msgid "Enable this option to add timer debugging data to the debug log file." msgstr "Įjunkite šią parinktį, kad pridėtumėte laikmačio derinimo duomenis prie derinimo žurnalo failo." msgid "Enable this option to show all the available Information screens in the Information menu item list." msgstr "" +msgid "Enable this option to show unknown storage devices in device manager." +msgstr "" + msgid "Enable this setting if your aerial system needs power." msgstr "Įjunkite šį nustatymą, jei jūsų antenos sistemai reikia galios" @@ -8291,7 +8300,7 @@ msgstr "Failų sistemos tikrinimas" msgid "File System Packages" msgstr "" -msgid "File appears to be busy.\n" +msgid "File appears to be busy!\n" msgstr "Failas tikriausiai užimtas.\n" msgid "" @@ -9599,6 +9608,9 @@ msgstr "" msgid "Image creation failed!" msgstr "" +msgid "Image version" +msgstr "" + msgid "ImageWizard" msgstr "Atvaizdo vedlys" @@ -9720,6 +9732,9 @@ msgstr "Įtraukti nuotolinio valdymo duomenis" msgid "Include screen load data" msgstr "Įtraukti ekrano įkėlimo duomenis" +msgid "Include storage device data" +msgstr "" + msgid "Include teletext details" msgstr "" @@ -13100,7 +13115,7 @@ msgstr "Vietoj to atlikite internetinį įdiegimą" msgid "Perform the upgrade?" msgstr "" -msgid "Permanently delete all recordings in the trash can?" +msgid "Permanently delete all recordings in the trashcan?" msgstr "Negrįžtamai pašalinti visus įrašus iš šiukšlinės?" msgid "Permanently ignore this device" @@ -18102,6 +18117,9 @@ msgstr "Rodyti pabraukimo simbolius" msgid "Show unknown Videoresolution as next higher or as highest screen resolution." msgstr "Rodyti nežinomą vaizdo raišką, kaip kitą didesnę arba kaip didžiausią ekrano raišką." +msgid "Show unknown devices" +msgstr "" + msgid "Show unknown video format as" msgstr "Rodyti nežinomą vaizdo formatą kaip" @@ -22315,7 +22333,7 @@ msgstr "Kai čia įjungta, 4:3 kraštinių santykio vaizdas bus išplėstas, įt msgid "When enabled, continue to the next bouquet when the last channel of the current bouquet is reached while changing channels." msgstr "Kai čia įjungta, pasiekus paskutinį šio paketo kanalą ir jungiant sekantį, bus įjungtas pirmas sekančio paketo kanalas." -msgid "When enabled, deleted recordings are moved to the trash can, instead of being deleted immediately." +msgid "When enabled, deleted recordings are moved to the trashcan, instead of being deleted immediately." msgstr "Kai čia įjungta, pašalinti vaizdo įrašai bus perkelti į šiukšlinę, užuot juos galutinai ištrynus." msgid "When enabled, external subtitles will be always turned on for playback movie." @@ -22333,7 +22351,7 @@ msgstr "Kai čia įjungta, filmų grotuvą galima uždaryti 'EXIT' mygtuku." msgid "When enabled, measure power consumption to detect when the rotor stops turning (when supported by the tuner)." msgstr "Kai čia įjungta, bus matuojama variklio suvartojama galia, kad nustatyti, kada pozicionierius nustojo suktis (jei imtuvas tai palaiko)." -msgid "When enabled, network trash cans are probed for cleaning." +msgid "When enabled, network trashcans are probed for cleaning." msgstr "Kai čia įjungta, bus bandoma išvalyti ir tinklo šiukšliadėžes." msgid "When enabled, number markers will be hidden." diff --git a/po/lv.po b/po/lv.po index 1e7ac9a2514..7793748bace 100644 --- a/po/lv.po +++ b/po/lv.po @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: OpenATV\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-01-07 09:29+0000\n" +"POT-Creation-Date: 2025-01-28 07:25+0000\n" "PO-Revision-Date: 2016-04-02 23:17+0200\n" "Last-Translator: Andy Blackburn \n" "Language-Team: Ivo / enigma2 (c) \n" @@ -1980,6 +1980,9 @@ msgstr "" msgid "Activate the flash expander, save all changed settings and exit" msgstr "" +msgid "Activate this device" +msgstr "" + msgid "Activate time shift End" msgstr "" @@ -3979,7 +3982,7 @@ msgstr "" msgid "Cannot find any signal ..., aborting !" msgstr "" -msgid "Cannot move to trash can" +msgid "Can't move to trashcan!" msgstr "" msgid "Cape Verde" @@ -5008,7 +5011,7 @@ msgstr "" msgid "Configure the longitude of your location." msgstr "" -msgid "Configure the minimum amount of disk space to be available for recordings. When the amount of space drops below this value, deleted items will be removed from the trash can." +msgid "Configure the minimum amount of disk space to be available for recordings. When the amount of space drops below this value, deleted items will be removed from the trashcan." msgstr "" msgid "Configure the minimum width before showing the 'i' icon, '0' is equal to not showing the icon at all." @@ -5024,7 +5027,7 @@ msgstr "" msgid "Configure the network again" msgstr "" -msgid "Configure the number of days after which items are automatically removed from the trash can." +msgid "Configure the number of days after which items are automatically removed from the trashcan." msgstr "" msgid "Configure the number of days old timers are kept before they are automatically removed from the timer list." @@ -6650,7 +6653,7 @@ msgstr "" # #, fuzzy, python-format -msgid "Directory %s does not exist." +msgid "Error: Directory '%s' does not exist!" msgstr "Mape %s neeksistē." #, python-format @@ -6891,7 +6894,7 @@ msgstr "" msgid "Do you really want to delete '%s'?" msgstr "Vai tiešām vēlaties dzēst %s?" -msgid "Do you really want to delete ?" +msgid "Do you really want to delete?" msgstr "" #, python-format @@ -6923,7 +6926,7 @@ msgid "Do you really want to move to trashcan ?" msgstr "" #, python-format -msgid "Do you really want to permanently remove '%s' from trash can ?" +msgid "Do you really want to permanently remove '%s' from the trashcan?" msgstr "" msgid "Do you really want to permanently remove from trash can ?" @@ -6942,7 +6945,7 @@ msgstr "Vai tiešām vēlaties DZĒST spraudni \"%s \"?" # # ??? #, python-format -msgid "Do you really want to remove your bookmark for '%s'?" +msgid "Do you really want to remove the bookmark for '%s'?" msgstr "Vai tiešām vēlaties dzēst grāmatzīmi %s?" msgid "" @@ -7713,12 +7716,18 @@ msgstr "" msgid "Enable this option to add screen names and resolution data to the debug log file." msgstr "" +msgid "Enable this option to add storage device information detected during system boot and hot plug events to the debug log file." +msgstr "" + msgid "Enable this option to add timer debugging data to the debug log file." msgstr "" msgid "Enable this option to show all the available Information screens in the Information menu item list." msgstr "" +msgid "Enable this option to show unknown storage devices in device manager." +msgstr "" + msgid "Enable this setting if your aerial system needs power." msgstr "" @@ -8873,7 +8882,7 @@ msgstr "" msgid "File System Packages" msgstr "" -msgid "File appears to be busy.\n" +msgid "File appears to be busy!\n" msgstr "" msgid "" @@ -10303,6 +10312,9 @@ msgstr "" msgid "Image creation failed!" msgstr "" +msgid "Image version" +msgstr "" + msgid "ImageWizard" msgstr "" @@ -10427,6 +10439,9 @@ msgstr "Spiediet OK uz tālvadības pults, lai turpinātu." msgid "Include screen load data" msgstr "" +msgid "Include storage device data" +msgstr "" + msgid "Include teletext details" msgstr "" @@ -14184,7 +14199,7 @@ msgstr "" msgid "Perform the upgrade?" msgstr "" -msgid "Permanently delete all recordings in the trash can?" +msgid "Permanently delete all recordings in the trashcan?" msgstr "" msgid "Permanently ignore this device" @@ -19622,6 +19637,9 @@ msgstr "" msgid "Show unknown Videoresolution as next higher or as highest screen resolution." msgstr "" +msgid "Show unknown devices" +msgstr "" + msgid "Show unknown video format as" msgstr "" @@ -24101,7 +24119,7 @@ msgstr "" msgid "When enabled, continue to the next bouquet when the last channel of the current bouquet is reached while changing channels." msgstr "" -msgid "When enabled, deleted recordings are moved to the trash can, instead of being deleted immediately." +msgid "When enabled, deleted recordings are moved to the trashcan, instead of being deleted immediately." msgstr "" msgid "When enabled, external subtitles will be always turned on for playback movie." @@ -24119,7 +24137,7 @@ msgstr "" msgid "When enabled, measure power consumption to detect when the rotor stops turning (when supported by the tuner)." msgstr "" -msgid "When enabled, network trash cans are probed for cleaning." +msgid "When enabled, network trashcans are probed for cleaning." msgstr "" msgid "When enabled, number markers will be hidden." diff --git a/po/nb.po b/po/nb.po index 31386179dd0..0d9203edc0c 100644 --- a/po/nb.po +++ b/po/nb.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: OpenATV\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-01-07 09:29+0000\n" +"POT-Creation-Date: 2025-01-28 07:25+0000\n" "PO-Revision-Date: 2021-08-19 14:13+0000\n" "Last-Translator: Allan Nordhøy \n" "Language-Team: Norwegian Bokmål \n" @@ -1797,6 +1797,9 @@ msgstr "Aktiver nettverksinnstillingene." msgid "Activate the flash expander, save all changed settings and exit" msgstr "" +msgid "Activate this device" +msgstr "" + msgid "Activate time shift End" msgstr "Aktiver timeskift sluttid" @@ -3626,7 +3629,7 @@ msgstr "" msgid "Cannot find any signal ..., aborting !" msgstr "Finner ikke signal..., avbryter!" -msgid "Cannot move to trash can" +msgid "Can't move to trashcan!" msgstr "Kan ikke slette til papirkurv" msgid "Cape Verde" @@ -4577,7 +4580,7 @@ msgstr "Angi mottakerens breddegrad." msgid "Configure the longitude of your location." msgstr "Angi mottakerens lengdegrad." -msgid "Configure the minimum amount of disk space to be available for recordings. When the amount of space drops below this value, deleted items will be removed from the trash can." +msgid "Configure the minimum amount of disk space to be available for recordings. When the amount of space drops below this value, deleted items will be removed from the trashcan." msgstr "Still inn minsteverdi for lagring av opptak. Når lagringsplassen fylles opp, tømmes papirkurven." msgid "Configure the minimum width before showing the 'i' icon, '0' is equal to not showing the icon at all." @@ -4592,7 +4595,7 @@ msgstr "Still inn nettmaske." msgid "Configure the network again" msgstr "Konfigurer nettverket på nytt" -msgid "Configure the number of days after which items are automatically removed from the trash can." +msgid "Configure the number of days after which items are automatically removed from the trashcan." msgstr "" msgid "Configure the number of days old timers are kept before they are automatically removed from the timer list." @@ -6100,7 +6103,7 @@ msgid "Directory" msgstr "Mappe" #, python-format -msgid "Directory %s does not exist." +msgid "Error: Directory '%s' does not exist!" msgstr "Mappe %s finnes ikke." #, python-format @@ -6318,7 +6321,7 @@ msgstr "" msgid "Do you really want to delete '%s'?" msgstr "Er du sikker på at du vil slette %s?" -msgid "Do you really want to delete ?" +msgid "Do you really want to delete?" msgstr "" #, python-format @@ -6347,7 +6350,7 @@ msgid "Do you really want to move to trashcan ?" msgstr "" #, python-format -msgid "Do you really want to permanently remove '%s' from trash can ?" +msgid "Do you really want to permanently remove '%s' from the trashcan?" msgstr "" msgid "Do you really want to permanently remove from trash can ?" @@ -6362,7 +6365,7 @@ msgid "Do you really want to remove the timer for %s?" msgstr "" #, python-format -msgid "Do you really want to remove your bookmark for '%s'?" +msgid "Do you really want to remove the bookmark for '%s'?" msgstr "Vil du virkelig fjerne bokmerket for %s?" msgid "" @@ -7073,12 +7076,18 @@ msgstr "" msgid "Enable this option to add screen names and resolution data to the debug log file." msgstr "" +msgid "Enable this option to add storage device information detected during system boot and hot plug events to the debug log file." +msgstr "" + msgid "Enable this option to add timer debugging data to the debug log file." msgstr "" msgid "Enable this option to show all the available Information screens in the Information menu item list." msgstr "" +msgid "Enable this option to show unknown storage devices in device manager." +msgstr "" + msgid "Enable this setting if your aerial system needs power." msgstr "Aktiver denne innstillingen hvis din antenne trenger strøm" @@ -8154,7 +8163,7 @@ msgstr "" msgid "File System Packages" msgstr "" -msgid "File appears to be busy.\n" +msgid "File appears to be busy!\n" msgstr "Filen ser ut til å være opptatt.\n" msgid "" @@ -9457,6 +9466,9 @@ msgstr "" msgid "Image creation failed!" msgstr "" +msgid "Image version" +msgstr "" + msgid "ImageWizard" msgstr "" @@ -9573,6 +9585,9 @@ msgstr "" msgid "Include screen load data" msgstr "" +msgid "Include storage device data" +msgstr "" + msgid "Include teletext details" msgstr "" @@ -12937,7 +12952,7 @@ msgstr "" msgid "Perform the upgrade?" msgstr "" -msgid "Permanently delete all recordings in the trash can?" +msgid "Permanently delete all recordings in the trashcan?" msgstr "Slette for godt alle opptak som ligger i papirkurven?" msgid "Permanently ignore this device" @@ -17907,6 +17922,9 @@ msgstr "" msgid "Show unknown Videoresolution as next higher or as highest screen resolution." msgstr "" +msgid "Show unknown devices" +msgstr "" + msgid "Show unknown video format as" msgstr "" @@ -22025,7 +22043,7 @@ msgstr "Hvis aktivert, vil et 4:3 bilde strekkes ut for å tilpasse seg skjermen msgid "When enabled, continue to the next bouquet when the last channel of the current bouquet is reached while changing channels." msgstr "Hvis aktivert, fortsettes automatisk til neste kanalliste når den siste kanalen i nåværende liste er nådd mens du skifter kanaler." -msgid "When enabled, deleted recordings are moved to the trash can, instead of being deleted immediately." +msgid "When enabled, deleted recordings are moved to the trashcan, instead of being deleted immediately." msgstr "Hvis aktivert, vil slettede opptak gå i papirkurven istedenfor å bli slettet umiddelbart." msgid "When enabled, external subtitles will be always turned on for playback movie." @@ -22043,7 +22061,7 @@ msgstr "Hvis aktivert, er det mulig å forlate mediespiller med exit." msgid "When enabled, measure power consumption to detect when the rotor stops turning (when supported by the tuner)." msgstr "Hvis aktivert, brukes rotorens strømforbruk til måling for å oppdage når rotorbevegelsen stopper (hvis det støttes av tuner)." -msgid "When enabled, network trash cans are probed for cleaning." +msgid "When enabled, network trashcans are probed for cleaning." msgstr "" msgid "When enabled, number markers will be hidden." diff --git a/po/nl.po b/po/nl.po index f8b59630b8c..e817a7fc4b9 100644 --- a/po/nl.po +++ b/po/nl.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OpenATV\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-01-07 09:29+0000\n" +"POT-Creation-Date: 2025-01-28 07:25+0000\n" "PO-Revision-Date: 2024-11-10 13:00+0000\n" "Last-Translator: Snoete \n" "Language-Team: Dutch \n" @@ -1825,6 +1825,9 @@ msgstr "Activeer de geconfigureerde netwerkinstellingen." msgid "Activate the flash expander, save all changed settings and exit" msgstr "De Flash-Expander inschakelen, alle wijzigen opslaan en afsluiten" +msgid "Activate this device" +msgstr "" + msgid "Activate time shift End" msgstr "Beëindig de Timeshift" @@ -3667,7 +3670,7 @@ msgstr "Kan de %s limiet niet bepalen ..., annuleren !" msgid "Cannot find any signal ..., aborting !" msgstr "Kan geen signaal vinden..., gestopt!" -msgid "Cannot move to trash can" +msgid "Can't move to trashcan!" msgstr "Kan geen bestanden naar de prullenbak verplaatsen" msgid "Cape Verde" @@ -4692,7 +4695,7 @@ msgstr "Configureer de breedtegraad van uw locatie." msgid "Configure the longitude of your location." msgstr "Configureer de lengtegraad van uw locatie." -msgid "Configure the minimum amount of disk space to be available for recordings. When the amount of space drops below this value, deleted items will be removed from the trash can." +msgid "Configure the minimum amount of disk space to be available for recordings. When the amount of space drops below this value, deleted items will be removed from the trashcan." msgstr "Bepaal hoeveel ruimte er minimaal beschikbaar moet zijn voor opnames. Als deze waarde bereikt wordt, zulle bestanden uit de prullenbak worden verwijderd." msgid "Configure the minimum width before showing the 'i' icon, '0' is equal to not showing the icon at all." @@ -4707,7 +4710,7 @@ msgstr "Configureer de netmask." msgid "Configure the network again" msgstr "Configureer uw netwerk opnieuw" -msgid "Configure the number of days after which items are automatically removed from the trash can." +msgid "Configure the number of days after which items are automatically removed from the trashcan." msgstr "" "Na hoeveel dagen moeten opnames automatisch uit de prullenbak worden verwijderd.\n" "\n" @@ -6265,7 +6268,7 @@ msgid "Directory" msgstr "Map" #, python-format -msgid "Directory %s does not exist." +msgid "Error: Directory '%s' does not exist!" msgstr "Map %s bestaat niet." #, python-format @@ -6487,7 +6490,7 @@ msgstr "Wilt u echt %s verwijderen?" msgid "Do you really want to delete '%s'?" msgstr "Wilt u %s echt wissen?" -msgid "Do you really want to delete ?" +msgid "Do you really want to delete?" msgstr "Wilt u echt verwijderen?" #, python-format @@ -6522,7 +6525,7 @@ msgid "Do you really want to move to trashcan ?" msgstr "Wilt u dit echt naar de prullenbak verplaatsen?" #, python-format -msgid "Do you really want to permanently remove '%s' from trash can ?" +msgid "Do you really want to permanently remove '%s' from the trashcan?" msgstr "Wilt u '%s' permanent verwijderen uit de prullenbak?" msgid "Do you really want to permanently remove from trash can ?" @@ -6537,7 +6540,7 @@ msgid "Do you really want to remove the timer for %s?" msgstr "Wilt u echt de timer voor %s verwijderen?" #, python-format -msgid "Do you really want to remove your bookmark for '%s'?" +msgid "Do you really want to remove the bookmark for '%s'?" msgstr "Weet u zeker dat u het bookmark van %s wilt verwijderen?" msgid "" @@ -7274,12 +7277,18 @@ msgstr "Activeer deze optie om gegevens van de afstandsbediening mee te nemen in msgid "Enable this option to add screen names and resolution data to the debug log file." msgstr "Activeer deze optie om schermnamen en resolutiegegevens mee te nemen in het debug log bestand." +msgid "Enable this option to add storage device information detected during system boot and hot plug events to the debug log file." +msgstr "" + msgid "Enable this option to add timer debugging data to the debug log file." msgstr "Activeer deze optie om Timer debug gegevens mee te nemen in het debug log bestand." msgid "Enable this option to show all the available Information screens in the Information menu item list." msgstr "Activeren, om alle beschikbare informatie-schermen in het informatie-menu te tonen." +msgid "Enable this option to show unknown storage devices in device manager." +msgstr "" + msgid "Enable this setting if your aerial system needs power." msgstr "Schakel deze optie in indien de antenne een externe voeding nodig heeft." @@ -8387,7 +8396,7 @@ msgstr "Bestandssysteemcontrole" msgid "File System Packages" msgstr "Bestandssysteem pakketten" -msgid "File appears to be busy.\n" +msgid "File appears to be busy!\n" msgstr "Bestand mogelijk in gebruik door ander proces.\n" msgid "" @@ -9702,6 +9711,9 @@ msgstr "Image gemaakt:" msgid "Image creation failed!" msgstr "Het maken van de image is mislukt!" +msgid "Image version" +msgstr "" + msgid "ImageWizard" msgstr "Image wizard" @@ -9823,6 +9835,9 @@ msgstr "Inclusief afstandsbediening data" msgid "Include screen load data" msgstr "Inclusief scherm data" +msgid "Include storage device data" +msgstr "" + msgid "Include teletext details" msgstr "Inclusief Teletekst details" @@ -13207,7 +13222,7 @@ msgstr "In plaats daarvan een online flash uitvoeren" msgid "Perform the upgrade?" msgstr "De upgrade uitvoeren?" -msgid "Permanently delete all recordings in the trash can?" +msgid "Permanently delete all recordings in the trashcan?" msgstr "Alle bestanden in de prullenbak nu permanent verwijderen?" msgid "Permanently ignore this device" @@ -18259,6 +18274,9 @@ msgstr "Toon underscore tekens in bestandsnamen" msgid "Show unknown Videoresolution as next higher or as highest screen resolution." msgstr "Toon onbekende videoresolutie als hogere of hoogste scherm resolutie." +msgid "Show unknown devices" +msgstr "" + msgid "Show unknown video format as" msgstr "Toon onbekend video formaat als" @@ -22561,7 +22579,7 @@ msgstr "Indien geactiveerd, dan zal een 4:3 weergave omgezet worden tot een pass msgid "When enabled, continue to the next bouquet when the last channel of the current bouquet is reached while changing channels." msgstr "Bij 'Ja' kunt u doorzappen naar de volgende favorietenlijst, wanneer de laatste zender in de huidige favorietenlijst bereikt is." -msgid "When enabled, deleted recordings are moved to the trash can, instead of being deleted immediately." +msgid "When enabled, deleted recordings are moved to the trashcan, instead of being deleted immediately." msgstr "Kies 'Ja' wanneer u verwijderde opnames naar de prullenbak wilt verplaatsen, anders worden deze direct verwijderd." msgid "When enabled, external subtitles will be always turned on for playback movie." @@ -22582,7 +22600,7 @@ msgstr "Indien geactiveerd, kan de Mediaspeler (ook) verlaten worden door op de msgid "When enabled, measure power consumption to detect when the rotor stops turning (when supported by the tuner)." msgstr "Indien geactiveerd, dan wordt het door de rotor opgenomen vermogen gedetecteerd indien deze stopt met draaien (wanneer uw tuner dit ondersteund)." -msgid "When enabled, network trash cans are probed for cleaning." +msgid "When enabled, network trashcans are probed for cleaning." msgstr "Indien geactiveerd, worden netwerk prullenbakken ook opgeschoond." msgid "When enabled, number markers will be hidden." diff --git a/po/nn.po b/po/nn.po index ed6b9a2974e..08b8b3c32bb 100644 --- a/po/nn.po +++ b/po/nn.po @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: OpenATV\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-01-07 09:29+0000\n" +"POT-Creation-Date: 2025-01-28 07:25+0000\n" "PO-Revision-Date: 2016-04-02 23:09+0200\n" "Last-Translator: Stig-O \n" "Language-Team: Stig-O\n" @@ -2033,6 +2033,9 @@ msgstr "Aktivere konfigurerte nettverksinnstillinger." msgid "Activate the flash expander, save all changed settings and exit" msgstr "" +msgid "Activate this device" +msgstr "" + msgid "Activate time shift End" msgstr "" @@ -4013,7 +4016,7 @@ msgstr "" msgid "Cannot find any signal ..., aborting !" msgstr "Kan ikke finne noe signal..., avbryter!" -msgid "Cannot move to trash can" +msgid "Can't move to trashcan!" msgstr "Kan ikke flytte til søppelbøtta" msgid "Cape Verde" @@ -5046,7 +5049,7 @@ msgstr "Konfigurer breddegrad for din lokalisering." msgid "Configure the longitude of your location." msgstr "Konfigurer lengdegraden for din lokalisering." -msgid "Configure the minimum amount of disk space to be available for recordings. When the amount of space drops below this value, deleted items will be removed from the trash can." +msgid "Configure the minimum amount of disk space to be available for recordings. When the amount of space drops below this value, deleted items will be removed from the trashcan." msgstr "Konfigurer det minimum av diskplass til å være tilgjengelig for opptak. Når mengden av plass faller under denne verdien, vil slettede elementer fjernes fra søppelbøtta." msgid "Configure the minimum width before showing the 'i' icon, '0' is equal to not showing the icon at all." @@ -5062,7 +5065,7 @@ msgstr "Konfigurer nettmasken." msgid "Configure the network again" msgstr "Konfigurere nettverket ditt igjen" -msgid "Configure the number of days after which items are automatically removed from the trash can." +msgid "Configure the number of days after which items are automatically removed from the trashcan." msgstr "Konfigurere antall dager etter hvilke elementer som automatisk fjernes fra søppelbøtta." msgid "Configure the number of days old timers are kept before they are automatically removed from the timer list." @@ -6677,7 +6680,7 @@ msgid "Directory" msgstr "Katalog" #, python-format -msgid "Directory %s does not exist." +msgid "Error: Directory '%s' does not exist!" msgstr "Katalog %s finnes ikke." #, python-format @@ -6919,7 +6922,7 @@ msgstr "Vil du virkelig slette %s ?" msgid "Do you really want to delete '%s'?" msgstr "Vil du virkelig slette %s" -msgid "Do you really want to delete ?" +msgid "Do you really want to delete?" msgstr "Vil du virkelig slette?" #, python-format @@ -6950,7 +6953,7 @@ msgid "Do you really want to move to trashcan ?" msgstr "Ønsker du virkelig å flytte til søppelbøtta?" #, python-format -msgid "Do you really want to permanently remove '%s' from trash can ?" +msgid "Do you really want to permanently remove '%s' from the trashcan?" msgstr "Ønsker du virkelig å permanent fjerne '%s' fra søppelbøtta?" msgid "Do you really want to permanently remove from trash can ?" @@ -6968,7 +6971,7 @@ msgstr "Vil du virkelig slette timeren for %s" # #, python-format -msgid "Do you really want to remove your bookmark for '%s'?" +msgid "Do you really want to remove the bookmark for '%s'?" msgstr "Vil du virkelig fjerne ditt bokmerke %s?" msgid "" @@ -7744,12 +7747,18 @@ msgstr "" msgid "Enable this option to add screen names and resolution data to the debug log file." msgstr "" +msgid "Enable this option to add storage device information detected during system boot and hot plug events to the debug log file." +msgstr "" + msgid "Enable this option to add timer debugging data to the debug log file." msgstr "" msgid "Enable this option to show all the available Information screens in the Information menu item list." msgstr "" +msgid "Enable this option to show unknown storage devices in device manager." +msgstr "" + msgid "Enable this setting if your aerial system needs power." msgstr "" @@ -8903,7 +8912,7 @@ msgstr "Filsystem Sjekk" msgid "File System Packages" msgstr "" -msgid "File appears to be busy.\n" +msgid "File appears to be busy!\n" msgstr "Filen ser ut til å være opptatt.\n" msgid "" @@ -10344,6 +10353,9 @@ msgstr "" msgid "Image creation failed!" msgstr "" +msgid "Image version" +msgstr "" + msgid "ImageWizard" msgstr "" @@ -10465,6 +10477,9 @@ msgstr "Konfigurere fjernkontrollen" msgid "Include screen load data" msgstr "" +msgid "Include storage device data" +msgstr "" + msgid "Include teletext details" msgstr "" @@ -14173,7 +14188,7 @@ msgstr "" msgid "Perform the upgrade?" msgstr "" -msgid "Permanently delete all recordings in the trash can?" +msgid "Permanently delete all recordings in the trashcan?" msgstr "Permanent slette alle opptak i søppelbøtta?" msgid "Permanently ignore this device" @@ -19572,6 +19587,9 @@ msgstr "" msgid "Show unknown Videoresolution as next higher or as highest screen resolution." msgstr "" +msgid "Show unknown devices" +msgstr "" + msgid "Show unknown video format as" msgstr "" @@ -24071,7 +24089,7 @@ msgstr "Når funksjonen er aktivert, vil innhold med et sideforhold på 4:3 stre msgid "When enabled, continue to the next bouquet when the last channel of the current bouquet is reached while changing channels." msgstr "" -msgid "When enabled, deleted recordings are moved to the trash can, instead of being deleted immediately." +msgid "When enabled, deleted recordings are moved to the trashcan, instead of being deleted immediately." msgstr "Når funksjonen er aktivert, vil slettede opptak flyttes til papirkurven, i stedet for å bli slettet umiddelbart." msgid "When enabled, external subtitles will be always turned on for playback movie." @@ -24089,7 +24107,7 @@ msgstr "" msgid "When enabled, measure power consumption to detect when the rotor stops turning (when supported by the tuner)." msgstr "Når funksjonen er aktivert, måles strømforbruket for å oppdage når rotoren slutter å snu (når det støttes av tuneren)." -msgid "When enabled, network trash cans are probed for cleaning." +msgid "When enabled, network trashcans are probed for cleaning." msgstr "Når funksjonen er aktivert, er nettverkssøppelbøtter analysert for rengjøring." msgid "When enabled, number markers will be hidden." diff --git a/po/pl.po b/po/pl.po index 543f7f58199..7746741bf36 100644 --- a/po/pl.po +++ b/po/pl.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: OpenATV\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-01-07 09:29+0000\n" -"PO-Revision-Date: 2025-01-25 17:05+0000\n" +"POT-Creation-Date: 2025-01-28 07:25+0000\n" +"PO-Revision-Date: 2025-01-28 10:04+0000\n" "Last-Translator: pololoko111 \n" "Language-Team: Polish \n" "Language: pl\n" @@ -1858,6 +1858,9 @@ msgstr "Aktywuj ustawienia sieci." msgid "Activate the flash expander, save all changed settings and exit" msgstr "Aktywuj rozszerzacza flash, zapisz wszystkie zmienione ustawienia i wyjdź" +msgid "Activate this device" +msgstr "Aktywuj to urządzenie" + msgid "Activate time shift End" msgstr "Aktywuj zakończenie timeshift'u" @@ -3699,7 +3702,7 @@ msgstr "Nie można określić limitu %s, Przerywam!" msgid "Cannot find any signal ..., aborting !" msgstr "Nie można znaleźć żadnego sygnału... anulowanie!" -msgid "Cannot move to trash can" +msgid "Can't move to trashcan!" msgstr "Nie można przenieść do kosza" msgid "Cape Verde" @@ -4658,7 +4661,7 @@ msgstr "Skonfiguruj szerokość geograficzną swojej lokalizacji." msgid "Configure the longitude of your location." msgstr "Skonfiguruj długość geograficzną swojej lokalizacji." -msgid "Configure the minimum amount of disk space to be available for recordings. When the amount of space drops below this value, deleted items will be removed from the trash can." +msgid "Configure the minimum amount of disk space to be available for recordings. When the amount of space drops below this value, deleted items will be removed from the trashcan." msgstr "Skonfiguruj minimalną przestrzeń dysku zarezerwowaną dla nagrań. W przypadku spadku poniżej tego progu, usunięte pliki zostaną wykasowane z kosza." msgid "Configure the minimum width before showing the 'i' icon, '0' is equal to not showing the icon at all." @@ -4673,7 +4676,7 @@ msgstr "Skonfiguruj maskę sieci." msgid "Configure the network again" msgstr "Skonfiguruj sieć ponownie" -msgid "Configure the number of days after which items are automatically removed from the trash can." +msgid "Configure the number of days after which items are automatically removed from the trashcan." msgstr "Skonfiguruj liczbę dni, po upływie których elementy zostaną automatycznie usunięte z kosza." msgid "Configure the number of days old timers are kept before they are automatically removed from the timer list." @@ -6187,7 +6190,7 @@ msgid "Directory" msgstr "Katalog" #, python-format -msgid "Directory %s does not exist." +msgid "Error: Directory '%s' does not exist!" msgstr "Katalog %s nie istnieje." #, python-format @@ -6409,7 +6412,7 @@ msgstr "Czy chcesz usunąć %s?" msgid "Do you really want to delete '%s'?" msgstr "Czy chcesz usunąć %s?" -msgid "Do you really want to delete ?" +msgid "Do you really want to delete?" msgstr "Czy chcesz usunąć?" #, python-format @@ -6444,7 +6447,7 @@ msgid "Do you really want to move to trashcan ?" msgstr "Czy na pewno chcesz przenieść do kosza?" #, python-format -msgid "Do you really want to permanently remove '%s' from trash can ?" +msgid "Do you really want to permanently remove '%s' from the trashcan?" msgstr "Czy chcesz trwale usunąć '%s' z kosza?" msgid "Do you really want to permanently remove from trash can ?" @@ -6459,7 +6462,7 @@ msgid "Do you really want to remove the timer for %s?" msgstr "Czy na pewno chcesz usunąć ten timer %s?" #, python-format -msgid "Do you really want to remove your bookmark for '%s'?" +msgid "Do you really want to remove the bookmark for '%s'?" msgstr "Czy na pewno chcesz usunąć swoją zakładkę %s?" msgid "" @@ -7191,12 +7194,18 @@ msgstr "Włącz tę opcję, aby dodać dane zdalnego sterowania do pliku dzienni msgid "Enable this option to add screen names and resolution data to the debug log file." msgstr "Włącz tę opcję, aby dodać nazwy ekranów i dane rozdzielczości do pliku dziennika debugowania." +msgid "Enable this option to add storage device information detected during system boot and hot plug events to the debug log file." +msgstr "Włącz tę opcję, aby dodać informacje o urządzeniu pamięci masowej wykrytym podczas rozruchu systemu i zdarzeń podłączania na gorąco do pliku dziennika debugowania." + msgid "Enable this option to add timer debugging data to the debug log file." msgstr "Włącz tę opcję, aby dodać dane debugowania timera do pliku dziennika debugowania." msgid "Enable this option to show all the available Information screens in the Information menu item list." msgstr "Włącz tę opcję, aby wyświetlić wszystkie dostępne ekrany informacyjne na liście pozycji menu Informacje." +msgid "Enable this option to show unknown storage devices in device manager." +msgstr "Włącz tę opcję, aby wyświetlić nieznane urządzenia pamięci masowej w Menadżerze urządzeń." + msgid "Enable this setting if your aerial system needs power." msgstr "Włącz to ustawienie, jeśli Twój system antenowy potrzebuje zasilania." @@ -8293,7 +8302,7 @@ msgstr "Sprawdź system plików" msgid "File System Packages" msgstr "Pakiety systemu plików" -msgid "File appears to be busy.\n" +msgid "File appears to be busy!\n" msgstr "Plik wydaje się być zajęty.\n" msgid "" @@ -9601,6 +9610,9 @@ msgstr "Utworzono system:" msgid "Image creation failed!" msgstr "Tworzenie systemu nie powiodło się!" +msgid "Image version" +msgstr "Wersja systemu" + msgid "ImageWizard" msgstr "Kreator systemu" @@ -9722,6 +9734,9 @@ msgstr "Dołącz dane zdalnego sterowania" msgid "Include screen load data" msgstr "Dołąćż dane ładowania ekranu" +msgid "Include storage device data" +msgstr "Dołącz dane urządzenia pamięci masowej" + msgid "Include teletext details" msgstr "Dołącz szczegóły teletekstu" @@ -13106,7 +13121,7 @@ msgstr "Zamiast tego wykonaj flashowanie online" msgid "Perform the upgrade?" msgstr "Wykonać aktualizację?" -msgid "Permanently delete all recordings in the trash can?" +msgid "Permanently delete all recordings in the trashcan?" msgstr "Czy usunąć z kosza wszystkie nagrania?" msgid "Permanently ignore this device" @@ -18120,6 +18135,9 @@ msgstr "Pokaż znaki podkreślenia w nazwach plików" msgid "Show unknown Videoresolution as next higher or as highest screen resolution." msgstr "Pokaż nieznaną rozdzielczość wideo jako następną wyższą lub najwyższą rozdzielczość ekranu." +msgid "Show unknown devices" +msgstr "Pokaż nieznane urządzenia" + msgid "Show unknown video format as" msgstr "Pokaż nieznany format wideo jako" @@ -22370,7 +22388,7 @@ msgstr "Gdy włączone, zawartość proporcji obrazu 4:3 będzie rozciągana aby msgid "When enabled, continue to the next bouquet when the last channel of the current bouquet is reached while changing channels." msgstr "Gdy włączone, przełącz na kolejną listę kanałów po dojściu do ostatniego kanału w aktualnej liście." -msgid "When enabled, deleted recordings are moved to the trash can, instead of being deleted immediately." +msgid "When enabled, deleted recordings are moved to the trashcan, instead of being deleted immediately." msgstr "Gdy włączone, usunięte nagrania zostaną przeniesione do 'kosza', zamiast natychmiastowego usunięcia." msgid "When enabled, external subtitles will be always turned on for playback movie." @@ -22388,7 +22406,7 @@ msgstr "Gdy jest włączona,możliwe jest opuszczenie Odtwarzacz filmów przycis msgid "When enabled, measure power consumption to detect when the rotor stops turning (when supported by the tuner)." msgstr "Gdy włączone, pomiar zużycia energii w celu wykrycia, kiedy rotor zatrzymuje obrót (jeśli jest obsługa w tunerze)." -msgid "When enabled, network trash cans are probed for cleaning." +msgid "When enabled, network trashcans are probed for cleaning." msgstr "Gdy ta opcja jest włączona, sieciowe kosze są sprawdzane pod kątem czyszczenia." msgid "When enabled, number markers will be hidden." diff --git a/po/pt.po b/po/pt.po index 26e44fd1191..bbdd0130f23 100644 --- a/po/pt.po +++ b/po/pt.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: OpenATV\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-01-07 09:29+0000\n" +"POT-Creation-Date: 2025-01-28 07:25+0000\n" "PO-Revision-Date: 2025-01-25 17:05+0000\n" "Last-Translator: Carlos Manuel Ferreira Alves \n" "Language-Team: Portuguese \n" @@ -1882,6 +1882,9 @@ msgstr "Activar definições de rede configuradas." msgid "Activate the flash expander, save all changed settings and exit" msgstr "" +msgid "Activate this device" +msgstr "" + msgid "Activate time shift End" msgstr "Activar o fim do time shift" @@ -3813,7 +3816,7 @@ msgstr "Não é possível determinar o limite %s ..., abortando !" msgid "Cannot find any signal ..., aborting !" msgstr "Não foi possível encontrar qualquer sinal..., a cancelar!" -msgid "Cannot move to trash can" +msgid "Can't move to trashcan!" msgstr "Impossível mover para a reciclagem" msgid "Cape Verde" @@ -4809,7 +4812,7 @@ msgstr "Configurar a latitude da sua localização." msgid "Configure the longitude of your location." msgstr "Configurar a longitude da sua localização." -msgid "Configure the minimum amount of disk space to be available for recordings. When the amount of space drops below this value, deleted items will be removed from the trash can." +msgid "Configure the minimum amount of disk space to be available for recordings. When the amount of space drops below this value, deleted items will be removed from the trashcan." msgstr "Configurar a quantidade mínima de espaço em disco que deve estar disponível para as gravações. Quando a quantidade de espaço entra abaixo deste valor, itens apagados serão removidos da reciclagem." msgid "Configure the minimum width before showing the 'i' icon, '0' is equal to not showing the icon at all." @@ -4825,7 +4828,7 @@ msgstr "" msgid "Configure the network again" msgstr "Configure a sua rede outra vez" -msgid "Configure the number of days after which items are automatically removed from the trash can." +msgid "Configure the number of days after which items are automatically removed from the trashcan." msgstr "Configure o número de dias após os itens deverão ser automaticamente removidos do lixo." msgid "Configure the number of days old timers are kept before they are automatically removed from the timer list." @@ -6402,7 +6405,7 @@ msgstr "Directório" # #, python-format -msgid "Directory %s does not exist." +msgid "Error: Directory '%s' does not exist!" msgstr "A pasta %s não existe." #, python-format @@ -6640,7 +6643,7 @@ msgstr "Deseja realmente eliminar %s ?" msgid "Do you really want to delete '%s'?" msgstr "Deseja mesmo eliminar %s?" -msgid "Do you really want to delete ?" +msgid "Do you really want to delete?" msgstr "Tem a certeza que quer eliminar?" #, python-format @@ -6671,7 +6674,7 @@ msgid "Do you really want to move to trashcan ?" msgstr "Pretende mover para o caixote do lixo?" #, python-format -msgid "Do you really want to permanently remove '%s' from trash can ?" +msgid "Do you really want to permanently remove '%s' from the trashcan?" msgstr "" msgid "Do you really want to permanently remove from trash can ?" @@ -6689,7 +6692,7 @@ msgstr "Pretende apagar o temporizador para %s?" # #, python-format -msgid "Do you really want to remove your bookmark for '%s'?" +msgid "Do you really want to remove the bookmark for '%s'?" msgstr "Deseja mesmo remover o marcador %s?" msgid "" @@ -7441,12 +7444,18 @@ msgstr "" msgid "Enable this option to add screen names and resolution data to the debug log file." msgstr "" +msgid "Enable this option to add storage device information detected during system boot and hot plug events to the debug log file." +msgstr "" + msgid "Enable this option to add timer debugging data to the debug log file." msgstr "" msgid "Enable this option to show all the available Information screens in the Information menu item list." msgstr "" +msgid "Enable this option to show unknown storage devices in device manager." +msgstr "" + msgid "Enable this setting if your aerial system needs power." msgstr "" @@ -8574,7 +8583,7 @@ msgstr "Verificação do sistema de ficheiros" msgid "File System Packages" msgstr "" -msgid "File appears to be busy.\n" +msgid "File appears to be busy!\n" msgstr "Parece que o ficheiro está ocupado.\n" msgid "" @@ -9952,6 +9961,9 @@ msgstr "" msgid "Image creation failed!" msgstr "" +msgid "Image version" +msgstr "" + msgid "ImageWizard" msgstr "Assistente de Configuração" @@ -10072,6 +10084,9 @@ msgstr "Incluir dados de controle remoto" msgid "Include screen load data" msgstr "" +msgid "Include storage device data" +msgstr "" + msgid "Include teletext details" msgstr "" @@ -13658,7 +13673,7 @@ msgstr "" msgid "Perform the upgrade?" msgstr "" -msgid "Permanently delete all recordings in the trash can?" +msgid "Permanently delete all recordings in the trashcan?" msgstr "Apagar definitivamente todas as gravações na reciclagem?" msgid "Permanently ignore this device" @@ -18919,6 +18934,9 @@ msgstr "" msgid "Show unknown Videoresolution as next higher or as highest screen resolution." msgstr "" +msgid "Show unknown devices" +msgstr "" + msgid "Show unknown video format as" msgstr "" @@ -23283,7 +23301,7 @@ msgstr "Quando activado, o conteúdo com uma proporção de 4:3 será esticado p msgid "When enabled, continue to the next bouquet when the last channel of the current bouquet is reached while changing channels." msgstr "Quando activado, continue para o próximo Bouquet ao atingir o último canal do Bouquet atual." -msgid "When enabled, deleted recordings are moved to the trash can, instead of being deleted immediately." +msgid "When enabled, deleted recordings are moved to the trashcan, instead of being deleted immediately." msgstr "Quando activado, gravações apagadas são movidas para a reciclagem, em vez de serem imediatamente apagadas." msgid "When enabled, external subtitles will be always turned on for playback movie." @@ -23301,7 +23319,7 @@ msgstr "Quando activado, é possível sair do reprodutor de vídeo com o botão msgid "When enabled, measure power consumption to detect when the rotor stops turning (when supported by the tuner)." msgstr "Quando activado, medir o consumo de energia para detectar quando o motor pára de girar (quando suportado pelo sintonizador)." -msgid "When enabled, network trash cans are probed for cleaning." +msgid "When enabled, network trashcans are probed for cleaning." msgstr "" msgid "When enabled, number markers will be hidden." diff --git a/po/pt_BR.po b/po/pt_BR.po index 5befbee7711..ff68927b84f 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: OpenATV\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-01-07 09:29+0000\n" +"POT-Creation-Date: 2025-01-28 07:25+0000\n" "PO-Revision-Date: 2021-08-15 18:50+0000\n" "Last-Translator: openATV \n" "Language-Team: Portuguese (Brazil) \n" @@ -1945,6 +1945,9 @@ msgstr "Ativar a configuração de rede realizada." msgid "Activate the flash expander, save all changed settings and exit" msgstr "" +msgid "Activate this device" +msgstr "" + msgid "Activate time shift End" msgstr "" @@ -3861,7 +3864,7 @@ msgstr "" msgid "Cannot find any signal ..., aborting !" msgstr "Sem sinal. Cancelando..." -msgid "Cannot move to trash can" +msgid "Can't move to trashcan!" msgstr "Não foi possível mover para a lixeira" msgid "Cape Verde" @@ -4871,7 +4874,7 @@ msgstr "Configurar a latitude de sua localização." msgid "Configure the longitude of your location." msgstr "Configurar a longitude de sua localização." -msgid "Configure the minimum amount of disk space to be available for recordings. When the amount of space drops below this value, deleted items will be removed from the trash can." +msgid "Configure the minimum amount of disk space to be available for recordings. When the amount of space drops below this value, deleted items will be removed from the trashcan." msgstr "Configurar o limite mínimo de espaço em disco disponível para as gravações. Quando a quantidade de espaço ultrapassar esse valor, itens serão removidos da lixeira." msgid "Configure the minimum width before showing the 'i' icon, '0' is equal to not showing the icon at all." @@ -4886,7 +4889,7 @@ msgstr "Configurar máscara de rede." msgid "Configure the network again" msgstr "Configurar a rede novamente" -msgid "Configure the number of days after which items are automatically removed from the trash can." +msgid "Configure the number of days after which items are automatically removed from the trashcan." msgstr "Configurar o número de dias após o qual os itens são automaticamente removidos da lixeira." msgid "Configure the number of days old timers are kept before they are automatically removed from the timer list." @@ -6448,7 +6451,7 @@ msgid "Directory" msgstr "Diretório" #, python-format -msgid "Directory %s does not exist." +msgid "Error: Directory '%s' does not exist!" msgstr "O diretório %s não existe." #, python-format @@ -6675,7 +6678,7 @@ msgid "Do you really want to delete '%s'?" msgstr "Remover %s?" #, fuzzy -msgid "Do you really want to delete ?" +msgid "Do you really want to delete?" msgstr "Deseja mesmo apagar %s?" #, python-format @@ -6705,7 +6708,7 @@ msgid "Do you really want to move to trashcan ?" msgstr "" #, fuzzy, python-format -msgid "Do you really want to permanently remove '%s' from trash can ?" +msgid "Do you really want to permanently remove '%s' from the trashcan?" msgstr "Deseja mesmo remover a pasta %s do disco?" #, fuzzy @@ -6723,7 +6726,7 @@ msgstr "" "do plugin \"%s\"?" #, python-format -msgid "Do you really want to remove your bookmark for '%s'?" +msgid "Do you really want to remove the bookmark for '%s'?" msgstr "Remover o favorito de %s?" msgid "" @@ -7460,12 +7463,18 @@ msgstr "" msgid "Enable this option to add screen names and resolution data to the debug log file." msgstr "" +msgid "Enable this option to add storage device information detected during system boot and hot plug events to the debug log file." +msgstr "" + msgid "Enable this option to add timer debugging data to the debug log file." msgstr "" msgid "Enable this option to show all the available Information screens in the Information menu item list." msgstr "" +msgid "Enable this option to show unknown storage devices in device manager." +msgstr "" + msgid "Enable this setting if your aerial system needs power." msgstr "" @@ -8565,7 +8574,7 @@ msgstr "Verificação do sistema de arquivos" msgid "File System Packages" msgstr "" -msgid "File appears to be busy.\n" +msgid "File appears to be busy!\n" msgstr "Arquivo está em uso.\n" msgid "" @@ -9940,6 +9949,9 @@ msgstr "" msgid "Image creation failed!" msgstr "" +msgid "Image version" +msgstr "" + msgid "ImageWizard" msgstr "" @@ -10059,6 +10071,9 @@ msgstr "Configurar o tipo de controle remoto" msgid "Include screen load data" msgstr "" +msgid "Include storage device data" +msgstr "" + msgid "Include teletext details" msgstr "" @@ -13582,7 +13597,7 @@ msgstr "" msgid "Perform the upgrade?" msgstr "" -msgid "Permanently delete all recordings in the trash can?" +msgid "Permanently delete all recordings in the trashcan?" msgstr "Deseja remover permanentemente todas os itens da lixeira?" msgid "Permanently ignore this device" @@ -18766,6 +18781,9 @@ msgstr "" msgid "Show unknown Videoresolution as next higher or as highest screen resolution." msgstr "" +msgid "Show unknown devices" +msgstr "" + msgid "Show unknown video format as" msgstr "" @@ -23072,7 +23090,7 @@ msgstr "Quando ativado, o conteúdo com proporção de 4:3 será esticada para p msgid "When enabled, continue to the next bouquet when the last channel of the current bouquet is reached while changing channels." msgstr "Quando ativado, continua no próximo grupo de favoritos quando o último canal do grupo atual for selecionado." -msgid "When enabled, deleted recordings are moved to the trash can, instead of being deleted immediately." +msgid "When enabled, deleted recordings are moved to the trashcan, instead of being deleted immediately." msgstr "Quando ativado, gravações removidas são movidas para a lixeira, ao invés de serem imediatamente excluídas." msgid "When enabled, external subtitles will be always turned on for playback movie." @@ -23090,7 +23108,7 @@ msgstr "Quando ativado, é possível sair do reprodutor de vídeos com o Exit." msgid "When enabled, measure power consumption to detect when the rotor stops turning (when supported by the tuner)." msgstr "Quando ativado, mede o consumo de energia para detectar quando o motor para de girar (quando suportado pelo tuner)." -msgid "When enabled, network trash cans are probed for cleaning." +msgid "When enabled, network trashcans are probed for cleaning." msgstr "" msgid "When enabled, number markers will be hidden." diff --git a/po/ro.po b/po/ro.po index f85598fd721..aa522b16fae 100644 --- a/po/ro.po +++ b/po/ro.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OpenATV\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-01-07 09:29+0000\n" +"POT-Creation-Date: 2025-01-28 07:25+0000\n" "PO-Revision-Date: 2021-08-15 18:50+0000\n" "Last-Translator: openATV \n" "Language-Team: Romanian \n" @@ -1811,6 +1811,9 @@ msgstr "" msgid "Activate the flash expander, save all changed settings and exit" msgstr "" +msgid "Activate this device" +msgstr "" + msgid "Activate time shift End" msgstr "" @@ -3682,7 +3685,7 @@ msgstr "" msgid "Cannot find any signal ..., aborting !" msgstr "" -msgid "Cannot move to trash can" +msgid "Can't move to trashcan!" msgstr "" msgid "Cape Verde" @@ -4659,7 +4662,7 @@ msgstr "" msgid "Configure the longitude of your location." msgstr "" -msgid "Configure the minimum amount of disk space to be available for recordings. When the amount of space drops below this value, deleted items will be removed from the trash can." +msgid "Configure the minimum amount of disk space to be available for recordings. When the amount of space drops below this value, deleted items will be removed from the trashcan." msgstr "" msgid "Configure the minimum width before showing the 'i' icon, '0' is equal to not showing the icon at all." @@ -4674,7 +4677,7 @@ msgstr "" msgid "Configure the network again" msgstr "" -msgid "Configure the number of days after which items are automatically removed from the trash can." +msgid "Configure the number of days after which items are automatically removed from the trashcan." msgstr "" msgid "Configure the number of days old timers are kept before they are automatically removed from the timer list." @@ -6220,7 +6223,7 @@ msgid "Directory" msgstr "" #, fuzzy, python-format -msgid "Directory %s does not exist." +msgid "Error: Directory '%s' does not exist!" msgstr "Directorul %s nu exista." #, python-format @@ -6445,7 +6448,7 @@ msgstr "" msgid "Do you really want to delete '%s'?" msgstr "Confirmati stergerea %s?" -msgid "Do you really want to delete ?" +msgid "Do you really want to delete?" msgstr "" #, python-format @@ -6475,7 +6478,7 @@ msgid "Do you really want to move to trashcan ?" msgstr "" #, python-format -msgid "Do you really want to permanently remove '%s' from trash can ?" +msgid "Do you really want to permanently remove '%s' from the trashcan?" msgstr "" msgid "Do you really want to permanently remove from trash can ?" @@ -6490,7 +6493,7 @@ msgid "Do you really want to remove the timer for %s?" msgstr "Confirmati stergerea %s?" #, python-format -msgid "Do you really want to remove your bookmark for '%s'?" +msgid "Do you really want to remove the bookmark for '%s'?" msgstr "Confirmati stergerea semnului de carte %s?" msgid "" @@ -7216,12 +7219,18 @@ msgstr "" msgid "Enable this option to add screen names and resolution data to the debug log file." msgstr "" +msgid "Enable this option to add storage device information detected during system boot and hot plug events to the debug log file." +msgstr "" + msgid "Enable this option to add timer debugging data to the debug log file." msgstr "" msgid "Enable this option to show all the available Information screens in the Information menu item list." msgstr "" +msgid "Enable this option to show unknown storage devices in device manager." +msgstr "" + msgid "Enable this setting if your aerial system needs power." msgstr "" @@ -8314,7 +8323,7 @@ msgstr "" msgid "File System Packages" msgstr "" -msgid "File appears to be busy.\n" +msgid "File appears to be busy!\n" msgstr "" msgid "" @@ -9659,6 +9668,9 @@ msgstr "" msgid "Image creation failed!" msgstr "" +msgid "Image version" +msgstr "" + msgid "ImageWizard" msgstr "" @@ -9779,6 +9791,9 @@ msgstr "Va rugam apasati OK de pe telecomanda pentru a continua" msgid "Include screen load data" msgstr "" +msgid "Include storage device data" +msgstr "" + msgid "Include teletext details" msgstr "" @@ -13279,7 +13294,7 @@ msgstr "" msgid "Perform the upgrade?" msgstr "" -msgid "Permanently delete all recordings in the trash can?" +msgid "Permanently delete all recordings in the trashcan?" msgstr "" msgid "Permanently ignore this device" @@ -18399,6 +18414,9 @@ msgstr "" msgid "Show unknown Videoresolution as next higher or as highest screen resolution." msgstr "" +msgid "Show unknown devices" +msgstr "" + msgid "Show unknown video format as" msgstr "" @@ -22631,7 +22649,7 @@ msgstr "" msgid "When enabled, continue to the next bouquet when the last channel of the current bouquet is reached while changing channels." msgstr "" -msgid "When enabled, deleted recordings are moved to the trash can, instead of being deleted immediately." +msgid "When enabled, deleted recordings are moved to the trashcan, instead of being deleted immediately." msgstr "" msgid "When enabled, external subtitles will be always turned on for playback movie." @@ -22649,7 +22667,7 @@ msgstr "" msgid "When enabled, measure power consumption to detect when the rotor stops turning (when supported by the tuner)." msgstr "" -msgid "When enabled, network trash cans are probed for cleaning." +msgid "When enabled, network trashcans are probed for cleaning." msgstr "" msgid "When enabled, number markers will be hidden." diff --git a/po/ru.po b/po/ru.po index 38ff7c2895f..ccc4ab2e152 100644 --- a/po/ru.po +++ b/po/ru.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Enigma2 OpenXXX\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-01-07 09:29+0000\n" +"POT-Creation-Date: 2025-01-28 07:25+0000\n" "PO-Revision-Date: 2025-01-15 06:00+0000\n" "Last-Translator: Marchella1983 \n" "Language-Team: Russian \n" @@ -1851,6 +1851,9 @@ msgstr "Активировать выбранные настройки сети. msgid "Activate the flash expander, save all changed settings and exit" msgstr "Активируйте расширение флеш-памяти, сохраните все изменённые настройки и выйдите" +msgid "Activate this device" +msgstr "" + msgid "Activate time shift End" msgstr "Указать окончание таймшифта" @@ -3692,7 +3695,7 @@ msgstr "Невозможно определить предел %s ..., отме msgid "Cannot find any signal ..., aborting !" msgstr "Сигнал не найден, прерываем!" -msgid "Cannot move to trash can" +msgid "Can't move to trashcan!" msgstr "Невозможно переместить в корзину" msgid "Cape Verde" @@ -4650,7 +4653,7 @@ msgstr "Укажите широту своего местонахождения. msgid "Configure the longitude of your location." msgstr "Укажите долготу своего местонахождения." -msgid "Configure the minimum amount of disk space to be available for recordings. When the amount of space drops below this value, deleted items will be removed from the trash can." +msgid "Configure the minimum amount of disk space to be available for recordings. When the amount of space drops below this value, deleted items will be removed from the trashcan." msgstr "Задайте минимальный размер дискового пространства, которое должно быть доступно для записи. Когда количество свободного места упадет ниже этого значения, записи в корзине будут окончательно стёрты." msgid "Configure the minimum width before showing the 'i' icon, '0' is equal to not showing the icon at all." @@ -4665,7 +4668,7 @@ msgstr "Настройки маски подсети." msgid "Configure the network again" msgstr "Повторить настройку сети" -msgid "Configure the number of days after which items are automatically removed from the trash can." +msgid "Configure the number of days after which items are automatically removed from the trashcan." msgstr "Укажите, через сколько дней файлы из корзины будут удалены." msgid "Configure the number of days old timers are kept before they are automatically removed from the timer list." @@ -6179,7 +6182,7 @@ msgid "Directory" msgstr "Каталог" #, python-format -msgid "Directory %s does not exist." +msgid "Error: Directory '%s' does not exist!" msgstr "Каталог %s отсутствует." #, python-format @@ -6401,7 +6404,7 @@ msgstr "Действительно удалить %s?" msgid "Do you really want to delete '%s'?" msgstr "Действительно удалить %s?" -msgid "Do you really want to delete ?" +msgid "Do you really want to delete?" msgstr "Действительно удалить?" #, python-format @@ -6436,7 +6439,7 @@ msgid "Do you really want to move to trashcan ?" msgstr "Действительно удалить в корзину?" #, python-format -msgid "Do you really want to permanently remove '%s' from trash can ?" +msgid "Do you really want to permanently remove '%s' from the trashcan?" msgstr "Действительно навсегда удалить '%s' из корзины?" msgid "Do you really want to permanently remove from trash can ?" @@ -6451,7 +6454,7 @@ msgid "Do you really want to remove the timer for %s?" msgstr "Действительно удалить таймер для %s?" #, python-format -msgid "Do you really want to remove your bookmark for '%s'?" +msgid "Do you really want to remove the bookmark for '%s'?" msgstr "Действительно удалить вашу закладку %s?" msgid "" @@ -7183,12 +7186,18 @@ msgstr "Включите этот параметр, чтобы добавить msgid "Enable this option to add screen names and resolution data to the debug log file." msgstr "Включите эту опцию, чтобы добавить имена экранов и данные о разрешении в файл лога отладки." +msgid "Enable this option to add storage device information detected during system boot and hot plug events to the debug log file." +msgstr "" + msgid "Enable this option to add timer debugging data to the debug log file." msgstr "Включите этот параметр, чтобы добавить данные отладки таймера в файл лога отладки." msgid "Enable this option to show all the available Information screens in the Information menu item list." msgstr "Включите эту опцию, чтобы отобразить все доступные информационные экраны в списке пунктов меню 'Информация'." +msgid "Enable this option to show unknown storage devices in device manager." +msgstr "" + msgid "Enable this setting if your aerial system needs power." msgstr "Включите этот параметр, если вашей антенной системе требуется питание." @@ -8285,7 +8294,7 @@ msgstr "Проверка файловой системы" msgid "File System Packages" msgstr "Пакеты файловой системы" -msgid "File appears to be busy.\n" +msgid "File appears to be busy!\n" msgstr "Файл занят\n" msgid "" @@ -9593,6 +9602,9 @@ msgstr "Образ создан:" msgid "Image creation failed!" msgstr "Не удалось создать образ!" +msgid "Image version" +msgstr "" + msgid "ImageWizard" msgstr "Мастер прошивок" @@ -9714,6 +9726,9 @@ msgstr "Указать тип пульта управления" msgid "Include screen load data" msgstr "Включить данные о загрузке экрана" +msgid "Include storage device data" +msgstr "" + msgid "Include teletext details" msgstr "Включать подробности о телетексте" @@ -13097,7 +13112,7 @@ msgstr "Вместо этого выполните онлайн-прошивку msgid "Perform the upgrade?" msgstr "Выполнить обновление?" -msgid "Permanently delete all recordings in the trash can?" +msgid "Permanently delete all recordings in the trashcan?" msgstr "Окончательно удалить все записи в корзине?" msgid "Permanently ignore this device" @@ -18111,6 +18126,9 @@ msgstr "Показывать символы подчеркивания в име msgid "Show unknown Videoresolution as next higher or as highest screen resolution." msgstr "Показывать неизвестное разрешение как следующее более высокое или как максимальное." +msgid "Show unknown devices" +msgstr "" + msgid "Show unknown video format as" msgstr "Показывать неизвестный видео формат как" @@ -22360,7 +22378,7 @@ msgstr "Если эта функция включена, содержимое с msgid "When enabled, continue to the next bouquet when the last channel of the current bouquet is reached while changing channels." msgstr "Если включено, то когда при переключении каналов будет достигнут последний канал текущего букета, произойдет переход к следующему букету." -msgid "When enabled, deleted recordings are moved to the trash can, instead of being deleted immediately." +msgid "When enabled, deleted recordings are moved to the trashcan, instead of being deleted immediately." msgstr "Если этот параметр включен, удалённые записи перемещаются в корзину, а не удаляются немедленно." msgid "When enabled, external subtitles will be always turned on for playback movie." @@ -22378,7 +22396,7 @@ msgstr "Укажите действие кнопки 'EXIT' при работа msgid "When enabled, measure power consumption to detect when the rotor stops turning (when supported by the tuner)." msgstr "Если включено, используется измерение мощности для обнаружения, когда ротор перестал поворачиваться (если есть поддержка в ресивере)." -msgid "When enabled, network trash cans are probed for cleaning." +msgid "When enabled, network trashcans are probed for cleaning." msgstr "Если включено, сетевая корзина будет очищаться." msgid "When enabled, number markers will be hidden." diff --git a/po/sk.po b/po/sk.po index da1bf77aa85..fa677b6cc02 100644 --- a/po/sk.po +++ b/po/sk.po @@ -10,9 +10,9 @@ msgid "" msgstr "" "Project-Id-Version: OpenATV\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-01-07 09:29+0000\n" -"PO-Revision-Date: 2025-01-25 17:05+0000\n" -"Last-Translator: Atec \n" +"POT-Creation-Date: 2025-01-28 07:25+0000\n" +"PO-Revision-Date: 2025-01-29 19:01+0000\n" +"Last-Translator: Marián Hikaník \n" "Language-Team: Slovak \n" "Language: sk\n" "MIME-Version: 1.0\n" @@ -1852,6 +1852,9 @@ msgstr "Aktivovať nakonfigurované nastavenia siete." msgid "Activate the flash expander, save all changed settings and exit" msgstr "Aktivovať flash expandér, uložiť všetky zmenené nastavenia a ukončiť" +msgid "Activate this device" +msgstr "Aktivovať toto zariadenie" + msgid "Activate time shift End" msgstr "Ukončiť timeshift" @@ -3693,7 +3696,7 @@ msgstr "Nie je možné určiť limit %s ..., prerušuje sa!" msgid "Cannot find any signal ..., aborting !" msgstr "Nenašiel sa žiadny signál..., prerušuje sa!" -msgid "Cannot move to trash can" +msgid "Can't move to trashcan!" msgstr "Nie je možné presunúť do koša" msgid "Cape Verde" @@ -4249,10 +4252,10 @@ msgid "Close screen" msgstr "Zatvoriť obrazovku" msgid "Close the Device Manager screen" -msgstr "Zavrieť obrazovku správcu zariadenia" +msgstr "Zavrieť obrazovku správcu zariadení" msgid "Close the Device Manager screen and exit all menus" -msgstr "Zavrieť obrazovku správcu zariadenia a ukončiť všetky menu" +msgstr "Zavrieť obrazovku správcu zariadení a ukončiť všetky menu" msgid "Close the Kexec MultiBoot Manager" msgstr "Zatvoriť správcu MultiBoot Kexec" @@ -4651,7 +4654,7 @@ msgstr "Nastavte zemepisnú šírku vašej lokality." msgid "Configure the longitude of your location." msgstr "Nastavte zemepisnú dĺžku vašej lokality." -msgid "Configure the minimum amount of disk space to be available for recordings. When the amount of space drops below this value, deleted items will be removed from the trash can." +msgid "Configure the minimum amount of disk space to be available for recordings. When the amount of space drops below this value, deleted items will be removed from the trashcan." msgstr "Nastavte minimálne voľné miesto na disku, ktoré má byť dostupné pre nahrávky. Keď voľné miesto klesne pod túto hodnotu, vymazané položky sa odstránia z koša." msgid "Configure the minimum width before showing the 'i' icon, '0' is equal to not showing the icon at all." @@ -4666,7 +4669,7 @@ msgstr "Nastavte masku siete." msgid "Configure the network again" msgstr "Nastaviť sieť ešte raz" -msgid "Configure the number of days after which items are automatically removed from the trash can." +msgid "Configure the number of days after which items are automatically removed from the trashcan." msgstr "Nastavte počet dní, po ktorých sa položky v koši automaticky odstránia." msgid "Configure the number of days old timers are kept before they are automatically removed from the timer list." @@ -6093,7 +6096,7 @@ msgid "Device Manager" msgstr "Správca zariadení" msgid "Device Manager Actions" -msgstr "Akcie správcu zariadenia" +msgstr "Akcie správcu zariadení" msgid "Device Settings" msgstr "Nastavenie zariadenia" @@ -6180,7 +6183,7 @@ msgid "Directory" msgstr "Priečinok" #, python-format -msgid "Directory %s does not exist." +msgid "Error: Directory '%s' does not exist!" msgstr "Priečinok %s neexistuje." #, python-format @@ -6402,7 +6405,7 @@ msgstr "Naozaj chcete vymazať %s?" msgid "Do you really want to delete '%s'?" msgstr "Naozaj chcete vymazať %s?" -msgid "Do you really want to delete ?" +msgid "Do you really want to delete?" msgstr "Naozaj chcete vymazať?" #, python-format @@ -6437,7 +6440,7 @@ msgid "Do you really want to move to trashcan ?" msgstr "Naozaj chcete vykonať presun do koša?" #, python-format -msgid "Do you really want to permanently remove '%s' from trash can ?" +msgid "Do you really want to permanently remove '%s' from the trashcan?" msgstr "Naozaj chcete navždy odstrániť '%s' z koša?" msgid "Do you really want to permanently remove from trash can ?" @@ -6452,7 +6455,7 @@ msgid "Do you really want to remove the timer for %s?" msgstr "Naozaj chcete odstrániť časovač pre %s?" #, python-format -msgid "Do you really want to remove your bookmark for '%s'?" +msgid "Do you really want to remove the bookmark for '%s'?" msgstr "Naozaj chcete odstrániť záložku pre %s?" msgid "" @@ -7184,12 +7187,18 @@ msgstr "Aktiváciou tejto možnosti pridáte do súboru denníka ladenia údaje msgid "Enable this option to add screen names and resolution data to the debug log file." msgstr "Aktiváciou tejto možnosti pridáte do súboru denníka ladenia názvy obrazoviek a údaje o rozlíšení." +msgid "Enable this option to add storage device information detected during system boot and hot plug events to the debug log file." +msgstr "Aktiváciou tejto možnosti pridáte informáciu o úložnom zariadení, zistené počas načítavania systému a udalosti typu hot plug do súboru denníka ladenia." + msgid "Enable this option to add timer debugging data to the debug log file." msgstr "Aktiváciou tejto možnosti pridáte do súboru denníka ladenia údaje ladenia časovača." msgid "Enable this option to show all the available Information screens in the Information menu item list." msgstr "Aktiváciou tejto možnosti sa zobrazia všetky dostupné informačné obrazovky v zozname položiek menu s informáciami." +msgid "Enable this option to show unknown storage devices in device manager." +msgstr "Aktiváciou tejto možnosti zobrazíte neznáme úložné zariadenia v správcovi zariadení." + msgid "Enable this setting if your aerial system needs power." msgstr "Ak váš anténny systém vyžaduje napájanie, aktivujte toto nastavenie." @@ -8286,7 +8295,7 @@ msgstr "Kontrola súborového systému" msgid "File System Packages" msgstr "Balíčky súborového systému" -msgid "File appears to be busy.\n" +msgid "File appears to be busy!\n" msgstr "Súbor sa zdá byť zaneprázdnený.\n" msgid "" @@ -9594,6 +9603,9 @@ msgstr "Image vytvorený:" msgid "Image creation failed!" msgstr "Vytváranie image sa nepodarilo!" +msgid "Image version" +msgstr "Verzia image" + msgid "ImageWizard" msgstr "Sprievodca pre image" @@ -9715,6 +9727,9 @@ msgstr "Zahrnúť údaje zo vzdialenej kontroly" msgid "Include screen load data" msgstr "Zahrnúť údaje o načítaní obrazovky" +msgid "Include storage device data" +msgstr "Zahrnúť údaje o úložnom zariadení" + msgid "Include teletext details" msgstr "Zahrnúť teletextové podrobnosti" @@ -12782,7 +12797,7 @@ msgid "Original Network ID (ONID)" msgstr "Pôvodné ID siete (ONID)" msgid "Original language" -msgstr "pôvodný jazyk" +msgstr "Pôvodný jazyk" msgid "Oriya" msgstr "urijčina" @@ -13098,7 +13113,7 @@ msgstr "Namiesto toho vykonať on-line flashovanie" msgid "Perform the upgrade?" msgstr "Aktualizovať?" -msgid "Permanently delete all recordings in the trash can?" +msgid "Permanently delete all recordings in the trashcan?" msgstr "Natrvalo vymazať všetky nahrávky z koša?" msgid "Permanently ignore this device" @@ -18112,6 +18127,9 @@ msgstr "Zobraziť znaky podčiarknutia v názvoch súborov" msgid "Show unknown Videoresolution as next higher or as highest screen resolution." msgstr "Zobraziť neznáme rozlíšenie videa ako najbližšie vyššie alebo najvyššie rozlíšenie obrazovky." +msgid "Show unknown devices" +msgstr "Zobraziť neznáme zariadenia" + msgid "Show unknown video format as" msgstr "Zobraziť neznámy formát videa ako" @@ -19000,13 +19018,13 @@ msgid "Storage Devices" msgstr "Úložné zariadenia" msgid "Storage device full!" -msgstr "Plný disk!" +msgstr "Úložné zariadenie je plné!" msgid "Storage device not found!" -msgstr "Disk sa nenašiel!" +msgstr "Nenašlo sa úložné zariadenie!" msgid "Storage device not writable!" -msgstr "Na disk nie je možné zapisovať!" +msgstr "Úložné zariadenie nie je zapisovateľné!" msgid "Store position" msgstr "Uložiť pozíciu" @@ -22361,7 +22379,7 @@ msgstr "Ak je povolené, tak obsah s pomerom strán 4:3 sa roztiahne na celú ob msgid "When enabled, continue to the next bouquet when the last channel of the current bouquet is reached while changing channels." msgstr "Ak je povolené, po dosiahnutí posledného kanála v aktuálnom prehľade sa bude pokračovať v prepínaní v nasledujúcom prehľade." -msgid "When enabled, deleted recordings are moved to the trash can, instead of being deleted immediately." +msgid "When enabled, deleted recordings are moved to the trashcan, instead of being deleted immediately." msgstr "Ak je povolené, vymazané nahrávky sa namiesto ich okamžitého odstránenia presunú do koša." msgid "When enabled, external subtitles will be always turned on for playback movie." @@ -22379,7 +22397,7 @@ msgstr "Ak je povolené, prehrávač médií bude možné ukončiť tlačidlom E msgid "When enabled, measure power consumption to detect when the rotor stops turning (when supported by the tuner)." msgstr "Ak je povolené, prijímač sa bude meraním spotreby energie snažiť rozpoznať, kedy sa zastaví otáčanie motora (ak je podporované tunerom)." -msgid "When enabled, network trash cans are probed for cleaning." +msgid "When enabled, network trashcans are probed for cleaning." msgstr "Ak je povolené, vyprázdnia sa tiež sieťové kôše." msgid "When enabled, number markers will be hidden." diff --git a/po/sl.po b/po/sl.po index 41971a62acf..4a919eef199 100644 --- a/po/sl.po +++ b/po/sl.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: OpenATV\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-01-07 09:29+0000\n" +"POT-Creation-Date: 2025-01-28 07:25+0000\n" "PO-Revision-Date: 2016-04-02 23:18+0200\n" "Last-Translator: Andy Blackburn \n" "Language-Team: OldSkul from www.linux-sprejemniki.info\n" @@ -2029,6 +2029,9 @@ msgstr "" msgid "Activate the flash expander, save all changed settings and exit" msgstr "" +msgid "Activate this device" +msgstr "" + msgid "Activate time shift End" msgstr "" @@ -4045,7 +4048,7 @@ msgstr "" msgid "Cannot find any signal ..., aborting !" msgstr "" -msgid "Cannot move to trash can" +msgid "Can't move to trashcan!" msgstr "" msgid "Cape Verde" @@ -5087,7 +5090,7 @@ msgstr "" msgid "Configure the longitude of your location." msgstr "" -msgid "Configure the minimum amount of disk space to be available for recordings. When the amount of space drops below this value, deleted items will be removed from the trash can." +msgid "Configure the minimum amount of disk space to be available for recordings. When the amount of space drops below this value, deleted items will be removed from the trashcan." msgstr "" msgid "Configure the minimum width before showing the 'i' icon, '0' is equal to not showing the icon at all." @@ -5103,7 +5106,7 @@ msgstr "" msgid "Configure the network again" msgstr "Ponovno nastavite omrežje" -msgid "Configure the number of days after which items are automatically removed from the trash can." +msgid "Configure the number of days after which items are automatically removed from the trashcan." msgstr "" msgid "Configure the number of days old timers are kept before they are automatically removed from the timer list." @@ -6741,7 +6744,7 @@ msgstr "Mapa" # #, fuzzy, python-format -msgid "Directory %s does not exist." +msgid "Error: Directory '%s' does not exist!" msgstr "Mapa %s ne obstaja." #, python-format @@ -6987,7 +6990,7 @@ msgstr "" msgid "Do you really want to delete '%s'?" msgstr "Res želite odstraniti %s?" -msgid "Do you really want to delete ?" +msgid "Do you really want to delete?" msgstr "" #, python-format @@ -7019,7 +7022,7 @@ msgid "Do you really want to move to trashcan ?" msgstr "" #, python-format -msgid "Do you really want to permanently remove '%s' from trash can ?" +msgid "Do you really want to permanently remove '%s' from the trashcan?" msgstr "" msgid "Do you really want to permanently remove from trash can ?" @@ -7037,7 +7040,7 @@ msgstr "Res želite ODSTRANITI vtičnik \"%s\"?" # #, python-format -msgid "Do you really want to remove your bookmark for '%s'?" +msgid "Do you really want to remove the bookmark for '%s'?" msgstr "Ali res želite odstraniti zaznamek %s?" msgid "" @@ -7828,12 +7831,18 @@ msgstr "" msgid "Enable this option to add screen names and resolution data to the debug log file." msgstr "" +msgid "Enable this option to add storage device information detected during system boot and hot plug events to the debug log file." +msgstr "" + msgid "Enable this option to add timer debugging data to the debug log file." msgstr "" msgid "Enable this option to show all the available Information screens in the Information menu item list." msgstr "" +msgid "Enable this option to show unknown storage devices in device manager." +msgstr "" + msgid "Enable this setting if your aerial system needs power." msgstr "" @@ -8995,7 +9004,7 @@ msgstr "Pregled datotečnega sistema" msgid "File System Packages" msgstr "" -msgid "File appears to be busy.\n" +msgid "File appears to be busy!\n" msgstr "" msgid "" @@ -10433,6 +10442,9 @@ msgstr "" msgid "Image creation failed!" msgstr "" +msgid "Image version" +msgstr "" + msgid "ImageWizard" msgstr "" @@ -10562,6 +10574,9 @@ msgstr "Uporabite daljinski upravljalnik" msgid "Include screen load data" msgstr "" +msgid "Include storage device data" +msgstr "" + msgid "Include teletext details" msgstr "" @@ -14343,7 +14358,7 @@ msgstr "" msgid "Perform the upgrade?" msgstr "" -msgid "Permanently delete all recordings in the trash can?" +msgid "Permanently delete all recordings in the trashcan?" msgstr "" msgid "Permanently ignore this device" @@ -19846,6 +19861,9 @@ msgstr "" msgid "Show unknown Videoresolution as next higher or as highest screen resolution." msgstr "" +msgid "Show unknown devices" +msgstr "" + msgid "Show unknown video format as" msgstr "" @@ -24372,7 +24390,7 @@ msgstr "" msgid "When enabled, continue to the next bouquet when the last channel of the current bouquet is reached while changing channels." msgstr "" -msgid "When enabled, deleted recordings are moved to the trash can, instead of being deleted immediately." +msgid "When enabled, deleted recordings are moved to the trashcan, instead of being deleted immediately." msgstr "" msgid "When enabled, external subtitles will be always turned on for playback movie." @@ -24390,7 +24408,7 @@ msgstr "" msgid "When enabled, measure power consumption to detect when the rotor stops turning (when supported by the tuner)." msgstr "" -msgid "When enabled, network trash cans are probed for cleaning." +msgid "When enabled, network trashcans are probed for cleaning." msgstr "" msgid "When enabled, number markers will be hidden." diff --git a/po/sq.po b/po/sq.po index 0ffb24cfa41..63d0ce6dbe6 100644 --- a/po/sq.po +++ b/po/sq.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-01-07 09:29+0000\n" +"POT-Creation-Date: 2025-01-28 07:25+0000\n" "PO-Revision-Date: 2023-12-11 00:50+0000\n" "Last-Translator: W L \n" "Language-Team: Albanian \n" @@ -1825,6 +1825,9 @@ msgstr "Aktivizo rregullimet e rrjetit të konfiguruar." msgid "Activate the flash expander, save all changed settings and exit" msgstr "" +msgid "Activate this device" +msgstr "" + msgid "Activate time shift End" msgstr "Aktivizo fundin e timeshift" @@ -3666,7 +3669,7 @@ msgstr "Nuk mund të përcaktojë kufirin %s ..., duke abortuar!" msgid "Cannot find any signal ..., aborting !" msgstr "Nuk mund të gjej asnjë sinjal ..., aborti!" -msgid "Cannot move to trash can" +msgid "Can't move to trashcan!" msgstr "Nuk mund të zhvendoset në koshin e plehrave" msgid "Cape Verde" @@ -4616,7 +4619,7 @@ msgstr "Konfiguro gjerësinë e vendndodhjes suaj." msgid "Configure the longitude of your location." msgstr "Konfiguro gjatësinë e vendndodhjes suaj." -msgid "Configure the minimum amount of disk space to be available for recordings. When the amount of space drops below this value, deleted items will be removed from the trash can." +msgid "Configure the minimum amount of disk space to be available for recordings. When the amount of space drops below this value, deleted items will be removed from the trashcan." msgstr "Konfiguro sasinë minimale të hapësirës në disk që të jetë e disponueshme për regjistrime. Kur sasia e hapësirës bie nën këtë vlerë, artikujt e fshirë do të hiqen nga koshi i plehrave." msgid "Configure the minimum width before showing the 'i' icon, '0' is equal to not showing the icon at all." @@ -4631,7 +4634,7 @@ msgstr "Konfiguro maskën e rrjetit." msgid "Configure the network again" msgstr "Konfiguro sërish rrjetin" -msgid "Configure the number of days after which items are automatically removed from the trash can." +msgid "Configure the number of days after which items are automatically removed from the trashcan." msgstr "Konfiguro numrin e ditëve pas të cilave artikujt hiqen automatikisht nga koshi i plehrave." msgid "Configure the number of days old timers are kept before they are automatically removed from the timer list." @@ -6143,7 +6146,7 @@ msgid "Directory" msgstr "Drejtoria" #, python-format -msgid "Directory %s does not exist." +msgid "Error: Directory '%s' does not exist!" msgstr "Drejtoria %s nuk ekziston." #, python-format @@ -6365,7 +6368,7 @@ msgstr "Dëshiron vërtet të fshish %s?" msgid "Do you really want to delete '%s'?" msgstr "Dëshiron vërtet të fshish %s?" -msgid "Do you really want to delete ?" +msgid "Do you really want to delete?" msgstr "Dëshiron vërtet të fshish?" #, python-format @@ -6398,7 +6401,7 @@ msgid "Do you really want to move to trashcan ?" msgstr "Dëshiron vërtet të zhvendosesh në koshin e plehrave?" #, python-format -msgid "Do you really want to permanently remove '%s' from trash can ?" +msgid "Do you really want to permanently remove '%s' from the trashcan?" msgstr "Dëshiron vërtet të heqësh përgjithmonë '%s' nga koshi i plehrave?" msgid "Do you really want to permanently remove from trash can ?" @@ -6413,7 +6416,7 @@ msgid "Do you really want to remove the timer for %s?" msgstr "Dëshiron vërtet të heqësh kohëmatësin për %s?" #, python-format -msgid "Do you really want to remove your bookmark for '%s'?" +msgid "Do you really want to remove the bookmark for '%s'?" msgstr "Dëshiron vërtet të heqësh faqeshënuesin tënd të %s?" msgid "" @@ -7138,12 +7141,18 @@ msgstr "Aktivizo këtë opsion për të shtuar të dhënat e telekomandës në s msgid "Enable this option to add screen names and resolution data to the debug log file." msgstr "Aktivizoni këtë opsion për të shtuar emrat e ekranit dhe të dhënat e rezolucionit në skedarin e regjistrit të korrigjimit." +msgid "Enable this option to add storage device information detected during system boot and hot plug events to the debug log file." +msgstr "" + msgid "Enable this option to add timer debugging data to the debug log file." msgstr "" msgid "Enable this option to show all the available Information screens in the Information menu item list." msgstr "" +msgid "Enable this option to show unknown storage devices in device manager." +msgstr "" + msgid "Enable this setting if your aerial system needs power." msgstr "Aktivizoni këtë cilësim nëse sistemi juaj i ajrit ka nevojë për energji" @@ -8236,7 +8245,7 @@ msgstr "Kontrolli i sistemit të skedarëve" msgid "File System Packages" msgstr "" -msgid "File appears to be busy.\n" +msgid "File appears to be busy!\n" msgstr "Skedari duket se është i zënë.\n" msgid "" @@ -9544,6 +9553,9 @@ msgstr "" msgid "Image creation failed!" msgstr "" +msgid "Image version" +msgstr "" + msgid "ImageWizard" msgstr "ImageWizard" @@ -9665,6 +9677,9 @@ msgstr "" msgid "Include screen load data" msgstr "" +msgid "Include storage device data" +msgstr "" + msgid "Include teletext details" msgstr "" @@ -13017,7 +13032,7 @@ msgstr "" msgid "Perform the upgrade?" msgstr "" -msgid "Permanently delete all recordings in the trash can?" +msgid "Permanently delete all recordings in the trashcan?" msgstr "" msgid "Permanently ignore this device" @@ -17983,6 +17998,9 @@ msgstr "" msgid "Show unknown Videoresolution as next higher or as highest screen resolution." msgstr "" +msgid "Show unknown devices" +msgstr "" + msgid "Show unknown video format as" msgstr "" @@ -22130,7 +22148,7 @@ msgstr "Kur aktivizohet, përmbajtja me një raport pamjeje 4:3 do të shtrihet msgid "When enabled, continue to the next bouquet when the last channel of the current bouquet is reached while changing channels." msgstr "Kur aktivizohet, vazhdoni te buqeta tjetër kur të arrihet kanali i fundit i buqetës aktuale gjatë ndërrimit të kanaleve." -msgid "When enabled, deleted recordings are moved to the trash can, instead of being deleted immediately." +msgid "When enabled, deleted recordings are moved to the trashcan, instead of being deleted immediately." msgstr "Kur aktivizohet, regjistrimet e fshira zhvendosen në koshin e plehrave, në vend që të fshihen menjëherë." msgid "When enabled, external subtitles will be always turned on for playback movie." @@ -22148,7 +22166,7 @@ msgstr "Kur aktivizohet, është e mundur të lini luajtësin e filmit me dalje. msgid "When enabled, measure power consumption to detect when the rotor stops turning (when supported by the tuner)." msgstr "Kur aktivizohet, matni konsumin e energjisë për të zbuluar kur rotori ndalon së rrotulluari (kur mbështetet nga sintonizuesi)." -msgid "When enabled, network trash cans are probed for cleaning." +msgid "When enabled, network trashcans are probed for cleaning." msgstr "Kur aktivizohet, koshi i plehrave në rrjet hetohen për pastrim." msgid "When enabled, number markers will be hidden." diff --git a/po/sr.po b/po/sr.po index dfe67d145c0..c89017539e2 100644 --- a/po/sr.po +++ b/po/sr.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: OpenATV\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-01-07 09:29+0000\n" +"POT-Creation-Date: 2025-01-28 07:25+0000\n" "PO-Revision-Date: 2021-08-19 12:59+0000\n" "Last-Translator: openATV \n" "Language-Team: Serbian \n" @@ -2027,6 +2027,9 @@ msgstr "" msgid "Activate the flash expander, save all changed settings and exit" msgstr "" +msgid "Activate this device" +msgstr "" + msgid "Activate time shift End" msgstr "" @@ -4035,7 +4038,7 @@ msgstr "" msgid "Cannot find any signal ..., aborting !" msgstr "" -msgid "Cannot move to trash can" +msgid "Can't move to trashcan!" msgstr "" msgid "Cape Verde" @@ -5069,7 +5072,7 @@ msgstr "" msgid "Configure the longitude of your location." msgstr "" -msgid "Configure the minimum amount of disk space to be available for recordings. When the amount of space drops below this value, deleted items will be removed from the trash can." +msgid "Configure the minimum amount of disk space to be available for recordings. When the amount of space drops below this value, deleted items will be removed from the trashcan." msgstr "" msgid "Configure the minimum width before showing the 'i' icon, '0' is equal to not showing the icon at all." @@ -5085,7 +5088,7 @@ msgstr "" msgid "Configure the network again" msgstr "Konfigurišite vašu mrežu ponovo" -msgid "Configure the number of days after which items are automatically removed from the trash can." +msgid "Configure the number of days after which items are automatically removed from the trashcan." msgstr "" msgid "Configure the number of days old timers are kept before they are automatically removed from the timer list." @@ -6710,7 +6713,7 @@ msgstr "" # #, fuzzy, python-format -msgid "Directory %s does not exist." +msgid "Error: Directory '%s' does not exist!" msgstr "Direktorijum %s ne postoji" #, python-format @@ -6951,7 +6954,7 @@ msgstr "" msgid "Do you really want to delete '%s'?" msgstr "Jeste li sigurni da želite obrisati %s?" -msgid "Do you really want to delete ?" +msgid "Do you really want to delete?" msgstr "" #, python-format @@ -6983,7 +6986,7 @@ msgid "Do you really want to move to trashcan ?" msgstr "" #, python-format -msgid "Do you really want to permanently remove '%s' from trash can ?" +msgid "Do you really want to permanently remove '%s' from the trashcan?" msgstr "" msgid "Do you really want to permanently remove from trash can ?" @@ -7001,7 +7004,7 @@ msgstr "Da lstvarno želite da UKLONITE dodatak \"%s \"?" # #, python-format -msgid "Do you really want to remove your bookmark for '%s'?" +msgid "Do you really want to remove the bookmark for '%s'?" msgstr "Da li stvarno želite da uklonite vaše oznake sa %s?" msgid "" @@ -7771,12 +7774,18 @@ msgstr "" msgid "Enable this option to add screen names and resolution data to the debug log file." msgstr "" +msgid "Enable this option to add storage device information detected during system boot and hot plug events to the debug log file." +msgstr "" + msgid "Enable this option to add timer debugging data to the debug log file." msgstr "" msgid "Enable this option to show all the available Information screens in the Information menu item list." msgstr "" +msgid "Enable this option to show unknown storage devices in device manager." +msgstr "" + msgid "Enable this setting if your aerial system needs power." msgstr "" @@ -8934,7 +8943,7 @@ msgstr "Provera sistema datoteka" msgid "File System Packages" msgstr "" -msgid "File appears to be busy.\n" +msgid "File appears to be busy!\n" msgstr "" msgid "" @@ -10361,6 +10370,9 @@ msgstr "" msgid "Image creation failed!" msgstr "" +msgid "Image version" +msgstr "" + msgid "ImageWizard" msgstr "" @@ -10485,6 +10497,9 @@ msgstr "Pritisnite OK na daljinskom upravljaču da nastavite." msgid "Include screen load data" msgstr "" +msgid "Include storage device data" +msgstr "" + msgid "Include teletext details" msgstr "" @@ -14256,7 +14271,7 @@ msgstr "" msgid "Perform the upgrade?" msgstr "" -msgid "Permanently delete all recordings in the trash can?" +msgid "Permanently delete all recordings in the trashcan?" msgstr "" msgid "Permanently ignore this device" @@ -19704,6 +19719,9 @@ msgstr "" msgid "Show unknown Videoresolution as next higher or as highest screen resolution." msgstr "" +msgid "Show unknown devices" +msgstr "" + msgid "Show unknown video format as" msgstr "" @@ -24197,7 +24215,7 @@ msgstr "" msgid "When enabled, continue to the next bouquet when the last channel of the current bouquet is reached while changing channels." msgstr "" -msgid "When enabled, deleted recordings are moved to the trash can, instead of being deleted immediately." +msgid "When enabled, deleted recordings are moved to the trashcan, instead of being deleted immediately." msgstr "" msgid "When enabled, external subtitles will be always turned on for playback movie." @@ -24215,7 +24233,7 @@ msgstr "" msgid "When enabled, measure power consumption to detect when the rotor stops turning (when supported by the tuner)." msgstr "" -msgid "When enabled, network trash cans are probed for cleaning." +msgid "When enabled, network trashcans are probed for cleaning." msgstr "" msgid "When enabled, number markers will be hidden." diff --git a/po/sv.po b/po/sv.po index d0962ee0563..370a0569d27 100644 --- a/po/sv.po +++ b/po/sv.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: OpenATV\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-01-07 09:29+0000\n" +"POT-Creation-Date: 2025-01-28 07:25+0000\n" "PO-Revision-Date: 2024-09-02 09:09+0000\n" "Last-Translator: Allan Nordhøy \n" "Language-Team: Swedish \n" @@ -2007,6 +2007,9 @@ msgstr "Aktivera den konfigurerade nätverksinställningen." msgid "Activate the flash expander, save all changed settings and exit" msgstr "" +msgid "Activate this device" +msgstr "" + msgid "Activate time shift End" msgstr "Aktivera timeshiftslut" @@ -3990,7 +3993,7 @@ msgstr "" msgid "Cannot find any signal ..., aborting !" msgstr "Hittar ingen signal ..., avbryter !" -msgid "Cannot move to trash can" +msgid "Can't move to trashcan!" msgstr "Kan inte flytta till papperskorgen" msgid "Cape Verde" @@ -5027,7 +5030,7 @@ msgstr "Konfigurera latituden för din plats." msgid "Configure the longitude of your location." msgstr "Konfigurera longituden för din plats." -msgid "Configure the minimum amount of disk space to be available for recordings. When the amount of space drops below this value, deleted items will be removed from the trash can." +msgid "Configure the minimum amount of disk space to be available for recordings. When the amount of space drops below this value, deleted items will be removed from the trashcan." msgstr "Konfigurera det minsta diskutrymmet som ska vara tillgänglig för inspelning. När utrymmet sjunker under detta värde, kommer raderade objekt tas bort från papperskorgen." msgid "Configure the minimum width before showing the 'i' icon, '0' is equal to not showing the icon at all." @@ -5043,7 +5046,7 @@ msgstr "Konfigurera nätmasken." msgid "Configure the network again" msgstr "Konfigurera ditt nätverk igen" -msgid "Configure the number of days after which items are automatically removed from the trash can." +msgid "Configure the number of days after which items are automatically removed from the trashcan." msgstr "Konfigurera efter hur många dagar objekt automatiskt plockas bort från papperskorgen." msgid "Configure the number of days old timers are kept before they are automatically removed from the timer list." @@ -6654,7 +6657,7 @@ msgstr "Katalog" # #, python-format -msgid "Directory %s does not exist." +msgid "Error: Directory '%s' does not exist!" msgstr "Bibliotek %s finns ej." #, python-format @@ -6896,7 +6899,7 @@ msgstr "Vill du verkligen ta bort %s?" msgid "Do you really want to delete '%s'?" msgstr "Vill du verkligen ta bort %s?" -msgid "Do you really want to delete ?" +msgid "Do you really want to delete?" msgstr "Vill du verkligen ta bort?" #, python-format @@ -6927,7 +6930,7 @@ msgid "Do you really want to move to trashcan ?" msgstr "Vill du verkligen flytta till papperskorgen?" #, python-format -msgid "Do you really want to permanently remove '%s' from trash can ?" +msgid "Do you really want to permanently remove '%s' from the trashcan?" msgstr "Vill du verkligen ta bort '%s' från papperskorgen permanent ?" msgid "Do you really want to permanently remove from trash can ?" @@ -6944,7 +6947,7 @@ msgstr "Vill du verkligen ta BORT plugin \"%s\"?" # #, python-format -msgid "Do you really want to remove your bookmark for '%s'?" +msgid "Do you really want to remove the bookmark for '%s'?" msgstr "Vill du verkligen ta bort bokmärket från %s?" msgid "" @@ -7727,12 +7730,18 @@ msgstr "" msgid "Enable this option to add screen names and resolution data to the debug log file." msgstr "" +msgid "Enable this option to add storage device information detected during system boot and hot plug events to the debug log file." +msgstr "" + msgid "Enable this option to add timer debugging data to the debug log file." msgstr "" msgid "Enable this option to show all the available Information screens in the Information menu item list." msgstr "" +msgid "Enable this option to show unknown storage devices in device manager." +msgstr "" + msgid "Enable this setting if your aerial system needs power." msgstr "" @@ -8888,7 +8897,7 @@ msgstr "Filsystemskontroll" msgid "File System Packages" msgstr "" -msgid "File appears to be busy.\n" +msgid "File appears to be busy!\n" msgstr "Filen verkar vara upptagen.\n" msgid "" @@ -10326,6 +10335,9 @@ msgstr "" msgid "Image creation failed!" msgstr "" +msgid "Image version" +msgstr "" + msgid "ImageWizard" msgstr "" @@ -10447,6 +10459,9 @@ msgstr "Konfigurera typ av fjärrkontroll" msgid "Include screen load data" msgstr "" +msgid "Include storage device data" +msgstr "" + msgid "Include teletext details" msgstr "" @@ -14175,7 +14190,7 @@ msgstr "" msgid "Perform the upgrade?" msgstr "" -msgid "Permanently delete all recordings in the trash can?" +msgid "Permanently delete all recordings in the trashcan?" msgstr "Är du säker på att du vill radera inspelningarna i papperskorgen permanent?" msgid "Permanently ignore this device" @@ -19606,6 +19621,9 @@ msgstr "" msgid "Show unknown Videoresolution as next higher or as highest screen resolution." msgstr "" +msgid "Show unknown devices" +msgstr "" + msgid "Show unknown video format as" msgstr "" @@ -24131,7 +24149,7 @@ msgstr "Vid aktiverad kommer innehåll med ett bildförhållande på 4:3 sträck msgid "When enabled, continue to the next bouquet when the last channel of the current bouquet is reached while changing channels." msgstr "Vid aktiverad fortsätt till nästa favoritlista när man nått sista kanalen i nuvarande favoritlista medan man ändrar kanaler." -msgid "When enabled, deleted recordings are moved to the trash can, instead of being deleted immediately." +msgid "When enabled, deleted recordings are moved to the trashcan, instead of being deleted immediately." msgstr "Vid aktiverad kommer raderade inspelningar flyttas till papperskorgen, istället för att raderas omedelbart." msgid "When enabled, external subtitles will be always turned on for playback movie." @@ -24149,7 +24167,7 @@ msgstr "Vid aktiverad kan man avsluta movieplayer med exitknappen." msgid "When enabled, measure power consumption to detect when the rotor stops turning (when supported by the tuner)." msgstr "Vid aktiverad kommer energiförbrukningen mätas för att upptäcka när rotorn slutar vrida (när det stöds av tunern)." -msgid "When enabled, network trash cans are probed for cleaning." +msgid "When enabled, network trashcans are probed for cleaning." msgstr "" msgid "When enabled, number markers will be hidden." diff --git a/po/ta.po b/po/ta.po index 7ab3370fd79..3bc0ade9569 100644 --- a/po/ta.po +++ b/po/ta.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-01-07 09:29+0000\n" +"POT-Creation-Date: 2025-01-28 07:25+0000\n" "PO-Revision-Date: 2025-01-27 15:01+0000\n" "Last-Translator: தமிழ்நேரம் \n" "Language-Team: Tamil \n" @@ -1815,6 +1815,9 @@ msgstr "கட்டமைக்கப்பட்ட பிணைய அமை msgid "Activate the flash expander, save all changed settings and exit" msgstr "ஃபிளாச் விரிவாக்கத்தை செயல்படுத்தவும், மாற்றப்பட்ட அனைத்து அமைப்புகளையும் சேமித்து வெளியேறவும்" +msgid "Activate this device" +msgstr "" + msgid "Activate time shift End" msgstr "நேர சிப்ட் முடிவை செயல்படுத்தவும்" @@ -3631,7 +3634,7 @@ msgstr "" msgid "Cannot find any signal ..., aborting !" msgstr "" -msgid "Cannot move to trash can" +msgid "Can't move to trashcan!" msgstr "" msgid "Cape Verde" @@ -4579,7 +4582,7 @@ msgstr "" msgid "Configure the longitude of your location." msgstr "" -msgid "Configure the minimum amount of disk space to be available for recordings. When the amount of space drops below this value, deleted items will be removed from the trash can." +msgid "Configure the minimum amount of disk space to be available for recordings. When the amount of space drops below this value, deleted items will be removed from the trashcan." msgstr "" msgid "Configure the minimum width before showing the 'i' icon, '0' is equal to not showing the icon at all." @@ -4594,7 +4597,7 @@ msgstr "" msgid "Configure the network again" msgstr "" -msgid "Configure the number of days after which items are automatically removed from the trash can." +msgid "Configure the number of days after which items are automatically removed from the trashcan." msgstr "" msgid "Configure the number of days old timers are kept before they are automatically removed from the timer list." @@ -6102,7 +6105,7 @@ msgid "Directory" msgstr "" #, python-format -msgid "Directory %s does not exist." +msgid "Error: Directory '%s' does not exist!" msgstr "" #, python-format @@ -6320,7 +6323,7 @@ msgstr "" msgid "Do you really want to delete '%s'?" msgstr "" -msgid "Do you really want to delete ?" +msgid "Do you really want to delete?" msgstr "" #, python-format @@ -6349,7 +6352,7 @@ msgid "Do you really want to move to trashcan ?" msgstr "" #, python-format -msgid "Do you really want to permanently remove '%s' from trash can ?" +msgid "Do you really want to permanently remove '%s' from the trashcan?" msgstr "" msgid "Do you really want to permanently remove from trash can ?" @@ -6364,7 +6367,7 @@ msgid "Do you really want to remove the timer for %s?" msgstr "" #, python-format -msgid "Do you really want to remove your bookmark for '%s'?" +msgid "Do you really want to remove the bookmark for '%s'?" msgstr "" msgid "" @@ -7075,12 +7078,18 @@ msgstr "" msgid "Enable this option to add screen names and resolution data to the debug log file." msgstr "" +msgid "Enable this option to add storage device information detected during system boot and hot plug events to the debug log file." +msgstr "" + msgid "Enable this option to add timer debugging data to the debug log file." msgstr "" msgid "Enable this option to show all the available Information screens in the Information menu item list." msgstr "" +msgid "Enable this option to show unknown storage devices in device manager." +msgstr "" + msgid "Enable this setting if your aerial system needs power." msgstr "" @@ -8152,7 +8161,7 @@ msgstr "" msgid "File System Packages" msgstr "" -msgid "File appears to be busy.\n" +msgid "File appears to be busy!\n" msgstr "" msgid "" @@ -9449,6 +9458,9 @@ msgstr "" msgid "Image creation failed!" msgstr "" +msgid "Image version" +msgstr "" + msgid "ImageWizard" msgstr "" @@ -9565,6 +9577,9 @@ msgstr "" msgid "Include screen load data" msgstr "" +msgid "Include storage device data" +msgstr "" + msgid "Include teletext details" msgstr "" @@ -12917,7 +12932,7 @@ msgstr "" msgid "Perform the upgrade?" msgstr "" -msgid "Permanently delete all recordings in the trash can?" +msgid "Permanently delete all recordings in the trashcan?" msgstr "" msgid "Permanently ignore this device" @@ -17878,6 +17893,9 @@ msgstr "" msgid "Show unknown Videoresolution as next higher or as highest screen resolution." msgstr "" +msgid "Show unknown devices" +msgstr "" + msgid "Show unknown video format as" msgstr "" @@ -21976,7 +21994,7 @@ msgstr "" msgid "When enabled, continue to the next bouquet when the last channel of the current bouquet is reached while changing channels." msgstr "" -msgid "When enabled, deleted recordings are moved to the trash can, instead of being deleted immediately." +msgid "When enabled, deleted recordings are moved to the trashcan, instead of being deleted immediately." msgstr "" msgid "When enabled, external subtitles will be always turned on for playback movie." @@ -21994,7 +22012,7 @@ msgstr "" msgid "When enabled, measure power consumption to detect when the rotor stops turning (when supported by the tuner)." msgstr "" -msgid "When enabled, network trash cans are probed for cleaning." +msgid "When enabled, network trashcans are probed for cleaning." msgstr "" msgid "When enabled, number markers will be hidden." diff --git a/po/th.po b/po/th.po index 904200209b6..1000d2bc63d 100644 --- a/po/th.po +++ b/po/th.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OpenATV\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-01-07 09:29+0000\n" +"POT-Creation-Date: 2025-01-28 07:25+0000\n" "PO-Revision-Date: 2021-08-15 18:50+0000\n" "Last-Translator: openATV \n" "Language-Team: Thai \n" @@ -1863,6 +1863,9 @@ msgstr "" msgid "Activate the flash expander, save all changed settings and exit" msgstr "" +msgid "Activate this device" +msgstr "" + msgid "Activate time shift End" msgstr "" @@ -3742,7 +3745,7 @@ msgstr "" msgid "Cannot find any signal ..., aborting !" msgstr "" -msgid "Cannot move to trash can" +msgid "Can't move to trashcan!" msgstr "" msgid "Cape Verde" @@ -4721,7 +4724,7 @@ msgstr "" msgid "Configure the longitude of your location." msgstr "" -msgid "Configure the minimum amount of disk space to be available for recordings. When the amount of space drops below this value, deleted items will be removed from the trash can." +msgid "Configure the minimum amount of disk space to be available for recordings. When the amount of space drops below this value, deleted items will be removed from the trashcan." msgstr "" msgid "Configure the minimum width before showing the 'i' icon, '0' is equal to not showing the icon at all." @@ -4736,7 +4739,7 @@ msgstr "" msgid "Configure the network again" msgstr "ตั้งเครือข่ายอีกครั้ง" -msgid "Configure the number of days after which items are automatically removed from the trash can." +msgid "Configure the number of days after which items are automatically removed from the trashcan." msgstr "" msgid "Configure the number of days old timers are kept before they are automatically removed from the timer list." @@ -6283,7 +6286,7 @@ msgid "Directory" msgstr "" #, fuzzy, python-format -msgid "Directory %s does not exist." +msgid "Error: Directory '%s' does not exist!" msgstr "ไม่พบโฟล์เดอร์ %s ในระบบ" #, python-format @@ -6508,7 +6511,7 @@ msgstr "" msgid "Do you really want to delete '%s'?" msgstr "ท่านต้องการที่จะลบ %s ออกจากระบบหรือไม่?" -msgid "Do you really want to delete ?" +msgid "Do you really want to delete?" msgstr "" #, python-format @@ -6538,7 +6541,7 @@ msgid "Do you really want to move to trashcan ?" msgstr "" #, python-format -msgid "Do you really want to permanently remove '%s' from trash can ?" +msgid "Do you really want to permanently remove '%s' from the trashcan?" msgstr "" msgid "Do you really want to permanently remove from trash can ?" @@ -6553,7 +6556,7 @@ msgid "Do you really want to remove the timer for %s?" msgstr "ท่านแน่ใจหรือไม่ที่จะลบ Plugin \"%s\" ออกจากระบบ?" #, python-format -msgid "Do you really want to remove your bookmark for '%s'?" +msgid "Do you really want to remove the bookmark for '%s'?" msgstr "ท่านต้องการที่ลบบุ๊คมาร์ค %s ออกไปหรือไม่?" msgid "" @@ -7278,12 +7281,18 @@ msgstr "" msgid "Enable this option to add screen names and resolution data to the debug log file." msgstr "" +msgid "Enable this option to add storage device information detected during system boot and hot plug events to the debug log file." +msgstr "" + msgid "Enable this option to add timer debugging data to the debug log file." msgstr "" msgid "Enable this option to show all the available Information screens in the Information menu item list." msgstr "" +msgid "Enable this option to show unknown storage devices in device manager." +msgstr "" + msgid "Enable this setting if your aerial system needs power." msgstr "" @@ -8377,7 +8386,7 @@ msgstr "" msgid "File System Packages" msgstr "" -msgid "File appears to be busy.\n" +msgid "File appears to be busy!\n" msgstr "" msgid "" @@ -9726,6 +9735,9 @@ msgstr "" msgid "Image creation failed!" msgstr "" +msgid "Image version" +msgstr "" + msgid "ImageWizard" msgstr "" @@ -9846,6 +9858,9 @@ msgstr "กดปุ่ม OK ที่รีโมทเพื่อทำง msgid "Include screen load data" msgstr "" +msgid "Include storage device data" +msgstr "" + msgid "Include teletext details" msgstr "" @@ -13351,7 +13366,7 @@ msgstr "" msgid "Perform the upgrade?" msgstr "" -msgid "Permanently delete all recordings in the trash can?" +msgid "Permanently delete all recordings in the trashcan?" msgstr "" msgid "Permanently ignore this device" @@ -18474,6 +18489,9 @@ msgstr "" msgid "Show unknown Videoresolution as next higher or as highest screen resolution." msgstr "" +msgid "Show unknown devices" +msgstr "" + msgid "Show unknown video format as" msgstr "" @@ -22704,7 +22722,7 @@ msgstr "" msgid "When enabled, continue to the next bouquet when the last channel of the current bouquet is reached while changing channels." msgstr "" -msgid "When enabled, deleted recordings are moved to the trash can, instead of being deleted immediately." +msgid "When enabled, deleted recordings are moved to the trashcan, instead of being deleted immediately." msgstr "" msgid "When enabled, external subtitles will be always turned on for playback movie." @@ -22722,7 +22740,7 @@ msgstr "" msgid "When enabled, measure power consumption to detect when the rotor stops turning (when supported by the tuner)." msgstr "" -msgid "When enabled, network trash cans are probed for cleaning." +msgid "When enabled, network trashcans are probed for cleaning." msgstr "" msgid "When enabled, number markers will be hidden." diff --git a/po/tr.po b/po/tr.po index 315d0ced224..1f891540a3e 100644 --- a/po/tr.po +++ b/po/tr.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Apachi70 (OpenATV),(Teamblue)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-01-07 09:29+0000\n" +"POT-Creation-Date: 2025-01-28 07:25+0000\n" "PO-Revision-Date: 2024-08-04 16:47+0000\n" "Last-Translator: Tmp341 \n" "Language-Team: Turkish \n" @@ -1852,6 +1852,9 @@ msgstr "Yapılandırılmış ağ ayarlarını etkinleştirin." msgid "Activate the flash expander, save all changed settings and exit" msgstr "Flaş genişleticiyi etkinleştirin, değiştirilen tüm ayarları kaydedin ve çıkın" +msgid "Activate this device" +msgstr "" + msgid "Activate time shift End" msgstr "Timeshift End'i etkinleştir" @@ -3786,7 +3789,7 @@ msgstr "%s sınırı belirlenemiyor ..., iptal ediliyor!" msgid "Cannot find any signal ..., aborting !" msgstr "Hiç sinyol bulunamadı..., durduruluyor!" -msgid "Cannot move to trash can" +msgid "Can't move to trashcan!" msgstr "Çöp sepetine taşınamadı" msgid "Cape Verde" @@ -4781,7 +4784,7 @@ msgstr "Konumunuzun enlemini belirtin." msgid "Configure the longitude of your location." msgstr "Konumunuzun boylamını belirtin." -msgid "Configure the minimum amount of disk space to be available for recordings. When the amount of space drops below this value, deleted items will be removed from the trash can." +msgid "Configure the minimum amount of disk space to be available for recordings. When the amount of space drops below this value, deleted items will be removed from the trashcan." msgstr "Kayıt için kullanılacak asgari disk alanını belirtin. Alan miktarı bu değerin altına düşünce silinmiş öğeler çöp kutusundan kaldırılacak." msgid "Configure the minimum width before showing the 'i' icon, '0' is equal to not showing the icon at all." @@ -4797,7 +4800,7 @@ msgstr "Ağ maskesini düzenleyin." msgid "Configure the network again" msgstr "Kablosuz ağınızı yeniden yapılandırın" -msgid "Configure the number of days after which items are automatically removed from the trash can." +msgid "Configure the number of days after which items are automatically removed from the trashcan." msgstr "Öğelerin çöp kutusundan otomatik olarak kaldırıldığı günlerin sayısını yapılandırın." msgid "Configure the number of days old timers are kept before they are automatically removed from the timer list." @@ -6377,7 +6380,7 @@ msgstr "Klasör" # #, python-format -msgid "Directory %s does not exist." +msgid "Error: Directory '%s' does not exist!" msgstr "%s klasörü oluşturulmamış." #, python-format @@ -6612,7 +6615,7 @@ msgstr "%s silmek istiyor musunuz?" msgid "Do you really want to delete '%s'?" msgstr "%s 'i silmek istediğinizden emin misiniz?" -msgid "Do you really want to delete ?" +msgid "Do you really want to delete?" msgstr "Silmek istiyor musunuz?" #, python-format @@ -6648,7 +6651,7 @@ msgid "Do you really want to move to trashcan ?" msgstr "Gerçekten çöp kutusuna gitmek mi istiyorsun?" #, python-format -msgid "Do you really want to permanently remove '%s' from trash can ?" +msgid "Do you really want to permanently remove '%s' from the trashcan?" msgstr "'%s' çöp sepetinden kalıcı olarak kaldırmak istiyor muzunuz?" msgid "Do you really want to permanently remove from trash can ?" @@ -6665,7 +6668,7 @@ msgstr "%s için zamanlayıcıyı gerçekten silmek istiyor musunuz?" # #, python-format -msgid "Do you really want to remove your bookmark for '%s'?" +msgid "Do you really want to remove the bookmark for '%s'?" msgstr "%s adlı yer imini kaldırmak istiyor musunuz?" msgid "" @@ -7428,12 +7431,18 @@ msgstr "Hata ayıklama günlük dosyasına uzaktan kontrol verileri eklemek içi msgid "Enable this option to add screen names and resolution data to the debug log file." msgstr "Hata ayıklama günlük dosyasına ekran adları ve çözünürlük verileri eklemek için bu seçeneği etkinleştirin." +msgid "Enable this option to add storage device information detected during system boot and hot plug events to the debug log file." +msgstr "" + msgid "Enable this option to add timer debugging data to the debug log file." msgstr "Zamanlayıcı hata ayıklama verilerini hata ayıklama günlük dosyasına eklemek için bu seçeneği etkinleştirin." msgid "Enable this option to show all the available Information screens in the Information menu item list." msgstr "" +msgid "Enable this option to show unknown storage devices in device manager." +msgstr "" + msgid "Enable this setting if your aerial system needs power." msgstr "Anten sisteminiz güç gerektiriyorsa bu ayarı etkinleştirin" @@ -8581,7 +8590,7 @@ msgstr "Dosya sistemi kontrolü" msgid "File System Packages" msgstr "Dosya Sistemi Paketleri" -msgid "File appears to be busy.\n" +msgid "File appears to be busy!\n" msgstr "Dosya kullanımda.\n" msgid "" @@ -9952,6 +9961,9 @@ msgstr "Image oluştur:" msgid "Image creation failed!" msgstr "Image oluşturma başarısız oldu!" +msgid "Image version" +msgstr "" + msgid "ImageWizard" msgstr "Image Sihirbazı" @@ -10075,6 +10087,9 @@ msgstr "Uzaktan kumanda verilerini dahil et" msgid "Include screen load data" msgstr "Ekran yükleme verilerini dahil et" +msgid "Include storage device data" +msgstr "" + msgid "Include teletext details" msgstr "" @@ -13660,7 +13675,7 @@ msgstr "Bunun yerine bir çevrimiçi flaş gerçekleştirin" msgid "Perform the upgrade?" msgstr "Yükseltmeyi gerçekleştirelim mi?" -msgid "Permanently delete all recordings in the trash can?" +msgid "Permanently delete all recordings in the trashcan?" msgstr "Çöp sepetindeki tüm kayıtlar kalıcı olarak silinsin mi?" msgid "Permanently ignore this device" @@ -18910,6 +18925,9 @@ msgstr "Dosya adlarında alt çizgi karakterlerini göster" msgid "Show unknown Videoresolution as next higher or as highest screen resolution." msgstr "Bilinmeyen Video çözünürlüğünü bir sonraki daha yüksek veya en yüksek ekran çözünürlüğünde göster." +msgid "Show unknown devices" +msgstr "" + msgid "Show unknown video format as" msgstr "Bilinmeyen video biçimini olarak göster" @@ -23363,7 +23381,7 @@ msgstr "Etkinleşince 4:3 görüntü oranı ekranı dolduracak şekilde genişle msgid "When enabled, continue to the next bouquet when the last channel of the current bouquet is reached while changing channels." msgstr "Etkinleştirildiğinde, kanal değiştirilirken mevcut buketin son kanalına ulaşıldığında sonraki bukete devam edin." -msgid "When enabled, deleted recordings are moved to the trash can, instead of being deleted immediately." +msgid "When enabled, deleted recordings are moved to the trashcan, instead of being deleted immediately." msgstr "Etkinleşince, silinen kayıtlar hemen silinmek yerine çöp sepetine taşınır." msgid "When enabled, external subtitles will be always turned on for playback movie." @@ -23381,7 +23399,7 @@ msgstr "Etkinleştirildiğinde, movieplayer'ı çıkışla bırakmak mümkündü msgid "When enabled, measure power consumption to detect when the rotor stops turning (when supported by the tuner)." msgstr "Etkinleştirilince, (tuner destekliyorsa) rotor durduğunda güç tüketimi ölçülür." -msgid "When enabled, network trash cans are probed for cleaning." +msgid "When enabled, network trashcans are probed for cleaning." msgstr "Etkinleştirildiğinde, ağ çöp kutularının temizlenmesi için problanır." msgid "When enabled, number markers will be hidden." diff --git a/po/uk.po b/po/uk.po index 755c5860479..14fa4d04a35 100644 --- a/po/uk.po +++ b/po/uk.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: OpenATV\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-01-07 09:29+0000\n" -"PO-Revision-Date: 2025-01-07 22:22+0000\n" +"POT-Creation-Date: 2025-01-28 07:25+0000\n" +"PO-Revision-Date: 2025-01-29 19:01+0000\n" "Last-Translator: kvinto \n" "Language-Team: Ukrainian \n" "Language: uk\n" @@ -1853,6 +1853,9 @@ msgstr "Активуйте налаштовані параметри мереж msgid "Activate the flash expander, save all changed settings and exit" msgstr "Активуйте флеш-розширювач, збережіть усі змінені налаштування та вийдіть" +msgid "Activate this device" +msgstr "Активувати цей пристрій" + msgid "Activate time shift End" msgstr "Вказати закінчення таймшифта" @@ -3694,7 +3697,7 @@ msgstr "Не вдається визначити ліміт %s ..., скасов msgid "Cannot find any signal ..., aborting !" msgstr "Неможливо знайти будь-який сигнал ..., скасовується!" -msgid "Cannot move to trash can" +msgid "Can't move to trashcan!" msgstr "Неможливо перемістити в кошик" msgid "Cape Verde" @@ -4652,7 +4655,7 @@ msgstr "Налаштуйте широту Вашого місцезнаходж msgid "Configure the longitude of your location." msgstr "Налаштуйте довготу Вашого місцезнаходження." -msgid "Configure the minimum amount of disk space to be available for recordings. When the amount of space drops below this value, deleted items will be removed from the trash can." +msgid "Configure the minimum amount of disk space to be available for recordings. When the amount of space drops below this value, deleted items will be removed from the trashcan." msgstr "Налаштування мінімального обсягу дискового простору, що має бути доступно для записів. Коли обсяг простору падає нижче цього значення, записи будуть видалені з корзини." msgid "Configure the minimum width before showing the 'i' icon, '0' is equal to not showing the icon at all." @@ -4667,7 +4670,7 @@ msgstr "Налаштування маски мережі." msgid "Configure the network again" msgstr "Повторити налаштування мережі" -msgid "Configure the number of days after which items are automatically removed from the trash can." +msgid "Configure the number of days after which items are automatically removed from the trashcan." msgstr "Вкажіть через скільки днів файли з кошика будуть остаточно видалені." msgid "Configure the number of days old timers are kept before they are automatically removed from the timer list." @@ -6181,7 +6184,7 @@ msgid "Directory" msgstr "Каталог" #, python-format -msgid "Directory %s does not exist." +msgid "Error: Directory '%s' does not exist!" msgstr "Каталогу %s не існує." #, python-format @@ -6403,7 +6406,7 @@ msgstr "Ви дійсно хочете видалити %s ?" msgid "Do you really want to delete '%s'?" msgstr "Ви дійсно хочете видалити %s?" -msgid "Do you really want to delete ?" +msgid "Do you really want to delete?" msgstr "Ви дійсно хочете видалити?" #, python-format @@ -6438,7 +6441,7 @@ msgid "Do you really want to move to trashcan ?" msgstr "Дійсно хочете видалити у кошик?" #, python-format -msgid "Do you really want to permanently remove '%s' from trash can ?" +msgid "Do you really want to permanently remove '%s' from the trashcan?" msgstr "Ви дійсно бажаєте остаточно видалити '%s' з кошика?" msgid "Do you really want to permanently remove from trash can ?" @@ -6453,7 +6456,7 @@ msgid "Do you really want to remove the timer for %s?" msgstr "Ви дійсно хочете видалити таймер %s?" #, python-format -msgid "Do you really want to remove your bookmark for '%s'?" +msgid "Do you really want to remove the bookmark for '%s'?" msgstr "Ви дійсно хочете видалити Вашу закладку з %s?" msgid "" @@ -7185,12 +7188,18 @@ msgstr "Увімкніть цю опцію, щоб додати дані дис msgid "Enable this option to add screen names and resolution data to the debug log file." msgstr "Увімкніть цю опцію, щоб додати до файлу журналу налагодження екранні імена та дані роздільної здатності." +msgid "Enable this option to add storage device information detected during system boot and hot plug events to the debug log file." +msgstr "Увімкніть цей параметр, щоб додати інформацію про накопичувач, виявлену під час завантаження системи та подій гарячого підключення, до файлу журналу налагодження." + msgid "Enable this option to add timer debugging data to the debug log file." msgstr "Увімкніть цей параметр, щоб додати дані налагодження таймера до файлу журналу налагодження." msgid "Enable this option to show all the available Information screens in the Information menu item list." msgstr "Увімкніть цей параметр, щоб відобразити всі доступні екрани інформації в списку пунктів меню 'Інформація'." +msgid "Enable this option to show unknown storage devices in device manager." +msgstr "Увімкніть, щоб відображати невідомі пристрої зберігання в диспетчері пристроїв." + msgid "Enable this setting if your aerial system needs power." msgstr "Включити цю настройку, якщо Ваша антена потребує живлення." @@ -8287,7 +8296,7 @@ msgstr "Перевірка файлової системи" msgid "File System Packages" msgstr "Пакети файлової системи" -msgid "File appears to be busy.\n" +msgid "File appears to be busy!\n" msgstr "Файл зайнятий.\n" msgid "" @@ -9595,6 +9604,9 @@ msgstr "Імідж створено:" msgid "Image creation failed!" msgstr "Помилка створення Іміджу!" +msgid "Image version" +msgstr "Версія іміджа" + msgid "ImageWizard" msgstr "Майстер іміджу" @@ -9716,6 +9728,9 @@ msgstr "Введення даних з пульта керування" msgid "Include screen load data" msgstr "Включити дані завантаження екрана" +msgid "Include storage device data" +msgstr "Включити дані пристрою зберігання" + msgid "Include teletext details" msgstr "Додати деталі телетексту" @@ -13099,7 +13114,7 @@ msgstr "Замість цього виконайте онлайн-прошивк msgid "Perform the upgrade?" msgstr "Виконати оновлення?" -msgid "Permanently delete all recordings in the trash can?" +msgid "Permanently delete all recordings in the trashcan?" msgstr "Остаточно видалити всі записи в кошик для сміття?" msgid "Permanently ignore this device" @@ -18113,6 +18128,9 @@ msgstr "Показати символи підкреслення в назвах msgid "Show unknown Videoresolution as next higher or as highest screen resolution." msgstr "Показати невідоме відео розширення, в наступному вищому або високому розширенні екрану." +msgid "Show unknown devices" +msgstr "Показати невідомі пристрої" + msgid "Show unknown video format as" msgstr "Показати невідомий формат відео як" @@ -19405,7 +19423,7 @@ msgid "TMDB Search" msgstr "TMDB Пошук" msgid "TRANSLATOR_INFO" -msgstr "Переклад: kvinto - 07.01.2024" +msgstr "Переклад: kvinto - 29.01.2024" msgid "TS file is too large for ISO9660 level 1!" msgstr "TS файл занадто великий для ISO9660 рівень 1!" @@ -22362,7 +22380,7 @@ msgstr "Якщо включено, зображення із співвідно msgid "When enabled, continue to the next bouquet when the last channel of the current bouquet is reached while changing channels." msgstr "Якщо включено, при перемиканні каналів буде перехід до наступного фавориту, коли останній канал поточного фаворита буде досягнутий." -msgid "When enabled, deleted recordings are moved to the trash can, instead of being deleted immediately." +msgid "When enabled, deleted recordings are moved to the trashcan, instead of being deleted immediately." msgstr "Коли ця функція включена, записи що видаляються, будуть переміщені в корзину,замість того, щоб бути видаленими." msgid "When enabled, external subtitles will be always turned on for playback movie." @@ -22380,7 +22398,7 @@ msgstr "Якщо включено, можливо закрити медіапр msgid "When enabled, measure power consumption to detect when the rotor stops turning (when supported by the tuner)." msgstr "Якщо включено, вимірюйте споживання енергії, щоб визначити, коли ротор перестає обертатися (якщо підтримується тюнером)." -msgid "When enabled, network trash cans are probed for cleaning." +msgid "When enabled, network trashcans are probed for cleaning." msgstr "Якщо включено, мережевий кошик буде зондуватись для очищення." msgid "When enabled, number markers will be hidden." diff --git a/po/vi.po b/po/vi.po index 21d4a3067c3..94dee1872bb 100644 --- a/po/vi.po +++ b/po/vi.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-01-07 09:29+0000\n" +"POT-Creation-Date: 2025-01-28 07:25+0000\n" "PO-Revision-Date: 2019-07-27 12:19+0700\n" "Last-Translator: \n" "Language-Team: \n" @@ -1826,6 +1826,9 @@ msgstr "Kích hoạt cài đặt mạng được cấu hình." msgid "Activate the flash expander, save all changed settings and exit" msgstr "" +msgid "Activate this device" +msgstr "" + msgid "Activate time shift End" msgstr "Kích hoạt kết thúc timeshift" @@ -3681,7 +3684,7 @@ msgstr "" msgid "Cannot find any signal ..., aborting !" msgstr "Không thể tìm thấy bất kỳ tín hiệu nào ..., hủy bỏ!" -msgid "Cannot move to trash can" +msgid "Can't move to trashcan!" msgstr "Không thể di chuyển đến thùng rác" #, fuzzy @@ -4641,7 +4644,7 @@ msgstr "Định cấu hình vĩ độ của vị trí của bạn." msgid "Configure the longitude of your location." msgstr "Cấu hình kinh độ của vị trí của bạn." -msgid "Configure the minimum amount of disk space to be available for recordings. When the amount of space drops below this value, deleted items will be removed from the trash can." +msgid "Configure the minimum amount of disk space to be available for recordings. When the amount of space drops below this value, deleted items will be removed from the trashcan." msgstr "Định cấu hình dung lượng đĩa tối thiểu có sẵn để ghi. Khi lượng không gian giảm xuống dưới giá trị này, các mục đã xóa sẽ bị xóa khỏi thùng rác." msgid "Configure the minimum width before showing the 'i' icon, '0' is equal to not showing the icon at all." @@ -4656,7 +4659,7 @@ msgstr "Cấu hình netmask." msgid "Configure the network again" msgstr "Định cấu hình lại mạng của bạn" -msgid "Configure the number of days after which items are automatically removed from the trash can." +msgid "Configure the number of days after which items are automatically removed from the trashcan." msgstr "Định cấu hình số ngày sau đó các mục được tự động xóa khỏi thùng rác." msgid "Configure the number of days old timers are kept before they are automatically removed from the timer list." @@ -6191,7 +6194,7 @@ msgid "Directory" msgstr "Danh mục" #, python-format -msgid "Directory %s does not exist." +msgid "Error: Directory '%s' does not exist!" msgstr "Thư mục%s không tồn tại." #, python-format @@ -6415,7 +6418,7 @@ msgstr "Bạn có thực sự muốn xóa% s không?" msgid "Do you really want to delete '%s'?" msgstr "Bạn có thực sự muốn xóa%s không?" -msgid "Do you really want to delete ?" +msgid "Do you really want to delete?" msgstr "Bạn có thực sự muốn xóa không?" #, python-format @@ -6444,7 +6447,7 @@ msgid "Do you really want to move to trashcan ?" msgstr "Bạn có thực sự muốn chuyển đến thùng rác?" #, python-format -msgid "Do you really want to permanently remove '%s' from trash can ?" +msgid "Do you really want to permanently remove '%s' from the trashcan?" msgstr "Bạn có thực sự muốn xóa vĩnh viễn '% s' khỏi thùng rác không?" msgid "Do you really want to permanently remove from trash can ?" @@ -6461,7 +6464,7 @@ msgstr "" "plugin % s?" #, python-format -msgid "Do you really want to remove your bookmark for '%s'?" +msgid "Do you really want to remove the bookmark for '%s'?" msgstr "Bạn có thực sự muốn xóa dấu trang của%s không?" msgid "" @@ -7199,12 +7202,18 @@ msgstr "" msgid "Enable this option to add screen names and resolution data to the debug log file." msgstr "" +msgid "Enable this option to add storage device information detected during system boot and hot plug events to the debug log file." +msgstr "" + msgid "Enable this option to add timer debugging data to the debug log file." msgstr "" msgid "Enable this option to show all the available Information screens in the Information menu item list." msgstr "" +msgid "Enable this option to show unknown storage devices in device manager." +msgstr "" + msgid "Enable this setting if your aerial system needs power." msgstr "Kích hoạt cài đặt này nếu hệ thống trên không của bạn cần nguồn điện" @@ -8302,7 +8311,7 @@ msgstr "Kiểm tra hệ thống tập tin" msgid "File System Packages" msgstr "" -msgid "File appears to be busy.\n" +msgid "File appears to be busy!\n" msgstr "Tập tin có vẻ bận rộn.\n" msgid "" @@ -9641,6 +9650,9 @@ msgstr "" msgid "Image creation failed!" msgstr "" +msgid "Image version" +msgstr "" + msgid "ImageWizard" msgstr "Hình ảnh" @@ -9760,6 +9772,9 @@ msgstr "Cấu hình loại điều khiển từ xa" msgid "Include screen load data" msgstr "" +msgid "Include storage device data" +msgstr "" + msgid "Include teletext details" msgstr "" @@ -13230,7 +13245,7 @@ msgstr "" msgid "Perform the upgrade?" msgstr "" -msgid "Permanently delete all recordings in the trash can?" +msgid "Permanently delete all recordings in the trashcan?" msgstr "Xóa vĩnh viễn tất cả các bản ghi trong thùng rác?" msgid "Permanently ignore this device" @@ -18281,6 +18296,9 @@ msgstr "" msgid "Show unknown Videoresolution as next higher or as highest screen resolution." msgstr "Hiển thị Videoresolution không xác định là độ phân giải màn hình cao hơn hoặc cao hơn tiếp theo." +msgid "Show unknown devices" +msgstr "" + msgid "Show unknown video format as" msgstr "Hiển thị định dạng video không xác định là" @@ -22517,7 +22535,7 @@ msgstr "Khi được bật, nội dung có tỷ lệ khung hình 4: 3 sẽ đư msgid "When enabled, continue to the next bouquet when the last channel of the current bouquet is reached while changing channels." msgstr "Khi được bật, tiếp tục đến bó hoa tiếp theo khi đạt đến kênh cuối cùng của bó hoa hiện tại trong khi thay đổi kênh." -msgid "When enabled, deleted recordings are moved to the trash can, instead of being deleted immediately." +msgid "When enabled, deleted recordings are moved to the trashcan, instead of being deleted immediately." msgstr "Khi được bật, các bản ghi bị xóa sẽ được chuyển vào thùng rác, thay vì bị xóa ngay lập tức." msgid "When enabled, external subtitles will be always turned on for playback movie." @@ -22535,7 +22553,7 @@ msgstr "Khi được bật, có thể rời khỏi trình phát phim với lối msgid "When enabled, measure power consumption to detect when the rotor stops turning (when supported by the tuner)." msgstr "Khi được bật, đo mức tiêu thụ năng lượng để phát hiện khi rôto dừng quay (khi được bộ chỉnh tần hỗ trợ)." -msgid "When enabled, network trash cans are probed for cleaning." +msgid "When enabled, network trashcans are probed for cleaning." msgstr "Khi được bật, thùng rác mạng được thăm dò để làm sạch." msgid "When enabled, number markers will be hidden." diff --git a/po/zh_CN.po b/po/zh_CN.po index 35d62607357..e65f26e085a 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: openATV\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-01-07 09:29+0000\n" +"POT-Creation-Date: 2025-01-28 07:25+0000\n" "PO-Revision-Date: 2025-01-16 10:00+0000\n" "Last-Translator: Mark Stone \n" "Language-Team: Chinese (Simplified Han script) \n" @@ -1816,6 +1816,9 @@ msgstr "启用已配置的网络设置。" msgid "Activate the flash expander, save all changed settings and exit" msgstr "激活闪存扩展器,保存所有更改的设置并退出" +msgid "Activate this device" +msgstr "" + msgid "Activate time shift End" msgstr "激活时移结束" @@ -3657,7 +3660,7 @@ msgstr "无法确定 %s 限制...,正在中止!" msgid "Cannot find any signal ..., aborting !" msgstr "无法找到任何信号...,正在中止!" -msgid "Cannot move to trash can" +msgid "Can't move to trashcan!" msgstr "无法移动到回收站" msgid "Cape Verde" @@ -4613,7 +4616,7 @@ msgstr "设置您所在位置的纬度。" msgid "Configure the longitude of your location." msgstr "设置您所在位置的经度。" -msgid "Configure the minimum amount of disk space to be available for recordings. When the amount of space drops below this value, deleted items will be removed from the trash can." +msgid "Configure the minimum amount of disk space to be available for recordings. When the amount of space drops below this value, deleted items will be removed from the trashcan." msgstr "配置可用于录制的最小磁盘空间量。 当空间量低于此值时,已删除的项目将从回收站中删除。" msgid "Configure the minimum width before showing the 'i' icon, '0' is equal to not showing the icon at all." @@ -4628,7 +4631,7 @@ msgstr "配置子网掩码。" msgid "Configure the network again" msgstr "重新配置网络" -msgid "Configure the number of days after which items are automatically removed from the trash can." +msgid "Configure the number of days after which items are automatically removed from the trashcan." msgstr "配置项目在多少天后自动从垃圾箱中删除。" msgid "Configure the number of days old timers are kept before they are automatically removed from the timer list." @@ -6142,7 +6145,7 @@ msgid "Directory" msgstr "目录" #, python-format -msgid "Directory %s does not exist." +msgid "Error: Directory '%s' does not exist!" msgstr "不存在 %s 目录 。" #, python-format @@ -6364,7 +6367,7 @@ msgstr "真的要删除 %s ?" msgid "Do you really want to delete '%s'?" msgstr "真的要删除“%s”吗?" -msgid "Do you really want to delete ?" +msgid "Do you really want to delete?" msgstr "真的要删除?" #, python-format @@ -6399,7 +6402,7 @@ msgid "Do you really want to move to trashcan ?" msgstr "真的要移动到回收站?" #, python-format -msgid "Do you really want to permanently remove '%s' from trash can ?" +msgid "Do you really want to permanently remove '%s' from the trashcan?" msgstr "真的要从垃圾桶中永久删除“%s”吗?" msgid "Do you really want to permanently remove from trash can ?" @@ -6414,7 +6417,7 @@ msgid "Do you really want to remove the timer for %s?" msgstr "真的要删除 %s 的定时器?" #, python-format -msgid "Do you really want to remove your bookmark for '%s'?" +msgid "Do you really want to remove the bookmark for '%s'?" msgstr "真的要删除“%s”的书签吗?" msgid "" @@ -7145,12 +7148,18 @@ msgstr "启用此选项可将远程控制数据添加到调试日志文件中。 msgid "Enable this option to add screen names and resolution data to the debug log file." msgstr "启用此选项可将屏幕名称和分辨率数据添加到调试日志文件中。" +msgid "Enable this option to add storage device information detected during system boot and hot plug events to the debug log file." +msgstr "" + msgid "Enable this option to add timer debugging data to the debug log file." msgstr "启用此选项可将定时器调试数据添加到调试日志文件。" msgid "Enable this option to show all the available Information screens in the Information menu item list." msgstr "启用此选项可显示信息菜单项列表中所有可用的信息屏幕。" +msgid "Enable this option to show unknown storage devices in device manager." +msgstr "" + msgid "Enable this setting if your aerial system needs power." msgstr "如果您的天线系统需要电源,请启用此设置。" @@ -8245,7 +8254,7 @@ msgstr "文件系统检查" msgid "File System Packages" msgstr "文件系统软件包" -msgid "File appears to be busy.\n" +msgid "File appears to be busy!\n" msgstr "文件似乎忙。\n" msgid "" @@ -9553,6 +9562,9 @@ msgstr "创建的镜像:" msgid "Image creation failed!" msgstr "镜像创建失败!" +msgid "Image version" +msgstr "" + msgid "ImageWizard" msgstr "镜像向导" @@ -9674,6 +9686,9 @@ msgstr "包含遥控数据" msgid "Include screen load data" msgstr "包括屏幕加载数据" +msgid "Include storage device data" +msgstr "" + msgid "Include teletext details" msgstr "包括图文电视详细信息" @@ -13055,7 +13070,7 @@ msgstr "改为执行在线刷机" msgid "Perform the upgrade?" msgstr "是否执行升级?" -msgid "Permanently delete all recordings in the trash can?" +msgid "Permanently delete all recordings in the trashcan?" msgstr "永久删除所有回收站中的录像吗?" msgid "Permanently ignore this device" @@ -18064,6 +18079,9 @@ msgstr "显示下划线字符" msgid "Show unknown Videoresolution as next higher or as highest screen resolution." msgstr "将未知的视频分辨率显示为下一个更高或最高的屏幕分辨率。" +msgid "Show unknown devices" +msgstr "" + msgid "Show unknown video format as" msgstr "将未知的视频格式显示为" @@ -22311,7 +22329,7 @@ msgstr "启用时,宽高比为4:3的内容将被拉伸以适合屏幕。" msgid "When enabled, continue to the next bouquet when the last channel of the current bouquet is reached while changing channels." msgstr "启用后,换台到当前频道群的最后一个频道时,继续到下一个频道群。" -msgid "When enabled, deleted recordings are moved to the trash can, instead of being deleted immediately." +msgid "When enabled, deleted recordings are moved to the trashcan, instead of being deleted immediately." msgstr "启用后,已删除的录像会移至回收站,而不是立即删除。" msgid "When enabled, external subtitles will be always turned on for playback movie." @@ -22329,7 +22347,7 @@ msgstr "启用后,可按 “EXIT” 键退出电影播放器。" msgid "When enabled, measure power consumption to detect when the rotor stops turning (when supported by the tuner)." msgstr "启用时,测量功率消耗以检测极轴何时停止转动(当调谐器支持时)。" -msgid "When enabled, network trash cans are probed for cleaning." +msgid "When enabled, network trashcans are probed for cleaning." msgstr "启用时,将探测网络回收站以进行清洁。" msgid "When enabled, number markers will be hidden." diff --git a/po/zh_HK.po b/po/zh_HK.po index e1fffe90a41..40d3710b07b 100644 --- a/po/zh_HK.po +++ b/po/zh_HK.po @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-01-07 09:29+0000\n" +"POT-Creation-Date: 2025-01-28 07:25+0000\n" "PO-Revision-Date: 2024-07-23 13:09+0000\n" "Last-Translator: Ricky From Hong Kong \n" "Language-Team: Chinese (Traditional, Hong Kong) \n" @@ -1859,6 +1859,9 @@ msgstr "" msgid "Activate the flash expander, save all changed settings and exit" msgstr "" +msgid "Activate this device" +msgstr "" + #, fuzzy msgid "Activate time shift End" msgstr "啟動時光平移" @@ -3796,7 +3799,7 @@ msgstr "" msgid "Cannot find any signal ..., aborting !" msgstr "" -msgid "Cannot move to trash can" +msgid "Can't move to trashcan!" msgstr "" msgid "Cape Verde" @@ -4793,7 +4796,7 @@ msgstr "" msgid "Configure the longitude of your location." msgstr "" -msgid "Configure the minimum amount of disk space to be available for recordings. When the amount of space drops below this value, deleted items will be removed from the trash can." +msgid "Configure the minimum amount of disk space to be available for recordings. When the amount of space drops below this value, deleted items will be removed from the trashcan." msgstr "" msgid "Configure the minimum width before showing the 'i' icon, '0' is equal to not showing the icon at all." @@ -4808,7 +4811,7 @@ msgstr "" msgid "Configure the network again" msgstr "重新配置網路" -msgid "Configure the number of days after which items are automatically removed from the trash can." +msgid "Configure the number of days after which items are automatically removed from the trashcan." msgstr "" msgid "Configure the number of days old timers are kept before they are automatically removed from the timer list." @@ -6379,7 +6382,7 @@ msgid "Directory" msgstr "目錄" #, python-format -msgid "Directory %s does not exist." +msgid "Error: Directory '%s' does not exist!" msgstr "" #, python-format @@ -6605,7 +6608,7 @@ msgstr "確定刪除 %s?" msgid "Do you really want to delete '%s'?" msgstr "確定刪除「%s」?" -msgid "Do you really want to delete ?" +msgid "Do you really want to delete?" msgstr "確定刪除?" #, python-format @@ -6634,7 +6637,7 @@ msgid "Do you really want to move to trashcan ?" msgstr "確定要移到垃圾筒?" #, python-format -msgid "Do you really want to permanently remove '%s' from trash can ?" +msgid "Do you really want to permanently remove '%s' from the trashcan?" msgstr "確定要從垃圾筒永久刪除「%s」?" msgid "Do you really want to permanently remove from trash can ?" @@ -6649,7 +6652,7 @@ msgid "Do you really want to remove the timer for %s?" msgstr "確定要刪除%s的計時器?" #, python-format -msgid "Do you really want to remove your bookmark for '%s'?" +msgid "Do you really want to remove the bookmark for '%s'?" msgstr "確定要刪除%s的書簽?" msgid "" @@ -7395,12 +7398,18 @@ msgstr "" msgid "Enable this option to add screen names and resolution data to the debug log file." msgstr "" +msgid "Enable this option to add storage device information detected during system boot and hot plug events to the debug log file." +msgstr "" + msgid "Enable this option to add timer debugging data to the debug log file." msgstr "" msgid "Enable this option to show all the available Information screens in the Information menu item list." msgstr "" +msgid "Enable this option to show unknown storage devices in device manager." +msgstr "" + msgid "Enable this setting if your aerial system needs power." msgstr "" @@ -8515,7 +8524,7 @@ msgstr "檔系統檢視" msgid "File System Packages" msgstr "" -msgid "File appears to be busy.\n" +msgid "File appears to be busy!\n" msgstr "" msgid "" @@ -9912,6 +9921,9 @@ msgstr "" msgid "Image creation failed!" msgstr "" +msgid "Image version" +msgstr "" + #, fuzzy msgid "ImageWizard" msgstr "嚮導" @@ -10035,6 +10047,9 @@ msgstr "按OK鍵確認." msgid "Include screen load data" msgstr "" +msgid "Include storage device data" +msgstr "" + msgid "Include teletext details" msgstr "" @@ -13630,7 +13645,7 @@ msgstr "" msgid "Perform the upgrade?" msgstr "" -msgid "Permanently delete all recordings in the trash can?" +msgid "Permanently delete all recordings in the trashcan?" msgstr "" msgid "Permanently ignore this device" @@ -18948,6 +18963,9 @@ msgstr "" msgid "Show unknown Videoresolution as next higher or as highest screen resolution." msgstr "" +msgid "Show unknown devices" +msgstr "" + msgid "Show unknown video format as" msgstr "" @@ -23297,7 +23315,7 @@ msgstr "" msgid "When enabled, continue to the next bouquet when the last channel of the current bouquet is reached while changing channels." msgstr "" -msgid "When enabled, deleted recordings are moved to the trash can, instead of being deleted immediately." +msgid "When enabled, deleted recordings are moved to the trashcan, instead of being deleted immediately." msgstr "" msgid "When enabled, external subtitles will be always turned on for playback movie." @@ -23315,7 +23333,7 @@ msgstr "" msgid "When enabled, measure power consumption to detect when the rotor stops turning (when supported by the tuner)." msgstr "" -msgid "When enabled, network trash cans are probed for cleaning." +msgid "When enabled, network trashcans are probed for cleaning." msgstr "" msgid "When enabled, number markers will be hidden."